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