Skip to content

Commit 8455bd6

Browse files
authored
feat(aws-android-sdk-connect): update models to latest (#2526)
1 parent 7ee8786 commit 8455bd6

12 files changed

+15
-177
lines changed

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

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -478,10 +478,6 @@ CreateQueueResult createQueue(CreateQueueRequest createQueueRequest)
478478
throws AmazonClientException, AmazonServiceException;
479479

480480
/**
481-
* <p>
482-
* This API is in preview release for Amazon Connect and is subject to
483-
* change.
484-
* </p>
485481
* <p>
486482
* Creates a quick connect for the specified Amazon Connect instance.
487483
* </p>
@@ -674,10 +670,6 @@ void deleteIntegrationAssociation(
674670
throws AmazonClientException, AmazonServiceException;
675671

676672
/**
677-
* <p>
678-
* This API is in preview release for Amazon Connect and is subject to
679-
* change.
680-
* </p>
681673
* <p>
682674
* Deletes a quick connect.
683675
* </p>
@@ -959,10 +951,6 @@ DescribeQueueResult describeQueue(DescribeQueueRequest describeQueueRequest)
959951
throws AmazonClientException, AmazonServiceException;
960952

961953
/**
962-
* <p>
963-
* This API is in preview release for Amazon Connect and is subject to
964-
* change.
965-
* </p>
966954
* <p>
967955
* Describes the quick connect.
968956
* </p>
@@ -1854,10 +1842,6 @@ ListQueuesResult listQueues(ListQueuesRequest listQueuesRequest) throws AmazonCl
18541842
AmazonServiceException;
18551843

18561844
/**
1857-
* <p>
1858-
* This API is in preview release for Amazon Connect and is subject to
1859-
* change.
1860-
* </p>
18611845
* <p>
18621846
* Provides information about the quick connects for the specified Amazon
18631847
* Connect instance.
@@ -2769,10 +2753,6 @@ void updateQueueStatus(UpdateQueueStatusRequest updateQueueStatusRequest)
27692753
throws AmazonClientException, AmazonServiceException;
27702754

27712755
/**
2772-
* <p>
2773-
* This API is in preview release for Amazon Connect and is subject to
2774-
* change.
2775-
* </p>
27762756
* <p>
27772757
* Updates the configuration settings for the specified quick connect.
27782758
* </p>
@@ -2795,10 +2775,6 @@ void updateQuickConnectConfig(UpdateQuickConnectConfigRequest updateQuickConnect
27952775
throws AmazonClientException, AmazonServiceException;
27962776

27972777
/**
2798-
* <p>
2799-
* This API is in preview release for Amazon Connect and is subject to
2800-
* change.
2801-
* </p>
28022778
* <p>
28032779
* Updates the name and description of a quick connect. The request accepts
28042780
* the following data in JSON format. At least <code>Name</code> or

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

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -884,10 +884,6 @@ Future<CreateQueueResult> createQueueAsync(CreateQueueRequest createQueueRequest
884884
throws AmazonServiceException, AmazonClientException;
885885

886886
/**
887-
* <p>
888-
* This API is in preview release for Amazon Connect and is subject to
889-
* change.
890-
* </p>
891887
* <p>
892888
* Creates a quick connect for the specified Amazon Connect instance.
893889
* </p>
@@ -915,10 +911,6 @@ Future<CreateQuickConnectResult> createQuickConnectAsync(
915911
AmazonClientException;
916912

917913
/**
918-
* <p>
919-
* This API is in preview release for Amazon Connect and is subject to
920-
* change.
921-
* </p>
922914
* <p>
923915
* Creates a quick connect for the specified Amazon Connect instance.
924916
* </p>
@@ -1323,10 +1315,6 @@ Future<Void> deleteIntegrationAssociationAsync(
13231315
throws AmazonServiceException, AmazonClientException;
13241316

13251317
/**
1326-
* <p>
1327-
* This API is in preview release for Amazon Connect and is subject to
1328-
* change.
1329-
* </p>
13301318
* <p>
13311319
* Deletes a quick connect.
13321320
* </p>
@@ -1351,10 +1339,6 @@ Future<Void> deleteQuickConnectAsync(DeleteQuickConnectRequest deleteQuickConnec
13511339
throws AmazonServiceException, AmazonClientException;
13521340

13531341
/**
1354-
* <p>
1355-
* This API is in preview release for Amazon Connect and is subject to
1356-
* change.
1357-
* </p>
13581342
* <p>
13591343
* Deletes a quick connect.
13601344
* </p>
@@ -1965,10 +1949,6 @@ Future<DescribeQueueResult> describeQueueAsync(DescribeQueueRequest describeQueu
19651949
throws AmazonServiceException, AmazonClientException;
19661950

19671951
/**
1968-
* <p>
1969-
* This API is in preview release for Amazon Connect and is subject to
1970-
* change.
1971-
* </p>
19721952
* <p>
19731953
* Describes the quick connect.
19741954
* </p>
@@ -1995,10 +1975,6 @@ Future<DescribeQuickConnectResult> describeQuickConnectAsync(
19951975
AmazonClientException;
19961976

19971977
/**
1998-
* <p>
1999-
* This API is in preview release for Amazon Connect and is subject to
2000-
* change.
2001-
* </p>
20021978
* <p>
20031979
* Describes the quick connect.
20041980
* </p>
@@ -3962,10 +3938,6 @@ Future<ListQueuesResult> listQueuesAsync(ListQueuesRequest listQueuesRequest,
39623938
throws AmazonServiceException, AmazonClientException;
39633939

39643940
/**
3965-
* <p>
3966-
* This API is in preview release for Amazon Connect and is subject to
3967-
* change.
3968-
* </p>
39693941
* <p>
39703942
* Provides information about the quick connects for the specified Amazon
39713943
* Connect instance.
@@ -3992,10 +3964,6 @@ Future<ListQuickConnectsResult> listQuickConnectsAsync(
39923964
AmazonClientException;
39933965

39943966
/**
3995-
* <p>
3996-
* This API is in preview release for Amazon Connect and is subject to
3997-
* change.
3998-
* </p>
39993967
* <p>
40003968
* Provides information about the quick connects for the specified Amazon
40013969
* Connect instance.
@@ -6011,10 +5979,6 @@ Future<Void> updateQueueStatusAsync(UpdateQueueStatusRequest updateQueueStatusRe
60115979
throws AmazonServiceException, AmazonClientException;
60125980

60135981
/**
6014-
* <p>
6015-
* This API is in preview release for Amazon Connect and is subject to
6016-
* change.
6017-
* </p>
60185982
* <p>
60195983
* Updates the configuration settings for the specified quick connect.
60205984
* </p>
@@ -6041,10 +6005,6 @@ Future<Void> updateQuickConnectConfigAsync(
60416005
throws AmazonServiceException, AmazonClientException;
60426006

60436007
/**
6044-
* <p>
6045-
* This API is in preview release for Amazon Connect and is subject to
6046-
* change.
6047-
* </p>
60486008
* <p>
60496009
* Updates the configuration settings for the specified quick connect.
60506010
* </p>
@@ -6076,10 +6036,6 @@ Future<Void> updateQuickConnectConfigAsync(
60766036
throws AmazonServiceException, AmazonClientException;
60776037

60786038
/**
6079-
* <p>
6080-
* This API is in preview release for Amazon Connect and is subject to
6081-
* change.
6082-
* </p>
60836039
* <p>
60846040
* Updates the name and description of a quick connect. The request accepts
60856041
* the following data in JSON format. At least <code>Name</code> or
@@ -6108,10 +6064,6 @@ Future<Void> updateQuickConnectNameAsync(
61086064
throws AmazonServiceException, AmazonClientException;
61096065

61106066
/**
6111-
* <p>
6112-
* This API is in preview release for Amazon Connect and is subject to
6113-
* change.
6114-
* </p>
61156067
* <p>
61166068
* Updates the name and description of a quick connect. The request accepts
61176069
* the following data in JSON format. At least <code>Name</code> or

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

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1310,10 +1310,6 @@ public CreateQueueResult call() throws Exception {
13101310
}
13111311

13121312
/**
1313-
* <p>
1314-
* This API is in preview release for Amazon Connect and is subject to
1315-
* change.
1316-
* </p>
13171313
* <p>
13181314
* Creates a quick connect for the specified Amazon Connect instance.
13191315
* </p>
@@ -1347,10 +1343,6 @@ public CreateQuickConnectResult call() throws Exception {
13471343
}
13481344

13491345
/**
1350-
* <p>
1351-
* This API is in preview release for Amazon Connect and is subject to
1352-
* change.
1353-
* </p>
13541346
* <p>
13551347
* Creates a quick connect for the specified Amazon Connect instance.
13561348
* </p>
@@ -1865,10 +1857,6 @@ public Void call() throws Exception {
18651857
}
18661858

18671859
/**
1868-
* <p>
1869-
* This API is in preview release for Amazon Connect and is subject to
1870-
* change.
1871-
* </p>
18721860
* <p>
18731861
* Deletes a quick connect.
18741862
* </p>
@@ -1901,10 +1889,6 @@ public Void call() throws Exception {
19011889
}
19021890

19031891
/**
1904-
* <p>
1905-
* This API is in preview release for Amazon Connect and is subject to
1906-
* change.
1907-
* </p>
19081892
* <p>
19091893
* Deletes a quick connect.
19101894
* </p>
@@ -2675,10 +2659,6 @@ public DescribeQueueResult call() throws Exception {
26752659
}
26762660

26772661
/**
2678-
* <p>
2679-
* This API is in preview release for Amazon Connect and is subject to
2680-
* change.
2681-
* </p>
26822662
* <p>
26832663
* Describes the quick connect.
26842664
* </p>
@@ -2711,10 +2691,6 @@ public DescribeQuickConnectResult call() throws Exception {
27112691
}
27122692

27132693
/**
2714-
* <p>
2715-
* This API is in preview release for Amazon Connect and is subject to
2716-
* change.
2717-
* </p>
27182694
* <p>
27192695
* Describes the quick connect.
27202696
* </p>
@@ -5184,10 +5160,6 @@ public ListQueuesResult call() throws Exception {
51845160
}
51855161

51865162
/**
5187-
* <p>
5188-
* This API is in preview release for Amazon Connect and is subject to
5189-
* change.
5190-
* </p>
51915163
* <p>
51925164
* Provides information about the quick connects for the specified Amazon
51935165
* Connect instance.
@@ -5220,10 +5192,6 @@ public ListQuickConnectsResult call() throws Exception {
52205192
}
52215193

52225194
/**
5223-
* <p>
5224-
* This API is in preview release for Amazon Connect and is subject to
5225-
* change.
5226-
* </p>
52275195
* <p>
52285196
* Provides information about the quick connects for the specified Amazon
52295197
* Connect instance.
@@ -7712,10 +7680,6 @@ public Void call() throws Exception {
77127680
}
77137681

77147682
/**
7715-
* <p>
7716-
* This API is in preview release for Amazon Connect and is subject to
7717-
* change.
7718-
* </p>
77197683
* <p>
77207684
* Updates the configuration settings for the specified quick connect.
77217685
* </p>
@@ -7749,10 +7713,6 @@ public Void call() throws Exception {
77497713
}
77507714

77517715
/**
7752-
* <p>
7753-
* This API is in preview release for Amazon Connect and is subject to
7754-
* change.
7755-
* </p>
77567716
* <p>
77577717
* Updates the configuration settings for the specified quick connect.
77587718
* </p>
@@ -7794,10 +7754,6 @@ public Void call() throws Exception {
77947754
}
77957755

77967756
/**
7797-
* <p>
7798-
* This API is in preview release for Amazon Connect and is subject to
7799-
* change.
7800-
* </p>
78017757
* <p>
78027758
* Updates the name and description of a quick connect. The request accepts
78037759
* the following data in JSON format. At least <code>Name</code> or
@@ -7833,10 +7789,6 @@ public Void call() throws Exception {
78337789
}
78347790

78357791
/**
7836-
* <p>
7837-
* This API is in preview release for Amazon Connect and is subject to
7838-
* change.
7839-
* </p>
78407792
* <p>
78417793
* Updates the name and description of a quick connect. The request accepts
78427794
* the following data in JSON format. At least <code>Name</code> or

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

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1045,10 +1045,6 @@ public CreateQueueResult createQueue(CreateQueueRequest createQueueRequest)
10451045
}
10461046

10471047
/**
1048-
* <p>
1049-
* This API is in preview release for Amazon Connect and is subject to
1050-
* change.
1051-
* </p>
10521048
* <p>
10531049
* Creates a quick connect for the specified Amazon Connect instance.
10541050
* </p>
@@ -1418,10 +1414,6 @@ public void deleteIntegrationAssociation(
14181414
}
14191415

14201416
/**
1421-
* <p>
1422-
* This API is in preview release for Amazon Connect and is subject to
1423-
* change.
1424-
* </p>
14251417
* <p>
14261418
* Deletes a quick connect.
14271419
* </p>
@@ -1950,10 +1942,6 @@ public DescribeQueueResult describeQueue(DescribeQueueRequest describeQueueReque
19501942
}
19511943

19521944
/**
1953-
* <p>
1954-
* This API is in preview release for Amazon Connect and is subject to
1955-
* change.
1956-
* </p>
19571945
* <p>
19581946
* Describes the quick connect.
19591947
* </p>
@@ -3634,10 +3622,6 @@ public ListQueuesResult listQueues(ListQueuesRequest listQueuesRequest)
36343622
}
36353623

36363624
/**
3637-
* <p>
3638-
* This API is in preview release for Amazon Connect and is subject to
3639-
* change.
3640-
* </p>
36413625
* <p>
36423626
* Provides information about the quick connects for the specified Amazon
36433627
* Connect instance.
@@ -5271,10 +5255,6 @@ public void updateQueueStatus(UpdateQueueStatusRequest updateQueueStatusRequest)
52715255
}
52725256

52735257
/**
5274-
* <p>
5275-
* This API is in preview release for Amazon Connect and is subject to
5276-
* change.
5277-
* </p>
52785258
* <p>
52795259
* Updates the configuration settings for the specified quick connect.
52805260
* </p>
@@ -5320,10 +5300,6 @@ public void updateQuickConnectConfig(
53205300
}
53215301

53225302
/**
5323-
* <p>
5324-
* This API is in preview release for Amazon Connect and is subject to
5325-
* change.
5326-
* </p>
53275303
* <p>
53285304
* Updates the name and description of a quick connect. The request accepts
53295305
* the following data in JSON format. At least <code>Name</code> or

0 commit comments

Comments
 (0)