@aws-sdk/client-comprehend 3.478.0 → 3.481.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 (345) hide show
  1. package/dist-cjs/commands/BatchDetectDominantLanguageCommand.js +18 -41
  2. package/dist-cjs/commands/BatchDetectEntitiesCommand.js +18 -41
  3. package/dist-cjs/commands/BatchDetectKeyPhrasesCommand.js +18 -41
  4. package/dist-cjs/commands/BatchDetectSentimentCommand.js +18 -41
  5. package/dist-cjs/commands/BatchDetectSyntaxCommand.js +18 -41
  6. package/dist-cjs/commands/BatchDetectTargetedSentimentCommand.js +18 -41
  7. package/dist-cjs/commands/ClassifyDocumentCommand.js +18 -41
  8. package/dist-cjs/commands/ContainsPiiEntitiesCommand.js +18 -41
  9. package/dist-cjs/commands/CreateDatasetCommand.js +18 -41
  10. package/dist-cjs/commands/CreateDocumentClassifierCommand.js +18 -41
  11. package/dist-cjs/commands/CreateEndpointCommand.js +18 -41
  12. package/dist-cjs/commands/CreateEntityRecognizerCommand.js +18 -41
  13. package/dist-cjs/commands/CreateFlywheelCommand.js +18 -41
  14. package/dist-cjs/commands/DeleteDocumentClassifierCommand.js +18 -41
  15. package/dist-cjs/commands/DeleteEndpointCommand.js +18 -41
  16. package/dist-cjs/commands/DeleteEntityRecognizerCommand.js +18 -41
  17. package/dist-cjs/commands/DeleteFlywheelCommand.js +18 -41
  18. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +18 -41
  19. package/dist-cjs/commands/DescribeDatasetCommand.js +18 -41
  20. package/dist-cjs/commands/DescribeDocumentClassificationJobCommand.js +18 -41
  21. package/dist-cjs/commands/DescribeDocumentClassifierCommand.js +18 -41
  22. package/dist-cjs/commands/DescribeDominantLanguageDetectionJobCommand.js +18 -41
  23. package/dist-cjs/commands/DescribeEndpointCommand.js +18 -41
  24. package/dist-cjs/commands/DescribeEntitiesDetectionJobCommand.js +18 -41
  25. package/dist-cjs/commands/DescribeEntityRecognizerCommand.js +18 -41
  26. package/dist-cjs/commands/DescribeEventsDetectionJobCommand.js +18 -41
  27. package/dist-cjs/commands/DescribeFlywheelCommand.js +18 -41
  28. package/dist-cjs/commands/DescribeFlywheelIterationCommand.js +18 -41
  29. package/dist-cjs/commands/DescribeKeyPhrasesDetectionJobCommand.js +18 -41
  30. package/dist-cjs/commands/DescribePiiEntitiesDetectionJobCommand.js +18 -41
  31. package/dist-cjs/commands/DescribeResourcePolicyCommand.js +18 -41
  32. package/dist-cjs/commands/DescribeSentimentDetectionJobCommand.js +18 -41
  33. package/dist-cjs/commands/DescribeTargetedSentimentDetectionJobCommand.js +18 -41
  34. package/dist-cjs/commands/DescribeTopicsDetectionJobCommand.js +18 -41
  35. package/dist-cjs/commands/DetectDominantLanguageCommand.js +18 -41
  36. package/dist-cjs/commands/DetectEntitiesCommand.js +18 -41
  37. package/dist-cjs/commands/DetectKeyPhrasesCommand.js +18 -41
  38. package/dist-cjs/commands/DetectPiiEntitiesCommand.js +18 -41
  39. package/dist-cjs/commands/DetectSentimentCommand.js +18 -41
  40. package/dist-cjs/commands/DetectSyntaxCommand.js +18 -41
  41. package/dist-cjs/commands/DetectTargetedSentimentCommand.js +18 -41
  42. package/dist-cjs/commands/DetectToxicContentCommand.js +18 -41
  43. package/dist-cjs/commands/ImportModelCommand.js +18 -41
  44. package/dist-cjs/commands/ListDatasetsCommand.js +18 -41
  45. package/dist-cjs/commands/ListDocumentClassificationJobsCommand.js +18 -41
  46. package/dist-cjs/commands/ListDocumentClassifierSummariesCommand.js +18 -41
  47. package/dist-cjs/commands/ListDocumentClassifiersCommand.js +18 -41
  48. package/dist-cjs/commands/ListDominantLanguageDetectionJobsCommand.js +18 -41
  49. package/dist-cjs/commands/ListEndpointsCommand.js +18 -41
  50. package/dist-cjs/commands/ListEntitiesDetectionJobsCommand.js +18 -41
  51. package/dist-cjs/commands/ListEntityRecognizerSummariesCommand.js +18 -41
  52. package/dist-cjs/commands/ListEntityRecognizersCommand.js +18 -41
  53. package/dist-cjs/commands/ListEventsDetectionJobsCommand.js +18 -41
  54. package/dist-cjs/commands/ListFlywheelIterationHistoryCommand.js +18 -41
  55. package/dist-cjs/commands/ListFlywheelsCommand.js +18 -41
  56. package/dist-cjs/commands/ListKeyPhrasesDetectionJobsCommand.js +18 -41
  57. package/dist-cjs/commands/ListPiiEntitiesDetectionJobsCommand.js +18 -41
  58. package/dist-cjs/commands/ListSentimentDetectionJobsCommand.js +18 -41
  59. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  60. package/dist-cjs/commands/ListTargetedSentimentDetectionJobsCommand.js +18 -41
  61. package/dist-cjs/commands/ListTopicsDetectionJobsCommand.js +18 -41
  62. package/dist-cjs/commands/PutResourcePolicyCommand.js +18 -41
  63. package/dist-cjs/commands/StartDocumentClassificationJobCommand.js +18 -41
  64. package/dist-cjs/commands/StartDominantLanguageDetectionJobCommand.js +18 -41
  65. package/dist-cjs/commands/StartEntitiesDetectionJobCommand.js +18 -41
  66. package/dist-cjs/commands/StartEventsDetectionJobCommand.js +18 -41
  67. package/dist-cjs/commands/StartFlywheelIterationCommand.js +18 -41
  68. package/dist-cjs/commands/StartKeyPhrasesDetectionJobCommand.js +18 -41
  69. package/dist-cjs/commands/StartPiiEntitiesDetectionJobCommand.js +18 -41
  70. package/dist-cjs/commands/StartSentimentDetectionJobCommand.js +18 -41
  71. package/dist-cjs/commands/StartTargetedSentimentDetectionJobCommand.js +18 -41
  72. package/dist-cjs/commands/StartTopicsDetectionJobCommand.js +18 -41
  73. package/dist-cjs/commands/StopDominantLanguageDetectionJobCommand.js +18 -41
  74. package/dist-cjs/commands/StopEntitiesDetectionJobCommand.js +18 -41
  75. package/dist-cjs/commands/StopEventsDetectionJobCommand.js +18 -41
  76. package/dist-cjs/commands/StopKeyPhrasesDetectionJobCommand.js +18 -41
  77. package/dist-cjs/commands/StopPiiEntitiesDetectionJobCommand.js +18 -41
  78. package/dist-cjs/commands/StopSentimentDetectionJobCommand.js +18 -41
  79. package/dist-cjs/commands/StopTargetedSentimentDetectionJobCommand.js +18 -41
  80. package/dist-cjs/commands/StopTrainingDocumentClassifierCommand.js +18 -41
  81. package/dist-cjs/commands/StopTrainingEntityRecognizerCommand.js +18 -41
  82. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  83. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  84. package/dist-cjs/commands/UpdateEndpointCommand.js +18 -41
  85. package/dist-cjs/commands/UpdateFlywheelCommand.js +18 -41
  86. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  87. package/dist-es/commands/BatchDetectDominantLanguageCommand.js +18 -41
  88. package/dist-es/commands/BatchDetectEntitiesCommand.js +18 -41
  89. package/dist-es/commands/BatchDetectKeyPhrasesCommand.js +18 -41
  90. package/dist-es/commands/BatchDetectSentimentCommand.js +18 -41
  91. package/dist-es/commands/BatchDetectSyntaxCommand.js +18 -41
  92. package/dist-es/commands/BatchDetectTargetedSentimentCommand.js +18 -41
  93. package/dist-es/commands/ClassifyDocumentCommand.js +18 -41
  94. package/dist-es/commands/ContainsPiiEntitiesCommand.js +18 -41
  95. package/dist-es/commands/CreateDatasetCommand.js +18 -41
  96. package/dist-es/commands/CreateDocumentClassifierCommand.js +18 -41
  97. package/dist-es/commands/CreateEndpointCommand.js +18 -41
  98. package/dist-es/commands/CreateEntityRecognizerCommand.js +18 -41
  99. package/dist-es/commands/CreateFlywheelCommand.js +18 -41
  100. package/dist-es/commands/DeleteDocumentClassifierCommand.js +18 -41
  101. package/dist-es/commands/DeleteEndpointCommand.js +18 -41
  102. package/dist-es/commands/DeleteEntityRecognizerCommand.js +18 -41
  103. package/dist-es/commands/DeleteFlywheelCommand.js +18 -41
  104. package/dist-es/commands/DeleteResourcePolicyCommand.js +18 -41
  105. package/dist-es/commands/DescribeDatasetCommand.js +18 -41
  106. package/dist-es/commands/DescribeDocumentClassificationJobCommand.js +18 -41
  107. package/dist-es/commands/DescribeDocumentClassifierCommand.js +18 -41
  108. package/dist-es/commands/DescribeDominantLanguageDetectionJobCommand.js +18 -41
  109. package/dist-es/commands/DescribeEndpointCommand.js +18 -41
  110. package/dist-es/commands/DescribeEntitiesDetectionJobCommand.js +18 -41
  111. package/dist-es/commands/DescribeEntityRecognizerCommand.js +18 -41
  112. package/dist-es/commands/DescribeEventsDetectionJobCommand.js +18 -41
  113. package/dist-es/commands/DescribeFlywheelCommand.js +18 -41
  114. package/dist-es/commands/DescribeFlywheelIterationCommand.js +18 -41
  115. package/dist-es/commands/DescribeKeyPhrasesDetectionJobCommand.js +18 -41
  116. package/dist-es/commands/DescribePiiEntitiesDetectionJobCommand.js +18 -41
  117. package/dist-es/commands/DescribeResourcePolicyCommand.js +18 -41
  118. package/dist-es/commands/DescribeSentimentDetectionJobCommand.js +18 -41
  119. package/dist-es/commands/DescribeTargetedSentimentDetectionJobCommand.js +18 -41
  120. package/dist-es/commands/DescribeTopicsDetectionJobCommand.js +18 -41
  121. package/dist-es/commands/DetectDominantLanguageCommand.js +18 -41
  122. package/dist-es/commands/DetectEntitiesCommand.js +18 -41
  123. package/dist-es/commands/DetectKeyPhrasesCommand.js +18 -41
  124. package/dist-es/commands/DetectPiiEntitiesCommand.js +18 -41
  125. package/dist-es/commands/DetectSentimentCommand.js +18 -41
  126. package/dist-es/commands/DetectSyntaxCommand.js +18 -41
  127. package/dist-es/commands/DetectTargetedSentimentCommand.js +18 -41
  128. package/dist-es/commands/DetectToxicContentCommand.js +18 -41
  129. package/dist-es/commands/ImportModelCommand.js +18 -41
  130. package/dist-es/commands/ListDatasetsCommand.js +18 -41
  131. package/dist-es/commands/ListDocumentClassificationJobsCommand.js +18 -41
  132. package/dist-es/commands/ListDocumentClassifierSummariesCommand.js +18 -41
  133. package/dist-es/commands/ListDocumentClassifiersCommand.js +18 -41
  134. package/dist-es/commands/ListDominantLanguageDetectionJobsCommand.js +18 -41
  135. package/dist-es/commands/ListEndpointsCommand.js +18 -41
  136. package/dist-es/commands/ListEntitiesDetectionJobsCommand.js +18 -41
  137. package/dist-es/commands/ListEntityRecognizerSummariesCommand.js +18 -41
  138. package/dist-es/commands/ListEntityRecognizersCommand.js +18 -41
  139. package/dist-es/commands/ListEventsDetectionJobsCommand.js +18 -41
  140. package/dist-es/commands/ListFlywheelIterationHistoryCommand.js +18 -41
  141. package/dist-es/commands/ListFlywheelsCommand.js +18 -41
  142. package/dist-es/commands/ListKeyPhrasesDetectionJobsCommand.js +18 -41
  143. package/dist-es/commands/ListPiiEntitiesDetectionJobsCommand.js +18 -41
  144. package/dist-es/commands/ListSentimentDetectionJobsCommand.js +18 -41
  145. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  146. package/dist-es/commands/ListTargetedSentimentDetectionJobsCommand.js +18 -41
  147. package/dist-es/commands/ListTopicsDetectionJobsCommand.js +18 -41
  148. package/dist-es/commands/PutResourcePolicyCommand.js +18 -41
  149. package/dist-es/commands/StartDocumentClassificationJobCommand.js +18 -41
  150. package/dist-es/commands/StartDominantLanguageDetectionJobCommand.js +18 -41
  151. package/dist-es/commands/StartEntitiesDetectionJobCommand.js +18 -41
  152. package/dist-es/commands/StartEventsDetectionJobCommand.js +18 -41
  153. package/dist-es/commands/StartFlywheelIterationCommand.js +18 -41
  154. package/dist-es/commands/StartKeyPhrasesDetectionJobCommand.js +18 -41
  155. package/dist-es/commands/StartPiiEntitiesDetectionJobCommand.js +18 -41
  156. package/dist-es/commands/StartSentimentDetectionJobCommand.js +18 -41
  157. package/dist-es/commands/StartTargetedSentimentDetectionJobCommand.js +18 -41
  158. package/dist-es/commands/StartTopicsDetectionJobCommand.js +18 -41
  159. package/dist-es/commands/StopDominantLanguageDetectionJobCommand.js +18 -41
  160. package/dist-es/commands/StopEntitiesDetectionJobCommand.js +18 -41
  161. package/dist-es/commands/StopEventsDetectionJobCommand.js +18 -41
  162. package/dist-es/commands/StopKeyPhrasesDetectionJobCommand.js +18 -41
  163. package/dist-es/commands/StopPiiEntitiesDetectionJobCommand.js +18 -41
  164. package/dist-es/commands/StopSentimentDetectionJobCommand.js +18 -41
  165. package/dist-es/commands/StopTargetedSentimentDetectionJobCommand.js +18 -41
  166. package/dist-es/commands/StopTrainingDocumentClassifierCommand.js +18 -41
  167. package/dist-es/commands/StopTrainingEntityRecognizerCommand.js +18 -41
  168. package/dist-es/commands/TagResourceCommand.js +18 -41
  169. package/dist-es/commands/UntagResourceCommand.js +18 -41
  170. package/dist-es/commands/UpdateEndpointCommand.js +18 -41
  171. package/dist-es/commands/UpdateFlywheelCommand.js +18 -41
  172. package/dist-es/endpoint/EndpointParameters.js +6 -0
  173. package/dist-types/commands/BatchDetectDominantLanguageCommand.d.ts +6 -21
  174. package/dist-types/commands/BatchDetectEntitiesCommand.d.ts +6 -21
  175. package/dist-types/commands/BatchDetectKeyPhrasesCommand.d.ts +6 -21
  176. package/dist-types/commands/BatchDetectSentimentCommand.d.ts +6 -21
  177. package/dist-types/commands/BatchDetectSyntaxCommand.d.ts +6 -21
  178. package/dist-types/commands/BatchDetectTargetedSentimentCommand.d.ts +6 -21
  179. package/dist-types/commands/ClassifyDocumentCommand.d.ts +6 -21
  180. package/dist-types/commands/ContainsPiiEntitiesCommand.d.ts +6 -21
  181. package/dist-types/commands/CreateDatasetCommand.d.ts +6 -21
  182. package/dist-types/commands/CreateDocumentClassifierCommand.d.ts +6 -21
  183. package/dist-types/commands/CreateEndpointCommand.d.ts +6 -21
  184. package/dist-types/commands/CreateEntityRecognizerCommand.d.ts +6 -21
  185. package/dist-types/commands/CreateFlywheelCommand.d.ts +6 -21
  186. package/dist-types/commands/DeleteDocumentClassifierCommand.d.ts +6 -21
  187. package/dist-types/commands/DeleteEndpointCommand.d.ts +6 -21
  188. package/dist-types/commands/DeleteEntityRecognizerCommand.d.ts +6 -21
  189. package/dist-types/commands/DeleteFlywheelCommand.d.ts +6 -21
  190. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -21
  191. package/dist-types/commands/DescribeDatasetCommand.d.ts +6 -21
  192. package/dist-types/commands/DescribeDocumentClassificationJobCommand.d.ts +6 -21
  193. package/dist-types/commands/DescribeDocumentClassifierCommand.d.ts +6 -21
  194. package/dist-types/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +6 -21
  195. package/dist-types/commands/DescribeEndpointCommand.d.ts +6 -21
  196. package/dist-types/commands/DescribeEntitiesDetectionJobCommand.d.ts +6 -21
  197. package/dist-types/commands/DescribeEntityRecognizerCommand.d.ts +6 -21
  198. package/dist-types/commands/DescribeEventsDetectionJobCommand.d.ts +6 -21
  199. package/dist-types/commands/DescribeFlywheelCommand.d.ts +6 -21
  200. package/dist-types/commands/DescribeFlywheelIterationCommand.d.ts +6 -21
  201. package/dist-types/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +6 -21
  202. package/dist-types/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +6 -21
  203. package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +6 -21
  204. package/dist-types/commands/DescribeSentimentDetectionJobCommand.d.ts +6 -21
  205. package/dist-types/commands/DescribeTargetedSentimentDetectionJobCommand.d.ts +6 -21
  206. package/dist-types/commands/DescribeTopicsDetectionJobCommand.d.ts +6 -21
  207. package/dist-types/commands/DetectDominantLanguageCommand.d.ts +6 -21
  208. package/dist-types/commands/DetectEntitiesCommand.d.ts +6 -21
  209. package/dist-types/commands/DetectKeyPhrasesCommand.d.ts +6 -21
  210. package/dist-types/commands/DetectPiiEntitiesCommand.d.ts +6 -21
  211. package/dist-types/commands/DetectSentimentCommand.d.ts +6 -21
  212. package/dist-types/commands/DetectSyntaxCommand.d.ts +6 -21
  213. package/dist-types/commands/DetectTargetedSentimentCommand.d.ts +6 -21
  214. package/dist-types/commands/DetectToxicContentCommand.d.ts +6 -21
  215. package/dist-types/commands/ImportModelCommand.d.ts +6 -21
  216. package/dist-types/commands/ListDatasetsCommand.d.ts +6 -21
  217. package/dist-types/commands/ListDocumentClassificationJobsCommand.d.ts +6 -21
  218. package/dist-types/commands/ListDocumentClassifierSummariesCommand.d.ts +6 -21
  219. package/dist-types/commands/ListDocumentClassifiersCommand.d.ts +6 -21
  220. package/dist-types/commands/ListDominantLanguageDetectionJobsCommand.d.ts +6 -21
  221. package/dist-types/commands/ListEndpointsCommand.d.ts +6 -21
  222. package/dist-types/commands/ListEntitiesDetectionJobsCommand.d.ts +6 -21
  223. package/dist-types/commands/ListEntityRecognizerSummariesCommand.d.ts +6 -21
  224. package/dist-types/commands/ListEntityRecognizersCommand.d.ts +6 -21
  225. package/dist-types/commands/ListEventsDetectionJobsCommand.d.ts +6 -21
  226. package/dist-types/commands/ListFlywheelIterationHistoryCommand.d.ts +6 -21
  227. package/dist-types/commands/ListFlywheelsCommand.d.ts +6 -21
  228. package/dist-types/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +6 -21
  229. package/dist-types/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +6 -21
  230. package/dist-types/commands/ListSentimentDetectionJobsCommand.d.ts +6 -21
  231. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  232. package/dist-types/commands/ListTargetedSentimentDetectionJobsCommand.d.ts +6 -21
  233. package/dist-types/commands/ListTopicsDetectionJobsCommand.d.ts +6 -21
  234. package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -21
  235. package/dist-types/commands/StartDocumentClassificationJobCommand.d.ts +6 -21
  236. package/dist-types/commands/StartDominantLanguageDetectionJobCommand.d.ts +6 -21
  237. package/dist-types/commands/StartEntitiesDetectionJobCommand.d.ts +6 -21
  238. package/dist-types/commands/StartEventsDetectionJobCommand.d.ts +6 -21
  239. package/dist-types/commands/StartFlywheelIterationCommand.d.ts +6 -21
  240. package/dist-types/commands/StartKeyPhrasesDetectionJobCommand.d.ts +6 -21
  241. package/dist-types/commands/StartPiiEntitiesDetectionJobCommand.d.ts +6 -21
  242. package/dist-types/commands/StartSentimentDetectionJobCommand.d.ts +6 -21
  243. package/dist-types/commands/StartTargetedSentimentDetectionJobCommand.d.ts +6 -21
  244. package/dist-types/commands/StartTopicsDetectionJobCommand.d.ts +6 -21
  245. package/dist-types/commands/StopDominantLanguageDetectionJobCommand.d.ts +6 -21
  246. package/dist-types/commands/StopEntitiesDetectionJobCommand.d.ts +6 -21
  247. package/dist-types/commands/StopEventsDetectionJobCommand.d.ts +6 -21
  248. package/dist-types/commands/StopKeyPhrasesDetectionJobCommand.d.ts +6 -21
  249. package/dist-types/commands/StopPiiEntitiesDetectionJobCommand.d.ts +6 -21
  250. package/dist-types/commands/StopSentimentDetectionJobCommand.d.ts +6 -21
  251. package/dist-types/commands/StopTargetedSentimentDetectionJobCommand.d.ts +6 -21
  252. package/dist-types/commands/StopTrainingDocumentClassifierCommand.d.ts +6 -21
  253. package/dist-types/commands/StopTrainingEntityRecognizerCommand.d.ts +6 -21
  254. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  255. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  256. package/dist-types/commands/UpdateEndpointCommand.d.ts +6 -21
  257. package/dist-types/commands/UpdateFlywheelCommand.d.ts +6 -21
  258. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  259. package/dist-types/ts3.4/commands/BatchDetectDominantLanguageCommand.d.ts +12 -24
  260. package/dist-types/ts3.4/commands/BatchDetectEntitiesCommand.d.ts +14 -23
  261. package/dist-types/ts3.4/commands/BatchDetectKeyPhrasesCommand.d.ts +12 -24
  262. package/dist-types/ts3.4/commands/BatchDetectSentimentCommand.d.ts +12 -24
  263. package/dist-types/ts3.4/commands/BatchDetectSyntaxCommand.d.ts +14 -23
  264. package/dist-types/ts3.4/commands/BatchDetectTargetedSentimentCommand.d.ts +12 -24
  265. package/dist-types/ts3.4/commands/ClassifyDocumentCommand.d.ts +14 -23
  266. package/dist-types/ts3.4/commands/ContainsPiiEntitiesCommand.d.ts +14 -23
  267. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +14 -23
  268. package/dist-types/ts3.4/commands/CreateDocumentClassifierCommand.d.ts +12 -24
  269. package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +14 -23
  270. package/dist-types/ts3.4/commands/CreateEntityRecognizerCommand.d.ts +12 -24
  271. package/dist-types/ts3.4/commands/CreateFlywheelCommand.d.ts +14 -23
  272. package/dist-types/ts3.4/commands/DeleteDocumentClassifierCommand.d.ts +12 -24
  273. package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +14 -23
  274. package/dist-types/ts3.4/commands/DeleteEntityRecognizerCommand.d.ts +12 -24
  275. package/dist-types/ts3.4/commands/DeleteFlywheelCommand.d.ts +14 -23
  276. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -24
  277. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +14 -23
  278. package/dist-types/ts3.4/commands/DescribeDocumentClassificationJobCommand.d.ts +12 -24
  279. package/dist-types/ts3.4/commands/DescribeDocumentClassifierCommand.d.ts +12 -24
  280. package/dist-types/ts3.4/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +12 -24
  281. package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +14 -23
  282. package/dist-types/ts3.4/commands/DescribeEntitiesDetectionJobCommand.d.ts +12 -24
  283. package/dist-types/ts3.4/commands/DescribeEntityRecognizerCommand.d.ts +12 -24
  284. package/dist-types/ts3.4/commands/DescribeEventsDetectionJobCommand.d.ts +12 -24
  285. package/dist-types/ts3.4/commands/DescribeFlywheelCommand.d.ts +14 -23
  286. package/dist-types/ts3.4/commands/DescribeFlywheelIterationCommand.d.ts +12 -24
  287. package/dist-types/ts3.4/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +12 -24
  288. package/dist-types/ts3.4/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +12 -24
  289. package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +12 -24
  290. package/dist-types/ts3.4/commands/DescribeSentimentDetectionJobCommand.d.ts +12 -24
  291. package/dist-types/ts3.4/commands/DescribeTargetedSentimentDetectionJobCommand.d.ts +12 -24
  292. package/dist-types/ts3.4/commands/DescribeTopicsDetectionJobCommand.d.ts +12 -24
  293. package/dist-types/ts3.4/commands/DetectDominantLanguageCommand.d.ts +12 -24
  294. package/dist-types/ts3.4/commands/DetectEntitiesCommand.d.ts +14 -23
  295. package/dist-types/ts3.4/commands/DetectKeyPhrasesCommand.d.ts +14 -23
  296. package/dist-types/ts3.4/commands/DetectPiiEntitiesCommand.d.ts +14 -23
  297. package/dist-types/ts3.4/commands/DetectSentimentCommand.d.ts +14 -23
  298. package/dist-types/ts3.4/commands/DetectSyntaxCommand.d.ts +14 -23
  299. package/dist-types/ts3.4/commands/DetectTargetedSentimentCommand.d.ts +12 -24
  300. package/dist-types/ts3.4/commands/DetectToxicContentCommand.d.ts +14 -23
  301. package/dist-types/ts3.4/commands/ImportModelCommand.d.ts +14 -23
  302. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +14 -23
  303. package/dist-types/ts3.4/commands/ListDocumentClassificationJobsCommand.d.ts +12 -24
  304. package/dist-types/ts3.4/commands/ListDocumentClassifierSummariesCommand.d.ts +12 -24
  305. package/dist-types/ts3.4/commands/ListDocumentClassifiersCommand.d.ts +12 -24
  306. package/dist-types/ts3.4/commands/ListDominantLanguageDetectionJobsCommand.d.ts +12 -24
  307. package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +14 -23
  308. package/dist-types/ts3.4/commands/ListEntitiesDetectionJobsCommand.d.ts +12 -24
  309. package/dist-types/ts3.4/commands/ListEntityRecognizerSummariesCommand.d.ts +12 -24
  310. package/dist-types/ts3.4/commands/ListEntityRecognizersCommand.d.ts +12 -24
  311. package/dist-types/ts3.4/commands/ListEventsDetectionJobsCommand.d.ts +12 -24
  312. package/dist-types/ts3.4/commands/ListFlywheelIterationHistoryCommand.d.ts +12 -24
  313. package/dist-types/ts3.4/commands/ListFlywheelsCommand.d.ts +14 -23
  314. package/dist-types/ts3.4/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +12 -24
  315. package/dist-types/ts3.4/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +12 -24
  316. package/dist-types/ts3.4/commands/ListSentimentDetectionJobsCommand.d.ts +12 -24
  317. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  318. package/dist-types/ts3.4/commands/ListTargetedSentimentDetectionJobsCommand.d.ts +12 -24
  319. package/dist-types/ts3.4/commands/ListTopicsDetectionJobsCommand.d.ts +12 -24
  320. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +14 -23
  321. package/dist-types/ts3.4/commands/StartDocumentClassificationJobCommand.d.ts +12 -24
  322. package/dist-types/ts3.4/commands/StartDominantLanguageDetectionJobCommand.d.ts +12 -24
  323. package/dist-types/ts3.4/commands/StartEntitiesDetectionJobCommand.d.ts +12 -24
  324. package/dist-types/ts3.4/commands/StartEventsDetectionJobCommand.d.ts +12 -24
  325. package/dist-types/ts3.4/commands/StartFlywheelIterationCommand.d.ts +12 -24
  326. package/dist-types/ts3.4/commands/StartKeyPhrasesDetectionJobCommand.d.ts +12 -24
  327. package/dist-types/ts3.4/commands/StartPiiEntitiesDetectionJobCommand.d.ts +12 -24
  328. package/dist-types/ts3.4/commands/StartSentimentDetectionJobCommand.d.ts +12 -24
  329. package/dist-types/ts3.4/commands/StartTargetedSentimentDetectionJobCommand.d.ts +12 -24
  330. package/dist-types/ts3.4/commands/StartTopicsDetectionJobCommand.d.ts +12 -24
  331. package/dist-types/ts3.4/commands/StopDominantLanguageDetectionJobCommand.d.ts +12 -24
  332. package/dist-types/ts3.4/commands/StopEntitiesDetectionJobCommand.d.ts +12 -24
  333. package/dist-types/ts3.4/commands/StopEventsDetectionJobCommand.d.ts +12 -24
  334. package/dist-types/ts3.4/commands/StopKeyPhrasesDetectionJobCommand.d.ts +12 -24
  335. package/dist-types/ts3.4/commands/StopPiiEntitiesDetectionJobCommand.d.ts +12 -24
  336. package/dist-types/ts3.4/commands/StopSentimentDetectionJobCommand.d.ts +12 -24
  337. package/dist-types/ts3.4/commands/StopTargetedSentimentDetectionJobCommand.d.ts +12 -24
  338. package/dist-types/ts3.4/commands/StopTrainingDocumentClassifierCommand.d.ts +12 -24
  339. package/dist-types/ts3.4/commands/StopTrainingEntityRecognizerCommand.d.ts +12 -24
  340. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  341. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  342. package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +14 -23
  343. package/dist-types/ts3.4/commands/UpdateFlywheelCommand.d.ts +14 -23
  344. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  345. package/package.json +9 -9
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
4
  import { StopDominantLanguageDetectionJobRequest, StopDominantLanguageDetectionJobResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StopDominantLanguageDetectionJobCommandInput extends StopDomina
21
20
  */
22
21
  export interface StopDominantLanguageDetectionJobCommandOutput extends StopDominantLanguageDetectionJobResponse, __MetadataBearer {
23
22
  }
23
+ declare const StopDominantLanguageDetectionJobCommand_base: {
24
+ new (input: StopDominantLanguageDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopDominantLanguageDetectionJobCommandInput, StopDominantLanguageDetectionJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Stops a dominant language detection job in progress.</p>
@@ -70,23 +73,5 @@ export interface StopDominantLanguageDetectionJobCommandOutput extends StopDomin
70
73
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
71
74
  *
72
75
  */
73
- export declare class StopDominantLanguageDetectionJobCommand extends $Command<StopDominantLanguageDetectionJobCommandInput, StopDominantLanguageDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
74
- readonly input: StopDominantLanguageDetectionJobCommandInput;
75
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
- /**
77
- * @public
78
- */
79
- constructor(input: StopDominantLanguageDetectionJobCommandInput);
80
- /**
81
- * @internal
82
- */
83
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopDominantLanguageDetectionJobCommandInput, StopDominantLanguageDetectionJobCommandOutput>;
84
- /**
85
- * @internal
86
- */
87
- private serialize;
88
- /**
89
- * @internal
90
- */
91
- private deserialize;
76
+ export declare class StopDominantLanguageDetectionJobCommand extends StopDominantLanguageDetectionJobCommand_base {
92
77
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
4
  import { StopEntitiesDetectionJobRequest, StopEntitiesDetectionJobResponse } from "../models/models_1";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StopEntitiesDetectionJobCommandInput extends StopEntitiesDetect
21
20
  */
22
21
  export interface StopEntitiesDetectionJobCommandOutput extends StopEntitiesDetectionJobResponse, __MetadataBearer {
23
22
  }
23
+ declare const StopEntitiesDetectionJobCommand_base: {
24
+ new (input: StopEntitiesDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopEntitiesDetectionJobCommandInput, StopEntitiesDetectionJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Stops an entities detection job in progress.</p>
@@ -70,23 +73,5 @@ export interface StopEntitiesDetectionJobCommandOutput extends StopEntitiesDetec
70
73
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
71
74
  *
72
75
  */
73
- export declare class StopEntitiesDetectionJobCommand extends $Command<StopEntitiesDetectionJobCommandInput, StopEntitiesDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
74
- readonly input: StopEntitiesDetectionJobCommandInput;
75
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
- /**
77
- * @public
78
- */
79
- constructor(input: StopEntitiesDetectionJobCommandInput);
80
- /**
81
- * @internal
82
- */
83
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopEntitiesDetectionJobCommandInput, StopEntitiesDetectionJobCommandOutput>;
84
- /**
85
- * @internal
86
- */
87
- private serialize;
88
- /**
89
- * @internal
90
- */
91
- private deserialize;
76
+ export declare class StopEntitiesDetectionJobCommand extends StopEntitiesDetectionJobCommand_base {
92
77
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
4
  import { StopEventsDetectionJobRequest, StopEventsDetectionJobResponse } from "../models/models_1";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StopEventsDetectionJobCommandInput extends StopEventsDetectionJ
21
20
  */
22
21
  export interface StopEventsDetectionJobCommandOutput extends StopEventsDetectionJobResponse, __MetadataBearer {
23
22
  }
23
+ declare const StopEventsDetectionJobCommand_base: {
24
+ new (input: StopEventsDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopEventsDetectionJobCommandInput, StopEventsDetectionJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Stops an events detection job in progress.</p>
@@ -61,23 +64,5 @@ export interface StopEventsDetectionJobCommandOutput extends StopEventsDetection
61
64
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
62
65
  *
63
66
  */
64
- export declare class StopEventsDetectionJobCommand extends $Command<StopEventsDetectionJobCommandInput, StopEventsDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
65
- readonly input: StopEventsDetectionJobCommandInput;
66
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
- /**
68
- * @public
69
- */
70
- constructor(input: StopEventsDetectionJobCommandInput);
71
- /**
72
- * @internal
73
- */
74
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopEventsDetectionJobCommandInput, StopEventsDetectionJobCommandOutput>;
75
- /**
76
- * @internal
77
- */
78
- private serialize;
79
- /**
80
- * @internal
81
- */
82
- private deserialize;
67
+ export declare class StopEventsDetectionJobCommand extends StopEventsDetectionJobCommand_base {
83
68
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
4
  import { StopKeyPhrasesDetectionJobRequest, StopKeyPhrasesDetectionJobResponse } from "../models/models_1";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StopKeyPhrasesDetectionJobCommandInput extends StopKeyPhrasesDe
21
20
  */
22
21
  export interface StopKeyPhrasesDetectionJobCommandOutput extends StopKeyPhrasesDetectionJobResponse, __MetadataBearer {
23
22
  }
23
+ declare const StopKeyPhrasesDetectionJobCommand_base: {
24
+ new (input: StopKeyPhrasesDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopKeyPhrasesDetectionJobCommandInput, StopKeyPhrasesDetectionJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Stops a key phrases detection job in progress.</p>
@@ -70,23 +73,5 @@ export interface StopKeyPhrasesDetectionJobCommandOutput extends StopKeyPhrasesD
70
73
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
71
74
  *
72
75
  */
73
- export declare class StopKeyPhrasesDetectionJobCommand extends $Command<StopKeyPhrasesDetectionJobCommandInput, StopKeyPhrasesDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
74
- readonly input: StopKeyPhrasesDetectionJobCommandInput;
75
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
- /**
77
- * @public
78
- */
79
- constructor(input: StopKeyPhrasesDetectionJobCommandInput);
80
- /**
81
- * @internal
82
- */
83
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopKeyPhrasesDetectionJobCommandInput, StopKeyPhrasesDetectionJobCommandOutput>;
84
- /**
85
- * @internal
86
- */
87
- private serialize;
88
- /**
89
- * @internal
90
- */
91
- private deserialize;
76
+ export declare class StopKeyPhrasesDetectionJobCommand extends StopKeyPhrasesDetectionJobCommand_base {
92
77
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
4
  import { StopPiiEntitiesDetectionJobRequest, StopPiiEntitiesDetectionJobResponse } from "../models/models_1";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StopPiiEntitiesDetectionJobCommandInput extends StopPiiEntities
21
20
  */
22
21
  export interface StopPiiEntitiesDetectionJobCommandOutput extends StopPiiEntitiesDetectionJobResponse, __MetadataBearer {
23
22
  }
23
+ declare const StopPiiEntitiesDetectionJobCommand_base: {
24
+ new (input: StopPiiEntitiesDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopPiiEntitiesDetectionJobCommandInput, StopPiiEntitiesDetectionJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Stops a PII entities detection job in progress.</p>
@@ -61,23 +64,5 @@ export interface StopPiiEntitiesDetectionJobCommandOutput extends StopPiiEntitie
61
64
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
62
65
  *
63
66
  */
64
- export declare class StopPiiEntitiesDetectionJobCommand extends $Command<StopPiiEntitiesDetectionJobCommandInput, StopPiiEntitiesDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
65
- readonly input: StopPiiEntitiesDetectionJobCommandInput;
66
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
- /**
68
- * @public
69
- */
70
- constructor(input: StopPiiEntitiesDetectionJobCommandInput);
71
- /**
72
- * @internal
73
- */
74
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopPiiEntitiesDetectionJobCommandInput, StopPiiEntitiesDetectionJobCommandOutput>;
75
- /**
76
- * @internal
77
- */
78
- private serialize;
79
- /**
80
- * @internal
81
- */
82
- private deserialize;
67
+ export declare class StopPiiEntitiesDetectionJobCommand extends StopPiiEntitiesDetectionJobCommand_base {
83
68
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
4
  import { StopSentimentDetectionJobRequest, StopSentimentDetectionJobResponse } from "../models/models_1";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StopSentimentDetectionJobCommandInput extends StopSentimentDete
21
20
  */
22
21
  export interface StopSentimentDetectionJobCommandOutput extends StopSentimentDetectionJobResponse, __MetadataBearer {
23
22
  }
23
+ declare const StopSentimentDetectionJobCommand_base: {
24
+ new (input: StopSentimentDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopSentimentDetectionJobCommandInput, StopSentimentDetectionJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Stops a sentiment detection job in progress.</p>
@@ -70,23 +73,5 @@ export interface StopSentimentDetectionJobCommandOutput extends StopSentimentDet
70
73
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
71
74
  *
72
75
  */
73
- export declare class StopSentimentDetectionJobCommand extends $Command<StopSentimentDetectionJobCommandInput, StopSentimentDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
74
- readonly input: StopSentimentDetectionJobCommandInput;
75
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
- /**
77
- * @public
78
- */
79
- constructor(input: StopSentimentDetectionJobCommandInput);
80
- /**
81
- * @internal
82
- */
83
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopSentimentDetectionJobCommandInput, StopSentimentDetectionJobCommandOutput>;
84
- /**
85
- * @internal
86
- */
87
- private serialize;
88
- /**
89
- * @internal
90
- */
91
- private deserialize;
76
+ export declare class StopSentimentDetectionJobCommand extends StopSentimentDetectionJobCommand_base {
92
77
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
4
  import { StopTargetedSentimentDetectionJobRequest, StopTargetedSentimentDetectionJobResponse } from "../models/models_1";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StopTargetedSentimentDetectionJobCommandInput extends StopTarge
21
20
  */
22
21
  export interface StopTargetedSentimentDetectionJobCommandOutput extends StopTargetedSentimentDetectionJobResponse, __MetadataBearer {
23
22
  }
23
+ declare const StopTargetedSentimentDetectionJobCommand_base: {
24
+ new (input: StopTargetedSentimentDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopTargetedSentimentDetectionJobCommandInput, StopTargetedSentimentDetectionJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Stops a targeted sentiment detection job in progress.</p>
@@ -70,23 +73,5 @@ export interface StopTargetedSentimentDetectionJobCommandOutput extends StopTarg
70
73
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
71
74
  *
72
75
  */
73
- export declare class StopTargetedSentimentDetectionJobCommand extends $Command<StopTargetedSentimentDetectionJobCommandInput, StopTargetedSentimentDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
74
- readonly input: StopTargetedSentimentDetectionJobCommandInput;
75
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
- /**
77
- * @public
78
- */
79
- constructor(input: StopTargetedSentimentDetectionJobCommandInput);
80
- /**
81
- * @internal
82
- */
83
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopTargetedSentimentDetectionJobCommandInput, StopTargetedSentimentDetectionJobCommandOutput>;
84
- /**
85
- * @internal
86
- */
87
- private serialize;
88
- /**
89
- * @internal
90
- */
91
- private deserialize;
76
+ export declare class StopTargetedSentimentDetectionJobCommand extends StopTargetedSentimentDetectionJobCommand_base {
92
77
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
4
  import { StopTrainingDocumentClassifierRequest, StopTrainingDocumentClassifierResponse } from "../models/models_1";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StopTrainingDocumentClassifierCommandInput extends StopTraining
21
20
  */
22
21
  export interface StopTrainingDocumentClassifierCommandOutput extends StopTrainingDocumentClassifierResponse, __MetadataBearer {
23
22
  }
23
+ declare const StopTrainingDocumentClassifierCommand_base: {
24
+ new (input: StopTrainingDocumentClassifierCommandInput): import("@smithy/smithy-client").CommandImpl<StopTrainingDocumentClassifierCommandInput, StopTrainingDocumentClassifierCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Stops a document classifier training job while in progress.</p>
@@ -66,23 +69,5 @@ export interface StopTrainingDocumentClassifierCommandOutput extends StopTrainin
66
69
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
67
70
  *
68
71
  */
69
- export declare class StopTrainingDocumentClassifierCommand extends $Command<StopTrainingDocumentClassifierCommandInput, StopTrainingDocumentClassifierCommandOutput, ComprehendClientResolvedConfig> {
70
- readonly input: StopTrainingDocumentClassifierCommandInput;
71
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
- /**
73
- * @public
74
- */
75
- constructor(input: StopTrainingDocumentClassifierCommandInput);
76
- /**
77
- * @internal
78
- */
79
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopTrainingDocumentClassifierCommandInput, StopTrainingDocumentClassifierCommandOutput>;
80
- /**
81
- * @internal
82
- */
83
- private serialize;
84
- /**
85
- * @internal
86
- */
87
- private deserialize;
72
+ export declare class StopTrainingDocumentClassifierCommand extends StopTrainingDocumentClassifierCommand_base {
88
73
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
4
  import { StopTrainingEntityRecognizerRequest, StopTrainingEntityRecognizerResponse } from "../models/models_1";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StopTrainingEntityRecognizerCommandInput extends StopTrainingEn
21
20
  */
22
21
  export interface StopTrainingEntityRecognizerCommandOutput extends StopTrainingEntityRecognizerResponse, __MetadataBearer {
23
22
  }
23
+ declare const StopTrainingEntityRecognizerCommand_base: {
24
+ new (input: StopTrainingEntityRecognizerCommandInput): import("@smithy/smithy-client").CommandImpl<StopTrainingEntityRecognizerCommandInput, StopTrainingEntityRecognizerCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Stops an entity recognizer training job while in progress.</p>
@@ -66,23 +69,5 @@ export interface StopTrainingEntityRecognizerCommandOutput extends StopTrainingE
66
69
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
67
70
  *
68
71
  */
69
- export declare class StopTrainingEntityRecognizerCommand extends $Command<StopTrainingEntityRecognizerCommandInput, StopTrainingEntityRecognizerCommandOutput, ComprehendClientResolvedConfig> {
70
- readonly input: StopTrainingEntityRecognizerCommandInput;
71
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
- /**
73
- * @public
74
- */
75
- constructor(input: StopTrainingEntityRecognizerCommandInput);
76
- /**
77
- * @internal
78
- */
79
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopTrainingEntityRecognizerCommandInput, StopTrainingEntityRecognizerCommandOutput>;
80
- /**
81
- * @internal
82
- */
83
- private serialize;
84
- /**
85
- * @internal
86
- */
87
- private deserialize;
72
+ export declare class StopTrainingEntityRecognizerCommand extends StopTrainingEntityRecognizerCommand_base {
88
73
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
4
  import { TagResourceRequest, TagResourceResponse } from "../models/models_1";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Associates a specific tag with an Amazon Comprehend resource. A tag is a key-value pair
@@ -76,23 +79,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
76
79
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
77
80
  *
78
81
  */
79
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, ComprehendClientResolvedConfig> {
80
- readonly input: TagResourceCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: TagResourceCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
82
+ export declare class TagResourceCommand extends TagResourceCommand_base {
98
83
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
4
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_1";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes a specific tag associated with an Amazon Comprehend resource. </p>
@@ -69,23 +72,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
69
72
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
70
73
  *
71
74
  */
72
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, ComprehendClientResolvedConfig> {
73
- readonly input: UntagResourceCommandInput;
74
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
- /**
76
- * @public
77
- */
78
- constructor(input: UntagResourceCommandInput);
79
- /**
80
- * @internal
81
- */
82
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
83
- /**
84
- * @internal
85
- */
86
- private serialize;
87
- /**
88
- * @internal
89
- */
90
- private deserialize;
75
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
91
76
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
4
  import { UpdateEndpointRequest, UpdateEndpointResponse } from "../models/models_1";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateEndpointCommandInput extends UpdateEndpointRequest {
21
20
  */
22
21
  export interface UpdateEndpointCommandOutput extends UpdateEndpointResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateEndpointCommand_base: {
24
+ new (input: UpdateEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEndpointCommandInput, UpdateEndpointCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates information about the specified endpoint.
@@ -80,23 +83,5 @@ export interface UpdateEndpointCommandOutput extends UpdateEndpointResponse, __M
80
83
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
81
84
  *
82
85
  */
83
- export declare class UpdateEndpointCommand extends $Command<UpdateEndpointCommandInput, UpdateEndpointCommandOutput, ComprehendClientResolvedConfig> {
84
- readonly input: UpdateEndpointCommandInput;
85
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
86
- /**
87
- * @public
88
- */
89
- constructor(input: UpdateEndpointCommandInput);
90
- /**
91
- * @internal
92
- */
93
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateEndpointCommandInput, UpdateEndpointCommandOutput>;
94
- /**
95
- * @internal
96
- */
97
- private serialize;
98
- /**
99
- * @internal
100
- */
101
- private deserialize;
86
+ export declare class UpdateEndpointCommand extends UpdateEndpointCommand_base {
102
87
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
4
  import { UpdateFlywheelRequest, UpdateFlywheelResponse } from "../models/models_1";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateFlywheelCommandInput extends UpdateFlywheelRequest {
21
20
  */
22
21
  export interface UpdateFlywheelCommandOutput extends UpdateFlywheelResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateFlywheelCommand_base: {
24
+ new (input: UpdateFlywheelCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFlywheelCommandInput, UpdateFlywheelCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Update the configuration information for an existing flywheel.</p>
@@ -121,23 +124,5 @@ export interface UpdateFlywheelCommandOutput extends UpdateFlywheelResponse, __M
121
124
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
122
125
  *
123
126
  */
124
- export declare class UpdateFlywheelCommand extends $Command<UpdateFlywheelCommandInput, UpdateFlywheelCommandOutput, ComprehendClientResolvedConfig> {
125
- readonly input: UpdateFlywheelCommandInput;
126
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
127
- /**
128
- * @public
129
- */
130
- constructor(input: UpdateFlywheelCommandInput);
131
- /**
132
- * @internal
133
- */
134
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFlywheelCommandInput, UpdateFlywheelCommandOutput>;
135
- /**
136
- * @internal
137
- */
138
- private serialize;
139
- /**
140
- * @internal
141
- */
142
- private deserialize;
127
+ export declare class UpdateFlywheelCommand extends UpdateFlywheelCommand_base {
143
128
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ComprehendClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface BatchDetectDominantLanguageCommandInput
21
15
  export interface BatchDetectDominantLanguageCommandOutput
22
16
  extends BatchDetectDominantLanguageResponse,
23
17
  __MetadataBearer {}
24
- export declare class BatchDetectDominantLanguageCommand extends $Command<
25
- BatchDetectDominantLanguageCommandInput,
26
- BatchDetectDominantLanguageCommandOutput,
27
- ComprehendClientResolvedConfig
28
- > {
29
- readonly input: BatchDetectDominantLanguageCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: BatchDetectDominantLanguageCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ComprehendClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const BatchDetectDominantLanguageCommand_base: {
19
+ new (
20
+ input: BatchDetectDominantLanguageCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  BatchDetectDominantLanguageCommandInput,
38
- BatchDetectDominantLanguageCommandOutput
23
+ BatchDetectDominantLanguageCommandOutput,
24
+ ComprehendClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class BatchDetectDominantLanguageCommand extends BatchDetectDominantLanguageCommand_base {}