From d94f6b65e7058cd0c4a1c816bc0e2a1dae2d1c99 Mon Sep 17 00:00:00 2001 From: awsmobilesdk Date: Tue, 6 Jun 2023 18:06:05 +0000 Subject: [PATCH] feat(aws-android-sdk-connect): update models to latest --- .../services/connect/AmazonConnect.java | 4 --- .../services/connect/AmazonConnectAsync.java | 8 ----- .../connect/AmazonConnectAsyncClient.java | 8 ----- .../services/connect/AmazonConnectClient.java | 4 --- .../services/connect/model/Contact.java | 31 ++++++++++++++----- .../connect/model/GetMetricDataV2Request.java | 3 -- 6 files changed, 24 insertions(+), 34 deletions(-) diff --git a/aws-android-sdk-connect/src/main/java/com/amazonaws/services/connect/AmazonConnect.java b/aws-android-sdk-connect/src/main/java/com/amazonaws/services/connect/AmazonConnect.java index 7ab9136de8..c8d02d29d7 100644 --- a/aws-android-sdk-connect/src/main/java/com/amazonaws/services/connect/AmazonConnect.java +++ b/aws-android-sdk-connect/src/main/java/com/amazonaws/services/connect/AmazonConnect.java @@ -2649,10 +2649,6 @@ GetMetricDataResult getMetricData(GetMetricDataRequest getMetricDataRequest) * >Historical metrics definitions in the Amazon Connect * Administrator's Guide. *

- *

- * This API is not available in the Amazon Web Services GovCloud (US) - * Regions. - *

* * @param getMetricDataV2Request * @return getMetricDataV2Result The response from the GetMetricDataV2 diff --git a/aws-android-sdk-connect/src/main/java/com/amazonaws/services/connect/AmazonConnectAsync.java b/aws-android-sdk-connect/src/main/java/com/amazonaws/services/connect/AmazonConnectAsync.java index 32ca552951..f2475ce2b6 100644 --- a/aws-android-sdk-connect/src/main/java/com/amazonaws/services/connect/AmazonConnectAsync.java +++ b/aws-android-sdk-connect/src/main/java/com/amazonaws/services/connect/AmazonConnectAsync.java @@ -5744,10 +5744,6 @@ Future getMetricDataAsync(GetMetricDataRequest getMetricDat * >Historical metrics definitions in the Amazon Connect * Administrator's Guide. *

- *

- * This API is not available in the Amazon Web Services GovCloud (US) - * Regions. - *

* * @param getMetricDataV2Request * @return A Java Future object containing the response from the @@ -5788,10 +5784,6 @@ Future getMetricDataV2Async(GetMetricDataV2Request getMet * >Historical metrics definitions in the Amazon Connect * Administrator's Guide. *

- *

- * This API is not available in the Amazon Web Services GovCloud (US) - * Regions. - *

* * @param getMetricDataV2Request * @param asyncHandler Asynchronous callback handler for events in the diff --git a/aws-android-sdk-connect/src/main/java/com/amazonaws/services/connect/AmazonConnectAsyncClient.java b/aws-android-sdk-connect/src/main/java/com/amazonaws/services/connect/AmazonConnectAsyncClient.java index 2551ca10e0..3985a766ee 100644 --- a/aws-android-sdk-connect/src/main/java/com/amazonaws/services/connect/AmazonConnectAsyncClient.java +++ b/aws-android-sdk-connect/src/main/java/com/amazonaws/services/connect/AmazonConnectAsyncClient.java @@ -7413,10 +7413,6 @@ public GetMetricDataResult call() throws Exception { * >Historical metrics definitions in the Amazon Connect * Administrator's Guide. *

- *

- * This API is not available in the Amazon Web Services GovCloud (US) - * Regions. - *

* * @param getMetricDataV2Request * @return A Java Future object containing the response from the @@ -7464,10 +7460,6 @@ public GetMetricDataV2Result call() throws Exception { * >Historical metrics definitions in the Amazon Connect * Administrator's Guide. *

- *

- * This API is not available in the Amazon Web Services GovCloud (US) - * Regions. - *

* * @param getMetricDataV2Request * @return A Java Future object containing the response from the diff --git a/aws-android-sdk-connect/src/main/java/com/amazonaws/services/connect/AmazonConnectClient.java b/aws-android-sdk-connect/src/main/java/com/amazonaws/services/connect/AmazonConnectClient.java index 2bd5c32ed1..e0ac52d448 100644 --- a/aws-android-sdk-connect/src/main/java/com/amazonaws/services/connect/AmazonConnectClient.java +++ b/aws-android-sdk-connect/src/main/java/com/amazonaws/services/connect/AmazonConnectClient.java @@ -5129,10 +5129,6 @@ public GetMetricDataResult getMetricData(GetMetricDataRequest getMetricDataReque * >Historical metrics definitions in the Amazon Connect * Administrator's Guide. *

- *

- * This API is not available in the Amazon Web Services GovCloud (US) - * Regions. - *

* * @param getMetricDataV2Request * @return getMetricDataV2Result The response from the GetMetricDataV2 diff --git a/aws-android-sdk-connect/src/main/java/com/amazonaws/services/connect/model/Contact.java b/aws-android-sdk-connect/src/main/java/com/amazonaws/services/connect/model/Contact.java index f214cc00d3..fba1142335 100644 --- a/aws-android-sdk-connect/src/main/java/com/amazonaws/services/connect/model/Contact.java +++ b/aws-android-sdk-connect/src/main/java/com/amazonaws/services/connect/model/Contact.java @@ -125,7 +125,9 @@ public class Contact implements Serializable { * CALLBACK, this is when the callback contact was created. For * TRANSFER and QUEUE_TRANSFER, this is when the * transfer was initiated. For API, this is when the request - * arrived. + * arrived. For EXTERNAL_OUTBOUND, this is when the agent + * started dialing the external participant. For MONITOR, this + * is when the supervisor started listening to a contact. *

*/ private java.util.Date initiationTimestamp; @@ -799,7 +801,9 @@ public Contact withAgentInfo(AgentInfo agentInfo) { * CALLBACK, this is when the callback contact was created. For * TRANSFER and QUEUE_TRANSFER, this is when the * transfer was initiated. For API, this is when the request - * arrived. + * arrived. For EXTERNAL_OUTBOUND, this is when the agent + * started dialing the external participant. For MONITOR, this + * is when the supervisor started listening to a contact. *

* * @return

@@ -810,7 +814,10 @@ public Contact withAgentInfo(AgentInfo agentInfo) { * created. For TRANSFER and * QUEUE_TRANSFER, this is when the transfer was * initiated. For API, this is when the request - * arrived. + * arrived. For EXTERNAL_OUTBOUND, this is when the + * agent started dialing the external participant. For + * MONITOR, this is when the supervisor started + * listening to a contact. *

*/ public java.util.Date getInitiationTimestamp() { @@ -825,7 +832,9 @@ public java.util.Date getInitiationTimestamp() { * CALLBACK, this is when the callback contact was created. For * TRANSFER and QUEUE_TRANSFER, this is when the * transfer was initiated. For API, this is when the request - * arrived. + * arrived. For EXTERNAL_OUTBOUND, this is when the agent + * started dialing the external participant. For MONITOR, this + * is when the supervisor started listening to a contact. *

* * @param initiationTimestamp

@@ -836,7 +845,10 @@ public java.util.Date getInitiationTimestamp() { * was created. For TRANSFER and * QUEUE_TRANSFER, this is when the transfer was * initiated. For API, this is when the request - * arrived. + * arrived. For EXTERNAL_OUTBOUND, this is when the + * agent started dialing the external participant. For + * MONITOR, this is when the supervisor started + * listening to a contact. *

*/ public void setInitiationTimestamp(java.util.Date initiationTimestamp) { @@ -851,7 +863,9 @@ public void setInitiationTimestamp(java.util.Date initiationTimestamp) { * CALLBACK, this is when the callback contact was created. For * TRANSFER and QUEUE_TRANSFER, this is when the * transfer was initiated. For API, this is when the request - * arrived. + * arrived. For EXTERNAL_OUTBOUND, this is when the agent + * started dialing the external participant. For MONITOR, this + * is when the supervisor started listening to a contact. *

*

* Returns a reference to this object so that method calls can be chained @@ -865,7 +879,10 @@ public void setInitiationTimestamp(java.util.Date initiationTimestamp) { * was created. For TRANSFER and * QUEUE_TRANSFER, this is when the transfer was * initiated. For API, this is when the request - * arrived. + * arrived. For EXTERNAL_OUTBOUND, this is when the + * agent started dialing the external participant. For + * MONITOR, this is when the supervisor started + * listening to a contact. *

* @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-connect/src/main/java/com/amazonaws/services/connect/model/GetMetricDataV2Request.java b/aws-android-sdk-connect/src/main/java/com/amazonaws/services/connect/model/GetMetricDataV2Request.java index 61a4d11b37..724d1493d0 100644 --- a/aws-android-sdk-connect/src/main/java/com/amazonaws/services/connect/model/GetMetricDataV2Request.java +++ b/aws-android-sdk-connect/src/main/java/com/amazonaws/services/connect/model/GetMetricDataV2Request.java @@ -39,9 +39,6 @@ * >Historical metrics definitions in the Amazon Connect Administrator's * Guide. *

- *

- * This API is not available in the Amazon Web Services GovCloud (US) Regions. - *

*/ public class GetMetricDataV2Request extends AmazonWebServiceRequest implements Serializable { /**