Skip to content

Commit c9b3caa

Browse files
feat(aws-android-sdk-comprehend): update models to latest (#2584)
Co-authored-by: poojamat <[email protected]>
1 parent d3f51cc commit c9b3caa

File tree

60 files changed

+3790
-8
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+3790
-8
lines changed

aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/AmazonComprehend.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1222,6 +1222,7 @@ ListTopicsDetectionJobsResult listTopicsDetectionJobs(
12221222
* @throws ResourceNotFoundException
12231223
* @throws ResourceUnavailableException
12241224
* @throws KmsKeyValidationException
1225+
* @throws TooManyTagsException
12251226
* @throws InternalServerException
12261227
* @throws AmazonClientException If any internal errors are encountered
12271228
* inside the client while attempting to make the request or
@@ -1248,6 +1249,7 @@ StartDocumentClassificationJobResult startDocumentClassificationJob(
12481249
* @throws InvalidRequestException
12491250
* @throws TooManyRequestsException
12501251
* @throws KmsKeyValidationException
1252+
* @throws TooManyTagsException
12511253
* @throws InternalServerException
12521254
* @throws AmazonClientException If any internal errors are encountered
12531255
* inside the client while attempting to make the request or
@@ -1282,6 +1284,7 @@ StartDominantLanguageDetectionJobResult startDominantLanguageDetectionJob(
12821284
* @throws ResourceNotFoundException
12831285
* @throws ResourceUnavailableException
12841286
* @throws KmsKeyValidationException
1287+
* @throws TooManyTagsException
12851288
* @throws InternalServerException
12861289
* @throws AmazonClientException If any internal errors are encountered
12871290
* inside the client while attempting to make the request or
@@ -1307,6 +1310,7 @@ StartEntitiesDetectionJobResult startEntitiesDetectionJob(
13071310
* @throws InvalidRequestException
13081311
* @throws TooManyRequestsException
13091312
* @throws KmsKeyValidationException
1313+
* @throws TooManyTagsException
13101314
* @throws InternalServerException
13111315
* @throws AmazonClientException If any internal errors are encountered
13121316
* inside the client while attempting to make the request or
@@ -1333,6 +1337,7 @@ StartEventsDetectionJobResult startEventsDetectionJob(
13331337
* @throws InvalidRequestException
13341338
* @throws TooManyRequestsException
13351339
* @throws KmsKeyValidationException
1340+
* @throws TooManyTagsException
13361341
* @throws InternalServerException
13371342
* @throws AmazonClientException If any internal errors are encountered
13381343
* inside the client while attempting to make the request or
@@ -1359,6 +1364,7 @@ StartKeyPhrasesDetectionJobResult startKeyPhrasesDetectionJob(
13591364
* @throws InvalidRequestException
13601365
* @throws TooManyRequestsException
13611366
* @throws KmsKeyValidationException
1367+
* @throws TooManyTagsException
13621368
* @throws InternalServerException
13631369
* @throws AmazonClientException If any internal errors are encountered
13641370
* inside the client while attempting to make the request or
@@ -1385,6 +1391,7 @@ StartPiiEntitiesDetectionJobResult startPiiEntitiesDetectionJob(
13851391
* @throws InvalidRequestException
13861392
* @throws TooManyRequestsException
13871393
* @throws KmsKeyValidationException
1394+
* @throws TooManyTagsException
13881395
* @throws InternalServerException
13891396
* @throws AmazonClientException If any internal errors are encountered
13901397
* inside the client while attempting to make the request or
@@ -1412,6 +1419,7 @@ StartSentimentDetectionJobResult startSentimentDetectionJob(
14121419
* @throws InvalidRequestException
14131420
* @throws TooManyRequestsException
14141421
* @throws KmsKeyValidationException
1422+
* @throws TooManyTagsException
14151423
* @throws InternalServerException
14161424
* @throws AmazonClientException If any internal errors are encountered
14171425
* inside the client while attempting to make the request or

aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/AmazonComprehendAsync.java

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2516,6 +2516,7 @@ Future<ListTopicsDetectionJobsResult> listTopicsDetectionJobsAsync(
25162516
* @throws ResourceNotFoundException
25172517
* @throws ResourceUnavailableException
25182518
* @throws KmsKeyValidationException
2519+
* @throws TooManyTagsException
25192520
* @throws InternalServerException
25202521
* @throws AmazonClientException If any internal errors are encountered
25212522
* inside the client while attempting to make the request or
@@ -2548,6 +2549,7 @@ Future<StartDocumentClassificationJobResult> startDocumentClassificationJobAsync
25482549
* @throws ResourceNotFoundException
25492550
* @throws ResourceUnavailableException
25502551
* @throws KmsKeyValidationException
2552+
* @throws TooManyTagsException
25512553
* @throws InternalServerException
25522554
* @throws AmazonClientException If any internal errors are encountered
25532555
* inside the client while attempting to make the request or
@@ -2575,6 +2577,7 @@ Future<StartDocumentClassificationJobResult> startDocumentClassificationJobAsync
25752577
* @throws InvalidRequestException
25762578
* @throws TooManyRequestsException
25772579
* @throws KmsKeyValidationException
2580+
* @throws TooManyTagsException
25782581
* @throws InternalServerException
25792582
* @throws AmazonClientException If any internal errors are encountered
25802583
* inside the client while attempting to make the request or
@@ -2605,6 +2608,7 @@ Future<StartDominantLanguageDetectionJobResult> startDominantLanguageDetectionJo
26052608
* @throws InvalidRequestException
26062609
* @throws TooManyRequestsException
26072610
* @throws KmsKeyValidationException
2611+
* @throws TooManyTagsException
26082612
* @throws InternalServerException
26092613
* @throws AmazonClientException If any internal errors are encountered
26102614
* inside the client while attempting to make the request or
@@ -2640,6 +2644,7 @@ Future<StartDominantLanguageDetectionJobResult> startDominantLanguageDetectionJo
26402644
* @throws ResourceNotFoundException
26412645
* @throws ResourceUnavailableException
26422646
* @throws KmsKeyValidationException
2647+
* @throws TooManyTagsException
26432648
* @throws InternalServerException
26442649
* @throws AmazonClientException If any internal errors are encountered
26452650
* inside the client while attempting to make the request or
@@ -2678,6 +2683,7 @@ Future<StartEntitiesDetectionJobResult> startEntitiesDetectionJobAsync(
26782683
* @throws ResourceNotFoundException
26792684
* @throws ResourceUnavailableException
26802685
* @throws KmsKeyValidationException
2686+
* @throws TooManyTagsException
26812687
* @throws InternalServerException
26822688
* @throws AmazonClientException If any internal errors are encountered
26832689
* inside the client while attempting to make the request or
@@ -2704,6 +2710,7 @@ Future<StartEntitiesDetectionJobResult> startEntitiesDetectionJobAsync(
27042710
* @throws InvalidRequestException
27052711
* @throws TooManyRequestsException
27062712
* @throws KmsKeyValidationException
2713+
* @throws TooManyTagsException
27072714
* @throws InternalServerException
27082715
* @throws AmazonClientException If any internal errors are encountered
27092716
* inside the client while attempting to make the request or
@@ -2733,6 +2740,7 @@ Future<StartEventsDetectionJobResult> startEventsDetectionJobAsync(
27332740
* @throws InvalidRequestException
27342741
* @throws TooManyRequestsException
27352742
* @throws KmsKeyValidationException
2743+
* @throws TooManyTagsException
27362744
* @throws InternalServerException
27372745
* @throws AmazonClientException If any internal errors are encountered
27382746
* inside the client while attempting to make the request or
@@ -2760,6 +2768,7 @@ Future<StartEventsDetectionJobResult> startEventsDetectionJobAsync(
27602768
* @throws InvalidRequestException
27612769
* @throws TooManyRequestsException
27622770
* @throws KmsKeyValidationException
2771+
* @throws TooManyTagsException
27632772
* @throws InternalServerException
27642773
* @throws AmazonClientException If any internal errors are encountered
27652774
* inside the client while attempting to make the request or
@@ -2790,6 +2799,7 @@ Future<StartKeyPhrasesDetectionJobResult> startKeyPhrasesDetectionJobAsync(
27902799
* @throws InvalidRequestException
27912800
* @throws TooManyRequestsException
27922801
* @throws KmsKeyValidationException
2802+
* @throws TooManyTagsException
27932803
* @throws InternalServerException
27942804
* @throws AmazonClientException If any internal errors are encountered
27952805
* inside the client while attempting to make the request or
@@ -2817,6 +2827,7 @@ Future<StartKeyPhrasesDetectionJobResult> startKeyPhrasesDetectionJobAsync(
28172827
* @throws InvalidRequestException
28182828
* @throws TooManyRequestsException
28192829
* @throws KmsKeyValidationException
2830+
* @throws TooManyTagsException
28202831
* @throws InternalServerException
28212832
* @throws AmazonClientException If any internal errors are encountered
28222833
* inside the client while attempting to make the request or
@@ -2847,6 +2858,7 @@ Future<StartPiiEntitiesDetectionJobResult> startPiiEntitiesDetectionJobAsync(
28472858
* @throws InvalidRequestException
28482859
* @throws TooManyRequestsException
28492860
* @throws KmsKeyValidationException
2861+
* @throws TooManyTagsException
28502862
* @throws InternalServerException
28512863
* @throws AmazonClientException If any internal errors are encountered
28522864
* inside the client while attempting to make the request or
@@ -2874,6 +2886,7 @@ Future<StartPiiEntitiesDetectionJobResult> startPiiEntitiesDetectionJobAsync(
28742886
* @throws InvalidRequestException
28752887
* @throws TooManyRequestsException
28762888
* @throws KmsKeyValidationException
2889+
* @throws TooManyTagsException
28772890
* @throws InternalServerException
28782891
* @throws AmazonClientException If any internal errors are encountered
28792892
* inside the client while attempting to make the request or
@@ -2904,6 +2917,7 @@ Future<StartSentimentDetectionJobResult> startSentimentDetectionJobAsync(
29042917
* @throws InvalidRequestException
29052918
* @throws TooManyRequestsException
29062919
* @throws KmsKeyValidationException
2920+
* @throws TooManyTagsException
29072921
* @throws InternalServerException
29082922
* @throws AmazonClientException If any internal errors are encountered
29092923
* inside the client while attempting to make the request or
@@ -2932,6 +2946,7 @@ Future<StartSentimentDetectionJobResult> startSentimentDetectionJobAsync(
29322946
* @throws InvalidRequestException
29332947
* @throws TooManyRequestsException
29342948
* @throws KmsKeyValidationException
2949+
* @throws TooManyTagsException
29352950
* @throws InternalServerException
29362951
* @throws AmazonClientException If any internal errors are encountered
29372952
* inside the client while attempting to make the request or
@@ -2963,6 +2978,7 @@ Future<StartTopicsDetectionJobResult> startTopicsDetectionJobAsync(
29632978
* @throws InvalidRequestException
29642979
* @throws TooManyRequestsException
29652980
* @throws KmsKeyValidationException
2981+
* @throws TooManyTagsException
29662982
* @throws InternalServerException
29672983
* @throws AmazonClientException If any internal errors are encountered
29682984
* inside the client while attempting to make the request or

aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/AmazonComprehendAsyncClient.java

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3427,6 +3427,7 @@ public ListTopicsDetectionJobsResult call() throws Exception {
34273427
* @throws ResourceNotFoundException
34283428
* @throws ResourceUnavailableException
34293429
* @throws KmsKeyValidationException
3430+
* @throws TooManyTagsException
34303431
* @throws InternalServerException
34313432
* @throws AmazonClientException If any internal errors are encountered
34323433
* inside the client while attempting to make the request or
@@ -3461,6 +3462,7 @@ public StartDocumentClassificationJobResult call() throws Exception {
34613462
* @throws ResourceNotFoundException
34623463
* @throws ResourceUnavailableException
34633464
* @throws KmsKeyValidationException
3465+
* @throws TooManyTagsException
34643466
* @throws InternalServerException
34653467
* @throws AmazonClientException If any internal errors are encountered
34663468
* inside the client while attempting to make the request or
@@ -3502,6 +3504,7 @@ public StartDocumentClassificationJobResult call() throws Exception {
35023504
* @throws InvalidRequestException
35033505
* @throws TooManyRequestsException
35043506
* @throws KmsKeyValidationException
3507+
* @throws TooManyTagsException
35053508
* @throws InternalServerException
35063509
* @throws AmazonClientException If any internal errors are encountered
35073510
* inside the client while attempting to make the request or
@@ -3534,6 +3537,7 @@ public StartDominantLanguageDetectionJobResult call() throws Exception {
35343537
* @throws InvalidRequestException
35353538
* @throws TooManyRequestsException
35363539
* @throws KmsKeyValidationException
3540+
* @throws TooManyTagsException
35373541
* @throws InternalServerException
35383542
* @throws AmazonClientException If any internal errors are encountered
35393543
* inside the client while attempting to make the request or
@@ -3583,6 +3587,7 @@ public StartDominantLanguageDetectionJobResult call() throws Exception {
35833587
* @throws ResourceNotFoundException
35843588
* @throws ResourceUnavailableException
35853589
* @throws KmsKeyValidationException
3590+
* @throws TooManyTagsException
35863591
* @throws InternalServerException
35873592
* @throws AmazonClientException If any internal errors are encountered
35883593
* inside the client while attempting to make the request or
@@ -3623,6 +3628,7 @@ public StartEntitiesDetectionJobResult call() throws Exception {
36233628
* @throws ResourceNotFoundException
36243629
* @throws ResourceUnavailableException
36253630
* @throws KmsKeyValidationException
3631+
* @throws TooManyTagsException
36263632
* @throws InternalServerException
36273633
* @throws AmazonClientException If any internal errors are encountered
36283634
* inside the client while attempting to make the request or
@@ -3663,6 +3669,7 @@ public StartEntitiesDetectionJobResult call() throws Exception {
36633669
* @throws InvalidRequestException
36643670
* @throws TooManyRequestsException
36653671
* @throws KmsKeyValidationException
3672+
* @throws TooManyTagsException
36663673
* @throws InternalServerException
36673674
* @throws AmazonClientException If any internal errors are encountered
36683675
* inside the client while attempting to make the request or
@@ -3694,6 +3701,7 @@ public StartEventsDetectionJobResult call() throws Exception {
36943701
* @throws InvalidRequestException
36953702
* @throws TooManyRequestsException
36963703
* @throws KmsKeyValidationException
3704+
* @throws TooManyTagsException
36973705
* @throws InternalServerException
36983706
* @throws AmazonClientException If any internal errors are encountered
36993707
* inside the client while attempting to make the request or
@@ -3735,6 +3743,7 @@ public StartEventsDetectionJobResult call() throws Exception {
37353743
* @throws InvalidRequestException
37363744
* @throws TooManyRequestsException
37373745
* @throws KmsKeyValidationException
3746+
* @throws TooManyTagsException
37383747
* @throws InternalServerException
37393748
* @throws AmazonClientException If any internal errors are encountered
37403749
* inside the client while attempting to make the request or
@@ -3767,6 +3776,7 @@ public StartKeyPhrasesDetectionJobResult call() throws Exception {
37673776
* @throws InvalidRequestException
37683777
* @throws TooManyRequestsException
37693778
* @throws KmsKeyValidationException
3779+
* @throws TooManyTagsException
37703780
* @throws InternalServerException
37713781
* @throws AmazonClientException If any internal errors are encountered
37723782
* inside the client while attempting to make the request or
@@ -3808,6 +3818,7 @@ public StartKeyPhrasesDetectionJobResult call() throws Exception {
38083818
* @throws InvalidRequestException
38093819
* @throws TooManyRequestsException
38103820
* @throws KmsKeyValidationException
3821+
* @throws TooManyTagsException
38113822
* @throws InternalServerException
38123823
* @throws AmazonClientException If any internal errors are encountered
38133824
* inside the client while attempting to make the request or
@@ -3840,6 +3851,7 @@ public StartPiiEntitiesDetectionJobResult call() throws Exception {
38403851
* @throws InvalidRequestException
38413852
* @throws TooManyRequestsException
38423853
* @throws KmsKeyValidationException
3854+
* @throws TooManyTagsException
38433855
* @throws InternalServerException
38443856
* @throws AmazonClientException If any internal errors are encountered
38453857
* inside the client while attempting to make the request or
@@ -3881,6 +3893,7 @@ public StartPiiEntitiesDetectionJobResult call() throws Exception {
38813893
* @throws InvalidRequestException
38823894
* @throws TooManyRequestsException
38833895
* @throws KmsKeyValidationException
3896+
* @throws TooManyTagsException
38843897
* @throws InternalServerException
38853898
* @throws AmazonClientException If any internal errors are encountered
38863899
* inside the client while attempting to make the request or
@@ -3913,6 +3926,7 @@ public StartSentimentDetectionJobResult call() throws Exception {
39133926
* @throws InvalidRequestException
39143927
* @throws TooManyRequestsException
39153928
* @throws KmsKeyValidationException
3929+
* @throws TooManyTagsException
39163930
* @throws InternalServerException
39173931
* @throws AmazonClientException If any internal errors are encountered
39183932
* inside the client while attempting to make the request or
@@ -3955,6 +3969,7 @@ public StartSentimentDetectionJobResult call() throws Exception {
39553969
* @throws InvalidRequestException
39563970
* @throws TooManyRequestsException
39573971
* @throws KmsKeyValidationException
3972+
* @throws TooManyTagsException
39583973
* @throws InternalServerException
39593974
* @throws AmazonClientException If any internal errors are encountered
39603975
* inside the client while attempting to make the request or
@@ -3988,6 +4003,7 @@ public StartTopicsDetectionJobResult call() throws Exception {
39884003
* @throws InvalidRequestException
39894004
* @throws TooManyRequestsException
39904005
* @throws KmsKeyValidationException
4006+
* @throws TooManyTagsException
39914007
* @throws InternalServerException
39924008
* @throws AmazonClientException If any internal errors are encountered
39934009
* inside the client while attempting to make the request or

0 commit comments

Comments
 (0)