@aws-sdk/client-comprehend 3.533.0 → 3.540.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 (182) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/Comprehend.d.ts +18 -1
  6. package/dist-types/ComprehendClient.d.ts +1 -1
  7. package/dist-types/commands/BatchDetectDominantLanguageCommand.d.ts +2 -1
  8. package/dist-types/commands/BatchDetectEntitiesCommand.d.ts +2 -1
  9. package/dist-types/commands/BatchDetectKeyPhrasesCommand.d.ts +2 -1
  10. package/dist-types/commands/BatchDetectSentimentCommand.d.ts +2 -1
  11. package/dist-types/commands/BatchDetectSyntaxCommand.d.ts +2 -1
  12. package/dist-types/commands/BatchDetectTargetedSentimentCommand.d.ts +2 -1
  13. package/dist-types/commands/ClassifyDocumentCommand.d.ts +2 -1
  14. package/dist-types/commands/ContainsPiiEntitiesCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateDatasetCommand.d.ts +2 -1
  16. package/dist-types/commands/CreateDocumentClassifierCommand.d.ts +2 -1
  17. package/dist-types/commands/CreateEndpointCommand.d.ts +2 -1
  18. package/dist-types/commands/CreateEntityRecognizerCommand.d.ts +2 -1
  19. package/dist-types/commands/CreateFlywheelCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteDocumentClassifierCommand.d.ts +2 -1
  21. package/dist-types/commands/DeleteEndpointCommand.d.ts +2 -1
  22. package/dist-types/commands/DeleteEntityRecognizerCommand.d.ts +2 -1
  23. package/dist-types/commands/DeleteFlywheelCommand.d.ts +2 -1
  24. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -1
  25. package/dist-types/commands/DescribeDatasetCommand.d.ts +2 -1
  26. package/dist-types/commands/DescribeDocumentClassificationJobCommand.d.ts +2 -1
  27. package/dist-types/commands/DescribeDocumentClassifierCommand.d.ts +2 -1
  28. package/dist-types/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +2 -1
  29. package/dist-types/commands/DescribeEndpointCommand.d.ts +2 -1
  30. package/dist-types/commands/DescribeEntitiesDetectionJobCommand.d.ts +2 -1
  31. package/dist-types/commands/DescribeEntityRecognizerCommand.d.ts +2 -1
  32. package/dist-types/commands/DescribeEventsDetectionJobCommand.d.ts +2 -1
  33. package/dist-types/commands/DescribeFlywheelCommand.d.ts +2 -1
  34. package/dist-types/commands/DescribeFlywheelIterationCommand.d.ts +2 -1
  35. package/dist-types/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +2 -1
  36. package/dist-types/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +2 -1
  37. package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +2 -1
  38. package/dist-types/commands/DescribeSentimentDetectionJobCommand.d.ts +2 -1
  39. package/dist-types/commands/DescribeTargetedSentimentDetectionJobCommand.d.ts +2 -1
  40. package/dist-types/commands/DescribeTopicsDetectionJobCommand.d.ts +2 -1
  41. package/dist-types/commands/DetectDominantLanguageCommand.d.ts +2 -1
  42. package/dist-types/commands/DetectEntitiesCommand.d.ts +2 -1
  43. package/dist-types/commands/DetectKeyPhrasesCommand.d.ts +2 -1
  44. package/dist-types/commands/DetectPiiEntitiesCommand.d.ts +2 -1
  45. package/dist-types/commands/DetectSentimentCommand.d.ts +2 -1
  46. package/dist-types/commands/DetectSyntaxCommand.d.ts +2 -1
  47. package/dist-types/commands/DetectTargetedSentimentCommand.d.ts +2 -1
  48. package/dist-types/commands/DetectToxicContentCommand.d.ts +2 -1
  49. package/dist-types/commands/ImportModelCommand.d.ts +2 -1
  50. package/dist-types/commands/ListDatasetsCommand.d.ts +2 -1
  51. package/dist-types/commands/ListDocumentClassificationJobsCommand.d.ts +2 -1
  52. package/dist-types/commands/ListDocumentClassifierSummariesCommand.d.ts +2 -1
  53. package/dist-types/commands/ListDocumentClassifiersCommand.d.ts +2 -1
  54. package/dist-types/commands/ListDominantLanguageDetectionJobsCommand.d.ts +2 -1
  55. package/dist-types/commands/ListEndpointsCommand.d.ts +2 -1
  56. package/dist-types/commands/ListEntitiesDetectionJobsCommand.d.ts +2 -1
  57. package/dist-types/commands/ListEntityRecognizerSummariesCommand.d.ts +2 -1
  58. package/dist-types/commands/ListEntityRecognizersCommand.d.ts +2 -1
  59. package/dist-types/commands/ListEventsDetectionJobsCommand.d.ts +2 -1
  60. package/dist-types/commands/ListFlywheelIterationHistoryCommand.d.ts +2 -1
  61. package/dist-types/commands/ListFlywheelsCommand.d.ts +2 -1
  62. package/dist-types/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +2 -1
  63. package/dist-types/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +2 -1
  64. package/dist-types/commands/ListSentimentDetectionJobsCommand.d.ts +2 -1
  65. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  66. package/dist-types/commands/ListTargetedSentimentDetectionJobsCommand.d.ts +2 -1
  67. package/dist-types/commands/ListTopicsDetectionJobsCommand.d.ts +2 -1
  68. package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -1
  69. package/dist-types/commands/StartDocumentClassificationJobCommand.d.ts +2 -1
  70. package/dist-types/commands/StartDominantLanguageDetectionJobCommand.d.ts +2 -1
  71. package/dist-types/commands/StartEntitiesDetectionJobCommand.d.ts +2 -1
  72. package/dist-types/commands/StartEventsDetectionJobCommand.d.ts +2 -1
  73. package/dist-types/commands/StartFlywheelIterationCommand.d.ts +2 -1
  74. package/dist-types/commands/StartKeyPhrasesDetectionJobCommand.d.ts +2 -1
  75. package/dist-types/commands/StartPiiEntitiesDetectionJobCommand.d.ts +2 -1
  76. package/dist-types/commands/StartSentimentDetectionJobCommand.d.ts +2 -1
  77. package/dist-types/commands/StartTargetedSentimentDetectionJobCommand.d.ts +2 -1
  78. package/dist-types/commands/StartTopicsDetectionJobCommand.d.ts +2 -1
  79. package/dist-types/commands/StopDominantLanguageDetectionJobCommand.d.ts +2 -1
  80. package/dist-types/commands/StopEntitiesDetectionJobCommand.d.ts +2 -1
  81. package/dist-types/commands/StopEventsDetectionJobCommand.d.ts +2 -1
  82. package/dist-types/commands/StopKeyPhrasesDetectionJobCommand.d.ts +2 -1
  83. package/dist-types/commands/StopPiiEntitiesDetectionJobCommand.d.ts +2 -1
  84. package/dist-types/commands/StopSentimentDetectionJobCommand.d.ts +2 -1
  85. package/dist-types/commands/StopTargetedSentimentDetectionJobCommand.d.ts +2 -1
  86. package/dist-types/commands/StopTrainingDocumentClassifierCommand.d.ts +2 -1
  87. package/dist-types/commands/StopTrainingEntityRecognizerCommand.d.ts +2 -1
  88. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  89. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  90. package/dist-types/commands/UpdateEndpointCommand.d.ts +2 -1
  91. package/dist-types/commands/UpdateFlywheelCommand.d.ts +2 -1
  92. package/dist-types/index.d.ts +0 -1
  93. package/dist-types/models/models_0.d.ts +985 -985
  94. package/dist-types/models/models_1.d.ts +41 -41
  95. package/dist-types/ts3.4/Comprehend.d.ts +17 -0
  96. package/dist-types/ts3.4/commands/BatchDetectDominantLanguageCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/BatchDetectEntitiesCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/BatchDetectKeyPhrasesCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/BatchDetectSentimentCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/BatchDetectSyntaxCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/BatchDetectTargetedSentimentCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/ClassifyDocumentCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/ContainsPiiEntitiesCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/CreateDocumentClassifierCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/CreateEntityRecognizerCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/CreateFlywheelCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/DeleteDocumentClassifierCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/DeleteEntityRecognizerCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/DeleteFlywheelCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/DescribeDocumentClassificationJobCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/DescribeDocumentClassifierCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/DescribeEntitiesDetectionJobCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/DescribeEntityRecognizerCommand.d.ts +9 -0
  121. package/dist-types/ts3.4/commands/DescribeEventsDetectionJobCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/commands/DescribeFlywheelCommand.d.ts +9 -0
  123. package/dist-types/ts3.4/commands/DescribeFlywheelIterationCommand.d.ts +9 -0
  124. package/dist-types/ts3.4/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +9 -0
  125. package/dist-types/ts3.4/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +9 -0
  126. package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +9 -0
  127. package/dist-types/ts3.4/commands/DescribeSentimentDetectionJobCommand.d.ts +9 -0
  128. package/dist-types/ts3.4/commands/DescribeTargetedSentimentDetectionJobCommand.d.ts +9 -0
  129. package/dist-types/ts3.4/commands/DescribeTopicsDetectionJobCommand.d.ts +9 -0
  130. package/dist-types/ts3.4/commands/DetectDominantLanguageCommand.d.ts +9 -0
  131. package/dist-types/ts3.4/commands/DetectEntitiesCommand.d.ts +9 -0
  132. package/dist-types/ts3.4/commands/DetectKeyPhrasesCommand.d.ts +9 -0
  133. package/dist-types/ts3.4/commands/DetectPiiEntitiesCommand.d.ts +9 -0
  134. package/dist-types/ts3.4/commands/DetectSentimentCommand.d.ts +9 -0
  135. package/dist-types/ts3.4/commands/DetectSyntaxCommand.d.ts +9 -0
  136. package/dist-types/ts3.4/commands/DetectTargetedSentimentCommand.d.ts +9 -0
  137. package/dist-types/ts3.4/commands/DetectToxicContentCommand.d.ts +9 -0
  138. package/dist-types/ts3.4/commands/ImportModelCommand.d.ts +9 -0
  139. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +9 -0
  140. package/dist-types/ts3.4/commands/ListDocumentClassificationJobsCommand.d.ts +9 -0
  141. package/dist-types/ts3.4/commands/ListDocumentClassifierSummariesCommand.d.ts +9 -0
  142. package/dist-types/ts3.4/commands/ListDocumentClassifiersCommand.d.ts +9 -0
  143. package/dist-types/ts3.4/commands/ListDominantLanguageDetectionJobsCommand.d.ts +9 -0
  144. package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +9 -0
  145. package/dist-types/ts3.4/commands/ListEntitiesDetectionJobsCommand.d.ts +9 -0
  146. package/dist-types/ts3.4/commands/ListEntityRecognizerSummariesCommand.d.ts +9 -0
  147. package/dist-types/ts3.4/commands/ListEntityRecognizersCommand.d.ts +9 -0
  148. package/dist-types/ts3.4/commands/ListEventsDetectionJobsCommand.d.ts +9 -0
  149. package/dist-types/ts3.4/commands/ListFlywheelIterationHistoryCommand.d.ts +9 -0
  150. package/dist-types/ts3.4/commands/ListFlywheelsCommand.d.ts +9 -0
  151. package/dist-types/ts3.4/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +9 -0
  152. package/dist-types/ts3.4/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +9 -0
  153. package/dist-types/ts3.4/commands/ListSentimentDetectionJobsCommand.d.ts +9 -0
  154. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  155. package/dist-types/ts3.4/commands/ListTargetedSentimentDetectionJobsCommand.d.ts +9 -0
  156. package/dist-types/ts3.4/commands/ListTopicsDetectionJobsCommand.d.ts +9 -0
  157. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +9 -0
  158. package/dist-types/ts3.4/commands/StartDocumentClassificationJobCommand.d.ts +9 -0
  159. package/dist-types/ts3.4/commands/StartDominantLanguageDetectionJobCommand.d.ts +9 -0
  160. package/dist-types/ts3.4/commands/StartEntitiesDetectionJobCommand.d.ts +9 -0
  161. package/dist-types/ts3.4/commands/StartEventsDetectionJobCommand.d.ts +9 -0
  162. package/dist-types/ts3.4/commands/StartFlywheelIterationCommand.d.ts +9 -0
  163. package/dist-types/ts3.4/commands/StartKeyPhrasesDetectionJobCommand.d.ts +9 -0
  164. package/dist-types/ts3.4/commands/StartPiiEntitiesDetectionJobCommand.d.ts +9 -0
  165. package/dist-types/ts3.4/commands/StartSentimentDetectionJobCommand.d.ts +9 -0
  166. package/dist-types/ts3.4/commands/StartTargetedSentimentDetectionJobCommand.d.ts +9 -0
  167. package/dist-types/ts3.4/commands/StartTopicsDetectionJobCommand.d.ts +9 -0
  168. package/dist-types/ts3.4/commands/StopDominantLanguageDetectionJobCommand.d.ts +9 -0
  169. package/dist-types/ts3.4/commands/StopEntitiesDetectionJobCommand.d.ts +9 -0
  170. package/dist-types/ts3.4/commands/StopEventsDetectionJobCommand.d.ts +9 -0
  171. package/dist-types/ts3.4/commands/StopKeyPhrasesDetectionJobCommand.d.ts +9 -0
  172. package/dist-types/ts3.4/commands/StopPiiEntitiesDetectionJobCommand.d.ts +9 -0
  173. package/dist-types/ts3.4/commands/StopSentimentDetectionJobCommand.d.ts +9 -0
  174. package/dist-types/ts3.4/commands/StopTargetedSentimentDetectionJobCommand.d.ts +9 -0
  175. package/dist-types/ts3.4/commands/StopTrainingDocumentClassifierCommand.d.ts +9 -0
  176. package/dist-types/ts3.4/commands/StopTrainingEntityRecognizerCommand.d.ts +9 -0
  177. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  178. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  179. package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +9 -0
  180. package/dist-types/ts3.4/commands/UpdateFlywheelCommand.d.ts +9 -0
  181. package/dist-types/ts3.4/index.d.ts +0 -1
  182. package/package.json +40 -40
@@ -22,10 +22,10 @@ export interface DescribeDocumentClassifierCommandOutput extends DescribeDocumen
22
22
  }
23
23
  declare const DescribeDocumentClassifierCommand_base: {
24
24
  new (input: DescribeDocumentClassifierCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDocumentClassifierCommandInput, DescribeDocumentClassifierCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeDocumentClassifierCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDocumentClassifierCommandInput, DescribeDocumentClassifierCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets the properties associated with a document classifier.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -139,6 +139,7 @@ declare const DescribeDocumentClassifierCommand_base: {
139
139
  * @throws {@link ComprehendServiceException}
140
140
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
141
141
  *
142
+ * @public
142
143
  */
143
144
  export declare class DescribeDocumentClassifierCommand extends DescribeDocumentClassifierCommand_base {
144
145
  }
@@ -22,10 +22,10 @@ export interface DescribeDominantLanguageDetectionJobCommandOutput extends Descr
22
22
  }
23
23
  declare const DescribeDominantLanguageDetectionJobCommand_base: {
24
24
  new (input: DescribeDominantLanguageDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDominantLanguageDetectionJobCommandInput, DescribeDominantLanguageDetectionJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeDominantLanguageDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDominantLanguageDetectionJobCommandInput, DescribeDominantLanguageDetectionJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets the properties associated with a dominant language detection job. Use this operation
30
30
  * to get the status of a detection job.</p>
31
31
  * @example
@@ -99,6 +99,7 @@ declare const DescribeDominantLanguageDetectionJobCommand_base: {
99
99
  * @throws {@link ComprehendServiceException}
100
100
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
101
101
  *
102
+ * @public
102
103
  */
103
104
  export declare class DescribeDominantLanguageDetectionJobCommand extends DescribeDominantLanguageDetectionJobCommand_base {
104
105
  }
@@ -22,10 +22,10 @@ export interface DescribeEndpointCommandOutput extends DescribeEndpointResponse,
22
22
  }
23
23
  declare const DescribeEndpointCommand_base: {
24
24
  new (input: DescribeEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEndpointCommandInput, DescribeEndpointCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEndpointCommandInput, DescribeEndpointCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets the properties associated with a specific endpoint. Use this operation to get the
30
30
  * status of an endpoint.
31
31
  * For information about endpoints, see <a href="https://docs.aws.amazon.com/comprehend/latest/dg/manage-endpoints.html">Managing endpoints</a>.</p>
@@ -80,6 +80,7 @@ declare const DescribeEndpointCommand_base: {
80
80
  * @throws {@link ComprehendServiceException}
81
81
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class DescribeEndpointCommand extends DescribeEndpointCommand_base {
85
86
  }
@@ -22,10 +22,10 @@ export interface DescribeEntitiesDetectionJobCommandOutput extends DescribeEntit
22
22
  }
23
23
  declare const DescribeEntitiesDetectionJobCommand_base: {
24
24
  new (input: DescribeEntitiesDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEntitiesDetectionJobCommandInput, DescribeEntitiesDetectionJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeEntitiesDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEntitiesDetectionJobCommandInput, DescribeEntitiesDetectionJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets the properties associated with an entities detection job. Use this operation to get
30
30
  * the status of a detection job.</p>
31
31
  * @example
@@ -102,6 +102,7 @@ declare const DescribeEntitiesDetectionJobCommand_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 DescribeEntitiesDetectionJobCommand extends DescribeEntitiesDetectionJobCommand_base {
107
108
  }
@@ -22,10 +22,10 @@ export interface DescribeEntityRecognizerCommandOutput extends DescribeEntityRec
22
22
  }
23
23
  declare const DescribeEntityRecognizerCommand_base: {
24
24
  new (input: DescribeEntityRecognizerCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEntityRecognizerCommandInput, DescribeEntityRecognizerCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeEntityRecognizerCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEntityRecognizerCommandInput, DescribeEntityRecognizerCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides details about an entity recognizer including status, S3 buckets containing
30
30
  * training data, recognizer metadata, metrics, and so on.</p>
31
31
  * @example
@@ -144,6 +144,7 @@ declare const DescribeEntityRecognizerCommand_base: {
144
144
  * @throws {@link ComprehendServiceException}
145
145
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
146
146
  *
147
+ * @public
147
148
  */
148
149
  export declare class DescribeEntityRecognizerCommand extends DescribeEntityRecognizerCommand_base {
149
150
  }
@@ -22,10 +22,10 @@ export interface DescribeEventsDetectionJobCommandOutput extends DescribeEventsD
22
22
  }
23
23
  declare const DescribeEventsDetectionJobCommand_base: {
24
24
  new (input: DescribeEventsDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEventsDetectionJobCommandInput, DescribeEventsDetectionJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeEventsDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEventsDetectionJobCommandInput, DescribeEventsDetectionJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets the status and details of an events detection job.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -93,6 +93,7 @@ declare const DescribeEventsDetectionJobCommand_base: {
93
93
  * @throws {@link ComprehendServiceException}
94
94
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
95
95
  *
96
+ * @public
96
97
  */
97
98
  export declare class DescribeEventsDetectionJobCommand extends DescribeEventsDetectionJobCommand_base {
98
99
  }
@@ -22,10 +22,10 @@ export interface DescribeFlywheelCommandOutput extends DescribeFlywheelResponse,
22
22
  }
23
23
  declare const DescribeFlywheelCommand_base: {
24
24
  new (input: DescribeFlywheelCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeFlywheelCommandInput, DescribeFlywheelCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeFlywheelCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeFlywheelCommandInput, DescribeFlywheelCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides configuration information about the flywheel. For more information about flywheels, see <a href="https://docs.aws.amazon.com/comprehend/latest/dg/flywheels-about.html">
30
30
  * Flywheel overview</a> in the <i>Amazon Comprehend Developer Guide</i>.</p>
31
31
  * @example
@@ -106,6 +106,7 @@ declare const DescribeFlywheelCommand_base: {
106
106
  * @throws {@link ComprehendServiceException}
107
107
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
108
108
  *
109
+ * @public
109
110
  */
110
111
  export declare class DescribeFlywheelCommand extends DescribeFlywheelCommand_base {
111
112
  }
@@ -22,10 +22,10 @@ export interface DescribeFlywheelIterationCommandOutput extends DescribeFlywheel
22
22
  }
23
23
  declare const DescribeFlywheelIterationCommand_base: {
24
24
  new (input: DescribeFlywheelIterationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeFlywheelIterationCommandInput, DescribeFlywheelIterationCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeFlywheelIterationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeFlywheelIterationCommandInput, DescribeFlywheelIterationCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieve the configuration properties 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>
@@ -90,6 +90,7 @@ declare const DescribeFlywheelIterationCommand_base: {
90
90
  * @throws {@link ComprehendServiceException}
91
91
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
92
92
  *
93
+ * @public
93
94
  */
94
95
  export declare class DescribeFlywheelIterationCommand extends DescribeFlywheelIterationCommand_base {
95
96
  }
@@ -22,10 +22,10 @@ export interface DescribeKeyPhrasesDetectionJobCommandOutput extends DescribeKey
22
22
  }
23
23
  declare const DescribeKeyPhrasesDetectionJobCommand_base: {
24
24
  new (input: DescribeKeyPhrasesDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeKeyPhrasesDetectionJobCommandInput, DescribeKeyPhrasesDetectionJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeKeyPhrasesDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeKeyPhrasesDetectionJobCommandInput, DescribeKeyPhrasesDetectionJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets the properties associated with a key phrases detection job. Use this operation to get
30
30
  * the status of a detection job.</p>
31
31
  * @example
@@ -100,6 +100,7 @@ declare const DescribeKeyPhrasesDetectionJobCommand_base: {
100
100
  * @throws {@link ComprehendServiceException}
101
101
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
102
102
  *
103
+ * @public
103
104
  */
104
105
  export declare class DescribeKeyPhrasesDetectionJobCommand extends DescribeKeyPhrasesDetectionJobCommand_base {
105
106
  }
@@ -22,10 +22,10 @@ export interface DescribePiiEntitiesDetectionJobCommandOutput extends DescribePi
22
22
  }
23
23
  declare const DescribePiiEntitiesDetectionJobCommand_base: {
24
24
  new (input: DescribePiiEntitiesDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePiiEntitiesDetectionJobCommandInput, DescribePiiEntitiesDetectionJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribePiiEntitiesDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePiiEntitiesDetectionJobCommandInput, DescribePiiEntitiesDetectionJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets the properties associated with a PII entities detection job. For example, you can use
30
30
  * this operation to get the job status.</p>
31
31
  * @example
@@ -99,6 +99,7 @@ declare const DescribePiiEntitiesDetectionJobCommand_base: {
99
99
  * @throws {@link ComprehendServiceException}
100
100
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
101
101
  *
102
+ * @public
102
103
  */
103
104
  export declare class DescribePiiEntitiesDetectionJobCommand extends DescribePiiEntitiesDetectionJobCommand_base {
104
105
  }
@@ -22,10 +22,10 @@ export interface DescribeResourcePolicyCommandOutput extends DescribeResourcePol
22
22
  }
23
23
  declare const DescribeResourcePolicyCommand_base: {
24
24
  new (input: DescribeResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets the details of a resource-based policy that is attached to a custom model, including
30
30
  * the JSON body of the policy.</p>
31
31
  * @example
@@ -66,6 +66,7 @@ declare const DescribeResourcePolicyCommand_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 DescribeResourcePolicyCommand extends DescribeResourcePolicyCommand_base {
71
72
  }
@@ -22,10 +22,10 @@ export interface DescribeSentimentDetectionJobCommandOutput extends DescribeSent
22
22
  }
23
23
  declare const DescribeSentimentDetectionJobCommand_base: {
24
24
  new (input: DescribeSentimentDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSentimentDetectionJobCommandInput, DescribeSentimentDetectionJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeSentimentDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSentimentDetectionJobCommandInput, DescribeSentimentDetectionJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets the properties associated with a sentiment detection job. Use this operation to get
30
30
  * the status of a detection job.</p>
31
31
  * @example
@@ -100,6 +100,7 @@ declare const DescribeSentimentDetectionJobCommand_base: {
100
100
  * @throws {@link ComprehendServiceException}
101
101
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
102
102
  *
103
+ * @public
103
104
  */
104
105
  export declare class DescribeSentimentDetectionJobCommand extends DescribeSentimentDetectionJobCommand_base {
105
106
  }
@@ -22,10 +22,10 @@ export interface DescribeTargetedSentimentDetectionJobCommandOutput extends Desc
22
22
  }
23
23
  declare const DescribeTargetedSentimentDetectionJobCommand_base: {
24
24
  new (input: DescribeTargetedSentimentDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTargetedSentimentDetectionJobCommandInput, DescribeTargetedSentimentDetectionJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeTargetedSentimentDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTargetedSentimentDetectionJobCommandInput, DescribeTargetedSentimentDetectionJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets the properties associated with a targeted sentiment detection job. Use this operation
30
30
  * to get the status of the job.</p>
31
31
  * @example
@@ -100,6 +100,7 @@ declare const DescribeTargetedSentimentDetectionJobCommand_base: {
100
100
  * @throws {@link ComprehendServiceException}
101
101
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
102
102
  *
103
+ * @public
103
104
  */
104
105
  export declare class DescribeTargetedSentimentDetectionJobCommand extends DescribeTargetedSentimentDetectionJobCommand_base {
105
106
  }
@@ -22,10 +22,10 @@ export interface DescribeTopicsDetectionJobCommandOutput extends DescribeTopicsD
22
22
  }
23
23
  declare const DescribeTopicsDetectionJobCommand_base: {
24
24
  new (input: DescribeTopicsDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTopicsDetectionJobCommandInput, DescribeTopicsDetectionJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeTopicsDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTopicsDetectionJobCommandInput, DescribeTopicsDetectionJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets the properties associated with a topic detection job. Use this operation to get
30
30
  * the status of a detection job.</p>
31
31
  * @example
@@ -100,6 +100,7 @@ declare const DescribeTopicsDetectionJobCommand_base: {
100
100
  * @throws {@link ComprehendServiceException}
101
101
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
102
102
  *
103
+ * @public
103
104
  */
104
105
  export declare class DescribeTopicsDetectionJobCommand extends DescribeTopicsDetectionJobCommand_base {
105
106
  }
@@ -22,10 +22,10 @@ export interface DetectDominantLanguageCommandOutput extends DetectDominantLangu
22
22
  }
23
23
  declare const DetectDominantLanguageCommand_base: {
24
24
  new (input: DetectDominantLanguageCommandInput): import("@smithy/smithy-client").CommandImpl<DetectDominantLanguageCommandInput, DetectDominantLanguageCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DetectDominantLanguageCommandInput): import("@smithy/smithy-client").CommandImpl<DetectDominantLanguageCommandInput, DetectDominantLanguageCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Determines the dominant language of the input text. For a list of languages that Amazon
30
30
  * Comprehend can detect, see <a href="https://docs.aws.amazon.com/comprehend/latest/dg/how-languages.html">Amazon Comprehend Supported Languages</a>. </p>
31
31
  * @example
@@ -68,6 +68,7 @@ declare const DetectDominantLanguageCommand_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 DetectDominantLanguageCommand extends DetectDominantLanguageCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface DetectEntitiesCommandOutput extends DetectEntitiesResponse, __M
22
22
  }
23
23
  declare const DetectEntitiesCommand_base: {
24
24
  new (input: DetectEntitiesCommandInput): import("@smithy/smithy-client").CommandImpl<DetectEntitiesCommandInput, DetectEntitiesCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DetectEntitiesCommandInput]): import("@smithy/smithy-client").CommandImpl<DetectEntitiesCommandInput, DetectEntitiesCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Detects named entities in input text when you use the pre-trained model.
30
30
  * Detects custom entities if you have a custom entity recognition model. </p>
31
31
  * <p>
@@ -170,6 +170,7 @@ declare const DetectEntitiesCommand_base: {
170
170
  * @throws {@link ComprehendServiceException}
171
171
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
172
172
  *
173
+ * @public
173
174
  */
174
175
  export declare class DetectEntitiesCommand extends DetectEntitiesCommand_base {
175
176
  }
@@ -22,10 +22,10 @@ export interface DetectKeyPhrasesCommandOutput extends DetectKeyPhrasesResponse,
22
22
  }
23
23
  declare const DetectKeyPhrasesCommand_base: {
24
24
  new (input: DetectKeyPhrasesCommandInput): import("@smithy/smithy-client").CommandImpl<DetectKeyPhrasesCommandInput, DetectKeyPhrasesCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DetectKeyPhrasesCommandInput): import("@smithy/smithy-client").CommandImpl<DetectKeyPhrasesCommandInput, DetectKeyPhrasesCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Detects the key noun phrases found in the text. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -75,6 +75,7 @@ declare const DetectKeyPhrasesCommand_base: {
75
75
  * @throws {@link ComprehendServiceException}
76
76
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class DetectKeyPhrasesCommand extends DetectKeyPhrasesCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface DetectPiiEntitiesCommandOutput extends DetectPiiEntitiesRespons
22
22
  }
23
23
  declare const DetectPiiEntitiesCommand_base: {
24
24
  new (input: DetectPiiEntitiesCommandInput): import("@smithy/smithy-client").CommandImpl<DetectPiiEntitiesCommandInput, DetectPiiEntitiesCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DetectPiiEntitiesCommandInput): import("@smithy/smithy-client").CommandImpl<DetectPiiEntitiesCommandInput, DetectPiiEntitiesCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Inspects the input text for entities that contain personally identifiable information
30
30
  * (PII) and returns information about them.</p>
31
31
  * @example
@@ -76,6 +76,7 @@ declare const DetectPiiEntitiesCommand_base: {
76
76
  * @throws {@link ComprehendServiceException}
77
77
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class DetectPiiEntitiesCommand extends DetectPiiEntitiesCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface DetectSentimentCommandOutput extends DetectSentimentResponse, _
22
22
  }
23
23
  declare const DetectSentimentCommand_base: {
24
24
  new (input: DetectSentimentCommandInput): import("@smithy/smithy-client").CommandImpl<DetectSentimentCommandInput, DetectSentimentCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DetectSentimentCommandInput): import("@smithy/smithy-client").CommandImpl<DetectSentimentCommandInput, DetectSentimentCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Inspects text and returns an inference of the prevailing sentiment
30
30
  * (<code>POSITIVE</code>, <code>NEUTRAL</code>, <code>MIXED</code>, or <code>NEGATIVE</code>). </p>
31
31
  * @example
@@ -75,6 +75,7 @@ declare const DetectSentimentCommand_base: {
75
75
  * @throws {@link ComprehendServiceException}
76
76
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class DetectSentimentCommand extends DetectSentimentCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface DetectSyntaxCommandOutput extends DetectSyntaxResponse, __Metad
22
22
  }
23
23
  declare const DetectSyntaxCommand_base: {
24
24
  new (input: DetectSyntaxCommandInput): import("@smithy/smithy-client").CommandImpl<DetectSyntaxCommandInput, DetectSyntaxCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DetectSyntaxCommandInput): import("@smithy/smithy-client").CommandImpl<DetectSyntaxCommandInput, DetectSyntaxCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Inspects text for syntax and the part of speech of words in the document. For more
30
30
  * information, see
31
31
  * <a href="https://docs.aws.amazon.com/comprehend/latest/dg/how-syntax.html">Syntax</a> in the Comprehend Developer Guide.
@@ -82,6 +82,7 @@ declare const DetectSyntaxCommand_base: {
82
82
  * @throws {@link ComprehendServiceException}
83
83
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
84
84
  *
85
+ * @public
85
86
  */
86
87
  export declare class DetectSyntaxCommand extends DetectSyntaxCommand_base {
87
88
  }
@@ -22,10 +22,10 @@ export interface DetectTargetedSentimentCommandOutput extends DetectTargetedSent
22
22
  }
23
23
  declare const DetectTargetedSentimentCommand_base: {
24
24
  new (input: DetectTargetedSentimentCommandInput): import("@smithy/smithy-client").CommandImpl<DetectTargetedSentimentCommandInput, DetectTargetedSentimentCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DetectTargetedSentimentCommandInput): import("@smithy/smithy-client").CommandImpl<DetectTargetedSentimentCommandInput, DetectTargetedSentimentCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Inspects the input text and returns a sentiment analysis for each entity identified in the text.</p>
30
30
  * <p>For more information about targeted sentiment, see <a href="https://docs.aws.amazon.com/comprehend/latest/dg/how-targeted-sentiment.html">Targeted sentiment</a> in the <i>Amazon Comprehend Developer Guide</i>.</p>
31
31
  * @example
@@ -94,6 +94,7 @@ declare const DetectTargetedSentimentCommand_base: {
94
94
  * @throws {@link ComprehendServiceException}
95
95
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
96
96
  *
97
+ * @public
97
98
  */
98
99
  export declare class DetectTargetedSentimentCommand extends DetectTargetedSentimentCommand_base {
99
100
  }
@@ -22,10 +22,10 @@ export interface DetectToxicContentCommandOutput extends DetectToxicContentRespo
22
22
  }
23
23
  declare const DetectToxicContentCommand_base: {
24
24
  new (input: DetectToxicContentCommandInput): import("@smithy/smithy-client").CommandImpl<DetectToxicContentCommandInput, DetectToxicContentCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DetectToxicContentCommandInput): import("@smithy/smithy-client").CommandImpl<DetectToxicContentCommandInput, DetectToxicContentCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Performs toxicity analysis on the list of text strings that you provide as input.
30
30
  * The API response contains a results list that matches the size of the input list.
31
31
  * For more information about toxicity detection, see <a href="https://docs.aws.amazon.com/comprehend/latest/dg/toxicity-detection.html">Toxicity detection</a> in the <i>Amazon Comprehend Developer Guide</i>.
@@ -85,6 +85,7 @@ declare const DetectToxicContentCommand_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 DetectToxicContentCommand extends DetectToxicContentCommand_base {
90
91
  }
@@ -22,10 +22,10 @@ export interface ImportModelCommandOutput extends ImportModelResponse, __Metadat
22
22
  }
23
23
  declare const ImportModelCommand_base: {
24
24
  new (input: ImportModelCommandInput): import("@smithy/smithy-client").CommandImpl<ImportModelCommandInput, ImportModelCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ImportModelCommandInput): import("@smithy/smithy-client").CommandImpl<ImportModelCommandInput, ImportModelCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a new custom model that replicates a source custom model that you import. The
30
30
  * source model can be in your Amazon Web Services account or another one.</p>
31
31
  * <p>If the source model is in another Amazon Web Services account, then it must have a resource-based policy
@@ -101,6 +101,7 @@ declare const ImportModelCommand_base: {
101
101
  * @throws {@link ComprehendServiceException}
102
102
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
103
103
  *
104
+ * @public
104
105
  */
105
106
  export declare class ImportModelCommand extends ImportModelCommand_base {
106
107
  }
@@ -22,10 +22,10 @@ export interface ListDatasetsCommandOutput extends ListDatasetsResponse, __Metad
22
22
  }
23
23
  declare const ListDatasetsCommand_base: {
24
24
  new (input: ListDatasetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDatasetsCommandInput, ListDatasetsCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListDatasetsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDatasetsCommandInput, ListDatasetsCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>List the datasets that you have configured in this Region. For more information about datasets, see <a href="https://docs.aws.amazon.com/comprehend/latest/dg/flywheels-about.html">
30
30
  * Flywheel overview</a> in the <i>Amazon Comprehend Developer Guide</i>.</p>
31
31
  * @example
@@ -92,6 +92,7 @@ declare const ListDatasetsCommand_base: {
92
92
  * @throws {@link ComprehendServiceException}
93
93
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
94
94
  *
95
+ * @public
95
96
  */
96
97
  export declare class ListDatasetsCommand extends ListDatasetsCommand_base {
97
98
  }
@@ -22,10 +22,10 @@ export interface ListDocumentClassificationJobsCommandOutput extends ListDocumen
22
22
  }
23
23
  declare const ListDocumentClassificationJobsCommand_base: {
24
24
  new (input: ListDocumentClassificationJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDocumentClassificationJobsCommandInput, ListDocumentClassificationJobsCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListDocumentClassificationJobsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDocumentClassificationJobsCommandInput, ListDocumentClassificationJobsCommandOutput, 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 documentation classification 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.
@@ -111,6 +111,7 @@ declare const ListDocumentClassificationJobsCommand_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 ListDocumentClassificationJobsCommand extends ListDocumentClassificationJobsCommand_base {
116
117
  }
@@ -22,10 +22,10 @@ export interface ListDocumentClassifierSummariesCommandOutput extends ListDocume
22
22
  }
23
23
  declare const ListDocumentClassifierSummariesCommand_base: {
24
24
  new (input: ListDocumentClassifierSummariesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDocumentClassifierSummariesCommandInput, ListDocumentClassifierSummariesCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListDocumentClassifierSummariesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDocumentClassifierSummariesCommandInput, ListDocumentClassifierSummariesCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets a list of summaries of the document classifiers 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.
@@ -72,6 +72,7 @@ declare const ListDocumentClassifierSummariesCommand_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 ListDocumentClassifierSummariesCommand extends ListDocumentClassifierSummariesCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface ListDocumentClassifiersCommandOutput extends ListDocumentClassi
22
22
  }
23
23
  declare const ListDocumentClassifiersCommand_base: {
24
24
  new (input: ListDocumentClassifiersCommandInput): import("@smithy/smithy-client").CommandImpl<ListDocumentClassifiersCommandInput, ListDocumentClassifiersCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListDocumentClassifiersCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDocumentClassifiersCommandInput, ListDocumentClassifiersCommandOutput, 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 document classifiers 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.
@@ -150,6 +150,7 @@ declare const ListDocumentClassifiersCommand_base: {
150
150
  * @throws {@link ComprehendServiceException}
151
151
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
152
152
  *
153
+ * @public
153
154
  */
154
155
  export declare class ListDocumentClassifiersCommand extends ListDocumentClassifiersCommand_base {
155
156
  }
@@ -22,10 +22,10 @@ export interface ListDominantLanguageDetectionJobsCommandOutput extends ListDomi
22
22
  }
23
23
  declare const ListDominantLanguageDetectionJobsCommand_base: {
24
24
  new (input: ListDominantLanguageDetectionJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDominantLanguageDetectionJobsCommandInput, ListDominantLanguageDetectionJobsCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListDominantLanguageDetectionJobsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDominantLanguageDetectionJobsCommandInput, ListDominantLanguageDetectionJobsCommandOutput, 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 dominant language 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 ListDominantLanguageDetectionJobsCommand_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 ListDominantLanguageDetectionJobsCommand extends ListDominantLanguageDetectionJobsCommand_base {
114
115
  }
@@ -22,10 +22,10 @@ export interface ListEndpointsCommandOutput extends ListEndpointsResponse, __Met
22
22
  }
23
23
  declare const ListEndpointsCommand_base: {
24
24
  new (input: ListEndpointsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEndpointsCommandInput, ListEndpointsCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListEndpointsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListEndpointsCommandInput, ListEndpointsCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets a list of all existing endpoints that you've created.
30
30
  * For information about endpoints, see <a href="https://docs.aws.amazon.com/comprehend/latest/dg/manage-endpoints.html">Managing endpoints</a>.</p>
31
31
  * @example
@@ -86,6 +86,7 @@ declare const ListEndpointsCommand_base: {
86
86
  * @throws {@link ComprehendServiceException}
87
87
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class ListEndpointsCommand extends ListEndpointsCommand_base {
91
92
  }