Skip to content

Commit 6d8fbad

Browse files
minbiAWS
authored andcommitted
[aws-android-sdk-comprehend] Update models to latest
1 parent 3a7af40 commit 6d8fbad

File tree

59 files changed

+3733
-143
lines changed

Some content is hidden

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

59 files changed

+3733
-143
lines changed

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public interface AmazonComprehend {
9393
* Determines the dominant language of the input text for a batch of
9494
* documents. For a list of languages that Amazon Comprehend can detect, see
9595
* <a href=
96-
* "http://docs.aws.amazon.com/comprehend/latest/dg/how-languages.html"
96+
* "https://docs.aws.amazon.com/comprehend/latest/dg/how-languages.html"
9797
* >Amazon Comprehend Supported Languages</a>.
9898
* </p>
9999
*
@@ -244,6 +244,7 @@ BatchDetectSyntaxResult batchDetectSyntax(BatchDetectSyntaxRequest batchDetectSy
244244
* @throws TooManyRequestsException
245245
* @throws ResourceLimitExceededException
246246
* @throws UnsupportedLanguageException
247+
* @throws KmsKeyValidationException
247248
* @throws InternalServerException
248249
* @throws AmazonClientException If any internal errors are encountered
249250
* inside the client while attempting to make the request or
@@ -273,6 +274,7 @@ CreateDocumentClassifierResult createDocumentClassifier(
273274
* @throws TooManyRequestsException
274275
* @throws ResourceLimitExceededException
275276
* @throws UnsupportedLanguageException
277+
* @throws KmsKeyValidationException
276278
* @throws InternalServerException
277279
* @throws AmazonClientException If any internal errors are encountered
278280
* inside the client while attempting to make the request or
@@ -573,7 +575,7 @@ DescribeTopicsDetectionJobResult describeTopicsDetectionJob(
573575
* <p>
574576
* Determines the dominant language of the input text. For a list of
575577
* languages that Amazon Comprehend can detect, see <a href=
576-
* "http://docs.aws.amazon.com/comprehend/latest/dg/how-languages.html"
578+
* "https://docs.aws.amazon.com/comprehend/latest/dg/how-languages.html"
577579
* >Amazon Comprehend Supported Languages</a>.
578580
* </p>
579581
*
@@ -916,6 +918,7 @@ ListTopicsDetectionJobsResult listTopicsDetectionJobs(
916918
* @throws TooManyRequestsException
917919
* @throws ResourceNotFoundException
918920
* @throws ResourceUnavailableException
921+
* @throws KmsKeyValidationException
919922
* @throws InternalServerException
920923
* @throws AmazonClientException If any internal errors are encountered
921924
* inside the client while attempting to make the request or
@@ -941,6 +944,7 @@ StartDocumentClassificationJobResult startDocumentClassificationJob(
941944
* Amazon Comprehend.
942945
* @throws InvalidRequestException
943946
* @throws TooManyRequestsException
947+
* @throws KmsKeyValidationException
944948
* @throws InternalServerException
945949
* @throws AmazonClientException If any internal errors are encountered
946950
* inside the client while attempting to make the request or
@@ -974,6 +978,7 @@ StartDominantLanguageDetectionJobResult startDominantLanguageDetectionJob(
974978
* @throws TooManyRequestsException
975979
* @throws ResourceNotFoundException
976980
* @throws ResourceUnavailableException
981+
* @throws KmsKeyValidationException
977982
* @throws InternalServerException
978983
* @throws AmazonClientException If any internal errors are encountered
979984
* inside the client while attempting to make the request or
@@ -999,6 +1004,7 @@ StartEntitiesDetectionJobResult startEntitiesDetectionJob(
9991004
* Comprehend.
10001005
* @throws InvalidRequestException
10011006
* @throws TooManyRequestsException
1007+
* @throws KmsKeyValidationException
10021008
* @throws InternalServerException
10031009
* @throws AmazonClientException If any internal errors are encountered
10041010
* inside the client while attempting to make the request or
@@ -1024,6 +1030,7 @@ StartKeyPhrasesDetectionJobResult startKeyPhrasesDetectionJob(
10241030
* Comprehend.
10251031
* @throws InvalidRequestException
10261032
* @throws TooManyRequestsException
1033+
* @throws KmsKeyValidationException
10271034
* @throws InternalServerException
10281035
* @throws AmazonClientException If any internal errors are encountered
10291036
* inside the client while attempting to make the request or
@@ -1050,6 +1057,7 @@ StartSentimentDetectionJobResult startSentimentDetectionJob(
10501057
* Comprehend.
10511058
* @throws InvalidRequestException
10521059
* @throws TooManyRequestsException
1060+
* @throws KmsKeyValidationException
10531061
* @throws InternalServerException
10541062
* @throws AmazonClientException If any internal errors are encountered
10551063
* 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: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public interface AmazonComprehendAsync extends AmazonComprehend {
3737
* Determines the dominant language of the input text for a batch of
3838
* documents. For a list of languages that Amazon Comprehend can detect, see
3939
* <a href=
40-
* "http://docs.aws.amazon.com/comprehend/latest/dg/how-languages.html"
40+
* "https://docs.aws.amazon.com/comprehend/latest/dg/how-languages.html"
4141
* >Amazon Comprehend Supported Languages</a>.
4242
* </p>
4343
*
@@ -66,7 +66,7 @@ Future<BatchDetectDominantLanguageResult> batchDetectDominantLanguageAsync(
6666
* Determines the dominant language of the input text for a batch of
6767
* documents. For a list of languages that Amazon Comprehend can detect, see
6868
* <a href=
69-
* "http://docs.aws.amazon.com/comprehend/latest/dg/how-languages.html"
69+
* "https://docs.aws.amazon.com/comprehend/latest/dg/how-languages.html"
7070
* >Amazon Comprehend Supported Languages</a>.
7171
* </p>
7272
*
@@ -354,6 +354,7 @@ Future<BatchDetectSyntaxResult> batchDetectSyntaxAsync(
354354
* @throws TooManyRequestsException
355355
* @throws ResourceLimitExceededException
356356
* @throws UnsupportedLanguageException
357+
* @throws KmsKeyValidationException
357358
* @throws InternalServerException
358359
* @throws AmazonClientException If any internal errors are encountered
359360
* inside the client while attempting to make the request or
@@ -390,6 +391,7 @@ Future<CreateDocumentClassifierResult> createDocumentClassifierAsync(
390391
* @throws TooManyRequestsException
391392
* @throws ResourceLimitExceededException
392393
* @throws UnsupportedLanguageException
394+
* @throws KmsKeyValidationException
393395
* @throws InternalServerException
394396
* @throws AmazonClientException If any internal errors are encountered
395397
* inside the client while attempting to make the request or
@@ -420,6 +422,7 @@ Future<CreateDocumentClassifierResult> createDocumentClassifierAsync(
420422
* @throws TooManyRequestsException
421423
* @throws ResourceLimitExceededException
422424
* @throws UnsupportedLanguageException
425+
* @throws KmsKeyValidationException
423426
* @throws InternalServerException
424427
* @throws AmazonClientException If any internal errors are encountered
425428
* inside the client while attempting to make the request or
@@ -453,6 +456,7 @@ Future<CreateEntityRecognizerResult> createEntityRecognizerAsync(
453456
* @throws TooManyRequestsException
454457
* @throws ResourceLimitExceededException
455458
* @throws UnsupportedLanguageException
459+
* @throws KmsKeyValidationException
456460
* @throws InternalServerException
457461
* @throws AmazonClientException If any internal errors are encountered
458462
* inside the client while attempting to make the request or
@@ -1087,7 +1091,7 @@ Future<DescribeTopicsDetectionJobResult> describeTopicsDetectionJobAsync(
10871091
* <p>
10881092
* Determines the dominant language of the input text. For a list of
10891093
* languages that Amazon Comprehend can detect, see <a href=
1090-
* "http://docs.aws.amazon.com/comprehend/latest/dg/how-languages.html"
1094+
* "https://docs.aws.amazon.com/comprehend/latest/dg/how-languages.html"
10911095
* >Amazon Comprehend Supported Languages</a>.
10921096
* </p>
10931097
*
@@ -1114,7 +1118,7 @@ Future<DetectDominantLanguageResult> detectDominantLanguageAsync(
11141118
* <p>
11151119
* Determines the dominant language of the input text. For a list of
11161120
* languages that Amazon Comprehend can detect, see <a href=
1117-
* "http://docs.aws.amazon.com/comprehend/latest/dg/how-languages.html"
1121+
* "https://docs.aws.amazon.com/comprehend/latest/dg/how-languages.html"
11181122
* >Amazon Comprehend Supported Languages</a>.
11191123
* </p>
11201124
*
@@ -1833,6 +1837,7 @@ Future<ListTopicsDetectionJobsResult> listTopicsDetectionJobsAsync(
18331837
* @throws TooManyRequestsException
18341838
* @throws ResourceNotFoundException
18351839
* @throws ResourceUnavailableException
1840+
* @throws KmsKeyValidationException
18361841
* @throws InternalServerException
18371842
* @throws AmazonClientException If any internal errors are encountered
18381843
* inside the client while attempting to make the request or
@@ -1864,6 +1869,7 @@ Future<StartDocumentClassificationJobResult> startDocumentClassificationJobAsync
18641869
* @throws TooManyRequestsException
18651870
* @throws ResourceNotFoundException
18661871
* @throws ResourceUnavailableException
1872+
* @throws KmsKeyValidationException
18671873
* @throws InternalServerException
18681874
* @throws AmazonClientException If any internal errors are encountered
18691875
* inside the client while attempting to make the request or
@@ -1890,6 +1896,7 @@ Future<StartDocumentClassificationJobResult> startDocumentClassificationJobAsync
18901896
* Amazon Comprehend.
18911897
* @throws InvalidRequestException
18921898
* @throws TooManyRequestsException
1899+
* @throws KmsKeyValidationException
18931900
* @throws InternalServerException
18941901
* @throws AmazonClientException If any internal errors are encountered
18951902
* inside the client while attempting to make the request or
@@ -1919,6 +1926,7 @@ Future<StartDominantLanguageDetectionJobResult> startDominantLanguageDetectionJo
19191926
* Amazon Comprehend.
19201927
* @throws InvalidRequestException
19211928
* @throws TooManyRequestsException
1929+
* @throws KmsKeyValidationException
19221930
* @throws InternalServerException
19231931
* @throws AmazonClientException If any internal errors are encountered
19241932
* inside the client while attempting to make the request or
@@ -1953,6 +1961,7 @@ Future<StartDominantLanguageDetectionJobResult> startDominantLanguageDetectionJo
19531961
* @throws TooManyRequestsException
19541962
* @throws ResourceNotFoundException
19551963
* @throws ResourceUnavailableException
1964+
* @throws KmsKeyValidationException
19561965
* @throws InternalServerException
19571966
* @throws AmazonClientException If any internal errors are encountered
19581967
* inside the client while attempting to make the request or
@@ -1990,6 +1999,7 @@ Future<StartEntitiesDetectionJobResult> startEntitiesDetectionJobAsync(
19901999
* @throws TooManyRequestsException
19912000
* @throws ResourceNotFoundException
19922001
* @throws ResourceUnavailableException
2002+
* @throws KmsKeyValidationException
19932003
* @throws InternalServerException
19942004
* @throws AmazonClientException If any internal errors are encountered
19952005
* inside the client while attempting to make the request or
@@ -2016,6 +2026,7 @@ Future<StartEntitiesDetectionJobResult> startEntitiesDetectionJobAsync(
20162026
* Comprehend.
20172027
* @throws InvalidRequestException
20182028
* @throws TooManyRequestsException
2029+
* @throws KmsKeyValidationException
20192030
* @throws InternalServerException
20202031
* @throws AmazonClientException If any internal errors are encountered
20212032
* inside the client while attempting to make the request or
@@ -2045,6 +2056,7 @@ Future<StartKeyPhrasesDetectionJobResult> startKeyPhrasesDetectionJobAsync(
20452056
* Comprehend.
20462057
* @throws InvalidRequestException
20472058
* @throws TooManyRequestsException
2059+
* @throws KmsKeyValidationException
20482060
* @throws InternalServerException
20492061
* @throws AmazonClientException If any internal errors are encountered
20502062
* inside the client while attempting to make the request or
@@ -2071,6 +2083,7 @@ Future<StartKeyPhrasesDetectionJobResult> startKeyPhrasesDetectionJobAsync(
20712083
* Comprehend.
20722084
* @throws InvalidRequestException
20732085
* @throws TooManyRequestsException
2086+
* @throws KmsKeyValidationException
20742087
* @throws InternalServerException
20752088
* @throws AmazonClientException If any internal errors are encountered
20762089
* inside the client while attempting to make the request or
@@ -2100,6 +2113,7 @@ Future<StartSentimentDetectionJobResult> startSentimentDetectionJobAsync(
21002113
* Comprehend.
21012114
* @throws InvalidRequestException
21022115
* @throws TooManyRequestsException
2116+
* @throws KmsKeyValidationException
21032117
* @throws InternalServerException
21042118
* @throws AmazonClientException If any internal errors are encountered
21052119
* inside the client while attempting to make the request or
@@ -2127,6 +2141,7 @@ Future<StartSentimentDetectionJobResult> startSentimentDetectionJobAsync(
21272141
* Comprehend.
21282142
* @throws InvalidRequestException
21292143
* @throws TooManyRequestsException
2144+
* @throws KmsKeyValidationException
21302145
* @throws InternalServerException
21312146
* @throws AmazonClientException If any internal errors are encountered
21322147
* inside the client while attempting to make the request or
@@ -2157,6 +2172,7 @@ Future<StartTopicsDetectionJobResult> startTopicsDetectionJobAsync(
21572172
* Comprehend.
21582173
* @throws InvalidRequestException
21592174
* @throws TooManyRequestsException
2175+
* @throws KmsKeyValidationException
21602176
* @throws InternalServerException
21612177
* @throws AmazonClientException If any internal errors are encountered
21622178
* inside the client while attempting to make the request or

0 commit comments

Comments
 (0)