@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
@@ -1,575 +0,0 @@
1
- import {
2
- EndpointsInputConfig,
3
- EndpointsResolvedConfig,
4
- RegionInputConfig,
5
- RegionResolvedConfig,
6
- resolveEndpointsConfig,
7
- resolveRegionConfig,
8
- } from "@aws-sdk/config-resolver";
9
- import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
10
- import {
11
- getHostHeaderPlugin,
12
- HostHeaderInputConfig,
13
- HostHeaderResolvedConfig,
14
- resolveHostHeaderConfig,
15
- } from "@aws-sdk/middleware-host-header";
16
- import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
17
- import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
18
- import {
19
- AwsAuthInputConfig,
20
- AwsAuthResolvedConfig,
21
- getAwsAuthPlugin,
22
- resolveAwsAuthConfig,
23
- } from "@aws-sdk/middleware-signing";
24
- import {
25
- getUserAgentPlugin,
26
- resolveUserAgentConfig,
27
- UserAgentInputConfig,
28
- UserAgentResolvedConfig,
29
- } from "@aws-sdk/middleware-user-agent";
30
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
31
- import {
32
- Client as __Client,
33
- SmithyConfiguration as __SmithyConfiguration,
34
- SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
35
- } from "@aws-sdk/smithy-client";
36
- import {
37
- Credentials as __Credentials,
38
- Decoder as __Decoder,
39
- Encoder as __Encoder,
40
- Hash as __Hash,
41
- HashConstructor as __HashConstructor,
42
- HttpHandlerOptions as __HttpHandlerOptions,
43
- Logger as __Logger,
44
- Provider as __Provider,
45
- Provider,
46
- RegionInfoProvider,
47
- StreamCollector as __StreamCollector,
48
- UrlParser as __UrlParser,
49
- UserAgent as __UserAgent,
50
- } from "@aws-sdk/types";
51
-
52
- import {
53
- BatchDetectDominantLanguageCommandInput,
54
- BatchDetectDominantLanguageCommandOutput,
55
- } from "./commands/BatchDetectDominantLanguageCommand";
56
- import {
57
- BatchDetectEntitiesCommandInput,
58
- BatchDetectEntitiesCommandOutput,
59
- } from "./commands/BatchDetectEntitiesCommand";
60
- import {
61
- BatchDetectKeyPhrasesCommandInput,
62
- BatchDetectKeyPhrasesCommandOutput,
63
- } from "./commands/BatchDetectKeyPhrasesCommand";
64
- import {
65
- BatchDetectSentimentCommandInput,
66
- BatchDetectSentimentCommandOutput,
67
- } from "./commands/BatchDetectSentimentCommand";
68
- import { BatchDetectSyntaxCommandInput, BatchDetectSyntaxCommandOutput } from "./commands/BatchDetectSyntaxCommand";
69
- import { ClassifyDocumentCommandInput, ClassifyDocumentCommandOutput } from "./commands/ClassifyDocumentCommand";
70
- import {
71
- ContainsPiiEntitiesCommandInput,
72
- ContainsPiiEntitiesCommandOutput,
73
- } from "./commands/ContainsPiiEntitiesCommand";
74
- import {
75
- CreateDocumentClassifierCommandInput,
76
- CreateDocumentClassifierCommandOutput,
77
- } from "./commands/CreateDocumentClassifierCommand";
78
- import { CreateEndpointCommandInput, CreateEndpointCommandOutput } from "./commands/CreateEndpointCommand";
79
- import {
80
- CreateEntityRecognizerCommandInput,
81
- CreateEntityRecognizerCommandOutput,
82
- } from "./commands/CreateEntityRecognizerCommand";
83
- import {
84
- DeleteDocumentClassifierCommandInput,
85
- DeleteDocumentClassifierCommandOutput,
86
- } from "./commands/DeleteDocumentClassifierCommand";
87
- import { DeleteEndpointCommandInput, DeleteEndpointCommandOutput } from "./commands/DeleteEndpointCommand";
88
- import {
89
- DeleteEntityRecognizerCommandInput,
90
- DeleteEntityRecognizerCommandOutput,
91
- } from "./commands/DeleteEntityRecognizerCommand";
92
- import {
93
- DescribeDocumentClassificationJobCommandInput,
94
- DescribeDocumentClassificationJobCommandOutput,
95
- } from "./commands/DescribeDocumentClassificationJobCommand";
96
- import {
97
- DescribeDocumentClassifierCommandInput,
98
- DescribeDocumentClassifierCommandOutput,
99
- } from "./commands/DescribeDocumentClassifierCommand";
100
- import {
101
- DescribeDominantLanguageDetectionJobCommandInput,
102
- DescribeDominantLanguageDetectionJobCommandOutput,
103
- } from "./commands/DescribeDominantLanguageDetectionJobCommand";
104
- import { DescribeEndpointCommandInput, DescribeEndpointCommandOutput } from "./commands/DescribeEndpointCommand";
105
- import {
106
- DescribeEntitiesDetectionJobCommandInput,
107
- DescribeEntitiesDetectionJobCommandOutput,
108
- } from "./commands/DescribeEntitiesDetectionJobCommand";
109
- import {
110
- DescribeEntityRecognizerCommandInput,
111
- DescribeEntityRecognizerCommandOutput,
112
- } from "./commands/DescribeEntityRecognizerCommand";
113
- import {
114
- DescribeEventsDetectionJobCommandInput,
115
- DescribeEventsDetectionJobCommandOutput,
116
- } from "./commands/DescribeEventsDetectionJobCommand";
117
- import {
118
- DescribeKeyPhrasesDetectionJobCommandInput,
119
- DescribeKeyPhrasesDetectionJobCommandOutput,
120
- } from "./commands/DescribeKeyPhrasesDetectionJobCommand";
121
- import {
122
- DescribePiiEntitiesDetectionJobCommandInput,
123
- DescribePiiEntitiesDetectionJobCommandOutput,
124
- } from "./commands/DescribePiiEntitiesDetectionJobCommand";
125
- import {
126
- DescribeSentimentDetectionJobCommandInput,
127
- DescribeSentimentDetectionJobCommandOutput,
128
- } from "./commands/DescribeSentimentDetectionJobCommand";
129
- import {
130
- DescribeTopicsDetectionJobCommandInput,
131
- DescribeTopicsDetectionJobCommandOutput,
132
- } from "./commands/DescribeTopicsDetectionJobCommand";
133
- import {
134
- DetectDominantLanguageCommandInput,
135
- DetectDominantLanguageCommandOutput,
136
- } from "./commands/DetectDominantLanguageCommand";
137
- import { DetectEntitiesCommandInput, DetectEntitiesCommandOutput } from "./commands/DetectEntitiesCommand";
138
- import { DetectKeyPhrasesCommandInput, DetectKeyPhrasesCommandOutput } from "./commands/DetectKeyPhrasesCommand";
139
- import { DetectPiiEntitiesCommandInput, DetectPiiEntitiesCommandOutput } from "./commands/DetectPiiEntitiesCommand";
140
- import { DetectSentimentCommandInput, DetectSentimentCommandOutput } from "./commands/DetectSentimentCommand";
141
- import { DetectSyntaxCommandInput, DetectSyntaxCommandOutput } from "./commands/DetectSyntaxCommand";
142
- import {
143
- ListDocumentClassificationJobsCommandInput,
144
- ListDocumentClassificationJobsCommandOutput,
145
- } from "./commands/ListDocumentClassificationJobsCommand";
146
- import {
147
- ListDocumentClassifiersCommandInput,
148
- ListDocumentClassifiersCommandOutput,
149
- } from "./commands/ListDocumentClassifiersCommand";
150
- import {
151
- ListDocumentClassifierSummariesCommandInput,
152
- ListDocumentClassifierSummariesCommandOutput,
153
- } from "./commands/ListDocumentClassifierSummariesCommand";
154
- import {
155
- ListDominantLanguageDetectionJobsCommandInput,
156
- ListDominantLanguageDetectionJobsCommandOutput,
157
- } from "./commands/ListDominantLanguageDetectionJobsCommand";
158
- import { ListEndpointsCommandInput, ListEndpointsCommandOutput } from "./commands/ListEndpointsCommand";
159
- import {
160
- ListEntitiesDetectionJobsCommandInput,
161
- ListEntitiesDetectionJobsCommandOutput,
162
- } from "./commands/ListEntitiesDetectionJobsCommand";
163
- import {
164
- ListEntityRecognizersCommandInput,
165
- ListEntityRecognizersCommandOutput,
166
- } from "./commands/ListEntityRecognizersCommand";
167
- import {
168
- ListEntityRecognizerSummariesCommandInput,
169
- ListEntityRecognizerSummariesCommandOutput,
170
- } from "./commands/ListEntityRecognizerSummariesCommand";
171
- import {
172
- ListEventsDetectionJobsCommandInput,
173
- ListEventsDetectionJobsCommandOutput,
174
- } from "./commands/ListEventsDetectionJobsCommand";
175
- import {
176
- ListKeyPhrasesDetectionJobsCommandInput,
177
- ListKeyPhrasesDetectionJobsCommandOutput,
178
- } from "./commands/ListKeyPhrasesDetectionJobsCommand";
179
- import {
180
- ListPiiEntitiesDetectionJobsCommandInput,
181
- ListPiiEntitiesDetectionJobsCommandOutput,
182
- } from "./commands/ListPiiEntitiesDetectionJobsCommand";
183
- import {
184
- ListSentimentDetectionJobsCommandInput,
185
- ListSentimentDetectionJobsCommandOutput,
186
- } from "./commands/ListSentimentDetectionJobsCommand";
187
- import {
188
- ListTagsForResourceCommandInput,
189
- ListTagsForResourceCommandOutput,
190
- } from "./commands/ListTagsForResourceCommand";
191
- import {
192
- ListTopicsDetectionJobsCommandInput,
193
- ListTopicsDetectionJobsCommandOutput,
194
- } from "./commands/ListTopicsDetectionJobsCommand";
195
- import {
196
- StartDocumentClassificationJobCommandInput,
197
- StartDocumentClassificationJobCommandOutput,
198
- } from "./commands/StartDocumentClassificationJobCommand";
199
- import {
200
- StartDominantLanguageDetectionJobCommandInput,
201
- StartDominantLanguageDetectionJobCommandOutput,
202
- } from "./commands/StartDominantLanguageDetectionJobCommand";
203
- import {
204
- StartEntitiesDetectionJobCommandInput,
205
- StartEntitiesDetectionJobCommandOutput,
206
- } from "./commands/StartEntitiesDetectionJobCommand";
207
- import {
208
- StartEventsDetectionJobCommandInput,
209
- StartEventsDetectionJobCommandOutput,
210
- } from "./commands/StartEventsDetectionJobCommand";
211
- import {
212
- StartKeyPhrasesDetectionJobCommandInput,
213
- StartKeyPhrasesDetectionJobCommandOutput,
214
- } from "./commands/StartKeyPhrasesDetectionJobCommand";
215
- import {
216
- StartPiiEntitiesDetectionJobCommandInput,
217
- StartPiiEntitiesDetectionJobCommandOutput,
218
- } from "./commands/StartPiiEntitiesDetectionJobCommand";
219
- import {
220
- StartSentimentDetectionJobCommandInput,
221
- StartSentimentDetectionJobCommandOutput,
222
- } from "./commands/StartSentimentDetectionJobCommand";
223
- import {
224
- StartTopicsDetectionJobCommandInput,
225
- StartTopicsDetectionJobCommandOutput,
226
- } from "./commands/StartTopicsDetectionJobCommand";
227
- import {
228
- StopDominantLanguageDetectionJobCommandInput,
229
- StopDominantLanguageDetectionJobCommandOutput,
230
- } from "./commands/StopDominantLanguageDetectionJobCommand";
231
- import {
232
- StopEntitiesDetectionJobCommandInput,
233
- StopEntitiesDetectionJobCommandOutput,
234
- } from "./commands/StopEntitiesDetectionJobCommand";
235
- import {
236
- StopEventsDetectionJobCommandInput,
237
- StopEventsDetectionJobCommandOutput,
238
- } from "./commands/StopEventsDetectionJobCommand";
239
- import {
240
- StopKeyPhrasesDetectionJobCommandInput,
241
- StopKeyPhrasesDetectionJobCommandOutput,
242
- } from "./commands/StopKeyPhrasesDetectionJobCommand";
243
- import {
244
- StopPiiEntitiesDetectionJobCommandInput,
245
- StopPiiEntitiesDetectionJobCommandOutput,
246
- } from "./commands/StopPiiEntitiesDetectionJobCommand";
247
- import {
248
- StopSentimentDetectionJobCommandInput,
249
- StopSentimentDetectionJobCommandOutput,
250
- } from "./commands/StopSentimentDetectionJobCommand";
251
- import {
252
- StopTrainingDocumentClassifierCommandInput,
253
- StopTrainingDocumentClassifierCommandOutput,
254
- } from "./commands/StopTrainingDocumentClassifierCommand";
255
- import {
256
- StopTrainingEntityRecognizerCommandInput,
257
- StopTrainingEntityRecognizerCommandOutput,
258
- } from "./commands/StopTrainingEntityRecognizerCommand";
259
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
260
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
261
- import { UpdateEndpointCommandInput, UpdateEndpointCommandOutput } from "./commands/UpdateEndpointCommand";
262
- import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
263
-
264
- export type ServiceInputTypes =
265
- | BatchDetectDominantLanguageCommandInput
266
- | BatchDetectEntitiesCommandInput
267
- | BatchDetectKeyPhrasesCommandInput
268
- | BatchDetectSentimentCommandInput
269
- | BatchDetectSyntaxCommandInput
270
- | ClassifyDocumentCommandInput
271
- | ContainsPiiEntitiesCommandInput
272
- | CreateDocumentClassifierCommandInput
273
- | CreateEndpointCommandInput
274
- | CreateEntityRecognizerCommandInput
275
- | DeleteDocumentClassifierCommandInput
276
- | DeleteEndpointCommandInput
277
- | DeleteEntityRecognizerCommandInput
278
- | DescribeDocumentClassificationJobCommandInput
279
- | DescribeDocumentClassifierCommandInput
280
- | DescribeDominantLanguageDetectionJobCommandInput
281
- | DescribeEndpointCommandInput
282
- | DescribeEntitiesDetectionJobCommandInput
283
- | DescribeEntityRecognizerCommandInput
284
- | DescribeEventsDetectionJobCommandInput
285
- | DescribeKeyPhrasesDetectionJobCommandInput
286
- | DescribePiiEntitiesDetectionJobCommandInput
287
- | DescribeSentimentDetectionJobCommandInput
288
- | DescribeTopicsDetectionJobCommandInput
289
- | DetectDominantLanguageCommandInput
290
- | DetectEntitiesCommandInput
291
- | DetectKeyPhrasesCommandInput
292
- | DetectPiiEntitiesCommandInput
293
- | DetectSentimentCommandInput
294
- | DetectSyntaxCommandInput
295
- | ListDocumentClassificationJobsCommandInput
296
- | ListDocumentClassifierSummariesCommandInput
297
- | ListDocumentClassifiersCommandInput
298
- | ListDominantLanguageDetectionJobsCommandInput
299
- | ListEndpointsCommandInput
300
- | ListEntitiesDetectionJobsCommandInput
301
- | ListEntityRecognizerSummariesCommandInput
302
- | ListEntityRecognizersCommandInput
303
- | ListEventsDetectionJobsCommandInput
304
- | ListKeyPhrasesDetectionJobsCommandInput
305
- | ListPiiEntitiesDetectionJobsCommandInput
306
- | ListSentimentDetectionJobsCommandInput
307
- | ListTagsForResourceCommandInput
308
- | ListTopicsDetectionJobsCommandInput
309
- | StartDocumentClassificationJobCommandInput
310
- | StartDominantLanguageDetectionJobCommandInput
311
- | StartEntitiesDetectionJobCommandInput
312
- | StartEventsDetectionJobCommandInput
313
- | StartKeyPhrasesDetectionJobCommandInput
314
- | StartPiiEntitiesDetectionJobCommandInput
315
- | StartSentimentDetectionJobCommandInput
316
- | StartTopicsDetectionJobCommandInput
317
- | StopDominantLanguageDetectionJobCommandInput
318
- | StopEntitiesDetectionJobCommandInput
319
- | StopEventsDetectionJobCommandInput
320
- | StopKeyPhrasesDetectionJobCommandInput
321
- | StopPiiEntitiesDetectionJobCommandInput
322
- | StopSentimentDetectionJobCommandInput
323
- | StopTrainingDocumentClassifierCommandInput
324
- | StopTrainingEntityRecognizerCommandInput
325
- | TagResourceCommandInput
326
- | UntagResourceCommandInput
327
- | UpdateEndpointCommandInput;
328
-
329
- export type ServiceOutputTypes =
330
- | BatchDetectDominantLanguageCommandOutput
331
- | BatchDetectEntitiesCommandOutput
332
- | BatchDetectKeyPhrasesCommandOutput
333
- | BatchDetectSentimentCommandOutput
334
- | BatchDetectSyntaxCommandOutput
335
- | ClassifyDocumentCommandOutput
336
- | ContainsPiiEntitiesCommandOutput
337
- | CreateDocumentClassifierCommandOutput
338
- | CreateEndpointCommandOutput
339
- | CreateEntityRecognizerCommandOutput
340
- | DeleteDocumentClassifierCommandOutput
341
- | DeleteEndpointCommandOutput
342
- | DeleteEntityRecognizerCommandOutput
343
- | DescribeDocumentClassificationJobCommandOutput
344
- | DescribeDocumentClassifierCommandOutput
345
- | DescribeDominantLanguageDetectionJobCommandOutput
346
- | DescribeEndpointCommandOutput
347
- | DescribeEntitiesDetectionJobCommandOutput
348
- | DescribeEntityRecognizerCommandOutput
349
- | DescribeEventsDetectionJobCommandOutput
350
- | DescribeKeyPhrasesDetectionJobCommandOutput
351
- | DescribePiiEntitiesDetectionJobCommandOutput
352
- | DescribeSentimentDetectionJobCommandOutput
353
- | DescribeTopicsDetectionJobCommandOutput
354
- | DetectDominantLanguageCommandOutput
355
- | DetectEntitiesCommandOutput
356
- | DetectKeyPhrasesCommandOutput
357
- | DetectPiiEntitiesCommandOutput
358
- | DetectSentimentCommandOutput
359
- | DetectSyntaxCommandOutput
360
- | ListDocumentClassificationJobsCommandOutput
361
- | ListDocumentClassifierSummariesCommandOutput
362
- | ListDocumentClassifiersCommandOutput
363
- | ListDominantLanguageDetectionJobsCommandOutput
364
- | ListEndpointsCommandOutput
365
- | ListEntitiesDetectionJobsCommandOutput
366
- | ListEntityRecognizerSummariesCommandOutput
367
- | ListEntityRecognizersCommandOutput
368
- | ListEventsDetectionJobsCommandOutput
369
- | ListKeyPhrasesDetectionJobsCommandOutput
370
- | ListPiiEntitiesDetectionJobsCommandOutput
371
- | ListSentimentDetectionJobsCommandOutput
372
- | ListTagsForResourceCommandOutput
373
- | ListTopicsDetectionJobsCommandOutput
374
- | StartDocumentClassificationJobCommandOutput
375
- | StartDominantLanguageDetectionJobCommandOutput
376
- | StartEntitiesDetectionJobCommandOutput
377
- | StartEventsDetectionJobCommandOutput
378
- | StartKeyPhrasesDetectionJobCommandOutput
379
- | StartPiiEntitiesDetectionJobCommandOutput
380
- | StartSentimentDetectionJobCommandOutput
381
- | StartTopicsDetectionJobCommandOutput
382
- | StopDominantLanguageDetectionJobCommandOutput
383
- | StopEntitiesDetectionJobCommandOutput
384
- | StopEventsDetectionJobCommandOutput
385
- | StopKeyPhrasesDetectionJobCommandOutput
386
- | StopPiiEntitiesDetectionJobCommandOutput
387
- | StopSentimentDetectionJobCommandOutput
388
- | StopTrainingDocumentClassifierCommandOutput
389
- | StopTrainingEntityRecognizerCommandOutput
390
- | TagResourceCommandOutput
391
- | UntagResourceCommandOutput
392
- | UpdateEndpointCommandOutput;
393
-
394
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
395
- /**
396
- * The HTTP handler to use. Fetch in browser and Https in Nodejs.
397
- */
398
- requestHandler?: __HttpHandler;
399
-
400
- /**
401
- * A constructor for a class implementing the {@link __Hash} interface
402
- * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
403
- * @internal
404
- */
405
- sha256?: __HashConstructor;
406
-
407
- /**
408
- * The function that will be used to convert strings into HTTP endpoints.
409
- * @internal
410
- */
411
- urlParser?: __UrlParser;
412
-
413
- /**
414
- * A function that can calculate the length of a request body.
415
- * @internal
416
- */
417
- bodyLengthChecker?: (body: any) => number | undefined;
418
-
419
- /**
420
- * A function that converts a stream into an array of bytes.
421
- * @internal
422
- */
423
- streamCollector?: __StreamCollector;
424
-
425
- /**
426
- * The function that will be used to convert a base64-encoded string to a byte array.
427
- * @internal
428
- */
429
- base64Decoder?: __Decoder;
430
-
431
- /**
432
- * The function that will be used to convert binary data to a base64-encoded string.
433
- * @internal
434
- */
435
- base64Encoder?: __Encoder;
436
-
437
- /**
438
- * The function that will be used to convert a UTF8-encoded string to a byte array.
439
- * @internal
440
- */
441
- utf8Decoder?: __Decoder;
442
-
443
- /**
444
- * The function that will be used to convert binary data to a UTF-8 encoded string.
445
- * @internal
446
- */
447
- utf8Encoder?: __Encoder;
448
-
449
- /**
450
- * The runtime environment.
451
- * @internal
452
- */
453
- runtime?: string;
454
-
455
- /**
456
- * Disable dyanamically changing the endpoint of the client based on the hostPrefix
457
- * trait of an operation.
458
- */
459
- disableHostPrefix?: boolean;
460
-
461
- /**
462
- * Value for how many times a request will be made at most in case of retry.
463
- */
464
- maxAttempts?: number | __Provider<number>;
465
-
466
- /**
467
- * Specifies which retry algorithm to use.
468
- */
469
- retryMode?: string | __Provider<string>;
470
-
471
- /**
472
- * Optional logger for logging debug/info/warn/error.
473
- */
474
- logger?: __Logger;
475
-
476
- /**
477
- * Unique service identifier.
478
- * @internal
479
- */
480
- serviceId?: string;
481
-
482
- /**
483
- * The AWS region to which this client will send requests
484
- */
485
- region?: string | __Provider<string>;
486
-
487
- /**
488
- * Default credentials provider; Not available in browser runtime.
489
- * @internal
490
- */
491
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
492
-
493
- /**
494
- * Fetch related hostname, signing name or signing region with given region.
495
- * @internal
496
- */
497
- regionInfoProvider?: RegionInfoProvider;
498
-
499
- /**
500
- * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
501
- * @internal
502
- */
503
- defaultUserAgentProvider?: Provider<__UserAgent>;
504
- }
505
-
506
- type ComprehendClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
507
- ClientDefaults &
508
- RegionInputConfig &
509
- EndpointsInputConfig &
510
- RetryInputConfig &
511
- HostHeaderInputConfig &
512
- AwsAuthInputConfig &
513
- UserAgentInputConfig;
514
- /**
515
- * The configuration interface of ComprehendClient class constructor that set the region, credentials and other options.
516
- */
517
- export interface ComprehendClientConfig extends ComprehendClientConfigType {}
518
-
519
- type ComprehendClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
520
- Required<ClientDefaults> &
521
- RegionResolvedConfig &
522
- EndpointsResolvedConfig &
523
- RetryResolvedConfig &
524
- HostHeaderResolvedConfig &
525
- AwsAuthResolvedConfig &
526
- UserAgentResolvedConfig;
527
- /**
528
- * The resolved configuration interface of ComprehendClient class. This is resolved and normalized from the {@link ComprehendClientConfig | constructor configuration interface}.
529
- */
530
- export interface ComprehendClientResolvedConfig extends ComprehendClientResolvedConfigType {}
531
-
532
- /**
533
- * <p>Amazon Comprehend is an AWS service for gaining insight into the content of documents.
534
- * Use these actions to determine the topics contained in your documents, the topics they
535
- * discuss, the predominant sentiment expressed in them, the predominant language used, and
536
- * more.</p>
537
- */
538
- export class ComprehendClient extends __Client<
539
- __HttpHandlerOptions,
540
- ServiceInputTypes,
541
- ServiceOutputTypes,
542
- ComprehendClientResolvedConfig
543
- > {
544
- /**
545
- * The resolved configuration of ComprehendClient class. This is resolved and normalized from the {@link ComprehendClientConfig | constructor configuration interface}.
546
- */
547
- readonly config: ComprehendClientResolvedConfig;
548
-
549
- constructor(configuration: ComprehendClientConfig) {
550
- const _config_0 = __getRuntimeConfig(configuration);
551
- const _config_1 = resolveRegionConfig(_config_0);
552
- const _config_2 = resolveEndpointsConfig(_config_1);
553
- const _config_3 = resolveRetryConfig(_config_2);
554
- const _config_4 = resolveHostHeaderConfig(_config_3);
555
- const _config_5 = resolveAwsAuthConfig(_config_4);
556
- const _config_6 = resolveUserAgentConfig(_config_5);
557
- super(_config_6);
558
- this.config = _config_6;
559
- this.middlewareStack.use(getRetryPlugin(this.config));
560
- this.middlewareStack.use(getContentLengthPlugin(this.config));
561
- this.middlewareStack.use(getHostHeaderPlugin(this.config));
562
- this.middlewareStack.use(getLoggerPlugin(this.config));
563
- this.middlewareStack.use(getAwsAuthPlugin(this.config));
564
- this.middlewareStack.use(getUserAgentPlugin(this.config));
565
- }
566
-
567
- /**
568
- * Destroy underlying resources, like sockets. It's usually not necessary to do this.
569
- * However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
570
- * Otherwise, sockets might stay open for quite a long time before the server terminates them.
571
- */
572
- destroy(): void {
573
- super.destroy();
574
- }
575
- }
@@ -1,102 +0,0 @@
1
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import {
5
- FinalizeHandlerArguments,
6
- Handler,
7
- HandlerExecutionContext,
8
- HttpHandlerOptions as __HttpHandlerOptions,
9
- MetadataBearer as __MetadataBearer,
10
- MiddlewareStack,
11
- SerdeContext as __SerdeContext,
12
- } from "@aws-sdk/types";
13
-
14
- import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
15
- import { BatchDetectDominantLanguageRequest, BatchDetectDominantLanguageResponse } from "../models/models_0";
16
- import {
17
- deserializeAws_json1_1BatchDetectDominantLanguageCommand,
18
- serializeAws_json1_1BatchDetectDominantLanguageCommand,
19
- } from "../protocols/Aws_json1_1";
20
-
21
- export interface BatchDetectDominantLanguageCommandInput extends BatchDetectDominantLanguageRequest {}
22
- export interface BatchDetectDominantLanguageCommandOutput
23
- extends BatchDetectDominantLanguageResponse,
24
- __MetadataBearer {}
25
-
26
- /**
27
- * <p>Determines the dominant language of the input text for a batch of documents. For a list
28
- * 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>.
29
- * </p>
30
- * @example
31
- * Use a bare-bones client and the command you need to make an API call.
32
- * ```javascript
33
- * import { ComprehendClient, BatchDetectDominantLanguageCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
34
- * // const { ComprehendClient, BatchDetectDominantLanguageCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
35
- * const client = new ComprehendClient(config);
36
- * const command = new BatchDetectDominantLanguageCommand(input);
37
- * const response = await client.send(command);
38
- * ```
39
- *
40
- * @see {@link BatchDetectDominantLanguageCommandInput} for command's `input` shape.
41
- * @see {@link BatchDetectDominantLanguageCommandOutput} for command's `response` shape.
42
- * @see {@link ComprehendClientResolvedConfig | config} for command's `input` shape.
43
- *
44
- */
45
- export class BatchDetectDominantLanguageCommand extends $Command<
46
- BatchDetectDominantLanguageCommandInput,
47
- BatchDetectDominantLanguageCommandOutput,
48
- ComprehendClientResolvedConfig
49
- > {
50
- // Start section: command_properties
51
- // End section: command_properties
52
-
53
- constructor(readonly input: BatchDetectDominantLanguageCommandInput) {
54
- // Start section: command_constructor
55
- super();
56
- // End section: command_constructor
57
- }
58
-
59
- /**
60
- * @internal
61
- */
62
- resolveMiddleware(
63
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
64
- configuration: ComprehendClientResolvedConfig,
65
- options?: __HttpHandlerOptions
66
- ): Handler<BatchDetectDominantLanguageCommandInput, BatchDetectDominantLanguageCommandOutput> {
67
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
68
-
69
- const stack = clientStack.concat(this.middlewareStack);
70
-
71
- const { logger } = configuration;
72
- const clientName = "ComprehendClient";
73
- const commandName = "BatchDetectDominantLanguageCommand";
74
- const handlerExecutionContext: HandlerExecutionContext = {
75
- logger,
76
- clientName,
77
- commandName,
78
- inputFilterSensitiveLog: BatchDetectDominantLanguageRequest.filterSensitiveLog,
79
- outputFilterSensitiveLog: BatchDetectDominantLanguageResponse.filterSensitiveLog,
80
- };
81
- const { requestHandler } = configuration;
82
- return stack.resolve(
83
- (request: FinalizeHandlerArguments<any>) =>
84
- requestHandler.handle(request.request as __HttpRequest, options || {}),
85
- handlerExecutionContext
86
- );
87
- }
88
-
89
- private serialize(input: BatchDetectDominantLanguageCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
90
- return serializeAws_json1_1BatchDetectDominantLanguageCommand(input, context);
91
- }
92
-
93
- private deserialize(
94
- output: __HttpResponse,
95
- context: __SerdeContext
96
- ): Promise<BatchDetectDominantLanguageCommandOutput> {
97
- return deserializeAws_json1_1BatchDetectDominantLanguageCommand(output, context);
98
- }
99
-
100
- // Start section: command_body_extra
101
- // End section: command_body_extra
102
- }