@aws-sdk/client-comprehend 3.337.0 → 3.341.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 (349) hide show
  1. package/dist-cjs/ComprehendClient.js +2 -1
  2. package/dist-cjs/commands/BatchDetectDominantLanguageCommand.js +2 -1
  3. package/dist-cjs/commands/BatchDetectEntitiesCommand.js +2 -1
  4. package/dist-cjs/commands/BatchDetectKeyPhrasesCommand.js +2 -1
  5. package/dist-cjs/commands/BatchDetectSentimentCommand.js +2 -1
  6. package/dist-cjs/commands/BatchDetectSyntaxCommand.js +2 -1
  7. package/dist-cjs/commands/BatchDetectTargetedSentimentCommand.js +2 -1
  8. package/dist-cjs/commands/ClassifyDocumentCommand.js +2 -1
  9. package/dist-cjs/commands/ContainsPiiEntitiesCommand.js +2 -1
  10. package/dist-cjs/commands/CreateDatasetCommand.js +2 -1
  11. package/dist-cjs/commands/CreateDocumentClassifierCommand.js +2 -1
  12. package/dist-cjs/commands/CreateEndpointCommand.js +2 -1
  13. package/dist-cjs/commands/CreateEntityRecognizerCommand.js +2 -1
  14. package/dist-cjs/commands/CreateFlywheelCommand.js +2 -1
  15. package/dist-cjs/commands/DeleteDocumentClassifierCommand.js +2 -1
  16. package/dist-cjs/commands/DeleteEndpointCommand.js +2 -1
  17. package/dist-cjs/commands/DeleteEntityRecognizerCommand.js +2 -1
  18. package/dist-cjs/commands/DeleteFlywheelCommand.js +2 -1
  19. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -1
  20. package/dist-cjs/commands/DescribeDatasetCommand.js +2 -1
  21. package/dist-cjs/commands/DescribeDocumentClassificationJobCommand.js +2 -1
  22. package/dist-cjs/commands/DescribeDocumentClassifierCommand.js +2 -1
  23. package/dist-cjs/commands/DescribeDominantLanguageDetectionJobCommand.js +2 -1
  24. package/dist-cjs/commands/DescribeEndpointCommand.js +2 -1
  25. package/dist-cjs/commands/DescribeEntitiesDetectionJobCommand.js +2 -1
  26. package/dist-cjs/commands/DescribeEntityRecognizerCommand.js +2 -1
  27. package/dist-cjs/commands/DescribeEventsDetectionJobCommand.js +2 -1
  28. package/dist-cjs/commands/DescribeFlywheelCommand.js +2 -1
  29. package/dist-cjs/commands/DescribeFlywheelIterationCommand.js +2 -1
  30. package/dist-cjs/commands/DescribeKeyPhrasesDetectionJobCommand.js +2 -1
  31. package/dist-cjs/commands/DescribePiiEntitiesDetectionJobCommand.js +2 -1
  32. package/dist-cjs/commands/DescribeResourcePolicyCommand.js +2 -1
  33. package/dist-cjs/commands/DescribeSentimentDetectionJobCommand.js +2 -1
  34. package/dist-cjs/commands/DescribeTargetedSentimentDetectionJobCommand.js +2 -1
  35. package/dist-cjs/commands/DescribeTopicsDetectionJobCommand.js +2 -1
  36. package/dist-cjs/commands/DetectDominantLanguageCommand.js +2 -1
  37. package/dist-cjs/commands/DetectEntitiesCommand.js +2 -1
  38. package/dist-cjs/commands/DetectKeyPhrasesCommand.js +2 -1
  39. package/dist-cjs/commands/DetectPiiEntitiesCommand.js +2 -1
  40. package/dist-cjs/commands/DetectSentimentCommand.js +2 -1
  41. package/dist-cjs/commands/DetectSyntaxCommand.js +2 -1
  42. package/dist-cjs/commands/DetectTargetedSentimentCommand.js +2 -1
  43. package/dist-cjs/commands/ImportModelCommand.js +2 -1
  44. package/dist-cjs/commands/ListDatasetsCommand.js +2 -1
  45. package/dist-cjs/commands/ListDocumentClassificationJobsCommand.js +2 -1
  46. package/dist-cjs/commands/ListDocumentClassifierSummariesCommand.js +2 -1
  47. package/dist-cjs/commands/ListDocumentClassifiersCommand.js +2 -1
  48. package/dist-cjs/commands/ListDominantLanguageDetectionJobsCommand.js +2 -1
  49. package/dist-cjs/commands/ListEndpointsCommand.js +2 -1
  50. package/dist-cjs/commands/ListEntitiesDetectionJobsCommand.js +2 -1
  51. package/dist-cjs/commands/ListEntityRecognizerSummariesCommand.js +2 -1
  52. package/dist-cjs/commands/ListEntityRecognizersCommand.js +2 -1
  53. package/dist-cjs/commands/ListEventsDetectionJobsCommand.js +2 -1
  54. package/dist-cjs/commands/ListFlywheelIterationHistoryCommand.js +2 -1
  55. package/dist-cjs/commands/ListFlywheelsCommand.js +2 -1
  56. package/dist-cjs/commands/ListKeyPhrasesDetectionJobsCommand.js +2 -1
  57. package/dist-cjs/commands/ListPiiEntitiesDetectionJobsCommand.js +2 -1
  58. package/dist-cjs/commands/ListSentimentDetectionJobsCommand.js +2 -1
  59. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  60. package/dist-cjs/commands/ListTargetedSentimentDetectionJobsCommand.js +2 -1
  61. package/dist-cjs/commands/ListTopicsDetectionJobsCommand.js +2 -1
  62. package/dist-cjs/commands/PutResourcePolicyCommand.js +2 -1
  63. package/dist-cjs/commands/StartDocumentClassificationJobCommand.js +2 -1
  64. package/dist-cjs/commands/StartDominantLanguageDetectionJobCommand.js +2 -1
  65. package/dist-cjs/commands/StartEntitiesDetectionJobCommand.js +2 -1
  66. package/dist-cjs/commands/StartEventsDetectionJobCommand.js +2 -1
  67. package/dist-cjs/commands/StartFlywheelIterationCommand.js +2 -1
  68. package/dist-cjs/commands/StartKeyPhrasesDetectionJobCommand.js +2 -1
  69. package/dist-cjs/commands/StartPiiEntitiesDetectionJobCommand.js +2 -1
  70. package/dist-cjs/commands/StartSentimentDetectionJobCommand.js +2 -1
  71. package/dist-cjs/commands/StartTargetedSentimentDetectionJobCommand.js +2 -1
  72. package/dist-cjs/commands/StartTopicsDetectionJobCommand.js +2 -1
  73. package/dist-cjs/commands/StopDominantLanguageDetectionJobCommand.js +2 -1
  74. package/dist-cjs/commands/StopEntitiesDetectionJobCommand.js +2 -1
  75. package/dist-cjs/commands/StopEventsDetectionJobCommand.js +2 -1
  76. package/dist-cjs/commands/StopKeyPhrasesDetectionJobCommand.js +2 -1
  77. package/dist-cjs/commands/StopPiiEntitiesDetectionJobCommand.js +2 -1
  78. package/dist-cjs/commands/StopSentimentDetectionJobCommand.js +2 -1
  79. package/dist-cjs/commands/StopTargetedSentimentDetectionJobCommand.js +2 -1
  80. package/dist-cjs/commands/StopTrainingDocumentClassifierCommand.js +2 -1
  81. package/dist-cjs/commands/StopTrainingEntityRecognizerCommand.js +2 -1
  82. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  83. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  84. package/dist-cjs/commands/UpdateEndpointCommand.js +2 -1
  85. package/dist-cjs/commands/UpdateFlywheelCommand.js +2 -1
  86. package/dist-cjs/index.js +2 -2
  87. package/dist-cjs/models/ComprehendServiceException.js +2 -1
  88. package/dist-es/ComprehendClient.js +1 -0
  89. package/dist-es/commands/BatchDetectDominantLanguageCommand.js +1 -0
  90. package/dist-es/commands/BatchDetectEntitiesCommand.js +1 -0
  91. package/dist-es/commands/BatchDetectKeyPhrasesCommand.js +1 -0
  92. package/dist-es/commands/BatchDetectSentimentCommand.js +1 -0
  93. package/dist-es/commands/BatchDetectSyntaxCommand.js +1 -0
  94. package/dist-es/commands/BatchDetectTargetedSentimentCommand.js +1 -0
  95. package/dist-es/commands/ClassifyDocumentCommand.js +1 -0
  96. package/dist-es/commands/ContainsPiiEntitiesCommand.js +1 -0
  97. package/dist-es/commands/CreateDatasetCommand.js +1 -0
  98. package/dist-es/commands/CreateDocumentClassifierCommand.js +1 -0
  99. package/dist-es/commands/CreateEndpointCommand.js +1 -0
  100. package/dist-es/commands/CreateEntityRecognizerCommand.js +1 -0
  101. package/dist-es/commands/CreateFlywheelCommand.js +1 -0
  102. package/dist-es/commands/DeleteDocumentClassifierCommand.js +1 -0
  103. package/dist-es/commands/DeleteEndpointCommand.js +1 -0
  104. package/dist-es/commands/DeleteEntityRecognizerCommand.js +1 -0
  105. package/dist-es/commands/DeleteFlywheelCommand.js +1 -0
  106. package/dist-es/commands/DeleteResourcePolicyCommand.js +1 -0
  107. package/dist-es/commands/DescribeDatasetCommand.js +1 -0
  108. package/dist-es/commands/DescribeDocumentClassificationJobCommand.js +1 -0
  109. package/dist-es/commands/DescribeDocumentClassifierCommand.js +1 -0
  110. package/dist-es/commands/DescribeDominantLanguageDetectionJobCommand.js +1 -0
  111. package/dist-es/commands/DescribeEndpointCommand.js +1 -0
  112. package/dist-es/commands/DescribeEntitiesDetectionJobCommand.js +1 -0
  113. package/dist-es/commands/DescribeEntityRecognizerCommand.js +1 -0
  114. package/dist-es/commands/DescribeEventsDetectionJobCommand.js +1 -0
  115. package/dist-es/commands/DescribeFlywheelCommand.js +1 -0
  116. package/dist-es/commands/DescribeFlywheelIterationCommand.js +1 -0
  117. package/dist-es/commands/DescribeKeyPhrasesDetectionJobCommand.js +1 -0
  118. package/dist-es/commands/DescribePiiEntitiesDetectionJobCommand.js +1 -0
  119. package/dist-es/commands/DescribeResourcePolicyCommand.js +1 -0
  120. package/dist-es/commands/DescribeSentimentDetectionJobCommand.js +1 -0
  121. package/dist-es/commands/DescribeTargetedSentimentDetectionJobCommand.js +1 -0
  122. package/dist-es/commands/DescribeTopicsDetectionJobCommand.js +1 -0
  123. package/dist-es/commands/DetectDominantLanguageCommand.js +1 -0
  124. package/dist-es/commands/DetectEntitiesCommand.js +1 -0
  125. package/dist-es/commands/DetectKeyPhrasesCommand.js +1 -0
  126. package/dist-es/commands/DetectPiiEntitiesCommand.js +1 -0
  127. package/dist-es/commands/DetectSentimentCommand.js +1 -0
  128. package/dist-es/commands/DetectSyntaxCommand.js +1 -0
  129. package/dist-es/commands/DetectTargetedSentimentCommand.js +1 -0
  130. package/dist-es/commands/ImportModelCommand.js +1 -0
  131. package/dist-es/commands/ListDatasetsCommand.js +1 -0
  132. package/dist-es/commands/ListDocumentClassificationJobsCommand.js +1 -0
  133. package/dist-es/commands/ListDocumentClassifierSummariesCommand.js +1 -0
  134. package/dist-es/commands/ListDocumentClassifiersCommand.js +1 -0
  135. package/dist-es/commands/ListDominantLanguageDetectionJobsCommand.js +1 -0
  136. package/dist-es/commands/ListEndpointsCommand.js +1 -0
  137. package/dist-es/commands/ListEntitiesDetectionJobsCommand.js +1 -0
  138. package/dist-es/commands/ListEntityRecognizerSummariesCommand.js +1 -0
  139. package/dist-es/commands/ListEntityRecognizersCommand.js +1 -0
  140. package/dist-es/commands/ListEventsDetectionJobsCommand.js +1 -0
  141. package/dist-es/commands/ListFlywheelIterationHistoryCommand.js +1 -0
  142. package/dist-es/commands/ListFlywheelsCommand.js +1 -0
  143. package/dist-es/commands/ListKeyPhrasesDetectionJobsCommand.js +1 -0
  144. package/dist-es/commands/ListPiiEntitiesDetectionJobsCommand.js +1 -0
  145. package/dist-es/commands/ListSentimentDetectionJobsCommand.js +1 -0
  146. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  147. package/dist-es/commands/ListTargetedSentimentDetectionJobsCommand.js +1 -0
  148. package/dist-es/commands/ListTopicsDetectionJobsCommand.js +1 -0
  149. package/dist-es/commands/PutResourcePolicyCommand.js +1 -0
  150. package/dist-es/commands/StartDocumentClassificationJobCommand.js +1 -0
  151. package/dist-es/commands/StartDominantLanguageDetectionJobCommand.js +1 -0
  152. package/dist-es/commands/StartEntitiesDetectionJobCommand.js +1 -0
  153. package/dist-es/commands/StartEventsDetectionJobCommand.js +1 -0
  154. package/dist-es/commands/StartFlywheelIterationCommand.js +1 -0
  155. package/dist-es/commands/StartKeyPhrasesDetectionJobCommand.js +1 -0
  156. package/dist-es/commands/StartPiiEntitiesDetectionJobCommand.js +1 -0
  157. package/dist-es/commands/StartSentimentDetectionJobCommand.js +1 -0
  158. package/dist-es/commands/StartTargetedSentimentDetectionJobCommand.js +1 -0
  159. package/dist-es/commands/StartTopicsDetectionJobCommand.js +1 -0
  160. package/dist-es/commands/StopDominantLanguageDetectionJobCommand.js +1 -0
  161. package/dist-es/commands/StopEntitiesDetectionJobCommand.js +1 -0
  162. package/dist-es/commands/StopEventsDetectionJobCommand.js +1 -0
  163. package/dist-es/commands/StopKeyPhrasesDetectionJobCommand.js +1 -0
  164. package/dist-es/commands/StopPiiEntitiesDetectionJobCommand.js +1 -0
  165. package/dist-es/commands/StopSentimentDetectionJobCommand.js +1 -0
  166. package/dist-es/commands/StopTargetedSentimentDetectionJobCommand.js +1 -0
  167. package/dist-es/commands/StopTrainingDocumentClassifierCommand.js +1 -0
  168. package/dist-es/commands/StopTrainingEntityRecognizerCommand.js +1 -0
  169. package/dist-es/commands/TagResourceCommand.js +1 -0
  170. package/dist-es/commands/UntagResourceCommand.js +1 -0
  171. package/dist-es/commands/UpdateEndpointCommand.js +1 -0
  172. package/dist-es/commands/UpdateFlywheelCommand.js +1 -0
  173. package/dist-es/index.js +2 -2
  174. package/dist-es/models/ComprehendServiceException.js +1 -0
  175. package/dist-types/ComprehendClient.d.ts +3 -3
  176. package/dist-types/commands/BatchDetectDominantLanguageCommand.d.ts +4 -0
  177. package/dist-types/commands/BatchDetectEntitiesCommand.d.ts +4 -0
  178. package/dist-types/commands/BatchDetectKeyPhrasesCommand.d.ts +4 -0
  179. package/dist-types/commands/BatchDetectSentimentCommand.d.ts +4 -0
  180. package/dist-types/commands/BatchDetectSyntaxCommand.d.ts +4 -0
  181. package/dist-types/commands/BatchDetectTargetedSentimentCommand.d.ts +4 -0
  182. package/dist-types/commands/ClassifyDocumentCommand.d.ts +4 -0
  183. package/dist-types/commands/ContainsPiiEntitiesCommand.d.ts +4 -0
  184. package/dist-types/commands/CreateDatasetCommand.d.ts +4 -0
  185. package/dist-types/commands/CreateDocumentClassifierCommand.d.ts +4 -0
  186. package/dist-types/commands/CreateEndpointCommand.d.ts +4 -0
  187. package/dist-types/commands/CreateEntityRecognizerCommand.d.ts +4 -0
  188. package/dist-types/commands/CreateFlywheelCommand.d.ts +4 -0
  189. package/dist-types/commands/DeleteDocumentClassifierCommand.d.ts +4 -0
  190. package/dist-types/commands/DeleteEndpointCommand.d.ts +4 -0
  191. package/dist-types/commands/DeleteEntityRecognizerCommand.d.ts +4 -0
  192. package/dist-types/commands/DeleteFlywheelCommand.d.ts +4 -0
  193. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +4 -0
  194. package/dist-types/commands/DescribeDatasetCommand.d.ts +4 -0
  195. package/dist-types/commands/DescribeDocumentClassificationJobCommand.d.ts +4 -0
  196. package/dist-types/commands/DescribeDocumentClassifierCommand.d.ts +4 -0
  197. package/dist-types/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +4 -0
  198. package/dist-types/commands/DescribeEndpointCommand.d.ts +4 -0
  199. package/dist-types/commands/DescribeEntitiesDetectionJobCommand.d.ts +4 -0
  200. package/dist-types/commands/DescribeEntityRecognizerCommand.d.ts +4 -0
  201. package/dist-types/commands/DescribeEventsDetectionJobCommand.d.ts +4 -0
  202. package/dist-types/commands/DescribeFlywheelCommand.d.ts +4 -0
  203. package/dist-types/commands/DescribeFlywheelIterationCommand.d.ts +4 -0
  204. package/dist-types/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +4 -0
  205. package/dist-types/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +4 -0
  206. package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +4 -0
  207. package/dist-types/commands/DescribeSentimentDetectionJobCommand.d.ts +4 -0
  208. package/dist-types/commands/DescribeTargetedSentimentDetectionJobCommand.d.ts +4 -0
  209. package/dist-types/commands/DescribeTopicsDetectionJobCommand.d.ts +4 -0
  210. package/dist-types/commands/DetectDominantLanguageCommand.d.ts +4 -0
  211. package/dist-types/commands/DetectEntitiesCommand.d.ts +4 -0
  212. package/dist-types/commands/DetectKeyPhrasesCommand.d.ts +4 -0
  213. package/dist-types/commands/DetectPiiEntitiesCommand.d.ts +4 -0
  214. package/dist-types/commands/DetectSentimentCommand.d.ts +4 -0
  215. package/dist-types/commands/DetectSyntaxCommand.d.ts +4 -0
  216. package/dist-types/commands/DetectTargetedSentimentCommand.d.ts +4 -0
  217. package/dist-types/commands/ImportModelCommand.d.ts +4 -0
  218. package/dist-types/commands/ListDatasetsCommand.d.ts +4 -0
  219. package/dist-types/commands/ListDocumentClassificationJobsCommand.d.ts +4 -0
  220. package/dist-types/commands/ListDocumentClassifierSummariesCommand.d.ts +4 -0
  221. package/dist-types/commands/ListDocumentClassifiersCommand.d.ts +4 -0
  222. package/dist-types/commands/ListDominantLanguageDetectionJobsCommand.d.ts +4 -0
  223. package/dist-types/commands/ListEndpointsCommand.d.ts +4 -0
  224. package/dist-types/commands/ListEntitiesDetectionJobsCommand.d.ts +4 -0
  225. package/dist-types/commands/ListEntityRecognizerSummariesCommand.d.ts +4 -0
  226. package/dist-types/commands/ListEntityRecognizersCommand.d.ts +4 -0
  227. package/dist-types/commands/ListEventsDetectionJobsCommand.d.ts +4 -0
  228. package/dist-types/commands/ListFlywheelIterationHistoryCommand.d.ts +4 -0
  229. package/dist-types/commands/ListFlywheelsCommand.d.ts +4 -0
  230. package/dist-types/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +4 -0
  231. package/dist-types/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +4 -0
  232. package/dist-types/commands/ListSentimentDetectionJobsCommand.d.ts +4 -0
  233. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  234. package/dist-types/commands/ListTargetedSentimentDetectionJobsCommand.d.ts +4 -0
  235. package/dist-types/commands/ListTopicsDetectionJobsCommand.d.ts +4 -0
  236. package/dist-types/commands/PutResourcePolicyCommand.d.ts +4 -0
  237. package/dist-types/commands/StartDocumentClassificationJobCommand.d.ts +4 -0
  238. package/dist-types/commands/StartDominantLanguageDetectionJobCommand.d.ts +4 -0
  239. package/dist-types/commands/StartEntitiesDetectionJobCommand.d.ts +4 -0
  240. package/dist-types/commands/StartEventsDetectionJobCommand.d.ts +4 -0
  241. package/dist-types/commands/StartFlywheelIterationCommand.d.ts +4 -0
  242. package/dist-types/commands/StartKeyPhrasesDetectionJobCommand.d.ts +4 -0
  243. package/dist-types/commands/StartPiiEntitiesDetectionJobCommand.d.ts +4 -0
  244. package/dist-types/commands/StartSentimentDetectionJobCommand.d.ts +4 -0
  245. package/dist-types/commands/StartTargetedSentimentDetectionJobCommand.d.ts +4 -0
  246. package/dist-types/commands/StartTopicsDetectionJobCommand.d.ts +4 -0
  247. package/dist-types/commands/StopDominantLanguageDetectionJobCommand.d.ts +4 -0
  248. package/dist-types/commands/StopEntitiesDetectionJobCommand.d.ts +4 -0
  249. package/dist-types/commands/StopEventsDetectionJobCommand.d.ts +4 -0
  250. package/dist-types/commands/StopKeyPhrasesDetectionJobCommand.d.ts +4 -0
  251. package/dist-types/commands/StopPiiEntitiesDetectionJobCommand.d.ts +4 -0
  252. package/dist-types/commands/StopSentimentDetectionJobCommand.d.ts +4 -0
  253. package/dist-types/commands/StopTargetedSentimentDetectionJobCommand.d.ts +4 -0
  254. package/dist-types/commands/StopTrainingDocumentClassifierCommand.d.ts +4 -0
  255. package/dist-types/commands/StopTrainingEntityRecognizerCommand.d.ts +4 -0
  256. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  257. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  258. package/dist-types/commands/UpdateEndpointCommand.d.ts +4 -0
  259. package/dist-types/commands/UpdateFlywheelCommand.d.ts +4 -0
  260. package/dist-types/index.d.ts +10 -2
  261. package/dist-types/models/ComprehendServiceException.d.ts +1 -0
  262. package/dist-types/ts3.4/ComprehendClient.d.ts +3 -3
  263. package/dist-types/ts3.4/commands/BatchDetectDominantLanguageCommand.d.ts +1 -0
  264. package/dist-types/ts3.4/commands/BatchDetectEntitiesCommand.d.ts +1 -0
  265. package/dist-types/ts3.4/commands/BatchDetectKeyPhrasesCommand.d.ts +1 -0
  266. package/dist-types/ts3.4/commands/BatchDetectSentimentCommand.d.ts +1 -0
  267. package/dist-types/ts3.4/commands/BatchDetectSyntaxCommand.d.ts +1 -0
  268. package/dist-types/ts3.4/commands/BatchDetectTargetedSentimentCommand.d.ts +1 -0
  269. package/dist-types/ts3.4/commands/ClassifyDocumentCommand.d.ts +1 -0
  270. package/dist-types/ts3.4/commands/ContainsPiiEntitiesCommand.d.ts +1 -0
  271. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +1 -0
  272. package/dist-types/ts3.4/commands/CreateDocumentClassifierCommand.d.ts +1 -0
  273. package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +1 -0
  274. package/dist-types/ts3.4/commands/CreateEntityRecognizerCommand.d.ts +1 -0
  275. package/dist-types/ts3.4/commands/CreateFlywheelCommand.d.ts +1 -0
  276. package/dist-types/ts3.4/commands/DeleteDocumentClassifierCommand.d.ts +1 -0
  277. package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +1 -0
  278. package/dist-types/ts3.4/commands/DeleteEntityRecognizerCommand.d.ts +1 -0
  279. package/dist-types/ts3.4/commands/DeleteFlywheelCommand.d.ts +1 -0
  280. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +1 -0
  281. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +1 -0
  282. package/dist-types/ts3.4/commands/DescribeDocumentClassificationJobCommand.d.ts +1 -0
  283. package/dist-types/ts3.4/commands/DescribeDocumentClassifierCommand.d.ts +1 -0
  284. package/dist-types/ts3.4/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +1 -0
  285. package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +1 -0
  286. package/dist-types/ts3.4/commands/DescribeEntitiesDetectionJobCommand.d.ts +1 -0
  287. package/dist-types/ts3.4/commands/DescribeEntityRecognizerCommand.d.ts +1 -0
  288. package/dist-types/ts3.4/commands/DescribeEventsDetectionJobCommand.d.ts +1 -0
  289. package/dist-types/ts3.4/commands/DescribeFlywheelCommand.d.ts +1 -0
  290. package/dist-types/ts3.4/commands/DescribeFlywheelIterationCommand.d.ts +1 -0
  291. package/dist-types/ts3.4/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +1 -0
  292. package/dist-types/ts3.4/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +1 -0
  293. package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +1 -0
  294. package/dist-types/ts3.4/commands/DescribeSentimentDetectionJobCommand.d.ts +1 -0
  295. package/dist-types/ts3.4/commands/DescribeTargetedSentimentDetectionJobCommand.d.ts +1 -0
  296. package/dist-types/ts3.4/commands/DescribeTopicsDetectionJobCommand.d.ts +1 -0
  297. package/dist-types/ts3.4/commands/DetectDominantLanguageCommand.d.ts +1 -0
  298. package/dist-types/ts3.4/commands/DetectEntitiesCommand.d.ts +1 -0
  299. package/dist-types/ts3.4/commands/DetectKeyPhrasesCommand.d.ts +1 -0
  300. package/dist-types/ts3.4/commands/DetectPiiEntitiesCommand.d.ts +1 -0
  301. package/dist-types/ts3.4/commands/DetectSentimentCommand.d.ts +1 -0
  302. package/dist-types/ts3.4/commands/DetectSyntaxCommand.d.ts +1 -0
  303. package/dist-types/ts3.4/commands/DetectTargetedSentimentCommand.d.ts +1 -0
  304. package/dist-types/ts3.4/commands/ImportModelCommand.d.ts +1 -0
  305. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +1 -0
  306. package/dist-types/ts3.4/commands/ListDocumentClassificationJobsCommand.d.ts +1 -0
  307. package/dist-types/ts3.4/commands/ListDocumentClassifierSummariesCommand.d.ts +1 -0
  308. package/dist-types/ts3.4/commands/ListDocumentClassifiersCommand.d.ts +1 -0
  309. package/dist-types/ts3.4/commands/ListDominantLanguageDetectionJobsCommand.d.ts +1 -0
  310. package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +1 -0
  311. package/dist-types/ts3.4/commands/ListEntitiesDetectionJobsCommand.d.ts +1 -0
  312. package/dist-types/ts3.4/commands/ListEntityRecognizerSummariesCommand.d.ts +1 -0
  313. package/dist-types/ts3.4/commands/ListEntityRecognizersCommand.d.ts +1 -0
  314. package/dist-types/ts3.4/commands/ListEventsDetectionJobsCommand.d.ts +1 -0
  315. package/dist-types/ts3.4/commands/ListFlywheelIterationHistoryCommand.d.ts +1 -0
  316. package/dist-types/ts3.4/commands/ListFlywheelsCommand.d.ts +1 -0
  317. package/dist-types/ts3.4/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +1 -0
  318. package/dist-types/ts3.4/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +1 -0
  319. package/dist-types/ts3.4/commands/ListSentimentDetectionJobsCommand.d.ts +1 -0
  320. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  321. package/dist-types/ts3.4/commands/ListTargetedSentimentDetectionJobsCommand.d.ts +1 -0
  322. package/dist-types/ts3.4/commands/ListTopicsDetectionJobsCommand.d.ts +1 -0
  323. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +1 -0
  324. package/dist-types/ts3.4/commands/StartDocumentClassificationJobCommand.d.ts +1 -0
  325. package/dist-types/ts3.4/commands/StartDominantLanguageDetectionJobCommand.d.ts +1 -0
  326. package/dist-types/ts3.4/commands/StartEntitiesDetectionJobCommand.d.ts +1 -0
  327. package/dist-types/ts3.4/commands/StartEventsDetectionJobCommand.d.ts +1 -0
  328. package/dist-types/ts3.4/commands/StartFlywheelIterationCommand.d.ts +1 -0
  329. package/dist-types/ts3.4/commands/StartKeyPhrasesDetectionJobCommand.d.ts +1 -0
  330. package/dist-types/ts3.4/commands/StartPiiEntitiesDetectionJobCommand.d.ts +1 -0
  331. package/dist-types/ts3.4/commands/StartSentimentDetectionJobCommand.d.ts +1 -0
  332. package/dist-types/ts3.4/commands/StartTargetedSentimentDetectionJobCommand.d.ts +1 -0
  333. package/dist-types/ts3.4/commands/StartTopicsDetectionJobCommand.d.ts +1 -0
  334. package/dist-types/ts3.4/commands/StopDominantLanguageDetectionJobCommand.d.ts +1 -0
  335. package/dist-types/ts3.4/commands/StopEntitiesDetectionJobCommand.d.ts +1 -0
  336. package/dist-types/ts3.4/commands/StopEventsDetectionJobCommand.d.ts +1 -0
  337. package/dist-types/ts3.4/commands/StopKeyPhrasesDetectionJobCommand.d.ts +1 -0
  338. package/dist-types/ts3.4/commands/StopPiiEntitiesDetectionJobCommand.d.ts +1 -0
  339. package/dist-types/ts3.4/commands/StopSentimentDetectionJobCommand.d.ts +1 -0
  340. package/dist-types/ts3.4/commands/StopTargetedSentimentDetectionJobCommand.d.ts +1 -0
  341. package/dist-types/ts3.4/commands/StopTrainingDocumentClassifierCommand.d.ts +1 -0
  342. package/dist-types/ts3.4/commands/StopTrainingEntityRecognizerCommand.d.ts +1 -0
  343. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  344. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  345. package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +1 -0
  346. package/dist-types/ts3.4/commands/UpdateFlywheelCommand.d.ts +1 -0
  347. package/dist-types/ts3.4/index.d.ts +2 -2
  348. package/dist-types/ts3.4/models/ComprehendServiceException.d.ts +1 -0
  349. package/package.json +28 -28
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_StopDominantLanguageDetectionJobCommand, se_StopDominantLanguageDetectionJobCommand, } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class StopDominantLanguageDetectionJobCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_StopEntitiesDetectionJobCommand, se_StopEntitiesDetectionJobCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class StopEntitiesDetectionJobCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_StopEventsDetectionJobCommand, se_StopEventsDetectionJobCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class StopEventsDetectionJobCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_StopKeyPhrasesDetectionJobCommand, se_StopKeyPhrasesDetectionJobCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class StopKeyPhrasesDetectionJobCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_StopPiiEntitiesDetectionJobCommand, se_StopPiiEntitiesDetectionJobCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class StopPiiEntitiesDetectionJobCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_StopSentimentDetectionJobCommand, se_StopSentimentDetectionJobCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class StopSentimentDetectionJobCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_StopTargetedSentimentDetectionJobCommand, se_StopTargetedSentimentDetectionJobCommand, } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class StopTargetedSentimentDetectionJobCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_StopTrainingDocumentClassifierCommand, se_StopTrainingDocumentClassifierCommand, } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class StopTrainingDocumentClassifierCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_StopTrainingEntityRecognizerCommand, se_StopTrainingEntityRecognizerCommand, } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class StopTrainingEntityRecognizerCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class TagResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UntagResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateEndpointCommand, se_UpdateEndpointCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UpdateEndpointCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateFlywheelCommand, se_UpdateFlywheelCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UpdateFlywheelCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
package/dist-es/index.js CHANGED
@@ -1,6 +1,6 @@
1
- export * from "./Comprehend";
2
1
  export * from "./ComprehendClient";
2
+ export * from "./Comprehend";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
5
+ export * from "./models";
6
6
  export { ComprehendServiceException } from "./models/ComprehendServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException };
2
3
  export class ComprehendServiceException extends __ServiceException {
3
4
  constructor(options) {
4
5
  super(options);
@@ -93,6 +93,7 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./command
93
93
  import { UpdateEndpointCommandInput, UpdateEndpointCommandOutput } from "./commands/UpdateEndpointCommand";
94
94
  import { UpdateFlywheelCommandInput, UpdateFlywheelCommandOutput } from "./commands/UpdateFlywheelCommand";
95
95
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
96
+ export { __Client };
96
97
  /**
97
98
  * @public
98
99
  */
@@ -207,7 +208,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
207
208
  /**
208
209
  * @public
209
210
  */
210
- type ComprehendClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
211
+ export type ComprehendClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
211
212
  /**
212
213
  * @public
213
214
  *
@@ -218,7 +219,7 @@ export interface ComprehendClientConfig extends ComprehendClientConfigType {
218
219
  /**
219
220
  * @public
220
221
  */
221
- type ComprehendClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
222
+ export type ComprehendClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
222
223
  /**
223
224
  * @public
224
225
  *
@@ -246,4 +247,3 @@ export declare class ComprehendClient extends __Client<__HttpHandlerOptions, Ser
246
247
  */
247
248
  destroy(): void;
248
249
  }
249
- export {};
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
5
  import { BatchDetectDominantLanguageRequest, BatchDetectDominantLanguageResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
5
  import { BatchDetectEntitiesRequest, BatchDetectEntitiesResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
5
  import { BatchDetectKeyPhrasesRequest, BatchDetectKeyPhrasesResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
5
  import { BatchDetectSentimentRequest, BatchDetectSentimentResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
5
  import { BatchDetectSyntaxRequest, BatchDetectSyntaxResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
5
  import { BatchDetectTargetedSentimentRequest, BatchDetectTargetedSentimentResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
5
  import { ClassifyDocumentRequest, ClassifyDocumentResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
5
  import { ContainsPiiEntitiesRequest, ContainsPiiEntitiesResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
5
  import { CreateDatasetRequest, CreateDatasetResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
5
  import { CreateDocumentClassifierRequest, CreateDocumentClassifierResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
5
  import { CreateEndpointRequest, CreateEndpointResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
5
  import { CreateEntityRecognizerRequest, CreateEntityRecognizerResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
5
  import { CreateFlywheelRequest, CreateFlywheelResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
5
  import { DeleteDocumentClassifierRequest, DeleteDocumentClassifierResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
5
  import { DeleteEndpointRequest, DeleteEndpointResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
5
  import { DeleteEntityRecognizerRequest, DeleteEntityRecognizerResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
5
  import { DeleteFlywheelRequest, DeleteFlywheelResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
5
  import { DeleteResourcePolicyRequest, DeleteResourcePolicyResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
5
  import { DescribeDatasetRequest, DescribeDatasetResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
5
  import { DescribeDocumentClassificationJobRequest, DescribeDocumentClassificationJobResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
5
  import { DescribeDocumentClassifierRequest, DescribeDocumentClassifierResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
5
  import { DescribeDominantLanguageDetectionJobRequest, DescribeDominantLanguageDetectionJobResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
5
  import { DescribeEndpointRequest, DescribeEndpointResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
5
  import { DescribeEntitiesDetectionJobRequest, DescribeEntitiesDetectionJobResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
5
  import { DescribeEntityRecognizerRequest, DescribeEntityRecognizerResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
5
  import { DescribeEventsDetectionJobRequest, DescribeEventsDetectionJobResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
5
  import { DescribeFlywheelRequest, DescribeFlywheelResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
5
  import { DescribeFlywheelIterationRequest, DescribeFlywheelIterationResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
5
  import { DescribeKeyPhrasesDetectionJobRequest, DescribeKeyPhrasesDetectionJobResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
5
  import { DescribePiiEntitiesDetectionJobRequest, DescribePiiEntitiesDetectionJobResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
5
  import { DescribeResourcePolicyRequest, DescribeResourcePolicyResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
5
  import { DescribeSentimentDetectionJobRequest, DescribeSentimentDetectionJobResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
5
  import { DescribeTargetedSentimentDetectionJobRequest, DescribeTargetedSentimentDetectionJobResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
5
  import { DescribeTopicsDetectionJobRequest, DescribeTopicsDetectionJobResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
5
  import { DetectDominantLanguageRequest, DetectDominantLanguageResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
5
  import { DetectEntitiesRequest, DetectEntitiesResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
5
  import { DetectKeyPhrasesRequest, DetectKeyPhrasesResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *