Skip to content

Commit fefa99a

Browse files
awsmobilesdksdhuka
andauthored
feat(aws-android-sdk-connect): update models to latest (#3229)
Co-authored-by: Saijad Dhuka <[email protected]>
1 parent ba41a67 commit fefa99a

File tree

7 files changed

+344
-63
lines changed

7 files changed

+344
-63
lines changed

aws-android-sdk-connect/src/main/java/com/amazonaws/services/connect/AmazonConnect.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2343,7 +2343,7 @@ GetMetricDataResult getMetricData(GetMetricDataRequest getMetricDataRequest)
23432343
* >GetMetricData</a>, the previous version of this API. It has new metrics,
23442344
* offers filtering at a metric level, and offers the ability to filter and
23452345
* group data by channels, queues, routing profiles, agents, and agent
2346-
* hierarchy levels. It can retrieve historical data for last the 14 days,
2346+
* hierarchy levels. It can retrieve historical data for the last 14 days,
23472347
* in 24-hour intervals.
23482348
* </p>
23492349
* <p>

aws-android-sdk-connect/src/main/java/com/amazonaws/services/connect/AmazonConnectAsync.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5067,7 +5067,7 @@ Future<GetMetricDataResult> getMetricDataAsync(GetMetricDataRequest getMetricDat
50675067
* >GetMetricData</a>, the previous version of this API. It has new metrics,
50685068
* offers filtering at a metric level, and offers the ability to filter and
50695069
* group data by channels, queues, routing profiles, agents, and agent
5070-
* hierarchy levels. It can retrieve historical data for last the 14 days,
5070+
* hierarchy levels. It can retrieve historical data for the last 14 days,
50715071
* in 24-hour intervals.
50725072
* </p>
50735073
* <p>
@@ -5111,7 +5111,7 @@ Future<GetMetricDataV2Result> getMetricDataV2Async(GetMetricDataV2Request getMet
51115111
* >GetMetricData</a>, the previous version of this API. It has new metrics,
51125112
* offers filtering at a metric level, and offers the ability to filter and
51135113
* group data by channels, queues, routing profiles, agents, and agent
5114-
* hierarchy levels. It can retrieve historical data for last the 14 days,
5114+
* hierarchy levels. It can retrieve historical data for the last 14 days,
51155115
* in 24-hour intervals.
51165116
* </p>
51175117
* <p>

aws-android-sdk-connect/src/main/java/com/amazonaws/services/connect/AmazonConnectAsyncClient.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6551,7 +6551,7 @@ public GetMetricDataResult call() throws Exception {
65516551
* >GetMetricData</a>, the previous version of this API. It has new metrics,
65526552
* offers filtering at a metric level, and offers the ability to filter and
65536553
* group data by channels, queues, routing profiles, agents, and agent
6554-
* hierarchy levels. It can retrieve historical data for last the 14 days,
6554+
* hierarchy levels. It can retrieve historical data for the last 14 days,
65556555
* in 24-hour intervals.
65566556
* </p>
65576557
* <p>
@@ -6602,7 +6602,7 @@ public GetMetricDataV2Result call() throws Exception {
66026602
* >GetMetricData</a>, the previous version of this API. It has new metrics,
66036603
* offers filtering at a metric level, and offers the ability to filter and
66046604
* group data by channels, queues, routing profiles, agents, and agent
6605-
* hierarchy levels. It can retrieve historical data for last the 14 days,
6605+
* hierarchy levels. It can retrieve historical data for the last 14 days,
66066606
* in 24-hour intervals.
66076607
* </p>
66086608
* <p>

aws-android-sdk-connect/src/main/java/com/amazonaws/services/connect/AmazonConnectClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4542,7 +4542,7 @@ public GetMetricDataResult getMetricData(GetMetricDataRequest getMetricDataReque
45424542
* >GetMetricData</a>, the previous version of this API. It has new metrics,
45434543
* offers filtering at a metric level, and offers the ability to filter and
45444544
* group data by channels, queues, routing profiles, agents, and agent
4545-
* hierarchy levels. It can retrieve historical data for last the 14 days,
4545+
* hierarchy levels. It can retrieve historical data for the last 14 days,
45464546
* in 24-hour intervals.
45474547
* </p>
45484548
* <p>

aws-android-sdk-connect/src/main/java/com/amazonaws/services/connect/model/GetMetricDataV2Request.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* >GetMetricData</a>, the previous version of this API. It has new metrics,
3030
* offers filtering at a metric level, and offers the ability to filter and
3131
* group data by channels, queues, routing profiles, agents, and agent hierarchy
32-
* levels. It can retrieve historical data for last the 14 days, in 24-hour
32+
* levels. It can retrieve historical data for the last 14 days, in 24-hour
3333
* intervals.
3434
* </p>
3535
* <p>

0 commit comments

Comments
 (0)