@aws-sdk/client-comprehend 3.533.0 → 3.535.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 (176) hide show
  1. package/dist-types/Comprehend.d.ts +18 -1
  2. package/dist-types/ComprehendClient.d.ts +1 -1
  3. package/dist-types/commands/BatchDetectDominantLanguageCommand.d.ts +2 -1
  4. package/dist-types/commands/BatchDetectEntitiesCommand.d.ts +2 -1
  5. package/dist-types/commands/BatchDetectKeyPhrasesCommand.d.ts +2 -1
  6. package/dist-types/commands/BatchDetectSentimentCommand.d.ts +2 -1
  7. package/dist-types/commands/BatchDetectSyntaxCommand.d.ts +2 -1
  8. package/dist-types/commands/BatchDetectTargetedSentimentCommand.d.ts +2 -1
  9. package/dist-types/commands/ClassifyDocumentCommand.d.ts +2 -1
  10. package/dist-types/commands/ContainsPiiEntitiesCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateDatasetCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateDocumentClassifierCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateEndpointCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateEntityRecognizerCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateFlywheelCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteDocumentClassifierCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteEndpointCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteEntityRecognizerCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteFlywheelCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeDatasetCommand.d.ts +2 -1
  22. package/dist-types/commands/DescribeDocumentClassificationJobCommand.d.ts +2 -1
  23. package/dist-types/commands/DescribeDocumentClassifierCommand.d.ts +2 -1
  24. package/dist-types/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +2 -1
  25. package/dist-types/commands/DescribeEndpointCommand.d.ts +2 -1
  26. package/dist-types/commands/DescribeEntitiesDetectionJobCommand.d.ts +2 -1
  27. package/dist-types/commands/DescribeEntityRecognizerCommand.d.ts +2 -1
  28. package/dist-types/commands/DescribeEventsDetectionJobCommand.d.ts +2 -1
  29. package/dist-types/commands/DescribeFlywheelCommand.d.ts +2 -1
  30. package/dist-types/commands/DescribeFlywheelIterationCommand.d.ts +2 -1
  31. package/dist-types/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +2 -1
  32. package/dist-types/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +2 -1
  33. package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +2 -1
  34. package/dist-types/commands/DescribeSentimentDetectionJobCommand.d.ts +2 -1
  35. package/dist-types/commands/DescribeTargetedSentimentDetectionJobCommand.d.ts +2 -1
  36. package/dist-types/commands/DescribeTopicsDetectionJobCommand.d.ts +2 -1
  37. package/dist-types/commands/DetectDominantLanguageCommand.d.ts +2 -1
  38. package/dist-types/commands/DetectEntitiesCommand.d.ts +2 -1
  39. package/dist-types/commands/DetectKeyPhrasesCommand.d.ts +2 -1
  40. package/dist-types/commands/DetectPiiEntitiesCommand.d.ts +2 -1
  41. package/dist-types/commands/DetectSentimentCommand.d.ts +2 -1
  42. package/dist-types/commands/DetectSyntaxCommand.d.ts +2 -1
  43. package/dist-types/commands/DetectTargetedSentimentCommand.d.ts +2 -1
  44. package/dist-types/commands/DetectToxicContentCommand.d.ts +2 -1
  45. package/dist-types/commands/ImportModelCommand.d.ts +2 -1
  46. package/dist-types/commands/ListDatasetsCommand.d.ts +2 -1
  47. package/dist-types/commands/ListDocumentClassificationJobsCommand.d.ts +2 -1
  48. package/dist-types/commands/ListDocumentClassifierSummariesCommand.d.ts +2 -1
  49. package/dist-types/commands/ListDocumentClassifiersCommand.d.ts +2 -1
  50. package/dist-types/commands/ListDominantLanguageDetectionJobsCommand.d.ts +2 -1
  51. package/dist-types/commands/ListEndpointsCommand.d.ts +2 -1
  52. package/dist-types/commands/ListEntitiesDetectionJobsCommand.d.ts +2 -1
  53. package/dist-types/commands/ListEntityRecognizerSummariesCommand.d.ts +2 -1
  54. package/dist-types/commands/ListEntityRecognizersCommand.d.ts +2 -1
  55. package/dist-types/commands/ListEventsDetectionJobsCommand.d.ts +2 -1
  56. package/dist-types/commands/ListFlywheelIterationHistoryCommand.d.ts +2 -1
  57. package/dist-types/commands/ListFlywheelsCommand.d.ts +2 -1
  58. package/dist-types/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +2 -1
  59. package/dist-types/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +2 -1
  60. package/dist-types/commands/ListSentimentDetectionJobsCommand.d.ts +2 -1
  61. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  62. package/dist-types/commands/ListTargetedSentimentDetectionJobsCommand.d.ts +2 -1
  63. package/dist-types/commands/ListTopicsDetectionJobsCommand.d.ts +2 -1
  64. package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -1
  65. package/dist-types/commands/StartDocumentClassificationJobCommand.d.ts +2 -1
  66. package/dist-types/commands/StartDominantLanguageDetectionJobCommand.d.ts +2 -1
  67. package/dist-types/commands/StartEntitiesDetectionJobCommand.d.ts +2 -1
  68. package/dist-types/commands/StartEventsDetectionJobCommand.d.ts +2 -1
  69. package/dist-types/commands/StartFlywheelIterationCommand.d.ts +2 -1
  70. package/dist-types/commands/StartKeyPhrasesDetectionJobCommand.d.ts +2 -1
  71. package/dist-types/commands/StartPiiEntitiesDetectionJobCommand.d.ts +2 -1
  72. package/dist-types/commands/StartSentimentDetectionJobCommand.d.ts +2 -1
  73. package/dist-types/commands/StartTargetedSentimentDetectionJobCommand.d.ts +2 -1
  74. package/dist-types/commands/StartTopicsDetectionJobCommand.d.ts +2 -1
  75. package/dist-types/commands/StopDominantLanguageDetectionJobCommand.d.ts +2 -1
  76. package/dist-types/commands/StopEntitiesDetectionJobCommand.d.ts +2 -1
  77. package/dist-types/commands/StopEventsDetectionJobCommand.d.ts +2 -1
  78. package/dist-types/commands/StopKeyPhrasesDetectionJobCommand.d.ts +2 -1
  79. package/dist-types/commands/StopPiiEntitiesDetectionJobCommand.d.ts +2 -1
  80. package/dist-types/commands/StopSentimentDetectionJobCommand.d.ts +2 -1
  81. package/dist-types/commands/StopTargetedSentimentDetectionJobCommand.d.ts +2 -1
  82. package/dist-types/commands/StopTrainingDocumentClassifierCommand.d.ts +2 -1
  83. package/dist-types/commands/StopTrainingEntityRecognizerCommand.d.ts +2 -1
  84. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  85. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  86. package/dist-types/commands/UpdateEndpointCommand.d.ts +2 -1
  87. package/dist-types/commands/UpdateFlywheelCommand.d.ts +2 -1
  88. package/dist-types/models/models_0.d.ts +985 -985
  89. package/dist-types/models/models_1.d.ts +41 -41
  90. package/dist-types/ts3.4/Comprehend.d.ts +17 -0
  91. package/dist-types/ts3.4/commands/BatchDetectDominantLanguageCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/BatchDetectEntitiesCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/BatchDetectKeyPhrasesCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/BatchDetectSentimentCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/BatchDetectSyntaxCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/BatchDetectTargetedSentimentCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/ClassifyDocumentCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/ContainsPiiEntitiesCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/CreateDocumentClassifierCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/CreateEntityRecognizerCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/CreateFlywheelCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/DeleteDocumentClassifierCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/DeleteEntityRecognizerCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/DeleteFlywheelCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/DescribeDocumentClassificationJobCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/DescribeDocumentClassifierCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/DescribeEntitiesDetectionJobCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/DescribeEntityRecognizerCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/DescribeEventsDetectionJobCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/DescribeFlywheelCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/DescribeFlywheelIterationCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +9 -0
  121. package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/commands/DescribeSentimentDetectionJobCommand.d.ts +9 -0
  123. package/dist-types/ts3.4/commands/DescribeTargetedSentimentDetectionJobCommand.d.ts +9 -0
  124. package/dist-types/ts3.4/commands/DescribeTopicsDetectionJobCommand.d.ts +9 -0
  125. package/dist-types/ts3.4/commands/DetectDominantLanguageCommand.d.ts +9 -0
  126. package/dist-types/ts3.4/commands/DetectEntitiesCommand.d.ts +9 -0
  127. package/dist-types/ts3.4/commands/DetectKeyPhrasesCommand.d.ts +9 -0
  128. package/dist-types/ts3.4/commands/DetectPiiEntitiesCommand.d.ts +9 -0
  129. package/dist-types/ts3.4/commands/DetectSentimentCommand.d.ts +9 -0
  130. package/dist-types/ts3.4/commands/DetectSyntaxCommand.d.ts +9 -0
  131. package/dist-types/ts3.4/commands/DetectTargetedSentimentCommand.d.ts +9 -0
  132. package/dist-types/ts3.4/commands/DetectToxicContentCommand.d.ts +9 -0
  133. package/dist-types/ts3.4/commands/ImportModelCommand.d.ts +9 -0
  134. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +9 -0
  135. package/dist-types/ts3.4/commands/ListDocumentClassificationJobsCommand.d.ts +9 -0
  136. package/dist-types/ts3.4/commands/ListDocumentClassifierSummariesCommand.d.ts +9 -0
  137. package/dist-types/ts3.4/commands/ListDocumentClassifiersCommand.d.ts +9 -0
  138. package/dist-types/ts3.4/commands/ListDominantLanguageDetectionJobsCommand.d.ts +9 -0
  139. package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +9 -0
  140. package/dist-types/ts3.4/commands/ListEntitiesDetectionJobsCommand.d.ts +9 -0
  141. package/dist-types/ts3.4/commands/ListEntityRecognizerSummariesCommand.d.ts +9 -0
  142. package/dist-types/ts3.4/commands/ListEntityRecognizersCommand.d.ts +9 -0
  143. package/dist-types/ts3.4/commands/ListEventsDetectionJobsCommand.d.ts +9 -0
  144. package/dist-types/ts3.4/commands/ListFlywheelIterationHistoryCommand.d.ts +9 -0
  145. package/dist-types/ts3.4/commands/ListFlywheelsCommand.d.ts +9 -0
  146. package/dist-types/ts3.4/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +9 -0
  147. package/dist-types/ts3.4/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +9 -0
  148. package/dist-types/ts3.4/commands/ListSentimentDetectionJobsCommand.d.ts +9 -0
  149. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  150. package/dist-types/ts3.4/commands/ListTargetedSentimentDetectionJobsCommand.d.ts +9 -0
  151. package/dist-types/ts3.4/commands/ListTopicsDetectionJobsCommand.d.ts +9 -0
  152. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +9 -0
  153. package/dist-types/ts3.4/commands/StartDocumentClassificationJobCommand.d.ts +9 -0
  154. package/dist-types/ts3.4/commands/StartDominantLanguageDetectionJobCommand.d.ts +9 -0
  155. package/dist-types/ts3.4/commands/StartEntitiesDetectionJobCommand.d.ts +9 -0
  156. package/dist-types/ts3.4/commands/StartEventsDetectionJobCommand.d.ts +9 -0
  157. package/dist-types/ts3.4/commands/StartFlywheelIterationCommand.d.ts +9 -0
  158. package/dist-types/ts3.4/commands/StartKeyPhrasesDetectionJobCommand.d.ts +9 -0
  159. package/dist-types/ts3.4/commands/StartPiiEntitiesDetectionJobCommand.d.ts +9 -0
  160. package/dist-types/ts3.4/commands/StartSentimentDetectionJobCommand.d.ts +9 -0
  161. package/dist-types/ts3.4/commands/StartTargetedSentimentDetectionJobCommand.d.ts +9 -0
  162. package/dist-types/ts3.4/commands/StartTopicsDetectionJobCommand.d.ts +9 -0
  163. package/dist-types/ts3.4/commands/StopDominantLanguageDetectionJobCommand.d.ts +9 -0
  164. package/dist-types/ts3.4/commands/StopEntitiesDetectionJobCommand.d.ts +9 -0
  165. package/dist-types/ts3.4/commands/StopEventsDetectionJobCommand.d.ts +9 -0
  166. package/dist-types/ts3.4/commands/StopKeyPhrasesDetectionJobCommand.d.ts +9 -0
  167. package/dist-types/ts3.4/commands/StopPiiEntitiesDetectionJobCommand.d.ts +9 -0
  168. package/dist-types/ts3.4/commands/StopSentimentDetectionJobCommand.d.ts +9 -0
  169. package/dist-types/ts3.4/commands/StopTargetedSentimentDetectionJobCommand.d.ts +9 -0
  170. package/dist-types/ts3.4/commands/StopTrainingDocumentClassifierCommand.d.ts +9 -0
  171. package/dist-types/ts3.4/commands/StopTrainingEntityRecognizerCommand.d.ts +9 -0
  172. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  173. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  174. package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +9 -0
  175. package/dist-types/ts3.4/commands/UpdateFlywheelCommand.d.ts +9 -0
  176. package/package.json +40 -40
@@ -22,10 +22,10 @@ export interface ListEntityRecognizersCommandOutput extends ListEntityRecognizer
22
22
  }
23
23
  declare const ListEntityRecognizersCommand_base: {
24
24
  new (input: ListEntityRecognizersCommandInput): import("@smithy/smithy-client").CommandImpl<ListEntityRecognizersCommandInput, ListEntityRecognizersCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListEntityRecognizersCommandInput]): import("@smithy/smithy-client").CommandImpl<ListEntityRecognizersCommandInput, ListEntityRecognizersCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets a list of the properties of all entity recognizers that you created, including
30
30
  * recognizers currently in training. Allows you to filter the list of recognizers based on
31
31
  * criteria such as status and submission time. This call returns up to 500 entity recognizers in
@@ -159,6 +159,7 @@ declare const ListEntityRecognizersCommand_base: {
159
159
  * @throws {@link ComprehendServiceException}
160
160
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
161
161
  *
162
+ * @public
162
163
  */
163
164
  export declare class ListEntityRecognizersCommand extends ListEntityRecognizersCommand_base {
164
165
  }
@@ -22,10 +22,10 @@ export interface ListEventsDetectionJobsCommandOutput extends ListEventsDetectio
22
22
  }
23
23
  declare const ListEventsDetectionJobsCommand_base: {
24
24
  new (input: ListEventsDetectionJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEventsDetectionJobsCommandInput, ListEventsDetectionJobsCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListEventsDetectionJobsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListEventsDetectionJobsCommandInput, ListEventsDetectionJobsCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets a list of the events detection jobs that you have submitted.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -104,6 +104,7 @@ declare const ListEventsDetectionJobsCommand_base: {
104
104
  * @throws {@link ComprehendServiceException}
105
105
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
106
106
  *
107
+ * @public
107
108
  */
108
109
  export declare class ListEventsDetectionJobsCommand extends ListEventsDetectionJobsCommand_base {
109
110
  }
@@ -22,10 +22,10 @@ export interface ListFlywheelIterationHistoryCommandOutput extends ListFlywheelI
22
22
  }
23
23
  declare const ListFlywheelIterationHistoryCommand_base: {
24
24
  new (input: ListFlywheelIterationHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<ListFlywheelIterationHistoryCommandInput, ListFlywheelIterationHistoryCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListFlywheelIterationHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<ListFlywheelIterationHistoryCommandInput, ListFlywheelIterationHistoryCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Information about the history of a flywheel iteration.
30
30
  * For more information about flywheels, see <a href="https://docs.aws.amazon.com/comprehend/latest/dg/flywheels-about.html">
31
31
  * Flywheel overview</a> in the <i>Amazon Comprehend Developer Guide</i>.</p>
@@ -102,6 +102,7 @@ declare const ListFlywheelIterationHistoryCommand_base: {
102
102
  * @throws {@link ComprehendServiceException}
103
103
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
104
104
  *
105
+ * @public
105
106
  */
106
107
  export declare class ListFlywheelIterationHistoryCommand extends ListFlywheelIterationHistoryCommand_base {
107
108
  }
@@ -22,10 +22,10 @@ export interface ListFlywheelsCommandOutput extends ListFlywheelsResponse, __Met
22
22
  }
23
23
  declare const ListFlywheelsCommand_base: {
24
24
  new (input: ListFlywheelsCommandInput): import("@smithy/smithy-client").CommandImpl<ListFlywheelsCommandInput, ListFlywheelsCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListFlywheelsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListFlywheelsCommandInput, ListFlywheelsCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets a list of the flywheels that you have created.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -85,6 +85,7 @@ declare const ListFlywheelsCommand_base: {
85
85
  * @throws {@link ComprehendServiceException}
86
86
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
87
87
  *
88
+ * @public
88
89
  */
89
90
  export declare class ListFlywheelsCommand extends ListFlywheelsCommand_base {
90
91
  }
@@ -22,10 +22,10 @@ export interface ListKeyPhrasesDetectionJobsCommandOutput extends ListKeyPhrases
22
22
  }
23
23
  declare const ListKeyPhrasesDetectionJobsCommand_base: {
24
24
  new (input: ListKeyPhrasesDetectionJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListKeyPhrasesDetectionJobsCommandInput, ListKeyPhrasesDetectionJobsCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListKeyPhrasesDetectionJobsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListKeyPhrasesDetectionJobsCommandInput, ListKeyPhrasesDetectionJobsCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Get a list of key phrase detection jobs that you have submitted.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -110,6 +110,7 @@ declare const ListKeyPhrasesDetectionJobsCommand_base: {
110
110
  * @throws {@link ComprehendServiceException}
111
111
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
112
112
  *
113
+ * @public
113
114
  */
114
115
  export declare class ListKeyPhrasesDetectionJobsCommand extends ListKeyPhrasesDetectionJobsCommand_base {
115
116
  }
@@ -22,10 +22,10 @@ export interface ListPiiEntitiesDetectionJobsCommandOutput extends ListPiiEntiti
22
22
  }
23
23
  declare const ListPiiEntitiesDetectionJobsCommand_base: {
24
24
  new (input: ListPiiEntitiesDetectionJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPiiEntitiesDetectionJobsCommandInput, ListPiiEntitiesDetectionJobsCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListPiiEntitiesDetectionJobsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListPiiEntitiesDetectionJobsCommandInput, ListPiiEntitiesDetectionJobsCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets a list of the PII entity detection jobs that you have submitted.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -109,6 +109,7 @@ declare const ListPiiEntitiesDetectionJobsCommand_base: {
109
109
  * @throws {@link ComprehendServiceException}
110
110
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
111
111
  *
112
+ * @public
112
113
  */
113
114
  export declare class ListPiiEntitiesDetectionJobsCommand extends ListPiiEntitiesDetectionJobsCommand_base {
114
115
  }
@@ -22,10 +22,10 @@ export interface ListSentimentDetectionJobsCommandOutput extends ListSentimentDe
22
22
  }
23
23
  declare const ListSentimentDetectionJobsCommand_base: {
24
24
  new (input: ListSentimentDetectionJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSentimentDetectionJobsCommandInput, ListSentimentDetectionJobsCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListSentimentDetectionJobsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListSentimentDetectionJobsCommandInput, ListSentimentDetectionJobsCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets a list of sentiment detection jobs that you have submitted.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -110,6 +110,7 @@ declare const ListSentimentDetectionJobsCommand_base: {
110
110
  * @throws {@link ComprehendServiceException}
111
111
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
112
112
  *
113
+ * @public
113
114
  */
114
115
  export declare class ListSentimentDetectionJobsCommand extends ListSentimentDetectionJobsCommand_base {
115
116
  }
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
22
22
  }
23
23
  declare const ListTagsForResourceCommand_base: {
24
24
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists all tags associated with a given Amazon Comprehend resource. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -68,6 +68,7 @@ declare const ListTagsForResourceCommand_base: {
68
68
  * @throws {@link ComprehendServiceException}
69
69
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
70
70
  *
71
+ * @public
71
72
  */
72
73
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface ListTargetedSentimentDetectionJobsCommandOutput extends ListTar
22
22
  }
23
23
  declare const ListTargetedSentimentDetectionJobsCommand_base: {
24
24
  new (input: ListTargetedSentimentDetectionJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTargetedSentimentDetectionJobsCommandInput, ListTargetedSentimentDetectionJobsCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListTargetedSentimentDetectionJobsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListTargetedSentimentDetectionJobsCommandInput, ListTargetedSentimentDetectionJobsCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets a list of targeted sentiment detection jobs that you have submitted.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -110,6 +110,7 @@ declare const ListTargetedSentimentDetectionJobsCommand_base: {
110
110
  * @throws {@link ComprehendServiceException}
111
111
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
112
112
  *
113
+ * @public
113
114
  */
114
115
  export declare class ListTargetedSentimentDetectionJobsCommand extends ListTargetedSentimentDetectionJobsCommand_base {
115
116
  }
@@ -22,10 +22,10 @@ export interface ListTopicsDetectionJobsCommandOutput extends ListTopicsDetectio
22
22
  }
23
23
  declare const ListTopicsDetectionJobsCommand_base: {
24
24
  new (input: ListTopicsDetectionJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTopicsDetectionJobsCommandInput, ListTopicsDetectionJobsCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListTopicsDetectionJobsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListTopicsDetectionJobsCommandInput, ListTopicsDetectionJobsCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets a list of the topic detection jobs that you have submitted.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -110,6 +110,7 @@ declare const ListTopicsDetectionJobsCommand_base: {
110
110
  * @throws {@link ComprehendServiceException}
111
111
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
112
112
  *
113
+ * @public
113
114
  */
114
115
  export declare class ListTopicsDetectionJobsCommand extends ListTopicsDetectionJobsCommand_base {
115
116
  }
@@ -22,10 +22,10 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyRespons
22
22
  }
23
23
  declare const PutResourcePolicyCommand_base: {
24
24
  new (input: PutResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Attaches a resource-based policy to a custom model. You can use this policy to authorize
30
30
  * an entity in another Amazon Web Services account to import the custom model, which replicates it in Amazon
31
31
  * Comprehend in their account.</p>
@@ -66,6 +66,7 @@ declare const PutResourcePolicyCommand_base: {
66
66
  * @throws {@link ComprehendServiceException}
67
67
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
68
68
  *
69
+ * @public
69
70
  */
70
71
  export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
71
72
  }
@@ -22,10 +22,10 @@ export interface StartDocumentClassificationJobCommandOutput extends StartDocume
22
22
  }
23
23
  declare const StartDocumentClassificationJobCommand_base: {
24
24
  new (input: StartDocumentClassificationJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartDocumentClassificationJobCommandInput, StartDocumentClassificationJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartDocumentClassificationJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartDocumentClassificationJobCommandInput, StartDocumentClassificationJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Starts an asynchronous document classification job using a custom classification model. Use the
30
30
  * <code>DescribeDocumentClassificationJob</code>
31
31
  * operation to track the progress of the job.</p>
@@ -121,6 +121,7 @@ declare const StartDocumentClassificationJobCommand_base: {
121
121
  * @throws {@link ComprehendServiceException}
122
122
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
123
123
  *
124
+ * @public
124
125
  */
125
126
  export declare class StartDocumentClassificationJobCommand extends StartDocumentClassificationJobCommand_base {
126
127
  }
@@ -22,10 +22,10 @@ export interface StartDominantLanguageDetectionJobCommandOutput extends StartDom
22
22
  }
23
23
  declare const StartDominantLanguageDetectionJobCommand_base: {
24
24
  new (input: StartDominantLanguageDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartDominantLanguageDetectionJobCommandInput, StartDominantLanguageDetectionJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartDominantLanguageDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartDominantLanguageDetectionJobCommandInput, StartDominantLanguageDetectionJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Starts an asynchronous dominant language detection job for a collection of documents. Use
30
30
  * the operation to track the status
31
31
  * of a job.</p>
@@ -111,6 +111,7 @@ declare const StartDominantLanguageDetectionJobCommand_base: {
111
111
  * @throws {@link ComprehendServiceException}
112
112
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
113
113
  *
114
+ * @public
114
115
  */
115
116
  export declare class StartDominantLanguageDetectionJobCommand extends StartDominantLanguageDetectionJobCommand_base {
116
117
  }
@@ -22,10 +22,10 @@ export interface StartEntitiesDetectionJobCommandOutput extends StartEntitiesDet
22
22
  }
23
23
  declare const StartEntitiesDetectionJobCommand_base: {
24
24
  new (input: StartEntitiesDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartEntitiesDetectionJobCommandInput, StartEntitiesDetectionJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartEntitiesDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartEntitiesDetectionJobCommandInput, StartEntitiesDetectionJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Starts an asynchronous entity detection job for a collection of documents. Use the operation to track the status of a job.</p>
30
30
  * <p>This API can be used for either standard entity detection or custom entity recognition. In
31
31
  * order to be used for custom entity recognition, the optional <code>EntityRecognizerArn</code>
@@ -124,6 +124,7 @@ declare const StartEntitiesDetectionJobCommand_base: {
124
124
  * @throws {@link ComprehendServiceException}
125
125
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
126
126
  *
127
+ * @public
127
128
  */
128
129
  export declare class StartEntitiesDetectionJobCommand extends StartEntitiesDetectionJobCommand_base {
129
130
  }
@@ -22,10 +22,10 @@ export interface StartEventsDetectionJobCommandOutput extends StartEventsDetecti
22
22
  }
23
23
  declare const StartEventsDetectionJobCommand_base: {
24
24
  new (input: StartEventsDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartEventsDetectionJobCommandInput, StartEventsDetectionJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartEventsDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartEventsDetectionJobCommandInput, StartEventsDetectionJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Starts an asynchronous event detection job for a collection of documents.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -104,6 +104,7 @@ declare const StartEventsDetectionJobCommand_base: {
104
104
  * @throws {@link ComprehendServiceException}
105
105
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
106
106
  *
107
+ * @public
107
108
  */
108
109
  export declare class StartEventsDetectionJobCommand extends StartEventsDetectionJobCommand_base {
109
110
  }
@@ -22,10 +22,10 @@ export interface StartFlywheelIterationCommandOutput extends StartFlywheelIterat
22
22
  }
23
23
  declare const StartFlywheelIterationCommand_base: {
24
24
  new (input: StartFlywheelIterationCommandInput): import("@smithy/smithy-client").CommandImpl<StartFlywheelIterationCommandInput, StartFlywheelIterationCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartFlywheelIterationCommandInput): import("@smithy/smithy-client").CommandImpl<StartFlywheelIterationCommandInput, StartFlywheelIterationCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Start the flywheel iteration.This operation uses any new datasets to train a new model version.
30
30
  * For more information about flywheels, see <a href="https://docs.aws.amazon.com/comprehend/latest/dg/flywheels-about.html">
31
31
  * Flywheel overview</a> in the <i>Amazon Comprehend Developer Guide</i>.</p>
@@ -73,6 +73,7 @@ declare const StartFlywheelIterationCommand_base: {
73
73
  * @throws {@link ComprehendServiceException}
74
74
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class StartFlywheelIterationCommand extends StartFlywheelIterationCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface StartKeyPhrasesDetectionJobCommandOutput extends StartKeyPhrase
22
22
  }
23
23
  declare const StartKeyPhrasesDetectionJobCommand_base: {
24
24
  new (input: StartKeyPhrasesDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartKeyPhrasesDetectionJobCommandInput, StartKeyPhrasesDetectionJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartKeyPhrasesDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartKeyPhrasesDetectionJobCommandInput, StartKeyPhrasesDetectionJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Starts an asynchronous key phrase detection job for a collection of documents. Use the
30
30
  * operation to track the status of a
31
31
  * job.</p>
@@ -112,6 +112,7 @@ declare const StartKeyPhrasesDetectionJobCommand_base: {
112
112
  * @throws {@link ComprehendServiceException}
113
113
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
114
114
  *
115
+ * @public
115
116
  */
116
117
  export declare class StartKeyPhrasesDetectionJobCommand extends StartKeyPhrasesDetectionJobCommand_base {
117
118
  }
@@ -22,10 +22,10 @@ export interface StartPiiEntitiesDetectionJobCommandOutput extends StartPiiEntit
22
22
  }
23
23
  declare const StartPiiEntitiesDetectionJobCommand_base: {
24
24
  new (input: StartPiiEntitiesDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartPiiEntitiesDetectionJobCommandInput, StartPiiEntitiesDetectionJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartPiiEntitiesDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartPiiEntitiesDetectionJobCommandInput, StartPiiEntitiesDetectionJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Starts an asynchronous PII entity detection job for a collection of documents.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -109,6 +109,7 @@ declare const StartPiiEntitiesDetectionJobCommand_base: {
109
109
  * @throws {@link ComprehendServiceException}
110
110
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
111
111
  *
112
+ * @public
112
113
  */
113
114
  export declare class StartPiiEntitiesDetectionJobCommand extends StartPiiEntitiesDetectionJobCommand_base {
114
115
  }
@@ -22,10 +22,10 @@ export interface StartSentimentDetectionJobCommandOutput extends StartSentimentD
22
22
  }
23
23
  declare const StartSentimentDetectionJobCommand_base: {
24
24
  new (input: StartSentimentDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartSentimentDetectionJobCommandInput, StartSentimentDetectionJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartSentimentDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartSentimentDetectionJobCommandInput, StartSentimentDetectionJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Starts an asynchronous sentiment detection job for a collection of documents. Use the
30
30
  * operation to track the status of a
31
31
  * job.</p>
@@ -112,6 +112,7 @@ declare const StartSentimentDetectionJobCommand_base: {
112
112
  * @throws {@link ComprehendServiceException}
113
113
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
114
114
  *
115
+ * @public
115
116
  */
116
117
  export declare class StartSentimentDetectionJobCommand extends StartSentimentDetectionJobCommand_base {
117
118
  }
@@ -22,10 +22,10 @@ export interface StartTargetedSentimentDetectionJobCommandOutput extends StartTa
22
22
  }
23
23
  declare const StartTargetedSentimentDetectionJobCommand_base: {
24
24
  new (input: StartTargetedSentimentDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartTargetedSentimentDetectionJobCommandInput, StartTargetedSentimentDetectionJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartTargetedSentimentDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartTargetedSentimentDetectionJobCommandInput, StartTargetedSentimentDetectionJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Starts an asynchronous targeted sentiment detection job for a collection of documents. Use the
30
30
  * <code>DescribeTargetedSentimentDetectionJob</code> operation to track the status of a
31
31
  * job.</p>
@@ -112,6 +112,7 @@ declare const StartTargetedSentimentDetectionJobCommand_base: {
112
112
  * @throws {@link ComprehendServiceException}
113
113
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
114
114
  *
115
+ * @public
115
116
  */
116
117
  export declare class StartTargetedSentimentDetectionJobCommand extends StartTargetedSentimentDetectionJobCommand_base {
117
118
  }
@@ -22,10 +22,10 @@ export interface StartTopicsDetectionJobCommandOutput extends StartTopicsDetecti
22
22
  }
23
23
  declare const StartTopicsDetectionJobCommand_base: {
24
24
  new (input: StartTopicsDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartTopicsDetectionJobCommandInput, StartTopicsDetectionJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartTopicsDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartTopicsDetectionJobCommandInput, StartTopicsDetectionJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Starts an asynchronous topic detection job. Use the
30
30
  * <code>DescribeTopicDetectionJob</code> operation to track the status of a job.</p>
31
31
  * @example
@@ -111,6 +111,7 @@ declare const StartTopicsDetectionJobCommand_base: {
111
111
  * @throws {@link ComprehendServiceException}
112
112
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
113
113
  *
114
+ * @public
114
115
  */
115
116
  export declare class StartTopicsDetectionJobCommand extends StartTopicsDetectionJobCommand_base {
116
117
  }
@@ -22,10 +22,10 @@ export interface StopDominantLanguageDetectionJobCommandOutput extends StopDomin
22
22
  }
23
23
  declare const StopDominantLanguageDetectionJobCommand_base: {
24
24
  new (input: StopDominantLanguageDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopDominantLanguageDetectionJobCommandInput, StopDominantLanguageDetectionJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StopDominantLanguageDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopDominantLanguageDetectionJobCommandInput, StopDominantLanguageDetectionJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Stops a dominant language detection job in progress.</p>
30
30
  * <p>If the job state is <code>IN_PROGRESS</code> the job is marked for termination and put
31
31
  * into the <code>STOP_REQUESTED</code> state. If the job completes before it can be stopped, it
@@ -72,6 +72,7 @@ declare const StopDominantLanguageDetectionJobCommand_base: {
72
72
  * @throws {@link ComprehendServiceException}
73
73
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class StopDominantLanguageDetectionJobCommand extends StopDominantLanguageDetectionJobCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface StopEntitiesDetectionJobCommandOutput extends StopEntitiesDetec
22
22
  }
23
23
  declare const StopEntitiesDetectionJobCommand_base: {
24
24
  new (input: StopEntitiesDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopEntitiesDetectionJobCommandInput, StopEntitiesDetectionJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StopEntitiesDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopEntitiesDetectionJobCommandInput, StopEntitiesDetectionJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Stops an entities detection job in progress.</p>
30
30
  * <p>If the job state is <code>IN_PROGRESS</code> the job is marked for termination and put
31
31
  * into the <code>STOP_REQUESTED</code> state. If the job completes before it can be stopped, it
@@ -72,6 +72,7 @@ declare const StopEntitiesDetectionJobCommand_base: {
72
72
  * @throws {@link ComprehendServiceException}
73
73
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class StopEntitiesDetectionJobCommand extends StopEntitiesDetectionJobCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface StopEventsDetectionJobCommandOutput extends StopEventsDetection
22
22
  }
23
23
  declare const StopEventsDetectionJobCommand_base: {
24
24
  new (input: StopEventsDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopEventsDetectionJobCommandInput, StopEventsDetectionJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StopEventsDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopEventsDetectionJobCommandInput, StopEventsDetectionJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Stops an events detection job in progress.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -63,6 +63,7 @@ declare const StopEventsDetectionJobCommand_base: {
63
63
  * @throws {@link ComprehendServiceException}
64
64
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
65
65
  *
66
+ * @public
66
67
  */
67
68
  export declare class StopEventsDetectionJobCommand extends StopEventsDetectionJobCommand_base {
68
69
  }
@@ -22,10 +22,10 @@ export interface StopKeyPhrasesDetectionJobCommandOutput extends StopKeyPhrasesD
22
22
  }
23
23
  declare const StopKeyPhrasesDetectionJobCommand_base: {
24
24
  new (input: StopKeyPhrasesDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopKeyPhrasesDetectionJobCommandInput, StopKeyPhrasesDetectionJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StopKeyPhrasesDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopKeyPhrasesDetectionJobCommandInput, StopKeyPhrasesDetectionJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Stops a key phrases detection job in progress.</p>
30
30
  * <p>If the job state is <code>IN_PROGRESS</code> the job is marked for termination and put
31
31
  * into the <code>STOP_REQUESTED</code> state. If the job completes before it can be stopped, it
@@ -72,6 +72,7 @@ declare const StopKeyPhrasesDetectionJobCommand_base: {
72
72
  * @throws {@link ComprehendServiceException}
73
73
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class StopKeyPhrasesDetectionJobCommand extends StopKeyPhrasesDetectionJobCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface StopPiiEntitiesDetectionJobCommandOutput extends StopPiiEntitie
22
22
  }
23
23
  declare const StopPiiEntitiesDetectionJobCommand_base: {
24
24
  new (input: StopPiiEntitiesDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopPiiEntitiesDetectionJobCommandInput, StopPiiEntitiesDetectionJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StopPiiEntitiesDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopPiiEntitiesDetectionJobCommandInput, StopPiiEntitiesDetectionJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Stops a PII entities detection job in progress.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -63,6 +63,7 @@ declare const StopPiiEntitiesDetectionJobCommand_base: {
63
63
  * @throws {@link ComprehendServiceException}
64
64
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
65
65
  *
66
+ * @public
66
67
  */
67
68
  export declare class StopPiiEntitiesDetectionJobCommand extends StopPiiEntitiesDetectionJobCommand_base {
68
69
  }
@@ -22,10 +22,10 @@ export interface StopSentimentDetectionJobCommandOutput extends StopSentimentDet
22
22
  }
23
23
  declare const StopSentimentDetectionJobCommand_base: {
24
24
  new (input: StopSentimentDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopSentimentDetectionJobCommandInput, StopSentimentDetectionJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StopSentimentDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopSentimentDetectionJobCommandInput, StopSentimentDetectionJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Stops a sentiment detection job in progress.</p>
30
30
  * <p>If the job state is <code>IN_PROGRESS</code>, the job is marked for termination and put
31
31
  * into the <code>STOP_REQUESTED</code> state. If the job completes before it can be stopped, it
@@ -72,6 +72,7 @@ declare const StopSentimentDetectionJobCommand_base: {
72
72
  * @throws {@link ComprehendServiceException}
73
73
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class StopSentimentDetectionJobCommand extends StopSentimentDetectionJobCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface StopTargetedSentimentDetectionJobCommandOutput extends StopTarg
22
22
  }
23
23
  declare const StopTargetedSentimentDetectionJobCommand_base: {
24
24
  new (input: StopTargetedSentimentDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopTargetedSentimentDetectionJobCommandInput, StopTargetedSentimentDetectionJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StopTargetedSentimentDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopTargetedSentimentDetectionJobCommandInput, StopTargetedSentimentDetectionJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Stops a targeted sentiment detection job in progress.</p>
30
30
  * <p>If the job state is <code>IN_PROGRESS</code>, the job is marked for termination and put
31
31
  * into the <code>STOP_REQUESTED</code> state. If the job completes before it can be stopped, it
@@ -72,6 +72,7 @@ declare const StopTargetedSentimentDetectionJobCommand_base: {
72
72
  * @throws {@link ComprehendServiceException}
73
73
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class StopTargetedSentimentDetectionJobCommand extends StopTargetedSentimentDetectionJobCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface StopTrainingDocumentClassifierCommandOutput extends StopTrainin
22
22
  }
23
23
  declare const StopTrainingDocumentClassifierCommand_base: {
24
24
  new (input: StopTrainingDocumentClassifierCommandInput): import("@smithy/smithy-client").CommandImpl<StopTrainingDocumentClassifierCommandInput, StopTrainingDocumentClassifierCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StopTrainingDocumentClassifierCommandInput): import("@smithy/smithy-client").CommandImpl<StopTrainingDocumentClassifierCommandInput, StopTrainingDocumentClassifierCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Stops a document classifier training job while in progress.</p>
30
30
  * <p>If the training job state is <code>TRAINING</code>, the job is marked for termination and
31
31
  * put into the <code>STOP_REQUESTED</code> state. If the training job completes before it can be
@@ -68,6 +68,7 @@ declare const StopTrainingDocumentClassifierCommand_base: {
68
68
  * @throws {@link ComprehendServiceException}
69
69
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
70
70
  *
71
+ * @public
71
72
  */
72
73
  export declare class StopTrainingDocumentClassifierCommand extends StopTrainingDocumentClassifierCommand_base {
73
74
  }