@aws-sdk/client-comprehend 3.35.0 → 3.38.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (516) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/dist-cjs/Comprehend.js +0 -7
  3. package/dist-cjs/ComprehendClient.js +0 -12
  4. package/dist-cjs/commands/BatchDetectDominantLanguageCommand.js +0 -27
  5. package/dist-cjs/commands/BatchDetectEntitiesCommand.js +0 -27
  6. package/dist-cjs/commands/BatchDetectKeyPhrasesCommand.js +0 -25
  7. package/dist-cjs/commands/BatchDetectSentimentCommand.js +0 -27
  8. package/dist-cjs/commands/BatchDetectSyntaxCommand.js +0 -26
  9. package/dist-cjs/commands/ClassifyDocumentCommand.js +0 -26
  10. package/dist-cjs/commands/ContainsPiiEntitiesCommand.js +0 -27
  11. package/dist-cjs/commands/CreateDocumentClassifierCommand.js +0 -28
  12. package/dist-cjs/commands/CreateEndpointCommand.js +0 -27
  13. package/dist-cjs/commands/CreateEntityRecognizerCommand.js +0 -27
  14. package/dist-cjs/commands/DeleteDocumentClassifierCommand.js +0 -31
  15. package/dist-cjs/commands/DeleteEndpointCommand.js +0 -26
  16. package/dist-cjs/commands/DeleteEntityRecognizerCommand.js +0 -31
  17. package/dist-cjs/commands/DescribeDocumentClassificationJobCommand.js +0 -26
  18. package/dist-cjs/commands/DescribeDocumentClassifierCommand.js +0 -25
  19. package/dist-cjs/commands/DescribeDominantLanguageDetectionJobCommand.js +0 -26
  20. package/dist-cjs/commands/DescribeEndpointCommand.js +0 -26
  21. package/dist-cjs/commands/DescribeEntitiesDetectionJobCommand.js +0 -26
  22. package/dist-cjs/commands/DescribeEntityRecognizerCommand.js +0 -26
  23. package/dist-cjs/commands/DescribeEventsDetectionJobCommand.js +0 -25
  24. package/dist-cjs/commands/DescribeKeyPhrasesDetectionJobCommand.js +0 -26
  25. package/dist-cjs/commands/DescribePiiEntitiesDetectionJobCommand.js +0 -26
  26. package/dist-cjs/commands/DescribeSentimentDetectionJobCommand.js +0 -26
  27. package/dist-cjs/commands/DescribeTopicsDetectionJobCommand.js +0 -26
  28. package/dist-cjs/commands/DetectDominantLanguageCommand.js +0 -26
  29. package/dist-cjs/commands/DetectEntitiesCommand.js +0 -26
  30. package/dist-cjs/commands/DetectKeyPhrasesCommand.js +0 -25
  31. package/dist-cjs/commands/DetectPiiEntitiesCommand.js +0 -26
  32. package/dist-cjs/commands/DetectSentimentCommand.js +0 -26
  33. package/dist-cjs/commands/DetectSyntaxCommand.js +0 -26
  34. package/dist-cjs/commands/ListDocumentClassificationJobsCommand.js +0 -25
  35. package/dist-cjs/commands/ListDocumentClassifierSummariesCommand.js +0 -25
  36. package/dist-cjs/commands/ListDocumentClassifiersCommand.js +0 -25
  37. package/dist-cjs/commands/ListDominantLanguageDetectionJobsCommand.js +0 -25
  38. package/dist-cjs/commands/ListEndpointsCommand.js +0 -25
  39. package/dist-cjs/commands/ListEntitiesDetectionJobsCommand.js +0 -25
  40. package/dist-cjs/commands/ListEntityRecognizerSummariesCommand.js +0 -25
  41. package/dist-cjs/commands/ListEntityRecognizersCommand.js +0 -30
  42. package/dist-cjs/commands/ListEventsDetectionJobsCommand.js +0 -25
  43. package/dist-cjs/commands/ListKeyPhrasesDetectionJobsCommand.js +0 -25
  44. package/dist-cjs/commands/ListPiiEntitiesDetectionJobsCommand.js +0 -25
  45. package/dist-cjs/commands/ListSentimentDetectionJobsCommand.js +0 -25
  46. package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -25
  47. package/dist-cjs/commands/ListTopicsDetectionJobsCommand.js +0 -25
  48. package/dist-cjs/commands/StartDocumentClassificationJobCommand.js +0 -26
  49. package/dist-cjs/commands/StartDominantLanguageDetectionJobCommand.js +0 -27
  50. package/dist-cjs/commands/StartEntitiesDetectionJobCommand.js +0 -29
  51. package/dist-cjs/commands/StartEventsDetectionJobCommand.js +0 -25
  52. package/dist-cjs/commands/StartKeyPhrasesDetectionJobCommand.js +0 -27
  53. package/dist-cjs/commands/StartPiiEntitiesDetectionJobCommand.js +0 -25
  54. package/dist-cjs/commands/StartSentimentDetectionJobCommand.js +0 -27
  55. package/dist-cjs/commands/StartTopicsDetectionJobCommand.js +0 -26
  56. package/dist-cjs/commands/StopDominantLanguageDetectionJobCommand.js +0 -34
  57. package/dist-cjs/commands/StopEntitiesDetectionJobCommand.js +0 -34
  58. package/dist-cjs/commands/StopEventsDetectionJobCommand.js +0 -25
  59. package/dist-cjs/commands/StopKeyPhrasesDetectionJobCommand.js +0 -34
  60. package/dist-cjs/commands/StopPiiEntitiesDetectionJobCommand.js +0 -25
  61. package/dist-cjs/commands/StopSentimentDetectionJobCommand.js +0 -34
  62. package/dist-cjs/commands/StopTrainingDocumentClassifierCommand.js +0 -30
  63. package/dist-cjs/commands/StopTrainingEntityRecognizerCommand.js +0 -30
  64. package/dist-cjs/commands/TagResourceCommand.js +0 -28
  65. package/dist-cjs/commands/UntagResourceCommand.js +0 -25
  66. package/dist-cjs/commands/UpdateEndpointCommand.js +0 -25
  67. package/dist-cjs/commands/index.js +66 -0
  68. package/dist-cjs/endpoints.js +1 -2
  69. package/dist-cjs/index.js +4 -78
  70. package/dist-cjs/models/index.js +0 -1
  71. package/dist-cjs/models/models_0.js +0 -610
  72. package/dist-cjs/pagination/Interfaces.js +0 -1
  73. package/dist-cjs/pagination/ListDocumentClassificationJobsPaginator.js +0 -11
  74. package/dist-cjs/pagination/ListDocumentClassifierSummariesPaginator.js +0 -11
  75. package/dist-cjs/pagination/ListDocumentClassifiersPaginator.js +0 -11
  76. package/dist-cjs/pagination/ListDominantLanguageDetectionJobsPaginator.js +0 -11
  77. package/dist-cjs/pagination/ListEntitiesDetectionJobsPaginator.js +0 -11
  78. package/dist-cjs/pagination/ListEntityRecognizerSummariesPaginator.js +0 -11
  79. package/dist-cjs/pagination/ListEntityRecognizersPaginator.js +0 -11
  80. package/dist-cjs/pagination/ListEventsDetectionJobsPaginator.js +0 -11
  81. package/dist-cjs/pagination/ListKeyPhrasesDetectionJobsPaginator.js +0 -11
  82. package/dist-cjs/pagination/ListSentimentDetectionJobsPaginator.js +0 -11
  83. package/dist-cjs/pagination/ListTopicsDetectionJobsPaginator.js +0 -11
  84. package/dist-cjs/pagination/index.js +15 -0
  85. package/dist-cjs/protocols/Aws_json1_1.js +0 -6
  86. package/dist-cjs/runtimeConfig.browser.js +1 -6
  87. package/dist-cjs/runtimeConfig.js +2 -7
  88. package/dist-cjs/runtimeConfig.native.js +0 -4
  89. package/dist-cjs/runtimeConfig.shared.js +0 -4
  90. package/dist-es/Comprehend.js +0 -1
  91. package/dist-es/ComprehendClient.js +0 -1
  92. package/dist-es/commands/BatchDetectDominantLanguageCommand.js +0 -1
  93. package/dist-es/commands/BatchDetectEntitiesCommand.js +0 -1
  94. package/dist-es/commands/BatchDetectKeyPhrasesCommand.js +0 -1
  95. package/dist-es/commands/BatchDetectSentimentCommand.js +0 -1
  96. package/dist-es/commands/BatchDetectSyntaxCommand.js +0 -1
  97. package/dist-es/commands/ClassifyDocumentCommand.js +0 -1
  98. package/dist-es/commands/ContainsPiiEntitiesCommand.js +0 -1
  99. package/dist-es/commands/CreateDocumentClassifierCommand.js +0 -1
  100. package/dist-es/commands/CreateEndpointCommand.js +0 -1
  101. package/dist-es/commands/CreateEntityRecognizerCommand.js +0 -1
  102. package/dist-es/commands/DeleteDocumentClassifierCommand.js +0 -1
  103. package/dist-es/commands/DeleteEndpointCommand.js +0 -1
  104. package/dist-es/commands/DeleteEntityRecognizerCommand.js +0 -1
  105. package/dist-es/commands/DescribeDocumentClassificationJobCommand.js +0 -1
  106. package/dist-es/commands/DescribeDocumentClassifierCommand.js +0 -1
  107. package/dist-es/commands/DescribeDominantLanguageDetectionJobCommand.js +0 -1
  108. package/dist-es/commands/DescribeEndpointCommand.js +0 -1
  109. package/dist-es/commands/DescribeEntitiesDetectionJobCommand.js +0 -1
  110. package/dist-es/commands/DescribeEntityRecognizerCommand.js +0 -1
  111. package/dist-es/commands/DescribeEventsDetectionJobCommand.js +0 -1
  112. package/dist-es/commands/DescribeKeyPhrasesDetectionJobCommand.js +0 -1
  113. package/dist-es/commands/DescribePiiEntitiesDetectionJobCommand.js +0 -1
  114. package/dist-es/commands/DescribeSentimentDetectionJobCommand.js +0 -1
  115. package/dist-es/commands/DescribeTopicsDetectionJobCommand.js +0 -1
  116. package/dist-es/commands/DetectDominantLanguageCommand.js +0 -1
  117. package/dist-es/commands/DetectEntitiesCommand.js +0 -1
  118. package/dist-es/commands/DetectKeyPhrasesCommand.js +0 -1
  119. package/dist-es/commands/DetectPiiEntitiesCommand.js +0 -1
  120. package/dist-es/commands/DetectSentimentCommand.js +0 -1
  121. package/dist-es/commands/DetectSyntaxCommand.js +0 -1
  122. package/dist-es/commands/ListDocumentClassificationJobsCommand.js +0 -1
  123. package/dist-es/commands/ListDocumentClassifierSummariesCommand.js +0 -1
  124. package/dist-es/commands/ListDocumentClassifiersCommand.js +0 -1
  125. package/dist-es/commands/ListDominantLanguageDetectionJobsCommand.js +0 -1
  126. package/dist-es/commands/ListEndpointsCommand.js +0 -1
  127. package/dist-es/commands/ListEntitiesDetectionJobsCommand.js +0 -1
  128. package/dist-es/commands/ListEntityRecognizerSummariesCommand.js +0 -1
  129. package/dist-es/commands/ListEntityRecognizersCommand.js +0 -1
  130. package/dist-es/commands/ListEventsDetectionJobsCommand.js +0 -1
  131. package/dist-es/commands/ListKeyPhrasesDetectionJobsCommand.js +0 -1
  132. package/dist-es/commands/ListPiiEntitiesDetectionJobsCommand.js +0 -1
  133. package/dist-es/commands/ListSentimentDetectionJobsCommand.js +0 -1
  134. package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
  135. package/dist-es/commands/ListTopicsDetectionJobsCommand.js +0 -1
  136. package/dist-es/commands/StartDocumentClassificationJobCommand.js +0 -1
  137. package/dist-es/commands/StartDominantLanguageDetectionJobCommand.js +0 -1
  138. package/dist-es/commands/StartEntitiesDetectionJobCommand.js +0 -1
  139. package/dist-es/commands/StartEventsDetectionJobCommand.js +0 -1
  140. package/dist-es/commands/StartKeyPhrasesDetectionJobCommand.js +0 -1
  141. package/dist-es/commands/StartPiiEntitiesDetectionJobCommand.js +0 -1
  142. package/dist-es/commands/StartSentimentDetectionJobCommand.js +0 -1
  143. package/dist-es/commands/StartTopicsDetectionJobCommand.js +0 -1
  144. package/dist-es/commands/StopDominantLanguageDetectionJobCommand.js +0 -1
  145. package/dist-es/commands/StopEntitiesDetectionJobCommand.js +0 -1
  146. package/dist-es/commands/StopEventsDetectionJobCommand.js +0 -1
  147. package/dist-es/commands/StopKeyPhrasesDetectionJobCommand.js +0 -1
  148. package/dist-es/commands/StopPiiEntitiesDetectionJobCommand.js +0 -1
  149. package/dist-es/commands/StopSentimentDetectionJobCommand.js +0 -1
  150. package/dist-es/commands/StopTrainingDocumentClassifierCommand.js +0 -1
  151. package/dist-es/commands/StopTrainingEntityRecognizerCommand.js +0 -1
  152. package/dist-es/commands/TagResourceCommand.js +0 -1
  153. package/dist-es/commands/UntagResourceCommand.js +0 -1
  154. package/dist-es/commands/UpdateEndpointCommand.js +0 -1
  155. package/dist-es/commands/index.js +63 -0
  156. package/dist-es/endpoints.js +1 -2
  157. package/dist-es/index.js +4 -78
  158. package/dist-es/models/index.js +0 -1
  159. package/dist-es/models/models_0.js +0 -1
  160. package/dist-es/pagination/Interfaces.js +0 -1
  161. package/dist-es/pagination/ListDocumentClassificationJobsPaginator.js +0 -1
  162. package/dist-es/pagination/ListDocumentClassifierSummariesPaginator.js +0 -1
  163. package/dist-es/pagination/ListDocumentClassifiersPaginator.js +0 -1
  164. package/dist-es/pagination/ListDominantLanguageDetectionJobsPaginator.js +0 -1
  165. package/dist-es/pagination/ListEntitiesDetectionJobsPaginator.js +0 -1
  166. package/dist-es/pagination/ListEntityRecognizerSummariesPaginator.js +0 -1
  167. package/dist-es/pagination/ListEntityRecognizersPaginator.js +0 -1
  168. package/dist-es/pagination/ListEventsDetectionJobsPaginator.js +0 -1
  169. package/dist-es/pagination/ListKeyPhrasesDetectionJobsPaginator.js +0 -1
  170. package/dist-es/pagination/ListSentimentDetectionJobsPaginator.js +0 -1
  171. package/dist-es/pagination/ListTopicsDetectionJobsPaginator.js +0 -1
  172. package/dist-es/pagination/index.js +12 -0
  173. package/dist-es/protocols/Aws_json1_1.js +0 -1
  174. package/dist-es/runtimeConfig.browser.js +1 -2
  175. package/dist-es/runtimeConfig.js +2 -3
  176. package/dist-es/runtimeConfig.native.js +0 -1
  177. package/dist-es/runtimeConfig.shared.js +0 -1
  178. package/dist-types/commands/index.d.ts +63 -0
  179. package/dist-types/index.d.ts +4 -77
  180. package/dist-types/pagination/index.d.ts +12 -0
  181. package/dist-types/ts3.4/Comprehend.d.ts +64 -305
  182. package/dist-types/ts3.4/ComprehendClient.d.ts +24 -92
  183. package/dist-types/ts3.4/commands/BatchDetectDominantLanguageCommand.d.ts +2 -22
  184. package/dist-types/ts3.4/commands/BatchDetectEntitiesCommand.d.ts +2 -22
  185. package/dist-types/ts3.4/commands/BatchDetectKeyPhrasesCommand.d.ts +2 -20
  186. package/dist-types/ts3.4/commands/BatchDetectSentimentCommand.d.ts +2 -22
  187. package/dist-types/ts3.4/commands/BatchDetectSyntaxCommand.d.ts +2 -21
  188. package/dist-types/ts3.4/commands/ClassifyDocumentCommand.d.ts +2 -21
  189. package/dist-types/ts3.4/commands/ContainsPiiEntitiesCommand.d.ts +2 -22
  190. package/dist-types/ts3.4/commands/CreateDocumentClassifierCommand.d.ts +2 -23
  191. package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +2 -22
  192. package/dist-types/ts3.4/commands/CreateEntityRecognizerCommand.d.ts +2 -22
  193. package/dist-types/ts3.4/commands/DeleteDocumentClassifierCommand.d.ts +2 -26
  194. package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +2 -21
  195. package/dist-types/ts3.4/commands/DeleteEntityRecognizerCommand.d.ts +2 -26
  196. package/dist-types/ts3.4/commands/DescribeDocumentClassificationJobCommand.d.ts +2 -21
  197. package/dist-types/ts3.4/commands/DescribeDocumentClassifierCommand.d.ts +2 -20
  198. package/dist-types/ts3.4/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +2 -21
  199. package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +2 -21
  200. package/dist-types/ts3.4/commands/DescribeEntitiesDetectionJobCommand.d.ts +2 -21
  201. package/dist-types/ts3.4/commands/DescribeEntityRecognizerCommand.d.ts +2 -21
  202. package/dist-types/ts3.4/commands/DescribeEventsDetectionJobCommand.d.ts +2 -20
  203. package/dist-types/ts3.4/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +2 -21
  204. package/dist-types/ts3.4/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +2 -21
  205. package/dist-types/ts3.4/commands/DescribeSentimentDetectionJobCommand.d.ts +2 -21
  206. package/dist-types/ts3.4/commands/DescribeTopicsDetectionJobCommand.d.ts +2 -21
  207. package/dist-types/ts3.4/commands/DetectDominantLanguageCommand.d.ts +2 -21
  208. package/dist-types/ts3.4/commands/DetectEntitiesCommand.d.ts +2 -21
  209. package/dist-types/ts3.4/commands/DetectKeyPhrasesCommand.d.ts +2 -20
  210. package/dist-types/ts3.4/commands/DetectPiiEntitiesCommand.d.ts +2 -21
  211. package/dist-types/ts3.4/commands/DetectSentimentCommand.d.ts +2 -21
  212. package/dist-types/ts3.4/commands/DetectSyntaxCommand.d.ts +2 -21
  213. package/dist-types/ts3.4/commands/ListDocumentClassificationJobsCommand.d.ts +2 -20
  214. package/dist-types/ts3.4/commands/ListDocumentClassifierSummariesCommand.d.ts +2 -20
  215. package/dist-types/ts3.4/commands/ListDocumentClassifiersCommand.d.ts +2 -20
  216. package/dist-types/ts3.4/commands/ListDominantLanguageDetectionJobsCommand.d.ts +2 -20
  217. package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +2 -20
  218. package/dist-types/ts3.4/commands/ListEntitiesDetectionJobsCommand.d.ts +2 -20
  219. package/dist-types/ts3.4/commands/ListEntityRecognizerSummariesCommand.d.ts +2 -20
  220. package/dist-types/ts3.4/commands/ListEntityRecognizersCommand.d.ts +2 -25
  221. package/dist-types/ts3.4/commands/ListEventsDetectionJobsCommand.d.ts +2 -20
  222. package/dist-types/ts3.4/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +2 -20
  223. package/dist-types/ts3.4/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +2 -20
  224. package/dist-types/ts3.4/commands/ListSentimentDetectionJobsCommand.d.ts +2 -20
  225. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
  226. package/dist-types/ts3.4/commands/ListTopicsDetectionJobsCommand.d.ts +2 -20
  227. package/dist-types/ts3.4/commands/StartDocumentClassificationJobCommand.d.ts +2 -21
  228. package/dist-types/ts3.4/commands/StartDominantLanguageDetectionJobCommand.d.ts +2 -22
  229. package/dist-types/ts3.4/commands/StartEntitiesDetectionJobCommand.d.ts +2 -24
  230. package/dist-types/ts3.4/commands/StartEventsDetectionJobCommand.d.ts +2 -20
  231. package/dist-types/ts3.4/commands/StartKeyPhrasesDetectionJobCommand.d.ts +2 -22
  232. package/dist-types/ts3.4/commands/StartPiiEntitiesDetectionJobCommand.d.ts +2 -20
  233. package/dist-types/ts3.4/commands/StartSentimentDetectionJobCommand.d.ts +2 -22
  234. package/dist-types/ts3.4/commands/StartTopicsDetectionJobCommand.d.ts +2 -21
  235. package/dist-types/ts3.4/commands/StopDominantLanguageDetectionJobCommand.d.ts +2 -29
  236. package/dist-types/ts3.4/commands/StopEntitiesDetectionJobCommand.d.ts +2 -29
  237. package/dist-types/ts3.4/commands/StopEventsDetectionJobCommand.d.ts +2 -20
  238. package/dist-types/ts3.4/commands/StopKeyPhrasesDetectionJobCommand.d.ts +2 -29
  239. package/dist-types/ts3.4/commands/StopPiiEntitiesDetectionJobCommand.d.ts +2 -20
  240. package/dist-types/ts3.4/commands/StopSentimentDetectionJobCommand.d.ts +2 -29
  241. package/dist-types/ts3.4/commands/StopTrainingDocumentClassifierCommand.d.ts +2 -25
  242. package/dist-types/ts3.4/commands/StopTrainingEntityRecognizerCommand.d.ts +2 -25
  243. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -23
  244. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
  245. package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +2 -20
  246. package/dist-types/ts3.4/commands/index.d.ts +63 -0
  247. package/dist-types/ts3.4/index.d.ts +4 -77
  248. package/dist-types/ts3.4/models/models_0.d.ts +884 -3867
  249. package/dist-types/ts3.4/pagination/index.d.ts +12 -0
  250. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
  251. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  252. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
  253. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
  254. package/package.json +33 -30
  255. package/dist-cjs/Comprehend.js.map +0 -1
  256. package/dist-cjs/ComprehendClient.js.map +0 -1
  257. package/dist-cjs/commands/BatchDetectDominantLanguageCommand.js.map +0 -1
  258. package/dist-cjs/commands/BatchDetectEntitiesCommand.js.map +0 -1
  259. package/dist-cjs/commands/BatchDetectKeyPhrasesCommand.js.map +0 -1
  260. package/dist-cjs/commands/BatchDetectSentimentCommand.js.map +0 -1
  261. package/dist-cjs/commands/BatchDetectSyntaxCommand.js.map +0 -1
  262. package/dist-cjs/commands/ClassifyDocumentCommand.js.map +0 -1
  263. package/dist-cjs/commands/ContainsPiiEntitiesCommand.js.map +0 -1
  264. package/dist-cjs/commands/CreateDocumentClassifierCommand.js.map +0 -1
  265. package/dist-cjs/commands/CreateEndpointCommand.js.map +0 -1
  266. package/dist-cjs/commands/CreateEntityRecognizerCommand.js.map +0 -1
  267. package/dist-cjs/commands/DeleteDocumentClassifierCommand.js.map +0 -1
  268. package/dist-cjs/commands/DeleteEndpointCommand.js.map +0 -1
  269. package/dist-cjs/commands/DeleteEntityRecognizerCommand.js.map +0 -1
  270. package/dist-cjs/commands/DescribeDocumentClassificationJobCommand.js.map +0 -1
  271. package/dist-cjs/commands/DescribeDocumentClassifierCommand.js.map +0 -1
  272. package/dist-cjs/commands/DescribeDominantLanguageDetectionJobCommand.js.map +0 -1
  273. package/dist-cjs/commands/DescribeEndpointCommand.js.map +0 -1
  274. package/dist-cjs/commands/DescribeEntitiesDetectionJobCommand.js.map +0 -1
  275. package/dist-cjs/commands/DescribeEntityRecognizerCommand.js.map +0 -1
  276. package/dist-cjs/commands/DescribeEventsDetectionJobCommand.js.map +0 -1
  277. package/dist-cjs/commands/DescribeKeyPhrasesDetectionJobCommand.js.map +0 -1
  278. package/dist-cjs/commands/DescribePiiEntitiesDetectionJobCommand.js.map +0 -1
  279. package/dist-cjs/commands/DescribeSentimentDetectionJobCommand.js.map +0 -1
  280. package/dist-cjs/commands/DescribeTopicsDetectionJobCommand.js.map +0 -1
  281. package/dist-cjs/commands/DetectDominantLanguageCommand.js.map +0 -1
  282. package/dist-cjs/commands/DetectEntitiesCommand.js.map +0 -1
  283. package/dist-cjs/commands/DetectKeyPhrasesCommand.js.map +0 -1
  284. package/dist-cjs/commands/DetectPiiEntitiesCommand.js.map +0 -1
  285. package/dist-cjs/commands/DetectSentimentCommand.js.map +0 -1
  286. package/dist-cjs/commands/DetectSyntaxCommand.js.map +0 -1
  287. package/dist-cjs/commands/ListDocumentClassificationJobsCommand.js.map +0 -1
  288. package/dist-cjs/commands/ListDocumentClassifierSummariesCommand.js.map +0 -1
  289. package/dist-cjs/commands/ListDocumentClassifiersCommand.js.map +0 -1
  290. package/dist-cjs/commands/ListDominantLanguageDetectionJobsCommand.js.map +0 -1
  291. package/dist-cjs/commands/ListEndpointsCommand.js.map +0 -1
  292. package/dist-cjs/commands/ListEntitiesDetectionJobsCommand.js.map +0 -1
  293. package/dist-cjs/commands/ListEntityRecognizerSummariesCommand.js.map +0 -1
  294. package/dist-cjs/commands/ListEntityRecognizersCommand.js.map +0 -1
  295. package/dist-cjs/commands/ListEventsDetectionJobsCommand.js.map +0 -1
  296. package/dist-cjs/commands/ListKeyPhrasesDetectionJobsCommand.js.map +0 -1
  297. package/dist-cjs/commands/ListPiiEntitiesDetectionJobsCommand.js.map +0 -1
  298. package/dist-cjs/commands/ListSentimentDetectionJobsCommand.js.map +0 -1
  299. package/dist-cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  300. package/dist-cjs/commands/ListTopicsDetectionJobsCommand.js.map +0 -1
  301. package/dist-cjs/commands/StartDocumentClassificationJobCommand.js.map +0 -1
  302. package/dist-cjs/commands/StartDominantLanguageDetectionJobCommand.js.map +0 -1
  303. package/dist-cjs/commands/StartEntitiesDetectionJobCommand.js.map +0 -1
  304. package/dist-cjs/commands/StartEventsDetectionJobCommand.js.map +0 -1
  305. package/dist-cjs/commands/StartKeyPhrasesDetectionJobCommand.js.map +0 -1
  306. package/dist-cjs/commands/StartPiiEntitiesDetectionJobCommand.js.map +0 -1
  307. package/dist-cjs/commands/StartSentimentDetectionJobCommand.js.map +0 -1
  308. package/dist-cjs/commands/StartTopicsDetectionJobCommand.js.map +0 -1
  309. package/dist-cjs/commands/StopDominantLanguageDetectionJobCommand.js.map +0 -1
  310. package/dist-cjs/commands/StopEntitiesDetectionJobCommand.js.map +0 -1
  311. package/dist-cjs/commands/StopEventsDetectionJobCommand.js.map +0 -1
  312. package/dist-cjs/commands/StopKeyPhrasesDetectionJobCommand.js.map +0 -1
  313. package/dist-cjs/commands/StopPiiEntitiesDetectionJobCommand.js.map +0 -1
  314. package/dist-cjs/commands/StopSentimentDetectionJobCommand.js.map +0 -1
  315. package/dist-cjs/commands/StopTrainingDocumentClassifierCommand.js.map +0 -1
  316. package/dist-cjs/commands/StopTrainingEntityRecognizerCommand.js.map +0 -1
  317. package/dist-cjs/commands/TagResourceCommand.js.map +0 -1
  318. package/dist-cjs/commands/UntagResourceCommand.js.map +0 -1
  319. package/dist-cjs/commands/UpdateEndpointCommand.js.map +0 -1
  320. package/dist-cjs/endpoints.js.map +0 -1
  321. package/dist-cjs/index.js.map +0 -1
  322. package/dist-cjs/models/index.js.map +0 -1
  323. package/dist-cjs/models/models_0.js.map +0 -1
  324. package/dist-cjs/pagination/Interfaces.js.map +0 -1
  325. package/dist-cjs/pagination/ListDocumentClassificationJobsPaginator.js.map +0 -1
  326. package/dist-cjs/pagination/ListDocumentClassifierSummariesPaginator.js.map +0 -1
  327. package/dist-cjs/pagination/ListDocumentClassifiersPaginator.js.map +0 -1
  328. package/dist-cjs/pagination/ListDominantLanguageDetectionJobsPaginator.js.map +0 -1
  329. package/dist-cjs/pagination/ListEntitiesDetectionJobsPaginator.js.map +0 -1
  330. package/dist-cjs/pagination/ListEntityRecognizerSummariesPaginator.js.map +0 -1
  331. package/dist-cjs/pagination/ListEntityRecognizersPaginator.js.map +0 -1
  332. package/dist-cjs/pagination/ListEventsDetectionJobsPaginator.js.map +0 -1
  333. package/dist-cjs/pagination/ListKeyPhrasesDetectionJobsPaginator.js.map +0 -1
  334. package/dist-cjs/pagination/ListSentimentDetectionJobsPaginator.js.map +0 -1
  335. package/dist-cjs/pagination/ListTopicsDetectionJobsPaginator.js.map +0 -1
  336. package/dist-cjs/protocols/Aws_json1_1.js.map +0 -1
  337. package/dist-cjs/runtimeConfig.browser.js.map +0 -1
  338. package/dist-cjs/runtimeConfig.js.map +0 -1
  339. package/dist-cjs/runtimeConfig.native.js.map +0 -1
  340. package/dist-cjs/runtimeConfig.shared.js.map +0 -1
  341. package/dist-es/Comprehend.js.map +0 -1
  342. package/dist-es/ComprehendClient.js.map +0 -1
  343. package/dist-es/commands/BatchDetectDominantLanguageCommand.js.map +0 -1
  344. package/dist-es/commands/BatchDetectEntitiesCommand.js.map +0 -1
  345. package/dist-es/commands/BatchDetectKeyPhrasesCommand.js.map +0 -1
  346. package/dist-es/commands/BatchDetectSentimentCommand.js.map +0 -1
  347. package/dist-es/commands/BatchDetectSyntaxCommand.js.map +0 -1
  348. package/dist-es/commands/ClassifyDocumentCommand.js.map +0 -1
  349. package/dist-es/commands/ContainsPiiEntitiesCommand.js.map +0 -1
  350. package/dist-es/commands/CreateDocumentClassifierCommand.js.map +0 -1
  351. package/dist-es/commands/CreateEndpointCommand.js.map +0 -1
  352. package/dist-es/commands/CreateEntityRecognizerCommand.js.map +0 -1
  353. package/dist-es/commands/DeleteDocumentClassifierCommand.js.map +0 -1
  354. package/dist-es/commands/DeleteEndpointCommand.js.map +0 -1
  355. package/dist-es/commands/DeleteEntityRecognizerCommand.js.map +0 -1
  356. package/dist-es/commands/DescribeDocumentClassificationJobCommand.js.map +0 -1
  357. package/dist-es/commands/DescribeDocumentClassifierCommand.js.map +0 -1
  358. package/dist-es/commands/DescribeDominantLanguageDetectionJobCommand.js.map +0 -1
  359. package/dist-es/commands/DescribeEndpointCommand.js.map +0 -1
  360. package/dist-es/commands/DescribeEntitiesDetectionJobCommand.js.map +0 -1
  361. package/dist-es/commands/DescribeEntityRecognizerCommand.js.map +0 -1
  362. package/dist-es/commands/DescribeEventsDetectionJobCommand.js.map +0 -1
  363. package/dist-es/commands/DescribeKeyPhrasesDetectionJobCommand.js.map +0 -1
  364. package/dist-es/commands/DescribePiiEntitiesDetectionJobCommand.js.map +0 -1
  365. package/dist-es/commands/DescribeSentimentDetectionJobCommand.js.map +0 -1
  366. package/dist-es/commands/DescribeTopicsDetectionJobCommand.js.map +0 -1
  367. package/dist-es/commands/DetectDominantLanguageCommand.js.map +0 -1
  368. package/dist-es/commands/DetectEntitiesCommand.js.map +0 -1
  369. package/dist-es/commands/DetectKeyPhrasesCommand.js.map +0 -1
  370. package/dist-es/commands/DetectPiiEntitiesCommand.js.map +0 -1
  371. package/dist-es/commands/DetectSentimentCommand.js.map +0 -1
  372. package/dist-es/commands/DetectSyntaxCommand.js.map +0 -1
  373. package/dist-es/commands/ListDocumentClassificationJobsCommand.js.map +0 -1
  374. package/dist-es/commands/ListDocumentClassifierSummariesCommand.js.map +0 -1
  375. package/dist-es/commands/ListDocumentClassifiersCommand.js.map +0 -1
  376. package/dist-es/commands/ListDominantLanguageDetectionJobsCommand.js.map +0 -1
  377. package/dist-es/commands/ListEndpointsCommand.js.map +0 -1
  378. package/dist-es/commands/ListEntitiesDetectionJobsCommand.js.map +0 -1
  379. package/dist-es/commands/ListEntityRecognizerSummariesCommand.js.map +0 -1
  380. package/dist-es/commands/ListEntityRecognizersCommand.js.map +0 -1
  381. package/dist-es/commands/ListEventsDetectionJobsCommand.js.map +0 -1
  382. package/dist-es/commands/ListKeyPhrasesDetectionJobsCommand.js.map +0 -1
  383. package/dist-es/commands/ListPiiEntitiesDetectionJobsCommand.js.map +0 -1
  384. package/dist-es/commands/ListSentimentDetectionJobsCommand.js.map +0 -1
  385. package/dist-es/commands/ListTagsForResourceCommand.js.map +0 -1
  386. package/dist-es/commands/ListTopicsDetectionJobsCommand.js.map +0 -1
  387. package/dist-es/commands/StartDocumentClassificationJobCommand.js.map +0 -1
  388. package/dist-es/commands/StartDominantLanguageDetectionJobCommand.js.map +0 -1
  389. package/dist-es/commands/StartEntitiesDetectionJobCommand.js.map +0 -1
  390. package/dist-es/commands/StartEventsDetectionJobCommand.js.map +0 -1
  391. package/dist-es/commands/StartKeyPhrasesDetectionJobCommand.js.map +0 -1
  392. package/dist-es/commands/StartPiiEntitiesDetectionJobCommand.js.map +0 -1
  393. package/dist-es/commands/StartSentimentDetectionJobCommand.js.map +0 -1
  394. package/dist-es/commands/StartTopicsDetectionJobCommand.js.map +0 -1
  395. package/dist-es/commands/StopDominantLanguageDetectionJobCommand.js.map +0 -1
  396. package/dist-es/commands/StopEntitiesDetectionJobCommand.js.map +0 -1
  397. package/dist-es/commands/StopEventsDetectionJobCommand.js.map +0 -1
  398. package/dist-es/commands/StopKeyPhrasesDetectionJobCommand.js.map +0 -1
  399. package/dist-es/commands/StopPiiEntitiesDetectionJobCommand.js.map +0 -1
  400. package/dist-es/commands/StopSentimentDetectionJobCommand.js.map +0 -1
  401. package/dist-es/commands/StopTrainingDocumentClassifierCommand.js.map +0 -1
  402. package/dist-es/commands/StopTrainingEntityRecognizerCommand.js.map +0 -1
  403. package/dist-es/commands/TagResourceCommand.js.map +0 -1
  404. package/dist-es/commands/UntagResourceCommand.js.map +0 -1
  405. package/dist-es/commands/UpdateEndpointCommand.js.map +0 -1
  406. package/dist-es/endpoints.js.map +0 -1
  407. package/dist-es/index.js.map +0 -1
  408. package/dist-es/models/index.js.map +0 -1
  409. package/dist-es/models/models_0.js.map +0 -1
  410. package/dist-es/pagination/Interfaces.js.map +0 -1
  411. package/dist-es/pagination/ListDocumentClassificationJobsPaginator.js.map +0 -1
  412. package/dist-es/pagination/ListDocumentClassifierSummariesPaginator.js.map +0 -1
  413. package/dist-es/pagination/ListDocumentClassifiersPaginator.js.map +0 -1
  414. package/dist-es/pagination/ListDominantLanguageDetectionJobsPaginator.js.map +0 -1
  415. package/dist-es/pagination/ListEntitiesDetectionJobsPaginator.js.map +0 -1
  416. package/dist-es/pagination/ListEntityRecognizerSummariesPaginator.js.map +0 -1
  417. package/dist-es/pagination/ListEntityRecognizersPaginator.js.map +0 -1
  418. package/dist-es/pagination/ListEventsDetectionJobsPaginator.js.map +0 -1
  419. package/dist-es/pagination/ListKeyPhrasesDetectionJobsPaginator.js.map +0 -1
  420. package/dist-es/pagination/ListSentimentDetectionJobsPaginator.js.map +0 -1
  421. package/dist-es/pagination/ListTopicsDetectionJobsPaginator.js.map +0 -1
  422. package/dist-es/protocols/Aws_json1_1.js.map +0 -1
  423. package/dist-es/runtimeConfig.browser.js.map +0 -1
  424. package/dist-es/runtimeConfig.js.map +0 -1
  425. package/dist-es/runtimeConfig.native.js.map +0 -1
  426. package/dist-es/runtimeConfig.shared.js.map +0 -1
  427. package/jest.config.js +0 -4
  428. package/src/Comprehend.ts +0 -2439
  429. package/src/ComprehendClient.ts +0 -575
  430. package/src/commands/BatchDetectDominantLanguageCommand.ts +0 -102
  431. package/src/commands/BatchDetectEntitiesCommand.ts +0 -97
  432. package/src/commands/BatchDetectKeyPhrasesCommand.ts +0 -95
  433. package/src/commands/BatchDetectSentimentCommand.ts +0 -97
  434. package/src/commands/BatchDetectSyntaxCommand.ts +0 -96
  435. package/src/commands/ClassifyDocumentCommand.ts +0 -96
  436. package/src/commands/ContainsPiiEntitiesCommand.ts +0 -97
  437. package/src/commands/CreateDocumentClassifierCommand.ts +0 -98
  438. package/src/commands/CreateEndpointCommand.ts +0 -97
  439. package/src/commands/CreateEntityRecognizerCommand.ts +0 -97
  440. package/src/commands/DeleteDocumentClassifierCommand.ts +0 -101
  441. package/src/commands/DeleteEndpointCommand.ts +0 -96
  442. package/src/commands/DeleteEntityRecognizerCommand.ts +0 -101
  443. package/src/commands/DescribeDocumentClassificationJobCommand.ts +0 -107
  444. package/src/commands/DescribeDocumentClassifierCommand.ts +0 -98
  445. package/src/commands/DescribeDominantLanguageDetectionJobCommand.ts +0 -107
  446. package/src/commands/DescribeEndpointCommand.ts +0 -96
  447. package/src/commands/DescribeEntitiesDetectionJobCommand.ts +0 -101
  448. package/src/commands/DescribeEntityRecognizerCommand.ts +0 -96
  449. package/src/commands/DescribeEventsDetectionJobCommand.ts +0 -98
  450. package/src/commands/DescribeKeyPhrasesDetectionJobCommand.ts +0 -104
  451. package/src/commands/DescribePiiEntitiesDetectionJobCommand.ts +0 -104
  452. package/src/commands/DescribeSentimentDetectionJobCommand.ts +0 -101
  453. package/src/commands/DescribeTopicsDetectionJobCommand.ts +0 -99
  454. package/src/commands/DetectDominantLanguageCommand.ts +0 -96
  455. package/src/commands/DetectEntitiesCommand.ts +0 -96
  456. package/src/commands/DetectKeyPhrasesCommand.ts +0 -95
  457. package/src/commands/DetectPiiEntitiesCommand.ts +0 -96
  458. package/src/commands/DetectSentimentCommand.ts +0 -96
  459. package/src/commands/DetectSyntaxCommand.ts +0 -96
  460. package/src/commands/ListDocumentClassificationJobsCommand.ts +0 -103
  461. package/src/commands/ListDocumentClassifierSummariesCommand.ts +0 -103
  462. package/src/commands/ListDocumentClassifiersCommand.ts +0 -95
  463. package/src/commands/ListDominantLanguageDetectionJobsCommand.ts +0 -106
  464. package/src/commands/ListEndpointsCommand.ts +0 -95
  465. package/src/commands/ListEntitiesDetectionJobsCommand.ts +0 -98
  466. package/src/commands/ListEntityRecognizerSummariesCommand.ts +0 -100
  467. package/src/commands/ListEntityRecognizersCommand.ts +0 -100
  468. package/src/commands/ListEventsDetectionJobsCommand.ts +0 -95
  469. package/src/commands/ListKeyPhrasesDetectionJobsCommand.ts +0 -100
  470. package/src/commands/ListPiiEntitiesDetectionJobsCommand.ts +0 -100
  471. package/src/commands/ListSentimentDetectionJobsCommand.ts +0 -98
  472. package/src/commands/ListTagsForResourceCommand.ts +0 -95
  473. package/src/commands/ListTopicsDetectionJobsCommand.ts +0 -95
  474. package/src/commands/StartDocumentClassificationJobCommand.ts +0 -104
  475. package/src/commands/StartDominantLanguageDetectionJobCommand.ts +0 -108
  476. package/src/commands/StartEntitiesDetectionJobCommand.ts +0 -102
  477. package/src/commands/StartEventsDetectionJobCommand.ts +0 -95
  478. package/src/commands/StartKeyPhrasesDetectionJobCommand.ts +0 -102
  479. package/src/commands/StartPiiEntitiesDetectionJobCommand.ts +0 -100
  480. package/src/commands/StartSentimentDetectionJobCommand.ts +0 -100
  481. package/src/commands/StartTopicsDetectionJobCommand.ts +0 -96
  482. package/src/commands/StopDominantLanguageDetectionJobCommand.ts +0 -112
  483. package/src/commands/StopEntitiesDetectionJobCommand.ts +0 -104
  484. package/src/commands/StopEventsDetectionJobCommand.ts +0 -95
  485. package/src/commands/StopKeyPhrasesDetectionJobCommand.ts +0 -107
  486. package/src/commands/StopPiiEntitiesDetectionJobCommand.ts +0 -100
  487. package/src/commands/StopSentimentDetectionJobCommand.ts +0 -107
  488. package/src/commands/StopTrainingDocumentClassifierCommand.ts +0 -108
  489. package/src/commands/StopTrainingEntityRecognizerCommand.ts +0 -105
  490. package/src/commands/TagResourceCommand.ts +0 -98
  491. package/src/commands/UntagResourceCommand.ts +0 -95
  492. package/src/commands/UpdateEndpointCommand.ts +0 -95
  493. package/src/endpoints.ts +0 -77
  494. package/src/index.ts +0 -78
  495. package/src/models/index.ts +0 -1
  496. package/src/models/models_0.ts +0 -6966
  497. package/src/pagination/Interfaces.ts +0 -8
  498. package/src/pagination/ListDocumentClassificationJobsPaginator.ts +0 -59
  499. package/src/pagination/ListDocumentClassifierSummariesPaginator.ts +0 -59
  500. package/src/pagination/ListDocumentClassifiersPaginator.ts +0 -59
  501. package/src/pagination/ListDominantLanguageDetectionJobsPaginator.ts +0 -59
  502. package/src/pagination/ListEntitiesDetectionJobsPaginator.ts +0 -59
  503. package/src/pagination/ListEntityRecognizerSummariesPaginator.ts +0 -59
  504. package/src/pagination/ListEntityRecognizersPaginator.ts +0 -59
  505. package/src/pagination/ListEventsDetectionJobsPaginator.ts +0 -59
  506. package/src/pagination/ListKeyPhrasesDetectionJobsPaginator.ts +0 -59
  507. package/src/pagination/ListSentimentDetectionJobsPaginator.ts +0 -59
  508. package/src/pagination/ListTopicsDetectionJobsPaginator.ts +0 -59
  509. package/src/protocols/Aws_json1_1.ts +0 -10158
  510. package/src/runtimeConfig.browser.ts +0 -41
  511. package/src/runtimeConfig.native.ts +0 -17
  512. package/src/runtimeConfig.shared.ts +0 -17
  513. package/src/runtimeConfig.ts +0 -46
  514. package/tsconfig.es.json +0 -10
  515. package/tsconfig.json +0 -33
  516. package/tsconfig.types.json +0 -9
@@ -37,4 +37,3 @@ var DescribePiiEntitiesDetectionJobCommand = (function (_super) {
37
37
  return DescribePiiEntitiesDetectionJobCommand;
38
38
  }($Command));
39
39
  export { DescribePiiEntitiesDetectionJobCommand };
40
- //# sourceMappingURL=DescribePiiEntitiesDetectionJobCommand.js.map
@@ -37,4 +37,3 @@ var DescribeSentimentDetectionJobCommand = (function (_super) {
37
37
  return DescribeSentimentDetectionJobCommand;
38
38
  }($Command));
39
39
  export { DescribeSentimentDetectionJobCommand };
40
- //# sourceMappingURL=DescribeSentimentDetectionJobCommand.js.map
@@ -37,4 +37,3 @@ var DescribeTopicsDetectionJobCommand = (function (_super) {
37
37
  return DescribeTopicsDetectionJobCommand;
38
38
  }($Command));
39
39
  export { DescribeTopicsDetectionJobCommand };
40
- //# sourceMappingURL=DescribeTopicsDetectionJobCommand.js.map
@@ -37,4 +37,3 @@ var DetectDominantLanguageCommand = (function (_super) {
37
37
  return DetectDominantLanguageCommand;
38
38
  }($Command));
39
39
  export { DetectDominantLanguageCommand };
40
- //# sourceMappingURL=DetectDominantLanguageCommand.js.map
@@ -37,4 +37,3 @@ var DetectEntitiesCommand = (function (_super) {
37
37
  return DetectEntitiesCommand;
38
38
  }($Command));
39
39
  export { DetectEntitiesCommand };
40
- //# sourceMappingURL=DetectEntitiesCommand.js.map
@@ -37,4 +37,3 @@ var DetectKeyPhrasesCommand = (function (_super) {
37
37
  return DetectKeyPhrasesCommand;
38
38
  }($Command));
39
39
  export { DetectKeyPhrasesCommand };
40
- //# sourceMappingURL=DetectKeyPhrasesCommand.js.map
@@ -37,4 +37,3 @@ var DetectPiiEntitiesCommand = (function (_super) {
37
37
  return DetectPiiEntitiesCommand;
38
38
  }($Command));
39
39
  export { DetectPiiEntitiesCommand };
40
- //# sourceMappingURL=DetectPiiEntitiesCommand.js.map
@@ -37,4 +37,3 @@ var DetectSentimentCommand = (function (_super) {
37
37
  return DetectSentimentCommand;
38
38
  }($Command));
39
39
  export { DetectSentimentCommand };
40
- //# sourceMappingURL=DetectSentimentCommand.js.map
@@ -37,4 +37,3 @@ var DetectSyntaxCommand = (function (_super) {
37
37
  return DetectSyntaxCommand;
38
38
  }($Command));
39
39
  export { DetectSyntaxCommand };
40
- //# sourceMappingURL=DetectSyntaxCommand.js.map
@@ -37,4 +37,3 @@ var ListDocumentClassificationJobsCommand = (function (_super) {
37
37
  return ListDocumentClassificationJobsCommand;
38
38
  }($Command));
39
39
  export { ListDocumentClassificationJobsCommand };
40
- //# sourceMappingURL=ListDocumentClassificationJobsCommand.js.map
@@ -37,4 +37,3 @@ var ListDocumentClassifierSummariesCommand = (function (_super) {
37
37
  return ListDocumentClassifierSummariesCommand;
38
38
  }($Command));
39
39
  export { ListDocumentClassifierSummariesCommand };
40
- //# sourceMappingURL=ListDocumentClassifierSummariesCommand.js.map
@@ -37,4 +37,3 @@ var ListDocumentClassifiersCommand = (function (_super) {
37
37
  return ListDocumentClassifiersCommand;
38
38
  }($Command));
39
39
  export { ListDocumentClassifiersCommand };
40
- //# sourceMappingURL=ListDocumentClassifiersCommand.js.map
@@ -37,4 +37,3 @@ var ListDominantLanguageDetectionJobsCommand = (function (_super) {
37
37
  return ListDominantLanguageDetectionJobsCommand;
38
38
  }($Command));
39
39
  export { ListDominantLanguageDetectionJobsCommand };
40
- //# sourceMappingURL=ListDominantLanguageDetectionJobsCommand.js.map
@@ -37,4 +37,3 @@ var ListEndpointsCommand = (function (_super) {
37
37
  return ListEndpointsCommand;
38
38
  }($Command));
39
39
  export { ListEndpointsCommand };
40
- //# sourceMappingURL=ListEndpointsCommand.js.map
@@ -37,4 +37,3 @@ var ListEntitiesDetectionJobsCommand = (function (_super) {
37
37
  return ListEntitiesDetectionJobsCommand;
38
38
  }($Command));
39
39
  export { ListEntitiesDetectionJobsCommand };
40
- //# sourceMappingURL=ListEntitiesDetectionJobsCommand.js.map
@@ -37,4 +37,3 @@ var ListEntityRecognizerSummariesCommand = (function (_super) {
37
37
  return ListEntityRecognizerSummariesCommand;
38
38
  }($Command));
39
39
  export { ListEntityRecognizerSummariesCommand };
40
- //# sourceMappingURL=ListEntityRecognizerSummariesCommand.js.map
@@ -37,4 +37,3 @@ var ListEntityRecognizersCommand = (function (_super) {
37
37
  return ListEntityRecognizersCommand;
38
38
  }($Command));
39
39
  export { ListEntityRecognizersCommand };
40
- //# sourceMappingURL=ListEntityRecognizersCommand.js.map
@@ -37,4 +37,3 @@ var ListEventsDetectionJobsCommand = (function (_super) {
37
37
  return ListEventsDetectionJobsCommand;
38
38
  }($Command));
39
39
  export { ListEventsDetectionJobsCommand };
40
- //# sourceMappingURL=ListEventsDetectionJobsCommand.js.map
@@ -37,4 +37,3 @@ var ListKeyPhrasesDetectionJobsCommand = (function (_super) {
37
37
  return ListKeyPhrasesDetectionJobsCommand;
38
38
  }($Command));
39
39
  export { ListKeyPhrasesDetectionJobsCommand };
40
- //# sourceMappingURL=ListKeyPhrasesDetectionJobsCommand.js.map
@@ -37,4 +37,3 @@ var ListPiiEntitiesDetectionJobsCommand = (function (_super) {
37
37
  return ListPiiEntitiesDetectionJobsCommand;
38
38
  }($Command));
39
39
  export { ListPiiEntitiesDetectionJobsCommand };
40
- //# sourceMappingURL=ListPiiEntitiesDetectionJobsCommand.js.map
@@ -37,4 +37,3 @@ var ListSentimentDetectionJobsCommand = (function (_super) {
37
37
  return ListSentimentDetectionJobsCommand;
38
38
  }($Command));
39
39
  export { ListSentimentDetectionJobsCommand };
40
- //# sourceMappingURL=ListSentimentDetectionJobsCommand.js.map
@@ -37,4 +37,3 @@ var ListTagsForResourceCommand = (function (_super) {
37
37
  return ListTagsForResourceCommand;
38
38
  }($Command));
39
39
  export { ListTagsForResourceCommand };
40
- //# sourceMappingURL=ListTagsForResourceCommand.js.map
@@ -37,4 +37,3 @@ var ListTopicsDetectionJobsCommand = (function (_super) {
37
37
  return ListTopicsDetectionJobsCommand;
38
38
  }($Command));
39
39
  export { ListTopicsDetectionJobsCommand };
40
- //# sourceMappingURL=ListTopicsDetectionJobsCommand.js.map
@@ -37,4 +37,3 @@ var StartDocumentClassificationJobCommand = (function (_super) {
37
37
  return StartDocumentClassificationJobCommand;
38
38
  }($Command));
39
39
  export { StartDocumentClassificationJobCommand };
40
- //# sourceMappingURL=StartDocumentClassificationJobCommand.js.map
@@ -37,4 +37,3 @@ var StartDominantLanguageDetectionJobCommand = (function (_super) {
37
37
  return StartDominantLanguageDetectionJobCommand;
38
38
  }($Command));
39
39
  export { StartDominantLanguageDetectionJobCommand };
40
- //# sourceMappingURL=StartDominantLanguageDetectionJobCommand.js.map
@@ -37,4 +37,3 @@ var StartEntitiesDetectionJobCommand = (function (_super) {
37
37
  return StartEntitiesDetectionJobCommand;
38
38
  }($Command));
39
39
  export { StartEntitiesDetectionJobCommand };
40
- //# sourceMappingURL=StartEntitiesDetectionJobCommand.js.map
@@ -37,4 +37,3 @@ var StartEventsDetectionJobCommand = (function (_super) {
37
37
  return StartEventsDetectionJobCommand;
38
38
  }($Command));
39
39
  export { StartEventsDetectionJobCommand };
40
- //# sourceMappingURL=StartEventsDetectionJobCommand.js.map
@@ -37,4 +37,3 @@ var StartKeyPhrasesDetectionJobCommand = (function (_super) {
37
37
  return StartKeyPhrasesDetectionJobCommand;
38
38
  }($Command));
39
39
  export { StartKeyPhrasesDetectionJobCommand };
40
- //# sourceMappingURL=StartKeyPhrasesDetectionJobCommand.js.map
@@ -37,4 +37,3 @@ var StartPiiEntitiesDetectionJobCommand = (function (_super) {
37
37
  return StartPiiEntitiesDetectionJobCommand;
38
38
  }($Command));
39
39
  export { StartPiiEntitiesDetectionJobCommand };
40
- //# sourceMappingURL=StartPiiEntitiesDetectionJobCommand.js.map
@@ -37,4 +37,3 @@ var StartSentimentDetectionJobCommand = (function (_super) {
37
37
  return StartSentimentDetectionJobCommand;
38
38
  }($Command));
39
39
  export { StartSentimentDetectionJobCommand };
40
- //# sourceMappingURL=StartSentimentDetectionJobCommand.js.map
@@ -37,4 +37,3 @@ var StartTopicsDetectionJobCommand = (function (_super) {
37
37
  return StartTopicsDetectionJobCommand;
38
38
  }($Command));
39
39
  export { StartTopicsDetectionJobCommand };
40
- //# sourceMappingURL=StartTopicsDetectionJobCommand.js.map
@@ -37,4 +37,3 @@ var StopDominantLanguageDetectionJobCommand = (function (_super) {
37
37
  return StopDominantLanguageDetectionJobCommand;
38
38
  }($Command));
39
39
  export { StopDominantLanguageDetectionJobCommand };
40
- //# sourceMappingURL=StopDominantLanguageDetectionJobCommand.js.map
@@ -37,4 +37,3 @@ var StopEntitiesDetectionJobCommand = (function (_super) {
37
37
  return StopEntitiesDetectionJobCommand;
38
38
  }($Command));
39
39
  export { StopEntitiesDetectionJobCommand };
40
- //# sourceMappingURL=StopEntitiesDetectionJobCommand.js.map
@@ -37,4 +37,3 @@ var StopEventsDetectionJobCommand = (function (_super) {
37
37
  return StopEventsDetectionJobCommand;
38
38
  }($Command));
39
39
  export { StopEventsDetectionJobCommand };
40
- //# sourceMappingURL=StopEventsDetectionJobCommand.js.map
@@ -37,4 +37,3 @@ var StopKeyPhrasesDetectionJobCommand = (function (_super) {
37
37
  return StopKeyPhrasesDetectionJobCommand;
38
38
  }($Command));
39
39
  export { StopKeyPhrasesDetectionJobCommand };
40
- //# sourceMappingURL=StopKeyPhrasesDetectionJobCommand.js.map
@@ -37,4 +37,3 @@ var StopPiiEntitiesDetectionJobCommand = (function (_super) {
37
37
  return StopPiiEntitiesDetectionJobCommand;
38
38
  }($Command));
39
39
  export { StopPiiEntitiesDetectionJobCommand };
40
- //# sourceMappingURL=StopPiiEntitiesDetectionJobCommand.js.map
@@ -37,4 +37,3 @@ var StopSentimentDetectionJobCommand = (function (_super) {
37
37
  return StopSentimentDetectionJobCommand;
38
38
  }($Command));
39
39
  export { StopSentimentDetectionJobCommand };
40
- //# sourceMappingURL=StopSentimentDetectionJobCommand.js.map
@@ -37,4 +37,3 @@ var StopTrainingDocumentClassifierCommand = (function (_super) {
37
37
  return StopTrainingDocumentClassifierCommand;
38
38
  }($Command));
39
39
  export { StopTrainingDocumentClassifierCommand };
40
- //# sourceMappingURL=StopTrainingDocumentClassifierCommand.js.map
@@ -37,4 +37,3 @@ var StopTrainingEntityRecognizerCommand = (function (_super) {
37
37
  return StopTrainingEntityRecognizerCommand;
38
38
  }($Command));
39
39
  export { StopTrainingEntityRecognizerCommand };
40
- //# sourceMappingURL=StopTrainingEntityRecognizerCommand.js.map
@@ -37,4 +37,3 @@ var TagResourceCommand = (function (_super) {
37
37
  return TagResourceCommand;
38
38
  }($Command));
39
39
  export { TagResourceCommand };
40
- //# sourceMappingURL=TagResourceCommand.js.map
@@ -37,4 +37,3 @@ var UntagResourceCommand = (function (_super) {
37
37
  return UntagResourceCommand;
38
38
  }($Command));
39
39
  export { UntagResourceCommand };
40
- //# sourceMappingURL=UntagResourceCommand.js.map
@@ -37,4 +37,3 @@ var UpdateEndpointCommand = (function (_super) {
37
37
  return UpdateEndpointCommand;
38
38
  }($Command));
39
39
  export { UpdateEndpointCommand };
40
- //# sourceMappingURL=UpdateEndpointCommand.js.map
@@ -0,0 +1,63 @@
1
+ export * from "./BatchDetectDominantLanguageCommand";
2
+ export * from "./BatchDetectEntitiesCommand";
3
+ export * from "./BatchDetectKeyPhrasesCommand";
4
+ export * from "./BatchDetectSentimentCommand";
5
+ export * from "./BatchDetectSyntaxCommand";
6
+ export * from "./ClassifyDocumentCommand";
7
+ export * from "./ContainsPiiEntitiesCommand";
8
+ export * from "./CreateDocumentClassifierCommand";
9
+ export * from "./CreateEndpointCommand";
10
+ export * from "./CreateEntityRecognizerCommand";
11
+ export * from "./DeleteDocumentClassifierCommand";
12
+ export * from "./DeleteEndpointCommand";
13
+ export * from "./DeleteEntityRecognizerCommand";
14
+ export * from "./DescribeDocumentClassificationJobCommand";
15
+ export * from "./DescribeDocumentClassifierCommand";
16
+ export * from "./DescribeDominantLanguageDetectionJobCommand";
17
+ export * from "./DescribeEndpointCommand";
18
+ export * from "./DescribeEntitiesDetectionJobCommand";
19
+ export * from "./DescribeEntityRecognizerCommand";
20
+ export * from "./DescribeEventsDetectionJobCommand";
21
+ export * from "./DescribeKeyPhrasesDetectionJobCommand";
22
+ export * from "./DescribePiiEntitiesDetectionJobCommand";
23
+ export * from "./DescribeSentimentDetectionJobCommand";
24
+ export * from "./DescribeTopicsDetectionJobCommand";
25
+ export * from "./DetectDominantLanguageCommand";
26
+ export * from "./DetectEntitiesCommand";
27
+ export * from "./DetectKeyPhrasesCommand";
28
+ export * from "./DetectPiiEntitiesCommand";
29
+ export * from "./DetectSentimentCommand";
30
+ export * from "./DetectSyntaxCommand";
31
+ export * from "./ListDocumentClassificationJobsCommand";
32
+ export * from "./ListDocumentClassifierSummariesCommand";
33
+ export * from "./ListDocumentClassifiersCommand";
34
+ export * from "./ListDominantLanguageDetectionJobsCommand";
35
+ export * from "./ListEndpointsCommand";
36
+ export * from "./ListEntitiesDetectionJobsCommand";
37
+ export * from "./ListEntityRecognizerSummariesCommand";
38
+ export * from "./ListEntityRecognizersCommand";
39
+ export * from "./ListEventsDetectionJobsCommand";
40
+ export * from "./ListKeyPhrasesDetectionJobsCommand";
41
+ export * from "./ListPiiEntitiesDetectionJobsCommand";
42
+ export * from "./ListSentimentDetectionJobsCommand";
43
+ export * from "./ListTagsForResourceCommand";
44
+ export * from "./ListTopicsDetectionJobsCommand";
45
+ export * from "./StartDocumentClassificationJobCommand";
46
+ export * from "./StartDominantLanguageDetectionJobCommand";
47
+ export * from "./StartEntitiesDetectionJobCommand";
48
+ export * from "./StartEventsDetectionJobCommand";
49
+ export * from "./StartKeyPhrasesDetectionJobCommand";
50
+ export * from "./StartPiiEntitiesDetectionJobCommand";
51
+ export * from "./StartSentimentDetectionJobCommand";
52
+ export * from "./StartTopicsDetectionJobCommand";
53
+ export * from "./StopDominantLanguageDetectionJobCommand";
54
+ export * from "./StopEntitiesDetectionJobCommand";
55
+ export * from "./StopEventsDetectionJobCommand";
56
+ export * from "./StopKeyPhrasesDetectionJobCommand";
57
+ export * from "./StopPiiEntitiesDetectionJobCommand";
58
+ export * from "./StopSentimentDetectionJobCommand";
59
+ export * from "./StopTrainingDocumentClassifierCommand";
60
+ export * from "./StopTrainingEntityRecognizerCommand";
61
+ export * from "./TagResourceCommand";
62
+ export * from "./UntagResourceCommand";
63
+ export * from "./UpdateEndpointCommand";
@@ -53,7 +53,7 @@ var partitionHash = {
53
53
  hostname: "comprehend.{region}.amazonaws.com.cn",
54
54
  },
55
55
  "aws-iso": {
56
- regions: ["us-iso-east-1"],
56
+ regions: ["us-iso-east-1", "us-iso-west-1"],
57
57
  hostname: "comprehend.{region}.c2s.ic.gov",
58
58
  },
59
59
  "aws-iso-b": {
@@ -70,4 +70,3 @@ export var defaultRegionInfoProvider = function (region, options) { return __awa
70
70
  return [2, getRegionInfo(region, __assign(__assign({}, options), { signingService: "comprehend", regionHash: regionHash, partitionHash: partitionHash }))];
71
71
  });
72
72
  }); };
73
- //# sourceMappingURL=endpoints.js.map
package/dist-es/index.js CHANGED
@@ -1,79 +1,5 @@
1
- export * from "./ComprehendClient";
2
1
  export * from "./Comprehend";
3
- export * from "./commands/BatchDetectDominantLanguageCommand";
4
- export * from "./commands/BatchDetectEntitiesCommand";
5
- export * from "./commands/BatchDetectKeyPhrasesCommand";
6
- export * from "./commands/BatchDetectSentimentCommand";
7
- export * from "./commands/BatchDetectSyntaxCommand";
8
- export * from "./commands/ClassifyDocumentCommand";
9
- export * from "./commands/ContainsPiiEntitiesCommand";
10
- export * from "./commands/CreateDocumentClassifierCommand";
11
- export * from "./commands/CreateEndpointCommand";
12
- export * from "./commands/CreateEntityRecognizerCommand";
13
- export * from "./commands/DeleteDocumentClassifierCommand";
14
- export * from "./commands/DeleteEndpointCommand";
15
- export * from "./commands/DeleteEntityRecognizerCommand";
16
- export * from "./commands/DescribeDocumentClassificationJobCommand";
17
- export * from "./commands/DescribeDocumentClassifierCommand";
18
- export * from "./commands/DescribeDominantLanguageDetectionJobCommand";
19
- export * from "./commands/DescribeEndpointCommand";
20
- export * from "./commands/DescribeEntitiesDetectionJobCommand";
21
- export * from "./commands/DescribeEntityRecognizerCommand";
22
- export * from "./commands/DescribeEventsDetectionJobCommand";
23
- export * from "./commands/DescribeKeyPhrasesDetectionJobCommand";
24
- export * from "./commands/DescribePiiEntitiesDetectionJobCommand";
25
- export * from "./commands/DescribeSentimentDetectionJobCommand";
26
- export * from "./commands/DescribeTopicsDetectionJobCommand";
27
- export * from "./commands/DetectDominantLanguageCommand";
28
- export * from "./commands/DetectEntitiesCommand";
29
- export * from "./commands/DetectKeyPhrasesCommand";
30
- export * from "./commands/DetectPiiEntitiesCommand";
31
- export * from "./commands/DetectSentimentCommand";
32
- export * from "./commands/DetectSyntaxCommand";
33
- export * from "./commands/ListDocumentClassificationJobsCommand";
34
- export * from "./pagination/ListDocumentClassificationJobsPaginator";
35
- export * from "./commands/ListDocumentClassifiersCommand";
36
- export * from "./pagination/ListDocumentClassifiersPaginator";
37
- export * from "./commands/ListDocumentClassifierSummariesCommand";
38
- export * from "./pagination/ListDocumentClassifierSummariesPaginator";
39
- export * from "./commands/ListDominantLanguageDetectionJobsCommand";
40
- export * from "./pagination/ListDominantLanguageDetectionJobsPaginator";
41
- export * from "./commands/ListEndpointsCommand";
42
- export * from "./commands/ListEntitiesDetectionJobsCommand";
43
- export * from "./pagination/ListEntitiesDetectionJobsPaginator";
44
- export * from "./commands/ListEntityRecognizersCommand";
45
- export * from "./pagination/ListEntityRecognizersPaginator";
46
- export * from "./commands/ListEntityRecognizerSummariesCommand";
47
- export * from "./pagination/ListEntityRecognizerSummariesPaginator";
48
- export * from "./commands/ListEventsDetectionJobsCommand";
49
- export * from "./pagination/ListEventsDetectionJobsPaginator";
50
- export * from "./commands/ListKeyPhrasesDetectionJobsCommand";
51
- export * from "./pagination/ListKeyPhrasesDetectionJobsPaginator";
52
- export * from "./commands/ListPiiEntitiesDetectionJobsCommand";
53
- export * from "./commands/ListSentimentDetectionJobsCommand";
54
- export * from "./pagination/ListSentimentDetectionJobsPaginator";
55
- export * from "./commands/ListTagsForResourceCommand";
56
- export * from "./commands/ListTopicsDetectionJobsCommand";
57
- export * from "./pagination/ListTopicsDetectionJobsPaginator";
58
- export * from "./commands/StartDocumentClassificationJobCommand";
59
- export * from "./commands/StartDominantLanguageDetectionJobCommand";
60
- export * from "./commands/StartEntitiesDetectionJobCommand";
61
- export * from "./commands/StartEventsDetectionJobCommand";
62
- export * from "./commands/StartKeyPhrasesDetectionJobCommand";
63
- export * from "./commands/StartPiiEntitiesDetectionJobCommand";
64
- export * from "./commands/StartSentimentDetectionJobCommand";
65
- export * from "./commands/StartTopicsDetectionJobCommand";
66
- export * from "./commands/StopDominantLanguageDetectionJobCommand";
67
- export * from "./commands/StopEntitiesDetectionJobCommand";
68
- export * from "./commands/StopEventsDetectionJobCommand";
69
- export * from "./commands/StopKeyPhrasesDetectionJobCommand";
70
- export * from "./commands/StopPiiEntitiesDetectionJobCommand";
71
- export * from "./commands/StopSentimentDetectionJobCommand";
72
- export * from "./commands/StopTrainingDocumentClassifierCommand";
73
- export * from "./commands/StopTrainingEntityRecognizerCommand";
74
- export * from "./commands/TagResourceCommand";
75
- export * from "./commands/UntagResourceCommand";
76
- export * from "./commands/UpdateEndpointCommand";
77
- export * from "./pagination/Interfaces";
78
- export * from "./models/index";
79
- //# sourceMappingURL=index.js.map
2
+ export * from "./ComprehendClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
@@ -1,2 +1 @@
1
1
  export * from "./models_0";
2
- //# sourceMappingURL=index.js.map
@@ -996,4 +996,3 @@ export var UpdateEndpointResponse;
996
996
  (function (UpdateEndpointResponse) {
997
997
  UpdateEndpointResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
998
998
  })(UpdateEndpointResponse || (UpdateEndpointResponse = {}));
999
- //# sourceMappingURL=models_0.js.map
@@ -1,2 +1 @@
1
1
  export {};
2
- //# sourceMappingURL=Interfaces.js.map
@@ -72,4 +72,3 @@ export function paginateListDocumentClassificationJobs(config, input) {
72
72
  });
73
73
  });
74
74
  }
75
- //# sourceMappingURL=ListDocumentClassificationJobsPaginator.js.map
@@ -72,4 +72,3 @@ export function paginateListDocumentClassifierSummaries(config, input) {
72
72
  });
73
73
  });
74
74
  }
75
- //# sourceMappingURL=ListDocumentClassifierSummariesPaginator.js.map
@@ -72,4 +72,3 @@ export function paginateListDocumentClassifiers(config, input) {
72
72
  });
73
73
  });
74
74
  }
75
- //# sourceMappingURL=ListDocumentClassifiersPaginator.js.map
@@ -72,4 +72,3 @@ export function paginateListDominantLanguageDetectionJobs(config, input) {
72
72
  });
73
73
  });
74
74
  }
75
- //# sourceMappingURL=ListDominantLanguageDetectionJobsPaginator.js.map
@@ -72,4 +72,3 @@ export function paginateListEntitiesDetectionJobs(config, input) {
72
72
  });
73
73
  });
74
74
  }
75
- //# sourceMappingURL=ListEntitiesDetectionJobsPaginator.js.map
@@ -72,4 +72,3 @@ export function paginateListEntityRecognizerSummaries(config, input) {
72
72
  });
73
73
  });
74
74
  }
75
- //# sourceMappingURL=ListEntityRecognizerSummariesPaginator.js.map
@@ -72,4 +72,3 @@ export function paginateListEntityRecognizers(config, input) {
72
72
  });
73
73
  });
74
74
  }
75
- //# sourceMappingURL=ListEntityRecognizersPaginator.js.map
@@ -72,4 +72,3 @@ export function paginateListEventsDetectionJobs(config, input) {
72
72
  });
73
73
  });
74
74
  }
75
- //# sourceMappingURL=ListEventsDetectionJobsPaginator.js.map
@@ -72,4 +72,3 @@ export function paginateListKeyPhrasesDetectionJobs(config, input) {
72
72
  });
73
73
  });
74
74
  }
75
- //# sourceMappingURL=ListKeyPhrasesDetectionJobsPaginator.js.map
@@ -72,4 +72,3 @@ export function paginateListSentimentDetectionJobs(config, input) {
72
72
  });
73
73
  });
74
74
  }
75
- //# sourceMappingURL=ListSentimentDetectionJobsPaginator.js.map
@@ -72,4 +72,3 @@ export function paginateListTopicsDetectionJobs(config, input) {
72
72
  });
73
73
  });
74
74
  }
75
- //# sourceMappingURL=ListTopicsDetectionJobsPaginator.js.map
@@ -0,0 +1,12 @@
1
+ export * from "./Interfaces";
2
+ export * from "./ListDocumentClassificationJobsPaginator";
3
+ export * from "./ListDocumentClassifierSummariesPaginator";
4
+ export * from "./ListDocumentClassifiersPaginator";
5
+ export * from "./ListDominantLanguageDetectionJobsPaginator";
6
+ export * from "./ListEntitiesDetectionJobsPaginator";
7
+ export * from "./ListEntityRecognizerSummariesPaginator";
8
+ export * from "./ListEntityRecognizersPaginator";
9
+ export * from "./ListEventsDetectionJobsPaginator";
10
+ export * from "./ListKeyPhrasesDetectionJobsPaginator";
11
+ export * from "./ListSentimentDetectionJobsPaginator";
12
+ export * from "./ListTopicsDetectionJobsPaginator";
@@ -8287,4 +8287,3 @@ var loadRestJsonErrorCode = function (output, data) {
8287
8287
  }
8288
8288
  return "";
8289
8289
  };
8290
- //# sourceMappingURL=Aws_json1_1.js.map
@@ -1,4 +1,5 @@
1
1
  import { __assign } from "tslib";
2
+ import packageInfo from "../package.json";
2
3
  import { Sha256 } from "@aws-crypto/sha256-browser";
3
4
  import { FetchHttpHandler, streamCollector } from "@aws-sdk/fetch-http-handler";
4
5
  import { invalidProvider } from "@aws-sdk/invalid-dependency";
@@ -7,11 +8,9 @@ import { fromBase64, toBase64 } from "@aws-sdk/util-base64-browser";
7
8
  import { calculateBodyLength } from "@aws-sdk/util-body-length-browser";
8
9
  import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser";
9
10
  import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-browser";
10
- import packageInfo from "../package.json";
11
11
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
12
12
  export var getRuntimeConfig = function (config) {
13
13
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
14
14
  var clientSharedValues = getSharedRuntimeConfig(config);
15
15
  return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "browser", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (function (_) { return function () { return Promise.reject(new Error("Credential is missing")); }; }), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : DEFAULT_MAX_ATTEMPTS, region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalidProvider("Region is missing"), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new FetchHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (function () { return Promise.resolve(DEFAULT_RETRY_MODE); }), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Sha256, streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, utf8Decoder: (_m = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _m !== void 0 ? _m : fromUtf8, utf8Encoder: (_o = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _o !== void 0 ? _o : toUtf8 });
16
16
  };
17
- //# sourceMappingURL=runtimeConfig.browser.js.map
@@ -1,4 +1,5 @@
1
1
  import { __assign } from "tslib";
2
+ import packageInfo from "../package.json";
2
3
  import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts";
3
4
  import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS } from "@aws-sdk/config-resolver";
4
5
  import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
@@ -6,17 +7,15 @@ import { Hash } from "@aws-sdk/hash-node";
6
7
  import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry";
7
8
  import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider";
8
9
  import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler";
9
- import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
10
10
  import { fromBase64, toBase64 } from "@aws-sdk/util-base64-node";
11
11
  import { calculateBodyLength } from "@aws-sdk/util-body-length-node";
12
12
  import { defaultUserAgent } from "@aws-sdk/util-user-agent-node";
13
13
  import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-node";
14
- import packageInfo from "../package.json";
15
14
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
15
+ import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
16
16
  export var getRuntimeConfig = function (config) {
17
17
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
18
18
  emitWarningIfUnsupportedVersion(process.version);
19
19
  var clientSharedValues = getSharedRuntimeConfig(config);
20
20
  return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new NodeHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : loadNodeConfig(NODE_RETRY_MODE_CONFIG_OPTIONS), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Hash.bind(null, "sha256"), streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, utf8Decoder: (_m = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _m !== void 0 ? _m : fromUtf8, utf8Encoder: (_o = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _o !== void 0 ? _o : toUtf8 });
21
21
  };
22
- //# sourceMappingURL=runtimeConfig.js.map
@@ -6,4 +6,3 @@ export var getRuntimeConfig = function (config) {
6
6
  var browserDefaults = getBrowserRuntimeConfig(config);
7
7
  return __assign(__assign(__assign({}, browserDefaults), config), { runtime: "react-native", sha256: (_a = config === null || config === void 0 ? void 0 : config.sha256) !== null && _a !== void 0 ? _a : Sha256 });
8
8
  };
9
- //# sourceMappingURL=runtimeConfig.native.js.map
@@ -11,4 +11,3 @@ export var getRuntimeConfig = function (config) {
11
11
  urlParser: (_e = config === null || config === void 0 ? void 0 : config.urlParser) !== null && _e !== void 0 ? _e : parseUrl,
12
12
  });
13
13
  };
14
- //# sourceMappingURL=runtimeConfig.shared.js.map