@aws-sdk/client-comprehend 3.296.0 → 3.298.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 (256) hide show
  1. package/dist-cjs/commands/ContainsPiiEntitiesCommand.js +2 -3
  2. package/dist-cjs/commands/CreateDatasetCommand.js +2 -3
  3. package/dist-cjs/commands/CreateDocumentClassifierCommand.js +2 -3
  4. package/dist-cjs/commands/CreateEndpointCommand.js +2 -3
  5. package/dist-cjs/commands/CreateEntityRecognizerCommand.js +2 -3
  6. package/dist-cjs/commands/CreateFlywheelCommand.js +2 -3
  7. package/dist-cjs/commands/DeleteDocumentClassifierCommand.js +2 -3
  8. package/dist-cjs/commands/DeleteEndpointCommand.js +2 -3
  9. package/dist-cjs/commands/DeleteEntityRecognizerCommand.js +2 -3
  10. package/dist-cjs/commands/DeleteFlywheelCommand.js +2 -3
  11. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -3
  12. package/dist-cjs/commands/DescribeDatasetCommand.js +2 -3
  13. package/dist-cjs/commands/DescribeDocumentClassificationJobCommand.js +2 -3
  14. package/dist-cjs/commands/DescribeDocumentClassifierCommand.js +1 -1
  15. package/dist-cjs/commands/DescribeDominantLanguageDetectionJobCommand.js +2 -3
  16. package/dist-cjs/commands/DescribeEndpointCommand.js +2 -3
  17. package/dist-cjs/commands/DescribeEntitiesDetectionJobCommand.js +2 -3
  18. package/dist-cjs/commands/DescribeEntityRecognizerCommand.js +1 -1
  19. package/dist-cjs/commands/DescribeEventsDetectionJobCommand.js +2 -3
  20. package/dist-cjs/commands/DescribeFlywheelCommand.js +2 -3
  21. package/dist-cjs/commands/DescribeFlywheelIterationCommand.js +2 -3
  22. package/dist-cjs/commands/DescribeKeyPhrasesDetectionJobCommand.js +2 -3
  23. package/dist-cjs/commands/DescribePiiEntitiesDetectionJobCommand.js +2 -3
  24. package/dist-cjs/commands/DescribeResourcePolicyCommand.js +2 -3
  25. package/dist-cjs/commands/DescribeSentimentDetectionJobCommand.js +2 -3
  26. package/dist-cjs/commands/DescribeTargetedSentimentDetectionJobCommand.js +2 -3
  27. package/dist-cjs/commands/DescribeTopicsDetectionJobCommand.js +2 -3
  28. package/dist-cjs/commands/DetectPiiEntitiesCommand.js +2 -3
  29. package/dist-cjs/commands/ImportModelCommand.js +2 -3
  30. package/dist-cjs/commands/ListDatasetsCommand.js +2 -3
  31. package/dist-cjs/commands/ListDocumentClassificationJobsCommand.js +2 -3
  32. package/dist-cjs/commands/ListDocumentClassifierSummariesCommand.js +2 -3
  33. package/dist-cjs/commands/ListDocumentClassifiersCommand.js +1 -1
  34. package/dist-cjs/commands/ListDominantLanguageDetectionJobsCommand.js +2 -3
  35. package/dist-cjs/commands/ListEndpointsCommand.js +2 -3
  36. package/dist-cjs/commands/ListEntitiesDetectionJobsCommand.js +2 -3
  37. package/dist-cjs/commands/ListEntityRecognizerSummariesCommand.js +2 -3
  38. package/dist-cjs/commands/ListEntityRecognizersCommand.js +1 -1
  39. package/dist-cjs/commands/ListEventsDetectionJobsCommand.js +2 -3
  40. package/dist-cjs/commands/ListFlywheelIterationHistoryCommand.js +2 -3
  41. package/dist-cjs/commands/ListFlywheelsCommand.js +2 -3
  42. package/dist-cjs/commands/ListKeyPhrasesDetectionJobsCommand.js +2 -3
  43. package/dist-cjs/commands/ListPiiEntitiesDetectionJobsCommand.js +2 -3
  44. package/dist-cjs/commands/ListSentimentDetectionJobsCommand.js +2 -3
  45. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  46. package/dist-cjs/commands/ListTargetedSentimentDetectionJobsCommand.js +2 -3
  47. package/dist-cjs/commands/ListTopicsDetectionJobsCommand.js +2 -3
  48. package/dist-cjs/commands/PutResourcePolicyCommand.js +2 -3
  49. package/dist-cjs/commands/StartDocumentClassificationJobCommand.js +2 -3
  50. package/dist-cjs/commands/StartDominantLanguageDetectionJobCommand.js +2 -3
  51. package/dist-cjs/commands/StartEntitiesDetectionJobCommand.js +2 -3
  52. package/dist-cjs/commands/StartEventsDetectionJobCommand.js +2 -3
  53. package/dist-cjs/commands/StartFlywheelIterationCommand.js +2 -3
  54. package/dist-cjs/commands/StartKeyPhrasesDetectionJobCommand.js +2 -3
  55. package/dist-cjs/commands/StartPiiEntitiesDetectionJobCommand.js +2 -3
  56. package/dist-cjs/commands/StartSentimentDetectionJobCommand.js +2 -3
  57. package/dist-cjs/commands/StartTargetedSentimentDetectionJobCommand.js +2 -3
  58. package/dist-cjs/commands/StartTopicsDetectionJobCommand.js +2 -3
  59. package/dist-cjs/commands/StopDominantLanguageDetectionJobCommand.js +2 -3
  60. package/dist-cjs/commands/StopEntitiesDetectionJobCommand.js +2 -3
  61. package/dist-cjs/commands/StopEventsDetectionJobCommand.js +2 -3
  62. package/dist-cjs/commands/StopKeyPhrasesDetectionJobCommand.js +2 -3
  63. package/dist-cjs/commands/StopPiiEntitiesDetectionJobCommand.js +2 -3
  64. package/dist-cjs/commands/StopSentimentDetectionJobCommand.js +2 -3
  65. package/dist-cjs/commands/StopTargetedSentimentDetectionJobCommand.js +2 -3
  66. package/dist-cjs/commands/StopTrainingDocumentClassifierCommand.js +2 -3
  67. package/dist-cjs/commands/StopTrainingEntityRecognizerCommand.js +2 -3
  68. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  69. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  70. package/dist-cjs/commands/UpdateEndpointCommand.js +2 -3
  71. package/dist-cjs/commands/UpdateFlywheelCommand.js +2 -3
  72. package/dist-cjs/models/models_0.js +2 -882
  73. package/dist-cjs/models/models_1.js +1 -61
  74. package/dist-es/commands/ContainsPiiEntitiesCommand.js +2 -3
  75. package/dist-es/commands/CreateDatasetCommand.js +2 -3
  76. package/dist-es/commands/CreateDocumentClassifierCommand.js +2 -3
  77. package/dist-es/commands/CreateEndpointCommand.js +2 -3
  78. package/dist-es/commands/CreateEntityRecognizerCommand.js +2 -3
  79. package/dist-es/commands/CreateFlywheelCommand.js +2 -3
  80. package/dist-es/commands/DeleteDocumentClassifierCommand.js +2 -3
  81. package/dist-es/commands/DeleteEndpointCommand.js +2 -3
  82. package/dist-es/commands/DeleteEntityRecognizerCommand.js +2 -3
  83. package/dist-es/commands/DeleteFlywheelCommand.js +2 -3
  84. package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -3
  85. package/dist-es/commands/DescribeDatasetCommand.js +2 -3
  86. package/dist-es/commands/DescribeDocumentClassificationJobCommand.js +2 -3
  87. package/dist-es/commands/DescribeDocumentClassifierCommand.js +2 -2
  88. package/dist-es/commands/DescribeDominantLanguageDetectionJobCommand.js +2 -3
  89. package/dist-es/commands/DescribeEndpointCommand.js +2 -3
  90. package/dist-es/commands/DescribeEntitiesDetectionJobCommand.js +2 -3
  91. package/dist-es/commands/DescribeEntityRecognizerCommand.js +2 -2
  92. package/dist-es/commands/DescribeEventsDetectionJobCommand.js +2 -3
  93. package/dist-es/commands/DescribeFlywheelCommand.js +2 -3
  94. package/dist-es/commands/DescribeFlywheelIterationCommand.js +2 -3
  95. package/dist-es/commands/DescribeKeyPhrasesDetectionJobCommand.js +2 -3
  96. package/dist-es/commands/DescribePiiEntitiesDetectionJobCommand.js +2 -3
  97. package/dist-es/commands/DescribeResourcePolicyCommand.js +2 -3
  98. package/dist-es/commands/DescribeSentimentDetectionJobCommand.js +2 -3
  99. package/dist-es/commands/DescribeTargetedSentimentDetectionJobCommand.js +2 -3
  100. package/dist-es/commands/DescribeTopicsDetectionJobCommand.js +2 -3
  101. package/dist-es/commands/DetectPiiEntitiesCommand.js +2 -3
  102. package/dist-es/commands/ImportModelCommand.js +2 -3
  103. package/dist-es/commands/ListDatasetsCommand.js +2 -3
  104. package/dist-es/commands/ListDocumentClassificationJobsCommand.js +2 -3
  105. package/dist-es/commands/ListDocumentClassifierSummariesCommand.js +2 -3
  106. package/dist-es/commands/ListDocumentClassifiersCommand.js +2 -2
  107. package/dist-es/commands/ListDominantLanguageDetectionJobsCommand.js +2 -3
  108. package/dist-es/commands/ListEndpointsCommand.js +2 -3
  109. package/dist-es/commands/ListEntitiesDetectionJobsCommand.js +2 -3
  110. package/dist-es/commands/ListEntityRecognizerSummariesCommand.js +2 -3
  111. package/dist-es/commands/ListEntityRecognizersCommand.js +2 -2
  112. package/dist-es/commands/ListEventsDetectionJobsCommand.js +2 -3
  113. package/dist-es/commands/ListFlywheelIterationHistoryCommand.js +2 -3
  114. package/dist-es/commands/ListFlywheelsCommand.js +2 -3
  115. package/dist-es/commands/ListKeyPhrasesDetectionJobsCommand.js +2 -3
  116. package/dist-es/commands/ListPiiEntitiesDetectionJobsCommand.js +2 -3
  117. package/dist-es/commands/ListSentimentDetectionJobsCommand.js +2 -3
  118. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  119. package/dist-es/commands/ListTargetedSentimentDetectionJobsCommand.js +2 -3
  120. package/dist-es/commands/ListTopicsDetectionJobsCommand.js +2 -3
  121. package/dist-es/commands/PutResourcePolicyCommand.js +2 -3
  122. package/dist-es/commands/StartDocumentClassificationJobCommand.js +2 -3
  123. package/dist-es/commands/StartDominantLanguageDetectionJobCommand.js +2 -3
  124. package/dist-es/commands/StartEntitiesDetectionJobCommand.js +2 -3
  125. package/dist-es/commands/StartEventsDetectionJobCommand.js +2 -3
  126. package/dist-es/commands/StartFlywheelIterationCommand.js +2 -3
  127. package/dist-es/commands/StartKeyPhrasesDetectionJobCommand.js +2 -3
  128. package/dist-es/commands/StartPiiEntitiesDetectionJobCommand.js +2 -3
  129. package/dist-es/commands/StartSentimentDetectionJobCommand.js +2 -3
  130. package/dist-es/commands/StartTargetedSentimentDetectionJobCommand.js +2 -3
  131. package/dist-es/commands/StartTopicsDetectionJobCommand.js +2 -3
  132. package/dist-es/commands/StopDominantLanguageDetectionJobCommand.js +2 -3
  133. package/dist-es/commands/StopEntitiesDetectionJobCommand.js +2 -3
  134. package/dist-es/commands/StopEventsDetectionJobCommand.js +2 -3
  135. package/dist-es/commands/StopKeyPhrasesDetectionJobCommand.js +2 -3
  136. package/dist-es/commands/StopPiiEntitiesDetectionJobCommand.js +2 -3
  137. package/dist-es/commands/StopSentimentDetectionJobCommand.js +2 -3
  138. package/dist-es/commands/StopTargetedSentimentDetectionJobCommand.js +2 -3
  139. package/dist-es/commands/StopTrainingDocumentClassifierCommand.js +2 -3
  140. package/dist-es/commands/StopTrainingEntityRecognizerCommand.js +2 -3
  141. package/dist-es/commands/TagResourceCommand.js +2 -3
  142. package/dist-es/commands/UntagResourceCommand.js +2 -3
  143. package/dist-es/commands/UpdateEndpointCommand.js +2 -3
  144. package/dist-es/commands/UpdateFlywheelCommand.js +2 -3
  145. package/dist-es/models/models_0.js +0 -657
  146. package/dist-es/models/models_1.js +0 -45
  147. package/dist-types/Comprehend.d.ts +85 -0
  148. package/dist-types/ComprehendClient.d.ts +24 -4
  149. package/dist-types/commands/BatchDetectDominantLanguageCommand.d.ts +16 -0
  150. package/dist-types/commands/BatchDetectEntitiesCommand.d.ts +16 -0
  151. package/dist-types/commands/BatchDetectKeyPhrasesCommand.d.ts +16 -0
  152. package/dist-types/commands/BatchDetectSentimentCommand.d.ts +16 -0
  153. package/dist-types/commands/BatchDetectSyntaxCommand.d.ts +16 -0
  154. package/dist-types/commands/BatchDetectTargetedSentimentCommand.d.ts +16 -0
  155. package/dist-types/commands/ClassifyDocumentCommand.d.ts +16 -0
  156. package/dist-types/commands/ContainsPiiEntitiesCommand.d.ts +16 -0
  157. package/dist-types/commands/CreateDatasetCommand.d.ts +16 -0
  158. package/dist-types/commands/CreateDocumentClassifierCommand.d.ts +16 -0
  159. package/dist-types/commands/CreateEndpointCommand.d.ts +16 -0
  160. package/dist-types/commands/CreateEntityRecognizerCommand.d.ts +16 -0
  161. package/dist-types/commands/CreateFlywheelCommand.d.ts +16 -0
  162. package/dist-types/commands/DeleteDocumentClassifierCommand.d.ts +16 -0
  163. package/dist-types/commands/DeleteEndpointCommand.d.ts +16 -0
  164. package/dist-types/commands/DeleteEntityRecognizerCommand.d.ts +16 -0
  165. package/dist-types/commands/DeleteFlywheelCommand.d.ts +16 -0
  166. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +16 -0
  167. package/dist-types/commands/DescribeDatasetCommand.d.ts +16 -0
  168. package/dist-types/commands/DescribeDocumentClassificationJobCommand.d.ts +16 -0
  169. package/dist-types/commands/DescribeDocumentClassifierCommand.d.ts +16 -0
  170. package/dist-types/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +16 -0
  171. package/dist-types/commands/DescribeEndpointCommand.d.ts +16 -0
  172. package/dist-types/commands/DescribeEntitiesDetectionJobCommand.d.ts +16 -0
  173. package/dist-types/commands/DescribeEntityRecognizerCommand.d.ts +16 -0
  174. package/dist-types/commands/DescribeEventsDetectionJobCommand.d.ts +16 -0
  175. package/dist-types/commands/DescribeFlywheelCommand.d.ts +16 -0
  176. package/dist-types/commands/DescribeFlywheelIterationCommand.d.ts +16 -0
  177. package/dist-types/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +16 -0
  178. package/dist-types/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +16 -0
  179. package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +16 -0
  180. package/dist-types/commands/DescribeSentimentDetectionJobCommand.d.ts +16 -0
  181. package/dist-types/commands/DescribeTargetedSentimentDetectionJobCommand.d.ts +16 -0
  182. package/dist-types/commands/DescribeTopicsDetectionJobCommand.d.ts +16 -0
  183. package/dist-types/commands/DetectDominantLanguageCommand.d.ts +16 -0
  184. package/dist-types/commands/DetectEntitiesCommand.d.ts +16 -0
  185. package/dist-types/commands/DetectKeyPhrasesCommand.d.ts +16 -0
  186. package/dist-types/commands/DetectPiiEntitiesCommand.d.ts +16 -0
  187. package/dist-types/commands/DetectSentimentCommand.d.ts +16 -0
  188. package/dist-types/commands/DetectSyntaxCommand.d.ts +16 -0
  189. package/dist-types/commands/DetectTargetedSentimentCommand.d.ts +16 -0
  190. package/dist-types/commands/ImportModelCommand.d.ts +16 -0
  191. package/dist-types/commands/ListDatasetsCommand.d.ts +16 -0
  192. package/dist-types/commands/ListDocumentClassificationJobsCommand.d.ts +16 -0
  193. package/dist-types/commands/ListDocumentClassifierSummariesCommand.d.ts +16 -0
  194. package/dist-types/commands/ListDocumentClassifiersCommand.d.ts +16 -0
  195. package/dist-types/commands/ListDominantLanguageDetectionJobsCommand.d.ts +16 -0
  196. package/dist-types/commands/ListEndpointsCommand.d.ts +16 -0
  197. package/dist-types/commands/ListEntitiesDetectionJobsCommand.d.ts +16 -0
  198. package/dist-types/commands/ListEntityRecognizerSummariesCommand.d.ts +16 -0
  199. package/dist-types/commands/ListEntityRecognizersCommand.d.ts +16 -0
  200. package/dist-types/commands/ListEventsDetectionJobsCommand.d.ts +16 -0
  201. package/dist-types/commands/ListFlywheelIterationHistoryCommand.d.ts +16 -0
  202. package/dist-types/commands/ListFlywheelsCommand.d.ts +16 -0
  203. package/dist-types/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +16 -0
  204. package/dist-types/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +16 -0
  205. package/dist-types/commands/ListSentimentDetectionJobsCommand.d.ts +16 -0
  206. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  207. package/dist-types/commands/ListTargetedSentimentDetectionJobsCommand.d.ts +16 -0
  208. package/dist-types/commands/ListTopicsDetectionJobsCommand.d.ts +16 -0
  209. package/dist-types/commands/PutResourcePolicyCommand.d.ts +16 -0
  210. package/dist-types/commands/StartDocumentClassificationJobCommand.d.ts +16 -0
  211. package/dist-types/commands/StartDominantLanguageDetectionJobCommand.d.ts +16 -0
  212. package/dist-types/commands/StartEntitiesDetectionJobCommand.d.ts +16 -0
  213. package/dist-types/commands/StartEventsDetectionJobCommand.d.ts +16 -0
  214. package/dist-types/commands/StartFlywheelIterationCommand.d.ts +16 -0
  215. package/dist-types/commands/StartKeyPhrasesDetectionJobCommand.d.ts +16 -0
  216. package/dist-types/commands/StartPiiEntitiesDetectionJobCommand.d.ts +16 -0
  217. package/dist-types/commands/StartSentimentDetectionJobCommand.d.ts +16 -0
  218. package/dist-types/commands/StartTargetedSentimentDetectionJobCommand.d.ts +16 -0
  219. package/dist-types/commands/StartTopicsDetectionJobCommand.d.ts +16 -0
  220. package/dist-types/commands/StopDominantLanguageDetectionJobCommand.d.ts +16 -0
  221. package/dist-types/commands/StopEntitiesDetectionJobCommand.d.ts +16 -0
  222. package/dist-types/commands/StopEventsDetectionJobCommand.d.ts +16 -0
  223. package/dist-types/commands/StopKeyPhrasesDetectionJobCommand.d.ts +16 -0
  224. package/dist-types/commands/StopPiiEntitiesDetectionJobCommand.d.ts +16 -0
  225. package/dist-types/commands/StopSentimentDetectionJobCommand.d.ts +16 -0
  226. package/dist-types/commands/StopTargetedSentimentDetectionJobCommand.d.ts +16 -0
  227. package/dist-types/commands/StopTrainingDocumentClassifierCommand.d.ts +16 -0
  228. package/dist-types/commands/StopTrainingEntityRecognizerCommand.d.ts +16 -0
  229. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  230. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  231. package/dist-types/commands/UpdateEndpointCommand.d.ts +16 -0
  232. package/dist-types/commands/UpdateFlywheelCommand.d.ts +16 -0
  233. package/dist-types/models/ComprehendServiceException.d.ts +2 -0
  234. package/dist-types/models/models_0.d.ts +698 -900
  235. package/dist-types/models/models_1.d.ts +45 -60
  236. package/dist-types/pagination/Interfaces.d.ts +3 -0
  237. package/dist-types/pagination/ListDatasetsPaginator.d.ts +3 -0
  238. package/dist-types/pagination/ListDocumentClassificationJobsPaginator.d.ts +3 -0
  239. package/dist-types/pagination/ListDocumentClassifierSummariesPaginator.d.ts +3 -0
  240. package/dist-types/pagination/ListDocumentClassifiersPaginator.d.ts +3 -0
  241. package/dist-types/pagination/ListDominantLanguageDetectionJobsPaginator.d.ts +3 -0
  242. package/dist-types/pagination/ListEndpointsPaginator.d.ts +3 -0
  243. package/dist-types/pagination/ListEntitiesDetectionJobsPaginator.d.ts +3 -0
  244. package/dist-types/pagination/ListEntityRecognizerSummariesPaginator.d.ts +3 -0
  245. package/dist-types/pagination/ListEntityRecognizersPaginator.d.ts +3 -0
  246. package/dist-types/pagination/ListEventsDetectionJobsPaginator.d.ts +3 -0
  247. package/dist-types/pagination/ListFlywheelIterationHistoryPaginator.d.ts +3 -0
  248. package/dist-types/pagination/ListFlywheelsPaginator.d.ts +3 -0
  249. package/dist-types/pagination/ListKeyPhrasesDetectionJobsPaginator.d.ts +3 -0
  250. package/dist-types/pagination/ListPiiEntitiesDetectionJobsPaginator.d.ts +3 -0
  251. package/dist-types/pagination/ListSentimentDetectionJobsPaginator.d.ts +3 -0
  252. package/dist-types/pagination/ListTargetedSentimentDetectionJobsPaginator.d.ts +3 -0
  253. package/dist-types/pagination/ListTopicsDetectionJobsPaginator.d.ts +3 -0
  254. package/dist-types/ts3.4/models/models_0.d.ts +0 -631
  255. package/dist-types/ts3.4/models/models_1.d.ts +0 -45
  256. package/package.json +4 -3
@@ -92,15 +92,24 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./command
92
92
  import { UpdateEndpointCommandInput, UpdateEndpointCommandOutput } from "./commands/UpdateEndpointCommand";
93
93
  import { UpdateFlywheelCommandInput, UpdateFlywheelCommandOutput } from "./commands/UpdateFlywheelCommand";
94
94
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
95
+ /**
96
+ * @public
97
+ */
95
98
  export type ServiceInputTypes = BatchDetectDominantLanguageCommandInput | BatchDetectEntitiesCommandInput | BatchDetectKeyPhrasesCommandInput | BatchDetectSentimentCommandInput | BatchDetectSyntaxCommandInput | BatchDetectTargetedSentimentCommandInput | ClassifyDocumentCommandInput | ContainsPiiEntitiesCommandInput | CreateDatasetCommandInput | CreateDocumentClassifierCommandInput | CreateEndpointCommandInput | CreateEntityRecognizerCommandInput | CreateFlywheelCommandInput | DeleteDocumentClassifierCommandInput | DeleteEndpointCommandInput | DeleteEntityRecognizerCommandInput | DeleteFlywheelCommandInput | DeleteResourcePolicyCommandInput | DescribeDatasetCommandInput | DescribeDocumentClassificationJobCommandInput | DescribeDocumentClassifierCommandInput | DescribeDominantLanguageDetectionJobCommandInput | DescribeEndpointCommandInput | DescribeEntitiesDetectionJobCommandInput | DescribeEntityRecognizerCommandInput | DescribeEventsDetectionJobCommandInput | DescribeFlywheelCommandInput | DescribeFlywheelIterationCommandInput | DescribeKeyPhrasesDetectionJobCommandInput | DescribePiiEntitiesDetectionJobCommandInput | DescribeResourcePolicyCommandInput | DescribeSentimentDetectionJobCommandInput | DescribeTargetedSentimentDetectionJobCommandInput | DescribeTopicsDetectionJobCommandInput | DetectDominantLanguageCommandInput | DetectEntitiesCommandInput | DetectKeyPhrasesCommandInput | DetectPiiEntitiesCommandInput | DetectSentimentCommandInput | DetectSyntaxCommandInput | DetectTargetedSentimentCommandInput | ImportModelCommandInput | ListDatasetsCommandInput | ListDocumentClassificationJobsCommandInput | ListDocumentClassifierSummariesCommandInput | ListDocumentClassifiersCommandInput | ListDominantLanguageDetectionJobsCommandInput | ListEndpointsCommandInput | ListEntitiesDetectionJobsCommandInput | ListEntityRecognizerSummariesCommandInput | ListEntityRecognizersCommandInput | ListEventsDetectionJobsCommandInput | ListFlywheelIterationHistoryCommandInput | ListFlywheelsCommandInput | ListKeyPhrasesDetectionJobsCommandInput | ListPiiEntitiesDetectionJobsCommandInput | ListSentimentDetectionJobsCommandInput | ListTagsForResourceCommandInput | ListTargetedSentimentDetectionJobsCommandInput | ListTopicsDetectionJobsCommandInput | PutResourcePolicyCommandInput | StartDocumentClassificationJobCommandInput | StartDominantLanguageDetectionJobCommandInput | StartEntitiesDetectionJobCommandInput | StartEventsDetectionJobCommandInput | StartFlywheelIterationCommandInput | StartKeyPhrasesDetectionJobCommandInput | StartPiiEntitiesDetectionJobCommandInput | StartSentimentDetectionJobCommandInput | StartTargetedSentimentDetectionJobCommandInput | StartTopicsDetectionJobCommandInput | StopDominantLanguageDetectionJobCommandInput | StopEntitiesDetectionJobCommandInput | StopEventsDetectionJobCommandInput | StopKeyPhrasesDetectionJobCommandInput | StopPiiEntitiesDetectionJobCommandInput | StopSentimentDetectionJobCommandInput | StopTargetedSentimentDetectionJobCommandInput | StopTrainingDocumentClassifierCommandInput | StopTrainingEntityRecognizerCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateEndpointCommandInput | UpdateFlywheelCommandInput;
99
+ /**
100
+ * @public
101
+ */
96
102
  export type ServiceOutputTypes = BatchDetectDominantLanguageCommandOutput | BatchDetectEntitiesCommandOutput | BatchDetectKeyPhrasesCommandOutput | BatchDetectSentimentCommandOutput | BatchDetectSyntaxCommandOutput | BatchDetectTargetedSentimentCommandOutput | ClassifyDocumentCommandOutput | ContainsPiiEntitiesCommandOutput | CreateDatasetCommandOutput | CreateDocumentClassifierCommandOutput | CreateEndpointCommandOutput | CreateEntityRecognizerCommandOutput | CreateFlywheelCommandOutput | DeleteDocumentClassifierCommandOutput | DeleteEndpointCommandOutput | DeleteEntityRecognizerCommandOutput | DeleteFlywheelCommandOutput | DeleteResourcePolicyCommandOutput | DescribeDatasetCommandOutput | DescribeDocumentClassificationJobCommandOutput | DescribeDocumentClassifierCommandOutput | DescribeDominantLanguageDetectionJobCommandOutput | DescribeEndpointCommandOutput | DescribeEntitiesDetectionJobCommandOutput | DescribeEntityRecognizerCommandOutput | DescribeEventsDetectionJobCommandOutput | DescribeFlywheelCommandOutput | DescribeFlywheelIterationCommandOutput | DescribeKeyPhrasesDetectionJobCommandOutput | DescribePiiEntitiesDetectionJobCommandOutput | DescribeResourcePolicyCommandOutput | DescribeSentimentDetectionJobCommandOutput | DescribeTargetedSentimentDetectionJobCommandOutput | DescribeTopicsDetectionJobCommandOutput | DetectDominantLanguageCommandOutput | DetectEntitiesCommandOutput | DetectKeyPhrasesCommandOutput | DetectPiiEntitiesCommandOutput | DetectSentimentCommandOutput | DetectSyntaxCommandOutput | DetectTargetedSentimentCommandOutput | ImportModelCommandOutput | ListDatasetsCommandOutput | ListDocumentClassificationJobsCommandOutput | ListDocumentClassifierSummariesCommandOutput | ListDocumentClassifiersCommandOutput | ListDominantLanguageDetectionJobsCommandOutput | ListEndpointsCommandOutput | ListEntitiesDetectionJobsCommandOutput | ListEntityRecognizerSummariesCommandOutput | ListEntityRecognizersCommandOutput | ListEventsDetectionJobsCommandOutput | ListFlywheelIterationHistoryCommandOutput | ListFlywheelsCommandOutput | ListKeyPhrasesDetectionJobsCommandOutput | ListPiiEntitiesDetectionJobsCommandOutput | ListSentimentDetectionJobsCommandOutput | ListTagsForResourceCommandOutput | ListTargetedSentimentDetectionJobsCommandOutput | ListTopicsDetectionJobsCommandOutput | PutResourcePolicyCommandOutput | StartDocumentClassificationJobCommandOutput | StartDominantLanguageDetectionJobCommandOutput | StartEntitiesDetectionJobCommandOutput | StartEventsDetectionJobCommandOutput | StartFlywheelIterationCommandOutput | StartKeyPhrasesDetectionJobCommandOutput | StartPiiEntitiesDetectionJobCommandOutput | StartSentimentDetectionJobCommandOutput | StartTargetedSentimentDetectionJobCommandOutput | StartTopicsDetectionJobCommandOutput | StopDominantLanguageDetectionJobCommandOutput | StopEntitiesDetectionJobCommandOutput | StopEventsDetectionJobCommandOutput | StopKeyPhrasesDetectionJobCommandOutput | StopPiiEntitiesDetectionJobCommandOutput | StopSentimentDetectionJobCommandOutput | StopTargetedSentimentDetectionJobCommandOutput | StopTrainingDocumentClassifierCommandOutput | StopTrainingEntityRecognizerCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateEndpointCommandOutput | UpdateFlywheelCommandOutput;
103
+ /**
104
+ * @public
105
+ */
97
106
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
98
107
  /**
99
108
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
100
109
  */
101
110
  requestHandler?: __HttpHandler;
102
111
  /**
103
- * A constructor for a class implementing the {@link __Checksum} interface
112
+ * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
104
113
  * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
105
114
  * @internal
106
115
  */
@@ -190,23 +199,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
190
199
  */
191
200
  logger?: __Logger;
192
201
  /**
193
- * The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
202
+ * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
194
203
  */
195
204
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
196
205
  }
206
+ /**
207
+ * @public
208
+ */
197
209
  type ComprehendClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
198
210
  /**
199
- * The configuration interface of ComprehendClient class constructor that set the region, credentials and other options.
211
+ * @public
212
+ *
213
+ * The configuration interface of ComprehendClient class constructor that set the region, credentials and other options.
200
214
  */
201
215
  export interface ComprehendClientConfig extends ComprehendClientConfigType {
202
216
  }
217
+ /**
218
+ * @public
219
+ */
203
220
  type ComprehendClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
204
221
  /**
205
- * The resolved configuration interface of ComprehendClient class. This is resolved and normalized from the {@link ComprehendClientConfig | constructor configuration interface}.
222
+ * @public
223
+ *
224
+ * The resolved configuration interface of ComprehendClient class. This is resolved and normalized from the {@link ComprehendClientConfig | constructor configuration interface}.
206
225
  */
207
226
  export interface ComprehendClientResolvedConfig extends ComprehendClientResolvedConfigType {
208
227
  }
209
228
  /**
229
+ * @public
210
230
  * <p>Amazon Comprehend is an AWS service for gaining insight into the content of documents.
211
231
  * Use these actions to determine the topics contained in your documents, the topics they
212
232
  * discuss, the predominant sentiment expressed in them, the predominant language used, and
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
5
  import { BatchDetectDominantLanguageRequest, BatchDetectDominantLanguageResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link BatchDetectDominantLanguageCommand}.
8
10
  */
9
11
  export interface BatchDetectDominantLanguageCommandInput extends BatchDetectDominantLanguageRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link BatchDetectDominantLanguageCommand}.
13
17
  */
14
18
  export interface BatchDetectDominantLanguageCommandOutput extends BatchDetectDominantLanguageResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Determines the dominant language of the input text for a batch of documents. For a list
18
23
  * of languages that Amazon Comprehend can detect, see <a href="https://docs.aws.amazon.com/comprehend/latest/dg/how-languages.html">Amazon Comprehend Supported Languages</a>.
19
24
  * </p>
@@ -27,6 +32,8 @@ export interface BatchDetectDominantLanguageCommandOutput extends BatchDetectDom
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param BatchDetectDominantLanguageCommandInput - {@link BatchDetectDominantLanguageCommandInput}
36
+ * @returns {@link BatchDetectDominantLanguageCommandOutput}
30
37
  * @see {@link BatchDetectDominantLanguageCommandInput} for command's `input` shape.
31
38
  * @see {@link BatchDetectDominantLanguageCommandOutput} for command's `response` shape.
32
39
  * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
@@ -49,11 +56,20 @@ export interface BatchDetectDominantLanguageCommandOutput extends BatchDetectDom
49
56
  export declare class BatchDetectDominantLanguageCommand extends $Command<BatchDetectDominantLanguageCommandInput, BatchDetectDominantLanguageCommandOutput, ComprehendClientResolvedConfig> {
50
57
  readonly input: BatchDetectDominantLanguageCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: BatchDetectDominantLanguageCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchDetectDominantLanguageCommandInput, BatchDetectDominantLanguageCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
5
  import { BatchDetectEntitiesRequest, BatchDetectEntitiesResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link BatchDetectEntitiesCommand}.
8
10
  */
9
11
  export interface BatchDetectEntitiesCommandInput extends BatchDetectEntitiesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link BatchDetectEntitiesCommand}.
13
17
  */
14
18
  export interface BatchDetectEntitiesCommandOutput extends BatchDetectEntitiesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Inspects the text of a batch of documents for named entities and returns information
18
23
  * about them. For more information about named entities, see
19
24
  * <a href="https://docs.aws.amazon.com/comprehend/latest/dg/how-entities.html">Entities</a> in the Comprehend Developer Guide.
@@ -28,6 +33,8 @@ export interface BatchDetectEntitiesCommandOutput extends BatchDetectEntitiesRes
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param BatchDetectEntitiesCommandInput - {@link BatchDetectEntitiesCommandInput}
37
+ * @returns {@link BatchDetectEntitiesCommandOutput}
31
38
  * @see {@link BatchDetectEntitiesCommandInput} for command's `input` shape.
32
39
  * @see {@link BatchDetectEntitiesCommandOutput} for command's `response` shape.
33
40
  * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
@@ -57,11 +64,20 @@ export interface BatchDetectEntitiesCommandOutput extends BatchDetectEntitiesRes
57
64
  export declare class BatchDetectEntitiesCommand extends $Command<BatchDetectEntitiesCommandInput, BatchDetectEntitiesCommandOutput, ComprehendClientResolvedConfig> {
58
65
  readonly input: BatchDetectEntitiesCommandInput;
59
66
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
+ /**
68
+ * @public
69
+ */
60
70
  constructor(input: BatchDetectEntitiesCommandInput);
61
71
  /**
62
72
  * @internal
63
73
  */
64
74
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchDetectEntitiesCommandInput, BatchDetectEntitiesCommandOutput>;
75
+ /**
76
+ * @internal
77
+ */
65
78
  private serialize;
79
+ /**
80
+ * @internal
81
+ */
66
82
  private deserialize;
67
83
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
5
  import { BatchDetectKeyPhrasesRequest, BatchDetectKeyPhrasesResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link BatchDetectKeyPhrasesCommand}.
8
10
  */
9
11
  export interface BatchDetectKeyPhrasesCommandInput extends BatchDetectKeyPhrasesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link BatchDetectKeyPhrasesCommand}.
13
17
  */
14
18
  export interface BatchDetectKeyPhrasesCommandOutput extends BatchDetectKeyPhrasesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Detects the key noun phrases found in a batch of documents.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface BatchDetectKeyPhrasesCommandOutput extends BatchDetectKeyPhrase
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param BatchDetectKeyPhrasesCommandInput - {@link BatchDetectKeyPhrasesCommandInput}
34
+ * @returns {@link BatchDetectKeyPhrasesCommandOutput}
28
35
  * @see {@link BatchDetectKeyPhrasesCommandInput} for command's `input` shape.
29
36
  * @see {@link BatchDetectKeyPhrasesCommandOutput} for command's `response` shape.
30
37
  * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
@@ -54,11 +61,20 @@ export interface BatchDetectKeyPhrasesCommandOutput extends BatchDetectKeyPhrase
54
61
  export declare class BatchDetectKeyPhrasesCommand extends $Command<BatchDetectKeyPhrasesCommandInput, BatchDetectKeyPhrasesCommandOutput, ComprehendClientResolvedConfig> {
55
62
  readonly input: BatchDetectKeyPhrasesCommandInput;
56
63
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
+ /**
65
+ * @public
66
+ */
57
67
  constructor(input: BatchDetectKeyPhrasesCommandInput);
58
68
  /**
59
69
  * @internal
60
70
  */
61
71
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchDetectKeyPhrasesCommandInput, BatchDetectKeyPhrasesCommandOutput>;
72
+ /**
73
+ * @internal
74
+ */
62
75
  private serialize;
76
+ /**
77
+ * @internal
78
+ */
63
79
  private deserialize;
64
80
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
5
  import { BatchDetectSentimentRequest, BatchDetectSentimentResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link BatchDetectSentimentCommand}.
8
10
  */
9
11
  export interface BatchDetectSentimentCommandInput extends BatchDetectSentimentRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link BatchDetectSentimentCommand}.
13
17
  */
14
18
  export interface BatchDetectSentimentCommandOutput extends BatchDetectSentimentResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Inspects a batch of documents and returns an inference of the prevailing sentiment,
18
23
  * <code>POSITIVE</code>, <code>NEUTRAL</code>, <code>MIXED</code>, or <code>NEGATIVE</code>,
19
24
  * in each one.</p>
@@ -27,6 +32,8 @@ export interface BatchDetectSentimentCommandOutput extends BatchDetectSentimentR
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param BatchDetectSentimentCommandInput - {@link BatchDetectSentimentCommandInput}
36
+ * @returns {@link BatchDetectSentimentCommandOutput}
30
37
  * @see {@link BatchDetectSentimentCommandInput} for command's `input` shape.
31
38
  * @see {@link BatchDetectSentimentCommandOutput} for command's `response` shape.
32
39
  * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
@@ -56,11 +63,20 @@ export interface BatchDetectSentimentCommandOutput extends BatchDetectSentimentR
56
63
  export declare class BatchDetectSentimentCommand extends $Command<BatchDetectSentimentCommandInput, BatchDetectSentimentCommandOutput, ComprehendClientResolvedConfig> {
57
64
  readonly input: BatchDetectSentimentCommandInput;
58
65
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
+ /**
67
+ * @public
68
+ */
59
69
  constructor(input: BatchDetectSentimentCommandInput);
60
70
  /**
61
71
  * @internal
62
72
  */
63
73
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchDetectSentimentCommandInput, BatchDetectSentimentCommandOutput>;
74
+ /**
75
+ * @internal
76
+ */
64
77
  private serialize;
78
+ /**
79
+ * @internal
80
+ */
65
81
  private deserialize;
66
82
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
5
  import { BatchDetectSyntaxRequest, BatchDetectSyntaxResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link BatchDetectSyntaxCommand}.
8
10
  */
9
11
  export interface BatchDetectSyntaxCommandInput extends BatchDetectSyntaxRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link BatchDetectSyntaxCommand}.
13
17
  */
14
18
  export interface BatchDetectSyntaxCommandOutput extends BatchDetectSyntaxResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Inspects the text of a batch of documents for the syntax and part of speech of the words
18
23
  * in the document and returns information about them. For more information, see
19
24
  * <a href="https://docs.aws.amazon.com/comprehend/latest/dg/how-syntax.html">Syntax</a> in the Comprehend Developer Guide.
@@ -28,6 +33,8 @@ export interface BatchDetectSyntaxCommandOutput extends BatchDetectSyntaxRespons
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param BatchDetectSyntaxCommandInput - {@link BatchDetectSyntaxCommandInput}
37
+ * @returns {@link BatchDetectSyntaxCommandOutput}
31
38
  * @see {@link BatchDetectSyntaxCommandInput} for command's `input` shape.
32
39
  * @see {@link BatchDetectSyntaxCommandOutput} for command's `response` shape.
33
40
  * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
@@ -57,11 +64,20 @@ export interface BatchDetectSyntaxCommandOutput extends BatchDetectSyntaxRespons
57
64
  export declare class BatchDetectSyntaxCommand extends $Command<BatchDetectSyntaxCommandInput, BatchDetectSyntaxCommandOutput, ComprehendClientResolvedConfig> {
58
65
  readonly input: BatchDetectSyntaxCommandInput;
59
66
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
+ /**
68
+ * @public
69
+ */
60
70
  constructor(input: BatchDetectSyntaxCommandInput);
61
71
  /**
62
72
  * @internal
63
73
  */
64
74
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchDetectSyntaxCommandInput, BatchDetectSyntaxCommandOutput>;
75
+ /**
76
+ * @internal
77
+ */
65
78
  private serialize;
79
+ /**
80
+ * @internal
81
+ */
66
82
  private deserialize;
67
83
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
5
  import { BatchDetectTargetedSentimentRequest, BatchDetectTargetedSentimentResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link BatchDetectTargetedSentimentCommand}.
8
10
  */
9
11
  export interface BatchDetectTargetedSentimentCommandInput extends BatchDetectTargetedSentimentRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link BatchDetectTargetedSentimentCommand}.
13
17
  */
14
18
  export interface BatchDetectTargetedSentimentCommandOutput extends BatchDetectTargetedSentimentResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Inspects a batch of documents and returns a sentiment analysis
18
23
  * for each entity identified in the documents.</p>
19
24
  * <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>.</p>
@@ -27,6 +32,8 @@ export interface BatchDetectTargetedSentimentCommandOutput extends BatchDetectTa
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param BatchDetectTargetedSentimentCommandInput - {@link BatchDetectTargetedSentimentCommandInput}
36
+ * @returns {@link BatchDetectTargetedSentimentCommandOutput}
30
37
  * @see {@link BatchDetectTargetedSentimentCommandInput} for command's `input` shape.
31
38
  * @see {@link BatchDetectTargetedSentimentCommandOutput} for command's `response` shape.
32
39
  * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
@@ -56,11 +63,20 @@ export interface BatchDetectTargetedSentimentCommandOutput extends BatchDetectTa
56
63
  export declare class BatchDetectTargetedSentimentCommand extends $Command<BatchDetectTargetedSentimentCommandInput, BatchDetectTargetedSentimentCommandOutput, ComprehendClientResolvedConfig> {
57
64
  readonly input: BatchDetectTargetedSentimentCommandInput;
58
65
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
+ /**
67
+ * @public
68
+ */
59
69
  constructor(input: BatchDetectTargetedSentimentCommandInput);
60
70
  /**
61
71
  * @internal
62
72
  */
63
73
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchDetectTargetedSentimentCommandInput, BatchDetectTargetedSentimentCommandOutput>;
74
+ /**
75
+ * @internal
76
+ */
64
77
  private serialize;
78
+ /**
79
+ * @internal
80
+ */
65
81
  private deserialize;
66
82
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
5
  import { ClassifyDocumentRequest, ClassifyDocumentResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ClassifyDocumentCommand}.
8
10
  */
9
11
  export interface ClassifyDocumentCommandInput extends ClassifyDocumentRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ClassifyDocumentCommand}.
13
17
  */
14
18
  export interface ClassifyDocumentCommandOutput extends ClassifyDocumentResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a new document classification request to analyze a single document in real-time,
18
23
  * using a previously created and trained custom model and an endpoint.</p>
19
24
  * <p>You can input plain text or you can upload a single-page input document (text, PDF, Word, or image). </p>
@@ -35,6 +40,8 @@ export interface ClassifyDocumentCommandOutput extends ClassifyDocumentResponse,
35
40
  * const response = await client.send(command);
36
41
  * ```
37
42
  *
43
+ * @param ClassifyDocumentCommandInput - {@link ClassifyDocumentCommandInput}
44
+ * @returns {@link ClassifyDocumentCommandOutput}
38
45
  * @see {@link ClassifyDocumentCommandInput} for command's `input` shape.
39
46
  * @see {@link ClassifyDocumentCommandOutput} for command's `response` shape.
40
47
  * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
@@ -57,11 +64,20 @@ export interface ClassifyDocumentCommandOutput extends ClassifyDocumentResponse,
57
64
  export declare class ClassifyDocumentCommand extends $Command<ClassifyDocumentCommandInput, ClassifyDocumentCommandOutput, ComprehendClientResolvedConfig> {
58
65
  readonly input: ClassifyDocumentCommandInput;
59
66
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
+ /**
68
+ * @public
69
+ */
60
70
  constructor(input: ClassifyDocumentCommandInput);
61
71
  /**
62
72
  * @internal
63
73
  */
64
74
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ClassifyDocumentCommandInput, ClassifyDocumentCommandOutput>;
75
+ /**
76
+ * @internal
77
+ */
65
78
  private serialize;
79
+ /**
80
+ * @internal
81
+ */
66
82
  private deserialize;
67
83
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
5
  import { ContainsPiiEntitiesRequest, ContainsPiiEntitiesResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ContainsPiiEntitiesCommand}.
8
10
  */
9
11
  export interface ContainsPiiEntitiesCommandInput extends ContainsPiiEntitiesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ContainsPiiEntitiesCommand}.
13
17
  */
14
18
  export interface ContainsPiiEntitiesCommandOutput extends ContainsPiiEntitiesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Analyzes input text for the presence of personally identifiable information (PII) and
18
23
  * returns the labels of identified PII entity types such as name, address, bank account number,
19
24
  * or phone number.</p>
@@ -27,6 +32,8 @@ export interface ContainsPiiEntitiesCommandOutput extends ContainsPiiEntitiesRes
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param ContainsPiiEntitiesCommandInput - {@link ContainsPiiEntitiesCommandInput}
36
+ * @returns {@link ContainsPiiEntitiesCommandOutput}
30
37
  * @see {@link ContainsPiiEntitiesCommandInput} for command's `input` shape.
31
38
  * @see {@link ContainsPiiEntitiesCommandOutput} for command's `response` shape.
32
39
  * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
@@ -52,11 +59,20 @@ export interface ContainsPiiEntitiesCommandOutput extends ContainsPiiEntitiesRes
52
59
  export declare class ContainsPiiEntitiesCommand extends $Command<ContainsPiiEntitiesCommandInput, ContainsPiiEntitiesCommandOutput, ComprehendClientResolvedConfig> {
53
60
  readonly input: ContainsPiiEntitiesCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: ContainsPiiEntitiesCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ContainsPiiEntitiesCommandInput, ContainsPiiEntitiesCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
5
  import { CreateDatasetRequest, CreateDatasetResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateDatasetCommand}.
8
10
  */
9
11
  export interface CreateDatasetCommandInput extends CreateDatasetRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateDatasetCommand}.
13
17
  */
14
18
  export interface CreateDatasetCommandOutput extends CreateDatasetResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a dataset to upload training or test data for a model associated with a flywheel.
18
23
  * For more information about datasets, see <a href="https://docs.aws.amazon.com/comprehend/latest/dg/flywheels-about.html">
19
24
  * Flywheel overview</a> in the <i>Amazon Comprehend Developer Guide</i>.</p>
@@ -27,6 +32,8 @@ export interface CreateDatasetCommandOutput extends CreateDatasetResponse, __Met
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param CreateDatasetCommandInput - {@link CreateDatasetCommandInput}
36
+ * @returns {@link CreateDatasetCommandOutput}
30
37
  * @see {@link CreateDatasetCommandInput} for command's `input` shape.
31
38
  * @see {@link CreateDatasetCommandOutput} for command's `response` shape.
32
39
  * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
@@ -61,11 +68,20 @@ export interface CreateDatasetCommandOutput extends CreateDatasetResponse, __Met
61
68
  export declare class CreateDatasetCommand extends $Command<CreateDatasetCommandInput, CreateDatasetCommandOutput, ComprehendClientResolvedConfig> {
62
69
  readonly input: CreateDatasetCommandInput;
63
70
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
+ /**
72
+ * @public
73
+ */
64
74
  constructor(input: CreateDatasetCommandInput);
65
75
  /**
66
76
  * @internal
67
77
  */
68
78
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDatasetCommandInput, CreateDatasetCommandOutput>;
79
+ /**
80
+ * @internal
81
+ */
69
82
  private serialize;
83
+ /**
84
+ * @internal
85
+ */
70
86
  private deserialize;
71
87
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
5
  import { CreateDocumentClassifierRequest, CreateDocumentClassifierResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateDocumentClassifierCommand}.
8
10
  */
9
11
  export interface CreateDocumentClassifierCommandInput extends CreateDocumentClassifierRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateDocumentClassifierCommand}.
13
17
  */
14
18
  export interface CreateDocumentClassifierCommandOutput extends CreateDocumentClassifierResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a new document classifier that you can use to categorize documents. To create a
18
23
  * classifier, you provide a set of training documents that labeled with the categories that you
19
24
  * want to use. After the classifier is trained you can use it to categorize a set of labeled
@@ -30,6 +35,8 @@ export interface CreateDocumentClassifierCommandOutput extends CreateDocumentCla
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param CreateDocumentClassifierCommandInput - {@link CreateDocumentClassifierCommandInput}
39
+ * @returns {@link CreateDocumentClassifierCommandOutput}
33
40
  * @see {@link CreateDocumentClassifierCommandInput} for command's `input` shape.
34
41
  * @see {@link CreateDocumentClassifierCommandOutput} for command's `response` shape.
35
42
  * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
@@ -72,11 +79,20 @@ export interface CreateDocumentClassifierCommandOutput extends CreateDocumentCla
72
79
  export declare class CreateDocumentClassifierCommand extends $Command<CreateDocumentClassifierCommandInput, CreateDocumentClassifierCommandOutput, ComprehendClientResolvedConfig> {
73
80
  readonly input: CreateDocumentClassifierCommandInput;
74
81
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
+ /**
83
+ * @public
84
+ */
75
85
  constructor(input: CreateDocumentClassifierCommandInput);
76
86
  /**
77
87
  * @internal
78
88
  */
79
89
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDocumentClassifierCommandInput, CreateDocumentClassifierCommandOutput>;
90
+ /**
91
+ * @internal
92
+ */
80
93
  private serialize;
94
+ /**
95
+ * @internal
96
+ */
81
97
  private deserialize;
82
98
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
5
  import { CreateEndpointRequest, CreateEndpointResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateEndpointCommand}.
8
10
  */
9
11
  export interface CreateEndpointCommandInput extends CreateEndpointRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateEndpointCommand}.
13
17
  */
14
18
  export interface CreateEndpointCommandOutput extends CreateEndpointResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a model-specific endpoint for synchronous inference for a previously trained
18
23
  * custom model
19
24
  * For information about endpoints, see <a href="https://docs.aws.amazon.com/comprehend/latest/dg/manage-endpoints.html">Managing endpoints</a>.</p>
@@ -27,6 +32,8 @@ export interface CreateEndpointCommandOutput extends CreateEndpointResponse, __M
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param CreateEndpointCommandInput - {@link CreateEndpointCommandInput}
36
+ * @returns {@link CreateEndpointCommandOutput}
30
37
  * @see {@link CreateEndpointCommandInput} for command's `input` shape.
31
38
  * @see {@link CreateEndpointCommandOutput} for command's `response` shape.
32
39
  * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
@@ -65,11 +72,20 @@ export interface CreateEndpointCommandOutput extends CreateEndpointResponse, __M
65
72
  export declare class CreateEndpointCommand extends $Command<CreateEndpointCommandInput, CreateEndpointCommandOutput, ComprehendClientResolvedConfig> {
66
73
  readonly input: CreateEndpointCommandInput;
67
74
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
+ /**
76
+ * @public
77
+ */
68
78
  constructor(input: CreateEndpointCommandInput);
69
79
  /**
70
80
  * @internal
71
81
  */
72
82
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateEndpointCommandInput, CreateEndpointCommandOutput>;
83
+ /**
84
+ * @internal
85
+ */
73
86
  private serialize;
87
+ /**
88
+ * @internal
89
+ */
74
90
  private deserialize;
75
91
  }