@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
@@ -0,0 +1,2704 @@
1
+ import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
2
+ export declare enum AugmentedManifestsDocumentTypeFormat {
3
+ PLAIN_TEXT_DOCUMENT = "PLAIN_TEXT_DOCUMENT",
4
+ SEMI_STRUCTURED_DOCUMENT = "SEMI_STRUCTURED_DOCUMENT"
5
+ }
6
+ export declare enum Split {
7
+ TEST = "TEST",
8
+ TRAIN = "TRAIN"
9
+ }
10
+
11
+ export interface AugmentedManifestsListItem {
12
+
13
+ S3Uri: string | undefined;
14
+
15
+ Split?: Split | string;
16
+
17
+ AttributeNames: string[] | undefined;
18
+
19
+ AnnotationDataS3Uri?: string;
20
+
21
+ SourceDocumentsS3Uri?: string;
22
+
23
+ DocumentType?: AugmentedManifestsDocumentTypeFormat | string;
24
+ }
25
+ export declare namespace AugmentedManifestsListItem {
26
+
27
+ const filterSensitiveLog: (obj: AugmentedManifestsListItem) => any;
28
+ }
29
+ export interface BatchDetectDominantLanguageRequest {
30
+
31
+ TextList: string[] | undefined;
32
+ }
33
+ export declare namespace BatchDetectDominantLanguageRequest {
34
+
35
+ const filterSensitiveLog: (obj: BatchDetectDominantLanguageRequest) => any;
36
+ }
37
+
38
+ export interface BatchItemError {
39
+
40
+ Index?: number;
41
+
42
+ ErrorCode?: string;
43
+
44
+ ErrorMessage?: string;
45
+ }
46
+ export declare namespace BatchItemError {
47
+
48
+ const filterSensitiveLog: (obj: BatchItemError) => any;
49
+ }
50
+
51
+ export interface DominantLanguage {
52
+
53
+ LanguageCode?: string;
54
+
55
+ Score?: number;
56
+ }
57
+ export declare namespace DominantLanguage {
58
+
59
+ const filterSensitiveLog: (obj: DominantLanguage) => any;
60
+ }
61
+
62
+ export interface BatchDetectDominantLanguageItemResult {
63
+
64
+ Index?: number;
65
+
66
+ Languages?: DominantLanguage[];
67
+ }
68
+ export declare namespace BatchDetectDominantLanguageItemResult {
69
+
70
+ const filterSensitiveLog: (obj: BatchDetectDominantLanguageItemResult) => any;
71
+ }
72
+ export interface BatchDetectDominantLanguageResponse {
73
+
74
+ ResultList: BatchDetectDominantLanguageItemResult[] | undefined;
75
+
76
+ ErrorList: BatchItemError[] | undefined;
77
+ }
78
+ export declare namespace BatchDetectDominantLanguageResponse {
79
+
80
+ const filterSensitiveLog: (obj: BatchDetectDominantLanguageResponse) => any;
81
+ }
82
+
83
+ export interface BatchSizeLimitExceededException extends __SmithyException, $MetadataBearer {
84
+ name: "BatchSizeLimitExceededException";
85
+ $fault: "client";
86
+ Message?: string;
87
+ }
88
+ export declare namespace BatchSizeLimitExceededException {
89
+
90
+ const filterSensitiveLog: (obj: BatchSizeLimitExceededException) => any;
91
+ }
92
+
93
+ export interface InternalServerException extends __SmithyException, $MetadataBearer {
94
+ name: "InternalServerException";
95
+ $fault: "server";
96
+ Message?: string;
97
+ }
98
+ export declare namespace InternalServerException {
99
+
100
+ const filterSensitiveLog: (obj: InternalServerException) => any;
101
+ }
102
+
103
+ export interface InvalidRequestException extends __SmithyException, $MetadataBearer {
104
+ name: "InvalidRequestException";
105
+ $fault: "client";
106
+ Message?: string;
107
+ }
108
+ export declare namespace InvalidRequestException {
109
+
110
+ const filterSensitiveLog: (obj: InvalidRequestException) => any;
111
+ }
112
+
113
+ export interface TextSizeLimitExceededException extends __SmithyException, $MetadataBearer {
114
+ name: "TextSizeLimitExceededException";
115
+ $fault: "client";
116
+ Message?: string;
117
+ }
118
+ export declare namespace TextSizeLimitExceededException {
119
+
120
+ const filterSensitiveLog: (obj: TextSizeLimitExceededException) => any;
121
+ }
122
+ export declare enum LanguageCode {
123
+ AR = "ar",
124
+ DE = "de",
125
+ EN = "en",
126
+ ES = "es",
127
+ FR = "fr",
128
+ HI = "hi",
129
+ IT = "it",
130
+ JA = "ja",
131
+ KO = "ko",
132
+ PT = "pt",
133
+ ZH = "zh",
134
+ ZH_TW = "zh-TW"
135
+ }
136
+ export interface BatchDetectEntitiesRequest {
137
+
138
+ TextList: string[] | undefined;
139
+
140
+ LanguageCode: LanguageCode | string | undefined;
141
+ }
142
+ export declare namespace BatchDetectEntitiesRequest {
143
+
144
+ const filterSensitiveLog: (obj: BatchDetectEntitiesRequest) => any;
145
+ }
146
+ export declare enum EntityType {
147
+ COMMERCIAL_ITEM = "COMMERCIAL_ITEM",
148
+ DATE = "DATE",
149
+ EVENT = "EVENT",
150
+ LOCATION = "LOCATION",
151
+ ORGANIZATION = "ORGANIZATION",
152
+ OTHER = "OTHER",
153
+ PERSON = "PERSON",
154
+ QUANTITY = "QUANTITY",
155
+ TITLE = "TITLE"
156
+ }
157
+
158
+ export interface Entity {
159
+
160
+ Score?: number;
161
+
162
+ Type?: EntityType | string;
163
+
164
+ Text?: string;
165
+
166
+ BeginOffset?: number;
167
+
168
+ EndOffset?: number;
169
+ }
170
+ export declare namespace Entity {
171
+
172
+ const filterSensitiveLog: (obj: Entity) => any;
173
+ }
174
+
175
+ export interface BatchDetectEntitiesItemResult {
176
+
177
+ Index?: number;
178
+
179
+ Entities?: Entity[];
180
+ }
181
+ export declare namespace BatchDetectEntitiesItemResult {
182
+
183
+ const filterSensitiveLog: (obj: BatchDetectEntitiesItemResult) => any;
184
+ }
185
+ export interface BatchDetectEntitiesResponse {
186
+
187
+ ResultList: BatchDetectEntitiesItemResult[] | undefined;
188
+
189
+ ErrorList: BatchItemError[] | undefined;
190
+ }
191
+ export declare namespace BatchDetectEntitiesResponse {
192
+
193
+ const filterSensitiveLog: (obj: BatchDetectEntitiesResponse) => any;
194
+ }
195
+
196
+ export interface UnsupportedLanguageException extends __SmithyException, $MetadataBearer {
197
+ name: "UnsupportedLanguageException";
198
+ $fault: "client";
199
+ Message?: string;
200
+ }
201
+ export declare namespace UnsupportedLanguageException {
202
+
203
+ const filterSensitiveLog: (obj: UnsupportedLanguageException) => any;
204
+ }
205
+ export interface BatchDetectKeyPhrasesRequest {
206
+
207
+ TextList: string[] | undefined;
208
+
209
+ LanguageCode: LanguageCode | string | undefined;
210
+ }
211
+ export declare namespace BatchDetectKeyPhrasesRequest {
212
+
213
+ const filterSensitiveLog: (obj: BatchDetectKeyPhrasesRequest) => any;
214
+ }
215
+
216
+ export interface KeyPhrase {
217
+
218
+ Score?: number;
219
+
220
+ Text?: string;
221
+
222
+ BeginOffset?: number;
223
+
224
+ EndOffset?: number;
225
+ }
226
+ export declare namespace KeyPhrase {
227
+
228
+ const filterSensitiveLog: (obj: KeyPhrase) => any;
229
+ }
230
+
231
+ export interface BatchDetectKeyPhrasesItemResult {
232
+
233
+ Index?: number;
234
+
235
+ KeyPhrases?: KeyPhrase[];
236
+ }
237
+ export declare namespace BatchDetectKeyPhrasesItemResult {
238
+
239
+ const filterSensitiveLog: (obj: BatchDetectKeyPhrasesItemResult) => any;
240
+ }
241
+ export interface BatchDetectKeyPhrasesResponse {
242
+
243
+ ResultList: BatchDetectKeyPhrasesItemResult[] | undefined;
244
+
245
+ ErrorList: BatchItemError[] | undefined;
246
+ }
247
+ export declare namespace BatchDetectKeyPhrasesResponse {
248
+
249
+ const filterSensitiveLog: (obj: BatchDetectKeyPhrasesResponse) => any;
250
+ }
251
+ export interface BatchDetectSentimentRequest {
252
+
253
+ TextList: string[] | undefined;
254
+
255
+ LanguageCode: LanguageCode | string | undefined;
256
+ }
257
+ export declare namespace BatchDetectSentimentRequest {
258
+
259
+ const filterSensitiveLog: (obj: BatchDetectSentimentRequest) => any;
260
+ }
261
+ export declare enum SentimentType {
262
+ MIXED = "MIXED",
263
+ NEGATIVE = "NEGATIVE",
264
+ NEUTRAL = "NEUTRAL",
265
+ POSITIVE = "POSITIVE"
266
+ }
267
+
268
+ export interface SentimentScore {
269
+
270
+ Positive?: number;
271
+
272
+ Negative?: number;
273
+
274
+ Neutral?: number;
275
+
276
+ Mixed?: number;
277
+ }
278
+ export declare namespace SentimentScore {
279
+
280
+ const filterSensitiveLog: (obj: SentimentScore) => any;
281
+ }
282
+
283
+ export interface BatchDetectSentimentItemResult {
284
+
285
+ Index?: number;
286
+
287
+ Sentiment?: SentimentType | string;
288
+
289
+ SentimentScore?: SentimentScore;
290
+ }
291
+ export declare namespace BatchDetectSentimentItemResult {
292
+
293
+ const filterSensitiveLog: (obj: BatchDetectSentimentItemResult) => any;
294
+ }
295
+ export interface BatchDetectSentimentResponse {
296
+
297
+ ResultList: BatchDetectSentimentItemResult[] | undefined;
298
+
299
+ ErrorList: BatchItemError[] | undefined;
300
+ }
301
+ export declare namespace BatchDetectSentimentResponse {
302
+
303
+ const filterSensitiveLog: (obj: BatchDetectSentimentResponse) => any;
304
+ }
305
+ export declare enum SyntaxLanguageCode {
306
+ DE = "de",
307
+ EN = "en",
308
+ ES = "es",
309
+ FR = "fr",
310
+ IT = "it",
311
+ PT = "pt"
312
+ }
313
+ export interface BatchDetectSyntaxRequest {
314
+
315
+ TextList: string[] | undefined;
316
+
317
+ LanguageCode: SyntaxLanguageCode | string | undefined;
318
+ }
319
+ export declare namespace BatchDetectSyntaxRequest {
320
+
321
+ const filterSensitiveLog: (obj: BatchDetectSyntaxRequest) => any;
322
+ }
323
+ export declare enum PartOfSpeechTagType {
324
+ ADJ = "ADJ",
325
+ ADP = "ADP",
326
+ ADV = "ADV",
327
+ AUX = "AUX",
328
+ CCONJ = "CCONJ",
329
+ CONJ = "CONJ",
330
+ DET = "DET",
331
+ INTJ = "INTJ",
332
+ NOUN = "NOUN",
333
+ NUM = "NUM",
334
+ O = "O",
335
+ PART = "PART",
336
+ PRON = "PRON",
337
+ PROPN = "PROPN",
338
+ PUNCT = "PUNCT",
339
+ SCONJ = "SCONJ",
340
+ SYM = "SYM",
341
+ VERB = "VERB"
342
+ }
343
+
344
+ export interface PartOfSpeechTag {
345
+
346
+ Tag?: PartOfSpeechTagType | string;
347
+
348
+ Score?: number;
349
+ }
350
+ export declare namespace PartOfSpeechTag {
351
+
352
+ const filterSensitiveLog: (obj: PartOfSpeechTag) => any;
353
+ }
354
+
355
+ export interface SyntaxToken {
356
+
357
+ TokenId?: number;
358
+
359
+ Text?: string;
360
+
361
+ BeginOffset?: number;
362
+
363
+ EndOffset?: number;
364
+
365
+ PartOfSpeech?: PartOfSpeechTag;
366
+ }
367
+ export declare namespace SyntaxToken {
368
+
369
+ const filterSensitiveLog: (obj: SyntaxToken) => any;
370
+ }
371
+
372
+ export interface BatchDetectSyntaxItemResult {
373
+
374
+ Index?: number;
375
+
376
+ SyntaxTokens?: SyntaxToken[];
377
+ }
378
+ export declare namespace BatchDetectSyntaxItemResult {
379
+
380
+ const filterSensitiveLog: (obj: BatchDetectSyntaxItemResult) => any;
381
+ }
382
+ export interface BatchDetectSyntaxResponse {
383
+
384
+ ResultList: BatchDetectSyntaxItemResult[] | undefined;
385
+
386
+ ErrorList: BatchItemError[] | undefined;
387
+ }
388
+ export declare namespace BatchDetectSyntaxResponse {
389
+
390
+ const filterSensitiveLog: (obj: BatchDetectSyntaxResponse) => any;
391
+ }
392
+
393
+ export interface ClassifierEvaluationMetrics {
394
+
395
+ Accuracy?: number;
396
+
397
+ Precision?: number;
398
+
399
+ Recall?: number;
400
+
401
+ F1Score?: number;
402
+
403
+ MicroPrecision?: number;
404
+
405
+ MicroRecall?: number;
406
+
407
+ MicroF1Score?: number;
408
+
409
+ HammingLoss?: number;
410
+ }
411
+ export declare namespace ClassifierEvaluationMetrics {
412
+
413
+ const filterSensitiveLog: (obj: ClassifierEvaluationMetrics) => any;
414
+ }
415
+
416
+ export interface ClassifierMetadata {
417
+
418
+ NumberOfLabels?: number;
419
+
420
+ NumberOfTrainedDocuments?: number;
421
+
422
+ NumberOfTestDocuments?: number;
423
+
424
+ EvaluationMetrics?: ClassifierEvaluationMetrics;
425
+ }
426
+ export declare namespace ClassifierMetadata {
427
+
428
+ const filterSensitiveLog: (obj: ClassifierMetadata) => any;
429
+ }
430
+ export interface ClassifyDocumentRequest {
431
+
432
+ Text: string | undefined;
433
+
434
+ EndpointArn: string | undefined;
435
+ }
436
+ export declare namespace ClassifyDocumentRequest {
437
+
438
+ const filterSensitiveLog: (obj: ClassifyDocumentRequest) => any;
439
+ }
440
+
441
+ export interface DocumentClass {
442
+
443
+ Name?: string;
444
+
445
+ Score?: number;
446
+ }
447
+ export declare namespace DocumentClass {
448
+
449
+ const filterSensitiveLog: (obj: DocumentClass) => any;
450
+ }
451
+
452
+ export interface DocumentLabel {
453
+
454
+ Name?: string;
455
+
456
+ Score?: number;
457
+ }
458
+ export declare namespace DocumentLabel {
459
+
460
+ const filterSensitiveLog: (obj: DocumentLabel) => any;
461
+ }
462
+ export interface ClassifyDocumentResponse {
463
+
464
+ Classes?: DocumentClass[];
465
+
466
+ Labels?: DocumentLabel[];
467
+ }
468
+ export declare namespace ClassifyDocumentResponse {
469
+
470
+ const filterSensitiveLog: (obj: ClassifyDocumentResponse) => any;
471
+ }
472
+
473
+ export interface ResourceUnavailableException extends __SmithyException, $MetadataBearer {
474
+ name: "ResourceUnavailableException";
475
+ $fault: "client";
476
+ Message?: string;
477
+ }
478
+ export declare namespace ResourceUnavailableException {
479
+
480
+ const filterSensitiveLog: (obj: ResourceUnavailableException) => any;
481
+ }
482
+ export interface ContainsPiiEntitiesRequest {
483
+
484
+ Text: string | undefined;
485
+
486
+ LanguageCode: LanguageCode | string | undefined;
487
+ }
488
+ export declare namespace ContainsPiiEntitiesRequest {
489
+
490
+ const filterSensitiveLog: (obj: ContainsPiiEntitiesRequest) => any;
491
+ }
492
+ export declare enum PiiEntityType {
493
+ ADDRESS = "ADDRESS",
494
+ AGE = "AGE",
495
+ ALL = "ALL",
496
+ AWS_ACCESS_KEY = "AWS_ACCESS_KEY",
497
+ AWS_SECRET_KEY = "AWS_SECRET_KEY",
498
+ BANK_ACCOUNT_NUMBER = "BANK_ACCOUNT_NUMBER",
499
+ BANK_ROUTING = "BANK_ROUTING",
500
+ CREDIT_DEBIT_CVV = "CREDIT_DEBIT_CVV",
501
+ CREDIT_DEBIT_EXPIRY = "CREDIT_DEBIT_EXPIRY",
502
+ CREDIT_DEBIT_NUMBER = "CREDIT_DEBIT_NUMBER",
503
+ DATE_TIME = "DATE_TIME",
504
+ DRIVER_ID = "DRIVER_ID",
505
+ EMAIL = "EMAIL",
506
+ IP_ADDRESS = "IP_ADDRESS",
507
+ MAC_ADDRESS = "MAC_ADDRESS",
508
+ NAME = "NAME",
509
+ PASSPORT_NUMBER = "PASSPORT_NUMBER",
510
+ PASSWORD = "PASSWORD",
511
+ PHONE = "PHONE",
512
+ PIN = "PIN",
513
+ SSN = "SSN",
514
+ URL = "URL",
515
+ USERNAME = "USERNAME"
516
+ }
517
+
518
+ export interface EntityLabel {
519
+
520
+ Name?: PiiEntityType | string;
521
+
522
+ Score?: number;
523
+ }
524
+ export declare namespace EntityLabel {
525
+
526
+ const filterSensitiveLog: (obj: EntityLabel) => any;
527
+ }
528
+ export interface ContainsPiiEntitiesResponse {
529
+
530
+ Labels?: EntityLabel[];
531
+ }
532
+ export declare namespace ContainsPiiEntitiesResponse {
533
+
534
+ const filterSensitiveLog: (obj: ContainsPiiEntitiesResponse) => any;
535
+ }
536
+ export declare enum DocumentClassifierDataFormat {
537
+ AUGMENTED_MANIFEST = "AUGMENTED_MANIFEST",
538
+ COMPREHEND_CSV = "COMPREHEND_CSV"
539
+ }
540
+
541
+ export interface DocumentClassifierInputDataConfig {
542
+
543
+ DataFormat?: DocumentClassifierDataFormat | string;
544
+
545
+ S3Uri?: string;
546
+
547
+ TestS3Uri?: string;
548
+
549
+ LabelDelimiter?: string;
550
+
551
+ AugmentedManifests?: AugmentedManifestsListItem[];
552
+ }
553
+ export declare namespace DocumentClassifierInputDataConfig {
554
+
555
+ const filterSensitiveLog: (obj: DocumentClassifierInputDataConfig) => any;
556
+ }
557
+ export declare enum DocumentClassifierMode {
558
+ MULTI_CLASS = "MULTI_CLASS",
559
+ MULTI_LABEL = "MULTI_LABEL"
560
+ }
561
+
562
+ export interface DocumentClassifierOutputDataConfig {
563
+
564
+ S3Uri?: string;
565
+
566
+ KmsKeyId?: string;
567
+ }
568
+ export declare namespace DocumentClassifierOutputDataConfig {
569
+
570
+ const filterSensitiveLog: (obj: DocumentClassifierOutputDataConfig) => any;
571
+ }
572
+
573
+ export interface Tag {
574
+
575
+ Key: string | undefined;
576
+
577
+ Value?: string;
578
+ }
579
+ export declare namespace Tag {
580
+
581
+ const filterSensitiveLog: (obj: Tag) => any;
582
+ }
583
+
584
+ export interface VpcConfig {
585
+
586
+ SecurityGroupIds: string[] | undefined;
587
+
588
+ Subnets: string[] | undefined;
589
+ }
590
+ export declare namespace VpcConfig {
591
+
592
+ const filterSensitiveLog: (obj: VpcConfig) => any;
593
+ }
594
+ export interface CreateDocumentClassifierRequest {
595
+
596
+ DocumentClassifierName: string | undefined;
597
+
598
+ VersionName?: string;
599
+
600
+ DataAccessRoleArn: string | undefined;
601
+
602
+ Tags?: Tag[];
603
+
604
+ InputDataConfig: DocumentClassifierInputDataConfig | undefined;
605
+
606
+ OutputDataConfig?: DocumentClassifierOutputDataConfig;
607
+
608
+ ClientRequestToken?: string;
609
+
610
+ LanguageCode: LanguageCode | string | undefined;
611
+
612
+ VolumeKmsKeyId?: string;
613
+
614
+ VpcConfig?: VpcConfig;
615
+
616
+ Mode?: DocumentClassifierMode | string;
617
+
618
+ ModelKmsKeyId?: string;
619
+ }
620
+ export declare namespace CreateDocumentClassifierRequest {
621
+
622
+ const filterSensitiveLog: (obj: CreateDocumentClassifierRequest) => any;
623
+ }
624
+ export interface CreateDocumentClassifierResponse {
625
+
626
+ DocumentClassifierArn?: string;
627
+ }
628
+ export declare namespace CreateDocumentClassifierResponse {
629
+
630
+ const filterSensitiveLog: (obj: CreateDocumentClassifierResponse) => any;
631
+ }
632
+
633
+ export interface KmsKeyValidationException extends __SmithyException, $MetadataBearer {
634
+ name: "KmsKeyValidationException";
635
+ $fault: "client";
636
+ Message?: string;
637
+ }
638
+ export declare namespace KmsKeyValidationException {
639
+
640
+ const filterSensitiveLog: (obj: KmsKeyValidationException) => any;
641
+ }
642
+
643
+ export interface ResourceInUseException extends __SmithyException, $MetadataBearer {
644
+ name: "ResourceInUseException";
645
+ $fault: "client";
646
+ Message?: string;
647
+ }
648
+ export declare namespace ResourceInUseException {
649
+
650
+ const filterSensitiveLog: (obj: ResourceInUseException) => any;
651
+ }
652
+
653
+ export interface ResourceLimitExceededException extends __SmithyException, $MetadataBearer {
654
+ name: "ResourceLimitExceededException";
655
+ $fault: "client";
656
+ Message?: string;
657
+ }
658
+ export declare namespace ResourceLimitExceededException {
659
+
660
+ const filterSensitiveLog: (obj: ResourceLimitExceededException) => any;
661
+ }
662
+
663
+ export interface TooManyRequestsException extends __SmithyException, $MetadataBearer {
664
+ name: "TooManyRequestsException";
665
+ $fault: "client";
666
+ Message?: string;
667
+ }
668
+ export declare namespace TooManyRequestsException {
669
+
670
+ const filterSensitiveLog: (obj: TooManyRequestsException) => any;
671
+ }
672
+
673
+ export interface TooManyTagsException extends __SmithyException, $MetadataBearer {
674
+ name: "TooManyTagsException";
675
+ $fault: "client";
676
+ Message?: string;
677
+ }
678
+ export declare namespace TooManyTagsException {
679
+
680
+ const filterSensitiveLog: (obj: TooManyTagsException) => any;
681
+ }
682
+ export interface CreateEndpointRequest {
683
+
684
+ EndpointName: string | undefined;
685
+
686
+ ModelArn: string | undefined;
687
+
688
+ DesiredInferenceUnits: number | undefined;
689
+
690
+ ClientRequestToken?: string;
691
+
692
+ Tags?: Tag[];
693
+
694
+ DataAccessRoleArn?: string;
695
+ }
696
+ export declare namespace CreateEndpointRequest {
697
+
698
+ const filterSensitiveLog: (obj: CreateEndpointRequest) => any;
699
+ }
700
+ export interface CreateEndpointResponse {
701
+
702
+ EndpointArn?: string;
703
+ }
704
+ export declare namespace CreateEndpointResponse {
705
+
706
+ const filterSensitiveLog: (obj: CreateEndpointResponse) => any;
707
+ }
708
+
709
+ export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
710
+ name: "ResourceNotFoundException";
711
+ $fault: "client";
712
+ Message?: string;
713
+ }
714
+ export declare namespace ResourceNotFoundException {
715
+
716
+ const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
717
+ }
718
+
719
+ export interface EntityRecognizerAnnotations {
720
+
721
+ S3Uri: string | undefined;
722
+
723
+ TestS3Uri?: string;
724
+ }
725
+ export declare namespace EntityRecognizerAnnotations {
726
+
727
+ const filterSensitiveLog: (obj: EntityRecognizerAnnotations) => any;
728
+ }
729
+ export declare enum EntityRecognizerDataFormat {
730
+ AUGMENTED_MANIFEST = "AUGMENTED_MANIFEST",
731
+ COMPREHEND_CSV = "COMPREHEND_CSV"
732
+ }
733
+ export declare enum InputFormat {
734
+ ONE_DOC_PER_FILE = "ONE_DOC_PER_FILE",
735
+ ONE_DOC_PER_LINE = "ONE_DOC_PER_LINE"
736
+ }
737
+
738
+ export interface EntityRecognizerDocuments {
739
+
740
+ S3Uri: string | undefined;
741
+
742
+ TestS3Uri?: string;
743
+
744
+ InputFormat?: InputFormat | string;
745
+ }
746
+ export declare namespace EntityRecognizerDocuments {
747
+
748
+ const filterSensitiveLog: (obj: EntityRecognizerDocuments) => any;
749
+ }
750
+
751
+ export interface EntityRecognizerEntityList {
752
+
753
+ S3Uri: string | undefined;
754
+ }
755
+ export declare namespace EntityRecognizerEntityList {
756
+
757
+ const filterSensitiveLog: (obj: EntityRecognizerEntityList) => any;
758
+ }
759
+
760
+ export interface EntityTypesListItem {
761
+
762
+ Type: string | undefined;
763
+ }
764
+ export declare namespace EntityTypesListItem {
765
+
766
+ const filterSensitiveLog: (obj: EntityTypesListItem) => any;
767
+ }
768
+
769
+ export interface EntityRecognizerInputDataConfig {
770
+
771
+ DataFormat?: EntityRecognizerDataFormat | string;
772
+
773
+ EntityTypes: EntityTypesListItem[] | undefined;
774
+
775
+ Documents?: EntityRecognizerDocuments;
776
+
777
+ Annotations?: EntityRecognizerAnnotations;
778
+
779
+ EntityList?: EntityRecognizerEntityList;
780
+
781
+ AugmentedManifests?: AugmentedManifestsListItem[];
782
+ }
783
+ export declare namespace EntityRecognizerInputDataConfig {
784
+
785
+ const filterSensitiveLog: (obj: EntityRecognizerInputDataConfig) => any;
786
+ }
787
+ export interface CreateEntityRecognizerRequest {
788
+
789
+ RecognizerName: string | undefined;
790
+
791
+ VersionName?: string;
792
+
793
+ DataAccessRoleArn: string | undefined;
794
+
795
+ Tags?: Tag[];
796
+
797
+ InputDataConfig: EntityRecognizerInputDataConfig | undefined;
798
+
799
+ ClientRequestToken?: string;
800
+
801
+ LanguageCode: LanguageCode | string | undefined;
802
+
803
+ VolumeKmsKeyId?: string;
804
+
805
+ VpcConfig?: VpcConfig;
806
+
807
+ ModelKmsKeyId?: string;
808
+ }
809
+ export declare namespace CreateEntityRecognizerRequest {
810
+
811
+ const filterSensitiveLog: (obj: CreateEntityRecognizerRequest) => any;
812
+ }
813
+ export interface CreateEntityRecognizerResponse {
814
+
815
+ EntityRecognizerArn?: string;
816
+ }
817
+ export declare namespace CreateEntityRecognizerResponse {
818
+
819
+ const filterSensitiveLog: (obj: CreateEntityRecognizerResponse) => any;
820
+ }
821
+ export interface DeleteDocumentClassifierRequest {
822
+
823
+ DocumentClassifierArn: string | undefined;
824
+ }
825
+ export declare namespace DeleteDocumentClassifierRequest {
826
+
827
+ const filterSensitiveLog: (obj: DeleteDocumentClassifierRequest) => any;
828
+ }
829
+ export interface DeleteDocumentClassifierResponse {
830
+ }
831
+ export declare namespace DeleteDocumentClassifierResponse {
832
+
833
+ const filterSensitiveLog: (obj: DeleteDocumentClassifierResponse) => any;
834
+ }
835
+ export interface DeleteEndpointRequest {
836
+
837
+ EndpointArn: string | undefined;
838
+ }
839
+ export declare namespace DeleteEndpointRequest {
840
+
841
+ const filterSensitiveLog: (obj: DeleteEndpointRequest) => any;
842
+ }
843
+ export interface DeleteEndpointResponse {
844
+ }
845
+ export declare namespace DeleteEndpointResponse {
846
+
847
+ const filterSensitiveLog: (obj: DeleteEndpointResponse) => any;
848
+ }
849
+ export interface DeleteEntityRecognizerRequest {
850
+
851
+ EntityRecognizerArn: string | undefined;
852
+ }
853
+ export declare namespace DeleteEntityRecognizerRequest {
854
+
855
+ const filterSensitiveLog: (obj: DeleteEntityRecognizerRequest) => any;
856
+ }
857
+ export interface DeleteEntityRecognizerResponse {
858
+ }
859
+ export declare namespace DeleteEntityRecognizerResponse {
860
+
861
+ const filterSensitiveLog: (obj: DeleteEntityRecognizerResponse) => any;
862
+ }
863
+ export interface DescribeDocumentClassificationJobRequest {
864
+
865
+ JobId: string | undefined;
866
+ }
867
+ export declare namespace DescribeDocumentClassificationJobRequest {
868
+
869
+ const filterSensitiveLog: (obj: DescribeDocumentClassificationJobRequest) => any;
870
+ }
871
+ export declare enum DocumentReadAction {
872
+ TEXTRACT_ANALYZE_DOCUMENT = "TEXTRACT_ANALYZE_DOCUMENT",
873
+ TEXTRACT_DETECT_DOCUMENT_TEXT = "TEXTRACT_DETECT_DOCUMENT_TEXT"
874
+ }
875
+ export declare enum DocumentReadMode {
876
+ FORCE_DOCUMENT_READ_ACTION = "FORCE_DOCUMENT_READ_ACTION",
877
+ SERVICE_DEFAULT = "SERVICE_DEFAULT"
878
+ }
879
+ export declare enum DocumentReadFeatureTypes {
880
+ FORMS = "FORMS",
881
+ TABLES = "TABLES"
882
+ }
883
+
884
+ export interface DocumentReaderConfig {
885
+
886
+ DocumentReadAction: DocumentReadAction | string | undefined;
887
+
888
+ DocumentReadMode?: DocumentReadMode | string;
889
+
890
+ FeatureTypes?: (DocumentReadFeatureTypes | string)[];
891
+ }
892
+ export declare namespace DocumentReaderConfig {
893
+
894
+ const filterSensitiveLog: (obj: DocumentReaderConfig) => any;
895
+ }
896
+
897
+ export interface InputDataConfig {
898
+
899
+ S3Uri: string | undefined;
900
+
901
+ InputFormat?: InputFormat | string;
902
+
903
+ DocumentReaderConfig?: DocumentReaderConfig;
904
+ }
905
+ export declare namespace InputDataConfig {
906
+
907
+ const filterSensitiveLog: (obj: InputDataConfig) => any;
908
+ }
909
+ export declare enum JobStatus {
910
+ COMPLETED = "COMPLETED",
911
+ FAILED = "FAILED",
912
+ IN_PROGRESS = "IN_PROGRESS",
913
+ STOPPED = "STOPPED",
914
+ STOP_REQUESTED = "STOP_REQUESTED",
915
+ SUBMITTED = "SUBMITTED"
916
+ }
917
+
918
+ export interface OutputDataConfig {
919
+
920
+ S3Uri: string | undefined;
921
+
922
+ KmsKeyId?: string;
923
+ }
924
+ export declare namespace OutputDataConfig {
925
+
926
+ const filterSensitiveLog: (obj: OutputDataConfig) => any;
927
+ }
928
+
929
+ export interface DocumentClassificationJobProperties {
930
+
931
+ JobId?: string;
932
+
933
+ JobArn?: string;
934
+
935
+ JobName?: string;
936
+
937
+ JobStatus?: JobStatus | string;
938
+
939
+ Message?: string;
940
+
941
+ SubmitTime?: Date;
942
+
943
+ EndTime?: Date;
944
+
945
+ DocumentClassifierArn?: string;
946
+
947
+ InputDataConfig?: InputDataConfig;
948
+
949
+ OutputDataConfig?: OutputDataConfig;
950
+
951
+ DataAccessRoleArn?: string;
952
+
953
+ VolumeKmsKeyId?: string;
954
+
955
+ VpcConfig?: VpcConfig;
956
+ }
957
+ export declare namespace DocumentClassificationJobProperties {
958
+
959
+ const filterSensitiveLog: (obj: DocumentClassificationJobProperties) => any;
960
+ }
961
+ export interface DescribeDocumentClassificationJobResponse {
962
+
963
+ DocumentClassificationJobProperties?: DocumentClassificationJobProperties;
964
+ }
965
+ export declare namespace DescribeDocumentClassificationJobResponse {
966
+
967
+ const filterSensitiveLog: (obj: DescribeDocumentClassificationJobResponse) => any;
968
+ }
969
+
970
+ export interface JobNotFoundException extends __SmithyException, $MetadataBearer {
971
+ name: "JobNotFoundException";
972
+ $fault: "client";
973
+ Message?: string;
974
+ }
975
+ export declare namespace JobNotFoundException {
976
+
977
+ const filterSensitiveLog: (obj: JobNotFoundException) => any;
978
+ }
979
+ export interface DescribeDocumentClassifierRequest {
980
+
981
+ DocumentClassifierArn: string | undefined;
982
+ }
983
+ export declare namespace DescribeDocumentClassifierRequest {
984
+
985
+ const filterSensitiveLog: (obj: DescribeDocumentClassifierRequest) => any;
986
+ }
987
+ export declare enum ModelStatus {
988
+ DELETING = "DELETING",
989
+ IN_ERROR = "IN_ERROR",
990
+ STOPPED = "STOPPED",
991
+ STOP_REQUESTED = "STOP_REQUESTED",
992
+ SUBMITTED = "SUBMITTED",
993
+ TRAINED = "TRAINED",
994
+ TRAINING = "TRAINING"
995
+ }
996
+
997
+ export interface DocumentClassifierProperties {
998
+
999
+ DocumentClassifierArn?: string;
1000
+
1001
+ LanguageCode?: LanguageCode | string;
1002
+
1003
+ Status?: ModelStatus | string;
1004
+
1005
+ Message?: string;
1006
+
1007
+ SubmitTime?: Date;
1008
+
1009
+ EndTime?: Date;
1010
+
1011
+ TrainingStartTime?: Date;
1012
+
1013
+ TrainingEndTime?: Date;
1014
+
1015
+ InputDataConfig?: DocumentClassifierInputDataConfig;
1016
+
1017
+ OutputDataConfig?: DocumentClassifierOutputDataConfig;
1018
+
1019
+ ClassifierMetadata?: ClassifierMetadata;
1020
+
1021
+ DataAccessRoleArn?: string;
1022
+
1023
+ VolumeKmsKeyId?: string;
1024
+
1025
+ VpcConfig?: VpcConfig;
1026
+
1027
+ Mode?: DocumentClassifierMode | string;
1028
+
1029
+ ModelKmsKeyId?: string;
1030
+
1031
+ VersionName?: string;
1032
+ }
1033
+ export declare namespace DocumentClassifierProperties {
1034
+
1035
+ const filterSensitiveLog: (obj: DocumentClassifierProperties) => any;
1036
+ }
1037
+ export interface DescribeDocumentClassifierResponse {
1038
+
1039
+ DocumentClassifierProperties?: DocumentClassifierProperties;
1040
+ }
1041
+ export declare namespace DescribeDocumentClassifierResponse {
1042
+
1043
+ const filterSensitiveLog: (obj: DescribeDocumentClassifierResponse) => any;
1044
+ }
1045
+ export interface DescribeDominantLanguageDetectionJobRequest {
1046
+
1047
+ JobId: string | undefined;
1048
+ }
1049
+ export declare namespace DescribeDominantLanguageDetectionJobRequest {
1050
+
1051
+ const filterSensitiveLog: (obj: DescribeDominantLanguageDetectionJobRequest) => any;
1052
+ }
1053
+
1054
+ export interface DominantLanguageDetectionJobProperties {
1055
+
1056
+ JobId?: string;
1057
+
1058
+ JobArn?: string;
1059
+
1060
+ JobName?: string;
1061
+
1062
+ JobStatus?: JobStatus | string;
1063
+
1064
+ Message?: string;
1065
+
1066
+ SubmitTime?: Date;
1067
+
1068
+ EndTime?: Date;
1069
+
1070
+ InputDataConfig?: InputDataConfig;
1071
+
1072
+ OutputDataConfig?: OutputDataConfig;
1073
+
1074
+ DataAccessRoleArn?: string;
1075
+
1076
+ VolumeKmsKeyId?: string;
1077
+
1078
+ VpcConfig?: VpcConfig;
1079
+ }
1080
+ export declare namespace DominantLanguageDetectionJobProperties {
1081
+
1082
+ const filterSensitiveLog: (obj: DominantLanguageDetectionJobProperties) => any;
1083
+ }
1084
+ export interface DescribeDominantLanguageDetectionJobResponse {
1085
+
1086
+ DominantLanguageDetectionJobProperties?: DominantLanguageDetectionJobProperties;
1087
+ }
1088
+ export declare namespace DescribeDominantLanguageDetectionJobResponse {
1089
+
1090
+ const filterSensitiveLog: (obj: DescribeDominantLanguageDetectionJobResponse) => any;
1091
+ }
1092
+ export interface DescribeEndpointRequest {
1093
+
1094
+ EndpointArn: string | undefined;
1095
+ }
1096
+ export declare namespace DescribeEndpointRequest {
1097
+
1098
+ const filterSensitiveLog: (obj: DescribeEndpointRequest) => any;
1099
+ }
1100
+ export declare enum EndpointStatus {
1101
+ CREATING = "CREATING",
1102
+ DELETING = "DELETING",
1103
+ FAILED = "FAILED",
1104
+ IN_SERVICE = "IN_SERVICE",
1105
+ UPDATING = "UPDATING"
1106
+ }
1107
+
1108
+ export interface EndpointProperties {
1109
+
1110
+ EndpointArn?: string;
1111
+
1112
+ Status?: EndpointStatus | string;
1113
+
1114
+ Message?: string;
1115
+
1116
+ ModelArn?: string;
1117
+
1118
+ DesiredModelArn?: string;
1119
+
1120
+ DesiredInferenceUnits?: number;
1121
+
1122
+ CurrentInferenceUnits?: number;
1123
+
1124
+ CreationTime?: Date;
1125
+
1126
+ LastModifiedTime?: Date;
1127
+
1128
+ DataAccessRoleArn?: string;
1129
+
1130
+ DesiredDataAccessRoleArn?: string;
1131
+ }
1132
+ export declare namespace EndpointProperties {
1133
+
1134
+ const filterSensitiveLog: (obj: EndpointProperties) => any;
1135
+ }
1136
+ export interface DescribeEndpointResponse {
1137
+
1138
+ EndpointProperties?: EndpointProperties;
1139
+ }
1140
+ export declare namespace DescribeEndpointResponse {
1141
+
1142
+ const filterSensitiveLog: (obj: DescribeEndpointResponse) => any;
1143
+ }
1144
+ export interface DescribeEntitiesDetectionJobRequest {
1145
+
1146
+ JobId: string | undefined;
1147
+ }
1148
+ export declare namespace DescribeEntitiesDetectionJobRequest {
1149
+
1150
+ const filterSensitiveLog: (obj: DescribeEntitiesDetectionJobRequest) => any;
1151
+ }
1152
+
1153
+ export interface EntitiesDetectionJobProperties {
1154
+
1155
+ JobId?: string;
1156
+
1157
+ JobArn?: string;
1158
+
1159
+ JobName?: string;
1160
+
1161
+ JobStatus?: JobStatus | string;
1162
+
1163
+ Message?: string;
1164
+
1165
+ SubmitTime?: Date;
1166
+
1167
+ EndTime?: Date;
1168
+
1169
+ EntityRecognizerArn?: string;
1170
+
1171
+ InputDataConfig?: InputDataConfig;
1172
+
1173
+ OutputDataConfig?: OutputDataConfig;
1174
+
1175
+ LanguageCode?: LanguageCode | string;
1176
+
1177
+ DataAccessRoleArn?: string;
1178
+
1179
+ VolumeKmsKeyId?: string;
1180
+
1181
+ VpcConfig?: VpcConfig;
1182
+ }
1183
+ export declare namespace EntitiesDetectionJobProperties {
1184
+
1185
+ const filterSensitiveLog: (obj: EntitiesDetectionJobProperties) => any;
1186
+ }
1187
+ export interface DescribeEntitiesDetectionJobResponse {
1188
+
1189
+ EntitiesDetectionJobProperties?: EntitiesDetectionJobProperties;
1190
+ }
1191
+ export declare namespace DescribeEntitiesDetectionJobResponse {
1192
+
1193
+ const filterSensitiveLog: (obj: DescribeEntitiesDetectionJobResponse) => any;
1194
+ }
1195
+ export interface DescribeEntityRecognizerRequest {
1196
+
1197
+ EntityRecognizerArn: string | undefined;
1198
+ }
1199
+ export declare namespace DescribeEntityRecognizerRequest {
1200
+
1201
+ const filterSensitiveLog: (obj: DescribeEntityRecognizerRequest) => any;
1202
+ }
1203
+
1204
+ export interface EntityTypesEvaluationMetrics {
1205
+
1206
+ Precision?: number;
1207
+
1208
+ Recall?: number;
1209
+
1210
+ F1Score?: number;
1211
+ }
1212
+ export declare namespace EntityTypesEvaluationMetrics {
1213
+
1214
+ const filterSensitiveLog: (obj: EntityTypesEvaluationMetrics) => any;
1215
+ }
1216
+
1217
+ export interface EntityRecognizerMetadataEntityTypesListItem {
1218
+
1219
+ Type?: string;
1220
+
1221
+ EvaluationMetrics?: EntityTypesEvaluationMetrics;
1222
+
1223
+ NumberOfTrainMentions?: number;
1224
+ }
1225
+ export declare namespace EntityRecognizerMetadataEntityTypesListItem {
1226
+
1227
+ const filterSensitiveLog: (obj: EntityRecognizerMetadataEntityTypesListItem) => any;
1228
+ }
1229
+
1230
+ export interface EntityRecognizerEvaluationMetrics {
1231
+
1232
+ Precision?: number;
1233
+
1234
+ Recall?: number;
1235
+
1236
+ F1Score?: number;
1237
+ }
1238
+ export declare namespace EntityRecognizerEvaluationMetrics {
1239
+
1240
+ const filterSensitiveLog: (obj: EntityRecognizerEvaluationMetrics) => any;
1241
+ }
1242
+
1243
+ export interface EntityRecognizerMetadata {
1244
+
1245
+ NumberOfTrainedDocuments?: number;
1246
+
1247
+ NumberOfTestDocuments?: number;
1248
+
1249
+ EvaluationMetrics?: EntityRecognizerEvaluationMetrics;
1250
+
1251
+ EntityTypes?: EntityRecognizerMetadataEntityTypesListItem[];
1252
+ }
1253
+ export declare namespace EntityRecognizerMetadata {
1254
+
1255
+ const filterSensitiveLog: (obj: EntityRecognizerMetadata) => any;
1256
+ }
1257
+
1258
+ export interface EntityRecognizerProperties {
1259
+
1260
+ EntityRecognizerArn?: string;
1261
+
1262
+ LanguageCode?: LanguageCode | string;
1263
+
1264
+ Status?: ModelStatus | string;
1265
+
1266
+ Message?: string;
1267
+
1268
+ SubmitTime?: Date;
1269
+
1270
+ EndTime?: Date;
1271
+
1272
+ TrainingStartTime?: Date;
1273
+
1274
+ TrainingEndTime?: Date;
1275
+
1276
+ InputDataConfig?: EntityRecognizerInputDataConfig;
1277
+
1278
+ RecognizerMetadata?: EntityRecognizerMetadata;
1279
+
1280
+ DataAccessRoleArn?: string;
1281
+
1282
+ VolumeKmsKeyId?: string;
1283
+
1284
+ VpcConfig?: VpcConfig;
1285
+
1286
+ ModelKmsKeyId?: string;
1287
+
1288
+ VersionName?: string;
1289
+ }
1290
+ export declare namespace EntityRecognizerProperties {
1291
+
1292
+ const filterSensitiveLog: (obj: EntityRecognizerProperties) => any;
1293
+ }
1294
+ export interface DescribeEntityRecognizerResponse {
1295
+
1296
+ EntityRecognizerProperties?: EntityRecognizerProperties;
1297
+ }
1298
+ export declare namespace DescribeEntityRecognizerResponse {
1299
+
1300
+ const filterSensitiveLog: (obj: DescribeEntityRecognizerResponse) => any;
1301
+ }
1302
+ export interface DescribeEventsDetectionJobRequest {
1303
+
1304
+ JobId: string | undefined;
1305
+ }
1306
+ export declare namespace DescribeEventsDetectionJobRequest {
1307
+
1308
+ const filterSensitiveLog: (obj: DescribeEventsDetectionJobRequest) => any;
1309
+ }
1310
+
1311
+ export interface EventsDetectionJobProperties {
1312
+
1313
+ JobId?: string;
1314
+
1315
+ JobArn?: string;
1316
+
1317
+ JobName?: string;
1318
+
1319
+ JobStatus?: JobStatus | string;
1320
+
1321
+ Message?: string;
1322
+
1323
+ SubmitTime?: Date;
1324
+
1325
+ EndTime?: Date;
1326
+
1327
+ InputDataConfig?: InputDataConfig;
1328
+
1329
+ OutputDataConfig?: OutputDataConfig;
1330
+
1331
+ LanguageCode?: LanguageCode | string;
1332
+
1333
+ DataAccessRoleArn?: string;
1334
+
1335
+ TargetEventTypes?: string[];
1336
+ }
1337
+ export declare namespace EventsDetectionJobProperties {
1338
+
1339
+ const filterSensitiveLog: (obj: EventsDetectionJobProperties) => any;
1340
+ }
1341
+ export interface DescribeEventsDetectionJobResponse {
1342
+
1343
+ EventsDetectionJobProperties?: EventsDetectionJobProperties;
1344
+ }
1345
+ export declare namespace DescribeEventsDetectionJobResponse {
1346
+
1347
+ const filterSensitiveLog: (obj: DescribeEventsDetectionJobResponse) => any;
1348
+ }
1349
+ export interface DescribeKeyPhrasesDetectionJobRequest {
1350
+
1351
+ JobId: string | undefined;
1352
+ }
1353
+ export declare namespace DescribeKeyPhrasesDetectionJobRequest {
1354
+
1355
+ const filterSensitiveLog: (obj: DescribeKeyPhrasesDetectionJobRequest) => any;
1356
+ }
1357
+
1358
+ export interface KeyPhrasesDetectionJobProperties {
1359
+
1360
+ JobId?: string;
1361
+
1362
+ JobArn?: string;
1363
+
1364
+ JobName?: string;
1365
+
1366
+ JobStatus?: JobStatus | string;
1367
+
1368
+ Message?: string;
1369
+
1370
+ SubmitTime?: Date;
1371
+
1372
+ EndTime?: Date;
1373
+
1374
+ InputDataConfig?: InputDataConfig;
1375
+
1376
+ OutputDataConfig?: OutputDataConfig;
1377
+
1378
+ LanguageCode?: LanguageCode | string;
1379
+
1380
+ DataAccessRoleArn?: string;
1381
+
1382
+ VolumeKmsKeyId?: string;
1383
+
1384
+ VpcConfig?: VpcConfig;
1385
+ }
1386
+ export declare namespace KeyPhrasesDetectionJobProperties {
1387
+
1388
+ const filterSensitiveLog: (obj: KeyPhrasesDetectionJobProperties) => any;
1389
+ }
1390
+ export interface DescribeKeyPhrasesDetectionJobResponse {
1391
+
1392
+ KeyPhrasesDetectionJobProperties?: KeyPhrasesDetectionJobProperties;
1393
+ }
1394
+ export declare namespace DescribeKeyPhrasesDetectionJobResponse {
1395
+
1396
+ const filterSensitiveLog: (obj: DescribeKeyPhrasesDetectionJobResponse) => any;
1397
+ }
1398
+ export interface DescribePiiEntitiesDetectionJobRequest {
1399
+
1400
+ JobId: string | undefined;
1401
+ }
1402
+ export declare namespace DescribePiiEntitiesDetectionJobRequest {
1403
+
1404
+ const filterSensitiveLog: (obj: DescribePiiEntitiesDetectionJobRequest) => any;
1405
+ }
1406
+ export declare enum PiiEntitiesDetectionMode {
1407
+ ONLY_OFFSETS = "ONLY_OFFSETS",
1408
+ ONLY_REDACTION = "ONLY_REDACTION"
1409
+ }
1410
+
1411
+ export interface PiiOutputDataConfig {
1412
+
1413
+ S3Uri: string | undefined;
1414
+
1415
+ KmsKeyId?: string;
1416
+ }
1417
+ export declare namespace PiiOutputDataConfig {
1418
+
1419
+ const filterSensitiveLog: (obj: PiiOutputDataConfig) => any;
1420
+ }
1421
+ export declare enum PiiEntitiesDetectionMaskMode {
1422
+ MASK = "MASK",
1423
+ REPLACE_WITH_PII_ENTITY_TYPE = "REPLACE_WITH_PII_ENTITY_TYPE"
1424
+ }
1425
+
1426
+ export interface RedactionConfig {
1427
+
1428
+ PiiEntityTypes?: (PiiEntityType | string)[];
1429
+
1430
+ MaskMode?: PiiEntitiesDetectionMaskMode | string;
1431
+
1432
+ MaskCharacter?: string;
1433
+ }
1434
+ export declare namespace RedactionConfig {
1435
+
1436
+ const filterSensitiveLog: (obj: RedactionConfig) => any;
1437
+ }
1438
+
1439
+ export interface PiiEntitiesDetectionJobProperties {
1440
+
1441
+ JobId?: string;
1442
+
1443
+ JobArn?: string;
1444
+
1445
+ JobName?: string;
1446
+
1447
+ JobStatus?: JobStatus | string;
1448
+
1449
+ Message?: string;
1450
+
1451
+ SubmitTime?: Date;
1452
+
1453
+ EndTime?: Date;
1454
+
1455
+ InputDataConfig?: InputDataConfig;
1456
+
1457
+ OutputDataConfig?: PiiOutputDataConfig;
1458
+
1459
+ RedactionConfig?: RedactionConfig;
1460
+
1461
+ LanguageCode?: LanguageCode | string;
1462
+
1463
+ DataAccessRoleArn?: string;
1464
+
1465
+ Mode?: PiiEntitiesDetectionMode | string;
1466
+ }
1467
+ export declare namespace PiiEntitiesDetectionJobProperties {
1468
+
1469
+ const filterSensitiveLog: (obj: PiiEntitiesDetectionJobProperties) => any;
1470
+ }
1471
+ export interface DescribePiiEntitiesDetectionJobResponse {
1472
+
1473
+ PiiEntitiesDetectionJobProperties?: PiiEntitiesDetectionJobProperties;
1474
+ }
1475
+ export declare namespace DescribePiiEntitiesDetectionJobResponse {
1476
+
1477
+ const filterSensitiveLog: (obj: DescribePiiEntitiesDetectionJobResponse) => any;
1478
+ }
1479
+ export interface DescribeSentimentDetectionJobRequest {
1480
+
1481
+ JobId: string | undefined;
1482
+ }
1483
+ export declare namespace DescribeSentimentDetectionJobRequest {
1484
+
1485
+ const filterSensitiveLog: (obj: DescribeSentimentDetectionJobRequest) => any;
1486
+ }
1487
+
1488
+ export interface SentimentDetectionJobProperties {
1489
+
1490
+ JobId?: string;
1491
+
1492
+ JobArn?: string;
1493
+
1494
+ JobName?: string;
1495
+
1496
+ JobStatus?: JobStatus | string;
1497
+
1498
+ Message?: string;
1499
+
1500
+ SubmitTime?: Date;
1501
+
1502
+ EndTime?: Date;
1503
+
1504
+ InputDataConfig?: InputDataConfig;
1505
+
1506
+ OutputDataConfig?: OutputDataConfig;
1507
+
1508
+ LanguageCode?: LanguageCode | string;
1509
+
1510
+ DataAccessRoleArn?: string;
1511
+
1512
+ VolumeKmsKeyId?: string;
1513
+
1514
+ VpcConfig?: VpcConfig;
1515
+ }
1516
+ export declare namespace SentimentDetectionJobProperties {
1517
+
1518
+ const filterSensitiveLog: (obj: SentimentDetectionJobProperties) => any;
1519
+ }
1520
+ export interface DescribeSentimentDetectionJobResponse {
1521
+
1522
+ SentimentDetectionJobProperties?: SentimentDetectionJobProperties;
1523
+ }
1524
+ export declare namespace DescribeSentimentDetectionJobResponse {
1525
+
1526
+ const filterSensitiveLog: (obj: DescribeSentimentDetectionJobResponse) => any;
1527
+ }
1528
+ export interface DescribeTopicsDetectionJobRequest {
1529
+
1530
+ JobId: string | undefined;
1531
+ }
1532
+ export declare namespace DescribeTopicsDetectionJobRequest {
1533
+
1534
+ const filterSensitiveLog: (obj: DescribeTopicsDetectionJobRequest) => any;
1535
+ }
1536
+
1537
+ export interface TopicsDetectionJobProperties {
1538
+
1539
+ JobId?: string;
1540
+
1541
+ JobArn?: string;
1542
+
1543
+ JobName?: string;
1544
+
1545
+ JobStatus?: JobStatus | string;
1546
+
1547
+ Message?: string;
1548
+
1549
+ SubmitTime?: Date;
1550
+
1551
+ EndTime?: Date;
1552
+
1553
+ InputDataConfig?: InputDataConfig;
1554
+
1555
+ OutputDataConfig?: OutputDataConfig;
1556
+
1557
+ NumberOfTopics?: number;
1558
+
1559
+ DataAccessRoleArn?: string;
1560
+
1561
+ VolumeKmsKeyId?: string;
1562
+
1563
+ VpcConfig?: VpcConfig;
1564
+ }
1565
+ export declare namespace TopicsDetectionJobProperties {
1566
+
1567
+ const filterSensitiveLog: (obj: TopicsDetectionJobProperties) => any;
1568
+ }
1569
+ export interface DescribeTopicsDetectionJobResponse {
1570
+
1571
+ TopicsDetectionJobProperties?: TopicsDetectionJobProperties;
1572
+ }
1573
+ export declare namespace DescribeTopicsDetectionJobResponse {
1574
+
1575
+ const filterSensitiveLog: (obj: DescribeTopicsDetectionJobResponse) => any;
1576
+ }
1577
+ export interface DetectDominantLanguageRequest {
1578
+
1579
+ Text: string | undefined;
1580
+ }
1581
+ export declare namespace DetectDominantLanguageRequest {
1582
+
1583
+ const filterSensitiveLog: (obj: DetectDominantLanguageRequest) => any;
1584
+ }
1585
+ export interface DetectDominantLanguageResponse {
1586
+
1587
+ Languages?: DominantLanguage[];
1588
+ }
1589
+ export declare namespace DetectDominantLanguageResponse {
1590
+
1591
+ const filterSensitiveLog: (obj: DetectDominantLanguageResponse) => any;
1592
+ }
1593
+ export interface DetectEntitiesRequest {
1594
+
1595
+ Text: string | undefined;
1596
+
1597
+ LanguageCode?: LanguageCode | string;
1598
+
1599
+ EndpointArn?: string;
1600
+ }
1601
+ export declare namespace DetectEntitiesRequest {
1602
+
1603
+ const filterSensitiveLog: (obj: DetectEntitiesRequest) => any;
1604
+ }
1605
+ export interface DetectEntitiesResponse {
1606
+
1607
+ Entities?: Entity[];
1608
+ }
1609
+ export declare namespace DetectEntitiesResponse {
1610
+
1611
+ const filterSensitiveLog: (obj: DetectEntitiesResponse) => any;
1612
+ }
1613
+ export interface DetectKeyPhrasesRequest {
1614
+
1615
+ Text: string | undefined;
1616
+
1617
+ LanguageCode: LanguageCode | string | undefined;
1618
+ }
1619
+ export declare namespace DetectKeyPhrasesRequest {
1620
+
1621
+ const filterSensitiveLog: (obj: DetectKeyPhrasesRequest) => any;
1622
+ }
1623
+ export interface DetectKeyPhrasesResponse {
1624
+
1625
+ KeyPhrases?: KeyPhrase[];
1626
+ }
1627
+ export declare namespace DetectKeyPhrasesResponse {
1628
+
1629
+ const filterSensitiveLog: (obj: DetectKeyPhrasesResponse) => any;
1630
+ }
1631
+ export interface DetectPiiEntitiesRequest {
1632
+
1633
+ Text: string | undefined;
1634
+
1635
+ LanguageCode: LanguageCode | string | undefined;
1636
+ }
1637
+ export declare namespace DetectPiiEntitiesRequest {
1638
+
1639
+ const filterSensitiveLog: (obj: DetectPiiEntitiesRequest) => any;
1640
+ }
1641
+
1642
+ export interface PiiEntity {
1643
+
1644
+ Score?: number;
1645
+
1646
+ Type?: PiiEntityType | string;
1647
+
1648
+ BeginOffset?: number;
1649
+
1650
+ EndOffset?: number;
1651
+ }
1652
+ export declare namespace PiiEntity {
1653
+
1654
+ const filterSensitiveLog: (obj: PiiEntity) => any;
1655
+ }
1656
+ export interface DetectPiiEntitiesResponse {
1657
+
1658
+ Entities?: PiiEntity[];
1659
+ }
1660
+ export declare namespace DetectPiiEntitiesResponse {
1661
+
1662
+ const filterSensitiveLog: (obj: DetectPiiEntitiesResponse) => any;
1663
+ }
1664
+ export interface DetectSentimentRequest {
1665
+
1666
+ Text: string | undefined;
1667
+
1668
+ LanguageCode: LanguageCode | string | undefined;
1669
+ }
1670
+ export declare namespace DetectSentimentRequest {
1671
+
1672
+ const filterSensitiveLog: (obj: DetectSentimentRequest) => any;
1673
+ }
1674
+ export interface DetectSentimentResponse {
1675
+
1676
+ Sentiment?: SentimentType | string;
1677
+
1678
+ SentimentScore?: SentimentScore;
1679
+ }
1680
+ export declare namespace DetectSentimentResponse {
1681
+
1682
+ const filterSensitiveLog: (obj: DetectSentimentResponse) => any;
1683
+ }
1684
+ export interface DetectSyntaxRequest {
1685
+
1686
+ Text: string | undefined;
1687
+
1688
+ LanguageCode: SyntaxLanguageCode | string | undefined;
1689
+ }
1690
+ export declare namespace DetectSyntaxRequest {
1691
+
1692
+ const filterSensitiveLog: (obj: DetectSyntaxRequest) => any;
1693
+ }
1694
+ export interface DetectSyntaxResponse {
1695
+
1696
+ SyntaxTokens?: SyntaxToken[];
1697
+ }
1698
+ export declare namespace DetectSyntaxResponse {
1699
+
1700
+ const filterSensitiveLog: (obj: DetectSyntaxResponse) => any;
1701
+ }
1702
+
1703
+ export interface InvalidFilterException extends __SmithyException, $MetadataBearer {
1704
+ name: "InvalidFilterException";
1705
+ $fault: "client";
1706
+ Message?: string;
1707
+ }
1708
+ export declare namespace InvalidFilterException {
1709
+
1710
+ const filterSensitiveLog: (obj: InvalidFilterException) => any;
1711
+ }
1712
+
1713
+ export interface DocumentClassificationJobFilter {
1714
+
1715
+ JobName?: string;
1716
+
1717
+ JobStatus?: JobStatus | string;
1718
+
1719
+ SubmitTimeBefore?: Date;
1720
+
1721
+ SubmitTimeAfter?: Date;
1722
+ }
1723
+ export declare namespace DocumentClassificationJobFilter {
1724
+
1725
+ const filterSensitiveLog: (obj: DocumentClassificationJobFilter) => any;
1726
+ }
1727
+ export interface ListDocumentClassificationJobsRequest {
1728
+
1729
+ Filter?: DocumentClassificationJobFilter;
1730
+
1731
+ NextToken?: string;
1732
+
1733
+ MaxResults?: number;
1734
+ }
1735
+ export declare namespace ListDocumentClassificationJobsRequest {
1736
+
1737
+ const filterSensitiveLog: (obj: ListDocumentClassificationJobsRequest) => any;
1738
+ }
1739
+ export interface ListDocumentClassificationJobsResponse {
1740
+
1741
+ DocumentClassificationJobPropertiesList?: DocumentClassificationJobProperties[];
1742
+
1743
+ NextToken?: string;
1744
+ }
1745
+ export declare namespace ListDocumentClassificationJobsResponse {
1746
+
1747
+ const filterSensitiveLog: (obj: ListDocumentClassificationJobsResponse) => any;
1748
+ }
1749
+
1750
+ export interface DocumentClassifierFilter {
1751
+
1752
+ Status?: ModelStatus | string;
1753
+
1754
+ DocumentClassifierName?: string;
1755
+
1756
+ SubmitTimeBefore?: Date;
1757
+
1758
+ SubmitTimeAfter?: Date;
1759
+ }
1760
+ export declare namespace DocumentClassifierFilter {
1761
+
1762
+ const filterSensitiveLog: (obj: DocumentClassifierFilter) => any;
1763
+ }
1764
+ export interface ListDocumentClassifiersRequest {
1765
+
1766
+ Filter?: DocumentClassifierFilter;
1767
+
1768
+ NextToken?: string;
1769
+
1770
+ MaxResults?: number;
1771
+ }
1772
+ export declare namespace ListDocumentClassifiersRequest {
1773
+
1774
+ const filterSensitiveLog: (obj: ListDocumentClassifiersRequest) => any;
1775
+ }
1776
+ export interface ListDocumentClassifiersResponse {
1777
+
1778
+ DocumentClassifierPropertiesList?: DocumentClassifierProperties[];
1779
+
1780
+ NextToken?: string;
1781
+ }
1782
+ export declare namespace ListDocumentClassifiersResponse {
1783
+
1784
+ const filterSensitiveLog: (obj: ListDocumentClassifiersResponse) => any;
1785
+ }
1786
+ export interface ListDocumentClassifierSummariesRequest {
1787
+
1788
+ NextToken?: string;
1789
+
1790
+ MaxResults?: number;
1791
+ }
1792
+ export declare namespace ListDocumentClassifierSummariesRequest {
1793
+
1794
+ const filterSensitiveLog: (obj: ListDocumentClassifierSummariesRequest) => any;
1795
+ }
1796
+
1797
+ export interface DocumentClassifierSummary {
1798
+
1799
+ DocumentClassifierName?: string;
1800
+
1801
+ NumberOfVersions?: number;
1802
+
1803
+ LatestVersionCreatedAt?: Date;
1804
+
1805
+ LatestVersionName?: string;
1806
+
1807
+ LatestVersionStatus?: ModelStatus | string;
1808
+ }
1809
+ export declare namespace DocumentClassifierSummary {
1810
+
1811
+ const filterSensitiveLog: (obj: DocumentClassifierSummary) => any;
1812
+ }
1813
+ export interface ListDocumentClassifierSummariesResponse {
1814
+
1815
+ DocumentClassifierSummariesList?: DocumentClassifierSummary[];
1816
+
1817
+ NextToken?: string;
1818
+ }
1819
+ export declare namespace ListDocumentClassifierSummariesResponse {
1820
+
1821
+ const filterSensitiveLog: (obj: ListDocumentClassifierSummariesResponse) => any;
1822
+ }
1823
+
1824
+ export interface DominantLanguageDetectionJobFilter {
1825
+
1826
+ JobName?: string;
1827
+
1828
+ JobStatus?: JobStatus | string;
1829
+
1830
+ SubmitTimeBefore?: Date;
1831
+
1832
+ SubmitTimeAfter?: Date;
1833
+ }
1834
+ export declare namespace DominantLanguageDetectionJobFilter {
1835
+
1836
+ const filterSensitiveLog: (obj: DominantLanguageDetectionJobFilter) => any;
1837
+ }
1838
+ export interface ListDominantLanguageDetectionJobsRequest {
1839
+
1840
+ Filter?: DominantLanguageDetectionJobFilter;
1841
+
1842
+ NextToken?: string;
1843
+
1844
+ MaxResults?: number;
1845
+ }
1846
+ export declare namespace ListDominantLanguageDetectionJobsRequest {
1847
+
1848
+ const filterSensitiveLog: (obj: ListDominantLanguageDetectionJobsRequest) => any;
1849
+ }
1850
+ export interface ListDominantLanguageDetectionJobsResponse {
1851
+
1852
+ DominantLanguageDetectionJobPropertiesList?: DominantLanguageDetectionJobProperties[];
1853
+
1854
+ NextToken?: string;
1855
+ }
1856
+ export declare namespace ListDominantLanguageDetectionJobsResponse {
1857
+
1858
+ const filterSensitiveLog: (obj: ListDominantLanguageDetectionJobsResponse) => any;
1859
+ }
1860
+
1861
+ export interface EndpointFilter {
1862
+
1863
+ ModelArn?: string;
1864
+
1865
+ Status?: EndpointStatus | string;
1866
+
1867
+ CreationTimeBefore?: Date;
1868
+
1869
+ CreationTimeAfter?: Date;
1870
+ }
1871
+ export declare namespace EndpointFilter {
1872
+
1873
+ const filterSensitiveLog: (obj: EndpointFilter) => any;
1874
+ }
1875
+ export interface ListEndpointsRequest {
1876
+
1877
+ Filter?: EndpointFilter;
1878
+
1879
+ NextToken?: string;
1880
+
1881
+ MaxResults?: number;
1882
+ }
1883
+ export declare namespace ListEndpointsRequest {
1884
+
1885
+ const filterSensitiveLog: (obj: ListEndpointsRequest) => any;
1886
+ }
1887
+ export interface ListEndpointsResponse {
1888
+
1889
+ EndpointPropertiesList?: EndpointProperties[];
1890
+
1891
+ NextToken?: string;
1892
+ }
1893
+ export declare namespace ListEndpointsResponse {
1894
+
1895
+ const filterSensitiveLog: (obj: ListEndpointsResponse) => any;
1896
+ }
1897
+
1898
+ export interface EntitiesDetectionJobFilter {
1899
+
1900
+ JobName?: string;
1901
+
1902
+ JobStatus?: JobStatus | string;
1903
+
1904
+ SubmitTimeBefore?: Date;
1905
+
1906
+ SubmitTimeAfter?: Date;
1907
+ }
1908
+ export declare namespace EntitiesDetectionJobFilter {
1909
+
1910
+ const filterSensitiveLog: (obj: EntitiesDetectionJobFilter) => any;
1911
+ }
1912
+ export interface ListEntitiesDetectionJobsRequest {
1913
+
1914
+ Filter?: EntitiesDetectionJobFilter;
1915
+
1916
+ NextToken?: string;
1917
+
1918
+ MaxResults?: number;
1919
+ }
1920
+ export declare namespace ListEntitiesDetectionJobsRequest {
1921
+
1922
+ const filterSensitiveLog: (obj: ListEntitiesDetectionJobsRequest) => any;
1923
+ }
1924
+ export interface ListEntitiesDetectionJobsResponse {
1925
+
1926
+ EntitiesDetectionJobPropertiesList?: EntitiesDetectionJobProperties[];
1927
+
1928
+ NextToken?: string;
1929
+ }
1930
+ export declare namespace ListEntitiesDetectionJobsResponse {
1931
+
1932
+ const filterSensitiveLog: (obj: ListEntitiesDetectionJobsResponse) => any;
1933
+ }
1934
+
1935
+ export interface EntityRecognizerFilter {
1936
+
1937
+ Status?: ModelStatus | string;
1938
+
1939
+ RecognizerName?: string;
1940
+
1941
+ SubmitTimeBefore?: Date;
1942
+
1943
+ SubmitTimeAfter?: Date;
1944
+ }
1945
+ export declare namespace EntityRecognizerFilter {
1946
+
1947
+ const filterSensitiveLog: (obj: EntityRecognizerFilter) => any;
1948
+ }
1949
+ export interface ListEntityRecognizersRequest {
1950
+
1951
+ Filter?: EntityRecognizerFilter;
1952
+
1953
+ NextToken?: string;
1954
+
1955
+ MaxResults?: number;
1956
+ }
1957
+ export declare namespace ListEntityRecognizersRequest {
1958
+
1959
+ const filterSensitiveLog: (obj: ListEntityRecognizersRequest) => any;
1960
+ }
1961
+ export interface ListEntityRecognizersResponse {
1962
+
1963
+ EntityRecognizerPropertiesList?: EntityRecognizerProperties[];
1964
+
1965
+ NextToken?: string;
1966
+ }
1967
+ export declare namespace ListEntityRecognizersResponse {
1968
+
1969
+ const filterSensitiveLog: (obj: ListEntityRecognizersResponse) => any;
1970
+ }
1971
+ export interface ListEntityRecognizerSummariesRequest {
1972
+
1973
+ NextToken?: string;
1974
+
1975
+ MaxResults?: number;
1976
+ }
1977
+ export declare namespace ListEntityRecognizerSummariesRequest {
1978
+
1979
+ const filterSensitiveLog: (obj: ListEntityRecognizerSummariesRequest) => any;
1980
+ }
1981
+
1982
+ export interface EntityRecognizerSummary {
1983
+
1984
+ RecognizerName?: string;
1985
+
1986
+ NumberOfVersions?: number;
1987
+
1988
+ LatestVersionCreatedAt?: Date;
1989
+
1990
+ LatestVersionName?: string;
1991
+
1992
+ LatestVersionStatus?: ModelStatus | string;
1993
+ }
1994
+ export declare namespace EntityRecognizerSummary {
1995
+
1996
+ const filterSensitiveLog: (obj: EntityRecognizerSummary) => any;
1997
+ }
1998
+ export interface ListEntityRecognizerSummariesResponse {
1999
+
2000
+ EntityRecognizerSummariesList?: EntityRecognizerSummary[];
2001
+
2002
+ NextToken?: string;
2003
+ }
2004
+ export declare namespace ListEntityRecognizerSummariesResponse {
2005
+
2006
+ const filterSensitiveLog: (obj: ListEntityRecognizerSummariesResponse) => any;
2007
+ }
2008
+
2009
+ export interface EventsDetectionJobFilter {
2010
+
2011
+ JobName?: string;
2012
+
2013
+ JobStatus?: JobStatus | string;
2014
+
2015
+ SubmitTimeBefore?: Date;
2016
+
2017
+ SubmitTimeAfter?: Date;
2018
+ }
2019
+ export declare namespace EventsDetectionJobFilter {
2020
+
2021
+ const filterSensitiveLog: (obj: EventsDetectionJobFilter) => any;
2022
+ }
2023
+ export interface ListEventsDetectionJobsRequest {
2024
+
2025
+ Filter?: EventsDetectionJobFilter;
2026
+
2027
+ NextToken?: string;
2028
+
2029
+ MaxResults?: number;
2030
+ }
2031
+ export declare namespace ListEventsDetectionJobsRequest {
2032
+
2033
+ const filterSensitiveLog: (obj: ListEventsDetectionJobsRequest) => any;
2034
+ }
2035
+ export interface ListEventsDetectionJobsResponse {
2036
+
2037
+ EventsDetectionJobPropertiesList?: EventsDetectionJobProperties[];
2038
+
2039
+ NextToken?: string;
2040
+ }
2041
+ export declare namespace ListEventsDetectionJobsResponse {
2042
+
2043
+ const filterSensitiveLog: (obj: ListEventsDetectionJobsResponse) => any;
2044
+ }
2045
+
2046
+ export interface KeyPhrasesDetectionJobFilter {
2047
+
2048
+ JobName?: string;
2049
+
2050
+ JobStatus?: JobStatus | string;
2051
+
2052
+ SubmitTimeBefore?: Date;
2053
+
2054
+ SubmitTimeAfter?: Date;
2055
+ }
2056
+ export declare namespace KeyPhrasesDetectionJobFilter {
2057
+
2058
+ const filterSensitiveLog: (obj: KeyPhrasesDetectionJobFilter) => any;
2059
+ }
2060
+ export interface ListKeyPhrasesDetectionJobsRequest {
2061
+
2062
+ Filter?: KeyPhrasesDetectionJobFilter;
2063
+
2064
+ NextToken?: string;
2065
+
2066
+ MaxResults?: number;
2067
+ }
2068
+ export declare namespace ListKeyPhrasesDetectionJobsRequest {
2069
+
2070
+ const filterSensitiveLog: (obj: ListKeyPhrasesDetectionJobsRequest) => any;
2071
+ }
2072
+ export interface ListKeyPhrasesDetectionJobsResponse {
2073
+
2074
+ KeyPhrasesDetectionJobPropertiesList?: KeyPhrasesDetectionJobProperties[];
2075
+
2076
+ NextToken?: string;
2077
+ }
2078
+ export declare namespace ListKeyPhrasesDetectionJobsResponse {
2079
+
2080
+ const filterSensitiveLog: (obj: ListKeyPhrasesDetectionJobsResponse) => any;
2081
+ }
2082
+
2083
+ export interface PiiEntitiesDetectionJobFilter {
2084
+
2085
+ JobName?: string;
2086
+
2087
+ JobStatus?: JobStatus | string;
2088
+
2089
+ SubmitTimeBefore?: Date;
2090
+
2091
+ SubmitTimeAfter?: Date;
2092
+ }
2093
+ export declare namespace PiiEntitiesDetectionJobFilter {
2094
+
2095
+ const filterSensitiveLog: (obj: PiiEntitiesDetectionJobFilter) => any;
2096
+ }
2097
+ export interface ListPiiEntitiesDetectionJobsRequest {
2098
+
2099
+ Filter?: PiiEntitiesDetectionJobFilter;
2100
+
2101
+ NextToken?: string;
2102
+
2103
+ MaxResults?: number;
2104
+ }
2105
+ export declare namespace ListPiiEntitiesDetectionJobsRequest {
2106
+
2107
+ const filterSensitiveLog: (obj: ListPiiEntitiesDetectionJobsRequest) => any;
2108
+ }
2109
+ export interface ListPiiEntitiesDetectionJobsResponse {
2110
+
2111
+ PiiEntitiesDetectionJobPropertiesList?: PiiEntitiesDetectionJobProperties[];
2112
+
2113
+ NextToken?: string;
2114
+ }
2115
+ export declare namespace ListPiiEntitiesDetectionJobsResponse {
2116
+
2117
+ const filterSensitiveLog: (obj: ListPiiEntitiesDetectionJobsResponse) => any;
2118
+ }
2119
+
2120
+ export interface SentimentDetectionJobFilter {
2121
+
2122
+ JobName?: string;
2123
+
2124
+ JobStatus?: JobStatus | string;
2125
+
2126
+ SubmitTimeBefore?: Date;
2127
+
2128
+ SubmitTimeAfter?: Date;
2129
+ }
2130
+ export declare namespace SentimentDetectionJobFilter {
2131
+
2132
+ const filterSensitiveLog: (obj: SentimentDetectionJobFilter) => any;
2133
+ }
2134
+ export interface ListSentimentDetectionJobsRequest {
2135
+
2136
+ Filter?: SentimentDetectionJobFilter;
2137
+
2138
+ NextToken?: string;
2139
+
2140
+ MaxResults?: number;
2141
+ }
2142
+ export declare namespace ListSentimentDetectionJobsRequest {
2143
+
2144
+ const filterSensitiveLog: (obj: ListSentimentDetectionJobsRequest) => any;
2145
+ }
2146
+ export interface ListSentimentDetectionJobsResponse {
2147
+
2148
+ SentimentDetectionJobPropertiesList?: SentimentDetectionJobProperties[];
2149
+
2150
+ NextToken?: string;
2151
+ }
2152
+ export declare namespace ListSentimentDetectionJobsResponse {
2153
+
2154
+ const filterSensitiveLog: (obj: ListSentimentDetectionJobsResponse) => any;
2155
+ }
2156
+ export interface ListTagsForResourceRequest {
2157
+
2158
+ ResourceArn: string | undefined;
2159
+ }
2160
+ export declare namespace ListTagsForResourceRequest {
2161
+
2162
+ const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
2163
+ }
2164
+ export interface ListTagsForResourceResponse {
2165
+
2166
+ ResourceArn?: string;
2167
+
2168
+ Tags?: Tag[];
2169
+ }
2170
+ export declare namespace ListTagsForResourceResponse {
2171
+
2172
+ const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
2173
+ }
2174
+
2175
+ export interface TopicsDetectionJobFilter {
2176
+
2177
+ JobName?: string;
2178
+
2179
+ JobStatus?: JobStatus | string;
2180
+
2181
+ SubmitTimeBefore?: Date;
2182
+
2183
+ SubmitTimeAfter?: Date;
2184
+ }
2185
+ export declare namespace TopicsDetectionJobFilter {
2186
+
2187
+ const filterSensitiveLog: (obj: TopicsDetectionJobFilter) => any;
2188
+ }
2189
+ export interface ListTopicsDetectionJobsRequest {
2190
+
2191
+ Filter?: TopicsDetectionJobFilter;
2192
+
2193
+ NextToken?: string;
2194
+
2195
+ MaxResults?: number;
2196
+ }
2197
+ export declare namespace ListTopicsDetectionJobsRequest {
2198
+
2199
+ const filterSensitiveLog: (obj: ListTopicsDetectionJobsRequest) => any;
2200
+ }
2201
+ export interface ListTopicsDetectionJobsResponse {
2202
+
2203
+ TopicsDetectionJobPropertiesList?: TopicsDetectionJobProperties[];
2204
+
2205
+ NextToken?: string;
2206
+ }
2207
+ export declare namespace ListTopicsDetectionJobsResponse {
2208
+
2209
+ const filterSensitiveLog: (obj: ListTopicsDetectionJobsResponse) => any;
2210
+ }
2211
+ export interface StartDocumentClassificationJobRequest {
2212
+
2213
+ JobName?: string;
2214
+
2215
+ DocumentClassifierArn: string | undefined;
2216
+
2217
+ InputDataConfig: InputDataConfig | undefined;
2218
+
2219
+ OutputDataConfig: OutputDataConfig | undefined;
2220
+
2221
+ DataAccessRoleArn: string | undefined;
2222
+
2223
+ ClientRequestToken?: string;
2224
+
2225
+ VolumeKmsKeyId?: string;
2226
+
2227
+ VpcConfig?: VpcConfig;
2228
+
2229
+ Tags?: Tag[];
2230
+ }
2231
+ export declare namespace StartDocumentClassificationJobRequest {
2232
+
2233
+ const filterSensitiveLog: (obj: StartDocumentClassificationJobRequest) => any;
2234
+ }
2235
+ export interface StartDocumentClassificationJobResponse {
2236
+
2237
+ JobId?: string;
2238
+
2239
+ JobArn?: string;
2240
+
2241
+ JobStatus?: JobStatus | string;
2242
+ }
2243
+ export declare namespace StartDocumentClassificationJobResponse {
2244
+
2245
+ const filterSensitiveLog: (obj: StartDocumentClassificationJobResponse) => any;
2246
+ }
2247
+ export interface StartDominantLanguageDetectionJobRequest {
2248
+
2249
+ InputDataConfig: InputDataConfig | undefined;
2250
+
2251
+ OutputDataConfig: OutputDataConfig | undefined;
2252
+
2253
+ DataAccessRoleArn: string | undefined;
2254
+
2255
+ JobName?: string;
2256
+
2257
+ ClientRequestToken?: string;
2258
+
2259
+ VolumeKmsKeyId?: string;
2260
+
2261
+ VpcConfig?: VpcConfig;
2262
+
2263
+ Tags?: Tag[];
2264
+ }
2265
+ export declare namespace StartDominantLanguageDetectionJobRequest {
2266
+
2267
+ const filterSensitiveLog: (obj: StartDominantLanguageDetectionJobRequest) => any;
2268
+ }
2269
+ export interface StartDominantLanguageDetectionJobResponse {
2270
+
2271
+ JobId?: string;
2272
+
2273
+ JobArn?: string;
2274
+
2275
+ JobStatus?: JobStatus | string;
2276
+ }
2277
+ export declare namespace StartDominantLanguageDetectionJobResponse {
2278
+
2279
+ const filterSensitiveLog: (obj: StartDominantLanguageDetectionJobResponse) => any;
2280
+ }
2281
+ export interface StartEntitiesDetectionJobRequest {
2282
+
2283
+ InputDataConfig: InputDataConfig | undefined;
2284
+
2285
+ OutputDataConfig: OutputDataConfig | undefined;
2286
+
2287
+ DataAccessRoleArn: string | undefined;
2288
+
2289
+ JobName?: string;
2290
+
2291
+ EntityRecognizerArn?: string;
2292
+
2293
+ LanguageCode: LanguageCode | string | undefined;
2294
+
2295
+ ClientRequestToken?: string;
2296
+
2297
+ VolumeKmsKeyId?: string;
2298
+
2299
+ VpcConfig?: VpcConfig;
2300
+
2301
+ Tags?: Tag[];
2302
+ }
2303
+ export declare namespace StartEntitiesDetectionJobRequest {
2304
+
2305
+ const filterSensitiveLog: (obj: StartEntitiesDetectionJobRequest) => any;
2306
+ }
2307
+ export interface StartEntitiesDetectionJobResponse {
2308
+
2309
+ JobId?: string;
2310
+
2311
+ JobArn?: string;
2312
+
2313
+ JobStatus?: JobStatus | string;
2314
+ }
2315
+ export declare namespace StartEntitiesDetectionJobResponse {
2316
+
2317
+ const filterSensitiveLog: (obj: StartEntitiesDetectionJobResponse) => any;
2318
+ }
2319
+ export interface StartEventsDetectionJobRequest {
2320
+
2321
+ InputDataConfig: InputDataConfig | undefined;
2322
+
2323
+ OutputDataConfig: OutputDataConfig | undefined;
2324
+
2325
+ DataAccessRoleArn: string | undefined;
2326
+
2327
+ JobName?: string;
2328
+
2329
+ LanguageCode: LanguageCode | string | undefined;
2330
+
2331
+ ClientRequestToken?: string;
2332
+
2333
+ TargetEventTypes: string[] | undefined;
2334
+
2335
+ Tags?: Tag[];
2336
+ }
2337
+ export declare namespace StartEventsDetectionJobRequest {
2338
+
2339
+ const filterSensitiveLog: (obj: StartEventsDetectionJobRequest) => any;
2340
+ }
2341
+ export interface StartEventsDetectionJobResponse {
2342
+
2343
+ JobId?: string;
2344
+
2345
+ JobArn?: string;
2346
+
2347
+ JobStatus?: JobStatus | string;
2348
+ }
2349
+ export declare namespace StartEventsDetectionJobResponse {
2350
+
2351
+ const filterSensitiveLog: (obj: StartEventsDetectionJobResponse) => any;
2352
+ }
2353
+ export interface StartKeyPhrasesDetectionJobRequest {
2354
+
2355
+ InputDataConfig: InputDataConfig | undefined;
2356
+
2357
+ OutputDataConfig: OutputDataConfig | undefined;
2358
+
2359
+ DataAccessRoleArn: string | undefined;
2360
+
2361
+ JobName?: string;
2362
+
2363
+ LanguageCode: LanguageCode | string | undefined;
2364
+
2365
+ ClientRequestToken?: string;
2366
+
2367
+ VolumeKmsKeyId?: string;
2368
+
2369
+ VpcConfig?: VpcConfig;
2370
+
2371
+ Tags?: Tag[];
2372
+ }
2373
+ export declare namespace StartKeyPhrasesDetectionJobRequest {
2374
+
2375
+ const filterSensitiveLog: (obj: StartKeyPhrasesDetectionJobRequest) => any;
2376
+ }
2377
+ export interface StartKeyPhrasesDetectionJobResponse {
2378
+
2379
+ JobId?: string;
2380
+
2381
+ JobArn?: string;
2382
+
2383
+ JobStatus?: JobStatus | string;
2384
+ }
2385
+ export declare namespace StartKeyPhrasesDetectionJobResponse {
2386
+
2387
+ const filterSensitiveLog: (obj: StartKeyPhrasesDetectionJobResponse) => any;
2388
+ }
2389
+ export interface StartPiiEntitiesDetectionJobRequest {
2390
+
2391
+ InputDataConfig: InputDataConfig | undefined;
2392
+
2393
+ OutputDataConfig: OutputDataConfig | undefined;
2394
+
2395
+ Mode: PiiEntitiesDetectionMode | string | undefined;
2396
+
2397
+ RedactionConfig?: RedactionConfig;
2398
+
2399
+ DataAccessRoleArn: string | undefined;
2400
+
2401
+ JobName?: string;
2402
+
2403
+ LanguageCode: LanguageCode | string | undefined;
2404
+
2405
+ ClientRequestToken?: string;
2406
+
2407
+ Tags?: Tag[];
2408
+ }
2409
+ export declare namespace StartPiiEntitiesDetectionJobRequest {
2410
+
2411
+ const filterSensitiveLog: (obj: StartPiiEntitiesDetectionJobRequest) => any;
2412
+ }
2413
+ export interface StartPiiEntitiesDetectionJobResponse {
2414
+
2415
+ JobId?: string;
2416
+
2417
+ JobArn?: string;
2418
+
2419
+ JobStatus?: JobStatus | string;
2420
+ }
2421
+ export declare namespace StartPiiEntitiesDetectionJobResponse {
2422
+
2423
+ const filterSensitiveLog: (obj: StartPiiEntitiesDetectionJobResponse) => any;
2424
+ }
2425
+ export interface StartSentimentDetectionJobRequest {
2426
+
2427
+ InputDataConfig: InputDataConfig | undefined;
2428
+
2429
+ OutputDataConfig: OutputDataConfig | undefined;
2430
+
2431
+ DataAccessRoleArn: string | undefined;
2432
+
2433
+ JobName?: string;
2434
+
2435
+ LanguageCode: LanguageCode | string | undefined;
2436
+
2437
+ ClientRequestToken?: string;
2438
+
2439
+ VolumeKmsKeyId?: string;
2440
+
2441
+ VpcConfig?: VpcConfig;
2442
+
2443
+ Tags?: Tag[];
2444
+ }
2445
+ export declare namespace StartSentimentDetectionJobRequest {
2446
+
2447
+ const filterSensitiveLog: (obj: StartSentimentDetectionJobRequest) => any;
2448
+ }
2449
+ export interface StartSentimentDetectionJobResponse {
2450
+
2451
+ JobId?: string;
2452
+
2453
+ JobArn?: string;
2454
+
2455
+ JobStatus?: JobStatus | string;
2456
+ }
2457
+ export declare namespace StartSentimentDetectionJobResponse {
2458
+
2459
+ const filterSensitiveLog: (obj: StartSentimentDetectionJobResponse) => any;
2460
+ }
2461
+ export interface StartTopicsDetectionJobRequest {
2462
+
2463
+ InputDataConfig: InputDataConfig | undefined;
2464
+
2465
+ OutputDataConfig: OutputDataConfig | undefined;
2466
+
2467
+ DataAccessRoleArn: string | undefined;
2468
+
2469
+ JobName?: string;
2470
+
2471
+ NumberOfTopics?: number;
2472
+
2473
+ ClientRequestToken?: string;
2474
+
2475
+ VolumeKmsKeyId?: string;
2476
+
2477
+ VpcConfig?: VpcConfig;
2478
+
2479
+ Tags?: Tag[];
2480
+ }
2481
+ export declare namespace StartTopicsDetectionJobRequest {
2482
+
2483
+ const filterSensitiveLog: (obj: StartTopicsDetectionJobRequest) => any;
2484
+ }
2485
+ export interface StartTopicsDetectionJobResponse {
2486
+
2487
+ JobId?: string;
2488
+
2489
+ JobArn?: string;
2490
+
2491
+ JobStatus?: JobStatus | string;
2492
+ }
2493
+ export declare namespace StartTopicsDetectionJobResponse {
2494
+
2495
+ const filterSensitiveLog: (obj: StartTopicsDetectionJobResponse) => any;
2496
+ }
2497
+ export interface StopDominantLanguageDetectionJobRequest {
2498
+
2499
+ JobId: string | undefined;
2500
+ }
2501
+ export declare namespace StopDominantLanguageDetectionJobRequest {
2502
+
2503
+ const filterSensitiveLog: (obj: StopDominantLanguageDetectionJobRequest) => any;
2504
+ }
2505
+ export interface StopDominantLanguageDetectionJobResponse {
2506
+
2507
+ JobId?: string;
2508
+
2509
+ JobStatus?: JobStatus | string;
2510
+ }
2511
+ export declare namespace StopDominantLanguageDetectionJobResponse {
2512
+
2513
+ const filterSensitiveLog: (obj: StopDominantLanguageDetectionJobResponse) => any;
2514
+ }
2515
+ export interface StopEntitiesDetectionJobRequest {
2516
+
2517
+ JobId: string | undefined;
2518
+ }
2519
+ export declare namespace StopEntitiesDetectionJobRequest {
2520
+
2521
+ const filterSensitiveLog: (obj: StopEntitiesDetectionJobRequest) => any;
2522
+ }
2523
+ export interface StopEntitiesDetectionJobResponse {
2524
+
2525
+ JobId?: string;
2526
+
2527
+ JobStatus?: JobStatus | string;
2528
+ }
2529
+ export declare namespace StopEntitiesDetectionJobResponse {
2530
+
2531
+ const filterSensitiveLog: (obj: StopEntitiesDetectionJobResponse) => any;
2532
+ }
2533
+ export interface StopEventsDetectionJobRequest {
2534
+
2535
+ JobId: string | undefined;
2536
+ }
2537
+ export declare namespace StopEventsDetectionJobRequest {
2538
+
2539
+ const filterSensitiveLog: (obj: StopEventsDetectionJobRequest) => any;
2540
+ }
2541
+ export interface StopEventsDetectionJobResponse {
2542
+
2543
+ JobId?: string;
2544
+
2545
+ JobStatus?: JobStatus | string;
2546
+ }
2547
+ export declare namespace StopEventsDetectionJobResponse {
2548
+
2549
+ const filterSensitiveLog: (obj: StopEventsDetectionJobResponse) => any;
2550
+ }
2551
+ export interface StopKeyPhrasesDetectionJobRequest {
2552
+
2553
+ JobId: string | undefined;
2554
+ }
2555
+ export declare namespace StopKeyPhrasesDetectionJobRequest {
2556
+
2557
+ const filterSensitiveLog: (obj: StopKeyPhrasesDetectionJobRequest) => any;
2558
+ }
2559
+ export interface StopKeyPhrasesDetectionJobResponse {
2560
+
2561
+ JobId?: string;
2562
+
2563
+ JobStatus?: JobStatus | string;
2564
+ }
2565
+ export declare namespace StopKeyPhrasesDetectionJobResponse {
2566
+
2567
+ const filterSensitiveLog: (obj: StopKeyPhrasesDetectionJobResponse) => any;
2568
+ }
2569
+ export interface StopPiiEntitiesDetectionJobRequest {
2570
+
2571
+ JobId: string | undefined;
2572
+ }
2573
+ export declare namespace StopPiiEntitiesDetectionJobRequest {
2574
+
2575
+ const filterSensitiveLog: (obj: StopPiiEntitiesDetectionJobRequest) => any;
2576
+ }
2577
+ export interface StopPiiEntitiesDetectionJobResponse {
2578
+
2579
+ JobId?: string;
2580
+
2581
+ JobStatus?: JobStatus | string;
2582
+ }
2583
+ export declare namespace StopPiiEntitiesDetectionJobResponse {
2584
+
2585
+ const filterSensitiveLog: (obj: StopPiiEntitiesDetectionJobResponse) => any;
2586
+ }
2587
+ export interface StopSentimentDetectionJobRequest {
2588
+
2589
+ JobId: string | undefined;
2590
+ }
2591
+ export declare namespace StopSentimentDetectionJobRequest {
2592
+
2593
+ const filterSensitiveLog: (obj: StopSentimentDetectionJobRequest) => any;
2594
+ }
2595
+ export interface StopSentimentDetectionJobResponse {
2596
+
2597
+ JobId?: string;
2598
+
2599
+ JobStatus?: JobStatus | string;
2600
+ }
2601
+ export declare namespace StopSentimentDetectionJobResponse {
2602
+
2603
+ const filterSensitiveLog: (obj: StopSentimentDetectionJobResponse) => any;
2604
+ }
2605
+ export interface StopTrainingDocumentClassifierRequest {
2606
+
2607
+ DocumentClassifierArn: string | undefined;
2608
+ }
2609
+ export declare namespace StopTrainingDocumentClassifierRequest {
2610
+
2611
+ const filterSensitiveLog: (obj: StopTrainingDocumentClassifierRequest) => any;
2612
+ }
2613
+ export interface StopTrainingDocumentClassifierResponse {
2614
+ }
2615
+ export declare namespace StopTrainingDocumentClassifierResponse {
2616
+
2617
+ const filterSensitiveLog: (obj: StopTrainingDocumentClassifierResponse) => any;
2618
+ }
2619
+ export interface StopTrainingEntityRecognizerRequest {
2620
+
2621
+ EntityRecognizerArn: string | undefined;
2622
+ }
2623
+ export declare namespace StopTrainingEntityRecognizerRequest {
2624
+
2625
+ const filterSensitiveLog: (obj: StopTrainingEntityRecognizerRequest) => any;
2626
+ }
2627
+ export interface StopTrainingEntityRecognizerResponse {
2628
+ }
2629
+ export declare namespace StopTrainingEntityRecognizerResponse {
2630
+
2631
+ const filterSensitiveLog: (obj: StopTrainingEntityRecognizerResponse) => any;
2632
+ }
2633
+
2634
+ export interface ConcurrentModificationException extends __SmithyException, $MetadataBearer {
2635
+ name: "ConcurrentModificationException";
2636
+ $fault: "client";
2637
+ Message?: string;
2638
+ }
2639
+ export declare namespace ConcurrentModificationException {
2640
+
2641
+ const filterSensitiveLog: (obj: ConcurrentModificationException) => any;
2642
+ }
2643
+ export interface TagResourceRequest {
2644
+
2645
+ ResourceArn: string | undefined;
2646
+
2647
+ Tags: Tag[] | undefined;
2648
+ }
2649
+ export declare namespace TagResourceRequest {
2650
+
2651
+ const filterSensitiveLog: (obj: TagResourceRequest) => any;
2652
+ }
2653
+ export interface TagResourceResponse {
2654
+ }
2655
+ export declare namespace TagResourceResponse {
2656
+
2657
+ const filterSensitiveLog: (obj: TagResourceResponse) => any;
2658
+ }
2659
+
2660
+ export interface TooManyTagKeysException extends __SmithyException, $MetadataBearer {
2661
+ name: "TooManyTagKeysException";
2662
+ $fault: "client";
2663
+ Message?: string;
2664
+ }
2665
+ export declare namespace TooManyTagKeysException {
2666
+
2667
+ const filterSensitiveLog: (obj: TooManyTagKeysException) => any;
2668
+ }
2669
+ export interface UntagResourceRequest {
2670
+
2671
+ ResourceArn: string | undefined;
2672
+
2673
+ TagKeys: string[] | undefined;
2674
+ }
2675
+ export declare namespace UntagResourceRequest {
2676
+
2677
+ const filterSensitiveLog: (obj: UntagResourceRequest) => any;
2678
+ }
2679
+ export interface UntagResourceResponse {
2680
+ }
2681
+ export declare namespace UntagResourceResponse {
2682
+
2683
+ const filterSensitiveLog: (obj: UntagResourceResponse) => any;
2684
+ }
2685
+ export interface UpdateEndpointRequest {
2686
+
2687
+ EndpointArn: string | undefined;
2688
+
2689
+ DesiredModelArn?: string;
2690
+
2691
+ DesiredInferenceUnits?: number;
2692
+
2693
+ DesiredDataAccessRoleArn?: string;
2694
+ }
2695
+ export declare namespace UpdateEndpointRequest {
2696
+
2697
+ const filterSensitiveLog: (obj: UpdateEndpointRequest) => any;
2698
+ }
2699
+ export interface UpdateEndpointResponse {
2700
+ }
2701
+ export declare namespace UpdateEndpointResponse {
2702
+
2703
+ const filterSensitiveLog: (obj: UpdateEndpointResponse) => any;
2704
+ }