@aws-sdk/client-comprehend 3.289.0 → 3.290.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (85) hide show
  1. package/dist-types/commands/BatchDetectDominantLanguageCommand.d.ts +14 -0
  2. package/dist-types/commands/BatchDetectEntitiesCommand.d.ts +21 -0
  3. package/dist-types/commands/BatchDetectKeyPhrasesCommand.d.ts +21 -0
  4. package/dist-types/commands/BatchDetectSentimentCommand.d.ts +21 -0
  5. package/dist-types/commands/BatchDetectSyntaxCommand.d.ts +21 -0
  6. package/dist-types/commands/BatchDetectTargetedSentimentCommand.d.ts +21 -0
  7. package/dist-types/commands/ClassifyDocumentCommand.d.ts +14 -0
  8. package/dist-types/commands/ContainsPiiEntitiesCommand.d.ts +17 -0
  9. package/dist-types/commands/CreateDatasetCommand.d.ts +26 -0
  10. package/dist-types/commands/CreateDocumentClassifierCommand.d.ts +34 -0
  11. package/dist-types/commands/CreateEndpointCommand.d.ts +30 -0
  12. package/dist-types/commands/CreateEntityRecognizerCommand.d.ts +34 -0
  13. package/dist-types/commands/CreateFlywheelCommand.d.ts +41 -0
  14. package/dist-types/commands/DeleteDocumentClassifierCommand.d.ts +21 -0
  15. package/dist-types/commands/DeleteEndpointCommand.d.ts +17 -0
  16. package/dist-types/commands/DeleteEntityRecognizerCommand.d.ts +21 -0
  17. package/dist-types/commands/DeleteFlywheelCommand.d.ts +21 -0
  18. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +10 -0
  19. package/dist-types/commands/DescribeDatasetCommand.d.ts +13 -0
  20. package/dist-types/commands/DescribeDocumentClassificationJobCommand.d.ts +13 -0
  21. package/dist-types/commands/DescribeDocumentClassifierCommand.d.ts +13 -0
  22. package/dist-types/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +13 -0
  23. package/dist-types/commands/DescribeEndpointCommand.d.ts +13 -0
  24. package/dist-types/commands/DescribeEntitiesDetectionJobCommand.d.ts +13 -0
  25. package/dist-types/commands/DescribeEntityRecognizerCommand.d.ts +13 -0
  26. package/dist-types/commands/DescribeEventsDetectionJobCommand.d.ts +13 -0
  27. package/dist-types/commands/DescribeFlywheelCommand.d.ts +13 -0
  28. package/dist-types/commands/DescribeFlywheelIterationCommand.d.ts +13 -0
  29. package/dist-types/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +13 -0
  30. package/dist-types/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +13 -0
  31. package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +10 -0
  32. package/dist-types/commands/DescribeSentimentDetectionJobCommand.d.ts +13 -0
  33. package/dist-types/commands/DescribeTargetedSentimentDetectionJobCommand.d.ts +13 -0
  34. package/dist-types/commands/DescribeTopicsDetectionJobCommand.d.ts +13 -0
  35. package/dist-types/commands/DetectDominantLanguageCommand.d.ts +10 -0
  36. package/dist-types/commands/DetectEntitiesCommand.d.ts +21 -0
  37. package/dist-types/commands/DetectKeyPhrasesCommand.d.ts +17 -0
  38. package/dist-types/commands/DetectPiiEntitiesCommand.d.ts +17 -0
  39. package/dist-types/commands/DetectSentimentCommand.d.ts +17 -0
  40. package/dist-types/commands/DetectSyntaxCommand.d.ts +17 -0
  41. package/dist-types/commands/DetectTargetedSentimentCommand.d.ts +17 -0
  42. package/dist-types/commands/ImportModelCommand.d.ts +34 -0
  43. package/dist-types/commands/ListDatasetsCommand.d.ts +17 -0
  44. package/dist-types/commands/ListDocumentClassificationJobsCommand.d.ts +14 -0
  45. package/dist-types/commands/ListDocumentClassifierSummariesCommand.d.ts +10 -0
  46. package/dist-types/commands/ListDocumentClassifiersCommand.d.ts +14 -0
  47. package/dist-types/commands/ListDominantLanguageDetectionJobsCommand.d.ts +14 -0
  48. package/dist-types/commands/ListEndpointsCommand.d.ts +10 -0
  49. package/dist-types/commands/ListEntitiesDetectionJobsCommand.d.ts +14 -0
  50. package/dist-types/commands/ListEntityRecognizerSummariesCommand.d.ts +10 -0
  51. package/dist-types/commands/ListEntityRecognizersCommand.d.ts +14 -0
  52. package/dist-types/commands/ListEventsDetectionJobsCommand.d.ts +14 -0
  53. package/dist-types/commands/ListFlywheelIterationHistoryCommand.d.ts +17 -0
  54. package/dist-types/commands/ListFlywheelsCommand.d.ts +14 -0
  55. package/dist-types/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +14 -0
  56. package/dist-types/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +14 -0
  57. package/dist-types/commands/ListSentimentDetectionJobsCommand.d.ts +14 -0
  58. package/dist-types/commands/ListTagsForResourceCommand.d.ts +10 -0
  59. package/dist-types/commands/ListTargetedSentimentDetectionJobsCommand.d.ts +14 -0
  60. package/dist-types/commands/ListTopicsDetectionJobsCommand.d.ts +14 -0
  61. package/dist-types/commands/PutResourcePolicyCommand.d.ts +10 -0
  62. package/dist-types/commands/StartDocumentClassificationJobCommand.d.ts +26 -0
  63. package/dist-types/commands/StartDominantLanguageDetectionJobCommand.d.ts +19 -0
  64. package/dist-types/commands/StartEntitiesDetectionJobCommand.d.ts +26 -0
  65. package/dist-types/commands/StartEventsDetectionJobCommand.d.ts +19 -0
  66. package/dist-types/commands/StartFlywheelIterationCommand.d.ts +17 -0
  67. package/dist-types/commands/StartKeyPhrasesDetectionJobCommand.d.ts +19 -0
  68. package/dist-types/commands/StartPiiEntitiesDetectionJobCommand.d.ts +19 -0
  69. package/dist-types/commands/StartSentimentDetectionJobCommand.d.ts +19 -0
  70. package/dist-types/commands/StartTargetedSentimentDetectionJobCommand.d.ts +19 -0
  71. package/dist-types/commands/StartTopicsDetectionJobCommand.d.ts +19 -0
  72. package/dist-types/commands/StopDominantLanguageDetectionJobCommand.d.ts +10 -0
  73. package/dist-types/commands/StopEntitiesDetectionJobCommand.d.ts +10 -0
  74. package/dist-types/commands/StopEventsDetectionJobCommand.d.ts +10 -0
  75. package/dist-types/commands/StopKeyPhrasesDetectionJobCommand.d.ts +10 -0
  76. package/dist-types/commands/StopPiiEntitiesDetectionJobCommand.d.ts +10 -0
  77. package/dist-types/commands/StopSentimentDetectionJobCommand.d.ts +10 -0
  78. package/dist-types/commands/StopTargetedSentimentDetectionJobCommand.d.ts +10 -0
  79. package/dist-types/commands/StopTrainingDocumentClassifierCommand.d.ts +13 -0
  80. package/dist-types/commands/StopTrainingEntityRecognizerCommand.d.ts +13 -0
  81. package/dist-types/commands/TagResourceCommand.d.ts +19 -0
  82. package/dist-types/commands/UntagResourceCommand.d.ts +18 -0
  83. package/dist-types/commands/UpdateEndpointCommand.d.ts +25 -0
  84. package/dist-types/commands/UpdateFlywheelCommand.d.ts +17 -0
  85. package/package.json +29 -29
@@ -34,6 +34,20 @@ export interface ListEntityRecognizersCommandOutput extends ListEntityRecognizer
34
34
  * @see {@link ListEntityRecognizersCommandOutput} for command's `response` shape.
35
35
  * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
36
36
  *
37
+ * @throws {@link InternalServerException} (server fault)
38
+ * <p>An internal server error occurred. Retry your request.</p>
39
+ *
40
+ * @throws {@link InvalidFilterException} (client fault)
41
+ * <p>The filter specified for the operation is invalid. Specify a different
42
+ * filter.</p>
43
+ *
44
+ * @throws {@link InvalidRequestException} (client fault)
45
+ * <p>The request is invalid.</p>
46
+ *
47
+ * @throws {@link TooManyRequestsException} (client fault)
48
+ * <p>The number of requests exceeds the limit. Resubmit your request later.</p>
49
+ *
50
+ *
37
51
  */
38
52
  export declare class ListEntityRecognizersCommand extends $Command<ListEntityRecognizersCommandInput, ListEntityRecognizersCommandOutput, ComprehendClientResolvedConfig> {
39
53
  readonly input: ListEntityRecognizersCommandInput;
@@ -29,6 +29,20 @@ export interface ListEventsDetectionJobsCommandOutput extends ListEventsDetectio
29
29
  * @see {@link ListEventsDetectionJobsCommandOutput} for command's `response` shape.
30
30
  * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>An internal server error occurred. Retry your request.</p>
34
+ *
35
+ * @throws {@link InvalidFilterException} (client fault)
36
+ * <p>The filter specified for the operation is invalid. Specify a different
37
+ * filter.</p>
38
+ *
39
+ * @throws {@link InvalidRequestException} (client fault)
40
+ * <p>The request is invalid.</p>
41
+ *
42
+ * @throws {@link TooManyRequestsException} (client fault)
43
+ * <p>The number of requests exceeds the limit. Resubmit your request later.</p>
44
+ *
45
+ *
32
46
  */
33
47
  export declare class ListEventsDetectionJobsCommand extends $Command<ListEventsDetectionJobsCommandInput, ListEventsDetectionJobsCommandOutput, ComprehendClientResolvedConfig> {
34
48
  readonly input: ListEventsDetectionJobsCommandInput;
@@ -31,6 +31,23 @@ export interface ListFlywheelIterationHistoryCommandOutput extends ListFlywheelI
31
31
  * @see {@link ListFlywheelIterationHistoryCommandOutput} for command's `response` shape.
32
32
  * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
33
33
  *
34
+ * @throws {@link InternalServerException} (server fault)
35
+ * <p>An internal server error occurred. Retry your request.</p>
36
+ *
37
+ * @throws {@link InvalidFilterException} (client fault)
38
+ * <p>The filter specified for the operation is invalid. Specify a different
39
+ * filter.</p>
40
+ *
41
+ * @throws {@link InvalidRequestException} (client fault)
42
+ * <p>The request is invalid.</p>
43
+ *
44
+ * @throws {@link ResourceNotFoundException} (client fault)
45
+ * <p>The specified resource ARN was not found. Check the ARN and try your request again.</p>
46
+ *
47
+ * @throws {@link TooManyRequestsException} (client fault)
48
+ * <p>The number of requests exceeds the limit. Resubmit your request later.</p>
49
+ *
50
+ *
34
51
  */
35
52
  export declare class ListFlywheelIterationHistoryCommand extends $Command<ListFlywheelIterationHistoryCommandInput, ListFlywheelIterationHistoryCommandOutput, ComprehendClientResolvedConfig> {
36
53
  readonly input: ListFlywheelIterationHistoryCommandInput;
@@ -29,6 +29,20 @@ export interface ListFlywheelsCommandOutput extends ListFlywheelsResponse, __Met
29
29
  * @see {@link ListFlywheelsCommandOutput} for command's `response` shape.
30
30
  * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>An internal server error occurred. Retry your request.</p>
34
+ *
35
+ * @throws {@link InvalidFilterException} (client fault)
36
+ * <p>The filter specified for the operation is invalid. Specify a different
37
+ * filter.</p>
38
+ *
39
+ * @throws {@link InvalidRequestException} (client fault)
40
+ * <p>The request is invalid.</p>
41
+ *
42
+ * @throws {@link TooManyRequestsException} (client fault)
43
+ * <p>The number of requests exceeds the limit. Resubmit your request later.</p>
44
+ *
45
+ *
32
46
  */
33
47
  export declare class ListFlywheelsCommand extends $Command<ListFlywheelsCommandInput, ListFlywheelsCommandOutput, ComprehendClientResolvedConfig> {
34
48
  readonly input: ListFlywheelsCommandInput;
@@ -29,6 +29,20 @@ export interface ListKeyPhrasesDetectionJobsCommandOutput extends ListKeyPhrases
29
29
  * @see {@link ListKeyPhrasesDetectionJobsCommandOutput} for command's `response` shape.
30
30
  * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>An internal server error occurred. Retry your request.</p>
34
+ *
35
+ * @throws {@link InvalidFilterException} (client fault)
36
+ * <p>The filter specified for the operation is invalid. Specify a different
37
+ * filter.</p>
38
+ *
39
+ * @throws {@link InvalidRequestException} (client fault)
40
+ * <p>The request is invalid.</p>
41
+ *
42
+ * @throws {@link TooManyRequestsException} (client fault)
43
+ * <p>The number of requests exceeds the limit. Resubmit your request later.</p>
44
+ *
45
+ *
32
46
  */
33
47
  export declare class ListKeyPhrasesDetectionJobsCommand extends $Command<ListKeyPhrasesDetectionJobsCommandInput, ListKeyPhrasesDetectionJobsCommandOutput, ComprehendClientResolvedConfig> {
34
48
  readonly input: ListKeyPhrasesDetectionJobsCommandInput;
@@ -29,6 +29,20 @@ export interface ListPiiEntitiesDetectionJobsCommandOutput extends ListPiiEntiti
29
29
  * @see {@link ListPiiEntitiesDetectionJobsCommandOutput} for command's `response` shape.
30
30
  * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>An internal server error occurred. Retry your request.</p>
34
+ *
35
+ * @throws {@link InvalidFilterException} (client fault)
36
+ * <p>The filter specified for the operation is invalid. Specify a different
37
+ * filter.</p>
38
+ *
39
+ * @throws {@link InvalidRequestException} (client fault)
40
+ * <p>The request is invalid.</p>
41
+ *
42
+ * @throws {@link TooManyRequestsException} (client fault)
43
+ * <p>The number of requests exceeds the limit. Resubmit your request later.</p>
44
+ *
45
+ *
32
46
  */
33
47
  export declare class ListPiiEntitiesDetectionJobsCommand extends $Command<ListPiiEntitiesDetectionJobsCommandInput, ListPiiEntitiesDetectionJobsCommandOutput, ComprehendClientResolvedConfig> {
34
48
  readonly input: ListPiiEntitiesDetectionJobsCommandInput;
@@ -29,6 +29,20 @@ export interface ListSentimentDetectionJobsCommandOutput extends ListSentimentDe
29
29
  * @see {@link ListSentimentDetectionJobsCommandOutput} for command's `response` shape.
30
30
  * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>An internal server error occurred. Retry your request.</p>
34
+ *
35
+ * @throws {@link InvalidFilterException} (client fault)
36
+ * <p>The filter specified for the operation is invalid. Specify a different
37
+ * filter.</p>
38
+ *
39
+ * @throws {@link InvalidRequestException} (client fault)
40
+ * <p>The request is invalid.</p>
41
+ *
42
+ * @throws {@link TooManyRequestsException} (client fault)
43
+ * <p>The number of requests exceeds the limit. Resubmit your request later.</p>
44
+ *
45
+ *
32
46
  */
33
47
  export declare class ListSentimentDetectionJobsCommand extends $Command<ListSentimentDetectionJobsCommandInput, ListSentimentDetectionJobsCommandOutput, ComprehendClientResolvedConfig> {
34
48
  readonly input: ListSentimentDetectionJobsCommandInput;
@@ -29,6 +29,16 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
29
29
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>An internal server error occurred. Retry your request.</p>
34
+ *
35
+ * @throws {@link InvalidRequestException} (client fault)
36
+ * <p>The request is invalid.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>The specified resource ARN was not found. Check the ARN and try your request again.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ComprehendClientResolvedConfig> {
34
44
  readonly input: ListTagsForResourceCommandInput;
@@ -29,6 +29,20 @@ export interface ListTargetedSentimentDetectionJobsCommandOutput extends ListTar
29
29
  * @see {@link ListTargetedSentimentDetectionJobsCommandOutput} for command's `response` shape.
30
30
  * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>An internal server error occurred. Retry your request.</p>
34
+ *
35
+ * @throws {@link InvalidFilterException} (client fault)
36
+ * <p>The filter specified for the operation is invalid. Specify a different
37
+ * filter.</p>
38
+ *
39
+ * @throws {@link InvalidRequestException} (client fault)
40
+ * <p>The request is invalid.</p>
41
+ *
42
+ * @throws {@link TooManyRequestsException} (client fault)
43
+ * <p>The number of requests exceeds the limit. Resubmit your request later.</p>
44
+ *
45
+ *
32
46
  */
33
47
  export declare class ListTargetedSentimentDetectionJobsCommand extends $Command<ListTargetedSentimentDetectionJobsCommandInput, ListTargetedSentimentDetectionJobsCommandOutput, ComprehendClientResolvedConfig> {
34
48
  readonly input: ListTargetedSentimentDetectionJobsCommandInput;
@@ -29,6 +29,20 @@ export interface ListTopicsDetectionJobsCommandOutput extends ListTopicsDetectio
29
29
  * @see {@link ListTopicsDetectionJobsCommandOutput} for command's `response` shape.
30
30
  * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>An internal server error occurred. Retry your request.</p>
34
+ *
35
+ * @throws {@link InvalidFilterException} (client fault)
36
+ * <p>The filter specified for the operation is invalid. Specify a different
37
+ * filter.</p>
38
+ *
39
+ * @throws {@link InvalidRequestException} (client fault)
40
+ * <p>The request is invalid.</p>
41
+ *
42
+ * @throws {@link TooManyRequestsException} (client fault)
43
+ * <p>The number of requests exceeds the limit. Resubmit your request later.</p>
44
+ *
45
+ *
32
46
  */
33
47
  export declare class ListTopicsDetectionJobsCommand extends $Command<ListTopicsDetectionJobsCommandInput, ListTopicsDetectionJobsCommandOutput, ComprehendClientResolvedConfig> {
34
48
  readonly input: ListTopicsDetectionJobsCommandInput;
@@ -31,6 +31,16 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyRespons
31
31
  * @see {@link PutResourcePolicyCommandOutput} for command's `response` shape.
32
32
  * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
33
33
  *
34
+ * @throws {@link InternalServerException} (server fault)
35
+ * <p>An internal server error occurred. Retry your request.</p>
36
+ *
37
+ * @throws {@link InvalidRequestException} (client fault)
38
+ * <p>The request is invalid.</p>
39
+ *
40
+ * @throws {@link ResourceNotFoundException} (client fault)
41
+ * <p>The specified resource ARN was not found. Check the ARN and try your request again.</p>
42
+ *
43
+ *
34
44
  */
35
45
  export declare class PutResourcePolicyCommand extends $Command<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, ComprehendClientResolvedConfig> {
36
46
  readonly input: PutResourcePolicyCommandInput;
@@ -31,6 +31,32 @@ export interface StartDocumentClassificationJobCommandOutput extends StartDocume
31
31
  * @see {@link StartDocumentClassificationJobCommandOutput} for command's `response` shape.
32
32
  * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
33
33
  *
34
+ * @throws {@link InternalServerException} (server fault)
35
+ * <p>An internal server error occurred. Retry your request.</p>
36
+ *
37
+ * @throws {@link InvalidRequestException} (client fault)
38
+ * <p>The request is invalid.</p>
39
+ *
40
+ * @throws {@link KmsKeyValidationException} (client fault)
41
+ * <p>The KMS customer managed key (CMK) entered cannot be validated. Verify the key and
42
+ * re-enter it.</p>
43
+ *
44
+ * @throws {@link ResourceNotFoundException} (client fault)
45
+ * <p>The specified resource ARN was not found. Check the ARN and try your request again.</p>
46
+ *
47
+ * @throws {@link ResourceUnavailableException} (client fault)
48
+ * <p>The specified resource is not available. Check the resource and try your request
49
+ * again.</p>
50
+ *
51
+ * @throws {@link TooManyRequestsException} (client fault)
52
+ * <p>The number of requests exceeds the limit. Resubmit your request later.</p>
53
+ *
54
+ * @throws {@link TooManyTagsException} (client fault)
55
+ * <p>The request contains more tags than can be associated with a resource (50 tags per
56
+ * resource). The maximum number of tags includes both existing tags and those included in your
57
+ * current request. </p>
58
+ *
59
+ *
34
60
  */
35
61
  export declare class StartDocumentClassificationJobCommand extends $Command<StartDocumentClassificationJobCommandInput, StartDocumentClassificationJobCommandOutput, ComprehendClientResolvedConfig> {
36
62
  readonly input: StartDocumentClassificationJobCommandInput;
@@ -31,6 +31,25 @@ export interface StartDominantLanguageDetectionJobCommandOutput extends StartDom
31
31
  * @see {@link StartDominantLanguageDetectionJobCommandOutput} for command's `response` shape.
32
32
  * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
33
33
  *
34
+ * @throws {@link InternalServerException} (server fault)
35
+ * <p>An internal server error occurred. Retry your request.</p>
36
+ *
37
+ * @throws {@link InvalidRequestException} (client fault)
38
+ * <p>The request is invalid.</p>
39
+ *
40
+ * @throws {@link KmsKeyValidationException} (client fault)
41
+ * <p>The KMS customer managed key (CMK) entered cannot be validated. Verify the key and
42
+ * re-enter it.</p>
43
+ *
44
+ * @throws {@link TooManyRequestsException} (client fault)
45
+ * <p>The number of requests exceeds the limit. Resubmit your request later.</p>
46
+ *
47
+ * @throws {@link TooManyTagsException} (client fault)
48
+ * <p>The request contains more tags than can be associated with a resource (50 tags per
49
+ * resource). The maximum number of tags includes both existing tags and those included in your
50
+ * current request. </p>
51
+ *
52
+ *
34
53
  */
35
54
  export declare class StartDominantLanguageDetectionJobCommand extends $Command<StartDominantLanguageDetectionJobCommandInput, StartDominantLanguageDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
36
55
  readonly input: StartDominantLanguageDetectionJobCommandInput;
@@ -33,6 +33,32 @@ export interface StartEntitiesDetectionJobCommandOutput extends StartEntitiesDet
33
33
  * @see {@link StartEntitiesDetectionJobCommandOutput} for command's `response` shape.
34
34
  * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
35
35
  *
36
+ * @throws {@link InternalServerException} (server fault)
37
+ * <p>An internal server error occurred. Retry your request.</p>
38
+ *
39
+ * @throws {@link InvalidRequestException} (client fault)
40
+ * <p>The request is invalid.</p>
41
+ *
42
+ * @throws {@link KmsKeyValidationException} (client fault)
43
+ * <p>The KMS customer managed key (CMK) entered cannot be validated. Verify the key and
44
+ * re-enter it.</p>
45
+ *
46
+ * @throws {@link ResourceNotFoundException} (client fault)
47
+ * <p>The specified resource ARN was not found. Check the ARN and try your request again.</p>
48
+ *
49
+ * @throws {@link ResourceUnavailableException} (client fault)
50
+ * <p>The specified resource is not available. Check the resource and try your request
51
+ * again.</p>
52
+ *
53
+ * @throws {@link TooManyRequestsException} (client fault)
54
+ * <p>The number of requests exceeds the limit. Resubmit your request later.</p>
55
+ *
56
+ * @throws {@link TooManyTagsException} (client fault)
57
+ * <p>The request contains more tags than can be associated with a resource (50 tags per
58
+ * resource). The maximum number of tags includes both existing tags and those included in your
59
+ * current request. </p>
60
+ *
61
+ *
36
62
  */
37
63
  export declare class StartEntitiesDetectionJobCommand extends $Command<StartEntitiesDetectionJobCommandInput, StartEntitiesDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
38
64
  readonly input: StartEntitiesDetectionJobCommandInput;
@@ -29,6 +29,25 @@ export interface StartEventsDetectionJobCommandOutput extends StartEventsDetecti
29
29
  * @see {@link StartEventsDetectionJobCommandOutput} for command's `response` shape.
30
30
  * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>An internal server error occurred. Retry your request.</p>
34
+ *
35
+ * @throws {@link InvalidRequestException} (client fault)
36
+ * <p>The request is invalid.</p>
37
+ *
38
+ * @throws {@link KmsKeyValidationException} (client fault)
39
+ * <p>The KMS customer managed key (CMK) entered cannot be validated. Verify the key and
40
+ * re-enter it.</p>
41
+ *
42
+ * @throws {@link TooManyRequestsException} (client fault)
43
+ * <p>The number of requests exceeds the limit. Resubmit your request later.</p>
44
+ *
45
+ * @throws {@link TooManyTagsException} (client fault)
46
+ * <p>The request contains more tags than can be associated with a resource (50 tags per
47
+ * resource). The maximum number of tags includes both existing tags and those included in your
48
+ * current request. </p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class StartEventsDetectionJobCommand extends $Command<StartEventsDetectionJobCommandInput, StartEventsDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
34
53
  readonly input: StartEventsDetectionJobCommandInput;
@@ -31,6 +31,23 @@ export interface StartFlywheelIterationCommandOutput extends StartFlywheelIterat
31
31
  * @see {@link StartFlywheelIterationCommandOutput} for command's `response` shape.
32
32
  * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
33
33
  *
34
+ * @throws {@link InternalServerException} (server fault)
35
+ * <p>An internal server error occurred. Retry your request.</p>
36
+ *
37
+ * @throws {@link InvalidRequestException} (client fault)
38
+ * <p>The request is invalid.</p>
39
+ *
40
+ * @throws {@link ResourceInUseException} (client fault)
41
+ * <p>The specified resource name is already in use. Use a different name and try your request
42
+ * again.</p>
43
+ *
44
+ * @throws {@link ResourceNotFoundException} (client fault)
45
+ * <p>The specified resource ARN was not found. Check the ARN and try your request again.</p>
46
+ *
47
+ * @throws {@link TooManyRequestsException} (client fault)
48
+ * <p>The number of requests exceeds the limit. Resubmit your request later.</p>
49
+ *
50
+ *
34
51
  */
35
52
  export declare class StartFlywheelIterationCommand extends $Command<StartFlywheelIterationCommandInput, StartFlywheelIterationCommandOutput, ComprehendClientResolvedConfig> {
36
53
  readonly input: StartFlywheelIterationCommandInput;
@@ -31,6 +31,25 @@ export interface StartKeyPhrasesDetectionJobCommandOutput extends StartKeyPhrase
31
31
  * @see {@link StartKeyPhrasesDetectionJobCommandOutput} for command's `response` shape.
32
32
  * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
33
33
  *
34
+ * @throws {@link InternalServerException} (server fault)
35
+ * <p>An internal server error occurred. Retry your request.</p>
36
+ *
37
+ * @throws {@link InvalidRequestException} (client fault)
38
+ * <p>The request is invalid.</p>
39
+ *
40
+ * @throws {@link KmsKeyValidationException} (client fault)
41
+ * <p>The KMS customer managed key (CMK) entered cannot be validated. Verify the key and
42
+ * re-enter it.</p>
43
+ *
44
+ * @throws {@link TooManyRequestsException} (client fault)
45
+ * <p>The number of requests exceeds the limit. Resubmit your request later.</p>
46
+ *
47
+ * @throws {@link TooManyTagsException} (client fault)
48
+ * <p>The request contains more tags than can be associated with a resource (50 tags per
49
+ * resource). The maximum number of tags includes both existing tags and those included in your
50
+ * current request. </p>
51
+ *
52
+ *
34
53
  */
35
54
  export declare class StartKeyPhrasesDetectionJobCommand extends $Command<StartKeyPhrasesDetectionJobCommandInput, StartKeyPhrasesDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
36
55
  readonly input: StartKeyPhrasesDetectionJobCommandInput;
@@ -29,6 +29,25 @@ export interface StartPiiEntitiesDetectionJobCommandOutput extends StartPiiEntit
29
29
  * @see {@link StartPiiEntitiesDetectionJobCommandOutput} for command's `response` shape.
30
30
  * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>An internal server error occurred. Retry your request.</p>
34
+ *
35
+ * @throws {@link InvalidRequestException} (client fault)
36
+ * <p>The request is invalid.</p>
37
+ *
38
+ * @throws {@link KmsKeyValidationException} (client fault)
39
+ * <p>The KMS customer managed key (CMK) entered cannot be validated. Verify the key and
40
+ * re-enter it.</p>
41
+ *
42
+ * @throws {@link TooManyRequestsException} (client fault)
43
+ * <p>The number of requests exceeds the limit. Resubmit your request later.</p>
44
+ *
45
+ * @throws {@link TooManyTagsException} (client fault)
46
+ * <p>The request contains more tags than can be associated with a resource (50 tags per
47
+ * resource). The maximum number of tags includes both existing tags and those included in your
48
+ * current request. </p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class StartPiiEntitiesDetectionJobCommand extends $Command<StartPiiEntitiesDetectionJobCommandInput, StartPiiEntitiesDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
34
53
  readonly input: StartPiiEntitiesDetectionJobCommandInput;
@@ -31,6 +31,25 @@ export interface StartSentimentDetectionJobCommandOutput extends StartSentimentD
31
31
  * @see {@link StartSentimentDetectionJobCommandOutput} for command's `response` shape.
32
32
  * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
33
33
  *
34
+ * @throws {@link InternalServerException} (server fault)
35
+ * <p>An internal server error occurred. Retry your request.</p>
36
+ *
37
+ * @throws {@link InvalidRequestException} (client fault)
38
+ * <p>The request is invalid.</p>
39
+ *
40
+ * @throws {@link KmsKeyValidationException} (client fault)
41
+ * <p>The KMS customer managed key (CMK) entered cannot be validated. Verify the key and
42
+ * re-enter it.</p>
43
+ *
44
+ * @throws {@link TooManyRequestsException} (client fault)
45
+ * <p>The number of requests exceeds the limit. Resubmit your request later.</p>
46
+ *
47
+ * @throws {@link TooManyTagsException} (client fault)
48
+ * <p>The request contains more tags than can be associated with a resource (50 tags per
49
+ * resource). The maximum number of tags includes both existing tags and those included in your
50
+ * current request. </p>
51
+ *
52
+ *
34
53
  */
35
54
  export declare class StartSentimentDetectionJobCommand extends $Command<StartSentimentDetectionJobCommandInput, StartSentimentDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
36
55
  readonly input: StartSentimentDetectionJobCommandInput;
@@ -31,6 +31,25 @@ export interface StartTargetedSentimentDetectionJobCommandOutput extends StartTa
31
31
  * @see {@link StartTargetedSentimentDetectionJobCommandOutput} for command's `response` shape.
32
32
  * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
33
33
  *
34
+ * @throws {@link InternalServerException} (server fault)
35
+ * <p>An internal server error occurred. Retry your request.</p>
36
+ *
37
+ * @throws {@link InvalidRequestException} (client fault)
38
+ * <p>The request is invalid.</p>
39
+ *
40
+ * @throws {@link KmsKeyValidationException} (client fault)
41
+ * <p>The KMS customer managed key (CMK) entered cannot be validated. Verify the key and
42
+ * re-enter it.</p>
43
+ *
44
+ * @throws {@link TooManyRequestsException} (client fault)
45
+ * <p>The number of requests exceeds the limit. Resubmit your request later.</p>
46
+ *
47
+ * @throws {@link TooManyTagsException} (client fault)
48
+ * <p>The request contains more tags than can be associated with a resource (50 tags per
49
+ * resource). The maximum number of tags includes both existing tags and those included in your
50
+ * current request. </p>
51
+ *
52
+ *
34
53
  */
35
54
  export declare class StartTargetedSentimentDetectionJobCommand extends $Command<StartTargetedSentimentDetectionJobCommandInput, StartTargetedSentimentDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
36
55
  readonly input: StartTargetedSentimentDetectionJobCommandInput;
@@ -30,6 +30,25 @@ export interface StartTopicsDetectionJobCommandOutput extends StartTopicsDetecti
30
30
  * @see {@link StartTopicsDetectionJobCommandOutput} for command's `response` shape.
31
31
  * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
32
32
  *
33
+ * @throws {@link InternalServerException} (server fault)
34
+ * <p>An internal server error occurred. Retry your request.</p>
35
+ *
36
+ * @throws {@link InvalidRequestException} (client fault)
37
+ * <p>The request is invalid.</p>
38
+ *
39
+ * @throws {@link KmsKeyValidationException} (client fault)
40
+ * <p>The KMS customer managed key (CMK) entered cannot be validated. Verify the key and
41
+ * re-enter it.</p>
42
+ *
43
+ * @throws {@link TooManyRequestsException} (client fault)
44
+ * <p>The number of requests exceeds the limit. Resubmit your request later.</p>
45
+ *
46
+ * @throws {@link TooManyTagsException} (client fault)
47
+ * <p>The request contains more tags than can be associated with a resource (50 tags per
48
+ * resource). The maximum number of tags includes both existing tags and those included in your
49
+ * current request. </p>
50
+ *
51
+ *
33
52
  */
34
53
  export declare class StartTopicsDetectionJobCommand extends $Command<StartTopicsDetectionJobCommandInput, StartTopicsDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
35
54
  readonly input: StartTopicsDetectionJobCommandInput;
@@ -38,6 +38,16 @@ export interface StopDominantLanguageDetectionJobCommandOutput extends StopDomin
38
38
  * @see {@link StopDominantLanguageDetectionJobCommandOutput} for command's `response` shape.
39
39
  * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
40
40
  *
41
+ * @throws {@link InternalServerException} (server fault)
42
+ * <p>An internal server error occurred. Retry your request.</p>
43
+ *
44
+ * @throws {@link InvalidRequestException} (client fault)
45
+ * <p>The request is invalid.</p>
46
+ *
47
+ * @throws {@link JobNotFoundException} (client fault)
48
+ * <p>The specified job was not found. Check the job ID and try again.</p>
49
+ *
50
+ *
41
51
  */
42
52
  export declare class StopDominantLanguageDetectionJobCommand extends $Command<StopDominantLanguageDetectionJobCommandInput, StopDominantLanguageDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
43
53
  readonly input: StopDominantLanguageDetectionJobCommandInput;
@@ -38,6 +38,16 @@ export interface StopEntitiesDetectionJobCommandOutput extends StopEntitiesDetec
38
38
  * @see {@link StopEntitiesDetectionJobCommandOutput} for command's `response` shape.
39
39
  * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
40
40
  *
41
+ * @throws {@link InternalServerException} (server fault)
42
+ * <p>An internal server error occurred. Retry your request.</p>
43
+ *
44
+ * @throws {@link InvalidRequestException} (client fault)
45
+ * <p>The request is invalid.</p>
46
+ *
47
+ * @throws {@link JobNotFoundException} (client fault)
48
+ * <p>The specified job was not found. Check the job ID and try again.</p>
49
+ *
50
+ *
41
51
  */
42
52
  export declare class StopEntitiesDetectionJobCommand extends $Command<StopEntitiesDetectionJobCommandInput, StopEntitiesDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
43
53
  readonly input: StopEntitiesDetectionJobCommandInput;
@@ -29,6 +29,16 @@ export interface StopEventsDetectionJobCommandOutput extends StopEventsDetection
29
29
  * @see {@link StopEventsDetectionJobCommandOutput} for command's `response` shape.
30
30
  * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>An internal server error occurred. Retry your request.</p>
34
+ *
35
+ * @throws {@link InvalidRequestException} (client fault)
36
+ * <p>The request is invalid.</p>
37
+ *
38
+ * @throws {@link JobNotFoundException} (client fault)
39
+ * <p>The specified job was not found. Check the job ID and try again.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class StopEventsDetectionJobCommand extends $Command<StopEventsDetectionJobCommandInput, StopEventsDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
34
44
  readonly input: StopEventsDetectionJobCommandInput;
@@ -38,6 +38,16 @@ export interface StopKeyPhrasesDetectionJobCommandOutput extends StopKeyPhrasesD
38
38
  * @see {@link StopKeyPhrasesDetectionJobCommandOutput} for command's `response` shape.
39
39
  * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
40
40
  *
41
+ * @throws {@link InternalServerException} (server fault)
42
+ * <p>An internal server error occurred. Retry your request.</p>
43
+ *
44
+ * @throws {@link InvalidRequestException} (client fault)
45
+ * <p>The request is invalid.</p>
46
+ *
47
+ * @throws {@link JobNotFoundException} (client fault)
48
+ * <p>The specified job was not found. Check the job ID and try again.</p>
49
+ *
50
+ *
41
51
  */
42
52
  export declare class StopKeyPhrasesDetectionJobCommand extends $Command<StopKeyPhrasesDetectionJobCommandInput, StopKeyPhrasesDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
43
53
  readonly input: StopKeyPhrasesDetectionJobCommandInput;
@@ -29,6 +29,16 @@ export interface StopPiiEntitiesDetectionJobCommandOutput extends StopPiiEntitie
29
29
  * @see {@link StopPiiEntitiesDetectionJobCommandOutput} for command's `response` shape.
30
30
  * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>An internal server error occurred. Retry your request.</p>
34
+ *
35
+ * @throws {@link InvalidRequestException} (client fault)
36
+ * <p>The request is invalid.</p>
37
+ *
38
+ * @throws {@link JobNotFoundException} (client fault)
39
+ * <p>The specified job was not found. Check the job ID and try again.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class StopPiiEntitiesDetectionJobCommand extends $Command<StopPiiEntitiesDetectionJobCommandInput, StopPiiEntitiesDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
34
44
  readonly input: StopPiiEntitiesDetectionJobCommandInput;
@@ -38,6 +38,16 @@ export interface StopSentimentDetectionJobCommandOutput extends StopSentimentDet
38
38
  * @see {@link StopSentimentDetectionJobCommandOutput} for command's `response` shape.
39
39
  * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
40
40
  *
41
+ * @throws {@link InternalServerException} (server fault)
42
+ * <p>An internal server error occurred. Retry your request.</p>
43
+ *
44
+ * @throws {@link InvalidRequestException} (client fault)
45
+ * <p>The request is invalid.</p>
46
+ *
47
+ * @throws {@link JobNotFoundException} (client fault)
48
+ * <p>The specified job was not found. Check the job ID and try again.</p>
49
+ *
50
+ *
41
51
  */
42
52
  export declare class StopSentimentDetectionJobCommand extends $Command<StopSentimentDetectionJobCommandInput, StopSentimentDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
43
53
  readonly input: StopSentimentDetectionJobCommandInput;
@@ -38,6 +38,16 @@ export interface StopTargetedSentimentDetectionJobCommandOutput extends StopTarg
38
38
  * @see {@link StopTargetedSentimentDetectionJobCommandOutput} for command's `response` shape.
39
39
  * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
40
40
  *
41
+ * @throws {@link InternalServerException} (server fault)
42
+ * <p>An internal server error occurred. Retry your request.</p>
43
+ *
44
+ * @throws {@link InvalidRequestException} (client fault)
45
+ * <p>The request is invalid.</p>
46
+ *
47
+ * @throws {@link JobNotFoundException} (client fault)
48
+ * <p>The specified job was not found. Check the job ID and try again.</p>
49
+ *
50
+ *
41
51
  */
42
52
  export declare class StopTargetedSentimentDetectionJobCommand extends $Command<StopTargetedSentimentDetectionJobCommandInput, StopTargetedSentimentDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
43
53
  readonly input: StopTargetedSentimentDetectionJobCommandInput;