@aws-sdk/client-comprehend 3.35.0 → 3.38.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 (516) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/dist-cjs/Comprehend.js +0 -7
  3. package/dist-cjs/ComprehendClient.js +0 -12
  4. package/dist-cjs/commands/BatchDetectDominantLanguageCommand.js +0 -27
  5. package/dist-cjs/commands/BatchDetectEntitiesCommand.js +0 -27
  6. package/dist-cjs/commands/BatchDetectKeyPhrasesCommand.js +0 -25
  7. package/dist-cjs/commands/BatchDetectSentimentCommand.js +0 -27
  8. package/dist-cjs/commands/BatchDetectSyntaxCommand.js +0 -26
  9. package/dist-cjs/commands/ClassifyDocumentCommand.js +0 -26
  10. package/dist-cjs/commands/ContainsPiiEntitiesCommand.js +0 -27
  11. package/dist-cjs/commands/CreateDocumentClassifierCommand.js +0 -28
  12. package/dist-cjs/commands/CreateEndpointCommand.js +0 -27
  13. package/dist-cjs/commands/CreateEntityRecognizerCommand.js +0 -27
  14. package/dist-cjs/commands/DeleteDocumentClassifierCommand.js +0 -31
  15. package/dist-cjs/commands/DeleteEndpointCommand.js +0 -26
  16. package/dist-cjs/commands/DeleteEntityRecognizerCommand.js +0 -31
  17. package/dist-cjs/commands/DescribeDocumentClassificationJobCommand.js +0 -26
  18. package/dist-cjs/commands/DescribeDocumentClassifierCommand.js +0 -25
  19. package/dist-cjs/commands/DescribeDominantLanguageDetectionJobCommand.js +0 -26
  20. package/dist-cjs/commands/DescribeEndpointCommand.js +0 -26
  21. package/dist-cjs/commands/DescribeEntitiesDetectionJobCommand.js +0 -26
  22. package/dist-cjs/commands/DescribeEntityRecognizerCommand.js +0 -26
  23. package/dist-cjs/commands/DescribeEventsDetectionJobCommand.js +0 -25
  24. package/dist-cjs/commands/DescribeKeyPhrasesDetectionJobCommand.js +0 -26
  25. package/dist-cjs/commands/DescribePiiEntitiesDetectionJobCommand.js +0 -26
  26. package/dist-cjs/commands/DescribeSentimentDetectionJobCommand.js +0 -26
  27. package/dist-cjs/commands/DescribeTopicsDetectionJobCommand.js +0 -26
  28. package/dist-cjs/commands/DetectDominantLanguageCommand.js +0 -26
  29. package/dist-cjs/commands/DetectEntitiesCommand.js +0 -26
  30. package/dist-cjs/commands/DetectKeyPhrasesCommand.js +0 -25
  31. package/dist-cjs/commands/DetectPiiEntitiesCommand.js +0 -26
  32. package/dist-cjs/commands/DetectSentimentCommand.js +0 -26
  33. package/dist-cjs/commands/DetectSyntaxCommand.js +0 -26
  34. package/dist-cjs/commands/ListDocumentClassificationJobsCommand.js +0 -25
  35. package/dist-cjs/commands/ListDocumentClassifierSummariesCommand.js +0 -25
  36. package/dist-cjs/commands/ListDocumentClassifiersCommand.js +0 -25
  37. package/dist-cjs/commands/ListDominantLanguageDetectionJobsCommand.js +0 -25
  38. package/dist-cjs/commands/ListEndpointsCommand.js +0 -25
  39. package/dist-cjs/commands/ListEntitiesDetectionJobsCommand.js +0 -25
  40. package/dist-cjs/commands/ListEntityRecognizerSummariesCommand.js +0 -25
  41. package/dist-cjs/commands/ListEntityRecognizersCommand.js +0 -30
  42. package/dist-cjs/commands/ListEventsDetectionJobsCommand.js +0 -25
  43. package/dist-cjs/commands/ListKeyPhrasesDetectionJobsCommand.js +0 -25
  44. package/dist-cjs/commands/ListPiiEntitiesDetectionJobsCommand.js +0 -25
  45. package/dist-cjs/commands/ListSentimentDetectionJobsCommand.js +0 -25
  46. package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -25
  47. package/dist-cjs/commands/ListTopicsDetectionJobsCommand.js +0 -25
  48. package/dist-cjs/commands/StartDocumentClassificationJobCommand.js +0 -26
  49. package/dist-cjs/commands/StartDominantLanguageDetectionJobCommand.js +0 -27
  50. package/dist-cjs/commands/StartEntitiesDetectionJobCommand.js +0 -29
  51. package/dist-cjs/commands/StartEventsDetectionJobCommand.js +0 -25
  52. package/dist-cjs/commands/StartKeyPhrasesDetectionJobCommand.js +0 -27
  53. package/dist-cjs/commands/StartPiiEntitiesDetectionJobCommand.js +0 -25
  54. package/dist-cjs/commands/StartSentimentDetectionJobCommand.js +0 -27
  55. package/dist-cjs/commands/StartTopicsDetectionJobCommand.js +0 -26
  56. package/dist-cjs/commands/StopDominantLanguageDetectionJobCommand.js +0 -34
  57. package/dist-cjs/commands/StopEntitiesDetectionJobCommand.js +0 -34
  58. package/dist-cjs/commands/StopEventsDetectionJobCommand.js +0 -25
  59. package/dist-cjs/commands/StopKeyPhrasesDetectionJobCommand.js +0 -34
  60. package/dist-cjs/commands/StopPiiEntitiesDetectionJobCommand.js +0 -25
  61. package/dist-cjs/commands/StopSentimentDetectionJobCommand.js +0 -34
  62. package/dist-cjs/commands/StopTrainingDocumentClassifierCommand.js +0 -30
  63. package/dist-cjs/commands/StopTrainingEntityRecognizerCommand.js +0 -30
  64. package/dist-cjs/commands/TagResourceCommand.js +0 -28
  65. package/dist-cjs/commands/UntagResourceCommand.js +0 -25
  66. package/dist-cjs/commands/UpdateEndpointCommand.js +0 -25
  67. package/dist-cjs/commands/index.js +66 -0
  68. package/dist-cjs/endpoints.js +1 -2
  69. package/dist-cjs/index.js +4 -78
  70. package/dist-cjs/models/index.js +0 -1
  71. package/dist-cjs/models/models_0.js +0 -610
  72. package/dist-cjs/pagination/Interfaces.js +0 -1
  73. package/dist-cjs/pagination/ListDocumentClassificationJobsPaginator.js +0 -11
  74. package/dist-cjs/pagination/ListDocumentClassifierSummariesPaginator.js +0 -11
  75. package/dist-cjs/pagination/ListDocumentClassifiersPaginator.js +0 -11
  76. package/dist-cjs/pagination/ListDominantLanguageDetectionJobsPaginator.js +0 -11
  77. package/dist-cjs/pagination/ListEntitiesDetectionJobsPaginator.js +0 -11
  78. package/dist-cjs/pagination/ListEntityRecognizerSummariesPaginator.js +0 -11
  79. package/dist-cjs/pagination/ListEntityRecognizersPaginator.js +0 -11
  80. package/dist-cjs/pagination/ListEventsDetectionJobsPaginator.js +0 -11
  81. package/dist-cjs/pagination/ListKeyPhrasesDetectionJobsPaginator.js +0 -11
  82. package/dist-cjs/pagination/ListSentimentDetectionJobsPaginator.js +0 -11
  83. package/dist-cjs/pagination/ListTopicsDetectionJobsPaginator.js +0 -11
  84. package/dist-cjs/pagination/index.js +15 -0
  85. package/dist-cjs/protocols/Aws_json1_1.js +0 -6
  86. package/dist-cjs/runtimeConfig.browser.js +1 -6
  87. package/dist-cjs/runtimeConfig.js +2 -7
  88. package/dist-cjs/runtimeConfig.native.js +0 -4
  89. package/dist-cjs/runtimeConfig.shared.js +0 -4
  90. package/dist-es/Comprehend.js +0 -1
  91. package/dist-es/ComprehendClient.js +0 -1
  92. package/dist-es/commands/BatchDetectDominantLanguageCommand.js +0 -1
  93. package/dist-es/commands/BatchDetectEntitiesCommand.js +0 -1
  94. package/dist-es/commands/BatchDetectKeyPhrasesCommand.js +0 -1
  95. package/dist-es/commands/BatchDetectSentimentCommand.js +0 -1
  96. package/dist-es/commands/BatchDetectSyntaxCommand.js +0 -1
  97. package/dist-es/commands/ClassifyDocumentCommand.js +0 -1
  98. package/dist-es/commands/ContainsPiiEntitiesCommand.js +0 -1
  99. package/dist-es/commands/CreateDocumentClassifierCommand.js +0 -1
  100. package/dist-es/commands/CreateEndpointCommand.js +0 -1
  101. package/dist-es/commands/CreateEntityRecognizerCommand.js +0 -1
  102. package/dist-es/commands/DeleteDocumentClassifierCommand.js +0 -1
  103. package/dist-es/commands/DeleteEndpointCommand.js +0 -1
  104. package/dist-es/commands/DeleteEntityRecognizerCommand.js +0 -1
  105. package/dist-es/commands/DescribeDocumentClassificationJobCommand.js +0 -1
  106. package/dist-es/commands/DescribeDocumentClassifierCommand.js +0 -1
  107. package/dist-es/commands/DescribeDominantLanguageDetectionJobCommand.js +0 -1
  108. package/dist-es/commands/DescribeEndpointCommand.js +0 -1
  109. package/dist-es/commands/DescribeEntitiesDetectionJobCommand.js +0 -1
  110. package/dist-es/commands/DescribeEntityRecognizerCommand.js +0 -1
  111. package/dist-es/commands/DescribeEventsDetectionJobCommand.js +0 -1
  112. package/dist-es/commands/DescribeKeyPhrasesDetectionJobCommand.js +0 -1
  113. package/dist-es/commands/DescribePiiEntitiesDetectionJobCommand.js +0 -1
  114. package/dist-es/commands/DescribeSentimentDetectionJobCommand.js +0 -1
  115. package/dist-es/commands/DescribeTopicsDetectionJobCommand.js +0 -1
  116. package/dist-es/commands/DetectDominantLanguageCommand.js +0 -1
  117. package/dist-es/commands/DetectEntitiesCommand.js +0 -1
  118. package/dist-es/commands/DetectKeyPhrasesCommand.js +0 -1
  119. package/dist-es/commands/DetectPiiEntitiesCommand.js +0 -1
  120. package/dist-es/commands/DetectSentimentCommand.js +0 -1
  121. package/dist-es/commands/DetectSyntaxCommand.js +0 -1
  122. package/dist-es/commands/ListDocumentClassificationJobsCommand.js +0 -1
  123. package/dist-es/commands/ListDocumentClassifierSummariesCommand.js +0 -1
  124. package/dist-es/commands/ListDocumentClassifiersCommand.js +0 -1
  125. package/dist-es/commands/ListDominantLanguageDetectionJobsCommand.js +0 -1
  126. package/dist-es/commands/ListEndpointsCommand.js +0 -1
  127. package/dist-es/commands/ListEntitiesDetectionJobsCommand.js +0 -1
  128. package/dist-es/commands/ListEntityRecognizerSummariesCommand.js +0 -1
  129. package/dist-es/commands/ListEntityRecognizersCommand.js +0 -1
  130. package/dist-es/commands/ListEventsDetectionJobsCommand.js +0 -1
  131. package/dist-es/commands/ListKeyPhrasesDetectionJobsCommand.js +0 -1
  132. package/dist-es/commands/ListPiiEntitiesDetectionJobsCommand.js +0 -1
  133. package/dist-es/commands/ListSentimentDetectionJobsCommand.js +0 -1
  134. package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
  135. package/dist-es/commands/ListTopicsDetectionJobsCommand.js +0 -1
  136. package/dist-es/commands/StartDocumentClassificationJobCommand.js +0 -1
  137. package/dist-es/commands/StartDominantLanguageDetectionJobCommand.js +0 -1
  138. package/dist-es/commands/StartEntitiesDetectionJobCommand.js +0 -1
  139. package/dist-es/commands/StartEventsDetectionJobCommand.js +0 -1
  140. package/dist-es/commands/StartKeyPhrasesDetectionJobCommand.js +0 -1
  141. package/dist-es/commands/StartPiiEntitiesDetectionJobCommand.js +0 -1
  142. package/dist-es/commands/StartSentimentDetectionJobCommand.js +0 -1
  143. package/dist-es/commands/StartTopicsDetectionJobCommand.js +0 -1
  144. package/dist-es/commands/StopDominantLanguageDetectionJobCommand.js +0 -1
  145. package/dist-es/commands/StopEntitiesDetectionJobCommand.js +0 -1
  146. package/dist-es/commands/StopEventsDetectionJobCommand.js +0 -1
  147. package/dist-es/commands/StopKeyPhrasesDetectionJobCommand.js +0 -1
  148. package/dist-es/commands/StopPiiEntitiesDetectionJobCommand.js +0 -1
  149. package/dist-es/commands/StopSentimentDetectionJobCommand.js +0 -1
  150. package/dist-es/commands/StopTrainingDocumentClassifierCommand.js +0 -1
  151. package/dist-es/commands/StopTrainingEntityRecognizerCommand.js +0 -1
  152. package/dist-es/commands/TagResourceCommand.js +0 -1
  153. package/dist-es/commands/UntagResourceCommand.js +0 -1
  154. package/dist-es/commands/UpdateEndpointCommand.js +0 -1
  155. package/dist-es/commands/index.js +63 -0
  156. package/dist-es/endpoints.js +1 -2
  157. package/dist-es/index.js +4 -78
  158. package/dist-es/models/index.js +0 -1
  159. package/dist-es/models/models_0.js +0 -1
  160. package/dist-es/pagination/Interfaces.js +0 -1
  161. package/dist-es/pagination/ListDocumentClassificationJobsPaginator.js +0 -1
  162. package/dist-es/pagination/ListDocumentClassifierSummariesPaginator.js +0 -1
  163. package/dist-es/pagination/ListDocumentClassifiersPaginator.js +0 -1
  164. package/dist-es/pagination/ListDominantLanguageDetectionJobsPaginator.js +0 -1
  165. package/dist-es/pagination/ListEntitiesDetectionJobsPaginator.js +0 -1
  166. package/dist-es/pagination/ListEntityRecognizerSummariesPaginator.js +0 -1
  167. package/dist-es/pagination/ListEntityRecognizersPaginator.js +0 -1
  168. package/dist-es/pagination/ListEventsDetectionJobsPaginator.js +0 -1
  169. package/dist-es/pagination/ListKeyPhrasesDetectionJobsPaginator.js +0 -1
  170. package/dist-es/pagination/ListSentimentDetectionJobsPaginator.js +0 -1
  171. package/dist-es/pagination/ListTopicsDetectionJobsPaginator.js +0 -1
  172. package/dist-es/pagination/index.js +12 -0
  173. package/dist-es/protocols/Aws_json1_1.js +0 -1
  174. package/dist-es/runtimeConfig.browser.js +1 -2
  175. package/dist-es/runtimeConfig.js +2 -3
  176. package/dist-es/runtimeConfig.native.js +0 -1
  177. package/dist-es/runtimeConfig.shared.js +0 -1
  178. package/dist-types/commands/index.d.ts +63 -0
  179. package/dist-types/index.d.ts +4 -77
  180. package/dist-types/pagination/index.d.ts +12 -0
  181. package/dist-types/ts3.4/Comprehend.d.ts +64 -305
  182. package/dist-types/ts3.4/ComprehendClient.d.ts +24 -92
  183. package/dist-types/ts3.4/commands/BatchDetectDominantLanguageCommand.d.ts +2 -22
  184. package/dist-types/ts3.4/commands/BatchDetectEntitiesCommand.d.ts +2 -22
  185. package/dist-types/ts3.4/commands/BatchDetectKeyPhrasesCommand.d.ts +2 -20
  186. package/dist-types/ts3.4/commands/BatchDetectSentimentCommand.d.ts +2 -22
  187. package/dist-types/ts3.4/commands/BatchDetectSyntaxCommand.d.ts +2 -21
  188. package/dist-types/ts3.4/commands/ClassifyDocumentCommand.d.ts +2 -21
  189. package/dist-types/ts3.4/commands/ContainsPiiEntitiesCommand.d.ts +2 -22
  190. package/dist-types/ts3.4/commands/CreateDocumentClassifierCommand.d.ts +2 -23
  191. package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +2 -22
  192. package/dist-types/ts3.4/commands/CreateEntityRecognizerCommand.d.ts +2 -22
  193. package/dist-types/ts3.4/commands/DeleteDocumentClassifierCommand.d.ts +2 -26
  194. package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +2 -21
  195. package/dist-types/ts3.4/commands/DeleteEntityRecognizerCommand.d.ts +2 -26
  196. package/dist-types/ts3.4/commands/DescribeDocumentClassificationJobCommand.d.ts +2 -21
  197. package/dist-types/ts3.4/commands/DescribeDocumentClassifierCommand.d.ts +2 -20
  198. package/dist-types/ts3.4/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +2 -21
  199. package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +2 -21
  200. package/dist-types/ts3.4/commands/DescribeEntitiesDetectionJobCommand.d.ts +2 -21
  201. package/dist-types/ts3.4/commands/DescribeEntityRecognizerCommand.d.ts +2 -21
  202. package/dist-types/ts3.4/commands/DescribeEventsDetectionJobCommand.d.ts +2 -20
  203. package/dist-types/ts3.4/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +2 -21
  204. package/dist-types/ts3.4/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +2 -21
  205. package/dist-types/ts3.4/commands/DescribeSentimentDetectionJobCommand.d.ts +2 -21
  206. package/dist-types/ts3.4/commands/DescribeTopicsDetectionJobCommand.d.ts +2 -21
  207. package/dist-types/ts3.4/commands/DetectDominantLanguageCommand.d.ts +2 -21
  208. package/dist-types/ts3.4/commands/DetectEntitiesCommand.d.ts +2 -21
  209. package/dist-types/ts3.4/commands/DetectKeyPhrasesCommand.d.ts +2 -20
  210. package/dist-types/ts3.4/commands/DetectPiiEntitiesCommand.d.ts +2 -21
  211. package/dist-types/ts3.4/commands/DetectSentimentCommand.d.ts +2 -21
  212. package/dist-types/ts3.4/commands/DetectSyntaxCommand.d.ts +2 -21
  213. package/dist-types/ts3.4/commands/ListDocumentClassificationJobsCommand.d.ts +2 -20
  214. package/dist-types/ts3.4/commands/ListDocumentClassifierSummariesCommand.d.ts +2 -20
  215. package/dist-types/ts3.4/commands/ListDocumentClassifiersCommand.d.ts +2 -20
  216. package/dist-types/ts3.4/commands/ListDominantLanguageDetectionJobsCommand.d.ts +2 -20
  217. package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +2 -20
  218. package/dist-types/ts3.4/commands/ListEntitiesDetectionJobsCommand.d.ts +2 -20
  219. package/dist-types/ts3.4/commands/ListEntityRecognizerSummariesCommand.d.ts +2 -20
  220. package/dist-types/ts3.4/commands/ListEntityRecognizersCommand.d.ts +2 -25
  221. package/dist-types/ts3.4/commands/ListEventsDetectionJobsCommand.d.ts +2 -20
  222. package/dist-types/ts3.4/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +2 -20
  223. package/dist-types/ts3.4/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +2 -20
  224. package/dist-types/ts3.4/commands/ListSentimentDetectionJobsCommand.d.ts +2 -20
  225. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
  226. package/dist-types/ts3.4/commands/ListTopicsDetectionJobsCommand.d.ts +2 -20
  227. package/dist-types/ts3.4/commands/StartDocumentClassificationJobCommand.d.ts +2 -21
  228. package/dist-types/ts3.4/commands/StartDominantLanguageDetectionJobCommand.d.ts +2 -22
  229. package/dist-types/ts3.4/commands/StartEntitiesDetectionJobCommand.d.ts +2 -24
  230. package/dist-types/ts3.4/commands/StartEventsDetectionJobCommand.d.ts +2 -20
  231. package/dist-types/ts3.4/commands/StartKeyPhrasesDetectionJobCommand.d.ts +2 -22
  232. package/dist-types/ts3.4/commands/StartPiiEntitiesDetectionJobCommand.d.ts +2 -20
  233. package/dist-types/ts3.4/commands/StartSentimentDetectionJobCommand.d.ts +2 -22
  234. package/dist-types/ts3.4/commands/StartTopicsDetectionJobCommand.d.ts +2 -21
  235. package/dist-types/ts3.4/commands/StopDominantLanguageDetectionJobCommand.d.ts +2 -29
  236. package/dist-types/ts3.4/commands/StopEntitiesDetectionJobCommand.d.ts +2 -29
  237. package/dist-types/ts3.4/commands/StopEventsDetectionJobCommand.d.ts +2 -20
  238. package/dist-types/ts3.4/commands/StopKeyPhrasesDetectionJobCommand.d.ts +2 -29
  239. package/dist-types/ts3.4/commands/StopPiiEntitiesDetectionJobCommand.d.ts +2 -20
  240. package/dist-types/ts3.4/commands/StopSentimentDetectionJobCommand.d.ts +2 -29
  241. package/dist-types/ts3.4/commands/StopTrainingDocumentClassifierCommand.d.ts +2 -25
  242. package/dist-types/ts3.4/commands/StopTrainingEntityRecognizerCommand.d.ts +2 -25
  243. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -23
  244. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
  245. package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +2 -20
  246. package/dist-types/ts3.4/commands/index.d.ts +63 -0
  247. package/dist-types/ts3.4/index.d.ts +4 -77
  248. package/dist-types/ts3.4/models/models_0.d.ts +884 -3867
  249. package/dist-types/ts3.4/pagination/index.d.ts +12 -0
  250. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
  251. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  252. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
  253. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
  254. package/package.json +33 -30
  255. package/dist-cjs/Comprehend.js.map +0 -1
  256. package/dist-cjs/ComprehendClient.js.map +0 -1
  257. package/dist-cjs/commands/BatchDetectDominantLanguageCommand.js.map +0 -1
  258. package/dist-cjs/commands/BatchDetectEntitiesCommand.js.map +0 -1
  259. package/dist-cjs/commands/BatchDetectKeyPhrasesCommand.js.map +0 -1
  260. package/dist-cjs/commands/BatchDetectSentimentCommand.js.map +0 -1
  261. package/dist-cjs/commands/BatchDetectSyntaxCommand.js.map +0 -1
  262. package/dist-cjs/commands/ClassifyDocumentCommand.js.map +0 -1
  263. package/dist-cjs/commands/ContainsPiiEntitiesCommand.js.map +0 -1
  264. package/dist-cjs/commands/CreateDocumentClassifierCommand.js.map +0 -1
  265. package/dist-cjs/commands/CreateEndpointCommand.js.map +0 -1
  266. package/dist-cjs/commands/CreateEntityRecognizerCommand.js.map +0 -1
  267. package/dist-cjs/commands/DeleteDocumentClassifierCommand.js.map +0 -1
  268. package/dist-cjs/commands/DeleteEndpointCommand.js.map +0 -1
  269. package/dist-cjs/commands/DeleteEntityRecognizerCommand.js.map +0 -1
  270. package/dist-cjs/commands/DescribeDocumentClassificationJobCommand.js.map +0 -1
  271. package/dist-cjs/commands/DescribeDocumentClassifierCommand.js.map +0 -1
  272. package/dist-cjs/commands/DescribeDominantLanguageDetectionJobCommand.js.map +0 -1
  273. package/dist-cjs/commands/DescribeEndpointCommand.js.map +0 -1
  274. package/dist-cjs/commands/DescribeEntitiesDetectionJobCommand.js.map +0 -1
  275. package/dist-cjs/commands/DescribeEntityRecognizerCommand.js.map +0 -1
  276. package/dist-cjs/commands/DescribeEventsDetectionJobCommand.js.map +0 -1
  277. package/dist-cjs/commands/DescribeKeyPhrasesDetectionJobCommand.js.map +0 -1
  278. package/dist-cjs/commands/DescribePiiEntitiesDetectionJobCommand.js.map +0 -1
  279. package/dist-cjs/commands/DescribeSentimentDetectionJobCommand.js.map +0 -1
  280. package/dist-cjs/commands/DescribeTopicsDetectionJobCommand.js.map +0 -1
  281. package/dist-cjs/commands/DetectDominantLanguageCommand.js.map +0 -1
  282. package/dist-cjs/commands/DetectEntitiesCommand.js.map +0 -1
  283. package/dist-cjs/commands/DetectKeyPhrasesCommand.js.map +0 -1
  284. package/dist-cjs/commands/DetectPiiEntitiesCommand.js.map +0 -1
  285. package/dist-cjs/commands/DetectSentimentCommand.js.map +0 -1
  286. package/dist-cjs/commands/DetectSyntaxCommand.js.map +0 -1
  287. package/dist-cjs/commands/ListDocumentClassificationJobsCommand.js.map +0 -1
  288. package/dist-cjs/commands/ListDocumentClassifierSummariesCommand.js.map +0 -1
  289. package/dist-cjs/commands/ListDocumentClassifiersCommand.js.map +0 -1
  290. package/dist-cjs/commands/ListDominantLanguageDetectionJobsCommand.js.map +0 -1
  291. package/dist-cjs/commands/ListEndpointsCommand.js.map +0 -1
  292. package/dist-cjs/commands/ListEntitiesDetectionJobsCommand.js.map +0 -1
  293. package/dist-cjs/commands/ListEntityRecognizerSummariesCommand.js.map +0 -1
  294. package/dist-cjs/commands/ListEntityRecognizersCommand.js.map +0 -1
  295. package/dist-cjs/commands/ListEventsDetectionJobsCommand.js.map +0 -1
  296. package/dist-cjs/commands/ListKeyPhrasesDetectionJobsCommand.js.map +0 -1
  297. package/dist-cjs/commands/ListPiiEntitiesDetectionJobsCommand.js.map +0 -1
  298. package/dist-cjs/commands/ListSentimentDetectionJobsCommand.js.map +0 -1
  299. package/dist-cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  300. package/dist-cjs/commands/ListTopicsDetectionJobsCommand.js.map +0 -1
  301. package/dist-cjs/commands/StartDocumentClassificationJobCommand.js.map +0 -1
  302. package/dist-cjs/commands/StartDominantLanguageDetectionJobCommand.js.map +0 -1
  303. package/dist-cjs/commands/StartEntitiesDetectionJobCommand.js.map +0 -1
  304. package/dist-cjs/commands/StartEventsDetectionJobCommand.js.map +0 -1
  305. package/dist-cjs/commands/StartKeyPhrasesDetectionJobCommand.js.map +0 -1
  306. package/dist-cjs/commands/StartPiiEntitiesDetectionJobCommand.js.map +0 -1
  307. package/dist-cjs/commands/StartSentimentDetectionJobCommand.js.map +0 -1
  308. package/dist-cjs/commands/StartTopicsDetectionJobCommand.js.map +0 -1
  309. package/dist-cjs/commands/StopDominantLanguageDetectionJobCommand.js.map +0 -1
  310. package/dist-cjs/commands/StopEntitiesDetectionJobCommand.js.map +0 -1
  311. package/dist-cjs/commands/StopEventsDetectionJobCommand.js.map +0 -1
  312. package/dist-cjs/commands/StopKeyPhrasesDetectionJobCommand.js.map +0 -1
  313. package/dist-cjs/commands/StopPiiEntitiesDetectionJobCommand.js.map +0 -1
  314. package/dist-cjs/commands/StopSentimentDetectionJobCommand.js.map +0 -1
  315. package/dist-cjs/commands/StopTrainingDocumentClassifierCommand.js.map +0 -1
  316. package/dist-cjs/commands/StopTrainingEntityRecognizerCommand.js.map +0 -1
  317. package/dist-cjs/commands/TagResourceCommand.js.map +0 -1
  318. package/dist-cjs/commands/UntagResourceCommand.js.map +0 -1
  319. package/dist-cjs/commands/UpdateEndpointCommand.js.map +0 -1
  320. package/dist-cjs/endpoints.js.map +0 -1
  321. package/dist-cjs/index.js.map +0 -1
  322. package/dist-cjs/models/index.js.map +0 -1
  323. package/dist-cjs/models/models_0.js.map +0 -1
  324. package/dist-cjs/pagination/Interfaces.js.map +0 -1
  325. package/dist-cjs/pagination/ListDocumentClassificationJobsPaginator.js.map +0 -1
  326. package/dist-cjs/pagination/ListDocumentClassifierSummariesPaginator.js.map +0 -1
  327. package/dist-cjs/pagination/ListDocumentClassifiersPaginator.js.map +0 -1
  328. package/dist-cjs/pagination/ListDominantLanguageDetectionJobsPaginator.js.map +0 -1
  329. package/dist-cjs/pagination/ListEntitiesDetectionJobsPaginator.js.map +0 -1
  330. package/dist-cjs/pagination/ListEntityRecognizerSummariesPaginator.js.map +0 -1
  331. package/dist-cjs/pagination/ListEntityRecognizersPaginator.js.map +0 -1
  332. package/dist-cjs/pagination/ListEventsDetectionJobsPaginator.js.map +0 -1
  333. package/dist-cjs/pagination/ListKeyPhrasesDetectionJobsPaginator.js.map +0 -1
  334. package/dist-cjs/pagination/ListSentimentDetectionJobsPaginator.js.map +0 -1
  335. package/dist-cjs/pagination/ListTopicsDetectionJobsPaginator.js.map +0 -1
  336. package/dist-cjs/protocols/Aws_json1_1.js.map +0 -1
  337. package/dist-cjs/runtimeConfig.browser.js.map +0 -1
  338. package/dist-cjs/runtimeConfig.js.map +0 -1
  339. package/dist-cjs/runtimeConfig.native.js.map +0 -1
  340. package/dist-cjs/runtimeConfig.shared.js.map +0 -1
  341. package/dist-es/Comprehend.js.map +0 -1
  342. package/dist-es/ComprehendClient.js.map +0 -1
  343. package/dist-es/commands/BatchDetectDominantLanguageCommand.js.map +0 -1
  344. package/dist-es/commands/BatchDetectEntitiesCommand.js.map +0 -1
  345. package/dist-es/commands/BatchDetectKeyPhrasesCommand.js.map +0 -1
  346. package/dist-es/commands/BatchDetectSentimentCommand.js.map +0 -1
  347. package/dist-es/commands/BatchDetectSyntaxCommand.js.map +0 -1
  348. package/dist-es/commands/ClassifyDocumentCommand.js.map +0 -1
  349. package/dist-es/commands/ContainsPiiEntitiesCommand.js.map +0 -1
  350. package/dist-es/commands/CreateDocumentClassifierCommand.js.map +0 -1
  351. package/dist-es/commands/CreateEndpointCommand.js.map +0 -1
  352. package/dist-es/commands/CreateEntityRecognizerCommand.js.map +0 -1
  353. package/dist-es/commands/DeleteDocumentClassifierCommand.js.map +0 -1
  354. package/dist-es/commands/DeleteEndpointCommand.js.map +0 -1
  355. package/dist-es/commands/DeleteEntityRecognizerCommand.js.map +0 -1
  356. package/dist-es/commands/DescribeDocumentClassificationJobCommand.js.map +0 -1
  357. package/dist-es/commands/DescribeDocumentClassifierCommand.js.map +0 -1
  358. package/dist-es/commands/DescribeDominantLanguageDetectionJobCommand.js.map +0 -1
  359. package/dist-es/commands/DescribeEndpointCommand.js.map +0 -1
  360. package/dist-es/commands/DescribeEntitiesDetectionJobCommand.js.map +0 -1
  361. package/dist-es/commands/DescribeEntityRecognizerCommand.js.map +0 -1
  362. package/dist-es/commands/DescribeEventsDetectionJobCommand.js.map +0 -1
  363. package/dist-es/commands/DescribeKeyPhrasesDetectionJobCommand.js.map +0 -1
  364. package/dist-es/commands/DescribePiiEntitiesDetectionJobCommand.js.map +0 -1
  365. package/dist-es/commands/DescribeSentimentDetectionJobCommand.js.map +0 -1
  366. package/dist-es/commands/DescribeTopicsDetectionJobCommand.js.map +0 -1
  367. package/dist-es/commands/DetectDominantLanguageCommand.js.map +0 -1
  368. package/dist-es/commands/DetectEntitiesCommand.js.map +0 -1
  369. package/dist-es/commands/DetectKeyPhrasesCommand.js.map +0 -1
  370. package/dist-es/commands/DetectPiiEntitiesCommand.js.map +0 -1
  371. package/dist-es/commands/DetectSentimentCommand.js.map +0 -1
  372. package/dist-es/commands/DetectSyntaxCommand.js.map +0 -1
  373. package/dist-es/commands/ListDocumentClassificationJobsCommand.js.map +0 -1
  374. package/dist-es/commands/ListDocumentClassifierSummariesCommand.js.map +0 -1
  375. package/dist-es/commands/ListDocumentClassifiersCommand.js.map +0 -1
  376. package/dist-es/commands/ListDominantLanguageDetectionJobsCommand.js.map +0 -1
  377. package/dist-es/commands/ListEndpointsCommand.js.map +0 -1
  378. package/dist-es/commands/ListEntitiesDetectionJobsCommand.js.map +0 -1
  379. package/dist-es/commands/ListEntityRecognizerSummariesCommand.js.map +0 -1
  380. package/dist-es/commands/ListEntityRecognizersCommand.js.map +0 -1
  381. package/dist-es/commands/ListEventsDetectionJobsCommand.js.map +0 -1
  382. package/dist-es/commands/ListKeyPhrasesDetectionJobsCommand.js.map +0 -1
  383. package/dist-es/commands/ListPiiEntitiesDetectionJobsCommand.js.map +0 -1
  384. package/dist-es/commands/ListSentimentDetectionJobsCommand.js.map +0 -1
  385. package/dist-es/commands/ListTagsForResourceCommand.js.map +0 -1
  386. package/dist-es/commands/ListTopicsDetectionJobsCommand.js.map +0 -1
  387. package/dist-es/commands/StartDocumentClassificationJobCommand.js.map +0 -1
  388. package/dist-es/commands/StartDominantLanguageDetectionJobCommand.js.map +0 -1
  389. package/dist-es/commands/StartEntitiesDetectionJobCommand.js.map +0 -1
  390. package/dist-es/commands/StartEventsDetectionJobCommand.js.map +0 -1
  391. package/dist-es/commands/StartKeyPhrasesDetectionJobCommand.js.map +0 -1
  392. package/dist-es/commands/StartPiiEntitiesDetectionJobCommand.js.map +0 -1
  393. package/dist-es/commands/StartSentimentDetectionJobCommand.js.map +0 -1
  394. package/dist-es/commands/StartTopicsDetectionJobCommand.js.map +0 -1
  395. package/dist-es/commands/StopDominantLanguageDetectionJobCommand.js.map +0 -1
  396. package/dist-es/commands/StopEntitiesDetectionJobCommand.js.map +0 -1
  397. package/dist-es/commands/StopEventsDetectionJobCommand.js.map +0 -1
  398. package/dist-es/commands/StopKeyPhrasesDetectionJobCommand.js.map +0 -1
  399. package/dist-es/commands/StopPiiEntitiesDetectionJobCommand.js.map +0 -1
  400. package/dist-es/commands/StopSentimentDetectionJobCommand.js.map +0 -1
  401. package/dist-es/commands/StopTrainingDocumentClassifierCommand.js.map +0 -1
  402. package/dist-es/commands/StopTrainingEntityRecognizerCommand.js.map +0 -1
  403. package/dist-es/commands/TagResourceCommand.js.map +0 -1
  404. package/dist-es/commands/UntagResourceCommand.js.map +0 -1
  405. package/dist-es/commands/UpdateEndpointCommand.js.map +0 -1
  406. package/dist-es/endpoints.js.map +0 -1
  407. package/dist-es/index.js.map +0 -1
  408. package/dist-es/models/index.js.map +0 -1
  409. package/dist-es/models/models_0.js.map +0 -1
  410. package/dist-es/pagination/Interfaces.js.map +0 -1
  411. package/dist-es/pagination/ListDocumentClassificationJobsPaginator.js.map +0 -1
  412. package/dist-es/pagination/ListDocumentClassifierSummariesPaginator.js.map +0 -1
  413. package/dist-es/pagination/ListDocumentClassifiersPaginator.js.map +0 -1
  414. package/dist-es/pagination/ListDominantLanguageDetectionJobsPaginator.js.map +0 -1
  415. package/dist-es/pagination/ListEntitiesDetectionJobsPaginator.js.map +0 -1
  416. package/dist-es/pagination/ListEntityRecognizerSummariesPaginator.js.map +0 -1
  417. package/dist-es/pagination/ListEntityRecognizersPaginator.js.map +0 -1
  418. package/dist-es/pagination/ListEventsDetectionJobsPaginator.js.map +0 -1
  419. package/dist-es/pagination/ListKeyPhrasesDetectionJobsPaginator.js.map +0 -1
  420. package/dist-es/pagination/ListSentimentDetectionJobsPaginator.js.map +0 -1
  421. package/dist-es/pagination/ListTopicsDetectionJobsPaginator.js.map +0 -1
  422. package/dist-es/protocols/Aws_json1_1.js.map +0 -1
  423. package/dist-es/runtimeConfig.browser.js.map +0 -1
  424. package/dist-es/runtimeConfig.js.map +0 -1
  425. package/dist-es/runtimeConfig.native.js.map +0 -1
  426. package/dist-es/runtimeConfig.shared.js.map +0 -1
  427. package/jest.config.js +0 -4
  428. package/src/Comprehend.ts +0 -2439
  429. package/src/ComprehendClient.ts +0 -575
  430. package/src/commands/BatchDetectDominantLanguageCommand.ts +0 -102
  431. package/src/commands/BatchDetectEntitiesCommand.ts +0 -97
  432. package/src/commands/BatchDetectKeyPhrasesCommand.ts +0 -95
  433. package/src/commands/BatchDetectSentimentCommand.ts +0 -97
  434. package/src/commands/BatchDetectSyntaxCommand.ts +0 -96
  435. package/src/commands/ClassifyDocumentCommand.ts +0 -96
  436. package/src/commands/ContainsPiiEntitiesCommand.ts +0 -97
  437. package/src/commands/CreateDocumentClassifierCommand.ts +0 -98
  438. package/src/commands/CreateEndpointCommand.ts +0 -97
  439. package/src/commands/CreateEntityRecognizerCommand.ts +0 -97
  440. package/src/commands/DeleteDocumentClassifierCommand.ts +0 -101
  441. package/src/commands/DeleteEndpointCommand.ts +0 -96
  442. package/src/commands/DeleteEntityRecognizerCommand.ts +0 -101
  443. package/src/commands/DescribeDocumentClassificationJobCommand.ts +0 -107
  444. package/src/commands/DescribeDocumentClassifierCommand.ts +0 -98
  445. package/src/commands/DescribeDominantLanguageDetectionJobCommand.ts +0 -107
  446. package/src/commands/DescribeEndpointCommand.ts +0 -96
  447. package/src/commands/DescribeEntitiesDetectionJobCommand.ts +0 -101
  448. package/src/commands/DescribeEntityRecognizerCommand.ts +0 -96
  449. package/src/commands/DescribeEventsDetectionJobCommand.ts +0 -98
  450. package/src/commands/DescribeKeyPhrasesDetectionJobCommand.ts +0 -104
  451. package/src/commands/DescribePiiEntitiesDetectionJobCommand.ts +0 -104
  452. package/src/commands/DescribeSentimentDetectionJobCommand.ts +0 -101
  453. package/src/commands/DescribeTopicsDetectionJobCommand.ts +0 -99
  454. package/src/commands/DetectDominantLanguageCommand.ts +0 -96
  455. package/src/commands/DetectEntitiesCommand.ts +0 -96
  456. package/src/commands/DetectKeyPhrasesCommand.ts +0 -95
  457. package/src/commands/DetectPiiEntitiesCommand.ts +0 -96
  458. package/src/commands/DetectSentimentCommand.ts +0 -96
  459. package/src/commands/DetectSyntaxCommand.ts +0 -96
  460. package/src/commands/ListDocumentClassificationJobsCommand.ts +0 -103
  461. package/src/commands/ListDocumentClassifierSummariesCommand.ts +0 -103
  462. package/src/commands/ListDocumentClassifiersCommand.ts +0 -95
  463. package/src/commands/ListDominantLanguageDetectionJobsCommand.ts +0 -106
  464. package/src/commands/ListEndpointsCommand.ts +0 -95
  465. package/src/commands/ListEntitiesDetectionJobsCommand.ts +0 -98
  466. package/src/commands/ListEntityRecognizerSummariesCommand.ts +0 -100
  467. package/src/commands/ListEntityRecognizersCommand.ts +0 -100
  468. package/src/commands/ListEventsDetectionJobsCommand.ts +0 -95
  469. package/src/commands/ListKeyPhrasesDetectionJobsCommand.ts +0 -100
  470. package/src/commands/ListPiiEntitiesDetectionJobsCommand.ts +0 -100
  471. package/src/commands/ListSentimentDetectionJobsCommand.ts +0 -98
  472. package/src/commands/ListTagsForResourceCommand.ts +0 -95
  473. package/src/commands/ListTopicsDetectionJobsCommand.ts +0 -95
  474. package/src/commands/StartDocumentClassificationJobCommand.ts +0 -104
  475. package/src/commands/StartDominantLanguageDetectionJobCommand.ts +0 -108
  476. package/src/commands/StartEntitiesDetectionJobCommand.ts +0 -102
  477. package/src/commands/StartEventsDetectionJobCommand.ts +0 -95
  478. package/src/commands/StartKeyPhrasesDetectionJobCommand.ts +0 -102
  479. package/src/commands/StartPiiEntitiesDetectionJobCommand.ts +0 -100
  480. package/src/commands/StartSentimentDetectionJobCommand.ts +0 -100
  481. package/src/commands/StartTopicsDetectionJobCommand.ts +0 -96
  482. package/src/commands/StopDominantLanguageDetectionJobCommand.ts +0 -112
  483. package/src/commands/StopEntitiesDetectionJobCommand.ts +0 -104
  484. package/src/commands/StopEventsDetectionJobCommand.ts +0 -95
  485. package/src/commands/StopKeyPhrasesDetectionJobCommand.ts +0 -107
  486. package/src/commands/StopPiiEntitiesDetectionJobCommand.ts +0 -100
  487. package/src/commands/StopSentimentDetectionJobCommand.ts +0 -107
  488. package/src/commands/StopTrainingDocumentClassifierCommand.ts +0 -108
  489. package/src/commands/StopTrainingEntityRecognizerCommand.ts +0 -105
  490. package/src/commands/TagResourceCommand.ts +0 -98
  491. package/src/commands/UntagResourceCommand.ts +0 -95
  492. package/src/commands/UpdateEndpointCommand.ts +0 -95
  493. package/src/endpoints.ts +0 -77
  494. package/src/index.ts +0 -78
  495. package/src/models/index.ts +0 -1
  496. package/src/models/models_0.ts +0 -6966
  497. package/src/pagination/Interfaces.ts +0 -8
  498. package/src/pagination/ListDocumentClassificationJobsPaginator.ts +0 -59
  499. package/src/pagination/ListDocumentClassifierSummariesPaginator.ts +0 -59
  500. package/src/pagination/ListDocumentClassifiersPaginator.ts +0 -59
  501. package/src/pagination/ListDominantLanguageDetectionJobsPaginator.ts +0 -59
  502. package/src/pagination/ListEntitiesDetectionJobsPaginator.ts +0 -59
  503. package/src/pagination/ListEntityRecognizerSummariesPaginator.ts +0 -59
  504. package/src/pagination/ListEntityRecognizersPaginator.ts +0 -59
  505. package/src/pagination/ListEventsDetectionJobsPaginator.ts +0 -59
  506. package/src/pagination/ListKeyPhrasesDetectionJobsPaginator.ts +0 -59
  507. package/src/pagination/ListSentimentDetectionJobsPaginator.ts +0 -59
  508. package/src/pagination/ListTopicsDetectionJobsPaginator.ts +0 -59
  509. package/src/protocols/Aws_json1_1.ts +0 -10158
  510. package/src/runtimeConfig.browser.ts +0 -41
  511. package/src/runtimeConfig.native.ts +0 -17
  512. package/src/runtimeConfig.shared.ts +0 -17
  513. package/src/runtimeConfig.ts +0 -46
  514. package/tsconfig.es.json +0 -10
  515. package/tsconfig.json +0 -33
  516. package/tsconfig.types.json +0 -9
@@ -63,498 +63,257 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
63
63
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
64
64
  import { UpdateEndpointCommandInput, UpdateEndpointCommandOutput } from "./commands/UpdateEndpointCommand";
65
65
  import { ComprehendClient } from "./ComprehendClient";
66
- /**
67
- * <p>Amazon Comprehend is an AWS service for gaining insight into the content of documents.
68
- * Use these actions to determine the topics contained in your documents, the topics they
69
- * discuss, the predominant sentiment expressed in them, the predominant language used, and
70
- * more.</p>
71
- */
66
+
72
67
  export declare class Comprehend extends ComprehendClient {
73
- /**
74
- * <p>Determines the dominant language of the input text for a batch of documents. For a list
75
- * 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>.
76
- * </p>
77
- */
68
+
78
69
  batchDetectDominantLanguage(args: BatchDetectDominantLanguageCommandInput, options?: __HttpHandlerOptions): Promise<BatchDetectDominantLanguageCommandOutput>;
79
70
  batchDetectDominantLanguage(args: BatchDetectDominantLanguageCommandInput, cb: (err: any, data?: BatchDetectDominantLanguageCommandOutput) => void): void;
80
71
  batchDetectDominantLanguage(args: BatchDetectDominantLanguageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDetectDominantLanguageCommandOutput) => void): void;
81
- /**
82
- * <p>Inspects the text of a batch of documents for named entities and returns information
83
- * about them. For more information about named entities, see <a>how-entities</a>
84
- * </p>
85
- */
72
+
86
73
  batchDetectEntities(args: BatchDetectEntitiesCommandInput, options?: __HttpHandlerOptions): Promise<BatchDetectEntitiesCommandOutput>;
87
74
  batchDetectEntities(args: BatchDetectEntitiesCommandInput, cb: (err: any, data?: BatchDetectEntitiesCommandOutput) => void): void;
88
75
  batchDetectEntities(args: BatchDetectEntitiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDetectEntitiesCommandOutput) => void): void;
89
- /**
90
- * <p>Detects the key noun phrases found in a batch of documents.</p>
91
- */
76
+
92
77
  batchDetectKeyPhrases(args: BatchDetectKeyPhrasesCommandInput, options?: __HttpHandlerOptions): Promise<BatchDetectKeyPhrasesCommandOutput>;
93
78
  batchDetectKeyPhrases(args: BatchDetectKeyPhrasesCommandInput, cb: (err: any, data?: BatchDetectKeyPhrasesCommandOutput) => void): void;
94
79
  batchDetectKeyPhrases(args: BatchDetectKeyPhrasesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDetectKeyPhrasesCommandOutput) => void): void;
95
- /**
96
- * <p>Inspects a batch of documents and returns an inference of the prevailing sentiment,
97
- * <code>POSITIVE</code>, <code>NEUTRAL</code>, <code>MIXED</code>, or <code>NEGATIVE</code>,
98
- * in each one.</p>
99
- */
80
+
100
81
  batchDetectSentiment(args: BatchDetectSentimentCommandInput, options?: __HttpHandlerOptions): Promise<BatchDetectSentimentCommandOutput>;
101
82
  batchDetectSentiment(args: BatchDetectSentimentCommandInput, cb: (err: any, data?: BatchDetectSentimentCommandOutput) => void): void;
102
83
  batchDetectSentiment(args: BatchDetectSentimentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDetectSentimentCommandOutput) => void): void;
103
- /**
104
- * <p>Inspects the text of a batch of documents for the syntax and part of speech of the words
105
- * in the document and returns information about them. For more information, see <a>how-syntax</a>.</p>
106
- */
84
+
107
85
  batchDetectSyntax(args: BatchDetectSyntaxCommandInput, options?: __HttpHandlerOptions): Promise<BatchDetectSyntaxCommandOutput>;
108
86
  batchDetectSyntax(args: BatchDetectSyntaxCommandInput, cb: (err: any, data?: BatchDetectSyntaxCommandOutput) => void): void;
109
87
  batchDetectSyntax(args: BatchDetectSyntaxCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDetectSyntaxCommandOutput) => void): void;
110
- /**
111
- * <p>Creates a new document classification request to analyze a single document in real-time,
112
- * using a previously created and trained custom model and an endpoint.</p>
113
- */
88
+
114
89
  classifyDocument(args: ClassifyDocumentCommandInput, options?: __HttpHandlerOptions): Promise<ClassifyDocumentCommandOutput>;
115
90
  classifyDocument(args: ClassifyDocumentCommandInput, cb: (err: any, data?: ClassifyDocumentCommandOutput) => void): void;
116
91
  classifyDocument(args: ClassifyDocumentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ClassifyDocumentCommandOutput) => void): void;
117
- /**
118
- * <p>Analyzes input text for the presence of personally identifiable information (PII) and
119
- * returns the labels of identified PII entity types such as name, address, bank account number,
120
- * or phone number.</p>
121
- */
92
+
122
93
  containsPiiEntities(args: ContainsPiiEntitiesCommandInput, options?: __HttpHandlerOptions): Promise<ContainsPiiEntitiesCommandOutput>;
123
94
  containsPiiEntities(args: ContainsPiiEntitiesCommandInput, cb: (err: any, data?: ContainsPiiEntitiesCommandOutput) => void): void;
124
95
  containsPiiEntities(args: ContainsPiiEntitiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ContainsPiiEntitiesCommandOutput) => void): void;
125
- /**
126
- * <p>Creates a new document classifier that you can use to categorize documents. To create a
127
- * classifier, you provide a set of training documents that labeled with the categories that you
128
- * want to use. After the classifier is trained you can use it to categorize a set of labeled
129
- * documents into the categories. For more information, see <a>how-document-classification</a>.</p>
130
- */
96
+
131
97
  createDocumentClassifier(args: CreateDocumentClassifierCommandInput, options?: __HttpHandlerOptions): Promise<CreateDocumentClassifierCommandOutput>;
132
98
  createDocumentClassifier(args: CreateDocumentClassifierCommandInput, cb: (err: any, data?: CreateDocumentClassifierCommandOutput) => void): void;
133
99
  createDocumentClassifier(args: CreateDocumentClassifierCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDocumentClassifierCommandOutput) => void): void;
134
- /**
135
- * <p>Creates a model-specific endpoint for synchronous inference for a previously trained
136
- * custom model
137
- * </p>
138
- */
100
+
139
101
  createEndpoint(args: CreateEndpointCommandInput, options?: __HttpHandlerOptions): Promise<CreateEndpointCommandOutput>;
140
102
  createEndpoint(args: CreateEndpointCommandInput, cb: (err: any, data?: CreateEndpointCommandOutput) => void): void;
141
103
  createEndpoint(args: CreateEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEndpointCommandOutput) => void): void;
142
- /**
143
- * <p>Creates an entity recognizer using submitted files. After your
144
- * <code>CreateEntityRecognizer</code> request is submitted, you can check job status using the
145
- * API. </p>
146
- */
104
+
147
105
  createEntityRecognizer(args: CreateEntityRecognizerCommandInput, options?: __HttpHandlerOptions): Promise<CreateEntityRecognizerCommandOutput>;
148
106
  createEntityRecognizer(args: CreateEntityRecognizerCommandInput, cb: (err: any, data?: CreateEntityRecognizerCommandOutput) => void): void;
149
107
  createEntityRecognizer(args: CreateEntityRecognizerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEntityRecognizerCommandOutput) => void): void;
150
- /**
151
- * <p>Deletes a previously created document classifier</p>
152
- * <p>Only those classifiers that are in terminated states (IN_ERROR, TRAINED) will be deleted.
153
- * If an active inference job is using the model, a <code>ResourceInUseException</code> will be
154
- * returned.</p>
155
- * <p>This is an asynchronous action that puts the classifier into a DELETING state, and it is
156
- * then removed by a background job. Once removed, the classifier disappears from your account
157
- * and is no longer available for use. </p>
158
- */
108
+
159
109
  deleteDocumentClassifier(args: DeleteDocumentClassifierCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDocumentClassifierCommandOutput>;
160
110
  deleteDocumentClassifier(args: DeleteDocumentClassifierCommandInput, cb: (err: any, data?: DeleteDocumentClassifierCommandOutput) => void): void;
161
111
  deleteDocumentClassifier(args: DeleteDocumentClassifierCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDocumentClassifierCommandOutput) => void): void;
162
- /**
163
- * <p>Deletes a model-specific endpoint for a previously-trained custom model. All endpoints
164
- * must be deleted in order for the model to be deleted.</p>
165
- */
112
+
166
113
  deleteEndpoint(args: DeleteEndpointCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEndpointCommandOutput>;
167
114
  deleteEndpoint(args: DeleteEndpointCommandInput, cb: (err: any, data?: DeleteEndpointCommandOutput) => void): void;
168
115
  deleteEndpoint(args: DeleteEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEndpointCommandOutput) => void): void;
169
- /**
170
- * <p>Deletes an entity recognizer.</p>
171
- * <p>Only those recognizers that are in terminated states (IN_ERROR, TRAINED) will be deleted.
172
- * If an active inference job is using the model, a <code>ResourceInUseException</code> will be
173
- * returned.</p>
174
- * <p>This is an asynchronous action that puts the recognizer into a DELETING state, and it is
175
- * then removed by a background job. Once removed, the recognizer disappears from your account
176
- * and is no longer available for use. </p>
177
- */
116
+
178
117
  deleteEntityRecognizer(args: DeleteEntityRecognizerCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEntityRecognizerCommandOutput>;
179
118
  deleteEntityRecognizer(args: DeleteEntityRecognizerCommandInput, cb: (err: any, data?: DeleteEntityRecognizerCommandOutput) => void): void;
180
119
  deleteEntityRecognizer(args: DeleteEntityRecognizerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEntityRecognizerCommandOutput) => void): void;
181
- /**
182
- * <p>Gets the properties associated with a document classification job. Use this operation to
183
- * get the status of a classification job.</p>
184
- */
120
+
185
121
  describeDocumentClassificationJob(args: DescribeDocumentClassificationJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDocumentClassificationJobCommandOutput>;
186
122
  describeDocumentClassificationJob(args: DescribeDocumentClassificationJobCommandInput, cb: (err: any, data?: DescribeDocumentClassificationJobCommandOutput) => void): void;
187
123
  describeDocumentClassificationJob(args: DescribeDocumentClassificationJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDocumentClassificationJobCommandOutput) => void): void;
188
- /**
189
- * <p>Gets the properties associated with a document classifier.</p>
190
- */
124
+
191
125
  describeDocumentClassifier(args: DescribeDocumentClassifierCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDocumentClassifierCommandOutput>;
192
126
  describeDocumentClassifier(args: DescribeDocumentClassifierCommandInput, cb: (err: any, data?: DescribeDocumentClassifierCommandOutput) => void): void;
193
127
  describeDocumentClassifier(args: DescribeDocumentClassifierCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDocumentClassifierCommandOutput) => void): void;
194
- /**
195
- * <p>Gets the properties associated with a dominant language detection job. Use this operation
196
- * to get the status of a detection job.</p>
197
- */
128
+
198
129
  describeDominantLanguageDetectionJob(args: DescribeDominantLanguageDetectionJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDominantLanguageDetectionJobCommandOutput>;
199
130
  describeDominantLanguageDetectionJob(args: DescribeDominantLanguageDetectionJobCommandInput, cb: (err: any, data?: DescribeDominantLanguageDetectionJobCommandOutput) => void): void;
200
131
  describeDominantLanguageDetectionJob(args: DescribeDominantLanguageDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDominantLanguageDetectionJobCommandOutput) => void): void;
201
- /**
202
- * <p>Gets the properties associated with a specific endpoint. Use this operation to get the
203
- * status of an endpoint.</p>
204
- */
132
+
205
133
  describeEndpoint(args: DescribeEndpointCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEndpointCommandOutput>;
206
134
  describeEndpoint(args: DescribeEndpointCommandInput, cb: (err: any, data?: DescribeEndpointCommandOutput) => void): void;
207
135
  describeEndpoint(args: DescribeEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEndpointCommandOutput) => void): void;
208
- /**
209
- * <p>Gets the properties associated with an entities detection job. Use this operation to get
210
- * the status of a detection job.</p>
211
- */
136
+
212
137
  describeEntitiesDetectionJob(args: DescribeEntitiesDetectionJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEntitiesDetectionJobCommandOutput>;
213
138
  describeEntitiesDetectionJob(args: DescribeEntitiesDetectionJobCommandInput, cb: (err: any, data?: DescribeEntitiesDetectionJobCommandOutput) => void): void;
214
139
  describeEntitiesDetectionJob(args: DescribeEntitiesDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEntitiesDetectionJobCommandOutput) => void): void;
215
- /**
216
- * <p>Provides details about an entity recognizer including status, S3 buckets containing
217
- * training data, recognizer metadata, metrics, and so on.</p>
218
- */
140
+
219
141
  describeEntityRecognizer(args: DescribeEntityRecognizerCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEntityRecognizerCommandOutput>;
220
142
  describeEntityRecognizer(args: DescribeEntityRecognizerCommandInput, cb: (err: any, data?: DescribeEntityRecognizerCommandOutput) => void): void;
221
143
  describeEntityRecognizer(args: DescribeEntityRecognizerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEntityRecognizerCommandOutput) => void): void;
222
- /**
223
- * <p>Gets the status and details of an events detection job.</p>
224
- */
144
+
225
145
  describeEventsDetectionJob(args: DescribeEventsDetectionJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEventsDetectionJobCommandOutput>;
226
146
  describeEventsDetectionJob(args: DescribeEventsDetectionJobCommandInput, cb: (err: any, data?: DescribeEventsDetectionJobCommandOutput) => void): void;
227
147
  describeEventsDetectionJob(args: DescribeEventsDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEventsDetectionJobCommandOutput) => void): void;
228
- /**
229
- * <p>Gets the properties associated with a key phrases detection job. Use this operation to get
230
- * the status of a detection job.</p>
231
- */
148
+
232
149
  describeKeyPhrasesDetectionJob(args: DescribeKeyPhrasesDetectionJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeKeyPhrasesDetectionJobCommandOutput>;
233
150
  describeKeyPhrasesDetectionJob(args: DescribeKeyPhrasesDetectionJobCommandInput, cb: (err: any, data?: DescribeKeyPhrasesDetectionJobCommandOutput) => void): void;
234
151
  describeKeyPhrasesDetectionJob(args: DescribeKeyPhrasesDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeKeyPhrasesDetectionJobCommandOutput) => void): void;
235
- /**
236
- * <p>Gets the properties associated with a PII entities detection job. For example, you can use
237
- * this operation to get the job status.</p>
238
- */
152
+
239
153
  describePiiEntitiesDetectionJob(args: DescribePiiEntitiesDetectionJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribePiiEntitiesDetectionJobCommandOutput>;
240
154
  describePiiEntitiesDetectionJob(args: DescribePiiEntitiesDetectionJobCommandInput, cb: (err: any, data?: DescribePiiEntitiesDetectionJobCommandOutput) => void): void;
241
155
  describePiiEntitiesDetectionJob(args: DescribePiiEntitiesDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePiiEntitiesDetectionJobCommandOutput) => void): void;
242
- /**
243
- * <p>Gets the properties associated with a sentiment detection job. Use this operation to get
244
- * the status of a detection job.</p>
245
- */
156
+
246
157
  describeSentimentDetectionJob(args: DescribeSentimentDetectionJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSentimentDetectionJobCommandOutput>;
247
158
  describeSentimentDetectionJob(args: DescribeSentimentDetectionJobCommandInput, cb: (err: any, data?: DescribeSentimentDetectionJobCommandOutput) => void): void;
248
159
  describeSentimentDetectionJob(args: DescribeSentimentDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSentimentDetectionJobCommandOutput) => void): void;
249
- /**
250
- * <p>Gets the properties associated with a topic detection job. Use this operation to get
251
- * the status of a detection job.</p>
252
- */
160
+
253
161
  describeTopicsDetectionJob(args: DescribeTopicsDetectionJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTopicsDetectionJobCommandOutput>;
254
162
  describeTopicsDetectionJob(args: DescribeTopicsDetectionJobCommandInput, cb: (err: any, data?: DescribeTopicsDetectionJobCommandOutput) => void): void;
255
163
  describeTopicsDetectionJob(args: DescribeTopicsDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTopicsDetectionJobCommandOutput) => void): void;
256
- /**
257
- * <p>Determines the dominant language of the input text. For a list of languages that Amazon
258
- * Comprehend can detect, see <a href="https://docs.aws.amazon.com/comprehend/latest/dg/how-languages.html">Amazon Comprehend Supported Languages</a>. </p>
259
- */
164
+
260
165
  detectDominantLanguage(args: DetectDominantLanguageCommandInput, options?: __HttpHandlerOptions): Promise<DetectDominantLanguageCommandOutput>;
261
166
  detectDominantLanguage(args: DetectDominantLanguageCommandInput, cb: (err: any, data?: DetectDominantLanguageCommandOutput) => void): void;
262
167
  detectDominantLanguage(args: DetectDominantLanguageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetectDominantLanguageCommandOutput) => void): void;
263
- /**
264
- * <p>Inspects text for named entities, and returns information about them. For more
265
- * information, about named entities, see <a>how-entities</a>. </p>
266
- */
168
+
267
169
  detectEntities(args: DetectEntitiesCommandInput, options?: __HttpHandlerOptions): Promise<DetectEntitiesCommandOutput>;
268
170
  detectEntities(args: DetectEntitiesCommandInput, cb: (err: any, data?: DetectEntitiesCommandOutput) => void): void;
269
171
  detectEntities(args: DetectEntitiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetectEntitiesCommandOutput) => void): void;
270
- /**
271
- * <p>Detects the key noun phrases found in the text. </p>
272
- */
172
+
273
173
  detectKeyPhrases(args: DetectKeyPhrasesCommandInput, options?: __HttpHandlerOptions): Promise<DetectKeyPhrasesCommandOutput>;
274
174
  detectKeyPhrases(args: DetectKeyPhrasesCommandInput, cb: (err: any, data?: DetectKeyPhrasesCommandOutput) => void): void;
275
175
  detectKeyPhrases(args: DetectKeyPhrasesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetectKeyPhrasesCommandOutput) => void): void;
276
- /**
277
- * <p>Inspects the input text for entities that contain personally identifiable information
278
- * (PII) and returns information about them.</p>
279
- */
176
+
280
177
  detectPiiEntities(args: DetectPiiEntitiesCommandInput, options?: __HttpHandlerOptions): Promise<DetectPiiEntitiesCommandOutput>;
281
178
  detectPiiEntities(args: DetectPiiEntitiesCommandInput, cb: (err: any, data?: DetectPiiEntitiesCommandOutput) => void): void;
282
179
  detectPiiEntities(args: DetectPiiEntitiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetectPiiEntitiesCommandOutput) => void): void;
283
- /**
284
- * <p>Inspects text and returns an inference of the prevailing sentiment
285
- * (<code>POSITIVE</code>, <code>NEUTRAL</code>, <code>MIXED</code>, or <code>NEGATIVE</code>). </p>
286
- */
180
+
287
181
  detectSentiment(args: DetectSentimentCommandInput, options?: __HttpHandlerOptions): Promise<DetectSentimentCommandOutput>;
288
182
  detectSentiment(args: DetectSentimentCommandInput, cb: (err: any, data?: DetectSentimentCommandOutput) => void): void;
289
183
  detectSentiment(args: DetectSentimentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetectSentimentCommandOutput) => void): void;
290
- /**
291
- * <p>Inspects text for syntax and the part of speech of words in the document. For more
292
- * information, <a>how-syntax</a>.</p>
293
- */
184
+
294
185
  detectSyntax(args: DetectSyntaxCommandInput, options?: __HttpHandlerOptions): Promise<DetectSyntaxCommandOutput>;
295
186
  detectSyntax(args: DetectSyntaxCommandInput, cb: (err: any, data?: DetectSyntaxCommandOutput) => void): void;
296
187
  detectSyntax(args: DetectSyntaxCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetectSyntaxCommandOutput) => void): void;
297
- /**
298
- * <p>Gets a list of the documentation classification jobs that you have submitted.</p>
299
- */
188
+
300
189
  listDocumentClassificationJobs(args: ListDocumentClassificationJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListDocumentClassificationJobsCommandOutput>;
301
190
  listDocumentClassificationJobs(args: ListDocumentClassificationJobsCommandInput, cb: (err: any, data?: ListDocumentClassificationJobsCommandOutput) => void): void;
302
191
  listDocumentClassificationJobs(args: ListDocumentClassificationJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDocumentClassificationJobsCommandOutput) => void): void;
303
- /**
304
- * <p>Gets a list of the document classifiers that you have created.</p>
305
- */
192
+
306
193
  listDocumentClassifiers(args: ListDocumentClassifiersCommandInput, options?: __HttpHandlerOptions): Promise<ListDocumentClassifiersCommandOutput>;
307
194
  listDocumentClassifiers(args: ListDocumentClassifiersCommandInput, cb: (err: any, data?: ListDocumentClassifiersCommandOutput) => void): void;
308
195
  listDocumentClassifiers(args: ListDocumentClassifiersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDocumentClassifiersCommandOutput) => void): void;
309
- /**
310
- * <p>Gets a list of summaries of the document classifiers that you have created</p>
311
- */
196
+
312
197
  listDocumentClassifierSummaries(args: ListDocumentClassifierSummariesCommandInput, options?: __HttpHandlerOptions): Promise<ListDocumentClassifierSummariesCommandOutput>;
313
198
  listDocumentClassifierSummaries(args: ListDocumentClassifierSummariesCommandInput, cb: (err: any, data?: ListDocumentClassifierSummariesCommandOutput) => void): void;
314
199
  listDocumentClassifierSummaries(args: ListDocumentClassifierSummariesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDocumentClassifierSummariesCommandOutput) => void): void;
315
- /**
316
- * <p>Gets a list of the dominant language detection jobs that you have submitted.</p>
317
- */
200
+
318
201
  listDominantLanguageDetectionJobs(args: ListDominantLanguageDetectionJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListDominantLanguageDetectionJobsCommandOutput>;
319
202
  listDominantLanguageDetectionJobs(args: ListDominantLanguageDetectionJobsCommandInput, cb: (err: any, data?: ListDominantLanguageDetectionJobsCommandOutput) => void): void;
320
203
  listDominantLanguageDetectionJobs(args: ListDominantLanguageDetectionJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDominantLanguageDetectionJobsCommandOutput) => void): void;
321
- /**
322
- * <p>Gets a list of all existing endpoints that you've created.</p>
323
- */
204
+
324
205
  listEndpoints(args: ListEndpointsCommandInput, options?: __HttpHandlerOptions): Promise<ListEndpointsCommandOutput>;
325
206
  listEndpoints(args: ListEndpointsCommandInput, cb: (err: any, data?: ListEndpointsCommandOutput) => void): void;
326
207
  listEndpoints(args: ListEndpointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEndpointsCommandOutput) => void): void;
327
- /**
328
- * <p>Gets a list of the entity detection jobs that you have submitted.</p>
329
- */
208
+
330
209
  listEntitiesDetectionJobs(args: ListEntitiesDetectionJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListEntitiesDetectionJobsCommandOutput>;
331
210
  listEntitiesDetectionJobs(args: ListEntitiesDetectionJobsCommandInput, cb: (err: any, data?: ListEntitiesDetectionJobsCommandOutput) => void): void;
332
211
  listEntitiesDetectionJobs(args: ListEntitiesDetectionJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEntitiesDetectionJobsCommandOutput) => void): void;
333
- /**
334
- * <p>Gets a list of the properties of all entity recognizers that you created, including
335
- * recognizers currently in training. Allows you to filter the list of recognizers based on
336
- * criteria such as status and submission time. This call returns up to 500 entity recognizers in
337
- * the list, with a default number of 100 recognizers in the list.</p>
338
- * <p>The results of this list are not in any particular order. Please get the list and sort
339
- * locally if needed.</p>
340
- */
212
+
341
213
  listEntityRecognizers(args: ListEntityRecognizersCommandInput, options?: __HttpHandlerOptions): Promise<ListEntityRecognizersCommandOutput>;
342
214
  listEntityRecognizers(args: ListEntityRecognizersCommandInput, cb: (err: any, data?: ListEntityRecognizersCommandOutput) => void): void;
343
215
  listEntityRecognizers(args: ListEntityRecognizersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEntityRecognizersCommandOutput) => void): void;
344
- /**
345
- * <p>Gets a list of summaries for the entity recognizers that you have created.</p>
346
- */
216
+
347
217
  listEntityRecognizerSummaries(args: ListEntityRecognizerSummariesCommandInput, options?: __HttpHandlerOptions): Promise<ListEntityRecognizerSummariesCommandOutput>;
348
218
  listEntityRecognizerSummaries(args: ListEntityRecognizerSummariesCommandInput, cb: (err: any, data?: ListEntityRecognizerSummariesCommandOutput) => void): void;
349
219
  listEntityRecognizerSummaries(args: ListEntityRecognizerSummariesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEntityRecognizerSummariesCommandOutput) => void): void;
350
- /**
351
- * <p>Gets a list of the events detection jobs that you have submitted.</p>
352
- */
220
+
353
221
  listEventsDetectionJobs(args: ListEventsDetectionJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListEventsDetectionJobsCommandOutput>;
354
222
  listEventsDetectionJobs(args: ListEventsDetectionJobsCommandInput, cb: (err: any, data?: ListEventsDetectionJobsCommandOutput) => void): void;
355
223
  listEventsDetectionJobs(args: ListEventsDetectionJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEventsDetectionJobsCommandOutput) => void): void;
356
- /**
357
- * <p>Get a list of key phrase detection jobs that you have submitted.</p>
358
- */
224
+
359
225
  listKeyPhrasesDetectionJobs(args: ListKeyPhrasesDetectionJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListKeyPhrasesDetectionJobsCommandOutput>;
360
226
  listKeyPhrasesDetectionJobs(args: ListKeyPhrasesDetectionJobsCommandInput, cb: (err: any, data?: ListKeyPhrasesDetectionJobsCommandOutput) => void): void;
361
227
  listKeyPhrasesDetectionJobs(args: ListKeyPhrasesDetectionJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListKeyPhrasesDetectionJobsCommandOutput) => void): void;
362
- /**
363
- * <p>Gets a list of the PII entity detection jobs that you have submitted.</p>
364
- */
228
+
365
229
  listPiiEntitiesDetectionJobs(args: ListPiiEntitiesDetectionJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListPiiEntitiesDetectionJobsCommandOutput>;
366
230
  listPiiEntitiesDetectionJobs(args: ListPiiEntitiesDetectionJobsCommandInput, cb: (err: any, data?: ListPiiEntitiesDetectionJobsCommandOutput) => void): void;
367
231
  listPiiEntitiesDetectionJobs(args: ListPiiEntitiesDetectionJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPiiEntitiesDetectionJobsCommandOutput) => void): void;
368
- /**
369
- * <p>Gets a list of sentiment detection jobs that you have submitted.</p>
370
- */
232
+
371
233
  listSentimentDetectionJobs(args: ListSentimentDetectionJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListSentimentDetectionJobsCommandOutput>;
372
234
  listSentimentDetectionJobs(args: ListSentimentDetectionJobsCommandInput, cb: (err: any, data?: ListSentimentDetectionJobsCommandOutput) => void): void;
373
235
  listSentimentDetectionJobs(args: ListSentimentDetectionJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSentimentDetectionJobsCommandOutput) => void): void;
374
- /**
375
- * <p>Lists all tags associated with a given Amazon Comprehend resource. </p>
376
- */
236
+
377
237
  listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
378
238
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
379
239
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
380
- /**
381
- * <p>Gets a list of the topic detection jobs that you have submitted.</p>
382
- */
240
+
383
241
  listTopicsDetectionJobs(args: ListTopicsDetectionJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListTopicsDetectionJobsCommandOutput>;
384
242
  listTopicsDetectionJobs(args: ListTopicsDetectionJobsCommandInput, cb: (err: any, data?: ListTopicsDetectionJobsCommandOutput) => void): void;
385
243
  listTopicsDetectionJobs(args: ListTopicsDetectionJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTopicsDetectionJobsCommandOutput) => void): void;
386
- /**
387
- * <p>Starts an asynchronous document classification job. Use the operation to track the progress of the
388
- * job.</p>
389
- */
244
+
390
245
  startDocumentClassificationJob(args: StartDocumentClassificationJobCommandInput, options?: __HttpHandlerOptions): Promise<StartDocumentClassificationJobCommandOutput>;
391
246
  startDocumentClassificationJob(args: StartDocumentClassificationJobCommandInput, cb: (err: any, data?: StartDocumentClassificationJobCommandOutput) => void): void;
392
247
  startDocumentClassificationJob(args: StartDocumentClassificationJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartDocumentClassificationJobCommandOutput) => void): void;
393
- /**
394
- * <p>Starts an asynchronous dominant language detection job for a collection of documents. Use
395
- * the operation to track the status
396
- * of a job.</p>
397
- */
248
+
398
249
  startDominantLanguageDetectionJob(args: StartDominantLanguageDetectionJobCommandInput, options?: __HttpHandlerOptions): Promise<StartDominantLanguageDetectionJobCommandOutput>;
399
250
  startDominantLanguageDetectionJob(args: StartDominantLanguageDetectionJobCommandInput, cb: (err: any, data?: StartDominantLanguageDetectionJobCommandOutput) => void): void;
400
251
  startDominantLanguageDetectionJob(args: StartDominantLanguageDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartDominantLanguageDetectionJobCommandOutput) => void): void;
401
- /**
402
- * <p>Starts an asynchronous entity detection job for a collection of documents. Use the operation to track the status of a job.</p>
403
- * <p>This API can be used for either standard entity detection or custom entity recognition. In
404
- * order to be used for custom entity recognition, the optional <code>EntityRecognizerArn</code>
405
- * must be used in order to provide access to the recognizer being used to detect the custom
406
- * entity.</p>
407
- */
252
+
408
253
  startEntitiesDetectionJob(args: StartEntitiesDetectionJobCommandInput, options?: __HttpHandlerOptions): Promise<StartEntitiesDetectionJobCommandOutput>;
409
254
  startEntitiesDetectionJob(args: StartEntitiesDetectionJobCommandInput, cb: (err: any, data?: StartEntitiesDetectionJobCommandOutput) => void): void;
410
255
  startEntitiesDetectionJob(args: StartEntitiesDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartEntitiesDetectionJobCommandOutput) => void): void;
411
- /**
412
- * <p>Starts an asynchronous event detection job for a collection of documents.</p>
413
- */
256
+
414
257
  startEventsDetectionJob(args: StartEventsDetectionJobCommandInput, options?: __HttpHandlerOptions): Promise<StartEventsDetectionJobCommandOutput>;
415
258
  startEventsDetectionJob(args: StartEventsDetectionJobCommandInput, cb: (err: any, data?: StartEventsDetectionJobCommandOutput) => void): void;
416
259
  startEventsDetectionJob(args: StartEventsDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartEventsDetectionJobCommandOutput) => void): void;
417
- /**
418
- * <p>Starts an asynchronous key phrase detection job for a collection of documents. Use the
419
- * operation to track the status of a
420
- * job.</p>
421
- */
260
+
422
261
  startKeyPhrasesDetectionJob(args: StartKeyPhrasesDetectionJobCommandInput, options?: __HttpHandlerOptions): Promise<StartKeyPhrasesDetectionJobCommandOutput>;
423
262
  startKeyPhrasesDetectionJob(args: StartKeyPhrasesDetectionJobCommandInput, cb: (err: any, data?: StartKeyPhrasesDetectionJobCommandOutput) => void): void;
424
263
  startKeyPhrasesDetectionJob(args: StartKeyPhrasesDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartKeyPhrasesDetectionJobCommandOutput) => void): void;
425
- /**
426
- * <p>Starts an asynchronous PII entity detection job for a collection of documents.</p>
427
- */
264
+
428
265
  startPiiEntitiesDetectionJob(args: StartPiiEntitiesDetectionJobCommandInput, options?: __HttpHandlerOptions): Promise<StartPiiEntitiesDetectionJobCommandOutput>;
429
266
  startPiiEntitiesDetectionJob(args: StartPiiEntitiesDetectionJobCommandInput, cb: (err: any, data?: StartPiiEntitiesDetectionJobCommandOutput) => void): void;
430
267
  startPiiEntitiesDetectionJob(args: StartPiiEntitiesDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartPiiEntitiesDetectionJobCommandOutput) => void): void;
431
- /**
432
- * <p>Starts an asynchronous sentiment detection job for a collection of documents. use the
433
- * operation to track the status of a
434
- * job.</p>
435
- */
268
+
436
269
  startSentimentDetectionJob(args: StartSentimentDetectionJobCommandInput, options?: __HttpHandlerOptions): Promise<StartSentimentDetectionJobCommandOutput>;
437
270
  startSentimentDetectionJob(args: StartSentimentDetectionJobCommandInput, cb: (err: any, data?: StartSentimentDetectionJobCommandOutput) => void): void;
438
271
  startSentimentDetectionJob(args: StartSentimentDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartSentimentDetectionJobCommandOutput) => void): void;
439
- /**
440
- * <p>Starts an asynchronous topic detection job. Use the
441
- * <code>DescribeTopicDetectionJob</code> operation to track the status of a job.</p>
442
- */
272
+
443
273
  startTopicsDetectionJob(args: StartTopicsDetectionJobCommandInput, options?: __HttpHandlerOptions): Promise<StartTopicsDetectionJobCommandOutput>;
444
274
  startTopicsDetectionJob(args: StartTopicsDetectionJobCommandInput, cb: (err: any, data?: StartTopicsDetectionJobCommandOutput) => void): void;
445
275
  startTopicsDetectionJob(args: StartTopicsDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartTopicsDetectionJobCommandOutput) => void): void;
446
- /**
447
- * <p>Stops a dominant language detection job in progress.</p>
448
- * <p>If the job state is <code>IN_PROGRESS</code> the job is marked for termination and put
449
- * into the <code>STOP_REQUESTED</code> state. If the job completes before it can be stopped, it
450
- * is put into the <code>COMPLETED</code> state; otherwise the job is stopped and put into the
451
- * <code>STOPPED</code> state.</p>
452
- * <p>If the job is in the <code>COMPLETED</code> or <code>FAILED</code> state when you call the
453
- * <code>StopDominantLanguageDetectionJob</code> operation, the operation returns a 400
454
- * Internal Request Exception. </p>
455
- * <p>When a job is stopped, any documents already processed are written to the output
456
- * location.</p>
457
- */
276
+
458
277
  stopDominantLanguageDetectionJob(args: StopDominantLanguageDetectionJobCommandInput, options?: __HttpHandlerOptions): Promise<StopDominantLanguageDetectionJobCommandOutput>;
459
278
  stopDominantLanguageDetectionJob(args: StopDominantLanguageDetectionJobCommandInput, cb: (err: any, data?: StopDominantLanguageDetectionJobCommandOutput) => void): void;
460
279
  stopDominantLanguageDetectionJob(args: StopDominantLanguageDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopDominantLanguageDetectionJobCommandOutput) => void): void;
461
- /**
462
- * <p>Stops an entities detection job in progress.</p>
463
- * <p>If the job state is <code>IN_PROGRESS</code> the job is marked for termination and put
464
- * into the <code>STOP_REQUESTED</code> state. If the job completes before it can be stopped, it
465
- * is put into the <code>COMPLETED</code> state; otherwise the job is stopped and put into the
466
- * <code>STOPPED</code> state.</p>
467
- * <p>If the job is in the <code>COMPLETED</code> or <code>FAILED</code> state when you call the
468
- * <code>StopDominantLanguageDetectionJob</code> operation, the operation returns a 400
469
- * Internal Request Exception. </p>
470
- * <p>When a job is stopped, any documents already processed are written to the output
471
- * location.</p>
472
- */
280
+
473
281
  stopEntitiesDetectionJob(args: StopEntitiesDetectionJobCommandInput, options?: __HttpHandlerOptions): Promise<StopEntitiesDetectionJobCommandOutput>;
474
282
  stopEntitiesDetectionJob(args: StopEntitiesDetectionJobCommandInput, cb: (err: any, data?: StopEntitiesDetectionJobCommandOutput) => void): void;
475
283
  stopEntitiesDetectionJob(args: StopEntitiesDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopEntitiesDetectionJobCommandOutput) => void): void;
476
- /**
477
- * <p>Stops an events detection job in progress.</p>
478
- */
284
+
479
285
  stopEventsDetectionJob(args: StopEventsDetectionJobCommandInput, options?: __HttpHandlerOptions): Promise<StopEventsDetectionJobCommandOutput>;
480
286
  stopEventsDetectionJob(args: StopEventsDetectionJobCommandInput, cb: (err: any, data?: StopEventsDetectionJobCommandOutput) => void): void;
481
287
  stopEventsDetectionJob(args: StopEventsDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopEventsDetectionJobCommandOutput) => void): void;
482
- /**
483
- * <p>Stops a key phrases detection job in progress.</p>
484
- * <p>If the job state is <code>IN_PROGRESS</code> the job is marked for termination and put
485
- * into the <code>STOP_REQUESTED</code> state. If the job completes before it can be stopped, it
486
- * is put into the <code>COMPLETED</code> state; otherwise the job is stopped and put into the
487
- * <code>STOPPED</code> state.</p>
488
- * <p>If the job is in the <code>COMPLETED</code> or <code>FAILED</code> state when you call the
489
- * <code>StopDominantLanguageDetectionJob</code> operation, the operation returns a 400
490
- * Internal Request Exception. </p>
491
- * <p>When a job is stopped, any documents already processed are written to the output
492
- * location.</p>
493
- */
288
+
494
289
  stopKeyPhrasesDetectionJob(args: StopKeyPhrasesDetectionJobCommandInput, options?: __HttpHandlerOptions): Promise<StopKeyPhrasesDetectionJobCommandOutput>;
495
290
  stopKeyPhrasesDetectionJob(args: StopKeyPhrasesDetectionJobCommandInput, cb: (err: any, data?: StopKeyPhrasesDetectionJobCommandOutput) => void): void;
496
291
  stopKeyPhrasesDetectionJob(args: StopKeyPhrasesDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopKeyPhrasesDetectionJobCommandOutput) => void): void;
497
- /**
498
- * <p>Stops a PII entities detection job in progress.</p>
499
- */
292
+
500
293
  stopPiiEntitiesDetectionJob(args: StopPiiEntitiesDetectionJobCommandInput, options?: __HttpHandlerOptions): Promise<StopPiiEntitiesDetectionJobCommandOutput>;
501
294
  stopPiiEntitiesDetectionJob(args: StopPiiEntitiesDetectionJobCommandInput, cb: (err: any, data?: StopPiiEntitiesDetectionJobCommandOutput) => void): void;
502
295
  stopPiiEntitiesDetectionJob(args: StopPiiEntitiesDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopPiiEntitiesDetectionJobCommandOutput) => void): void;
503
- /**
504
- * <p>Stops a sentiment detection job in progress.</p>
505
- * <p>If the job state is <code>IN_PROGRESS</code> the job is marked for termination and put
506
- * into the <code>STOP_REQUESTED</code> state. If the job completes before it can be stopped, it
507
- * is put into the <code>COMPLETED</code> state; otherwise the job is be stopped and put into the
508
- * <code>STOPPED</code> state.</p>
509
- * <p>If the job is in the <code>COMPLETED</code> or <code>FAILED</code> state when you call the
510
- * <code>StopDominantLanguageDetectionJob</code> operation, the operation returns a 400
511
- * Internal Request Exception. </p>
512
- * <p>When a job is stopped, any documents already processed are written to the output
513
- * location.</p>
514
- */
296
+
515
297
  stopSentimentDetectionJob(args: StopSentimentDetectionJobCommandInput, options?: __HttpHandlerOptions): Promise<StopSentimentDetectionJobCommandOutput>;
516
298
  stopSentimentDetectionJob(args: StopSentimentDetectionJobCommandInput, cb: (err: any, data?: StopSentimentDetectionJobCommandOutput) => void): void;
517
299
  stopSentimentDetectionJob(args: StopSentimentDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopSentimentDetectionJobCommandOutput) => void): void;
518
- /**
519
- * <p>Stops a document classifier training job while in progress.</p>
520
- * <p>If the training job state is <code>TRAINING</code>, the job is marked for termination and
521
- * put into the <code>STOP_REQUESTED</code> state. If the training job completes before it can be
522
- * stopped, it is put into the <code>TRAINED</code>; otherwise the training job is stopped and
523
- * put into the <code>STOPPED</code> state and the service sends back an HTTP 200 response with
524
- * an empty HTTP body. </p>
525
- */
300
+
526
301
  stopTrainingDocumentClassifier(args: StopTrainingDocumentClassifierCommandInput, options?: __HttpHandlerOptions): Promise<StopTrainingDocumentClassifierCommandOutput>;
527
302
  stopTrainingDocumentClassifier(args: StopTrainingDocumentClassifierCommandInput, cb: (err: any, data?: StopTrainingDocumentClassifierCommandOutput) => void): void;
528
303
  stopTrainingDocumentClassifier(args: StopTrainingDocumentClassifierCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopTrainingDocumentClassifierCommandOutput) => void): void;
529
- /**
530
- * <p>Stops an entity recognizer training job while in progress.</p>
531
- * <p>If the training job state is <code>TRAINING</code>, the job is marked for termination and
532
- * put into the <code>STOP_REQUESTED</code> state. If the training job completes before it can be
533
- * stopped, it is put into the <code>TRAINED</code>; otherwise the training job is stopped and
534
- * putted into the <code>STOPPED</code> state and the service sends back an HTTP 200 response
535
- * with an empty HTTP body.</p>
536
- */
304
+
537
305
  stopTrainingEntityRecognizer(args: StopTrainingEntityRecognizerCommandInput, options?: __HttpHandlerOptions): Promise<StopTrainingEntityRecognizerCommandOutput>;
538
306
  stopTrainingEntityRecognizer(args: StopTrainingEntityRecognizerCommandInput, cb: (err: any, data?: StopTrainingEntityRecognizerCommandOutput) => void): void;
539
307
  stopTrainingEntityRecognizer(args: StopTrainingEntityRecognizerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopTrainingEntityRecognizerCommandOutput) => void): void;
540
- /**
541
- * <p>Associates a specific tag with an Amazon Comprehend resource. A tag is a key-value pair
542
- * that adds as a metadata to a resource used by Amazon Comprehend. For example, a tag with
543
- * "Sales" as the key might be added to a resource to indicate its use by the sales department.
544
- * </p>
545
- */
308
+
546
309
  tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
547
310
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
548
311
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
549
- /**
550
- * <p>Removes a specific tag associated with an Amazon Comprehend resource. </p>
551
- */
312
+
552
313
  untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
553
314
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
554
315
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
555
- /**
556
- * <p>Updates information about the specified endpoint.</p>
557
- */
316
+
558
317
  updateEndpoint(args: UpdateEndpointCommandInput, options?: __HttpHandlerOptions): Promise<UpdateEndpointCommandOutput>;
559
318
  updateEndpoint(args: UpdateEndpointCommandInput, cb: (err: any, data?: UpdateEndpointCommandOutput) => void): void;
560
319
  updateEndpoint(args: UpdateEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEndpointCommandOutput) => void): void;