Skip to content

Commit 2a6dc7e

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

File tree

6 files changed

+24
-34
lines changed

6 files changed

+24
-34
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2649,10 +2649,6 @@ GetMetricDataResult getMetricData(GetMetricDataRequest getMetricDataRequest)
26492649
* >Historical metrics definitions</a> in the <i>Amazon Connect
26502650
* Administrator's Guide</i>.
26512651
* </p>
2652-
* <p>
2653-
* This API is not available in the Amazon Web Services GovCloud (US)
2654-
* Regions.
2655-
* </p>
26562652
*
26572653
* @param getMetricDataV2Request
26582654
* @return getMetricDataV2Result The response from the GetMetricDataV2

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5744,10 +5744,6 @@ Future<GetMetricDataResult> getMetricDataAsync(GetMetricDataRequest getMetricDat
57445744
* >Historical metrics definitions</a> in the <i>Amazon Connect
57455745
* Administrator's Guide</i>.
57465746
* </p>
5747-
* <p>
5748-
* This API is not available in the Amazon Web Services GovCloud (US)
5749-
* Regions.
5750-
* </p>
57515747
*
57525748
* @param getMetricDataV2Request
57535749
* @return A Java Future object containing the response from the
@@ -5788,10 +5784,6 @@ Future<GetMetricDataV2Result> getMetricDataV2Async(GetMetricDataV2Request getMet
57885784
* >Historical metrics definitions</a> in the <i>Amazon Connect
57895785
* Administrator's Guide</i>.
57905786
* </p>
5791-
* <p>
5792-
* This API is not available in the Amazon Web Services GovCloud (US)
5793-
* Regions.
5794-
* </p>
57955787
*
57965788
* @param getMetricDataV2Request
57975789
* @param asyncHandler Asynchronous callback handler for events in the

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7413,10 +7413,6 @@ public GetMetricDataResult call() throws Exception {
74137413
* >Historical metrics definitions</a> in the <i>Amazon Connect
74147414
* Administrator's Guide</i>.
74157415
* </p>
7416-
* <p>
7417-
* This API is not available in the Amazon Web Services GovCloud (US)
7418-
* Regions.
7419-
* </p>
74207416
*
74217417
* @param getMetricDataV2Request
74227418
* @return A Java Future object containing the response from the
@@ -7464,10 +7460,6 @@ public GetMetricDataV2Result call() throws Exception {
74647460
* >Historical metrics definitions</a> in the <i>Amazon Connect
74657461
* Administrator's Guide</i>.
74667462
* </p>
7467-
* <p>
7468-
* This API is not available in the Amazon Web Services GovCloud (US)
7469-
* Regions.
7470-
* </p>
74717463
*
74727464
* @param getMetricDataV2Request
74737465
* @return A Java Future object containing the response from the

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5129,10 +5129,6 @@ public GetMetricDataResult getMetricData(GetMetricDataRequest getMetricDataReque
51295129
* >Historical metrics definitions</a> in the <i>Amazon Connect
51305130
* Administrator's Guide</i>.
51315131
* </p>
5132-
* <p>
5133-
* This API is not available in the Amazon Web Services GovCloud (US)
5134-
* Regions.
5135-
* </p>
51365132
*
51375133
* @param getMetricDataV2Request
51385134
* @return getMetricDataV2Result The response from the GetMetricDataV2

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

Lines changed: 24 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,9 @@ public class Contact implements Serializable {
125125
* <code>CALLBACK</code>, this is when the callback contact was created. For
126126
* <code>TRANSFER</code> and <code>QUEUE_TRANSFER</code>, this is when the
127127
* transfer was initiated. For <code>API</code>, this is when the request
128-
* arrived.
128+
* arrived. For <code>EXTERNAL_OUTBOUND</code>, this is when the agent
129+
* started dialing the external participant. For <code>MONITOR</code>, this
130+
* is when the supervisor started listening to a contact.
129131
* </p>
130132
*/
131133
private java.util.Date initiationTimestamp;
@@ -799,7 +801,9 @@ public Contact withAgentInfo(AgentInfo agentInfo) {
799801
* <code>CALLBACK</code>, this is when the callback contact was created. For
800802
* <code>TRANSFER</code> and <code>QUEUE_TRANSFER</code>, this is when the
801803
* transfer was initiated. For <code>API</code>, this is when the request
802-
* arrived.
804+
* arrived. For <code>EXTERNAL_OUTBOUND</code>, this is when the agent
805+
* started dialing the external participant. For <code>MONITOR</code>, this
806+
* is when the supervisor started listening to a contact.
803807
* </p>
804808
*
805809
* @return <p>
@@ -810,7 +814,10 @@ public Contact withAgentInfo(AgentInfo agentInfo) {
810814
* created. For <code>TRANSFER</code> and
811815
* <code>QUEUE_TRANSFER</code>, this is when the transfer was
812816
* initiated. For <code>API</code>, this is when the request
813-
* arrived.
817+
* arrived. For <code>EXTERNAL_OUTBOUND</code>, this is when the
818+
* agent started dialing the external participant. For
819+
* <code>MONITOR</code>, this is when the supervisor started
820+
* listening to a contact.
814821
* </p>
815822
*/
816823
public java.util.Date getInitiationTimestamp() {
@@ -825,7 +832,9 @@ public java.util.Date getInitiationTimestamp() {
825832
* <code>CALLBACK</code>, this is when the callback contact was created. For
826833
* <code>TRANSFER</code> and <code>QUEUE_TRANSFER</code>, this is when the
827834
* transfer was initiated. For <code>API</code>, this is when the request
828-
* arrived.
835+
* arrived. For <code>EXTERNAL_OUTBOUND</code>, this is when the agent
836+
* started dialing the external participant. For <code>MONITOR</code>, this
837+
* is when the supervisor started listening to a contact.
829838
* </p>
830839
*
831840
* @param initiationTimestamp <p>
@@ -836,7 +845,10 @@ public java.util.Date getInitiationTimestamp() {
836845
* was created. For <code>TRANSFER</code> and
837846
* <code>QUEUE_TRANSFER</code>, this is when the transfer was
838847
* initiated. For <code>API</code>, this is when the request
839-
* arrived.
848+
* arrived. For <code>EXTERNAL_OUTBOUND</code>, this is when the
849+
* agent started dialing the external participant. For
850+
* <code>MONITOR</code>, this is when the supervisor started
851+
* listening to a contact.
840852
* </p>
841853
*/
842854
public void setInitiationTimestamp(java.util.Date initiationTimestamp) {
@@ -851,7 +863,9 @@ public void setInitiationTimestamp(java.util.Date initiationTimestamp) {
851863
* <code>CALLBACK</code>, this is when the callback contact was created. For
852864
* <code>TRANSFER</code> and <code>QUEUE_TRANSFER</code>, this is when the
853865
* transfer was initiated. For <code>API</code>, this is when the request
854-
* arrived.
866+
* arrived. For <code>EXTERNAL_OUTBOUND</code>, this is when the agent
867+
* started dialing the external participant. For <code>MONITOR</code>, this
868+
* is when the supervisor started listening to a contact.
855869
* </p>
856870
* <p>
857871
* Returns a reference to this object so that method calls can be chained
@@ -865,7 +879,10 @@ public void setInitiationTimestamp(java.util.Date initiationTimestamp) {
865879
* was created. For <code>TRANSFER</code> and
866880
* <code>QUEUE_TRANSFER</code>, this is when the transfer was
867881
* initiated. For <code>API</code>, this is when the request
868-
* arrived.
882+
* arrived. For <code>EXTERNAL_OUTBOUND</code>, this is when the
883+
* agent started dialing the external participant. For
884+
* <code>MONITOR</code>, this is when the supervisor started
885+
* listening to a contact.
869886
* </p>
870887
* @return A reference to this updated object so that method calls can be
871888
* chained together.

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@
3939
* >Historical metrics definitions</a> in the <i>Amazon Connect Administrator's
4040
* Guide</i>.
4141
* </p>
42-
* <p>
43-
* This API is not available in the Amazon Web Services GovCloud (US) Regions.
44-
* </p>
4542
*/
4643
public class GetMetricDataV2Request extends AmazonWebServiceRequest implements Serializable {
4744
/**

0 commit comments

Comments
 (0)