@aws-sdk/client-comprehend 3.1076.0 → 3.1078.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 (275) hide show
  1. package/dist-cjs/index.js +96 -855
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/BatchDetectDominantLanguageCommand.js +2 -14
  4. package/dist-es/commands/BatchDetectEntitiesCommand.js +2 -14
  5. package/dist-es/commands/BatchDetectKeyPhrasesCommand.js +2 -14
  6. package/dist-es/commands/BatchDetectSentimentCommand.js +2 -14
  7. package/dist-es/commands/BatchDetectSyntaxCommand.js +2 -14
  8. package/dist-es/commands/BatchDetectTargetedSentimentCommand.js +2 -14
  9. package/dist-es/commands/ClassifyDocumentCommand.js +2 -14
  10. package/dist-es/commands/ContainsPiiEntitiesCommand.js +2 -14
  11. package/dist-es/commands/CreateDatasetCommand.js +2 -14
  12. package/dist-es/commands/CreateDocumentClassifierCommand.js +2 -14
  13. package/dist-es/commands/CreateEndpointCommand.js +2 -14
  14. package/dist-es/commands/CreateEntityRecognizerCommand.js +2 -14
  15. package/dist-es/commands/CreateFlywheelCommand.js +2 -14
  16. package/dist-es/commands/DeleteDocumentClassifierCommand.js +2 -14
  17. package/dist-es/commands/DeleteEndpointCommand.js +2 -14
  18. package/dist-es/commands/DeleteEntityRecognizerCommand.js +2 -14
  19. package/dist-es/commands/DeleteFlywheelCommand.js +2 -14
  20. package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -14
  21. package/dist-es/commands/DescribeDatasetCommand.js +2 -14
  22. package/dist-es/commands/DescribeDocumentClassificationJobCommand.js +2 -14
  23. package/dist-es/commands/DescribeDocumentClassifierCommand.js +2 -14
  24. package/dist-es/commands/DescribeDominantLanguageDetectionJobCommand.js +2 -14
  25. package/dist-es/commands/DescribeEndpointCommand.js +2 -14
  26. package/dist-es/commands/DescribeEntitiesDetectionJobCommand.js +2 -14
  27. package/dist-es/commands/DescribeEntityRecognizerCommand.js +2 -14
  28. package/dist-es/commands/DescribeEventsDetectionJobCommand.js +2 -14
  29. package/dist-es/commands/DescribeFlywheelCommand.js +2 -14
  30. package/dist-es/commands/DescribeFlywheelIterationCommand.js +2 -14
  31. package/dist-es/commands/DescribeKeyPhrasesDetectionJobCommand.js +2 -14
  32. package/dist-es/commands/DescribePiiEntitiesDetectionJobCommand.js +2 -14
  33. package/dist-es/commands/DescribeResourcePolicyCommand.js +2 -14
  34. package/dist-es/commands/DescribeSentimentDetectionJobCommand.js +2 -14
  35. package/dist-es/commands/DescribeTargetedSentimentDetectionJobCommand.js +2 -14
  36. package/dist-es/commands/DescribeTopicsDetectionJobCommand.js +2 -14
  37. package/dist-es/commands/DetectDominantLanguageCommand.js +2 -14
  38. package/dist-es/commands/DetectEntitiesCommand.js +2 -14
  39. package/dist-es/commands/DetectKeyPhrasesCommand.js +2 -14
  40. package/dist-es/commands/DetectPiiEntitiesCommand.js +2 -14
  41. package/dist-es/commands/DetectSentimentCommand.js +2 -14
  42. package/dist-es/commands/DetectSyntaxCommand.js +2 -14
  43. package/dist-es/commands/DetectTargetedSentimentCommand.js +2 -14
  44. package/dist-es/commands/DetectToxicContentCommand.js +2 -14
  45. package/dist-es/commands/ImportModelCommand.js +2 -14
  46. package/dist-es/commands/ListDatasetsCommand.js +2 -14
  47. package/dist-es/commands/ListDocumentClassificationJobsCommand.js +2 -14
  48. package/dist-es/commands/ListDocumentClassifierSummariesCommand.js +2 -14
  49. package/dist-es/commands/ListDocumentClassifiersCommand.js +2 -14
  50. package/dist-es/commands/ListDominantLanguageDetectionJobsCommand.js +2 -14
  51. package/dist-es/commands/ListEndpointsCommand.js +2 -14
  52. package/dist-es/commands/ListEntitiesDetectionJobsCommand.js +2 -14
  53. package/dist-es/commands/ListEntityRecognizerSummariesCommand.js +2 -14
  54. package/dist-es/commands/ListEntityRecognizersCommand.js +2 -14
  55. package/dist-es/commands/ListEventsDetectionJobsCommand.js +2 -14
  56. package/dist-es/commands/ListFlywheelIterationHistoryCommand.js +2 -14
  57. package/dist-es/commands/ListFlywheelsCommand.js +2 -14
  58. package/dist-es/commands/ListKeyPhrasesDetectionJobsCommand.js +2 -14
  59. package/dist-es/commands/ListPiiEntitiesDetectionJobsCommand.js +2 -14
  60. package/dist-es/commands/ListSentimentDetectionJobsCommand.js +2 -14
  61. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  62. package/dist-es/commands/ListTargetedSentimentDetectionJobsCommand.js +2 -14
  63. package/dist-es/commands/ListTopicsDetectionJobsCommand.js +2 -14
  64. package/dist-es/commands/PutResourcePolicyCommand.js +2 -14
  65. package/dist-es/commands/StartDocumentClassificationJobCommand.js +2 -14
  66. package/dist-es/commands/StartDominantLanguageDetectionJobCommand.js +2 -14
  67. package/dist-es/commands/StartEntitiesDetectionJobCommand.js +2 -14
  68. package/dist-es/commands/StartEventsDetectionJobCommand.js +2 -14
  69. package/dist-es/commands/StartFlywheelIterationCommand.js +2 -14
  70. package/dist-es/commands/StartKeyPhrasesDetectionJobCommand.js +2 -14
  71. package/dist-es/commands/StartPiiEntitiesDetectionJobCommand.js +2 -14
  72. package/dist-es/commands/StartSentimentDetectionJobCommand.js +2 -14
  73. package/dist-es/commands/StartTargetedSentimentDetectionJobCommand.js +2 -14
  74. package/dist-es/commands/StartTopicsDetectionJobCommand.js +2 -14
  75. package/dist-es/commands/StopDominantLanguageDetectionJobCommand.js +2 -14
  76. package/dist-es/commands/StopEntitiesDetectionJobCommand.js +2 -14
  77. package/dist-es/commands/StopEventsDetectionJobCommand.js +2 -14
  78. package/dist-es/commands/StopKeyPhrasesDetectionJobCommand.js +2 -14
  79. package/dist-es/commands/StopPiiEntitiesDetectionJobCommand.js +2 -14
  80. package/dist-es/commands/StopSentimentDetectionJobCommand.js +2 -14
  81. package/dist-es/commands/StopTargetedSentimentDetectionJobCommand.js +2 -14
  82. package/dist-es/commands/StopTrainingDocumentClassifierCommand.js +2 -14
  83. package/dist-es/commands/StopTrainingEntityRecognizerCommand.js +2 -14
  84. package/dist-es/commands/TagResourceCommand.js +2 -14
  85. package/dist-es/commands/UntagResourceCommand.js +2 -14
  86. package/dist-es/commands/UpdateEndpointCommand.js +2 -14
  87. package/dist-es/commands/UpdateFlywheelCommand.js +2 -14
  88. package/dist-es/index.js +1 -0
  89. package/dist-es/runtimeConfig.browser.js +0 -2
  90. package/dist-es/runtimeConfig.js +1 -2
  91. package/dist-es/runtimeConfig.native.js +0 -2
  92. package/dist-es/runtimeConfig.shared.js +2 -0
  93. package/dist-types/commandBuilder.d.ts +18 -0
  94. package/dist-types/commands/BatchDetectDominantLanguageCommand.d.ts +3 -8
  95. package/dist-types/commands/BatchDetectEntitiesCommand.d.ts +3 -8
  96. package/dist-types/commands/BatchDetectKeyPhrasesCommand.d.ts +3 -8
  97. package/dist-types/commands/BatchDetectSentimentCommand.d.ts +3 -8
  98. package/dist-types/commands/BatchDetectSyntaxCommand.d.ts +3 -8
  99. package/dist-types/commands/BatchDetectTargetedSentimentCommand.d.ts +3 -8
  100. package/dist-types/commands/ClassifyDocumentCommand.d.ts +3 -8
  101. package/dist-types/commands/ContainsPiiEntitiesCommand.d.ts +3 -8
  102. package/dist-types/commands/CreateDatasetCommand.d.ts +3 -8
  103. package/dist-types/commands/CreateDocumentClassifierCommand.d.ts +3 -8
  104. package/dist-types/commands/CreateEndpointCommand.d.ts +3 -8
  105. package/dist-types/commands/CreateEntityRecognizerCommand.d.ts +3 -8
  106. package/dist-types/commands/CreateFlywheelCommand.d.ts +3 -8
  107. package/dist-types/commands/DeleteDocumentClassifierCommand.d.ts +3 -8
  108. package/dist-types/commands/DeleteEndpointCommand.d.ts +3 -8
  109. package/dist-types/commands/DeleteEntityRecognizerCommand.d.ts +3 -8
  110. package/dist-types/commands/DeleteFlywheelCommand.d.ts +3 -8
  111. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +3 -8
  112. package/dist-types/commands/DescribeDatasetCommand.d.ts +3 -8
  113. package/dist-types/commands/DescribeDocumentClassificationJobCommand.d.ts +3 -8
  114. package/dist-types/commands/DescribeDocumentClassifierCommand.d.ts +3 -8
  115. package/dist-types/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +3 -8
  116. package/dist-types/commands/DescribeEndpointCommand.d.ts +3 -8
  117. package/dist-types/commands/DescribeEntitiesDetectionJobCommand.d.ts +3 -8
  118. package/dist-types/commands/DescribeEntityRecognizerCommand.d.ts +3 -8
  119. package/dist-types/commands/DescribeEventsDetectionJobCommand.d.ts +3 -8
  120. package/dist-types/commands/DescribeFlywheelCommand.d.ts +3 -8
  121. package/dist-types/commands/DescribeFlywheelIterationCommand.d.ts +3 -8
  122. package/dist-types/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +3 -8
  123. package/dist-types/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +3 -8
  124. package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +3 -8
  125. package/dist-types/commands/DescribeSentimentDetectionJobCommand.d.ts +3 -8
  126. package/dist-types/commands/DescribeTargetedSentimentDetectionJobCommand.d.ts +3 -8
  127. package/dist-types/commands/DescribeTopicsDetectionJobCommand.d.ts +3 -8
  128. package/dist-types/commands/DetectDominantLanguageCommand.d.ts +3 -8
  129. package/dist-types/commands/DetectEntitiesCommand.d.ts +3 -8
  130. package/dist-types/commands/DetectKeyPhrasesCommand.d.ts +3 -8
  131. package/dist-types/commands/DetectPiiEntitiesCommand.d.ts +3 -8
  132. package/dist-types/commands/DetectSentimentCommand.d.ts +3 -8
  133. package/dist-types/commands/DetectSyntaxCommand.d.ts +3 -8
  134. package/dist-types/commands/DetectTargetedSentimentCommand.d.ts +3 -8
  135. package/dist-types/commands/DetectToxicContentCommand.d.ts +3 -8
  136. package/dist-types/commands/ImportModelCommand.d.ts +3 -8
  137. package/dist-types/commands/ListDatasetsCommand.d.ts +3 -8
  138. package/dist-types/commands/ListDocumentClassificationJobsCommand.d.ts +3 -8
  139. package/dist-types/commands/ListDocumentClassifierSummariesCommand.d.ts +3 -8
  140. package/dist-types/commands/ListDocumentClassifiersCommand.d.ts +3 -8
  141. package/dist-types/commands/ListDominantLanguageDetectionJobsCommand.d.ts +3 -8
  142. package/dist-types/commands/ListEndpointsCommand.d.ts +3 -8
  143. package/dist-types/commands/ListEntitiesDetectionJobsCommand.d.ts +3 -8
  144. package/dist-types/commands/ListEntityRecognizerSummariesCommand.d.ts +3 -8
  145. package/dist-types/commands/ListEntityRecognizersCommand.d.ts +3 -8
  146. package/dist-types/commands/ListEventsDetectionJobsCommand.d.ts +3 -8
  147. package/dist-types/commands/ListFlywheelIterationHistoryCommand.d.ts +3 -8
  148. package/dist-types/commands/ListFlywheelsCommand.d.ts +3 -8
  149. package/dist-types/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +3 -8
  150. package/dist-types/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +3 -8
  151. package/dist-types/commands/ListSentimentDetectionJobsCommand.d.ts +3 -8
  152. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  153. package/dist-types/commands/ListTargetedSentimentDetectionJobsCommand.d.ts +3 -8
  154. package/dist-types/commands/ListTopicsDetectionJobsCommand.d.ts +3 -8
  155. package/dist-types/commands/PutResourcePolicyCommand.d.ts +3 -8
  156. package/dist-types/commands/StartDocumentClassificationJobCommand.d.ts +3 -8
  157. package/dist-types/commands/StartDominantLanguageDetectionJobCommand.d.ts +3 -8
  158. package/dist-types/commands/StartEntitiesDetectionJobCommand.d.ts +3 -8
  159. package/dist-types/commands/StartEventsDetectionJobCommand.d.ts +3 -8
  160. package/dist-types/commands/StartFlywheelIterationCommand.d.ts +3 -8
  161. package/dist-types/commands/StartKeyPhrasesDetectionJobCommand.d.ts +3 -8
  162. package/dist-types/commands/StartPiiEntitiesDetectionJobCommand.d.ts +3 -8
  163. package/dist-types/commands/StartSentimentDetectionJobCommand.d.ts +3 -8
  164. package/dist-types/commands/StartTargetedSentimentDetectionJobCommand.d.ts +3 -8
  165. package/dist-types/commands/StartTopicsDetectionJobCommand.d.ts +3 -8
  166. package/dist-types/commands/StopDominantLanguageDetectionJobCommand.d.ts +3 -8
  167. package/dist-types/commands/StopEntitiesDetectionJobCommand.d.ts +3 -8
  168. package/dist-types/commands/StopEventsDetectionJobCommand.d.ts +3 -8
  169. package/dist-types/commands/StopKeyPhrasesDetectionJobCommand.d.ts +3 -8
  170. package/dist-types/commands/StopPiiEntitiesDetectionJobCommand.d.ts +3 -8
  171. package/dist-types/commands/StopSentimentDetectionJobCommand.d.ts +3 -8
  172. package/dist-types/commands/StopTargetedSentimentDetectionJobCommand.d.ts +3 -8
  173. package/dist-types/commands/StopTrainingDocumentClassifierCommand.d.ts +3 -8
  174. package/dist-types/commands/StopTrainingEntityRecognizerCommand.d.ts +3 -8
  175. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  176. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  177. package/dist-types/commands/UpdateEndpointCommand.d.ts +3 -8
  178. package/dist-types/commands/UpdateFlywheelCommand.d.ts +3 -8
  179. package/dist-types/index.d.ts +1 -0
  180. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  181. package/dist-types/runtimeConfig.d.ts +1 -1
  182. package/dist-types/runtimeConfig.native.d.ts +1 -1
  183. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  184. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  185. package/dist-types/ts3.4/commands/BatchDetectDominantLanguageCommand.d.ts +7 -16
  186. package/dist-types/ts3.4/commands/BatchDetectEntitiesCommand.d.ts +7 -16
  187. package/dist-types/ts3.4/commands/BatchDetectKeyPhrasesCommand.d.ts +7 -16
  188. package/dist-types/ts3.4/commands/BatchDetectSentimentCommand.d.ts +7 -16
  189. package/dist-types/ts3.4/commands/BatchDetectSyntaxCommand.d.ts +7 -16
  190. package/dist-types/ts3.4/commands/BatchDetectTargetedSentimentCommand.d.ts +7 -16
  191. package/dist-types/ts3.4/commands/ClassifyDocumentCommand.d.ts +7 -16
  192. package/dist-types/ts3.4/commands/ContainsPiiEntitiesCommand.d.ts +7 -16
  193. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +7 -16
  194. package/dist-types/ts3.4/commands/CreateDocumentClassifierCommand.d.ts +7 -16
  195. package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +7 -16
  196. package/dist-types/ts3.4/commands/CreateEntityRecognizerCommand.d.ts +7 -16
  197. package/dist-types/ts3.4/commands/CreateFlywheelCommand.d.ts +7 -16
  198. package/dist-types/ts3.4/commands/DeleteDocumentClassifierCommand.d.ts +7 -16
  199. package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +7 -16
  200. package/dist-types/ts3.4/commands/DeleteEntityRecognizerCommand.d.ts +7 -16
  201. package/dist-types/ts3.4/commands/DeleteFlywheelCommand.d.ts +7 -16
  202. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +7 -16
  203. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +7 -16
  204. package/dist-types/ts3.4/commands/DescribeDocumentClassificationJobCommand.d.ts +7 -16
  205. package/dist-types/ts3.4/commands/DescribeDocumentClassifierCommand.d.ts +7 -16
  206. package/dist-types/ts3.4/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +7 -16
  207. package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +7 -16
  208. package/dist-types/ts3.4/commands/DescribeEntitiesDetectionJobCommand.d.ts +7 -16
  209. package/dist-types/ts3.4/commands/DescribeEntityRecognizerCommand.d.ts +7 -16
  210. package/dist-types/ts3.4/commands/DescribeEventsDetectionJobCommand.d.ts +7 -16
  211. package/dist-types/ts3.4/commands/DescribeFlywheelCommand.d.ts +7 -16
  212. package/dist-types/ts3.4/commands/DescribeFlywheelIterationCommand.d.ts +7 -16
  213. package/dist-types/ts3.4/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +7 -16
  214. package/dist-types/ts3.4/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +7 -16
  215. package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +7 -16
  216. package/dist-types/ts3.4/commands/DescribeSentimentDetectionJobCommand.d.ts +7 -16
  217. package/dist-types/ts3.4/commands/DescribeTargetedSentimentDetectionJobCommand.d.ts +7 -16
  218. package/dist-types/ts3.4/commands/DescribeTopicsDetectionJobCommand.d.ts +7 -16
  219. package/dist-types/ts3.4/commands/DetectDominantLanguageCommand.d.ts +7 -16
  220. package/dist-types/ts3.4/commands/DetectEntitiesCommand.d.ts +7 -16
  221. package/dist-types/ts3.4/commands/DetectKeyPhrasesCommand.d.ts +7 -16
  222. package/dist-types/ts3.4/commands/DetectPiiEntitiesCommand.d.ts +7 -16
  223. package/dist-types/ts3.4/commands/DetectSentimentCommand.d.ts +7 -16
  224. package/dist-types/ts3.4/commands/DetectSyntaxCommand.d.ts +7 -16
  225. package/dist-types/ts3.4/commands/DetectTargetedSentimentCommand.d.ts +7 -16
  226. package/dist-types/ts3.4/commands/DetectToxicContentCommand.d.ts +7 -16
  227. package/dist-types/ts3.4/commands/ImportModelCommand.d.ts +7 -16
  228. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +7 -16
  229. package/dist-types/ts3.4/commands/ListDocumentClassificationJobsCommand.d.ts +7 -16
  230. package/dist-types/ts3.4/commands/ListDocumentClassifierSummariesCommand.d.ts +7 -16
  231. package/dist-types/ts3.4/commands/ListDocumentClassifiersCommand.d.ts +7 -16
  232. package/dist-types/ts3.4/commands/ListDominantLanguageDetectionJobsCommand.d.ts +7 -16
  233. package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +7 -16
  234. package/dist-types/ts3.4/commands/ListEntitiesDetectionJobsCommand.d.ts +7 -16
  235. package/dist-types/ts3.4/commands/ListEntityRecognizerSummariesCommand.d.ts +7 -16
  236. package/dist-types/ts3.4/commands/ListEntityRecognizersCommand.d.ts +7 -16
  237. package/dist-types/ts3.4/commands/ListEventsDetectionJobsCommand.d.ts +7 -16
  238. package/dist-types/ts3.4/commands/ListFlywheelIterationHistoryCommand.d.ts +7 -16
  239. package/dist-types/ts3.4/commands/ListFlywheelsCommand.d.ts +7 -16
  240. package/dist-types/ts3.4/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +7 -16
  241. package/dist-types/ts3.4/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +7 -16
  242. package/dist-types/ts3.4/commands/ListSentimentDetectionJobsCommand.d.ts +7 -16
  243. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  244. package/dist-types/ts3.4/commands/ListTargetedSentimentDetectionJobsCommand.d.ts +7 -16
  245. package/dist-types/ts3.4/commands/ListTopicsDetectionJobsCommand.d.ts +7 -16
  246. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +7 -16
  247. package/dist-types/ts3.4/commands/StartDocumentClassificationJobCommand.d.ts +7 -16
  248. package/dist-types/ts3.4/commands/StartDominantLanguageDetectionJobCommand.d.ts +7 -16
  249. package/dist-types/ts3.4/commands/StartEntitiesDetectionJobCommand.d.ts +7 -16
  250. package/dist-types/ts3.4/commands/StartEventsDetectionJobCommand.d.ts +7 -16
  251. package/dist-types/ts3.4/commands/StartFlywheelIterationCommand.d.ts +7 -16
  252. package/dist-types/ts3.4/commands/StartKeyPhrasesDetectionJobCommand.d.ts +7 -16
  253. package/dist-types/ts3.4/commands/StartPiiEntitiesDetectionJobCommand.d.ts +7 -16
  254. package/dist-types/ts3.4/commands/StartSentimentDetectionJobCommand.d.ts +7 -16
  255. package/dist-types/ts3.4/commands/StartTargetedSentimentDetectionJobCommand.d.ts +7 -16
  256. package/dist-types/ts3.4/commands/StartTopicsDetectionJobCommand.d.ts +7 -16
  257. package/dist-types/ts3.4/commands/StopDominantLanguageDetectionJobCommand.d.ts +7 -16
  258. package/dist-types/ts3.4/commands/StopEntitiesDetectionJobCommand.d.ts +7 -16
  259. package/dist-types/ts3.4/commands/StopEventsDetectionJobCommand.d.ts +7 -16
  260. package/dist-types/ts3.4/commands/StopKeyPhrasesDetectionJobCommand.d.ts +7 -16
  261. package/dist-types/ts3.4/commands/StopPiiEntitiesDetectionJobCommand.d.ts +7 -16
  262. package/dist-types/ts3.4/commands/StopSentimentDetectionJobCommand.d.ts +7 -16
  263. package/dist-types/ts3.4/commands/StopTargetedSentimentDetectionJobCommand.d.ts +7 -16
  264. package/dist-types/ts3.4/commands/StopTrainingDocumentClassifierCommand.d.ts +7 -16
  265. package/dist-types/ts3.4/commands/StopTrainingEntityRecognizerCommand.d.ts +7 -16
  266. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  267. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  268. package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +7 -16
  269. package/dist-types/ts3.4/commands/UpdateFlywheelCommand.d.ts +7 -16
  270. package/dist-types/ts3.4/index.d.ts +1 -0
  271. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  272. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  273. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  274. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  275. package/package.json +8 -10
package/dist-cjs/index.js CHANGED
@@ -1,7 +1,8 @@
1
1
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
3
- const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
4
+ const { Command: $Command } = require("@smithy/core/client");
5
+ exports.$Command = $Command;
5
6
  exports.__Client = Client;
6
7
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
8
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
10
11
  const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
11
12
  const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
12
13
  const { defaultProvider } = require("@aws-sdk/credential-provider-node");
13
- const { toUtf8, fromUtf8, toBase64, fromBase64, Hash, calculateBodyLength } = require("@smithy/core/serde");
14
+ const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
14
15
  const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
15
16
  const { AwsJson1_1Protocol } = require("@aws-sdk/core/protocols");
17
+ const { Sha256 } = require("@smithy/core/checksum");
16
18
 
17
19
  const defaultComprehendHttpAuthSchemeParametersProvider = async (config, context, input) => {
18
20
  return {
@@ -67,7 +69,7 @@ const commonParams = {
67
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
68
70
  };
69
71
 
70
- var version = "3.1075.0";
72
+ var version = "3.1077.0";
71
73
  var packageInfo = {
72
74
  version: version};
73
75
 
@@ -2896,6 +2898,7 @@ const getRuntimeConfig$1 = (config) => {
2896
2898
  serviceTarget: "Comprehend_20171127",
2897
2899
  },
2898
2900
  serviceId: config?.serviceId ?? "Comprehend",
2901
+ sha256: config?.sha256 ?? Sha256,
2899
2902
  urlParser: config?.urlParser ?? parseUrl,
2900
2903
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
2901
2904
  utf8Encoder: config?.utf8Encoder ?? toUtf8,
@@ -2929,7 +2932,6 @@ const getRuntimeConfig = (config) => {
2929
2932
  ...NODE_RETRY_MODE_CONFIG_OPTIONS,
2930
2933
  default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
2931
2934
  }, config),
2932
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
2933
2935
  streamCollector: config?.streamCollector ?? streamCollector,
2934
2936
  useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
2935
2937
  useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
@@ -3017,1024 +3019,263 @@ class ComprehendClient extends Client {
3017
3019
  }
3018
3020
  }
3019
3021
 
3020
- class BatchDetectDominantLanguageCommand extends Command
3021
- .classBuilder()
3022
- .ep(commonParams)
3023
- .m(function (Command, cs, config, o) {
3024
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3025
- })
3026
- .s("Comprehend_20171127", "BatchDetectDominantLanguage", {})
3027
- .n("ComprehendClient", "BatchDetectDominantLanguageCommand")
3028
- .sc(BatchDetectDominantLanguage$)
3029
- .build() {
3022
+ const command = makeBuilder(commonParams, "Comprehend_20171127", "ComprehendClient", getEndpointPlugin);
3023
+ const _ep0 = {};
3024
+ const _mw0 = (Command, cs, config, o) => [];
3025
+
3026
+ class BatchDetectDominantLanguageCommand extends command(_ep0, _mw0, "BatchDetectDominantLanguage", BatchDetectDominantLanguage$) {
3030
3027
  }
3031
3028
 
3032
- class BatchDetectEntitiesCommand extends Command
3033
- .classBuilder()
3034
- .ep(commonParams)
3035
- .m(function (Command, cs, config, o) {
3036
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3037
- })
3038
- .s("Comprehend_20171127", "BatchDetectEntities", {})
3039
- .n("ComprehendClient", "BatchDetectEntitiesCommand")
3040
- .sc(BatchDetectEntities$)
3041
- .build() {
3029
+ class BatchDetectEntitiesCommand extends command(_ep0, _mw0, "BatchDetectEntities", BatchDetectEntities$) {
3042
3030
  }
3043
3031
 
3044
- class BatchDetectKeyPhrasesCommand extends Command
3045
- .classBuilder()
3046
- .ep(commonParams)
3047
- .m(function (Command, cs, config, o) {
3048
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3049
- })
3050
- .s("Comprehend_20171127", "BatchDetectKeyPhrases", {})
3051
- .n("ComprehendClient", "BatchDetectKeyPhrasesCommand")
3052
- .sc(BatchDetectKeyPhrases$)
3053
- .build() {
3032
+ class BatchDetectKeyPhrasesCommand extends command(_ep0, _mw0, "BatchDetectKeyPhrases", BatchDetectKeyPhrases$) {
3054
3033
  }
3055
3034
 
3056
- class BatchDetectSentimentCommand extends Command
3057
- .classBuilder()
3058
- .ep(commonParams)
3059
- .m(function (Command, cs, config, o) {
3060
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3061
- })
3062
- .s("Comprehend_20171127", "BatchDetectSentiment", {})
3063
- .n("ComprehendClient", "BatchDetectSentimentCommand")
3064
- .sc(BatchDetectSentiment$)
3065
- .build() {
3035
+ class BatchDetectSentimentCommand extends command(_ep0, _mw0, "BatchDetectSentiment", BatchDetectSentiment$) {
3066
3036
  }
3067
3037
 
3068
- class BatchDetectSyntaxCommand extends Command
3069
- .classBuilder()
3070
- .ep(commonParams)
3071
- .m(function (Command, cs, config, o) {
3072
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3073
- })
3074
- .s("Comprehend_20171127", "BatchDetectSyntax", {})
3075
- .n("ComprehendClient", "BatchDetectSyntaxCommand")
3076
- .sc(BatchDetectSyntax$)
3077
- .build() {
3038
+ class BatchDetectSyntaxCommand extends command(_ep0, _mw0, "BatchDetectSyntax", BatchDetectSyntax$) {
3078
3039
  }
3079
3040
 
3080
- class BatchDetectTargetedSentimentCommand extends Command
3081
- .classBuilder()
3082
- .ep(commonParams)
3083
- .m(function (Command, cs, config, o) {
3084
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3085
- })
3086
- .s("Comprehend_20171127", "BatchDetectTargetedSentiment", {})
3087
- .n("ComprehendClient", "BatchDetectTargetedSentimentCommand")
3088
- .sc(BatchDetectTargetedSentiment$)
3089
- .build() {
3041
+ class BatchDetectTargetedSentimentCommand extends command(_ep0, _mw0, "BatchDetectTargetedSentiment", BatchDetectTargetedSentiment$) {
3090
3042
  }
3091
3043
 
3092
- class ClassifyDocumentCommand extends Command
3093
- .classBuilder()
3094
- .ep(commonParams)
3095
- .m(function (Command, cs, config, o) {
3096
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3097
- })
3098
- .s("Comprehend_20171127", "ClassifyDocument", {})
3099
- .n("ComprehendClient", "ClassifyDocumentCommand")
3100
- .sc(ClassifyDocument$)
3101
- .build() {
3044
+ class ClassifyDocumentCommand extends command(_ep0, _mw0, "ClassifyDocument", ClassifyDocument$) {
3102
3045
  }
3103
3046
 
3104
- class ContainsPiiEntitiesCommand extends Command
3105
- .classBuilder()
3106
- .ep(commonParams)
3107
- .m(function (Command, cs, config, o) {
3108
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3109
- })
3110
- .s("Comprehend_20171127", "ContainsPiiEntities", {})
3111
- .n("ComprehendClient", "ContainsPiiEntitiesCommand")
3112
- .sc(ContainsPiiEntities$)
3113
- .build() {
3047
+ class ContainsPiiEntitiesCommand extends command(_ep0, _mw0, "ContainsPiiEntities", ContainsPiiEntities$) {
3114
3048
  }
3115
3049
 
3116
- class CreateDatasetCommand extends Command
3117
- .classBuilder()
3118
- .ep(commonParams)
3119
- .m(function (Command, cs, config, o) {
3120
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3121
- })
3122
- .s("Comprehend_20171127", "CreateDataset", {})
3123
- .n("ComprehendClient", "CreateDatasetCommand")
3124
- .sc(CreateDataset$)
3125
- .build() {
3050
+ class CreateDatasetCommand extends command(_ep0, _mw0, "CreateDataset", CreateDataset$) {
3126
3051
  }
3127
3052
 
3128
- class CreateDocumentClassifierCommand extends Command
3129
- .classBuilder()
3130
- .ep(commonParams)
3131
- .m(function (Command, cs, config, o) {
3132
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3133
- })
3134
- .s("Comprehend_20171127", "CreateDocumentClassifier", {})
3135
- .n("ComprehendClient", "CreateDocumentClassifierCommand")
3136
- .sc(CreateDocumentClassifier$)
3137
- .build() {
3053
+ class CreateDocumentClassifierCommand extends command(_ep0, _mw0, "CreateDocumentClassifier", CreateDocumentClassifier$) {
3138
3054
  }
3139
3055
 
3140
- class CreateEndpointCommand extends Command
3141
- .classBuilder()
3142
- .ep(commonParams)
3143
- .m(function (Command, cs, config, o) {
3144
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3145
- })
3146
- .s("Comprehend_20171127", "CreateEndpoint", {})
3147
- .n("ComprehendClient", "CreateEndpointCommand")
3148
- .sc(CreateEndpoint$)
3149
- .build() {
3056
+ class CreateEndpointCommand extends command(_ep0, _mw0, "CreateEndpoint", CreateEndpoint$) {
3150
3057
  }
3151
3058
 
3152
- class CreateEntityRecognizerCommand extends Command
3153
- .classBuilder()
3154
- .ep(commonParams)
3155
- .m(function (Command, cs, config, o) {
3156
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3157
- })
3158
- .s("Comprehend_20171127", "CreateEntityRecognizer", {})
3159
- .n("ComprehendClient", "CreateEntityRecognizerCommand")
3160
- .sc(CreateEntityRecognizer$)
3161
- .build() {
3059
+ class CreateEntityRecognizerCommand extends command(_ep0, _mw0, "CreateEntityRecognizer", CreateEntityRecognizer$) {
3162
3060
  }
3163
3061
 
3164
- class CreateFlywheelCommand extends Command
3165
- .classBuilder()
3166
- .ep(commonParams)
3167
- .m(function (Command, cs, config, o) {
3168
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3169
- })
3170
- .s("Comprehend_20171127", "CreateFlywheel", {})
3171
- .n("ComprehendClient", "CreateFlywheelCommand")
3172
- .sc(CreateFlywheel$)
3173
- .build() {
3062
+ class CreateFlywheelCommand extends command(_ep0, _mw0, "CreateFlywheel", CreateFlywheel$) {
3174
3063
  }
3175
3064
 
3176
- class DeleteDocumentClassifierCommand extends Command
3177
- .classBuilder()
3178
- .ep(commonParams)
3179
- .m(function (Command, cs, config, o) {
3180
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3181
- })
3182
- .s("Comprehend_20171127", "DeleteDocumentClassifier", {})
3183
- .n("ComprehendClient", "DeleteDocumentClassifierCommand")
3184
- .sc(DeleteDocumentClassifier$)
3185
- .build() {
3065
+ class DeleteDocumentClassifierCommand extends command(_ep0, _mw0, "DeleteDocumentClassifier", DeleteDocumentClassifier$) {
3186
3066
  }
3187
3067
 
3188
- class DeleteEndpointCommand extends Command
3189
- .classBuilder()
3190
- .ep(commonParams)
3191
- .m(function (Command, cs, config, o) {
3192
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3193
- })
3194
- .s("Comprehend_20171127", "DeleteEndpoint", {})
3195
- .n("ComprehendClient", "DeleteEndpointCommand")
3196
- .sc(DeleteEndpoint$)
3197
- .build() {
3068
+ class DeleteEndpointCommand extends command(_ep0, _mw0, "DeleteEndpoint", DeleteEndpoint$) {
3198
3069
  }
3199
3070
 
3200
- class DeleteEntityRecognizerCommand extends Command
3201
- .classBuilder()
3202
- .ep(commonParams)
3203
- .m(function (Command, cs, config, o) {
3204
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3205
- })
3206
- .s("Comprehend_20171127", "DeleteEntityRecognizer", {})
3207
- .n("ComprehendClient", "DeleteEntityRecognizerCommand")
3208
- .sc(DeleteEntityRecognizer$)
3209
- .build() {
3071
+ class DeleteEntityRecognizerCommand extends command(_ep0, _mw0, "DeleteEntityRecognizer", DeleteEntityRecognizer$) {
3210
3072
  }
3211
3073
 
3212
- class DeleteFlywheelCommand extends Command
3213
- .classBuilder()
3214
- .ep(commonParams)
3215
- .m(function (Command, cs, config, o) {
3216
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3217
- })
3218
- .s("Comprehend_20171127", "DeleteFlywheel", {})
3219
- .n("ComprehendClient", "DeleteFlywheelCommand")
3220
- .sc(DeleteFlywheel$)
3221
- .build() {
3074
+ class DeleteFlywheelCommand extends command(_ep0, _mw0, "DeleteFlywheel", DeleteFlywheel$) {
3222
3075
  }
3223
3076
 
3224
- class DeleteResourcePolicyCommand extends Command
3225
- .classBuilder()
3226
- .ep(commonParams)
3227
- .m(function (Command, cs, config, o) {
3228
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3229
- })
3230
- .s("Comprehend_20171127", "DeleteResourcePolicy", {})
3231
- .n("ComprehendClient", "DeleteResourcePolicyCommand")
3232
- .sc(DeleteResourcePolicy$)
3233
- .build() {
3077
+ class DeleteResourcePolicyCommand extends command(_ep0, _mw0, "DeleteResourcePolicy", DeleteResourcePolicy$) {
3234
3078
  }
3235
3079
 
3236
- class DescribeDatasetCommand extends Command
3237
- .classBuilder()
3238
- .ep(commonParams)
3239
- .m(function (Command, cs, config, o) {
3240
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3241
- })
3242
- .s("Comprehend_20171127", "DescribeDataset", {})
3243
- .n("ComprehendClient", "DescribeDatasetCommand")
3244
- .sc(DescribeDataset$)
3245
- .build() {
3080
+ class DescribeDatasetCommand extends command(_ep0, _mw0, "DescribeDataset", DescribeDataset$) {
3246
3081
  }
3247
3082
 
3248
- class DescribeDocumentClassificationJobCommand extends Command
3249
- .classBuilder()
3250
- .ep(commonParams)
3251
- .m(function (Command, cs, config, o) {
3252
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3253
- })
3254
- .s("Comprehend_20171127", "DescribeDocumentClassificationJob", {})
3255
- .n("ComprehendClient", "DescribeDocumentClassificationJobCommand")
3256
- .sc(DescribeDocumentClassificationJob$)
3257
- .build() {
3083
+ class DescribeDocumentClassificationJobCommand extends command(_ep0, _mw0, "DescribeDocumentClassificationJob", DescribeDocumentClassificationJob$) {
3258
3084
  }
3259
3085
 
3260
- class DescribeDocumentClassifierCommand extends Command
3261
- .classBuilder()
3262
- .ep(commonParams)
3263
- .m(function (Command, cs, config, o) {
3264
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3265
- })
3266
- .s("Comprehend_20171127", "DescribeDocumentClassifier", {})
3267
- .n("ComprehendClient", "DescribeDocumentClassifierCommand")
3268
- .sc(DescribeDocumentClassifier$)
3269
- .build() {
3086
+ class DescribeDocumentClassifierCommand extends command(_ep0, _mw0, "DescribeDocumentClassifier", DescribeDocumentClassifier$) {
3270
3087
  }
3271
3088
 
3272
- class DescribeDominantLanguageDetectionJobCommand extends Command
3273
- .classBuilder()
3274
- .ep(commonParams)
3275
- .m(function (Command, cs, config, o) {
3276
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3277
- })
3278
- .s("Comprehend_20171127", "DescribeDominantLanguageDetectionJob", {})
3279
- .n("ComprehendClient", "DescribeDominantLanguageDetectionJobCommand")
3280
- .sc(DescribeDominantLanguageDetectionJob$)
3281
- .build() {
3089
+ class DescribeDominantLanguageDetectionJobCommand extends command(_ep0, _mw0, "DescribeDominantLanguageDetectionJob", DescribeDominantLanguageDetectionJob$) {
3282
3090
  }
3283
3091
 
3284
- class DescribeEndpointCommand extends Command
3285
- .classBuilder()
3286
- .ep(commonParams)
3287
- .m(function (Command, cs, config, o) {
3288
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3289
- })
3290
- .s("Comprehend_20171127", "DescribeEndpoint", {})
3291
- .n("ComprehendClient", "DescribeEndpointCommand")
3292
- .sc(DescribeEndpoint$)
3293
- .build() {
3092
+ class DescribeEndpointCommand extends command(_ep0, _mw0, "DescribeEndpoint", DescribeEndpoint$) {
3294
3093
  }
3295
3094
 
3296
- class DescribeEntitiesDetectionJobCommand extends Command
3297
- .classBuilder()
3298
- .ep(commonParams)
3299
- .m(function (Command, cs, config, o) {
3300
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3301
- })
3302
- .s("Comprehend_20171127", "DescribeEntitiesDetectionJob", {})
3303
- .n("ComprehendClient", "DescribeEntitiesDetectionJobCommand")
3304
- .sc(DescribeEntitiesDetectionJob$)
3305
- .build() {
3095
+ class DescribeEntitiesDetectionJobCommand extends command(_ep0, _mw0, "DescribeEntitiesDetectionJob", DescribeEntitiesDetectionJob$) {
3306
3096
  }
3307
3097
 
3308
- class DescribeEntityRecognizerCommand extends Command
3309
- .classBuilder()
3310
- .ep(commonParams)
3311
- .m(function (Command, cs, config, o) {
3312
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3313
- })
3314
- .s("Comprehend_20171127", "DescribeEntityRecognizer", {})
3315
- .n("ComprehendClient", "DescribeEntityRecognizerCommand")
3316
- .sc(DescribeEntityRecognizer$)
3317
- .build() {
3098
+ class DescribeEntityRecognizerCommand extends command(_ep0, _mw0, "DescribeEntityRecognizer", DescribeEntityRecognizer$) {
3318
3099
  }
3319
3100
 
3320
- class DescribeEventsDetectionJobCommand extends Command
3321
- .classBuilder()
3322
- .ep(commonParams)
3323
- .m(function (Command, cs, config, o) {
3324
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3325
- })
3326
- .s("Comprehend_20171127", "DescribeEventsDetectionJob", {})
3327
- .n("ComprehendClient", "DescribeEventsDetectionJobCommand")
3328
- .sc(DescribeEventsDetectionJob$)
3329
- .build() {
3101
+ class DescribeEventsDetectionJobCommand extends command(_ep0, _mw0, "DescribeEventsDetectionJob", DescribeEventsDetectionJob$) {
3330
3102
  }
3331
3103
 
3332
- class DescribeFlywheelCommand extends Command
3333
- .classBuilder()
3334
- .ep(commonParams)
3335
- .m(function (Command, cs, config, o) {
3336
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3337
- })
3338
- .s("Comprehend_20171127", "DescribeFlywheel", {})
3339
- .n("ComprehendClient", "DescribeFlywheelCommand")
3340
- .sc(DescribeFlywheel$)
3341
- .build() {
3104
+ class DescribeFlywheelCommand extends command(_ep0, _mw0, "DescribeFlywheel", DescribeFlywheel$) {
3342
3105
  }
3343
3106
 
3344
- class DescribeFlywheelIterationCommand extends Command
3345
- .classBuilder()
3346
- .ep(commonParams)
3347
- .m(function (Command, cs, config, o) {
3348
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3349
- })
3350
- .s("Comprehend_20171127", "DescribeFlywheelIteration", {})
3351
- .n("ComprehendClient", "DescribeFlywheelIterationCommand")
3352
- .sc(DescribeFlywheelIteration$)
3353
- .build() {
3107
+ class DescribeFlywheelIterationCommand extends command(_ep0, _mw0, "DescribeFlywheelIteration", DescribeFlywheelIteration$) {
3354
3108
  }
3355
3109
 
3356
- class DescribeKeyPhrasesDetectionJobCommand extends Command
3357
- .classBuilder()
3358
- .ep(commonParams)
3359
- .m(function (Command, cs, config, o) {
3360
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3361
- })
3362
- .s("Comprehend_20171127", "DescribeKeyPhrasesDetectionJob", {})
3363
- .n("ComprehendClient", "DescribeKeyPhrasesDetectionJobCommand")
3364
- .sc(DescribeKeyPhrasesDetectionJob$)
3365
- .build() {
3110
+ class DescribeKeyPhrasesDetectionJobCommand extends command(_ep0, _mw0, "DescribeKeyPhrasesDetectionJob", DescribeKeyPhrasesDetectionJob$) {
3366
3111
  }
3367
3112
 
3368
- class DescribePiiEntitiesDetectionJobCommand extends Command
3369
- .classBuilder()
3370
- .ep(commonParams)
3371
- .m(function (Command, cs, config, o) {
3372
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3373
- })
3374
- .s("Comprehend_20171127", "DescribePiiEntitiesDetectionJob", {})
3375
- .n("ComprehendClient", "DescribePiiEntitiesDetectionJobCommand")
3376
- .sc(DescribePiiEntitiesDetectionJob$)
3377
- .build() {
3113
+ class DescribePiiEntitiesDetectionJobCommand extends command(_ep0, _mw0, "DescribePiiEntitiesDetectionJob", DescribePiiEntitiesDetectionJob$) {
3378
3114
  }
3379
3115
 
3380
- class DescribeResourcePolicyCommand extends Command
3381
- .classBuilder()
3382
- .ep(commonParams)
3383
- .m(function (Command, cs, config, o) {
3384
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3385
- })
3386
- .s("Comprehend_20171127", "DescribeResourcePolicy", {})
3387
- .n("ComprehendClient", "DescribeResourcePolicyCommand")
3388
- .sc(DescribeResourcePolicy$)
3389
- .build() {
3116
+ class DescribeResourcePolicyCommand extends command(_ep0, _mw0, "DescribeResourcePolicy", DescribeResourcePolicy$) {
3390
3117
  }
3391
3118
 
3392
- class DescribeSentimentDetectionJobCommand extends Command
3393
- .classBuilder()
3394
- .ep(commonParams)
3395
- .m(function (Command, cs, config, o) {
3396
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3397
- })
3398
- .s("Comprehend_20171127", "DescribeSentimentDetectionJob", {})
3399
- .n("ComprehendClient", "DescribeSentimentDetectionJobCommand")
3400
- .sc(DescribeSentimentDetectionJob$)
3401
- .build() {
3119
+ class DescribeSentimentDetectionJobCommand extends command(_ep0, _mw0, "DescribeSentimentDetectionJob", DescribeSentimentDetectionJob$) {
3402
3120
  }
3403
3121
 
3404
- class DescribeTargetedSentimentDetectionJobCommand extends Command
3405
- .classBuilder()
3406
- .ep(commonParams)
3407
- .m(function (Command, cs, config, o) {
3408
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3409
- })
3410
- .s("Comprehend_20171127", "DescribeTargetedSentimentDetectionJob", {})
3411
- .n("ComprehendClient", "DescribeTargetedSentimentDetectionJobCommand")
3412
- .sc(DescribeTargetedSentimentDetectionJob$)
3413
- .build() {
3122
+ class DescribeTargetedSentimentDetectionJobCommand extends command(_ep0, _mw0, "DescribeTargetedSentimentDetectionJob", DescribeTargetedSentimentDetectionJob$) {
3414
3123
  }
3415
3124
 
3416
- class DescribeTopicsDetectionJobCommand extends Command
3417
- .classBuilder()
3418
- .ep(commonParams)
3419
- .m(function (Command, cs, config, o) {
3420
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3421
- })
3422
- .s("Comprehend_20171127", "DescribeTopicsDetectionJob", {})
3423
- .n("ComprehendClient", "DescribeTopicsDetectionJobCommand")
3424
- .sc(DescribeTopicsDetectionJob$)
3425
- .build() {
3125
+ class DescribeTopicsDetectionJobCommand extends command(_ep0, _mw0, "DescribeTopicsDetectionJob", DescribeTopicsDetectionJob$) {
3426
3126
  }
3427
3127
 
3428
- class DetectDominantLanguageCommand extends Command
3429
- .classBuilder()
3430
- .ep(commonParams)
3431
- .m(function (Command, cs, config, o) {
3432
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3433
- })
3434
- .s("Comprehend_20171127", "DetectDominantLanguage", {})
3435
- .n("ComprehendClient", "DetectDominantLanguageCommand")
3436
- .sc(DetectDominantLanguage$)
3437
- .build() {
3128
+ class DetectDominantLanguageCommand extends command(_ep0, _mw0, "DetectDominantLanguage", DetectDominantLanguage$) {
3438
3129
  }
3439
3130
 
3440
- class DetectEntitiesCommand extends Command
3441
- .classBuilder()
3442
- .ep(commonParams)
3443
- .m(function (Command, cs, config, o) {
3444
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3445
- })
3446
- .s("Comprehend_20171127", "DetectEntities", {})
3447
- .n("ComprehendClient", "DetectEntitiesCommand")
3448
- .sc(DetectEntities$)
3449
- .build() {
3131
+ class DetectEntitiesCommand extends command(_ep0, _mw0, "DetectEntities", DetectEntities$) {
3450
3132
  }
3451
3133
 
3452
- class DetectKeyPhrasesCommand extends Command
3453
- .classBuilder()
3454
- .ep(commonParams)
3455
- .m(function (Command, cs, config, o) {
3456
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3457
- })
3458
- .s("Comprehend_20171127", "DetectKeyPhrases", {})
3459
- .n("ComprehendClient", "DetectKeyPhrasesCommand")
3460
- .sc(DetectKeyPhrases$)
3461
- .build() {
3134
+ class DetectKeyPhrasesCommand extends command(_ep0, _mw0, "DetectKeyPhrases", DetectKeyPhrases$) {
3462
3135
  }
3463
3136
 
3464
- class DetectPiiEntitiesCommand extends Command
3465
- .classBuilder()
3466
- .ep(commonParams)
3467
- .m(function (Command, cs, config, o) {
3468
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3469
- })
3470
- .s("Comprehend_20171127", "DetectPiiEntities", {})
3471
- .n("ComprehendClient", "DetectPiiEntitiesCommand")
3472
- .sc(DetectPiiEntities$)
3473
- .build() {
3137
+ class DetectPiiEntitiesCommand extends command(_ep0, _mw0, "DetectPiiEntities", DetectPiiEntities$) {
3474
3138
  }
3475
3139
 
3476
- class DetectSentimentCommand extends Command
3477
- .classBuilder()
3478
- .ep(commonParams)
3479
- .m(function (Command, cs, config, o) {
3480
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3481
- })
3482
- .s("Comprehend_20171127", "DetectSentiment", {})
3483
- .n("ComprehendClient", "DetectSentimentCommand")
3484
- .sc(DetectSentiment$)
3485
- .build() {
3140
+ class DetectSentimentCommand extends command(_ep0, _mw0, "DetectSentiment", DetectSentiment$) {
3486
3141
  }
3487
3142
 
3488
- class DetectSyntaxCommand extends Command
3489
- .classBuilder()
3490
- .ep(commonParams)
3491
- .m(function (Command, cs, config, o) {
3492
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3493
- })
3494
- .s("Comprehend_20171127", "DetectSyntax", {})
3495
- .n("ComprehendClient", "DetectSyntaxCommand")
3496
- .sc(DetectSyntax$)
3497
- .build() {
3143
+ class DetectSyntaxCommand extends command(_ep0, _mw0, "DetectSyntax", DetectSyntax$) {
3498
3144
  }
3499
3145
 
3500
- class DetectTargetedSentimentCommand extends Command
3501
- .classBuilder()
3502
- .ep(commonParams)
3503
- .m(function (Command, cs, config, o) {
3504
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3505
- })
3506
- .s("Comprehend_20171127", "DetectTargetedSentiment", {})
3507
- .n("ComprehendClient", "DetectTargetedSentimentCommand")
3508
- .sc(DetectTargetedSentiment$)
3509
- .build() {
3146
+ class DetectTargetedSentimentCommand extends command(_ep0, _mw0, "DetectTargetedSentiment", DetectTargetedSentiment$) {
3510
3147
  }
3511
3148
 
3512
- class DetectToxicContentCommand extends Command
3513
- .classBuilder()
3514
- .ep(commonParams)
3515
- .m(function (Command, cs, config, o) {
3516
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3517
- })
3518
- .s("Comprehend_20171127", "DetectToxicContent", {})
3519
- .n("ComprehendClient", "DetectToxicContentCommand")
3520
- .sc(DetectToxicContent$)
3521
- .build() {
3149
+ class DetectToxicContentCommand extends command(_ep0, _mw0, "DetectToxicContent", DetectToxicContent$) {
3522
3150
  }
3523
3151
 
3524
- class ImportModelCommand extends Command
3525
- .classBuilder()
3526
- .ep(commonParams)
3527
- .m(function (Command, cs, config, o) {
3528
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3529
- })
3530
- .s("Comprehend_20171127", "ImportModel", {})
3531
- .n("ComprehendClient", "ImportModelCommand")
3532
- .sc(ImportModel$)
3533
- .build() {
3152
+ class ImportModelCommand extends command(_ep0, _mw0, "ImportModel", ImportModel$) {
3534
3153
  }
3535
3154
 
3536
- class ListDatasetsCommand extends Command
3537
- .classBuilder()
3538
- .ep(commonParams)
3539
- .m(function (Command, cs, config, o) {
3540
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3541
- })
3542
- .s("Comprehend_20171127", "ListDatasets", {})
3543
- .n("ComprehendClient", "ListDatasetsCommand")
3544
- .sc(ListDatasets$)
3545
- .build() {
3155
+ class ListDatasetsCommand extends command(_ep0, _mw0, "ListDatasets", ListDatasets$) {
3546
3156
  }
3547
3157
 
3548
- class ListDocumentClassificationJobsCommand extends Command
3549
- .classBuilder()
3550
- .ep(commonParams)
3551
- .m(function (Command, cs, config, o) {
3552
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3553
- })
3554
- .s("Comprehend_20171127", "ListDocumentClassificationJobs", {})
3555
- .n("ComprehendClient", "ListDocumentClassificationJobsCommand")
3556
- .sc(ListDocumentClassificationJobs$)
3557
- .build() {
3158
+ class ListDocumentClassificationJobsCommand extends command(_ep0, _mw0, "ListDocumentClassificationJobs", ListDocumentClassificationJobs$) {
3558
3159
  }
3559
3160
 
3560
- class ListDocumentClassifiersCommand extends Command
3561
- .classBuilder()
3562
- .ep(commonParams)
3563
- .m(function (Command, cs, config, o) {
3564
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3565
- })
3566
- .s("Comprehend_20171127", "ListDocumentClassifiers", {})
3567
- .n("ComprehendClient", "ListDocumentClassifiersCommand")
3568
- .sc(ListDocumentClassifiers$)
3569
- .build() {
3161
+ class ListDocumentClassifiersCommand extends command(_ep0, _mw0, "ListDocumentClassifiers", ListDocumentClassifiers$) {
3570
3162
  }
3571
3163
 
3572
- class ListDocumentClassifierSummariesCommand extends Command
3573
- .classBuilder()
3574
- .ep(commonParams)
3575
- .m(function (Command, cs, config, o) {
3576
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3577
- })
3578
- .s("Comprehend_20171127", "ListDocumentClassifierSummaries", {})
3579
- .n("ComprehendClient", "ListDocumentClassifierSummariesCommand")
3580
- .sc(ListDocumentClassifierSummaries$)
3581
- .build() {
3164
+ class ListDocumentClassifierSummariesCommand extends command(_ep0, _mw0, "ListDocumentClassifierSummaries", ListDocumentClassifierSummaries$) {
3582
3165
  }
3583
3166
 
3584
- class ListDominantLanguageDetectionJobsCommand extends Command
3585
- .classBuilder()
3586
- .ep(commonParams)
3587
- .m(function (Command, cs, config, o) {
3588
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3589
- })
3590
- .s("Comprehend_20171127", "ListDominantLanguageDetectionJobs", {})
3591
- .n("ComprehendClient", "ListDominantLanguageDetectionJobsCommand")
3592
- .sc(ListDominantLanguageDetectionJobs$)
3593
- .build() {
3167
+ class ListDominantLanguageDetectionJobsCommand extends command(_ep0, _mw0, "ListDominantLanguageDetectionJobs", ListDominantLanguageDetectionJobs$) {
3594
3168
  }
3595
3169
 
3596
- class ListEndpointsCommand extends Command
3597
- .classBuilder()
3598
- .ep(commonParams)
3599
- .m(function (Command, cs, config, o) {
3600
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3601
- })
3602
- .s("Comprehend_20171127", "ListEndpoints", {})
3603
- .n("ComprehendClient", "ListEndpointsCommand")
3604
- .sc(ListEndpoints$)
3605
- .build() {
3170
+ class ListEndpointsCommand extends command(_ep0, _mw0, "ListEndpoints", ListEndpoints$) {
3606
3171
  }
3607
3172
 
3608
- class ListEntitiesDetectionJobsCommand extends Command
3609
- .classBuilder()
3610
- .ep(commonParams)
3611
- .m(function (Command, cs, config, o) {
3612
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3613
- })
3614
- .s("Comprehend_20171127", "ListEntitiesDetectionJobs", {})
3615
- .n("ComprehendClient", "ListEntitiesDetectionJobsCommand")
3616
- .sc(ListEntitiesDetectionJobs$)
3617
- .build() {
3173
+ class ListEntitiesDetectionJobsCommand extends command(_ep0, _mw0, "ListEntitiesDetectionJobs", ListEntitiesDetectionJobs$) {
3618
3174
  }
3619
3175
 
3620
- class ListEntityRecognizersCommand extends Command
3621
- .classBuilder()
3622
- .ep(commonParams)
3623
- .m(function (Command, cs, config, o) {
3624
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3625
- })
3626
- .s("Comprehend_20171127", "ListEntityRecognizers", {})
3627
- .n("ComprehendClient", "ListEntityRecognizersCommand")
3628
- .sc(ListEntityRecognizers$)
3629
- .build() {
3176
+ class ListEntityRecognizersCommand extends command(_ep0, _mw0, "ListEntityRecognizers", ListEntityRecognizers$) {
3630
3177
  }
3631
3178
 
3632
- class ListEntityRecognizerSummariesCommand extends Command
3633
- .classBuilder()
3634
- .ep(commonParams)
3635
- .m(function (Command, cs, config, o) {
3636
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3637
- })
3638
- .s("Comprehend_20171127", "ListEntityRecognizerSummaries", {})
3639
- .n("ComprehendClient", "ListEntityRecognizerSummariesCommand")
3640
- .sc(ListEntityRecognizerSummaries$)
3641
- .build() {
3179
+ class ListEntityRecognizerSummariesCommand extends command(_ep0, _mw0, "ListEntityRecognizerSummaries", ListEntityRecognizerSummaries$) {
3642
3180
  }
3643
3181
 
3644
- class ListEventsDetectionJobsCommand extends Command
3645
- .classBuilder()
3646
- .ep(commonParams)
3647
- .m(function (Command, cs, config, o) {
3648
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3649
- })
3650
- .s("Comprehend_20171127", "ListEventsDetectionJobs", {})
3651
- .n("ComprehendClient", "ListEventsDetectionJobsCommand")
3652
- .sc(ListEventsDetectionJobs$)
3653
- .build() {
3182
+ class ListEventsDetectionJobsCommand extends command(_ep0, _mw0, "ListEventsDetectionJobs", ListEventsDetectionJobs$) {
3654
3183
  }
3655
3184
 
3656
- class ListFlywheelIterationHistoryCommand extends Command
3657
- .classBuilder()
3658
- .ep(commonParams)
3659
- .m(function (Command, cs, config, o) {
3660
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3661
- })
3662
- .s("Comprehend_20171127", "ListFlywheelIterationHistory", {})
3663
- .n("ComprehendClient", "ListFlywheelIterationHistoryCommand")
3664
- .sc(ListFlywheelIterationHistory$)
3665
- .build() {
3185
+ class ListFlywheelIterationHistoryCommand extends command(_ep0, _mw0, "ListFlywheelIterationHistory", ListFlywheelIterationHistory$) {
3666
3186
  }
3667
3187
 
3668
- class ListFlywheelsCommand extends Command
3669
- .classBuilder()
3670
- .ep(commonParams)
3671
- .m(function (Command, cs, config, o) {
3672
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3673
- })
3674
- .s("Comprehend_20171127", "ListFlywheels", {})
3675
- .n("ComprehendClient", "ListFlywheelsCommand")
3676
- .sc(ListFlywheels$)
3677
- .build() {
3188
+ class ListFlywheelsCommand extends command(_ep0, _mw0, "ListFlywheels", ListFlywheels$) {
3678
3189
  }
3679
3190
 
3680
- class ListKeyPhrasesDetectionJobsCommand extends Command
3681
- .classBuilder()
3682
- .ep(commonParams)
3683
- .m(function (Command, cs, config, o) {
3684
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3685
- })
3686
- .s("Comprehend_20171127", "ListKeyPhrasesDetectionJobs", {})
3687
- .n("ComprehendClient", "ListKeyPhrasesDetectionJobsCommand")
3688
- .sc(ListKeyPhrasesDetectionJobs$)
3689
- .build() {
3191
+ class ListKeyPhrasesDetectionJobsCommand extends command(_ep0, _mw0, "ListKeyPhrasesDetectionJobs", ListKeyPhrasesDetectionJobs$) {
3690
3192
  }
3691
3193
 
3692
- class ListPiiEntitiesDetectionJobsCommand extends Command
3693
- .classBuilder()
3694
- .ep(commonParams)
3695
- .m(function (Command, cs, config, o) {
3696
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3697
- })
3698
- .s("Comprehend_20171127", "ListPiiEntitiesDetectionJobs", {})
3699
- .n("ComprehendClient", "ListPiiEntitiesDetectionJobsCommand")
3700
- .sc(ListPiiEntitiesDetectionJobs$)
3701
- .build() {
3194
+ class ListPiiEntitiesDetectionJobsCommand extends command(_ep0, _mw0, "ListPiiEntitiesDetectionJobs", ListPiiEntitiesDetectionJobs$) {
3702
3195
  }
3703
3196
 
3704
- class ListSentimentDetectionJobsCommand extends Command
3705
- .classBuilder()
3706
- .ep(commonParams)
3707
- .m(function (Command, cs, config, o) {
3708
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3709
- })
3710
- .s("Comprehend_20171127", "ListSentimentDetectionJobs", {})
3711
- .n("ComprehendClient", "ListSentimentDetectionJobsCommand")
3712
- .sc(ListSentimentDetectionJobs$)
3713
- .build() {
3197
+ class ListSentimentDetectionJobsCommand extends command(_ep0, _mw0, "ListSentimentDetectionJobs", ListSentimentDetectionJobs$) {
3714
3198
  }
3715
3199
 
3716
- class ListTagsForResourceCommand extends Command
3717
- .classBuilder()
3718
- .ep(commonParams)
3719
- .m(function (Command, cs, config, o) {
3720
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3721
- })
3722
- .s("Comprehend_20171127", "ListTagsForResource", {})
3723
- .n("ComprehendClient", "ListTagsForResourceCommand")
3724
- .sc(ListTagsForResource$)
3725
- .build() {
3200
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
3726
3201
  }
3727
3202
 
3728
- class ListTargetedSentimentDetectionJobsCommand extends Command
3729
- .classBuilder()
3730
- .ep(commonParams)
3731
- .m(function (Command, cs, config, o) {
3732
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3733
- })
3734
- .s("Comprehend_20171127", "ListTargetedSentimentDetectionJobs", {})
3735
- .n("ComprehendClient", "ListTargetedSentimentDetectionJobsCommand")
3736
- .sc(ListTargetedSentimentDetectionJobs$)
3737
- .build() {
3203
+ class ListTargetedSentimentDetectionJobsCommand extends command(_ep0, _mw0, "ListTargetedSentimentDetectionJobs", ListTargetedSentimentDetectionJobs$) {
3738
3204
  }
3739
3205
 
3740
- class ListTopicsDetectionJobsCommand extends Command
3741
- .classBuilder()
3742
- .ep(commonParams)
3743
- .m(function (Command, cs, config, o) {
3744
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3745
- })
3746
- .s("Comprehend_20171127", "ListTopicsDetectionJobs", {})
3747
- .n("ComprehendClient", "ListTopicsDetectionJobsCommand")
3748
- .sc(ListTopicsDetectionJobs$)
3749
- .build() {
3206
+ class ListTopicsDetectionJobsCommand extends command(_ep0, _mw0, "ListTopicsDetectionJobs", ListTopicsDetectionJobs$) {
3750
3207
  }
3751
3208
 
3752
- class PutResourcePolicyCommand extends Command
3753
- .classBuilder()
3754
- .ep(commonParams)
3755
- .m(function (Command, cs, config, o) {
3756
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3757
- })
3758
- .s("Comprehend_20171127", "PutResourcePolicy", {})
3759
- .n("ComprehendClient", "PutResourcePolicyCommand")
3760
- .sc(PutResourcePolicy$)
3761
- .build() {
3209
+ class PutResourcePolicyCommand extends command(_ep0, _mw0, "PutResourcePolicy", PutResourcePolicy$) {
3762
3210
  }
3763
3211
 
3764
- class StartDocumentClassificationJobCommand extends Command
3765
- .classBuilder()
3766
- .ep(commonParams)
3767
- .m(function (Command, cs, config, o) {
3768
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3769
- })
3770
- .s("Comprehend_20171127", "StartDocumentClassificationJob", {})
3771
- .n("ComprehendClient", "StartDocumentClassificationJobCommand")
3772
- .sc(StartDocumentClassificationJob$)
3773
- .build() {
3212
+ class StartDocumentClassificationJobCommand extends command(_ep0, _mw0, "StartDocumentClassificationJob", StartDocumentClassificationJob$) {
3774
3213
  }
3775
3214
 
3776
- class StartDominantLanguageDetectionJobCommand extends Command
3777
- .classBuilder()
3778
- .ep(commonParams)
3779
- .m(function (Command, cs, config, o) {
3780
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3781
- })
3782
- .s("Comprehend_20171127", "StartDominantLanguageDetectionJob", {})
3783
- .n("ComprehendClient", "StartDominantLanguageDetectionJobCommand")
3784
- .sc(StartDominantLanguageDetectionJob$)
3785
- .build() {
3215
+ class StartDominantLanguageDetectionJobCommand extends command(_ep0, _mw0, "StartDominantLanguageDetectionJob", StartDominantLanguageDetectionJob$) {
3786
3216
  }
3787
3217
 
3788
- class StartEntitiesDetectionJobCommand extends Command
3789
- .classBuilder()
3790
- .ep(commonParams)
3791
- .m(function (Command, cs, config, o) {
3792
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3793
- })
3794
- .s("Comprehend_20171127", "StartEntitiesDetectionJob", {})
3795
- .n("ComprehendClient", "StartEntitiesDetectionJobCommand")
3796
- .sc(StartEntitiesDetectionJob$)
3797
- .build() {
3218
+ class StartEntitiesDetectionJobCommand extends command(_ep0, _mw0, "StartEntitiesDetectionJob", StartEntitiesDetectionJob$) {
3798
3219
  }
3799
3220
 
3800
- class StartEventsDetectionJobCommand extends Command
3801
- .classBuilder()
3802
- .ep(commonParams)
3803
- .m(function (Command, cs, config, o) {
3804
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3805
- })
3806
- .s("Comprehend_20171127", "StartEventsDetectionJob", {})
3807
- .n("ComprehendClient", "StartEventsDetectionJobCommand")
3808
- .sc(StartEventsDetectionJob$)
3809
- .build() {
3221
+ class StartEventsDetectionJobCommand extends command(_ep0, _mw0, "StartEventsDetectionJob", StartEventsDetectionJob$) {
3810
3222
  }
3811
3223
 
3812
- class StartFlywheelIterationCommand extends Command
3813
- .classBuilder()
3814
- .ep(commonParams)
3815
- .m(function (Command, cs, config, o) {
3816
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3817
- })
3818
- .s("Comprehend_20171127", "StartFlywheelIteration", {})
3819
- .n("ComprehendClient", "StartFlywheelIterationCommand")
3820
- .sc(StartFlywheelIteration$)
3821
- .build() {
3224
+ class StartFlywheelIterationCommand extends command(_ep0, _mw0, "StartFlywheelIteration", StartFlywheelIteration$) {
3822
3225
  }
3823
3226
 
3824
- class StartKeyPhrasesDetectionJobCommand extends Command
3825
- .classBuilder()
3826
- .ep(commonParams)
3827
- .m(function (Command, cs, config, o) {
3828
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3829
- })
3830
- .s("Comprehend_20171127", "StartKeyPhrasesDetectionJob", {})
3831
- .n("ComprehendClient", "StartKeyPhrasesDetectionJobCommand")
3832
- .sc(StartKeyPhrasesDetectionJob$)
3833
- .build() {
3227
+ class StartKeyPhrasesDetectionJobCommand extends command(_ep0, _mw0, "StartKeyPhrasesDetectionJob", StartKeyPhrasesDetectionJob$) {
3834
3228
  }
3835
3229
 
3836
- class StartPiiEntitiesDetectionJobCommand extends Command
3837
- .classBuilder()
3838
- .ep(commonParams)
3839
- .m(function (Command, cs, config, o) {
3840
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3841
- })
3842
- .s("Comprehend_20171127", "StartPiiEntitiesDetectionJob", {})
3843
- .n("ComprehendClient", "StartPiiEntitiesDetectionJobCommand")
3844
- .sc(StartPiiEntitiesDetectionJob$)
3845
- .build() {
3230
+ class StartPiiEntitiesDetectionJobCommand extends command(_ep0, _mw0, "StartPiiEntitiesDetectionJob", StartPiiEntitiesDetectionJob$) {
3846
3231
  }
3847
3232
 
3848
- class StartSentimentDetectionJobCommand extends Command
3849
- .classBuilder()
3850
- .ep(commonParams)
3851
- .m(function (Command, cs, config, o) {
3852
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3853
- })
3854
- .s("Comprehend_20171127", "StartSentimentDetectionJob", {})
3855
- .n("ComprehendClient", "StartSentimentDetectionJobCommand")
3856
- .sc(StartSentimentDetectionJob$)
3857
- .build() {
3233
+ class StartSentimentDetectionJobCommand extends command(_ep0, _mw0, "StartSentimentDetectionJob", StartSentimentDetectionJob$) {
3858
3234
  }
3859
3235
 
3860
- class StartTargetedSentimentDetectionJobCommand extends Command
3861
- .classBuilder()
3862
- .ep(commonParams)
3863
- .m(function (Command, cs, config, o) {
3864
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3865
- })
3866
- .s("Comprehend_20171127", "StartTargetedSentimentDetectionJob", {})
3867
- .n("ComprehendClient", "StartTargetedSentimentDetectionJobCommand")
3868
- .sc(StartTargetedSentimentDetectionJob$)
3869
- .build() {
3236
+ class StartTargetedSentimentDetectionJobCommand extends command(_ep0, _mw0, "StartTargetedSentimentDetectionJob", StartTargetedSentimentDetectionJob$) {
3870
3237
  }
3871
3238
 
3872
- class StartTopicsDetectionJobCommand extends Command
3873
- .classBuilder()
3874
- .ep(commonParams)
3875
- .m(function (Command, cs, config, o) {
3876
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3877
- })
3878
- .s("Comprehend_20171127", "StartTopicsDetectionJob", {})
3879
- .n("ComprehendClient", "StartTopicsDetectionJobCommand")
3880
- .sc(StartTopicsDetectionJob$)
3881
- .build() {
3239
+ class StartTopicsDetectionJobCommand extends command(_ep0, _mw0, "StartTopicsDetectionJob", StartTopicsDetectionJob$) {
3882
3240
  }
3883
3241
 
3884
- class StopDominantLanguageDetectionJobCommand extends Command
3885
- .classBuilder()
3886
- .ep(commonParams)
3887
- .m(function (Command, cs, config, o) {
3888
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3889
- })
3890
- .s("Comprehend_20171127", "StopDominantLanguageDetectionJob", {})
3891
- .n("ComprehendClient", "StopDominantLanguageDetectionJobCommand")
3892
- .sc(StopDominantLanguageDetectionJob$)
3893
- .build() {
3242
+ class StopDominantLanguageDetectionJobCommand extends command(_ep0, _mw0, "StopDominantLanguageDetectionJob", StopDominantLanguageDetectionJob$) {
3894
3243
  }
3895
3244
 
3896
- class StopEntitiesDetectionJobCommand extends Command
3897
- .classBuilder()
3898
- .ep(commonParams)
3899
- .m(function (Command, cs, config, o) {
3900
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3901
- })
3902
- .s("Comprehend_20171127", "StopEntitiesDetectionJob", {})
3903
- .n("ComprehendClient", "StopEntitiesDetectionJobCommand")
3904
- .sc(StopEntitiesDetectionJob$)
3905
- .build() {
3245
+ class StopEntitiesDetectionJobCommand extends command(_ep0, _mw0, "StopEntitiesDetectionJob", StopEntitiesDetectionJob$) {
3906
3246
  }
3907
3247
 
3908
- class StopEventsDetectionJobCommand extends Command
3909
- .classBuilder()
3910
- .ep(commonParams)
3911
- .m(function (Command, cs, config, o) {
3912
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3913
- })
3914
- .s("Comprehend_20171127", "StopEventsDetectionJob", {})
3915
- .n("ComprehendClient", "StopEventsDetectionJobCommand")
3916
- .sc(StopEventsDetectionJob$)
3917
- .build() {
3248
+ class StopEventsDetectionJobCommand extends command(_ep0, _mw0, "StopEventsDetectionJob", StopEventsDetectionJob$) {
3918
3249
  }
3919
3250
 
3920
- class StopKeyPhrasesDetectionJobCommand extends Command
3921
- .classBuilder()
3922
- .ep(commonParams)
3923
- .m(function (Command, cs, config, o) {
3924
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3925
- })
3926
- .s("Comprehend_20171127", "StopKeyPhrasesDetectionJob", {})
3927
- .n("ComprehendClient", "StopKeyPhrasesDetectionJobCommand")
3928
- .sc(StopKeyPhrasesDetectionJob$)
3929
- .build() {
3251
+ class StopKeyPhrasesDetectionJobCommand extends command(_ep0, _mw0, "StopKeyPhrasesDetectionJob", StopKeyPhrasesDetectionJob$) {
3930
3252
  }
3931
3253
 
3932
- class StopPiiEntitiesDetectionJobCommand extends Command
3933
- .classBuilder()
3934
- .ep(commonParams)
3935
- .m(function (Command, cs, config, o) {
3936
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3937
- })
3938
- .s("Comprehend_20171127", "StopPiiEntitiesDetectionJob", {})
3939
- .n("ComprehendClient", "StopPiiEntitiesDetectionJobCommand")
3940
- .sc(StopPiiEntitiesDetectionJob$)
3941
- .build() {
3254
+ class StopPiiEntitiesDetectionJobCommand extends command(_ep0, _mw0, "StopPiiEntitiesDetectionJob", StopPiiEntitiesDetectionJob$) {
3942
3255
  }
3943
3256
 
3944
- class StopSentimentDetectionJobCommand extends Command
3945
- .classBuilder()
3946
- .ep(commonParams)
3947
- .m(function (Command, cs, config, o) {
3948
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3949
- })
3950
- .s("Comprehend_20171127", "StopSentimentDetectionJob", {})
3951
- .n("ComprehendClient", "StopSentimentDetectionJobCommand")
3952
- .sc(StopSentimentDetectionJob$)
3953
- .build() {
3257
+ class StopSentimentDetectionJobCommand extends command(_ep0, _mw0, "StopSentimentDetectionJob", StopSentimentDetectionJob$) {
3954
3258
  }
3955
3259
 
3956
- class StopTargetedSentimentDetectionJobCommand extends Command
3957
- .classBuilder()
3958
- .ep(commonParams)
3959
- .m(function (Command, cs, config, o) {
3960
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3961
- })
3962
- .s("Comprehend_20171127", "StopTargetedSentimentDetectionJob", {})
3963
- .n("ComprehendClient", "StopTargetedSentimentDetectionJobCommand")
3964
- .sc(StopTargetedSentimentDetectionJob$)
3965
- .build() {
3260
+ class StopTargetedSentimentDetectionJobCommand extends command(_ep0, _mw0, "StopTargetedSentimentDetectionJob", StopTargetedSentimentDetectionJob$) {
3966
3261
  }
3967
3262
 
3968
- class StopTrainingDocumentClassifierCommand extends Command
3969
- .classBuilder()
3970
- .ep(commonParams)
3971
- .m(function (Command, cs, config, o) {
3972
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3973
- })
3974
- .s("Comprehend_20171127", "StopTrainingDocumentClassifier", {})
3975
- .n("ComprehendClient", "StopTrainingDocumentClassifierCommand")
3976
- .sc(StopTrainingDocumentClassifier$)
3977
- .build() {
3263
+ class StopTrainingDocumentClassifierCommand extends command(_ep0, _mw0, "StopTrainingDocumentClassifier", StopTrainingDocumentClassifier$) {
3978
3264
  }
3979
3265
 
3980
- class StopTrainingEntityRecognizerCommand extends Command
3981
- .classBuilder()
3982
- .ep(commonParams)
3983
- .m(function (Command, cs, config, o) {
3984
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3985
- })
3986
- .s("Comprehend_20171127", "StopTrainingEntityRecognizer", {})
3987
- .n("ComprehendClient", "StopTrainingEntityRecognizerCommand")
3988
- .sc(StopTrainingEntityRecognizer$)
3989
- .build() {
3266
+ class StopTrainingEntityRecognizerCommand extends command(_ep0, _mw0, "StopTrainingEntityRecognizer", StopTrainingEntityRecognizer$) {
3990
3267
  }
3991
3268
 
3992
- class TagResourceCommand extends Command
3993
- .classBuilder()
3994
- .ep(commonParams)
3995
- .m(function (Command, cs, config, o) {
3996
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3997
- })
3998
- .s("Comprehend_20171127", "TagResource", {})
3999
- .n("ComprehendClient", "TagResourceCommand")
4000
- .sc(TagResource$)
4001
- .build() {
3269
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
4002
3270
  }
4003
3271
 
4004
- class UntagResourceCommand extends Command
4005
- .classBuilder()
4006
- .ep(commonParams)
4007
- .m(function (Command, cs, config, o) {
4008
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4009
- })
4010
- .s("Comprehend_20171127", "UntagResource", {})
4011
- .n("ComprehendClient", "UntagResourceCommand")
4012
- .sc(UntagResource$)
4013
- .build() {
3272
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
4014
3273
  }
4015
3274
 
4016
- class UpdateEndpointCommand extends Command
4017
- .classBuilder()
4018
- .ep(commonParams)
4019
- .m(function (Command, cs, config, o) {
4020
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4021
- })
4022
- .s("Comprehend_20171127", "UpdateEndpoint", {})
4023
- .n("ComprehendClient", "UpdateEndpointCommand")
4024
- .sc(UpdateEndpoint$)
4025
- .build() {
3275
+ class UpdateEndpointCommand extends command(_ep0, _mw0, "UpdateEndpoint", UpdateEndpoint$) {
4026
3276
  }
4027
3277
 
4028
- class UpdateFlywheelCommand extends Command
4029
- .classBuilder()
4030
- .ep(commonParams)
4031
- .m(function (Command, cs, config, o) {
4032
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4033
- })
4034
- .s("Comprehend_20171127", "UpdateFlywheel", {})
4035
- .n("ComprehendClient", "UpdateFlywheelCommand")
4036
- .sc(UpdateFlywheel$)
4037
- .build() {
3278
+ class UpdateFlywheelCommand extends command(_ep0, _mw0, "UpdateFlywheel", UpdateFlywheel$) {
4038
3279
  }
4039
3280
 
4040
3281
  const paginateListDatasets = createPaginator(ComprehendClient, ListDatasetsCommand, "NextToken", "NextToken", "MaxResults");