@aws-sdk/client-comprehend 3.34.0 → 3.37.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 (942) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/dist-cjs/Comprehend.js +952 -0
  3. package/dist-cjs/ComprehendClient.js +35 -0
  4. package/dist-cjs/commands/BatchDetectDominantLanguageCommand.js +36 -0
  5. package/dist-cjs/commands/BatchDetectEntitiesCommand.js +36 -0
  6. package/dist-cjs/commands/BatchDetectKeyPhrasesCommand.js +36 -0
  7. package/dist-cjs/commands/BatchDetectSentimentCommand.js +36 -0
  8. package/dist-cjs/commands/BatchDetectSyntaxCommand.js +36 -0
  9. package/dist-cjs/commands/ClassifyDocumentCommand.js +36 -0
  10. package/dist-cjs/commands/ContainsPiiEntitiesCommand.js +36 -0
  11. package/dist-cjs/commands/CreateDocumentClassifierCommand.js +36 -0
  12. package/dist-cjs/commands/CreateEndpointCommand.js +36 -0
  13. package/dist-cjs/commands/CreateEntityRecognizerCommand.js +36 -0
  14. package/dist-cjs/commands/DeleteDocumentClassifierCommand.js +36 -0
  15. package/dist-cjs/commands/DeleteEndpointCommand.js +36 -0
  16. package/dist-cjs/commands/DeleteEntityRecognizerCommand.js +36 -0
  17. package/dist-cjs/commands/DescribeDocumentClassificationJobCommand.js +36 -0
  18. package/dist-cjs/commands/DescribeDocumentClassifierCommand.js +36 -0
  19. package/dist-cjs/commands/DescribeDominantLanguageDetectionJobCommand.js +36 -0
  20. package/dist-cjs/commands/DescribeEndpointCommand.js +36 -0
  21. package/dist-cjs/commands/DescribeEntitiesDetectionJobCommand.js +36 -0
  22. package/dist-cjs/commands/DescribeEntityRecognizerCommand.js +36 -0
  23. package/dist-cjs/commands/DescribeEventsDetectionJobCommand.js +36 -0
  24. package/dist-cjs/commands/DescribeKeyPhrasesDetectionJobCommand.js +36 -0
  25. package/dist-cjs/commands/DescribePiiEntitiesDetectionJobCommand.js +36 -0
  26. package/dist-cjs/commands/DescribeSentimentDetectionJobCommand.js +36 -0
  27. package/dist-cjs/commands/DescribeTopicsDetectionJobCommand.js +36 -0
  28. package/dist-cjs/commands/DetectDominantLanguageCommand.js +36 -0
  29. package/dist-cjs/commands/DetectEntitiesCommand.js +36 -0
  30. package/dist-cjs/commands/DetectKeyPhrasesCommand.js +36 -0
  31. package/dist-cjs/commands/DetectPiiEntitiesCommand.js +36 -0
  32. package/dist-cjs/commands/DetectSentimentCommand.js +36 -0
  33. package/dist-cjs/commands/DetectSyntaxCommand.js +36 -0
  34. package/dist-cjs/commands/ListDocumentClassificationJobsCommand.js +36 -0
  35. package/dist-cjs/commands/ListDocumentClassifierSummariesCommand.js +36 -0
  36. package/dist-cjs/commands/ListDocumentClassifiersCommand.js +36 -0
  37. package/dist-cjs/commands/ListDominantLanguageDetectionJobsCommand.js +36 -0
  38. package/dist-cjs/commands/ListEndpointsCommand.js +36 -0
  39. package/dist-cjs/commands/ListEntitiesDetectionJobsCommand.js +36 -0
  40. package/dist-cjs/commands/ListEntityRecognizerSummariesCommand.js +36 -0
  41. package/dist-cjs/commands/ListEntityRecognizersCommand.js +36 -0
  42. package/dist-cjs/commands/ListEventsDetectionJobsCommand.js +36 -0
  43. package/dist-cjs/commands/ListKeyPhrasesDetectionJobsCommand.js +36 -0
  44. package/dist-cjs/commands/ListPiiEntitiesDetectionJobsCommand.js +36 -0
  45. package/dist-cjs/commands/ListSentimentDetectionJobsCommand.js +36 -0
  46. package/dist-cjs/commands/ListTagsForResourceCommand.js +36 -0
  47. package/dist-cjs/commands/ListTopicsDetectionJobsCommand.js +36 -0
  48. package/dist-cjs/commands/StartDocumentClassificationJobCommand.js +36 -0
  49. package/dist-cjs/commands/StartDominantLanguageDetectionJobCommand.js +36 -0
  50. package/dist-cjs/commands/StartEntitiesDetectionJobCommand.js +36 -0
  51. package/dist-cjs/commands/StartEventsDetectionJobCommand.js +36 -0
  52. package/dist-cjs/commands/StartKeyPhrasesDetectionJobCommand.js +36 -0
  53. package/dist-cjs/commands/StartPiiEntitiesDetectionJobCommand.js +36 -0
  54. package/dist-cjs/commands/StartSentimentDetectionJobCommand.js +36 -0
  55. package/dist-cjs/commands/StartTopicsDetectionJobCommand.js +36 -0
  56. package/dist-cjs/commands/StopDominantLanguageDetectionJobCommand.js +36 -0
  57. package/dist-cjs/commands/StopEntitiesDetectionJobCommand.js +36 -0
  58. package/dist-cjs/commands/StopEventsDetectionJobCommand.js +36 -0
  59. package/dist-cjs/commands/StopKeyPhrasesDetectionJobCommand.js +36 -0
  60. package/dist-cjs/commands/StopPiiEntitiesDetectionJobCommand.js +36 -0
  61. package/dist-cjs/commands/StopSentimentDetectionJobCommand.js +36 -0
  62. package/dist-cjs/commands/StopTrainingDocumentClassifierCommand.js +36 -0
  63. package/dist-cjs/commands/StopTrainingEntityRecognizerCommand.js +36 -0
  64. package/dist-cjs/commands/TagResourceCommand.js +36 -0
  65. package/dist-cjs/commands/UntagResourceCommand.js +36 -0
  66. package/dist-cjs/commands/UpdateEndpointCommand.js +36 -0
  67. package/dist-cjs/endpoints.js +76 -0
  68. package/dist-cjs/index.js +81 -0
  69. package/dist-cjs/models/index.js +4 -0
  70. package/dist-cjs/models/models_0.js +1423 -0
  71. package/dist-cjs/pagination/Interfaces.js +2 -0
  72. package/dist-cjs/pagination/ListDocumentClassificationJobsPaginator.js +35 -0
  73. package/dist-cjs/pagination/ListDocumentClassifierSummariesPaginator.js +35 -0
  74. package/dist-cjs/pagination/ListDocumentClassifiersPaginator.js +35 -0
  75. package/dist-cjs/pagination/ListDominantLanguageDetectionJobsPaginator.js +35 -0
  76. package/dist-cjs/pagination/ListEntitiesDetectionJobsPaginator.js +35 -0
  77. package/dist-cjs/pagination/ListEntityRecognizerSummariesPaginator.js +35 -0
  78. package/dist-cjs/pagination/ListEntityRecognizersPaginator.js +35 -0
  79. package/dist-cjs/pagination/ListEventsDetectionJobsPaginator.js +35 -0
  80. package/dist-cjs/pagination/ListKeyPhrasesDetectionJobsPaginator.js +35 -0
  81. package/dist-cjs/pagination/ListSentimentDetectionJobsPaginator.js +35 -0
  82. package/dist-cjs/pagination/ListTopicsDetectionJobsPaginator.js +35 -0
  83. package/dist-cjs/protocols/Aws_json1_1.js +8048 -0
  84. package/dist-cjs/runtimeConfig.browser.js +37 -0
  85. package/dist-cjs/runtimeConfig.js +42 -0
  86. package/dist-cjs/runtimeConfig.native.js +16 -0
  87. package/dist-cjs/runtimeConfig.shared.js +17 -0
  88. package/dist-es/Comprehend.js +955 -0
  89. package/dist-es/ComprehendClient.js +37 -0
  90. package/dist-es/commands/BatchDetectDominantLanguageCommand.js +39 -0
  91. package/dist-es/commands/BatchDetectEntitiesCommand.js +39 -0
  92. package/dist-es/commands/BatchDetectKeyPhrasesCommand.js +39 -0
  93. package/dist-es/commands/BatchDetectSentimentCommand.js +39 -0
  94. package/dist-es/commands/BatchDetectSyntaxCommand.js +39 -0
  95. package/dist-es/commands/ClassifyDocumentCommand.js +39 -0
  96. package/dist-es/commands/ContainsPiiEntitiesCommand.js +39 -0
  97. package/dist-es/commands/CreateDocumentClassifierCommand.js +39 -0
  98. package/dist-es/commands/CreateEndpointCommand.js +39 -0
  99. package/dist-es/commands/CreateEntityRecognizerCommand.js +39 -0
  100. package/dist-es/commands/DeleteDocumentClassifierCommand.js +39 -0
  101. package/dist-es/commands/DeleteEndpointCommand.js +39 -0
  102. package/dist-es/commands/DeleteEntityRecognizerCommand.js +39 -0
  103. package/dist-es/commands/DescribeDocumentClassificationJobCommand.js +39 -0
  104. package/dist-es/commands/DescribeDocumentClassifierCommand.js +39 -0
  105. package/dist-es/commands/DescribeDominantLanguageDetectionJobCommand.js +39 -0
  106. package/dist-es/commands/DescribeEndpointCommand.js +39 -0
  107. package/dist-es/commands/DescribeEntitiesDetectionJobCommand.js +39 -0
  108. package/dist-es/commands/DescribeEntityRecognizerCommand.js +39 -0
  109. package/dist-es/commands/DescribeEventsDetectionJobCommand.js +39 -0
  110. package/dist-es/commands/DescribeKeyPhrasesDetectionJobCommand.js +39 -0
  111. package/dist-es/commands/DescribePiiEntitiesDetectionJobCommand.js +39 -0
  112. package/dist-es/commands/DescribeSentimentDetectionJobCommand.js +39 -0
  113. package/dist-es/commands/DescribeTopicsDetectionJobCommand.js +39 -0
  114. package/dist-es/commands/DetectDominantLanguageCommand.js +39 -0
  115. package/dist-es/commands/DetectEntitiesCommand.js +39 -0
  116. package/dist-es/commands/DetectKeyPhrasesCommand.js +39 -0
  117. package/dist-es/commands/DetectPiiEntitiesCommand.js +39 -0
  118. package/dist-es/commands/DetectSentimentCommand.js +39 -0
  119. package/dist-es/commands/DetectSyntaxCommand.js +39 -0
  120. package/dist-es/commands/ListDocumentClassificationJobsCommand.js +39 -0
  121. package/dist-es/commands/ListDocumentClassifierSummariesCommand.js +39 -0
  122. package/dist-es/commands/ListDocumentClassifiersCommand.js +39 -0
  123. package/dist-es/commands/ListDominantLanguageDetectionJobsCommand.js +39 -0
  124. package/dist-es/commands/ListEndpointsCommand.js +39 -0
  125. package/dist-es/commands/ListEntitiesDetectionJobsCommand.js +39 -0
  126. package/dist-es/commands/ListEntityRecognizerSummariesCommand.js +39 -0
  127. package/dist-es/commands/ListEntityRecognizersCommand.js +39 -0
  128. package/dist-es/commands/ListEventsDetectionJobsCommand.js +39 -0
  129. package/dist-es/commands/ListKeyPhrasesDetectionJobsCommand.js +39 -0
  130. package/dist-es/commands/ListPiiEntitiesDetectionJobsCommand.js +39 -0
  131. package/dist-es/commands/ListSentimentDetectionJobsCommand.js +39 -0
  132. package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
  133. package/dist-es/commands/ListTopicsDetectionJobsCommand.js +39 -0
  134. package/dist-es/commands/StartDocumentClassificationJobCommand.js +39 -0
  135. package/dist-es/commands/StartDominantLanguageDetectionJobCommand.js +39 -0
  136. package/dist-es/commands/StartEntitiesDetectionJobCommand.js +39 -0
  137. package/dist-es/commands/StartEventsDetectionJobCommand.js +39 -0
  138. package/dist-es/commands/StartKeyPhrasesDetectionJobCommand.js +39 -0
  139. package/dist-es/commands/StartPiiEntitiesDetectionJobCommand.js +39 -0
  140. package/dist-es/commands/StartSentimentDetectionJobCommand.js +39 -0
  141. package/dist-es/commands/StartTopicsDetectionJobCommand.js +39 -0
  142. package/dist-es/commands/StopDominantLanguageDetectionJobCommand.js +39 -0
  143. package/dist-es/commands/StopEntitiesDetectionJobCommand.js +39 -0
  144. package/dist-es/commands/StopEventsDetectionJobCommand.js +39 -0
  145. package/dist-es/commands/StopKeyPhrasesDetectionJobCommand.js +39 -0
  146. package/dist-es/commands/StopPiiEntitiesDetectionJobCommand.js +39 -0
  147. package/dist-es/commands/StopSentimentDetectionJobCommand.js +39 -0
  148. package/dist-es/commands/StopTrainingDocumentClassifierCommand.js +39 -0
  149. package/dist-es/commands/StopTrainingEntityRecognizerCommand.js +39 -0
  150. package/dist-es/commands/TagResourceCommand.js +39 -0
  151. package/dist-es/commands/UntagResourceCommand.js +39 -0
  152. package/dist-es/commands/UpdateEndpointCommand.js +39 -0
  153. package/dist-es/endpoints.js +72 -0
  154. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  155. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  156. package/dist-es/models/models_0.js +998 -0
  157. package/dist-es/pagination/Interfaces.js +1 -0
  158. package/dist-es/pagination/ListDocumentClassificationJobsPaginator.js +74 -0
  159. package/dist-es/pagination/ListDocumentClassifierSummariesPaginator.js +74 -0
  160. package/dist-es/pagination/ListDocumentClassifiersPaginator.js +74 -0
  161. package/dist-es/pagination/ListDominantLanguageDetectionJobsPaginator.js +74 -0
  162. package/dist-es/pagination/ListEntitiesDetectionJobsPaginator.js +74 -0
  163. package/dist-es/pagination/ListEntityRecognizerSummariesPaginator.js +74 -0
  164. package/dist-es/pagination/ListEntityRecognizersPaginator.js +74 -0
  165. package/dist-es/pagination/ListEventsDetectionJobsPaginator.js +74 -0
  166. package/dist-es/pagination/ListKeyPhrasesDetectionJobsPaginator.js +74 -0
  167. package/dist-es/pagination/ListSentimentDetectionJobsPaginator.js +74 -0
  168. package/dist-es/pagination/ListTopicsDetectionJobsPaginator.js +74 -0
  169. package/dist-es/protocols/Aws_json1_1.js +8289 -0
  170. package/dist-es/runtimeConfig.browser.js +16 -0
  171. package/dist-es/runtimeConfig.js +21 -0
  172. package/dist-es/runtimeConfig.native.js +8 -0
  173. package/dist-es/runtimeConfig.shared.js +13 -0
  174. package/dist-types/Comprehend.d.ts +561 -0
  175. package/dist-types/ComprehendClient.d.ts +198 -0
  176. package/dist-types/commands/BatchDetectDominantLanguageCommand.d.ts +37 -0
  177. package/dist-types/commands/BatchDetectEntitiesCommand.d.ts +37 -0
  178. package/dist-types/commands/BatchDetectKeyPhrasesCommand.d.ts +35 -0
  179. package/dist-types/commands/BatchDetectSentimentCommand.d.ts +37 -0
  180. package/dist-types/commands/BatchDetectSyntaxCommand.d.ts +36 -0
  181. package/dist-types/commands/ClassifyDocumentCommand.d.ts +36 -0
  182. package/dist-types/commands/ContainsPiiEntitiesCommand.d.ts +37 -0
  183. package/dist-types/commands/CreateDocumentClassifierCommand.d.ts +38 -0
  184. package/dist-types/commands/CreateEndpointCommand.d.ts +37 -0
  185. package/dist-types/commands/CreateEntityRecognizerCommand.d.ts +37 -0
  186. package/dist-types/commands/DeleteDocumentClassifierCommand.d.ts +41 -0
  187. package/dist-types/commands/DeleteEndpointCommand.d.ts +36 -0
  188. package/dist-types/commands/DeleteEntityRecognizerCommand.d.ts +41 -0
  189. package/dist-types/commands/DescribeDocumentClassificationJobCommand.d.ts +36 -0
  190. package/dist-types/commands/DescribeDocumentClassifierCommand.d.ts +35 -0
  191. package/dist-types/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +36 -0
  192. package/dist-types/commands/DescribeEndpointCommand.d.ts +36 -0
  193. package/dist-types/commands/DescribeEntitiesDetectionJobCommand.d.ts +36 -0
  194. package/dist-types/commands/DescribeEntityRecognizerCommand.d.ts +36 -0
  195. package/dist-types/commands/DescribeEventsDetectionJobCommand.d.ts +35 -0
  196. package/dist-types/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +36 -0
  197. package/dist-types/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +36 -0
  198. package/dist-types/commands/DescribeSentimentDetectionJobCommand.d.ts +36 -0
  199. package/dist-types/commands/DescribeTopicsDetectionJobCommand.d.ts +36 -0
  200. package/dist-types/commands/DetectDominantLanguageCommand.d.ts +36 -0
  201. package/dist-types/commands/DetectEntitiesCommand.d.ts +36 -0
  202. package/dist-types/commands/DetectKeyPhrasesCommand.d.ts +35 -0
  203. package/dist-types/commands/DetectPiiEntitiesCommand.d.ts +36 -0
  204. package/dist-types/commands/DetectSentimentCommand.d.ts +36 -0
  205. package/dist-types/commands/DetectSyntaxCommand.d.ts +36 -0
  206. package/dist-types/commands/ListDocumentClassificationJobsCommand.d.ts +35 -0
  207. package/dist-types/commands/ListDocumentClassifierSummariesCommand.d.ts +35 -0
  208. package/dist-types/commands/ListDocumentClassifiersCommand.d.ts +35 -0
  209. package/dist-types/commands/ListDominantLanguageDetectionJobsCommand.d.ts +35 -0
  210. package/dist-types/commands/ListEndpointsCommand.d.ts +35 -0
  211. package/dist-types/commands/ListEntitiesDetectionJobsCommand.d.ts +35 -0
  212. package/dist-types/commands/ListEntityRecognizerSummariesCommand.d.ts +35 -0
  213. package/dist-types/commands/ListEntityRecognizersCommand.d.ts +40 -0
  214. package/dist-types/commands/ListEventsDetectionJobsCommand.d.ts +35 -0
  215. package/dist-types/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +35 -0
  216. package/dist-types/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +35 -0
  217. package/dist-types/commands/ListSentimentDetectionJobsCommand.d.ts +35 -0
  218. package/dist-types/commands/ListTagsForResourceCommand.d.ts +35 -0
  219. package/dist-types/commands/ListTopicsDetectionJobsCommand.d.ts +35 -0
  220. package/dist-types/commands/StartDocumentClassificationJobCommand.d.ts +36 -0
  221. package/dist-types/commands/StartDominantLanguageDetectionJobCommand.d.ts +37 -0
  222. package/dist-types/commands/StartEntitiesDetectionJobCommand.d.ts +39 -0
  223. package/dist-types/commands/StartEventsDetectionJobCommand.d.ts +35 -0
  224. package/dist-types/commands/StartKeyPhrasesDetectionJobCommand.d.ts +37 -0
  225. package/dist-types/commands/StartPiiEntitiesDetectionJobCommand.d.ts +35 -0
  226. package/dist-types/commands/StartSentimentDetectionJobCommand.d.ts +37 -0
  227. package/dist-types/commands/StartTopicsDetectionJobCommand.d.ts +36 -0
  228. package/dist-types/commands/StopDominantLanguageDetectionJobCommand.d.ts +44 -0
  229. package/dist-types/commands/StopEntitiesDetectionJobCommand.d.ts +44 -0
  230. package/dist-types/commands/StopEventsDetectionJobCommand.d.ts +35 -0
  231. package/dist-types/commands/StopKeyPhrasesDetectionJobCommand.d.ts +44 -0
  232. package/dist-types/commands/StopPiiEntitiesDetectionJobCommand.d.ts +35 -0
  233. package/dist-types/commands/StopSentimentDetectionJobCommand.d.ts +44 -0
  234. package/dist-types/commands/StopTrainingDocumentClassifierCommand.d.ts +40 -0
  235. package/dist-types/commands/StopTrainingEntityRecognizerCommand.d.ts +40 -0
  236. package/dist-types/commands/TagResourceCommand.d.ts +38 -0
  237. package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
  238. package/dist-types/commands/UpdateEndpointCommand.d.ts +35 -0
  239. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  240. package/{index.ts → dist-types/index.d.ts} +0 -0
  241. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  242. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  243. package/dist-types/pagination/Interfaces.d.ts +6 -0
  244. package/dist-types/pagination/ListDocumentClassificationJobsPaginator.d.ts +4 -0
  245. package/dist-types/pagination/ListDocumentClassifierSummariesPaginator.d.ts +4 -0
  246. package/dist-types/pagination/ListDocumentClassifiersPaginator.d.ts +4 -0
  247. package/dist-types/pagination/ListDominantLanguageDetectionJobsPaginator.d.ts +4 -0
  248. package/dist-types/pagination/ListEntitiesDetectionJobsPaginator.d.ts +4 -0
  249. package/dist-types/pagination/ListEntityRecognizerSummariesPaginator.d.ts +4 -0
  250. package/dist-types/pagination/ListEntityRecognizersPaginator.d.ts +4 -0
  251. package/dist-types/pagination/ListEventsDetectionJobsPaginator.d.ts +4 -0
  252. package/dist-types/pagination/ListKeyPhrasesDetectionJobsPaginator.d.ts +4 -0
  253. package/dist-types/pagination/ListSentimentDetectionJobsPaginator.d.ts +4 -0
  254. package/dist-types/pagination/ListTopicsDetectionJobsPaginator.d.ts +4 -0
  255. package/dist-types/protocols/Aws_json1_1.d.ts +191 -0
  256. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  257. package/dist-types/runtimeConfig.d.ts +37 -0
  258. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  259. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  260. package/dist-types/ts3.4/Comprehend.d.ts +320 -0
  261. package/dist-types/ts3.4/ComprehendClient.d.ts +130 -0
  262. package/dist-types/ts3.4/commands/BatchDetectDominantLanguageCommand.d.ts +17 -0
  263. package/dist-types/ts3.4/commands/BatchDetectEntitiesCommand.d.ts +17 -0
  264. package/dist-types/ts3.4/commands/BatchDetectKeyPhrasesCommand.d.ts +17 -0
  265. package/dist-types/ts3.4/commands/BatchDetectSentimentCommand.d.ts +17 -0
  266. package/dist-types/ts3.4/commands/BatchDetectSyntaxCommand.d.ts +17 -0
  267. package/dist-types/ts3.4/commands/ClassifyDocumentCommand.d.ts +17 -0
  268. package/dist-types/ts3.4/commands/ContainsPiiEntitiesCommand.d.ts +17 -0
  269. package/dist-types/ts3.4/commands/CreateDocumentClassifierCommand.d.ts +17 -0
  270. package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +17 -0
  271. package/dist-types/ts3.4/commands/CreateEntityRecognizerCommand.d.ts +17 -0
  272. package/dist-types/ts3.4/commands/DeleteDocumentClassifierCommand.d.ts +17 -0
  273. package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +17 -0
  274. package/dist-types/ts3.4/commands/DeleteEntityRecognizerCommand.d.ts +17 -0
  275. package/dist-types/ts3.4/commands/DescribeDocumentClassificationJobCommand.d.ts +17 -0
  276. package/dist-types/ts3.4/commands/DescribeDocumentClassifierCommand.d.ts +17 -0
  277. package/dist-types/ts3.4/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +17 -0
  278. package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +17 -0
  279. package/dist-types/ts3.4/commands/DescribeEntitiesDetectionJobCommand.d.ts +17 -0
  280. package/dist-types/ts3.4/commands/DescribeEntityRecognizerCommand.d.ts +17 -0
  281. package/dist-types/ts3.4/commands/DescribeEventsDetectionJobCommand.d.ts +17 -0
  282. package/dist-types/ts3.4/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +17 -0
  283. package/dist-types/ts3.4/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +17 -0
  284. package/dist-types/ts3.4/commands/DescribeSentimentDetectionJobCommand.d.ts +17 -0
  285. package/dist-types/ts3.4/commands/DescribeTopicsDetectionJobCommand.d.ts +17 -0
  286. package/dist-types/ts3.4/commands/DetectDominantLanguageCommand.d.ts +17 -0
  287. package/dist-types/ts3.4/commands/DetectEntitiesCommand.d.ts +17 -0
  288. package/dist-types/ts3.4/commands/DetectKeyPhrasesCommand.d.ts +17 -0
  289. package/dist-types/ts3.4/commands/DetectPiiEntitiesCommand.d.ts +17 -0
  290. package/dist-types/ts3.4/commands/DetectSentimentCommand.d.ts +17 -0
  291. package/dist-types/ts3.4/commands/DetectSyntaxCommand.d.ts +17 -0
  292. package/dist-types/ts3.4/commands/ListDocumentClassificationJobsCommand.d.ts +17 -0
  293. package/dist-types/ts3.4/commands/ListDocumentClassifierSummariesCommand.d.ts +17 -0
  294. package/dist-types/ts3.4/commands/ListDocumentClassifiersCommand.d.ts +17 -0
  295. package/dist-types/ts3.4/commands/ListDominantLanguageDetectionJobsCommand.d.ts +17 -0
  296. package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +17 -0
  297. package/dist-types/ts3.4/commands/ListEntitiesDetectionJobsCommand.d.ts +17 -0
  298. package/dist-types/ts3.4/commands/ListEntityRecognizerSummariesCommand.d.ts +17 -0
  299. package/dist-types/ts3.4/commands/ListEntityRecognizersCommand.d.ts +17 -0
  300. package/dist-types/ts3.4/commands/ListEventsDetectionJobsCommand.d.ts +17 -0
  301. package/dist-types/ts3.4/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +17 -0
  302. package/dist-types/ts3.4/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +17 -0
  303. package/dist-types/ts3.4/commands/ListSentimentDetectionJobsCommand.d.ts +17 -0
  304. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  305. package/dist-types/ts3.4/commands/ListTopicsDetectionJobsCommand.d.ts +17 -0
  306. package/dist-types/ts3.4/commands/StartDocumentClassificationJobCommand.d.ts +17 -0
  307. package/dist-types/ts3.4/commands/StartDominantLanguageDetectionJobCommand.d.ts +17 -0
  308. package/dist-types/ts3.4/commands/StartEntitiesDetectionJobCommand.d.ts +17 -0
  309. package/dist-types/ts3.4/commands/StartEventsDetectionJobCommand.d.ts +17 -0
  310. package/dist-types/ts3.4/commands/StartKeyPhrasesDetectionJobCommand.d.ts +17 -0
  311. package/dist-types/ts3.4/commands/StartPiiEntitiesDetectionJobCommand.d.ts +17 -0
  312. package/dist-types/ts3.4/commands/StartSentimentDetectionJobCommand.d.ts +17 -0
  313. package/dist-types/ts3.4/commands/StartTopicsDetectionJobCommand.d.ts +17 -0
  314. package/dist-types/ts3.4/commands/StopDominantLanguageDetectionJobCommand.d.ts +17 -0
  315. package/dist-types/ts3.4/commands/StopEntitiesDetectionJobCommand.d.ts +17 -0
  316. package/dist-types/ts3.4/commands/StopEventsDetectionJobCommand.d.ts +17 -0
  317. package/dist-types/ts3.4/commands/StopKeyPhrasesDetectionJobCommand.d.ts +17 -0
  318. package/dist-types/ts3.4/commands/StopPiiEntitiesDetectionJobCommand.d.ts +17 -0
  319. package/dist-types/ts3.4/commands/StopSentimentDetectionJobCommand.d.ts +17 -0
  320. package/dist-types/ts3.4/commands/StopTrainingDocumentClassifierCommand.d.ts +17 -0
  321. package/dist-types/ts3.4/commands/StopTrainingEntityRecognizerCommand.d.ts +17 -0
  322. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  323. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  324. package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +17 -0
  325. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  326. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  327. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  328. package/dist-types/ts3.4/models/models_0.d.ts +2704 -0
  329. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  330. package/dist-types/ts3.4/pagination/ListDocumentClassificationJobsPaginator.d.ts +4 -0
  331. package/dist-types/ts3.4/pagination/ListDocumentClassifierSummariesPaginator.d.ts +4 -0
  332. package/dist-types/ts3.4/pagination/ListDocumentClassifiersPaginator.d.ts +4 -0
  333. package/dist-types/ts3.4/pagination/ListDominantLanguageDetectionJobsPaginator.d.ts +4 -0
  334. package/dist-types/ts3.4/pagination/ListEntitiesDetectionJobsPaginator.d.ts +4 -0
  335. package/dist-types/ts3.4/pagination/ListEntityRecognizerSummariesPaginator.d.ts +4 -0
  336. package/dist-types/ts3.4/pagination/ListEntityRecognizersPaginator.d.ts +4 -0
  337. package/dist-types/ts3.4/pagination/ListEventsDetectionJobsPaginator.d.ts +4 -0
  338. package/dist-types/ts3.4/pagination/ListKeyPhrasesDetectionJobsPaginator.d.ts +4 -0
  339. package/dist-types/ts3.4/pagination/ListSentimentDetectionJobsPaginator.d.ts +4 -0
  340. package/dist-types/ts3.4/pagination/ListTopicsDetectionJobsPaginator.d.ts +4 -0
  341. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +191 -0
  342. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -0
  343. package/dist-types/ts3.4/runtimeConfig.d.ts +35 -0
  344. package/dist-types/ts3.4/runtimeConfig.native.d.ts +34 -0
  345. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  346. package/package.json +45 -42
  347. package/Comprehend.ts +0 -2438
  348. package/ComprehendClient.ts +0 -574
  349. package/commands/BatchDetectDominantLanguageCommand.ts +0 -101
  350. package/commands/BatchDetectEntitiesCommand.ts +0 -96
  351. package/commands/BatchDetectKeyPhrasesCommand.ts +0 -94
  352. package/commands/BatchDetectSentimentCommand.ts +0 -96
  353. package/commands/BatchDetectSyntaxCommand.ts +0 -95
  354. package/commands/ClassifyDocumentCommand.ts +0 -95
  355. package/commands/ContainsPiiEntitiesCommand.ts +0 -96
  356. package/commands/CreateDocumentClassifierCommand.ts +0 -97
  357. package/commands/CreateEndpointCommand.ts +0 -96
  358. package/commands/CreateEntityRecognizerCommand.ts +0 -96
  359. package/commands/DeleteDocumentClassifierCommand.ts +0 -100
  360. package/commands/DeleteEndpointCommand.ts +0 -95
  361. package/commands/DeleteEntityRecognizerCommand.ts +0 -100
  362. package/commands/DescribeDocumentClassificationJobCommand.ts +0 -106
  363. package/commands/DescribeDocumentClassifierCommand.ts +0 -97
  364. package/commands/DescribeDominantLanguageDetectionJobCommand.ts +0 -106
  365. package/commands/DescribeEndpointCommand.ts +0 -95
  366. package/commands/DescribeEntitiesDetectionJobCommand.ts +0 -100
  367. package/commands/DescribeEntityRecognizerCommand.ts +0 -95
  368. package/commands/DescribeEventsDetectionJobCommand.ts +0 -97
  369. package/commands/DescribeKeyPhrasesDetectionJobCommand.ts +0 -103
  370. package/commands/DescribePiiEntitiesDetectionJobCommand.ts +0 -103
  371. package/commands/DescribeSentimentDetectionJobCommand.ts +0 -100
  372. package/commands/DescribeTopicsDetectionJobCommand.ts +0 -98
  373. package/commands/DetectDominantLanguageCommand.ts +0 -95
  374. package/commands/DetectEntitiesCommand.ts +0 -95
  375. package/commands/DetectKeyPhrasesCommand.ts +0 -94
  376. package/commands/DetectPiiEntitiesCommand.ts +0 -95
  377. package/commands/DetectSentimentCommand.ts +0 -95
  378. package/commands/DetectSyntaxCommand.ts +0 -95
  379. package/commands/ListDocumentClassificationJobsCommand.ts +0 -102
  380. package/commands/ListDocumentClassifierSummariesCommand.ts +0 -102
  381. package/commands/ListDocumentClassifiersCommand.ts +0 -94
  382. package/commands/ListDominantLanguageDetectionJobsCommand.ts +0 -105
  383. package/commands/ListEndpointsCommand.ts +0 -94
  384. package/commands/ListEntitiesDetectionJobsCommand.ts +0 -97
  385. package/commands/ListEntityRecognizerSummariesCommand.ts +0 -99
  386. package/commands/ListEntityRecognizersCommand.ts +0 -99
  387. package/commands/ListEventsDetectionJobsCommand.ts +0 -94
  388. package/commands/ListKeyPhrasesDetectionJobsCommand.ts +0 -99
  389. package/commands/ListPiiEntitiesDetectionJobsCommand.ts +0 -99
  390. package/commands/ListSentimentDetectionJobsCommand.ts +0 -97
  391. package/commands/ListTagsForResourceCommand.ts +0 -94
  392. package/commands/ListTopicsDetectionJobsCommand.ts +0 -94
  393. package/commands/StartDocumentClassificationJobCommand.ts +0 -103
  394. package/commands/StartDominantLanguageDetectionJobCommand.ts +0 -107
  395. package/commands/StartEntitiesDetectionJobCommand.ts +0 -101
  396. package/commands/StartEventsDetectionJobCommand.ts +0 -94
  397. package/commands/StartKeyPhrasesDetectionJobCommand.ts +0 -101
  398. package/commands/StartPiiEntitiesDetectionJobCommand.ts +0 -99
  399. package/commands/StartSentimentDetectionJobCommand.ts +0 -99
  400. package/commands/StartTopicsDetectionJobCommand.ts +0 -95
  401. package/commands/StopDominantLanguageDetectionJobCommand.ts +0 -111
  402. package/commands/StopEntitiesDetectionJobCommand.ts +0 -103
  403. package/commands/StopEventsDetectionJobCommand.ts +0 -94
  404. package/commands/StopKeyPhrasesDetectionJobCommand.ts +0 -106
  405. package/commands/StopPiiEntitiesDetectionJobCommand.ts +0 -99
  406. package/commands/StopSentimentDetectionJobCommand.ts +0 -106
  407. package/commands/StopTrainingDocumentClassifierCommand.ts +0 -107
  408. package/commands/StopTrainingEntityRecognizerCommand.ts +0 -104
  409. package/commands/TagResourceCommand.ts +0 -97
  410. package/commands/UntagResourceCommand.ts +0 -94
  411. package/commands/UpdateEndpointCommand.ts +0 -94
  412. package/dist/cjs/Comprehend.js +0 -959
  413. package/dist/cjs/Comprehend.js.map +0 -1
  414. package/dist/cjs/ComprehendClient.js +0 -47
  415. package/dist/cjs/ComprehendClient.js.map +0 -1
  416. package/dist/cjs/commands/BatchDetectDominantLanguageCommand.js +0 -63
  417. package/dist/cjs/commands/BatchDetectDominantLanguageCommand.js.map +0 -1
  418. package/dist/cjs/commands/BatchDetectEntitiesCommand.js +0 -63
  419. package/dist/cjs/commands/BatchDetectEntitiesCommand.js.map +0 -1
  420. package/dist/cjs/commands/BatchDetectKeyPhrasesCommand.js +0 -61
  421. package/dist/cjs/commands/BatchDetectKeyPhrasesCommand.js.map +0 -1
  422. package/dist/cjs/commands/BatchDetectSentimentCommand.js +0 -63
  423. package/dist/cjs/commands/BatchDetectSentimentCommand.js.map +0 -1
  424. package/dist/cjs/commands/BatchDetectSyntaxCommand.js +0 -62
  425. package/dist/cjs/commands/BatchDetectSyntaxCommand.js.map +0 -1
  426. package/dist/cjs/commands/ClassifyDocumentCommand.js +0 -62
  427. package/dist/cjs/commands/ClassifyDocumentCommand.js.map +0 -1
  428. package/dist/cjs/commands/ContainsPiiEntitiesCommand.js +0 -63
  429. package/dist/cjs/commands/ContainsPiiEntitiesCommand.js.map +0 -1
  430. package/dist/cjs/commands/CreateDocumentClassifierCommand.js +0 -64
  431. package/dist/cjs/commands/CreateDocumentClassifierCommand.js.map +0 -1
  432. package/dist/cjs/commands/CreateEndpointCommand.js +0 -63
  433. package/dist/cjs/commands/CreateEndpointCommand.js.map +0 -1
  434. package/dist/cjs/commands/CreateEntityRecognizerCommand.js +0 -63
  435. package/dist/cjs/commands/CreateEntityRecognizerCommand.js.map +0 -1
  436. package/dist/cjs/commands/DeleteDocumentClassifierCommand.js +0 -67
  437. package/dist/cjs/commands/DeleteDocumentClassifierCommand.js.map +0 -1
  438. package/dist/cjs/commands/DeleteEndpointCommand.js +0 -62
  439. package/dist/cjs/commands/DeleteEndpointCommand.js.map +0 -1
  440. package/dist/cjs/commands/DeleteEntityRecognizerCommand.js +0 -67
  441. package/dist/cjs/commands/DeleteEntityRecognizerCommand.js.map +0 -1
  442. package/dist/cjs/commands/DescribeDocumentClassificationJobCommand.js +0 -62
  443. package/dist/cjs/commands/DescribeDocumentClassificationJobCommand.js.map +0 -1
  444. package/dist/cjs/commands/DescribeDocumentClassifierCommand.js +0 -61
  445. package/dist/cjs/commands/DescribeDocumentClassifierCommand.js.map +0 -1
  446. package/dist/cjs/commands/DescribeDominantLanguageDetectionJobCommand.js +0 -62
  447. package/dist/cjs/commands/DescribeDominantLanguageDetectionJobCommand.js.map +0 -1
  448. package/dist/cjs/commands/DescribeEndpointCommand.js +0 -62
  449. package/dist/cjs/commands/DescribeEndpointCommand.js.map +0 -1
  450. package/dist/cjs/commands/DescribeEntitiesDetectionJobCommand.js +0 -62
  451. package/dist/cjs/commands/DescribeEntitiesDetectionJobCommand.js.map +0 -1
  452. package/dist/cjs/commands/DescribeEntityRecognizerCommand.js +0 -62
  453. package/dist/cjs/commands/DescribeEntityRecognizerCommand.js.map +0 -1
  454. package/dist/cjs/commands/DescribeEventsDetectionJobCommand.js +0 -61
  455. package/dist/cjs/commands/DescribeEventsDetectionJobCommand.js.map +0 -1
  456. package/dist/cjs/commands/DescribeKeyPhrasesDetectionJobCommand.js +0 -62
  457. package/dist/cjs/commands/DescribeKeyPhrasesDetectionJobCommand.js.map +0 -1
  458. package/dist/cjs/commands/DescribePiiEntitiesDetectionJobCommand.js +0 -62
  459. package/dist/cjs/commands/DescribePiiEntitiesDetectionJobCommand.js.map +0 -1
  460. package/dist/cjs/commands/DescribeSentimentDetectionJobCommand.js +0 -62
  461. package/dist/cjs/commands/DescribeSentimentDetectionJobCommand.js.map +0 -1
  462. package/dist/cjs/commands/DescribeTopicsDetectionJobCommand.js +0 -62
  463. package/dist/cjs/commands/DescribeTopicsDetectionJobCommand.js.map +0 -1
  464. package/dist/cjs/commands/DetectDominantLanguageCommand.js +0 -62
  465. package/dist/cjs/commands/DetectDominantLanguageCommand.js.map +0 -1
  466. package/dist/cjs/commands/DetectEntitiesCommand.js +0 -62
  467. package/dist/cjs/commands/DetectEntitiesCommand.js.map +0 -1
  468. package/dist/cjs/commands/DetectKeyPhrasesCommand.js +0 -61
  469. package/dist/cjs/commands/DetectKeyPhrasesCommand.js.map +0 -1
  470. package/dist/cjs/commands/DetectPiiEntitiesCommand.js +0 -62
  471. package/dist/cjs/commands/DetectPiiEntitiesCommand.js.map +0 -1
  472. package/dist/cjs/commands/DetectSentimentCommand.js +0 -62
  473. package/dist/cjs/commands/DetectSentimentCommand.js.map +0 -1
  474. package/dist/cjs/commands/DetectSyntaxCommand.js +0 -62
  475. package/dist/cjs/commands/DetectSyntaxCommand.js.map +0 -1
  476. package/dist/cjs/commands/ListDocumentClassificationJobsCommand.js +0 -61
  477. package/dist/cjs/commands/ListDocumentClassificationJobsCommand.js.map +0 -1
  478. package/dist/cjs/commands/ListDocumentClassifierSummariesCommand.js +0 -61
  479. package/dist/cjs/commands/ListDocumentClassifierSummariesCommand.js.map +0 -1
  480. package/dist/cjs/commands/ListDocumentClassifiersCommand.js +0 -61
  481. package/dist/cjs/commands/ListDocumentClassifiersCommand.js.map +0 -1
  482. package/dist/cjs/commands/ListDominantLanguageDetectionJobsCommand.js +0 -61
  483. package/dist/cjs/commands/ListDominantLanguageDetectionJobsCommand.js.map +0 -1
  484. package/dist/cjs/commands/ListEndpointsCommand.js +0 -61
  485. package/dist/cjs/commands/ListEndpointsCommand.js.map +0 -1
  486. package/dist/cjs/commands/ListEntitiesDetectionJobsCommand.js +0 -61
  487. package/dist/cjs/commands/ListEntitiesDetectionJobsCommand.js.map +0 -1
  488. package/dist/cjs/commands/ListEntityRecognizerSummariesCommand.js +0 -61
  489. package/dist/cjs/commands/ListEntityRecognizerSummariesCommand.js.map +0 -1
  490. package/dist/cjs/commands/ListEntityRecognizersCommand.js +0 -66
  491. package/dist/cjs/commands/ListEntityRecognizersCommand.js.map +0 -1
  492. package/dist/cjs/commands/ListEventsDetectionJobsCommand.js +0 -61
  493. package/dist/cjs/commands/ListEventsDetectionJobsCommand.js.map +0 -1
  494. package/dist/cjs/commands/ListKeyPhrasesDetectionJobsCommand.js +0 -61
  495. package/dist/cjs/commands/ListKeyPhrasesDetectionJobsCommand.js.map +0 -1
  496. package/dist/cjs/commands/ListPiiEntitiesDetectionJobsCommand.js +0 -61
  497. package/dist/cjs/commands/ListPiiEntitiesDetectionJobsCommand.js.map +0 -1
  498. package/dist/cjs/commands/ListSentimentDetectionJobsCommand.js +0 -61
  499. package/dist/cjs/commands/ListSentimentDetectionJobsCommand.js.map +0 -1
  500. package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -61
  501. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  502. package/dist/cjs/commands/ListTopicsDetectionJobsCommand.js +0 -61
  503. package/dist/cjs/commands/ListTopicsDetectionJobsCommand.js.map +0 -1
  504. package/dist/cjs/commands/StartDocumentClassificationJobCommand.js +0 -62
  505. package/dist/cjs/commands/StartDocumentClassificationJobCommand.js.map +0 -1
  506. package/dist/cjs/commands/StartDominantLanguageDetectionJobCommand.js +0 -63
  507. package/dist/cjs/commands/StartDominantLanguageDetectionJobCommand.js.map +0 -1
  508. package/dist/cjs/commands/StartEntitiesDetectionJobCommand.js +0 -65
  509. package/dist/cjs/commands/StartEntitiesDetectionJobCommand.js.map +0 -1
  510. package/dist/cjs/commands/StartEventsDetectionJobCommand.js +0 -61
  511. package/dist/cjs/commands/StartEventsDetectionJobCommand.js.map +0 -1
  512. package/dist/cjs/commands/StartKeyPhrasesDetectionJobCommand.js +0 -63
  513. package/dist/cjs/commands/StartKeyPhrasesDetectionJobCommand.js.map +0 -1
  514. package/dist/cjs/commands/StartPiiEntitiesDetectionJobCommand.js +0 -61
  515. package/dist/cjs/commands/StartPiiEntitiesDetectionJobCommand.js.map +0 -1
  516. package/dist/cjs/commands/StartSentimentDetectionJobCommand.js +0 -63
  517. package/dist/cjs/commands/StartSentimentDetectionJobCommand.js.map +0 -1
  518. package/dist/cjs/commands/StartTopicsDetectionJobCommand.js +0 -62
  519. package/dist/cjs/commands/StartTopicsDetectionJobCommand.js.map +0 -1
  520. package/dist/cjs/commands/StopDominantLanguageDetectionJobCommand.js +0 -70
  521. package/dist/cjs/commands/StopDominantLanguageDetectionJobCommand.js.map +0 -1
  522. package/dist/cjs/commands/StopEntitiesDetectionJobCommand.js +0 -70
  523. package/dist/cjs/commands/StopEntitiesDetectionJobCommand.js.map +0 -1
  524. package/dist/cjs/commands/StopEventsDetectionJobCommand.js +0 -61
  525. package/dist/cjs/commands/StopEventsDetectionJobCommand.js.map +0 -1
  526. package/dist/cjs/commands/StopKeyPhrasesDetectionJobCommand.js +0 -70
  527. package/dist/cjs/commands/StopKeyPhrasesDetectionJobCommand.js.map +0 -1
  528. package/dist/cjs/commands/StopPiiEntitiesDetectionJobCommand.js +0 -61
  529. package/dist/cjs/commands/StopPiiEntitiesDetectionJobCommand.js.map +0 -1
  530. package/dist/cjs/commands/StopSentimentDetectionJobCommand.js +0 -70
  531. package/dist/cjs/commands/StopSentimentDetectionJobCommand.js.map +0 -1
  532. package/dist/cjs/commands/StopTrainingDocumentClassifierCommand.js +0 -66
  533. package/dist/cjs/commands/StopTrainingDocumentClassifierCommand.js.map +0 -1
  534. package/dist/cjs/commands/StopTrainingEntityRecognizerCommand.js +0 -66
  535. package/dist/cjs/commands/StopTrainingEntityRecognizerCommand.js.map +0 -1
  536. package/dist/cjs/commands/TagResourceCommand.js +0 -64
  537. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  538. package/dist/cjs/commands/UntagResourceCommand.js +0 -61
  539. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  540. package/dist/cjs/commands/UpdateEndpointCommand.js +0 -61
  541. package/dist/cjs/commands/UpdateEndpointCommand.js.map +0 -1
  542. package/dist/cjs/endpoints.js +0 -77
  543. package/dist/cjs/endpoints.js.map +0 -1
  544. package/dist/cjs/index.js +0 -82
  545. package/dist/cjs/index.js.map +0 -1
  546. package/dist/cjs/models/index.js +0 -5
  547. package/dist/cjs/models/index.js.map +0 -1
  548. package/dist/cjs/models/models_0.js +0 -2033
  549. package/dist/cjs/models/models_0.js.map +0 -1
  550. package/dist/cjs/package.json +0 -93
  551. package/dist/cjs/pagination/Interfaces.js +0 -3
  552. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  553. package/dist/cjs/pagination/ListDocumentClassificationJobsPaginator.js +0 -46
  554. package/dist/cjs/pagination/ListDocumentClassificationJobsPaginator.js.map +0 -1
  555. package/dist/cjs/pagination/ListDocumentClassifierSummariesPaginator.js +0 -46
  556. package/dist/cjs/pagination/ListDocumentClassifierSummariesPaginator.js.map +0 -1
  557. package/dist/cjs/pagination/ListDocumentClassifiersPaginator.js +0 -46
  558. package/dist/cjs/pagination/ListDocumentClassifiersPaginator.js.map +0 -1
  559. package/dist/cjs/pagination/ListDominantLanguageDetectionJobsPaginator.js +0 -46
  560. package/dist/cjs/pagination/ListDominantLanguageDetectionJobsPaginator.js.map +0 -1
  561. package/dist/cjs/pagination/ListEntitiesDetectionJobsPaginator.js +0 -46
  562. package/dist/cjs/pagination/ListEntitiesDetectionJobsPaginator.js.map +0 -1
  563. package/dist/cjs/pagination/ListEntityRecognizerSummariesPaginator.js +0 -46
  564. package/dist/cjs/pagination/ListEntityRecognizerSummariesPaginator.js.map +0 -1
  565. package/dist/cjs/pagination/ListEntityRecognizersPaginator.js +0 -46
  566. package/dist/cjs/pagination/ListEntityRecognizersPaginator.js.map +0 -1
  567. package/dist/cjs/pagination/ListEventsDetectionJobsPaginator.js +0 -46
  568. package/dist/cjs/pagination/ListEventsDetectionJobsPaginator.js.map +0 -1
  569. package/dist/cjs/pagination/ListKeyPhrasesDetectionJobsPaginator.js +0 -46
  570. package/dist/cjs/pagination/ListKeyPhrasesDetectionJobsPaginator.js.map +0 -1
  571. package/dist/cjs/pagination/ListSentimentDetectionJobsPaginator.js +0 -46
  572. package/dist/cjs/pagination/ListSentimentDetectionJobsPaginator.js.map +0 -1
  573. package/dist/cjs/pagination/ListTopicsDetectionJobsPaginator.js +0 -46
  574. package/dist/cjs/pagination/ListTopicsDetectionJobsPaginator.js.map +0 -1
  575. package/dist/cjs/protocols/Aws_json1_1.js +0 -8054
  576. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  577. package/dist/cjs/runtimeConfig.browser.js +0 -41
  578. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  579. package/dist/cjs/runtimeConfig.js +0 -46
  580. package/dist/cjs/runtimeConfig.js.map +0 -1
  581. package/dist/cjs/runtimeConfig.native.js +0 -20
  582. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  583. package/dist/cjs/runtimeConfig.shared.js +0 -21
  584. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  585. package/dist/es/Comprehend.js +0 -956
  586. package/dist/es/Comprehend.js.map +0 -1
  587. package/dist/es/ComprehendClient.js +0 -38
  588. package/dist/es/ComprehendClient.js.map +0 -1
  589. package/dist/es/commands/BatchDetectDominantLanguageCommand.js +0 -40
  590. package/dist/es/commands/BatchDetectDominantLanguageCommand.js.map +0 -1
  591. package/dist/es/commands/BatchDetectEntitiesCommand.js +0 -40
  592. package/dist/es/commands/BatchDetectEntitiesCommand.js.map +0 -1
  593. package/dist/es/commands/BatchDetectKeyPhrasesCommand.js +0 -40
  594. package/dist/es/commands/BatchDetectKeyPhrasesCommand.js.map +0 -1
  595. package/dist/es/commands/BatchDetectSentimentCommand.js +0 -40
  596. package/dist/es/commands/BatchDetectSentimentCommand.js.map +0 -1
  597. package/dist/es/commands/BatchDetectSyntaxCommand.js +0 -40
  598. package/dist/es/commands/BatchDetectSyntaxCommand.js.map +0 -1
  599. package/dist/es/commands/ClassifyDocumentCommand.js +0 -40
  600. package/dist/es/commands/ClassifyDocumentCommand.js.map +0 -1
  601. package/dist/es/commands/ContainsPiiEntitiesCommand.js +0 -40
  602. package/dist/es/commands/ContainsPiiEntitiesCommand.js.map +0 -1
  603. package/dist/es/commands/CreateDocumentClassifierCommand.js +0 -40
  604. package/dist/es/commands/CreateDocumentClassifierCommand.js.map +0 -1
  605. package/dist/es/commands/CreateEndpointCommand.js +0 -40
  606. package/dist/es/commands/CreateEndpointCommand.js.map +0 -1
  607. package/dist/es/commands/CreateEntityRecognizerCommand.js +0 -40
  608. package/dist/es/commands/CreateEntityRecognizerCommand.js.map +0 -1
  609. package/dist/es/commands/DeleteDocumentClassifierCommand.js +0 -40
  610. package/dist/es/commands/DeleteDocumentClassifierCommand.js.map +0 -1
  611. package/dist/es/commands/DeleteEndpointCommand.js +0 -40
  612. package/dist/es/commands/DeleteEndpointCommand.js.map +0 -1
  613. package/dist/es/commands/DeleteEntityRecognizerCommand.js +0 -40
  614. package/dist/es/commands/DeleteEntityRecognizerCommand.js.map +0 -1
  615. package/dist/es/commands/DescribeDocumentClassificationJobCommand.js +0 -40
  616. package/dist/es/commands/DescribeDocumentClassificationJobCommand.js.map +0 -1
  617. package/dist/es/commands/DescribeDocumentClassifierCommand.js +0 -40
  618. package/dist/es/commands/DescribeDocumentClassifierCommand.js.map +0 -1
  619. package/dist/es/commands/DescribeDominantLanguageDetectionJobCommand.js +0 -40
  620. package/dist/es/commands/DescribeDominantLanguageDetectionJobCommand.js.map +0 -1
  621. package/dist/es/commands/DescribeEndpointCommand.js +0 -40
  622. package/dist/es/commands/DescribeEndpointCommand.js.map +0 -1
  623. package/dist/es/commands/DescribeEntitiesDetectionJobCommand.js +0 -40
  624. package/dist/es/commands/DescribeEntitiesDetectionJobCommand.js.map +0 -1
  625. package/dist/es/commands/DescribeEntityRecognizerCommand.js +0 -40
  626. package/dist/es/commands/DescribeEntityRecognizerCommand.js.map +0 -1
  627. package/dist/es/commands/DescribeEventsDetectionJobCommand.js +0 -40
  628. package/dist/es/commands/DescribeEventsDetectionJobCommand.js.map +0 -1
  629. package/dist/es/commands/DescribeKeyPhrasesDetectionJobCommand.js +0 -40
  630. package/dist/es/commands/DescribeKeyPhrasesDetectionJobCommand.js.map +0 -1
  631. package/dist/es/commands/DescribePiiEntitiesDetectionJobCommand.js +0 -40
  632. package/dist/es/commands/DescribePiiEntitiesDetectionJobCommand.js.map +0 -1
  633. package/dist/es/commands/DescribeSentimentDetectionJobCommand.js +0 -40
  634. package/dist/es/commands/DescribeSentimentDetectionJobCommand.js.map +0 -1
  635. package/dist/es/commands/DescribeTopicsDetectionJobCommand.js +0 -40
  636. package/dist/es/commands/DescribeTopicsDetectionJobCommand.js.map +0 -1
  637. package/dist/es/commands/DetectDominantLanguageCommand.js +0 -40
  638. package/dist/es/commands/DetectDominantLanguageCommand.js.map +0 -1
  639. package/dist/es/commands/DetectEntitiesCommand.js +0 -40
  640. package/dist/es/commands/DetectEntitiesCommand.js.map +0 -1
  641. package/dist/es/commands/DetectKeyPhrasesCommand.js +0 -40
  642. package/dist/es/commands/DetectKeyPhrasesCommand.js.map +0 -1
  643. package/dist/es/commands/DetectPiiEntitiesCommand.js +0 -40
  644. package/dist/es/commands/DetectPiiEntitiesCommand.js.map +0 -1
  645. package/dist/es/commands/DetectSentimentCommand.js +0 -40
  646. package/dist/es/commands/DetectSentimentCommand.js.map +0 -1
  647. package/dist/es/commands/DetectSyntaxCommand.js +0 -40
  648. package/dist/es/commands/DetectSyntaxCommand.js.map +0 -1
  649. package/dist/es/commands/ListDocumentClassificationJobsCommand.js +0 -40
  650. package/dist/es/commands/ListDocumentClassificationJobsCommand.js.map +0 -1
  651. package/dist/es/commands/ListDocumentClassifierSummariesCommand.js +0 -40
  652. package/dist/es/commands/ListDocumentClassifierSummariesCommand.js.map +0 -1
  653. package/dist/es/commands/ListDocumentClassifiersCommand.js +0 -40
  654. package/dist/es/commands/ListDocumentClassifiersCommand.js.map +0 -1
  655. package/dist/es/commands/ListDominantLanguageDetectionJobsCommand.js +0 -40
  656. package/dist/es/commands/ListDominantLanguageDetectionJobsCommand.js.map +0 -1
  657. package/dist/es/commands/ListEndpointsCommand.js +0 -40
  658. package/dist/es/commands/ListEndpointsCommand.js.map +0 -1
  659. package/dist/es/commands/ListEntitiesDetectionJobsCommand.js +0 -40
  660. package/dist/es/commands/ListEntitiesDetectionJobsCommand.js.map +0 -1
  661. package/dist/es/commands/ListEntityRecognizerSummariesCommand.js +0 -40
  662. package/dist/es/commands/ListEntityRecognizerSummariesCommand.js.map +0 -1
  663. package/dist/es/commands/ListEntityRecognizersCommand.js +0 -40
  664. package/dist/es/commands/ListEntityRecognizersCommand.js.map +0 -1
  665. package/dist/es/commands/ListEventsDetectionJobsCommand.js +0 -40
  666. package/dist/es/commands/ListEventsDetectionJobsCommand.js.map +0 -1
  667. package/dist/es/commands/ListKeyPhrasesDetectionJobsCommand.js +0 -40
  668. package/dist/es/commands/ListKeyPhrasesDetectionJobsCommand.js.map +0 -1
  669. package/dist/es/commands/ListPiiEntitiesDetectionJobsCommand.js +0 -40
  670. package/dist/es/commands/ListPiiEntitiesDetectionJobsCommand.js.map +0 -1
  671. package/dist/es/commands/ListSentimentDetectionJobsCommand.js +0 -40
  672. package/dist/es/commands/ListSentimentDetectionJobsCommand.js.map +0 -1
  673. package/dist/es/commands/ListTagsForResourceCommand.js +0 -40
  674. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  675. package/dist/es/commands/ListTopicsDetectionJobsCommand.js +0 -40
  676. package/dist/es/commands/ListTopicsDetectionJobsCommand.js.map +0 -1
  677. package/dist/es/commands/StartDocumentClassificationJobCommand.js +0 -40
  678. package/dist/es/commands/StartDocumentClassificationJobCommand.js.map +0 -1
  679. package/dist/es/commands/StartDominantLanguageDetectionJobCommand.js +0 -40
  680. package/dist/es/commands/StartDominantLanguageDetectionJobCommand.js.map +0 -1
  681. package/dist/es/commands/StartEntitiesDetectionJobCommand.js +0 -40
  682. package/dist/es/commands/StartEntitiesDetectionJobCommand.js.map +0 -1
  683. package/dist/es/commands/StartEventsDetectionJobCommand.js +0 -40
  684. package/dist/es/commands/StartEventsDetectionJobCommand.js.map +0 -1
  685. package/dist/es/commands/StartKeyPhrasesDetectionJobCommand.js +0 -40
  686. package/dist/es/commands/StartKeyPhrasesDetectionJobCommand.js.map +0 -1
  687. package/dist/es/commands/StartPiiEntitiesDetectionJobCommand.js +0 -40
  688. package/dist/es/commands/StartPiiEntitiesDetectionJobCommand.js.map +0 -1
  689. package/dist/es/commands/StartSentimentDetectionJobCommand.js +0 -40
  690. package/dist/es/commands/StartSentimentDetectionJobCommand.js.map +0 -1
  691. package/dist/es/commands/StartTopicsDetectionJobCommand.js +0 -40
  692. package/dist/es/commands/StartTopicsDetectionJobCommand.js.map +0 -1
  693. package/dist/es/commands/StopDominantLanguageDetectionJobCommand.js +0 -40
  694. package/dist/es/commands/StopDominantLanguageDetectionJobCommand.js.map +0 -1
  695. package/dist/es/commands/StopEntitiesDetectionJobCommand.js +0 -40
  696. package/dist/es/commands/StopEntitiesDetectionJobCommand.js.map +0 -1
  697. package/dist/es/commands/StopEventsDetectionJobCommand.js +0 -40
  698. package/dist/es/commands/StopEventsDetectionJobCommand.js.map +0 -1
  699. package/dist/es/commands/StopKeyPhrasesDetectionJobCommand.js +0 -40
  700. package/dist/es/commands/StopKeyPhrasesDetectionJobCommand.js.map +0 -1
  701. package/dist/es/commands/StopPiiEntitiesDetectionJobCommand.js +0 -40
  702. package/dist/es/commands/StopPiiEntitiesDetectionJobCommand.js.map +0 -1
  703. package/dist/es/commands/StopSentimentDetectionJobCommand.js +0 -40
  704. package/dist/es/commands/StopSentimentDetectionJobCommand.js.map +0 -1
  705. package/dist/es/commands/StopTrainingDocumentClassifierCommand.js +0 -40
  706. package/dist/es/commands/StopTrainingDocumentClassifierCommand.js.map +0 -1
  707. package/dist/es/commands/StopTrainingEntityRecognizerCommand.js +0 -40
  708. package/dist/es/commands/StopTrainingEntityRecognizerCommand.js.map +0 -1
  709. package/dist/es/commands/TagResourceCommand.js +0 -40
  710. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  711. package/dist/es/commands/UntagResourceCommand.js +0 -40
  712. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  713. package/dist/es/commands/UpdateEndpointCommand.js +0 -40
  714. package/dist/es/commands/UpdateEndpointCommand.js.map +0 -1
  715. package/dist/es/endpoints.js +0 -73
  716. package/dist/es/endpoints.js.map +0 -1
  717. package/dist/es/index.js +0 -79
  718. package/dist/es/index.js.map +0 -1
  719. package/dist/es/models/index.js +0 -2
  720. package/dist/es/models/index.js.map +0 -1
  721. package/dist/es/models/models_0.js +0 -999
  722. package/dist/es/models/models_0.js.map +0 -1
  723. package/dist/es/package.json +0 -93
  724. package/dist/es/pagination/Interfaces.js +0 -2
  725. package/dist/es/pagination/Interfaces.js.map +0 -1
  726. package/dist/es/pagination/ListDocumentClassificationJobsPaginator.js +0 -75
  727. package/dist/es/pagination/ListDocumentClassificationJobsPaginator.js.map +0 -1
  728. package/dist/es/pagination/ListDocumentClassifierSummariesPaginator.js +0 -75
  729. package/dist/es/pagination/ListDocumentClassifierSummariesPaginator.js.map +0 -1
  730. package/dist/es/pagination/ListDocumentClassifiersPaginator.js +0 -75
  731. package/dist/es/pagination/ListDocumentClassifiersPaginator.js.map +0 -1
  732. package/dist/es/pagination/ListDominantLanguageDetectionJobsPaginator.js +0 -75
  733. package/dist/es/pagination/ListDominantLanguageDetectionJobsPaginator.js.map +0 -1
  734. package/dist/es/pagination/ListEntitiesDetectionJobsPaginator.js +0 -75
  735. package/dist/es/pagination/ListEntitiesDetectionJobsPaginator.js.map +0 -1
  736. package/dist/es/pagination/ListEntityRecognizerSummariesPaginator.js +0 -75
  737. package/dist/es/pagination/ListEntityRecognizerSummariesPaginator.js.map +0 -1
  738. package/dist/es/pagination/ListEntityRecognizersPaginator.js +0 -75
  739. package/dist/es/pagination/ListEntityRecognizersPaginator.js.map +0 -1
  740. package/dist/es/pagination/ListEventsDetectionJobsPaginator.js +0 -75
  741. package/dist/es/pagination/ListEventsDetectionJobsPaginator.js.map +0 -1
  742. package/dist/es/pagination/ListKeyPhrasesDetectionJobsPaginator.js +0 -75
  743. package/dist/es/pagination/ListKeyPhrasesDetectionJobsPaginator.js.map +0 -1
  744. package/dist/es/pagination/ListSentimentDetectionJobsPaginator.js +0 -75
  745. package/dist/es/pagination/ListSentimentDetectionJobsPaginator.js.map +0 -1
  746. package/dist/es/pagination/ListTopicsDetectionJobsPaginator.js +0 -75
  747. package/dist/es/pagination/ListTopicsDetectionJobsPaginator.js.map +0 -1
  748. package/dist/es/protocols/Aws_json1_1.js +0 -8290
  749. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  750. package/dist/es/runtimeConfig.browser.js +0 -17
  751. package/dist/es/runtimeConfig.browser.js.map +0 -1
  752. package/dist/es/runtimeConfig.js +0 -22
  753. package/dist/es/runtimeConfig.js.map +0 -1
  754. package/dist/es/runtimeConfig.native.js +0 -9
  755. package/dist/es/runtimeConfig.native.js.map +0 -1
  756. package/dist/es/runtimeConfig.shared.js +0 -14
  757. package/dist/es/runtimeConfig.shared.js.map +0 -1
  758. package/dist/types/Comprehend.d.ts +0 -561
  759. package/dist/types/ComprehendClient.d.ts +0 -198
  760. package/dist/types/commands/BatchDetectDominantLanguageCommand.d.ts +0 -37
  761. package/dist/types/commands/BatchDetectEntitiesCommand.d.ts +0 -37
  762. package/dist/types/commands/BatchDetectKeyPhrasesCommand.d.ts +0 -35
  763. package/dist/types/commands/BatchDetectSentimentCommand.d.ts +0 -37
  764. package/dist/types/commands/BatchDetectSyntaxCommand.d.ts +0 -36
  765. package/dist/types/commands/ClassifyDocumentCommand.d.ts +0 -36
  766. package/dist/types/commands/ContainsPiiEntitiesCommand.d.ts +0 -37
  767. package/dist/types/commands/CreateDocumentClassifierCommand.d.ts +0 -38
  768. package/dist/types/commands/CreateEndpointCommand.d.ts +0 -37
  769. package/dist/types/commands/CreateEntityRecognizerCommand.d.ts +0 -37
  770. package/dist/types/commands/DeleteDocumentClassifierCommand.d.ts +0 -41
  771. package/dist/types/commands/DeleteEndpointCommand.d.ts +0 -36
  772. package/dist/types/commands/DeleteEntityRecognizerCommand.d.ts +0 -41
  773. package/dist/types/commands/DescribeDocumentClassificationJobCommand.d.ts +0 -36
  774. package/dist/types/commands/DescribeDocumentClassifierCommand.d.ts +0 -35
  775. package/dist/types/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +0 -36
  776. package/dist/types/commands/DescribeEndpointCommand.d.ts +0 -36
  777. package/dist/types/commands/DescribeEntitiesDetectionJobCommand.d.ts +0 -36
  778. package/dist/types/commands/DescribeEntityRecognizerCommand.d.ts +0 -36
  779. package/dist/types/commands/DescribeEventsDetectionJobCommand.d.ts +0 -35
  780. package/dist/types/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +0 -36
  781. package/dist/types/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +0 -36
  782. package/dist/types/commands/DescribeSentimentDetectionJobCommand.d.ts +0 -36
  783. package/dist/types/commands/DescribeTopicsDetectionJobCommand.d.ts +0 -36
  784. package/dist/types/commands/DetectDominantLanguageCommand.d.ts +0 -36
  785. package/dist/types/commands/DetectEntitiesCommand.d.ts +0 -36
  786. package/dist/types/commands/DetectKeyPhrasesCommand.d.ts +0 -35
  787. package/dist/types/commands/DetectPiiEntitiesCommand.d.ts +0 -36
  788. package/dist/types/commands/DetectSentimentCommand.d.ts +0 -36
  789. package/dist/types/commands/DetectSyntaxCommand.d.ts +0 -36
  790. package/dist/types/commands/ListDocumentClassificationJobsCommand.d.ts +0 -35
  791. package/dist/types/commands/ListDocumentClassifierSummariesCommand.d.ts +0 -35
  792. package/dist/types/commands/ListDocumentClassifiersCommand.d.ts +0 -35
  793. package/dist/types/commands/ListDominantLanguageDetectionJobsCommand.d.ts +0 -35
  794. package/dist/types/commands/ListEndpointsCommand.d.ts +0 -35
  795. package/dist/types/commands/ListEntitiesDetectionJobsCommand.d.ts +0 -35
  796. package/dist/types/commands/ListEntityRecognizerSummariesCommand.d.ts +0 -35
  797. package/dist/types/commands/ListEntityRecognizersCommand.d.ts +0 -40
  798. package/dist/types/commands/ListEventsDetectionJobsCommand.d.ts +0 -35
  799. package/dist/types/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +0 -35
  800. package/dist/types/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +0 -35
  801. package/dist/types/commands/ListSentimentDetectionJobsCommand.d.ts +0 -35
  802. package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -35
  803. package/dist/types/commands/ListTopicsDetectionJobsCommand.d.ts +0 -35
  804. package/dist/types/commands/StartDocumentClassificationJobCommand.d.ts +0 -36
  805. package/dist/types/commands/StartDominantLanguageDetectionJobCommand.d.ts +0 -37
  806. package/dist/types/commands/StartEntitiesDetectionJobCommand.d.ts +0 -39
  807. package/dist/types/commands/StartEventsDetectionJobCommand.d.ts +0 -35
  808. package/dist/types/commands/StartKeyPhrasesDetectionJobCommand.d.ts +0 -37
  809. package/dist/types/commands/StartPiiEntitiesDetectionJobCommand.d.ts +0 -35
  810. package/dist/types/commands/StartSentimentDetectionJobCommand.d.ts +0 -37
  811. package/dist/types/commands/StartTopicsDetectionJobCommand.d.ts +0 -36
  812. package/dist/types/commands/StopDominantLanguageDetectionJobCommand.d.ts +0 -44
  813. package/dist/types/commands/StopEntitiesDetectionJobCommand.d.ts +0 -44
  814. package/dist/types/commands/StopEventsDetectionJobCommand.d.ts +0 -35
  815. package/dist/types/commands/StopKeyPhrasesDetectionJobCommand.d.ts +0 -44
  816. package/dist/types/commands/StopPiiEntitiesDetectionJobCommand.d.ts +0 -35
  817. package/dist/types/commands/StopSentimentDetectionJobCommand.d.ts +0 -44
  818. package/dist/types/commands/StopTrainingDocumentClassifierCommand.d.ts +0 -40
  819. package/dist/types/commands/StopTrainingEntityRecognizerCommand.d.ts +0 -40
  820. package/dist/types/commands/TagResourceCommand.d.ts +0 -38
  821. package/dist/types/commands/UntagResourceCommand.d.ts +0 -35
  822. package/dist/types/commands/UpdateEndpointCommand.d.ts +0 -35
  823. package/dist/types/pagination/Interfaces.d.ts +0 -6
  824. package/dist/types/pagination/ListDocumentClassificationJobsPaginator.d.ts +0 -4
  825. package/dist/types/pagination/ListDocumentClassifierSummariesPaginator.d.ts +0 -4
  826. package/dist/types/pagination/ListDocumentClassifiersPaginator.d.ts +0 -4
  827. package/dist/types/pagination/ListDominantLanguageDetectionJobsPaginator.d.ts +0 -4
  828. package/dist/types/pagination/ListEntitiesDetectionJobsPaginator.d.ts +0 -4
  829. package/dist/types/pagination/ListEntityRecognizerSummariesPaginator.d.ts +0 -4
  830. package/dist/types/pagination/ListEntityRecognizersPaginator.d.ts +0 -4
  831. package/dist/types/pagination/ListEventsDetectionJobsPaginator.d.ts +0 -4
  832. package/dist/types/pagination/ListKeyPhrasesDetectionJobsPaginator.d.ts +0 -4
  833. package/dist/types/pagination/ListSentimentDetectionJobsPaginator.d.ts +0 -4
  834. package/dist/types/pagination/ListTopicsDetectionJobsPaginator.d.ts +0 -4
  835. package/dist/types/protocols/Aws_json1_1.d.ts +0 -191
  836. package/dist/types/runtimeConfig.d.ts +0 -37
  837. package/dist/types/ts3.4/Comprehend.d.ts +0 -561
  838. package/dist/types/ts3.4/ComprehendClient.d.ts +0 -198
  839. package/dist/types/ts3.4/commands/BatchDetectDominantLanguageCommand.d.ts +0 -37
  840. package/dist/types/ts3.4/commands/BatchDetectEntitiesCommand.d.ts +0 -37
  841. package/dist/types/ts3.4/commands/BatchDetectKeyPhrasesCommand.d.ts +0 -35
  842. package/dist/types/ts3.4/commands/BatchDetectSentimentCommand.d.ts +0 -37
  843. package/dist/types/ts3.4/commands/BatchDetectSyntaxCommand.d.ts +0 -36
  844. package/dist/types/ts3.4/commands/ClassifyDocumentCommand.d.ts +0 -36
  845. package/dist/types/ts3.4/commands/ContainsPiiEntitiesCommand.d.ts +0 -37
  846. package/dist/types/ts3.4/commands/CreateDocumentClassifierCommand.d.ts +0 -38
  847. package/dist/types/ts3.4/commands/CreateEndpointCommand.d.ts +0 -37
  848. package/dist/types/ts3.4/commands/CreateEntityRecognizerCommand.d.ts +0 -37
  849. package/dist/types/ts3.4/commands/DeleteDocumentClassifierCommand.d.ts +0 -41
  850. package/dist/types/ts3.4/commands/DeleteEndpointCommand.d.ts +0 -36
  851. package/dist/types/ts3.4/commands/DeleteEntityRecognizerCommand.d.ts +0 -41
  852. package/dist/types/ts3.4/commands/DescribeDocumentClassificationJobCommand.d.ts +0 -36
  853. package/dist/types/ts3.4/commands/DescribeDocumentClassifierCommand.d.ts +0 -35
  854. package/dist/types/ts3.4/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +0 -36
  855. package/dist/types/ts3.4/commands/DescribeEndpointCommand.d.ts +0 -36
  856. package/dist/types/ts3.4/commands/DescribeEntitiesDetectionJobCommand.d.ts +0 -36
  857. package/dist/types/ts3.4/commands/DescribeEntityRecognizerCommand.d.ts +0 -36
  858. package/dist/types/ts3.4/commands/DescribeEventsDetectionJobCommand.d.ts +0 -35
  859. package/dist/types/ts3.4/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +0 -36
  860. package/dist/types/ts3.4/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +0 -36
  861. package/dist/types/ts3.4/commands/DescribeSentimentDetectionJobCommand.d.ts +0 -36
  862. package/dist/types/ts3.4/commands/DescribeTopicsDetectionJobCommand.d.ts +0 -36
  863. package/dist/types/ts3.4/commands/DetectDominantLanguageCommand.d.ts +0 -36
  864. package/dist/types/ts3.4/commands/DetectEntitiesCommand.d.ts +0 -36
  865. package/dist/types/ts3.4/commands/DetectKeyPhrasesCommand.d.ts +0 -35
  866. package/dist/types/ts3.4/commands/DetectPiiEntitiesCommand.d.ts +0 -36
  867. package/dist/types/ts3.4/commands/DetectSentimentCommand.d.ts +0 -36
  868. package/dist/types/ts3.4/commands/DetectSyntaxCommand.d.ts +0 -36
  869. package/dist/types/ts3.4/commands/ListDocumentClassificationJobsCommand.d.ts +0 -35
  870. package/dist/types/ts3.4/commands/ListDocumentClassifierSummariesCommand.d.ts +0 -35
  871. package/dist/types/ts3.4/commands/ListDocumentClassifiersCommand.d.ts +0 -35
  872. package/dist/types/ts3.4/commands/ListDominantLanguageDetectionJobsCommand.d.ts +0 -35
  873. package/dist/types/ts3.4/commands/ListEndpointsCommand.d.ts +0 -35
  874. package/dist/types/ts3.4/commands/ListEntitiesDetectionJobsCommand.d.ts +0 -35
  875. package/dist/types/ts3.4/commands/ListEntityRecognizerSummariesCommand.d.ts +0 -35
  876. package/dist/types/ts3.4/commands/ListEntityRecognizersCommand.d.ts +0 -40
  877. package/dist/types/ts3.4/commands/ListEventsDetectionJobsCommand.d.ts +0 -35
  878. package/dist/types/ts3.4/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +0 -35
  879. package/dist/types/ts3.4/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +0 -35
  880. package/dist/types/ts3.4/commands/ListSentimentDetectionJobsCommand.d.ts +0 -35
  881. package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -35
  882. package/dist/types/ts3.4/commands/ListTopicsDetectionJobsCommand.d.ts +0 -35
  883. package/dist/types/ts3.4/commands/StartDocumentClassificationJobCommand.d.ts +0 -36
  884. package/dist/types/ts3.4/commands/StartDominantLanguageDetectionJobCommand.d.ts +0 -37
  885. package/dist/types/ts3.4/commands/StartEntitiesDetectionJobCommand.d.ts +0 -39
  886. package/dist/types/ts3.4/commands/StartEventsDetectionJobCommand.d.ts +0 -35
  887. package/dist/types/ts3.4/commands/StartKeyPhrasesDetectionJobCommand.d.ts +0 -37
  888. package/dist/types/ts3.4/commands/StartPiiEntitiesDetectionJobCommand.d.ts +0 -35
  889. package/dist/types/ts3.4/commands/StartSentimentDetectionJobCommand.d.ts +0 -37
  890. package/dist/types/ts3.4/commands/StartTopicsDetectionJobCommand.d.ts +0 -36
  891. package/dist/types/ts3.4/commands/StopDominantLanguageDetectionJobCommand.d.ts +0 -44
  892. package/dist/types/ts3.4/commands/StopEntitiesDetectionJobCommand.d.ts +0 -44
  893. package/dist/types/ts3.4/commands/StopEventsDetectionJobCommand.d.ts +0 -35
  894. package/dist/types/ts3.4/commands/StopKeyPhrasesDetectionJobCommand.d.ts +0 -44
  895. package/dist/types/ts3.4/commands/StopPiiEntitiesDetectionJobCommand.d.ts +0 -35
  896. package/dist/types/ts3.4/commands/StopSentimentDetectionJobCommand.d.ts +0 -44
  897. package/dist/types/ts3.4/commands/StopTrainingDocumentClassifierCommand.d.ts +0 -40
  898. package/dist/types/ts3.4/commands/StopTrainingEntityRecognizerCommand.d.ts +0 -40
  899. package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -38
  900. package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
  901. package/dist/types/ts3.4/commands/UpdateEndpointCommand.d.ts +0 -35
  902. package/dist/types/ts3.4/models/models_0.d.ts +0 -5687
  903. package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
  904. package/dist/types/ts3.4/pagination/ListDocumentClassificationJobsPaginator.d.ts +0 -4
  905. package/dist/types/ts3.4/pagination/ListDocumentClassifierSummariesPaginator.d.ts +0 -4
  906. package/dist/types/ts3.4/pagination/ListDocumentClassifiersPaginator.d.ts +0 -4
  907. package/dist/types/ts3.4/pagination/ListDominantLanguageDetectionJobsPaginator.d.ts +0 -4
  908. package/dist/types/ts3.4/pagination/ListEntitiesDetectionJobsPaginator.d.ts +0 -4
  909. package/dist/types/ts3.4/pagination/ListEntityRecognizerSummariesPaginator.d.ts +0 -4
  910. package/dist/types/ts3.4/pagination/ListEntityRecognizersPaginator.d.ts +0 -4
  911. package/dist/types/ts3.4/pagination/ListEventsDetectionJobsPaginator.d.ts +0 -4
  912. package/dist/types/ts3.4/pagination/ListKeyPhrasesDetectionJobsPaginator.d.ts +0 -4
  913. package/dist/types/ts3.4/pagination/ListSentimentDetectionJobsPaginator.d.ts +0 -4
  914. package/dist/types/ts3.4/pagination/ListTopicsDetectionJobsPaginator.d.ts +0 -4
  915. package/dist/types/ts3.4/protocols/Aws_json1_1.d.ts +0 -191
  916. package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -37
  917. package/dist/types/ts3.4/runtimeConfig.d.ts +0 -37
  918. package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -36
  919. package/dist/types/ts3.4/runtimeConfig.shared.d.ts +0 -13
  920. package/endpoints.ts +0 -77
  921. package/jest.config.js +0 -4
  922. package/models/models_0.ts +0 -6966
  923. package/pagination/Interfaces.ts +0 -7
  924. package/pagination/ListDocumentClassificationJobsPaginator.ts +0 -58
  925. package/pagination/ListDocumentClassifierSummariesPaginator.ts +0 -58
  926. package/pagination/ListDocumentClassifiersPaginator.ts +0 -58
  927. package/pagination/ListDominantLanguageDetectionJobsPaginator.ts +0 -58
  928. package/pagination/ListEntitiesDetectionJobsPaginator.ts +0 -58
  929. package/pagination/ListEntityRecognizerSummariesPaginator.ts +0 -58
  930. package/pagination/ListEntityRecognizersPaginator.ts +0 -58
  931. package/pagination/ListEventsDetectionJobsPaginator.ts +0 -58
  932. package/pagination/ListKeyPhrasesDetectionJobsPaginator.ts +0 -58
  933. package/pagination/ListSentimentDetectionJobsPaginator.ts +0 -58
  934. package/pagination/ListTopicsDetectionJobsPaginator.ts +0 -58
  935. package/protocols/Aws_json1_1.ts +0 -10157
  936. package/runtimeConfig.browser.ts +0 -40
  937. package/runtimeConfig.native.ts +0 -16
  938. package/runtimeConfig.shared.ts +0 -16
  939. package/runtimeConfig.ts +0 -45
  940. package/tsconfig.es.json +0 -10
  941. package/tsconfig.json +0 -31
  942. package/tsconfig.types.json +0 -8
@@ -1,959 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Comprehend = void 0;
4
- const ComprehendClient_1 = require("./ComprehendClient");
5
- const BatchDetectDominantLanguageCommand_1 = require("./commands/BatchDetectDominantLanguageCommand");
6
- const BatchDetectEntitiesCommand_1 = require("./commands/BatchDetectEntitiesCommand");
7
- const BatchDetectKeyPhrasesCommand_1 = require("./commands/BatchDetectKeyPhrasesCommand");
8
- const BatchDetectSentimentCommand_1 = require("./commands/BatchDetectSentimentCommand");
9
- const BatchDetectSyntaxCommand_1 = require("./commands/BatchDetectSyntaxCommand");
10
- const ClassifyDocumentCommand_1 = require("./commands/ClassifyDocumentCommand");
11
- const ContainsPiiEntitiesCommand_1 = require("./commands/ContainsPiiEntitiesCommand");
12
- const CreateDocumentClassifierCommand_1 = require("./commands/CreateDocumentClassifierCommand");
13
- const CreateEndpointCommand_1 = require("./commands/CreateEndpointCommand");
14
- const CreateEntityRecognizerCommand_1 = require("./commands/CreateEntityRecognizerCommand");
15
- const DeleteDocumentClassifierCommand_1 = require("./commands/DeleteDocumentClassifierCommand");
16
- const DeleteEndpointCommand_1 = require("./commands/DeleteEndpointCommand");
17
- const DeleteEntityRecognizerCommand_1 = require("./commands/DeleteEntityRecognizerCommand");
18
- const DescribeDocumentClassificationJobCommand_1 = require("./commands/DescribeDocumentClassificationJobCommand");
19
- const DescribeDocumentClassifierCommand_1 = require("./commands/DescribeDocumentClassifierCommand");
20
- const DescribeDominantLanguageDetectionJobCommand_1 = require("./commands/DescribeDominantLanguageDetectionJobCommand");
21
- const DescribeEndpointCommand_1 = require("./commands/DescribeEndpointCommand");
22
- const DescribeEntitiesDetectionJobCommand_1 = require("./commands/DescribeEntitiesDetectionJobCommand");
23
- const DescribeEntityRecognizerCommand_1 = require("./commands/DescribeEntityRecognizerCommand");
24
- const DescribeEventsDetectionJobCommand_1 = require("./commands/DescribeEventsDetectionJobCommand");
25
- const DescribeKeyPhrasesDetectionJobCommand_1 = require("./commands/DescribeKeyPhrasesDetectionJobCommand");
26
- const DescribePiiEntitiesDetectionJobCommand_1 = require("./commands/DescribePiiEntitiesDetectionJobCommand");
27
- const DescribeSentimentDetectionJobCommand_1 = require("./commands/DescribeSentimentDetectionJobCommand");
28
- const DescribeTopicsDetectionJobCommand_1 = require("./commands/DescribeTopicsDetectionJobCommand");
29
- const DetectDominantLanguageCommand_1 = require("./commands/DetectDominantLanguageCommand");
30
- const DetectEntitiesCommand_1 = require("./commands/DetectEntitiesCommand");
31
- const DetectKeyPhrasesCommand_1 = require("./commands/DetectKeyPhrasesCommand");
32
- const DetectPiiEntitiesCommand_1 = require("./commands/DetectPiiEntitiesCommand");
33
- const DetectSentimentCommand_1 = require("./commands/DetectSentimentCommand");
34
- const DetectSyntaxCommand_1 = require("./commands/DetectSyntaxCommand");
35
- const ListDocumentClassificationJobsCommand_1 = require("./commands/ListDocumentClassificationJobsCommand");
36
- const ListDocumentClassifierSummariesCommand_1 = require("./commands/ListDocumentClassifierSummariesCommand");
37
- const ListDocumentClassifiersCommand_1 = require("./commands/ListDocumentClassifiersCommand");
38
- const ListDominantLanguageDetectionJobsCommand_1 = require("./commands/ListDominantLanguageDetectionJobsCommand");
39
- const ListEndpointsCommand_1 = require("./commands/ListEndpointsCommand");
40
- const ListEntitiesDetectionJobsCommand_1 = require("./commands/ListEntitiesDetectionJobsCommand");
41
- const ListEntityRecognizerSummariesCommand_1 = require("./commands/ListEntityRecognizerSummariesCommand");
42
- const ListEntityRecognizersCommand_1 = require("./commands/ListEntityRecognizersCommand");
43
- const ListEventsDetectionJobsCommand_1 = require("./commands/ListEventsDetectionJobsCommand");
44
- const ListKeyPhrasesDetectionJobsCommand_1 = require("./commands/ListKeyPhrasesDetectionJobsCommand");
45
- const ListPiiEntitiesDetectionJobsCommand_1 = require("./commands/ListPiiEntitiesDetectionJobsCommand");
46
- const ListSentimentDetectionJobsCommand_1 = require("./commands/ListSentimentDetectionJobsCommand");
47
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
48
- const ListTopicsDetectionJobsCommand_1 = require("./commands/ListTopicsDetectionJobsCommand");
49
- const StartDocumentClassificationJobCommand_1 = require("./commands/StartDocumentClassificationJobCommand");
50
- const StartDominantLanguageDetectionJobCommand_1 = require("./commands/StartDominantLanguageDetectionJobCommand");
51
- const StartEntitiesDetectionJobCommand_1 = require("./commands/StartEntitiesDetectionJobCommand");
52
- const StartEventsDetectionJobCommand_1 = require("./commands/StartEventsDetectionJobCommand");
53
- const StartKeyPhrasesDetectionJobCommand_1 = require("./commands/StartKeyPhrasesDetectionJobCommand");
54
- const StartPiiEntitiesDetectionJobCommand_1 = require("./commands/StartPiiEntitiesDetectionJobCommand");
55
- const StartSentimentDetectionJobCommand_1 = require("./commands/StartSentimentDetectionJobCommand");
56
- const StartTopicsDetectionJobCommand_1 = require("./commands/StartTopicsDetectionJobCommand");
57
- const StopDominantLanguageDetectionJobCommand_1 = require("./commands/StopDominantLanguageDetectionJobCommand");
58
- const StopEntitiesDetectionJobCommand_1 = require("./commands/StopEntitiesDetectionJobCommand");
59
- const StopEventsDetectionJobCommand_1 = require("./commands/StopEventsDetectionJobCommand");
60
- const StopKeyPhrasesDetectionJobCommand_1 = require("./commands/StopKeyPhrasesDetectionJobCommand");
61
- const StopPiiEntitiesDetectionJobCommand_1 = require("./commands/StopPiiEntitiesDetectionJobCommand");
62
- const StopSentimentDetectionJobCommand_1 = require("./commands/StopSentimentDetectionJobCommand");
63
- const StopTrainingDocumentClassifierCommand_1 = require("./commands/StopTrainingDocumentClassifierCommand");
64
- const StopTrainingEntityRecognizerCommand_1 = require("./commands/StopTrainingEntityRecognizerCommand");
65
- const TagResourceCommand_1 = require("./commands/TagResourceCommand");
66
- const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
67
- const UpdateEndpointCommand_1 = require("./commands/UpdateEndpointCommand");
68
- /**
69
- * <p>Amazon Comprehend is an AWS service for gaining insight into the content of documents.
70
- * Use these actions to determine the topics contained in your documents, the topics they
71
- * discuss, the predominant sentiment expressed in them, the predominant language used, and
72
- * more.</p>
73
- */
74
- class Comprehend extends ComprehendClient_1.ComprehendClient {
75
- batchDetectDominantLanguage(args, optionsOrCb, cb) {
76
- const command = new BatchDetectDominantLanguageCommand_1.BatchDetectDominantLanguageCommand(args);
77
- if (typeof optionsOrCb === "function") {
78
- this.send(command, optionsOrCb);
79
- }
80
- else if (typeof cb === "function") {
81
- if (typeof optionsOrCb !== "object")
82
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
83
- this.send(command, optionsOrCb || {}, cb);
84
- }
85
- else {
86
- return this.send(command, optionsOrCb);
87
- }
88
- }
89
- batchDetectEntities(args, optionsOrCb, cb) {
90
- const command = new BatchDetectEntitiesCommand_1.BatchDetectEntitiesCommand(args);
91
- if (typeof optionsOrCb === "function") {
92
- this.send(command, optionsOrCb);
93
- }
94
- else if (typeof cb === "function") {
95
- if (typeof optionsOrCb !== "object")
96
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
97
- this.send(command, optionsOrCb || {}, cb);
98
- }
99
- else {
100
- return this.send(command, optionsOrCb);
101
- }
102
- }
103
- batchDetectKeyPhrases(args, optionsOrCb, cb) {
104
- const command = new BatchDetectKeyPhrasesCommand_1.BatchDetectKeyPhrasesCommand(args);
105
- if (typeof optionsOrCb === "function") {
106
- this.send(command, optionsOrCb);
107
- }
108
- else if (typeof cb === "function") {
109
- if (typeof optionsOrCb !== "object")
110
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
111
- this.send(command, optionsOrCb || {}, cb);
112
- }
113
- else {
114
- return this.send(command, optionsOrCb);
115
- }
116
- }
117
- batchDetectSentiment(args, optionsOrCb, cb) {
118
- const command = new BatchDetectSentimentCommand_1.BatchDetectSentimentCommand(args);
119
- if (typeof optionsOrCb === "function") {
120
- this.send(command, optionsOrCb);
121
- }
122
- else if (typeof cb === "function") {
123
- if (typeof optionsOrCb !== "object")
124
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
125
- this.send(command, optionsOrCb || {}, cb);
126
- }
127
- else {
128
- return this.send(command, optionsOrCb);
129
- }
130
- }
131
- batchDetectSyntax(args, optionsOrCb, cb) {
132
- const command = new BatchDetectSyntaxCommand_1.BatchDetectSyntaxCommand(args);
133
- if (typeof optionsOrCb === "function") {
134
- this.send(command, optionsOrCb);
135
- }
136
- else if (typeof cb === "function") {
137
- if (typeof optionsOrCb !== "object")
138
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
139
- this.send(command, optionsOrCb || {}, cb);
140
- }
141
- else {
142
- return this.send(command, optionsOrCb);
143
- }
144
- }
145
- classifyDocument(args, optionsOrCb, cb) {
146
- const command = new ClassifyDocumentCommand_1.ClassifyDocumentCommand(args);
147
- if (typeof optionsOrCb === "function") {
148
- this.send(command, optionsOrCb);
149
- }
150
- else if (typeof cb === "function") {
151
- if (typeof optionsOrCb !== "object")
152
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
153
- this.send(command, optionsOrCb || {}, cb);
154
- }
155
- else {
156
- return this.send(command, optionsOrCb);
157
- }
158
- }
159
- containsPiiEntities(args, optionsOrCb, cb) {
160
- const command = new ContainsPiiEntitiesCommand_1.ContainsPiiEntitiesCommand(args);
161
- if (typeof optionsOrCb === "function") {
162
- this.send(command, optionsOrCb);
163
- }
164
- else if (typeof cb === "function") {
165
- if (typeof optionsOrCb !== "object")
166
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
167
- this.send(command, optionsOrCb || {}, cb);
168
- }
169
- else {
170
- return this.send(command, optionsOrCb);
171
- }
172
- }
173
- createDocumentClassifier(args, optionsOrCb, cb) {
174
- const command = new CreateDocumentClassifierCommand_1.CreateDocumentClassifierCommand(args);
175
- if (typeof optionsOrCb === "function") {
176
- this.send(command, optionsOrCb);
177
- }
178
- else if (typeof cb === "function") {
179
- if (typeof optionsOrCb !== "object")
180
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
181
- this.send(command, optionsOrCb || {}, cb);
182
- }
183
- else {
184
- return this.send(command, optionsOrCb);
185
- }
186
- }
187
- createEndpoint(args, optionsOrCb, cb) {
188
- const command = new CreateEndpointCommand_1.CreateEndpointCommand(args);
189
- if (typeof optionsOrCb === "function") {
190
- this.send(command, optionsOrCb);
191
- }
192
- else if (typeof cb === "function") {
193
- if (typeof optionsOrCb !== "object")
194
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
195
- this.send(command, optionsOrCb || {}, cb);
196
- }
197
- else {
198
- return this.send(command, optionsOrCb);
199
- }
200
- }
201
- createEntityRecognizer(args, optionsOrCb, cb) {
202
- const command = new CreateEntityRecognizerCommand_1.CreateEntityRecognizerCommand(args);
203
- if (typeof optionsOrCb === "function") {
204
- this.send(command, optionsOrCb);
205
- }
206
- else if (typeof cb === "function") {
207
- if (typeof optionsOrCb !== "object")
208
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
209
- this.send(command, optionsOrCb || {}, cb);
210
- }
211
- else {
212
- return this.send(command, optionsOrCb);
213
- }
214
- }
215
- deleteDocumentClassifier(args, optionsOrCb, cb) {
216
- const command = new DeleteDocumentClassifierCommand_1.DeleteDocumentClassifierCommand(args);
217
- if (typeof optionsOrCb === "function") {
218
- this.send(command, optionsOrCb);
219
- }
220
- else if (typeof cb === "function") {
221
- if (typeof optionsOrCb !== "object")
222
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
223
- this.send(command, optionsOrCb || {}, cb);
224
- }
225
- else {
226
- return this.send(command, optionsOrCb);
227
- }
228
- }
229
- deleteEndpoint(args, optionsOrCb, cb) {
230
- const command = new DeleteEndpointCommand_1.DeleteEndpointCommand(args);
231
- if (typeof optionsOrCb === "function") {
232
- this.send(command, optionsOrCb);
233
- }
234
- else if (typeof cb === "function") {
235
- if (typeof optionsOrCb !== "object")
236
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
237
- this.send(command, optionsOrCb || {}, cb);
238
- }
239
- else {
240
- return this.send(command, optionsOrCb);
241
- }
242
- }
243
- deleteEntityRecognizer(args, optionsOrCb, cb) {
244
- const command = new DeleteEntityRecognizerCommand_1.DeleteEntityRecognizerCommand(args);
245
- if (typeof optionsOrCb === "function") {
246
- this.send(command, optionsOrCb);
247
- }
248
- else if (typeof cb === "function") {
249
- if (typeof optionsOrCb !== "object")
250
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
251
- this.send(command, optionsOrCb || {}, cb);
252
- }
253
- else {
254
- return this.send(command, optionsOrCb);
255
- }
256
- }
257
- describeDocumentClassificationJob(args, optionsOrCb, cb) {
258
- const command = new DescribeDocumentClassificationJobCommand_1.DescribeDocumentClassificationJobCommand(args);
259
- if (typeof optionsOrCb === "function") {
260
- this.send(command, optionsOrCb);
261
- }
262
- else if (typeof cb === "function") {
263
- if (typeof optionsOrCb !== "object")
264
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
265
- this.send(command, optionsOrCb || {}, cb);
266
- }
267
- else {
268
- return this.send(command, optionsOrCb);
269
- }
270
- }
271
- describeDocumentClassifier(args, optionsOrCb, cb) {
272
- const command = new DescribeDocumentClassifierCommand_1.DescribeDocumentClassifierCommand(args);
273
- if (typeof optionsOrCb === "function") {
274
- this.send(command, optionsOrCb);
275
- }
276
- else if (typeof cb === "function") {
277
- if (typeof optionsOrCb !== "object")
278
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
279
- this.send(command, optionsOrCb || {}, cb);
280
- }
281
- else {
282
- return this.send(command, optionsOrCb);
283
- }
284
- }
285
- describeDominantLanguageDetectionJob(args, optionsOrCb, cb) {
286
- const command = new DescribeDominantLanguageDetectionJobCommand_1.DescribeDominantLanguageDetectionJobCommand(args);
287
- if (typeof optionsOrCb === "function") {
288
- this.send(command, optionsOrCb);
289
- }
290
- else if (typeof cb === "function") {
291
- if (typeof optionsOrCb !== "object")
292
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
293
- this.send(command, optionsOrCb || {}, cb);
294
- }
295
- else {
296
- return this.send(command, optionsOrCb);
297
- }
298
- }
299
- describeEndpoint(args, optionsOrCb, cb) {
300
- const command = new DescribeEndpointCommand_1.DescribeEndpointCommand(args);
301
- if (typeof optionsOrCb === "function") {
302
- this.send(command, optionsOrCb);
303
- }
304
- else if (typeof cb === "function") {
305
- if (typeof optionsOrCb !== "object")
306
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
307
- this.send(command, optionsOrCb || {}, cb);
308
- }
309
- else {
310
- return this.send(command, optionsOrCb);
311
- }
312
- }
313
- describeEntitiesDetectionJob(args, optionsOrCb, cb) {
314
- const command = new DescribeEntitiesDetectionJobCommand_1.DescribeEntitiesDetectionJobCommand(args);
315
- if (typeof optionsOrCb === "function") {
316
- this.send(command, optionsOrCb);
317
- }
318
- else if (typeof cb === "function") {
319
- if (typeof optionsOrCb !== "object")
320
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
321
- this.send(command, optionsOrCb || {}, cb);
322
- }
323
- else {
324
- return this.send(command, optionsOrCb);
325
- }
326
- }
327
- describeEntityRecognizer(args, optionsOrCb, cb) {
328
- const command = new DescribeEntityRecognizerCommand_1.DescribeEntityRecognizerCommand(args);
329
- if (typeof optionsOrCb === "function") {
330
- this.send(command, optionsOrCb);
331
- }
332
- else if (typeof cb === "function") {
333
- if (typeof optionsOrCb !== "object")
334
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
335
- this.send(command, optionsOrCb || {}, cb);
336
- }
337
- else {
338
- return this.send(command, optionsOrCb);
339
- }
340
- }
341
- describeEventsDetectionJob(args, optionsOrCb, cb) {
342
- const command = new DescribeEventsDetectionJobCommand_1.DescribeEventsDetectionJobCommand(args);
343
- if (typeof optionsOrCb === "function") {
344
- this.send(command, optionsOrCb);
345
- }
346
- else if (typeof cb === "function") {
347
- if (typeof optionsOrCb !== "object")
348
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
349
- this.send(command, optionsOrCb || {}, cb);
350
- }
351
- else {
352
- return this.send(command, optionsOrCb);
353
- }
354
- }
355
- describeKeyPhrasesDetectionJob(args, optionsOrCb, cb) {
356
- const command = new DescribeKeyPhrasesDetectionJobCommand_1.DescribeKeyPhrasesDetectionJobCommand(args);
357
- if (typeof optionsOrCb === "function") {
358
- this.send(command, optionsOrCb);
359
- }
360
- else if (typeof cb === "function") {
361
- if (typeof optionsOrCb !== "object")
362
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
363
- this.send(command, optionsOrCb || {}, cb);
364
- }
365
- else {
366
- return this.send(command, optionsOrCb);
367
- }
368
- }
369
- describePiiEntitiesDetectionJob(args, optionsOrCb, cb) {
370
- const command = new DescribePiiEntitiesDetectionJobCommand_1.DescribePiiEntitiesDetectionJobCommand(args);
371
- if (typeof optionsOrCb === "function") {
372
- this.send(command, optionsOrCb);
373
- }
374
- else if (typeof cb === "function") {
375
- if (typeof optionsOrCb !== "object")
376
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
377
- this.send(command, optionsOrCb || {}, cb);
378
- }
379
- else {
380
- return this.send(command, optionsOrCb);
381
- }
382
- }
383
- describeSentimentDetectionJob(args, optionsOrCb, cb) {
384
- const command = new DescribeSentimentDetectionJobCommand_1.DescribeSentimentDetectionJobCommand(args);
385
- if (typeof optionsOrCb === "function") {
386
- this.send(command, optionsOrCb);
387
- }
388
- else if (typeof cb === "function") {
389
- if (typeof optionsOrCb !== "object")
390
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
391
- this.send(command, optionsOrCb || {}, cb);
392
- }
393
- else {
394
- return this.send(command, optionsOrCb);
395
- }
396
- }
397
- describeTopicsDetectionJob(args, optionsOrCb, cb) {
398
- const command = new DescribeTopicsDetectionJobCommand_1.DescribeTopicsDetectionJobCommand(args);
399
- if (typeof optionsOrCb === "function") {
400
- this.send(command, optionsOrCb);
401
- }
402
- else if (typeof cb === "function") {
403
- if (typeof optionsOrCb !== "object")
404
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
405
- this.send(command, optionsOrCb || {}, cb);
406
- }
407
- else {
408
- return this.send(command, optionsOrCb);
409
- }
410
- }
411
- detectDominantLanguage(args, optionsOrCb, cb) {
412
- const command = new DetectDominantLanguageCommand_1.DetectDominantLanguageCommand(args);
413
- if (typeof optionsOrCb === "function") {
414
- this.send(command, optionsOrCb);
415
- }
416
- else if (typeof cb === "function") {
417
- if (typeof optionsOrCb !== "object")
418
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
419
- this.send(command, optionsOrCb || {}, cb);
420
- }
421
- else {
422
- return this.send(command, optionsOrCb);
423
- }
424
- }
425
- detectEntities(args, optionsOrCb, cb) {
426
- const command = new DetectEntitiesCommand_1.DetectEntitiesCommand(args);
427
- if (typeof optionsOrCb === "function") {
428
- this.send(command, optionsOrCb);
429
- }
430
- else if (typeof cb === "function") {
431
- if (typeof optionsOrCb !== "object")
432
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
433
- this.send(command, optionsOrCb || {}, cb);
434
- }
435
- else {
436
- return this.send(command, optionsOrCb);
437
- }
438
- }
439
- detectKeyPhrases(args, optionsOrCb, cb) {
440
- const command = new DetectKeyPhrasesCommand_1.DetectKeyPhrasesCommand(args);
441
- if (typeof optionsOrCb === "function") {
442
- this.send(command, optionsOrCb);
443
- }
444
- else if (typeof cb === "function") {
445
- if (typeof optionsOrCb !== "object")
446
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
447
- this.send(command, optionsOrCb || {}, cb);
448
- }
449
- else {
450
- return this.send(command, optionsOrCb);
451
- }
452
- }
453
- detectPiiEntities(args, optionsOrCb, cb) {
454
- const command = new DetectPiiEntitiesCommand_1.DetectPiiEntitiesCommand(args);
455
- if (typeof optionsOrCb === "function") {
456
- this.send(command, optionsOrCb);
457
- }
458
- else if (typeof cb === "function") {
459
- if (typeof optionsOrCb !== "object")
460
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
461
- this.send(command, optionsOrCb || {}, cb);
462
- }
463
- else {
464
- return this.send(command, optionsOrCb);
465
- }
466
- }
467
- detectSentiment(args, optionsOrCb, cb) {
468
- const command = new DetectSentimentCommand_1.DetectSentimentCommand(args);
469
- if (typeof optionsOrCb === "function") {
470
- this.send(command, optionsOrCb);
471
- }
472
- else if (typeof cb === "function") {
473
- if (typeof optionsOrCb !== "object")
474
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
475
- this.send(command, optionsOrCb || {}, cb);
476
- }
477
- else {
478
- return this.send(command, optionsOrCb);
479
- }
480
- }
481
- detectSyntax(args, optionsOrCb, cb) {
482
- const command = new DetectSyntaxCommand_1.DetectSyntaxCommand(args);
483
- if (typeof optionsOrCb === "function") {
484
- this.send(command, optionsOrCb);
485
- }
486
- else if (typeof cb === "function") {
487
- if (typeof optionsOrCb !== "object")
488
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
489
- this.send(command, optionsOrCb || {}, cb);
490
- }
491
- else {
492
- return this.send(command, optionsOrCb);
493
- }
494
- }
495
- listDocumentClassificationJobs(args, optionsOrCb, cb) {
496
- const command = new ListDocumentClassificationJobsCommand_1.ListDocumentClassificationJobsCommand(args);
497
- if (typeof optionsOrCb === "function") {
498
- this.send(command, optionsOrCb);
499
- }
500
- else if (typeof cb === "function") {
501
- if (typeof optionsOrCb !== "object")
502
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
503
- this.send(command, optionsOrCb || {}, cb);
504
- }
505
- else {
506
- return this.send(command, optionsOrCb);
507
- }
508
- }
509
- listDocumentClassifiers(args, optionsOrCb, cb) {
510
- const command = new ListDocumentClassifiersCommand_1.ListDocumentClassifiersCommand(args);
511
- if (typeof optionsOrCb === "function") {
512
- this.send(command, optionsOrCb);
513
- }
514
- else if (typeof cb === "function") {
515
- if (typeof optionsOrCb !== "object")
516
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
517
- this.send(command, optionsOrCb || {}, cb);
518
- }
519
- else {
520
- return this.send(command, optionsOrCb);
521
- }
522
- }
523
- listDocumentClassifierSummaries(args, optionsOrCb, cb) {
524
- const command = new ListDocumentClassifierSummariesCommand_1.ListDocumentClassifierSummariesCommand(args);
525
- if (typeof optionsOrCb === "function") {
526
- this.send(command, optionsOrCb);
527
- }
528
- else if (typeof cb === "function") {
529
- if (typeof optionsOrCb !== "object")
530
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
531
- this.send(command, optionsOrCb || {}, cb);
532
- }
533
- else {
534
- return this.send(command, optionsOrCb);
535
- }
536
- }
537
- listDominantLanguageDetectionJobs(args, optionsOrCb, cb) {
538
- const command = new ListDominantLanguageDetectionJobsCommand_1.ListDominantLanguageDetectionJobsCommand(args);
539
- if (typeof optionsOrCb === "function") {
540
- this.send(command, optionsOrCb);
541
- }
542
- else if (typeof cb === "function") {
543
- if (typeof optionsOrCb !== "object")
544
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
545
- this.send(command, optionsOrCb || {}, cb);
546
- }
547
- else {
548
- return this.send(command, optionsOrCb);
549
- }
550
- }
551
- listEndpoints(args, optionsOrCb, cb) {
552
- const command = new ListEndpointsCommand_1.ListEndpointsCommand(args);
553
- if (typeof optionsOrCb === "function") {
554
- this.send(command, optionsOrCb);
555
- }
556
- else if (typeof cb === "function") {
557
- if (typeof optionsOrCb !== "object")
558
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
559
- this.send(command, optionsOrCb || {}, cb);
560
- }
561
- else {
562
- return this.send(command, optionsOrCb);
563
- }
564
- }
565
- listEntitiesDetectionJobs(args, optionsOrCb, cb) {
566
- const command = new ListEntitiesDetectionJobsCommand_1.ListEntitiesDetectionJobsCommand(args);
567
- if (typeof optionsOrCb === "function") {
568
- this.send(command, optionsOrCb);
569
- }
570
- else if (typeof cb === "function") {
571
- if (typeof optionsOrCb !== "object")
572
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
573
- this.send(command, optionsOrCb || {}, cb);
574
- }
575
- else {
576
- return this.send(command, optionsOrCb);
577
- }
578
- }
579
- listEntityRecognizers(args, optionsOrCb, cb) {
580
- const command = new ListEntityRecognizersCommand_1.ListEntityRecognizersCommand(args);
581
- if (typeof optionsOrCb === "function") {
582
- this.send(command, optionsOrCb);
583
- }
584
- else if (typeof cb === "function") {
585
- if (typeof optionsOrCb !== "object")
586
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
587
- this.send(command, optionsOrCb || {}, cb);
588
- }
589
- else {
590
- return this.send(command, optionsOrCb);
591
- }
592
- }
593
- listEntityRecognizerSummaries(args, optionsOrCb, cb) {
594
- const command = new ListEntityRecognizerSummariesCommand_1.ListEntityRecognizerSummariesCommand(args);
595
- if (typeof optionsOrCb === "function") {
596
- this.send(command, optionsOrCb);
597
- }
598
- else if (typeof cb === "function") {
599
- if (typeof optionsOrCb !== "object")
600
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
601
- this.send(command, optionsOrCb || {}, cb);
602
- }
603
- else {
604
- return this.send(command, optionsOrCb);
605
- }
606
- }
607
- listEventsDetectionJobs(args, optionsOrCb, cb) {
608
- const command = new ListEventsDetectionJobsCommand_1.ListEventsDetectionJobsCommand(args);
609
- if (typeof optionsOrCb === "function") {
610
- this.send(command, optionsOrCb);
611
- }
612
- else if (typeof cb === "function") {
613
- if (typeof optionsOrCb !== "object")
614
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
615
- this.send(command, optionsOrCb || {}, cb);
616
- }
617
- else {
618
- return this.send(command, optionsOrCb);
619
- }
620
- }
621
- listKeyPhrasesDetectionJobs(args, optionsOrCb, cb) {
622
- const command = new ListKeyPhrasesDetectionJobsCommand_1.ListKeyPhrasesDetectionJobsCommand(args);
623
- if (typeof optionsOrCb === "function") {
624
- this.send(command, optionsOrCb);
625
- }
626
- else if (typeof cb === "function") {
627
- if (typeof optionsOrCb !== "object")
628
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
629
- this.send(command, optionsOrCb || {}, cb);
630
- }
631
- else {
632
- return this.send(command, optionsOrCb);
633
- }
634
- }
635
- listPiiEntitiesDetectionJobs(args, optionsOrCb, cb) {
636
- const command = new ListPiiEntitiesDetectionJobsCommand_1.ListPiiEntitiesDetectionJobsCommand(args);
637
- if (typeof optionsOrCb === "function") {
638
- this.send(command, optionsOrCb);
639
- }
640
- else if (typeof cb === "function") {
641
- if (typeof optionsOrCb !== "object")
642
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
643
- this.send(command, optionsOrCb || {}, cb);
644
- }
645
- else {
646
- return this.send(command, optionsOrCb);
647
- }
648
- }
649
- listSentimentDetectionJobs(args, optionsOrCb, cb) {
650
- const command = new ListSentimentDetectionJobsCommand_1.ListSentimentDetectionJobsCommand(args);
651
- if (typeof optionsOrCb === "function") {
652
- this.send(command, optionsOrCb);
653
- }
654
- else if (typeof cb === "function") {
655
- if (typeof optionsOrCb !== "object")
656
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
657
- this.send(command, optionsOrCb || {}, cb);
658
- }
659
- else {
660
- return this.send(command, optionsOrCb);
661
- }
662
- }
663
- listTagsForResource(args, optionsOrCb, cb) {
664
- const command = new ListTagsForResourceCommand_1.ListTagsForResourceCommand(args);
665
- if (typeof optionsOrCb === "function") {
666
- this.send(command, optionsOrCb);
667
- }
668
- else if (typeof cb === "function") {
669
- if (typeof optionsOrCb !== "object")
670
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
671
- this.send(command, optionsOrCb || {}, cb);
672
- }
673
- else {
674
- return this.send(command, optionsOrCb);
675
- }
676
- }
677
- listTopicsDetectionJobs(args, optionsOrCb, cb) {
678
- const command = new ListTopicsDetectionJobsCommand_1.ListTopicsDetectionJobsCommand(args);
679
- if (typeof optionsOrCb === "function") {
680
- this.send(command, optionsOrCb);
681
- }
682
- else if (typeof cb === "function") {
683
- if (typeof optionsOrCb !== "object")
684
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
685
- this.send(command, optionsOrCb || {}, cb);
686
- }
687
- else {
688
- return this.send(command, optionsOrCb);
689
- }
690
- }
691
- startDocumentClassificationJob(args, optionsOrCb, cb) {
692
- const command = new StartDocumentClassificationJobCommand_1.StartDocumentClassificationJobCommand(args);
693
- if (typeof optionsOrCb === "function") {
694
- this.send(command, optionsOrCb);
695
- }
696
- else if (typeof cb === "function") {
697
- if (typeof optionsOrCb !== "object")
698
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
699
- this.send(command, optionsOrCb || {}, cb);
700
- }
701
- else {
702
- return this.send(command, optionsOrCb);
703
- }
704
- }
705
- startDominantLanguageDetectionJob(args, optionsOrCb, cb) {
706
- const command = new StartDominantLanguageDetectionJobCommand_1.StartDominantLanguageDetectionJobCommand(args);
707
- if (typeof optionsOrCb === "function") {
708
- this.send(command, optionsOrCb);
709
- }
710
- else if (typeof cb === "function") {
711
- if (typeof optionsOrCb !== "object")
712
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
713
- this.send(command, optionsOrCb || {}, cb);
714
- }
715
- else {
716
- return this.send(command, optionsOrCb);
717
- }
718
- }
719
- startEntitiesDetectionJob(args, optionsOrCb, cb) {
720
- const command = new StartEntitiesDetectionJobCommand_1.StartEntitiesDetectionJobCommand(args);
721
- if (typeof optionsOrCb === "function") {
722
- this.send(command, optionsOrCb);
723
- }
724
- else if (typeof cb === "function") {
725
- if (typeof optionsOrCb !== "object")
726
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
727
- this.send(command, optionsOrCb || {}, cb);
728
- }
729
- else {
730
- return this.send(command, optionsOrCb);
731
- }
732
- }
733
- startEventsDetectionJob(args, optionsOrCb, cb) {
734
- const command = new StartEventsDetectionJobCommand_1.StartEventsDetectionJobCommand(args);
735
- if (typeof optionsOrCb === "function") {
736
- this.send(command, optionsOrCb);
737
- }
738
- else if (typeof cb === "function") {
739
- if (typeof optionsOrCb !== "object")
740
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
741
- this.send(command, optionsOrCb || {}, cb);
742
- }
743
- else {
744
- return this.send(command, optionsOrCb);
745
- }
746
- }
747
- startKeyPhrasesDetectionJob(args, optionsOrCb, cb) {
748
- const command = new StartKeyPhrasesDetectionJobCommand_1.StartKeyPhrasesDetectionJobCommand(args);
749
- if (typeof optionsOrCb === "function") {
750
- this.send(command, optionsOrCb);
751
- }
752
- else if (typeof cb === "function") {
753
- if (typeof optionsOrCb !== "object")
754
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
755
- this.send(command, optionsOrCb || {}, cb);
756
- }
757
- else {
758
- return this.send(command, optionsOrCb);
759
- }
760
- }
761
- startPiiEntitiesDetectionJob(args, optionsOrCb, cb) {
762
- const command = new StartPiiEntitiesDetectionJobCommand_1.StartPiiEntitiesDetectionJobCommand(args);
763
- if (typeof optionsOrCb === "function") {
764
- this.send(command, optionsOrCb);
765
- }
766
- else if (typeof cb === "function") {
767
- if (typeof optionsOrCb !== "object")
768
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
769
- this.send(command, optionsOrCb || {}, cb);
770
- }
771
- else {
772
- return this.send(command, optionsOrCb);
773
- }
774
- }
775
- startSentimentDetectionJob(args, optionsOrCb, cb) {
776
- const command = new StartSentimentDetectionJobCommand_1.StartSentimentDetectionJobCommand(args);
777
- if (typeof optionsOrCb === "function") {
778
- this.send(command, optionsOrCb);
779
- }
780
- else if (typeof cb === "function") {
781
- if (typeof optionsOrCb !== "object")
782
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
783
- this.send(command, optionsOrCb || {}, cb);
784
- }
785
- else {
786
- return this.send(command, optionsOrCb);
787
- }
788
- }
789
- startTopicsDetectionJob(args, optionsOrCb, cb) {
790
- const command = new StartTopicsDetectionJobCommand_1.StartTopicsDetectionJobCommand(args);
791
- if (typeof optionsOrCb === "function") {
792
- this.send(command, optionsOrCb);
793
- }
794
- else if (typeof cb === "function") {
795
- if (typeof optionsOrCb !== "object")
796
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
797
- this.send(command, optionsOrCb || {}, cb);
798
- }
799
- else {
800
- return this.send(command, optionsOrCb);
801
- }
802
- }
803
- stopDominantLanguageDetectionJob(args, optionsOrCb, cb) {
804
- const command = new StopDominantLanguageDetectionJobCommand_1.StopDominantLanguageDetectionJobCommand(args);
805
- if (typeof optionsOrCb === "function") {
806
- this.send(command, optionsOrCb);
807
- }
808
- else if (typeof cb === "function") {
809
- if (typeof optionsOrCb !== "object")
810
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
811
- this.send(command, optionsOrCb || {}, cb);
812
- }
813
- else {
814
- return this.send(command, optionsOrCb);
815
- }
816
- }
817
- stopEntitiesDetectionJob(args, optionsOrCb, cb) {
818
- const command = new StopEntitiesDetectionJobCommand_1.StopEntitiesDetectionJobCommand(args);
819
- if (typeof optionsOrCb === "function") {
820
- this.send(command, optionsOrCb);
821
- }
822
- else if (typeof cb === "function") {
823
- if (typeof optionsOrCb !== "object")
824
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
825
- this.send(command, optionsOrCb || {}, cb);
826
- }
827
- else {
828
- return this.send(command, optionsOrCb);
829
- }
830
- }
831
- stopEventsDetectionJob(args, optionsOrCb, cb) {
832
- const command = new StopEventsDetectionJobCommand_1.StopEventsDetectionJobCommand(args);
833
- if (typeof optionsOrCb === "function") {
834
- this.send(command, optionsOrCb);
835
- }
836
- else if (typeof cb === "function") {
837
- if (typeof optionsOrCb !== "object")
838
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
839
- this.send(command, optionsOrCb || {}, cb);
840
- }
841
- else {
842
- return this.send(command, optionsOrCb);
843
- }
844
- }
845
- stopKeyPhrasesDetectionJob(args, optionsOrCb, cb) {
846
- const command = new StopKeyPhrasesDetectionJobCommand_1.StopKeyPhrasesDetectionJobCommand(args);
847
- if (typeof optionsOrCb === "function") {
848
- this.send(command, optionsOrCb);
849
- }
850
- else if (typeof cb === "function") {
851
- if (typeof optionsOrCb !== "object")
852
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
853
- this.send(command, optionsOrCb || {}, cb);
854
- }
855
- else {
856
- return this.send(command, optionsOrCb);
857
- }
858
- }
859
- stopPiiEntitiesDetectionJob(args, optionsOrCb, cb) {
860
- const command = new StopPiiEntitiesDetectionJobCommand_1.StopPiiEntitiesDetectionJobCommand(args);
861
- if (typeof optionsOrCb === "function") {
862
- this.send(command, optionsOrCb);
863
- }
864
- else if (typeof cb === "function") {
865
- if (typeof optionsOrCb !== "object")
866
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
867
- this.send(command, optionsOrCb || {}, cb);
868
- }
869
- else {
870
- return this.send(command, optionsOrCb);
871
- }
872
- }
873
- stopSentimentDetectionJob(args, optionsOrCb, cb) {
874
- const command = new StopSentimentDetectionJobCommand_1.StopSentimentDetectionJobCommand(args);
875
- if (typeof optionsOrCb === "function") {
876
- this.send(command, optionsOrCb);
877
- }
878
- else if (typeof cb === "function") {
879
- if (typeof optionsOrCb !== "object")
880
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
881
- this.send(command, optionsOrCb || {}, cb);
882
- }
883
- else {
884
- return this.send(command, optionsOrCb);
885
- }
886
- }
887
- stopTrainingDocumentClassifier(args, optionsOrCb, cb) {
888
- const command = new StopTrainingDocumentClassifierCommand_1.StopTrainingDocumentClassifierCommand(args);
889
- if (typeof optionsOrCb === "function") {
890
- this.send(command, optionsOrCb);
891
- }
892
- else if (typeof cb === "function") {
893
- if (typeof optionsOrCb !== "object")
894
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
895
- this.send(command, optionsOrCb || {}, cb);
896
- }
897
- else {
898
- return this.send(command, optionsOrCb);
899
- }
900
- }
901
- stopTrainingEntityRecognizer(args, optionsOrCb, cb) {
902
- const command = new StopTrainingEntityRecognizerCommand_1.StopTrainingEntityRecognizerCommand(args);
903
- if (typeof optionsOrCb === "function") {
904
- this.send(command, optionsOrCb);
905
- }
906
- else if (typeof cb === "function") {
907
- if (typeof optionsOrCb !== "object")
908
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
909
- this.send(command, optionsOrCb || {}, cb);
910
- }
911
- else {
912
- return this.send(command, optionsOrCb);
913
- }
914
- }
915
- tagResource(args, optionsOrCb, cb) {
916
- const command = new TagResourceCommand_1.TagResourceCommand(args);
917
- if (typeof optionsOrCb === "function") {
918
- this.send(command, optionsOrCb);
919
- }
920
- else if (typeof cb === "function") {
921
- if (typeof optionsOrCb !== "object")
922
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
923
- this.send(command, optionsOrCb || {}, cb);
924
- }
925
- else {
926
- return this.send(command, optionsOrCb);
927
- }
928
- }
929
- untagResource(args, optionsOrCb, cb) {
930
- const command = new UntagResourceCommand_1.UntagResourceCommand(args);
931
- if (typeof optionsOrCb === "function") {
932
- this.send(command, optionsOrCb);
933
- }
934
- else if (typeof cb === "function") {
935
- if (typeof optionsOrCb !== "object")
936
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
937
- this.send(command, optionsOrCb || {}, cb);
938
- }
939
- else {
940
- return this.send(command, optionsOrCb);
941
- }
942
- }
943
- updateEndpoint(args, optionsOrCb, cb) {
944
- const command = new UpdateEndpointCommand_1.UpdateEndpointCommand(args);
945
- if (typeof optionsOrCb === "function") {
946
- this.send(command, optionsOrCb);
947
- }
948
- else if (typeof cb === "function") {
949
- if (typeof optionsOrCb !== "object")
950
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
951
- this.send(command, optionsOrCb || {}, cb);
952
- }
953
- else {
954
- return this.send(command, optionsOrCb);
955
- }
956
- }
957
- }
958
- exports.Comprehend = Comprehend;
959
- //# sourceMappingURL=Comprehend.js.map