@aws-sdk/client-comprehend 3.193.0 → 3.195.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 (324) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist-cjs/ComprehendClient.js +11 -8
  3. package/dist-cjs/commands/BatchDetectDominantLanguageCommand.js +10 -0
  4. package/dist-cjs/commands/BatchDetectEntitiesCommand.js +10 -0
  5. package/dist-cjs/commands/BatchDetectKeyPhrasesCommand.js +10 -0
  6. package/dist-cjs/commands/BatchDetectSentimentCommand.js +10 -0
  7. package/dist-cjs/commands/BatchDetectSyntaxCommand.js +10 -0
  8. package/dist-cjs/commands/BatchDetectTargetedSentimentCommand.js +10 -0
  9. package/dist-cjs/commands/ClassifyDocumentCommand.js +10 -0
  10. package/dist-cjs/commands/ContainsPiiEntitiesCommand.js +10 -0
  11. package/dist-cjs/commands/CreateDocumentClassifierCommand.js +10 -0
  12. package/dist-cjs/commands/CreateEndpointCommand.js +10 -0
  13. package/dist-cjs/commands/CreateEntityRecognizerCommand.js +10 -0
  14. package/dist-cjs/commands/DeleteDocumentClassifierCommand.js +10 -0
  15. package/dist-cjs/commands/DeleteEndpointCommand.js +10 -0
  16. package/dist-cjs/commands/DeleteEntityRecognizerCommand.js +10 -0
  17. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +10 -0
  18. package/dist-cjs/commands/DescribeDocumentClassificationJobCommand.js +10 -0
  19. package/dist-cjs/commands/DescribeDocumentClassifierCommand.js +10 -0
  20. package/dist-cjs/commands/DescribeDominantLanguageDetectionJobCommand.js +10 -0
  21. package/dist-cjs/commands/DescribeEndpointCommand.js +10 -0
  22. package/dist-cjs/commands/DescribeEntitiesDetectionJobCommand.js +10 -0
  23. package/dist-cjs/commands/DescribeEntityRecognizerCommand.js +10 -0
  24. package/dist-cjs/commands/DescribeEventsDetectionJobCommand.js +10 -0
  25. package/dist-cjs/commands/DescribeKeyPhrasesDetectionJobCommand.js +10 -0
  26. package/dist-cjs/commands/DescribePiiEntitiesDetectionJobCommand.js +10 -0
  27. package/dist-cjs/commands/DescribeResourcePolicyCommand.js +10 -0
  28. package/dist-cjs/commands/DescribeSentimentDetectionJobCommand.js +10 -0
  29. package/dist-cjs/commands/DescribeTargetedSentimentDetectionJobCommand.js +10 -0
  30. package/dist-cjs/commands/DescribeTopicsDetectionJobCommand.js +10 -0
  31. package/dist-cjs/commands/DetectDominantLanguageCommand.js +10 -0
  32. package/dist-cjs/commands/DetectEntitiesCommand.js +10 -0
  33. package/dist-cjs/commands/DetectKeyPhrasesCommand.js +10 -0
  34. package/dist-cjs/commands/DetectPiiEntitiesCommand.js +10 -0
  35. package/dist-cjs/commands/DetectSentimentCommand.js +10 -0
  36. package/dist-cjs/commands/DetectSyntaxCommand.js +10 -0
  37. package/dist-cjs/commands/DetectTargetedSentimentCommand.js +10 -0
  38. package/dist-cjs/commands/ImportModelCommand.js +10 -0
  39. package/dist-cjs/commands/ListDocumentClassificationJobsCommand.js +10 -0
  40. package/dist-cjs/commands/ListDocumentClassifierSummariesCommand.js +10 -0
  41. package/dist-cjs/commands/ListDocumentClassifiersCommand.js +10 -0
  42. package/dist-cjs/commands/ListDominantLanguageDetectionJobsCommand.js +10 -0
  43. package/dist-cjs/commands/ListEndpointsCommand.js +10 -0
  44. package/dist-cjs/commands/ListEntitiesDetectionJobsCommand.js +10 -0
  45. package/dist-cjs/commands/ListEntityRecognizerSummariesCommand.js +10 -0
  46. package/dist-cjs/commands/ListEntityRecognizersCommand.js +10 -0
  47. package/dist-cjs/commands/ListEventsDetectionJobsCommand.js +10 -0
  48. package/dist-cjs/commands/ListKeyPhrasesDetectionJobsCommand.js +10 -0
  49. package/dist-cjs/commands/ListPiiEntitiesDetectionJobsCommand.js +10 -0
  50. package/dist-cjs/commands/ListSentimentDetectionJobsCommand.js +10 -0
  51. package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
  52. package/dist-cjs/commands/ListTargetedSentimentDetectionJobsCommand.js +10 -0
  53. package/dist-cjs/commands/ListTopicsDetectionJobsCommand.js +10 -0
  54. package/dist-cjs/commands/PutResourcePolicyCommand.js +10 -0
  55. package/dist-cjs/commands/StartDocumentClassificationJobCommand.js +10 -0
  56. package/dist-cjs/commands/StartDominantLanguageDetectionJobCommand.js +10 -0
  57. package/dist-cjs/commands/StartEntitiesDetectionJobCommand.js +10 -0
  58. package/dist-cjs/commands/StartEventsDetectionJobCommand.js +10 -0
  59. package/dist-cjs/commands/StartKeyPhrasesDetectionJobCommand.js +10 -0
  60. package/dist-cjs/commands/StartPiiEntitiesDetectionJobCommand.js +10 -0
  61. package/dist-cjs/commands/StartSentimentDetectionJobCommand.js +10 -0
  62. package/dist-cjs/commands/StartTargetedSentimentDetectionJobCommand.js +10 -0
  63. package/dist-cjs/commands/StartTopicsDetectionJobCommand.js +10 -0
  64. package/dist-cjs/commands/StopDominantLanguageDetectionJobCommand.js +10 -0
  65. package/dist-cjs/commands/StopEntitiesDetectionJobCommand.js +10 -0
  66. package/dist-cjs/commands/StopEventsDetectionJobCommand.js +10 -0
  67. package/dist-cjs/commands/StopKeyPhrasesDetectionJobCommand.js +10 -0
  68. package/dist-cjs/commands/StopPiiEntitiesDetectionJobCommand.js +10 -0
  69. package/dist-cjs/commands/StopSentimentDetectionJobCommand.js +10 -0
  70. package/dist-cjs/commands/StopTargetedSentimentDetectionJobCommand.js +10 -0
  71. package/dist-cjs/commands/StopTrainingDocumentClassifierCommand.js +10 -0
  72. package/dist-cjs/commands/StopTrainingEntityRecognizerCommand.js +10 -0
  73. package/dist-cjs/commands/TagResourceCommand.js +10 -0
  74. package/dist-cjs/commands/UntagResourceCommand.js +10 -0
  75. package/dist-cjs/commands/UpdateEndpointCommand.js +10 -0
  76. package/dist-cjs/endpoint/EndpointParameters.js +13 -0
  77. package/dist-cjs/endpoint/endpointResolver.js +12 -0
  78. package/dist-cjs/endpoint/ruleset.js +318 -0
  79. package/dist-cjs/runtimeConfig.shared.js +3 -3
  80. package/dist-es/ComprehendClient.js +12 -9
  81. package/dist-es/commands/BatchDetectDominantLanguageCommand.js +10 -0
  82. package/dist-es/commands/BatchDetectEntitiesCommand.js +10 -0
  83. package/dist-es/commands/BatchDetectKeyPhrasesCommand.js +10 -0
  84. package/dist-es/commands/BatchDetectSentimentCommand.js +10 -0
  85. package/dist-es/commands/BatchDetectSyntaxCommand.js +10 -0
  86. package/dist-es/commands/BatchDetectTargetedSentimentCommand.js +10 -0
  87. package/dist-es/commands/ClassifyDocumentCommand.js +10 -0
  88. package/dist-es/commands/ContainsPiiEntitiesCommand.js +10 -0
  89. package/dist-es/commands/CreateDocumentClassifierCommand.js +10 -0
  90. package/dist-es/commands/CreateEndpointCommand.js +10 -0
  91. package/dist-es/commands/CreateEntityRecognizerCommand.js +10 -0
  92. package/dist-es/commands/DeleteDocumentClassifierCommand.js +10 -0
  93. package/dist-es/commands/DeleteEndpointCommand.js +10 -0
  94. package/dist-es/commands/DeleteEntityRecognizerCommand.js +10 -0
  95. package/dist-es/commands/DeleteResourcePolicyCommand.js +10 -0
  96. package/dist-es/commands/DescribeDocumentClassificationJobCommand.js +10 -0
  97. package/dist-es/commands/DescribeDocumentClassifierCommand.js +10 -0
  98. package/dist-es/commands/DescribeDominantLanguageDetectionJobCommand.js +10 -0
  99. package/dist-es/commands/DescribeEndpointCommand.js +10 -0
  100. package/dist-es/commands/DescribeEntitiesDetectionJobCommand.js +10 -0
  101. package/dist-es/commands/DescribeEntityRecognizerCommand.js +10 -0
  102. package/dist-es/commands/DescribeEventsDetectionJobCommand.js +10 -0
  103. package/dist-es/commands/DescribeKeyPhrasesDetectionJobCommand.js +10 -0
  104. package/dist-es/commands/DescribePiiEntitiesDetectionJobCommand.js +10 -0
  105. package/dist-es/commands/DescribeResourcePolicyCommand.js +10 -0
  106. package/dist-es/commands/DescribeSentimentDetectionJobCommand.js +10 -0
  107. package/dist-es/commands/DescribeTargetedSentimentDetectionJobCommand.js +10 -0
  108. package/dist-es/commands/DescribeTopicsDetectionJobCommand.js +10 -0
  109. package/dist-es/commands/DetectDominantLanguageCommand.js +10 -0
  110. package/dist-es/commands/DetectEntitiesCommand.js +10 -0
  111. package/dist-es/commands/DetectKeyPhrasesCommand.js +10 -0
  112. package/dist-es/commands/DetectPiiEntitiesCommand.js +10 -0
  113. package/dist-es/commands/DetectSentimentCommand.js +10 -0
  114. package/dist-es/commands/DetectSyntaxCommand.js +10 -0
  115. package/dist-es/commands/DetectTargetedSentimentCommand.js +10 -0
  116. package/dist-es/commands/ImportModelCommand.js +10 -0
  117. package/dist-es/commands/ListDocumentClassificationJobsCommand.js +10 -0
  118. package/dist-es/commands/ListDocumentClassifierSummariesCommand.js +10 -0
  119. package/dist-es/commands/ListDocumentClassifiersCommand.js +10 -0
  120. package/dist-es/commands/ListDominantLanguageDetectionJobsCommand.js +10 -0
  121. package/dist-es/commands/ListEndpointsCommand.js +10 -0
  122. package/dist-es/commands/ListEntitiesDetectionJobsCommand.js +10 -0
  123. package/dist-es/commands/ListEntityRecognizerSummariesCommand.js +10 -0
  124. package/dist-es/commands/ListEntityRecognizersCommand.js +10 -0
  125. package/dist-es/commands/ListEventsDetectionJobsCommand.js +10 -0
  126. package/dist-es/commands/ListKeyPhrasesDetectionJobsCommand.js +10 -0
  127. package/dist-es/commands/ListPiiEntitiesDetectionJobsCommand.js +10 -0
  128. package/dist-es/commands/ListSentimentDetectionJobsCommand.js +10 -0
  129. package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
  130. package/dist-es/commands/ListTargetedSentimentDetectionJobsCommand.js +10 -0
  131. package/dist-es/commands/ListTopicsDetectionJobsCommand.js +10 -0
  132. package/dist-es/commands/PutResourcePolicyCommand.js +10 -0
  133. package/dist-es/commands/StartDocumentClassificationJobCommand.js +10 -0
  134. package/dist-es/commands/StartDominantLanguageDetectionJobCommand.js +10 -0
  135. package/dist-es/commands/StartEntitiesDetectionJobCommand.js +10 -0
  136. package/dist-es/commands/StartEventsDetectionJobCommand.js +10 -0
  137. package/dist-es/commands/StartKeyPhrasesDetectionJobCommand.js +10 -0
  138. package/dist-es/commands/StartPiiEntitiesDetectionJobCommand.js +10 -0
  139. package/dist-es/commands/StartSentimentDetectionJobCommand.js +10 -0
  140. package/dist-es/commands/StartTargetedSentimentDetectionJobCommand.js +10 -0
  141. package/dist-es/commands/StartTopicsDetectionJobCommand.js +10 -0
  142. package/dist-es/commands/StopDominantLanguageDetectionJobCommand.js +10 -0
  143. package/dist-es/commands/StopEntitiesDetectionJobCommand.js +10 -0
  144. package/dist-es/commands/StopEventsDetectionJobCommand.js +10 -0
  145. package/dist-es/commands/StopKeyPhrasesDetectionJobCommand.js +10 -0
  146. package/dist-es/commands/StopPiiEntitiesDetectionJobCommand.js +10 -0
  147. package/dist-es/commands/StopSentimentDetectionJobCommand.js +10 -0
  148. package/dist-es/commands/StopTargetedSentimentDetectionJobCommand.js +10 -0
  149. package/dist-es/commands/StopTrainingDocumentClassifierCommand.js +10 -0
  150. package/dist-es/commands/StopTrainingEntityRecognizerCommand.js +10 -0
  151. package/dist-es/commands/TagResourceCommand.js +10 -0
  152. package/dist-es/commands/UntagResourceCommand.js +10 -0
  153. package/dist-es/commands/UpdateEndpointCommand.js +10 -0
  154. package/dist-es/endpoint/EndpointParameters.js +8 -0
  155. package/dist-es/endpoint/endpointResolver.js +8 -0
  156. package/dist-es/endpoint/ruleset.js +315 -0
  157. package/dist-es/runtimeConfig.shared.js +2 -2
  158. package/dist-types/ComprehendClient.d.ts +6 -9
  159. package/dist-types/commands/BatchDetectDominantLanguageCommand.d.ts +2 -0
  160. package/dist-types/commands/BatchDetectEntitiesCommand.d.ts +2 -0
  161. package/dist-types/commands/BatchDetectKeyPhrasesCommand.d.ts +2 -0
  162. package/dist-types/commands/BatchDetectSentimentCommand.d.ts +2 -0
  163. package/dist-types/commands/BatchDetectSyntaxCommand.d.ts +2 -0
  164. package/dist-types/commands/BatchDetectTargetedSentimentCommand.d.ts +2 -0
  165. package/dist-types/commands/ClassifyDocumentCommand.d.ts +2 -0
  166. package/dist-types/commands/ContainsPiiEntitiesCommand.d.ts +2 -0
  167. package/dist-types/commands/CreateDocumentClassifierCommand.d.ts +2 -0
  168. package/dist-types/commands/CreateEndpointCommand.d.ts +2 -0
  169. package/dist-types/commands/CreateEntityRecognizerCommand.d.ts +2 -0
  170. package/dist-types/commands/DeleteDocumentClassifierCommand.d.ts +2 -0
  171. package/dist-types/commands/DeleteEndpointCommand.d.ts +2 -0
  172. package/dist-types/commands/DeleteEntityRecognizerCommand.d.ts +2 -0
  173. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -0
  174. package/dist-types/commands/DescribeDocumentClassificationJobCommand.d.ts +2 -0
  175. package/dist-types/commands/DescribeDocumentClassifierCommand.d.ts +2 -0
  176. package/dist-types/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +2 -0
  177. package/dist-types/commands/DescribeEndpointCommand.d.ts +2 -0
  178. package/dist-types/commands/DescribeEntitiesDetectionJobCommand.d.ts +2 -0
  179. package/dist-types/commands/DescribeEntityRecognizerCommand.d.ts +2 -0
  180. package/dist-types/commands/DescribeEventsDetectionJobCommand.d.ts +2 -0
  181. package/dist-types/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +2 -0
  182. package/dist-types/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +2 -0
  183. package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +2 -0
  184. package/dist-types/commands/DescribeSentimentDetectionJobCommand.d.ts +2 -0
  185. package/dist-types/commands/DescribeTargetedSentimentDetectionJobCommand.d.ts +2 -0
  186. package/dist-types/commands/DescribeTopicsDetectionJobCommand.d.ts +2 -0
  187. package/dist-types/commands/DetectDominantLanguageCommand.d.ts +2 -0
  188. package/dist-types/commands/DetectEntitiesCommand.d.ts +2 -0
  189. package/dist-types/commands/DetectKeyPhrasesCommand.d.ts +2 -0
  190. package/dist-types/commands/DetectPiiEntitiesCommand.d.ts +2 -0
  191. package/dist-types/commands/DetectSentimentCommand.d.ts +2 -0
  192. package/dist-types/commands/DetectSyntaxCommand.d.ts +2 -0
  193. package/dist-types/commands/DetectTargetedSentimentCommand.d.ts +2 -0
  194. package/dist-types/commands/ImportModelCommand.d.ts +2 -0
  195. package/dist-types/commands/ListDocumentClassificationJobsCommand.d.ts +2 -0
  196. package/dist-types/commands/ListDocumentClassifierSummariesCommand.d.ts +2 -0
  197. package/dist-types/commands/ListDocumentClassifiersCommand.d.ts +2 -0
  198. package/dist-types/commands/ListDominantLanguageDetectionJobsCommand.d.ts +2 -0
  199. package/dist-types/commands/ListEndpointsCommand.d.ts +2 -0
  200. package/dist-types/commands/ListEntitiesDetectionJobsCommand.d.ts +2 -0
  201. package/dist-types/commands/ListEntityRecognizerSummariesCommand.d.ts +2 -0
  202. package/dist-types/commands/ListEntityRecognizersCommand.d.ts +2 -0
  203. package/dist-types/commands/ListEventsDetectionJobsCommand.d.ts +2 -0
  204. package/dist-types/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +2 -0
  205. package/dist-types/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +2 -0
  206. package/dist-types/commands/ListSentimentDetectionJobsCommand.d.ts +2 -0
  207. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
  208. package/dist-types/commands/ListTargetedSentimentDetectionJobsCommand.d.ts +2 -0
  209. package/dist-types/commands/ListTopicsDetectionJobsCommand.d.ts +2 -0
  210. package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -0
  211. package/dist-types/commands/StartDocumentClassificationJobCommand.d.ts +2 -0
  212. package/dist-types/commands/StartDominantLanguageDetectionJobCommand.d.ts +2 -0
  213. package/dist-types/commands/StartEntitiesDetectionJobCommand.d.ts +2 -0
  214. package/dist-types/commands/StartEventsDetectionJobCommand.d.ts +2 -0
  215. package/dist-types/commands/StartKeyPhrasesDetectionJobCommand.d.ts +2 -0
  216. package/dist-types/commands/StartPiiEntitiesDetectionJobCommand.d.ts +2 -0
  217. package/dist-types/commands/StartSentimentDetectionJobCommand.d.ts +2 -0
  218. package/dist-types/commands/StartTargetedSentimentDetectionJobCommand.d.ts +2 -0
  219. package/dist-types/commands/StartTopicsDetectionJobCommand.d.ts +2 -0
  220. package/dist-types/commands/StopDominantLanguageDetectionJobCommand.d.ts +2 -0
  221. package/dist-types/commands/StopEntitiesDetectionJobCommand.d.ts +2 -0
  222. package/dist-types/commands/StopEventsDetectionJobCommand.d.ts +2 -0
  223. package/dist-types/commands/StopKeyPhrasesDetectionJobCommand.d.ts +2 -0
  224. package/dist-types/commands/StopPiiEntitiesDetectionJobCommand.d.ts +2 -0
  225. package/dist-types/commands/StopSentimentDetectionJobCommand.d.ts +2 -0
  226. package/dist-types/commands/StopTargetedSentimentDetectionJobCommand.d.ts +2 -0
  227. package/dist-types/commands/StopTrainingDocumentClassifierCommand.d.ts +2 -0
  228. package/dist-types/commands/StopTrainingEntityRecognizerCommand.d.ts +2 -0
  229. package/dist-types/commands/TagResourceCommand.d.ts +2 -0
  230. package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
  231. package/dist-types/commands/UpdateEndpointCommand.d.ts +2 -0
  232. package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
  233. package/dist-types/endpoint/endpointResolver.d.ts +5 -0
  234. package/dist-types/endpoint/ruleset.d.ts +2 -0
  235. package/dist-types/runtimeConfig.browser.d.ts +4 -2
  236. package/dist-types/runtimeConfig.d.ts +4 -2
  237. package/dist-types/runtimeConfig.native.d.ts +4 -2
  238. package/dist-types/runtimeConfig.shared.d.ts +3 -1
  239. package/dist-types/ts3.4/ComprehendClient.d.ts +15 -8
  240. package/dist-types/ts3.4/commands/BatchDetectDominantLanguageCommand.d.ts +2 -0
  241. package/dist-types/ts3.4/commands/BatchDetectEntitiesCommand.d.ts +2 -0
  242. package/dist-types/ts3.4/commands/BatchDetectKeyPhrasesCommand.d.ts +2 -0
  243. package/dist-types/ts3.4/commands/BatchDetectSentimentCommand.d.ts +2 -0
  244. package/dist-types/ts3.4/commands/BatchDetectSyntaxCommand.d.ts +2 -0
  245. package/dist-types/ts3.4/commands/BatchDetectTargetedSentimentCommand.d.ts +2 -0
  246. package/dist-types/ts3.4/commands/ClassifyDocumentCommand.d.ts +2 -0
  247. package/dist-types/ts3.4/commands/ContainsPiiEntitiesCommand.d.ts +2 -0
  248. package/dist-types/ts3.4/commands/CreateDocumentClassifierCommand.d.ts +2 -0
  249. package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +2 -0
  250. package/dist-types/ts3.4/commands/CreateEntityRecognizerCommand.d.ts +2 -0
  251. package/dist-types/ts3.4/commands/DeleteDocumentClassifierCommand.d.ts +2 -0
  252. package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +2 -0
  253. package/dist-types/ts3.4/commands/DeleteEntityRecognizerCommand.d.ts +2 -0
  254. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +2 -0
  255. package/dist-types/ts3.4/commands/DescribeDocumentClassificationJobCommand.d.ts +2 -0
  256. package/dist-types/ts3.4/commands/DescribeDocumentClassifierCommand.d.ts +2 -0
  257. package/dist-types/ts3.4/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +2 -0
  258. package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +2 -0
  259. package/dist-types/ts3.4/commands/DescribeEntitiesDetectionJobCommand.d.ts +2 -0
  260. package/dist-types/ts3.4/commands/DescribeEntityRecognizerCommand.d.ts +2 -0
  261. package/dist-types/ts3.4/commands/DescribeEventsDetectionJobCommand.d.ts +2 -0
  262. package/dist-types/ts3.4/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +2 -0
  263. package/dist-types/ts3.4/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +2 -0
  264. package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +2 -0
  265. package/dist-types/ts3.4/commands/DescribeSentimentDetectionJobCommand.d.ts +2 -0
  266. package/dist-types/ts3.4/commands/DescribeTargetedSentimentDetectionJobCommand.d.ts +2 -0
  267. package/dist-types/ts3.4/commands/DescribeTopicsDetectionJobCommand.d.ts +2 -0
  268. package/dist-types/ts3.4/commands/DetectDominantLanguageCommand.d.ts +2 -0
  269. package/dist-types/ts3.4/commands/DetectEntitiesCommand.d.ts +2 -0
  270. package/dist-types/ts3.4/commands/DetectKeyPhrasesCommand.d.ts +2 -0
  271. package/dist-types/ts3.4/commands/DetectPiiEntitiesCommand.d.ts +2 -0
  272. package/dist-types/ts3.4/commands/DetectSentimentCommand.d.ts +2 -0
  273. package/dist-types/ts3.4/commands/DetectSyntaxCommand.d.ts +2 -0
  274. package/dist-types/ts3.4/commands/DetectTargetedSentimentCommand.d.ts +2 -0
  275. package/dist-types/ts3.4/commands/ImportModelCommand.d.ts +2 -0
  276. package/dist-types/ts3.4/commands/ListDocumentClassificationJobsCommand.d.ts +2 -0
  277. package/dist-types/ts3.4/commands/ListDocumentClassifierSummariesCommand.d.ts +2 -0
  278. package/dist-types/ts3.4/commands/ListDocumentClassifiersCommand.d.ts +2 -0
  279. package/dist-types/ts3.4/commands/ListDominantLanguageDetectionJobsCommand.d.ts +2 -0
  280. package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +2 -0
  281. package/dist-types/ts3.4/commands/ListEntitiesDetectionJobsCommand.d.ts +2 -0
  282. package/dist-types/ts3.4/commands/ListEntityRecognizerSummariesCommand.d.ts +2 -0
  283. package/dist-types/ts3.4/commands/ListEntityRecognizersCommand.d.ts +2 -0
  284. package/dist-types/ts3.4/commands/ListEventsDetectionJobsCommand.d.ts +2 -0
  285. package/dist-types/ts3.4/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +2 -0
  286. package/dist-types/ts3.4/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +2 -0
  287. package/dist-types/ts3.4/commands/ListSentimentDetectionJobsCommand.d.ts +2 -0
  288. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
  289. package/dist-types/ts3.4/commands/ListTargetedSentimentDetectionJobsCommand.d.ts +2 -0
  290. package/dist-types/ts3.4/commands/ListTopicsDetectionJobsCommand.d.ts +2 -0
  291. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +2 -0
  292. package/dist-types/ts3.4/commands/StartDocumentClassificationJobCommand.d.ts +2 -0
  293. package/dist-types/ts3.4/commands/StartDominantLanguageDetectionJobCommand.d.ts +2 -0
  294. package/dist-types/ts3.4/commands/StartEntitiesDetectionJobCommand.d.ts +2 -0
  295. package/dist-types/ts3.4/commands/StartEventsDetectionJobCommand.d.ts +2 -0
  296. package/dist-types/ts3.4/commands/StartKeyPhrasesDetectionJobCommand.d.ts +2 -0
  297. package/dist-types/ts3.4/commands/StartPiiEntitiesDetectionJobCommand.d.ts +2 -0
  298. package/dist-types/ts3.4/commands/StartSentimentDetectionJobCommand.d.ts +2 -0
  299. package/dist-types/ts3.4/commands/StartTargetedSentimentDetectionJobCommand.d.ts +2 -0
  300. package/dist-types/ts3.4/commands/StartTopicsDetectionJobCommand.d.ts +2 -0
  301. package/dist-types/ts3.4/commands/StopDominantLanguageDetectionJobCommand.d.ts +2 -0
  302. package/dist-types/ts3.4/commands/StopEntitiesDetectionJobCommand.d.ts +2 -0
  303. package/dist-types/ts3.4/commands/StopEventsDetectionJobCommand.d.ts +2 -0
  304. package/dist-types/ts3.4/commands/StopKeyPhrasesDetectionJobCommand.d.ts +2 -0
  305. package/dist-types/ts3.4/commands/StopPiiEntitiesDetectionJobCommand.d.ts +2 -0
  306. package/dist-types/ts3.4/commands/StopSentimentDetectionJobCommand.d.ts +2 -0
  307. package/dist-types/ts3.4/commands/StopTargetedSentimentDetectionJobCommand.d.ts +2 -0
  308. package/dist-types/ts3.4/commands/StopTrainingDocumentClassifierCommand.d.ts +2 -0
  309. package/dist-types/ts3.4/commands/StopTrainingEntityRecognizerCommand.d.ts +2 -0
  310. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
  311. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
  312. package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +2 -0
  313. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
  314. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  315. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  316. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
  317. package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
  318. package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
  319. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
  320. package/package.json +4 -2
  321. package/dist-cjs/endpoints.js +0 -168
  322. package/dist-es/endpoints.js +0 -164
  323. package/dist-types/endpoints.d.ts +0 -2
  324. package/dist-types/ts3.4/endpoints.d.ts +0 -2
@@ -1,11 +1,12 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
1
+ import { RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
+ import { EndpointInputConfig, EndpointResolvedConfig } from "@aws-sdk/middleware-endpoint";
2
3
  import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
4
  import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
5
  import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
6
  import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
7
  import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
8
  import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
+ import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
10
  import { BatchDetectDominantLanguageCommandInput, BatchDetectDominantLanguageCommandOutput } from "./commands/BatchDetectDominantLanguageCommand";
10
11
  import { BatchDetectEntitiesCommandInput, BatchDetectEntitiesCommandOutput } from "./commands/BatchDetectEntitiesCommand";
11
12
  import { BatchDetectKeyPhrasesCommandInput, BatchDetectKeyPhrasesCommandOutput } from "./commands/BatchDetectKeyPhrasesCommand";
@@ -79,6 +80,7 @@ import { StopTrainingEntityRecognizerCommandInput, StopTrainingEntityRecognizerC
79
80
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
80
81
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
81
82
  import { UpdateEndpointCommandInput, UpdateEndpointCommandOutput } from "./commands/UpdateEndpointCommand";
83
+ import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
82
84
  export declare type ServiceInputTypes = BatchDetectDominantLanguageCommandInput | BatchDetectEntitiesCommandInput | BatchDetectKeyPhrasesCommandInput | BatchDetectSentimentCommandInput | BatchDetectSyntaxCommandInput | BatchDetectTargetedSentimentCommandInput | ClassifyDocumentCommandInput | ContainsPiiEntitiesCommandInput | CreateDocumentClassifierCommandInput | CreateEndpointCommandInput | CreateEntityRecognizerCommandInput | DeleteDocumentClassifierCommandInput | DeleteEndpointCommandInput | DeleteEntityRecognizerCommandInput | DeleteResourcePolicyCommandInput | DescribeDocumentClassificationJobCommandInput | DescribeDocumentClassifierCommandInput | DescribeDominantLanguageDetectionJobCommandInput | DescribeEndpointCommandInput | DescribeEntitiesDetectionJobCommandInput | DescribeEntityRecognizerCommandInput | DescribeEventsDetectionJobCommandInput | DescribeKeyPhrasesDetectionJobCommandInput | DescribePiiEntitiesDetectionJobCommandInput | DescribeResourcePolicyCommandInput | DescribeSentimentDetectionJobCommandInput | DescribeTargetedSentimentDetectionJobCommandInput | DescribeTopicsDetectionJobCommandInput | DetectDominantLanguageCommandInput | DetectEntitiesCommandInput | DetectKeyPhrasesCommandInput | DetectPiiEntitiesCommandInput | DetectSentimentCommandInput | DetectSyntaxCommandInput | DetectTargetedSentimentCommandInput | ImportModelCommandInput | ListDocumentClassificationJobsCommandInput | ListDocumentClassifierSummariesCommandInput | ListDocumentClassifiersCommandInput | ListDominantLanguageDetectionJobsCommandInput | ListEndpointsCommandInput | ListEntitiesDetectionJobsCommandInput | ListEntityRecognizerSummariesCommandInput | ListEntityRecognizersCommandInput | ListEventsDetectionJobsCommandInput | ListKeyPhrasesDetectionJobsCommandInput | ListPiiEntitiesDetectionJobsCommandInput | ListSentimentDetectionJobsCommandInput | ListTagsForResourceCommandInput | ListTargetedSentimentDetectionJobsCommandInput | ListTopicsDetectionJobsCommandInput | PutResourcePolicyCommandInput | StartDocumentClassificationJobCommandInput | StartDominantLanguageDetectionJobCommandInput | StartEntitiesDetectionJobCommandInput | StartEventsDetectionJobCommandInput | StartKeyPhrasesDetectionJobCommandInput | StartPiiEntitiesDetectionJobCommandInput | StartSentimentDetectionJobCommandInput | StartTargetedSentimentDetectionJobCommandInput | StartTopicsDetectionJobCommandInput | StopDominantLanguageDetectionJobCommandInput | StopEntitiesDetectionJobCommandInput | StopEventsDetectionJobCommandInput | StopKeyPhrasesDetectionJobCommandInput | StopPiiEntitiesDetectionJobCommandInput | StopSentimentDetectionJobCommandInput | StopTargetedSentimentDetectionJobCommandInput | StopTrainingDocumentClassifierCommandInput | StopTrainingEntityRecognizerCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateEndpointCommandInput;
83
85
  export declare type ServiceOutputTypes = BatchDetectDominantLanguageCommandOutput | BatchDetectEntitiesCommandOutput | BatchDetectKeyPhrasesCommandOutput | BatchDetectSentimentCommandOutput | BatchDetectSyntaxCommandOutput | BatchDetectTargetedSentimentCommandOutput | ClassifyDocumentCommandOutput | ContainsPiiEntitiesCommandOutput | CreateDocumentClassifierCommandOutput | CreateEndpointCommandOutput | CreateEntityRecognizerCommandOutput | DeleteDocumentClassifierCommandOutput | DeleteEndpointCommandOutput | DeleteEntityRecognizerCommandOutput | DeleteResourcePolicyCommandOutput | DescribeDocumentClassificationJobCommandOutput | DescribeDocumentClassifierCommandOutput | DescribeDominantLanguageDetectionJobCommandOutput | DescribeEndpointCommandOutput | DescribeEntitiesDetectionJobCommandOutput | DescribeEntityRecognizerCommandOutput | DescribeEventsDetectionJobCommandOutput | DescribeKeyPhrasesDetectionJobCommandOutput | DescribePiiEntitiesDetectionJobCommandOutput | DescribeResourcePolicyCommandOutput | DescribeSentimentDetectionJobCommandOutput | DescribeTargetedSentimentDetectionJobCommandOutput | DescribeTopicsDetectionJobCommandOutput | DetectDominantLanguageCommandOutput | DetectEntitiesCommandOutput | DetectKeyPhrasesCommandOutput | DetectPiiEntitiesCommandOutput | DetectSentimentCommandOutput | DetectSyntaxCommandOutput | DetectTargetedSentimentCommandOutput | ImportModelCommandOutput | ListDocumentClassificationJobsCommandOutput | ListDocumentClassifierSummariesCommandOutput | ListDocumentClassifiersCommandOutput | ListDominantLanguageDetectionJobsCommandOutput | ListEndpointsCommandOutput | ListEntitiesDetectionJobsCommandOutput | ListEntityRecognizerSummariesCommandOutput | ListEntityRecognizersCommandOutput | ListEventsDetectionJobsCommandOutput | ListKeyPhrasesDetectionJobsCommandOutput | ListPiiEntitiesDetectionJobsCommandOutput | ListSentimentDetectionJobsCommandOutput | ListTagsForResourceCommandOutput | ListTargetedSentimentDetectionJobsCommandOutput | ListTopicsDetectionJobsCommandOutput | PutResourcePolicyCommandOutput | StartDocumentClassificationJobCommandOutput | StartDominantLanguageDetectionJobCommandOutput | StartEntitiesDetectionJobCommandOutput | StartEventsDetectionJobCommandOutput | StartKeyPhrasesDetectionJobCommandOutput | StartPiiEntitiesDetectionJobCommandOutput | StartSentimentDetectionJobCommandOutput | StartTargetedSentimentDetectionJobCommandOutput | StartTopicsDetectionJobCommandOutput | StopDominantLanguageDetectionJobCommandOutput | StopEntitiesDetectionJobCommandOutput | StopEventsDetectionJobCommandOutput | StopKeyPhrasesDetectionJobCommandOutput | StopPiiEntitiesDetectionJobCommandOutput | StopSentimentDetectionJobCommandOutput | StopTargetedSentimentDetectionJobCommandOutput | StopTrainingDocumentClassifierCommandOutput | StopTrainingEntityRecognizerCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateEndpointCommandOutput;
84
86
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
@@ -171,11 +173,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
171
173
  * @internal
172
174
  */
173
175
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
174
- /**
175
- * Fetch related hostname, signing name or signing region with given region.
176
- * @internal
177
- */
178
- regionInfoProvider?: RegionInfoProvider;
179
176
  /**
180
177
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
181
178
  * @internal
@@ -186,13 +183,13 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
186
183
  */
187
184
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
188
185
  }
189
- declare type ComprehendClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
186
+ declare type ComprehendClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
190
187
  /**
191
188
  * The configuration interface of ComprehendClient class constructor that set the region, credentials and other options.
192
189
  */
193
190
  export interface ComprehendClientConfig extends ComprehendClientConfigType {
194
191
  }
195
- declare type ComprehendClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
192
+ declare type ComprehendClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
196
193
  /**
197
194
  * The resolved configuration interface of ComprehendClient class. This is resolved and normalized from the {@link ComprehendClientConfig | constructor configuration interface}.
198
195
  */
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
@@ -27,6 +28,7 @@ export interface BatchDetectDominantLanguageCommandOutput extends BatchDetectDom
27
28
  */
28
29
  export declare class BatchDetectDominantLanguageCommand extends $Command<BatchDetectDominantLanguageCommandInput, BatchDetectDominantLanguageCommandOutput, ComprehendClientResolvedConfig> {
29
30
  readonly input: BatchDetectDominantLanguageCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: BatchDetectDominantLanguageCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
@@ -28,6 +29,7 @@ export interface BatchDetectEntitiesCommandOutput extends BatchDetectEntitiesRes
28
29
  */
29
30
  export declare class BatchDetectEntitiesCommand extends $Command<BatchDetectEntitiesCommandInput, BatchDetectEntitiesCommandOutput, ComprehendClientResolvedConfig> {
30
31
  readonly input: BatchDetectEntitiesCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
33
  constructor(input: BatchDetectEntitiesCommandInput);
32
34
  /**
33
35
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
@@ -25,6 +26,7 @@ export interface BatchDetectKeyPhrasesCommandOutput extends BatchDetectKeyPhrase
25
26
  */
26
27
  export declare class BatchDetectKeyPhrasesCommand extends $Command<BatchDetectKeyPhrasesCommandInput, BatchDetectKeyPhrasesCommandOutput, ComprehendClientResolvedConfig> {
27
28
  readonly input: BatchDetectKeyPhrasesCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: BatchDetectKeyPhrasesCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
@@ -27,6 +28,7 @@ export interface BatchDetectSentimentCommandOutput extends BatchDetectSentimentR
27
28
  */
28
29
  export declare class BatchDetectSentimentCommand extends $Command<BatchDetectSentimentCommandInput, BatchDetectSentimentCommandOutput, ComprehendClientResolvedConfig> {
29
30
  readonly input: BatchDetectSentimentCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: BatchDetectSentimentCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
@@ -28,6 +29,7 @@ export interface BatchDetectSyntaxCommandOutput extends BatchDetectSyntaxRespons
28
29
  */
29
30
  export declare class BatchDetectSyntaxCommand extends $Command<BatchDetectSyntaxCommandInput, BatchDetectSyntaxCommandOutput, ComprehendClientResolvedConfig> {
30
31
  readonly input: BatchDetectSyntaxCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
33
  constructor(input: BatchDetectSyntaxCommandInput);
32
34
  /**
33
35
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
@@ -27,6 +28,7 @@ export interface BatchDetectTargetedSentimentCommandOutput extends BatchDetectTa
27
28
  */
28
29
  export declare class BatchDetectTargetedSentimentCommand extends $Command<BatchDetectTargetedSentimentCommandInput, BatchDetectTargetedSentimentCommandOutput, ComprehendClientResolvedConfig> {
29
30
  readonly input: BatchDetectTargetedSentimentCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: BatchDetectTargetedSentimentCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
@@ -26,6 +27,7 @@ export interface ClassifyDocumentCommandOutput extends ClassifyDocumentResponse,
26
27
  */
27
28
  export declare class ClassifyDocumentCommand extends $Command<ClassifyDocumentCommandInput, ClassifyDocumentCommandOutput, ComprehendClientResolvedConfig> {
28
29
  readonly input: ClassifyDocumentCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: ClassifyDocumentCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
@@ -27,6 +28,7 @@ export interface ContainsPiiEntitiesCommandOutput extends ContainsPiiEntitiesRes
27
28
  */
28
29
  export declare class ContainsPiiEntitiesCommand extends $Command<ContainsPiiEntitiesCommandInput, ContainsPiiEntitiesCommandOutput, ComprehendClientResolvedConfig> {
29
30
  readonly input: ContainsPiiEntitiesCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: ContainsPiiEntitiesCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
@@ -30,6 +31,7 @@ export interface CreateDocumentClassifierCommandOutput extends CreateDocumentCla
30
31
  */
31
32
  export declare class CreateDocumentClassifierCommand extends $Command<CreateDocumentClassifierCommandInput, CreateDocumentClassifierCommandOutput, ComprehendClientResolvedConfig> {
32
33
  readonly input: CreateDocumentClassifierCommandInput;
34
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
33
35
  constructor(input: CreateDocumentClassifierCommandInput);
34
36
  /**
35
37
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
@@ -27,6 +28,7 @@ export interface CreateEndpointCommandOutput extends CreateEndpointResponse, __M
27
28
  */
28
29
  export declare class CreateEndpointCommand extends $Command<CreateEndpointCommandInput, CreateEndpointCommandOutput, ComprehendClientResolvedConfig> {
29
30
  readonly input: CreateEndpointCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: CreateEndpointCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
@@ -27,6 +28,7 @@ export interface CreateEntityRecognizerCommandOutput extends CreateEntityRecogni
27
28
  */
28
29
  export declare class CreateEntityRecognizerCommand extends $Command<CreateEntityRecognizerCommandInput, CreateEntityRecognizerCommandOutput, ComprehendClientResolvedConfig> {
29
30
  readonly input: CreateEntityRecognizerCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: CreateEntityRecognizerCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
@@ -31,6 +32,7 @@ export interface DeleteDocumentClassifierCommandOutput extends DeleteDocumentCla
31
32
  */
32
33
  export declare class DeleteDocumentClassifierCommand extends $Command<DeleteDocumentClassifierCommandInput, DeleteDocumentClassifierCommandOutput, ComprehendClientResolvedConfig> {
33
34
  readonly input: DeleteDocumentClassifierCommandInput;
35
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
34
36
  constructor(input: DeleteDocumentClassifierCommandInput);
35
37
  /**
36
38
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
@@ -27,6 +28,7 @@ export interface DeleteEndpointCommandOutput extends DeleteEndpointResponse, __M
27
28
  */
28
29
  export declare class DeleteEndpointCommand extends $Command<DeleteEndpointCommandInput, DeleteEndpointCommandOutput, ComprehendClientResolvedConfig> {
29
30
  readonly input: DeleteEndpointCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: DeleteEndpointCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
@@ -31,6 +32,7 @@ export interface DeleteEntityRecognizerCommandOutput extends DeleteEntityRecogni
31
32
  */
32
33
  export declare class DeleteEntityRecognizerCommand extends $Command<DeleteEntityRecognizerCommandInput, DeleteEntityRecognizerCommandOutput, ComprehendClientResolvedConfig> {
33
34
  readonly input: DeleteEntityRecognizerCommandInput;
35
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
34
36
  constructor(input: DeleteEntityRecognizerCommandInput);
35
37
  /**
36
38
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
@@ -25,6 +26,7 @@ export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyR
25
26
  */
26
27
  export declare class DeleteResourcePolicyCommand extends $Command<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, ComprehendClientResolvedConfig> {
27
28
  readonly input: DeleteResourcePolicyCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DeleteResourcePolicyCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
@@ -26,6 +27,7 @@ export interface DescribeDocumentClassificationJobCommandOutput extends Describe
26
27
  */
27
28
  export declare class DescribeDocumentClassificationJobCommand extends $Command<DescribeDocumentClassificationJobCommandInput, DescribeDocumentClassificationJobCommandOutput, ComprehendClientResolvedConfig> {
28
29
  readonly input: DescribeDocumentClassificationJobCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: DescribeDocumentClassificationJobCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
@@ -25,6 +26,7 @@ export interface DescribeDocumentClassifierCommandOutput extends DescribeDocumen
25
26
  */
26
27
  export declare class DescribeDocumentClassifierCommand extends $Command<DescribeDocumentClassifierCommandInput, DescribeDocumentClassifierCommandOutput, ComprehendClientResolvedConfig> {
27
28
  readonly input: DescribeDocumentClassifierCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeDocumentClassifierCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
@@ -26,6 +27,7 @@ export interface DescribeDominantLanguageDetectionJobCommandOutput extends Descr
26
27
  */
27
28
  export declare class DescribeDominantLanguageDetectionJobCommand extends $Command<DescribeDominantLanguageDetectionJobCommandInput, DescribeDominantLanguageDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
28
29
  readonly input: DescribeDominantLanguageDetectionJobCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: DescribeDominantLanguageDetectionJobCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
@@ -27,6 +28,7 @@ export interface DescribeEndpointCommandOutput extends DescribeEndpointResponse,
27
28
  */
28
29
  export declare class DescribeEndpointCommand extends $Command<DescribeEndpointCommandInput, DescribeEndpointCommandOutput, ComprehendClientResolvedConfig> {
29
30
  readonly input: DescribeEndpointCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: DescribeEndpointCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
@@ -26,6 +27,7 @@ export interface DescribeEntitiesDetectionJobCommandOutput extends DescribeEntit
26
27
  */
27
28
  export declare class DescribeEntitiesDetectionJobCommand extends $Command<DescribeEntitiesDetectionJobCommandInput, DescribeEntitiesDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
28
29
  readonly input: DescribeEntitiesDetectionJobCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: DescribeEntitiesDetectionJobCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
@@ -26,6 +27,7 @@ export interface DescribeEntityRecognizerCommandOutput extends DescribeEntityRec
26
27
  */
27
28
  export declare class DescribeEntityRecognizerCommand extends $Command<DescribeEntityRecognizerCommandInput, DescribeEntityRecognizerCommandOutput, ComprehendClientResolvedConfig> {
28
29
  readonly input: DescribeEntityRecognizerCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: DescribeEntityRecognizerCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
@@ -25,6 +26,7 @@ export interface DescribeEventsDetectionJobCommandOutput extends DescribeEventsD
25
26
  */
26
27
  export declare class DescribeEventsDetectionJobCommand extends $Command<DescribeEventsDetectionJobCommandInput, DescribeEventsDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
27
28
  readonly input: DescribeEventsDetectionJobCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeEventsDetectionJobCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
@@ -26,6 +27,7 @@ export interface DescribeKeyPhrasesDetectionJobCommandOutput extends DescribeKey
26
27
  */
27
28
  export declare class DescribeKeyPhrasesDetectionJobCommand extends $Command<DescribeKeyPhrasesDetectionJobCommandInput, DescribeKeyPhrasesDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
28
29
  readonly input: DescribeKeyPhrasesDetectionJobCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: DescribeKeyPhrasesDetectionJobCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
@@ -26,6 +27,7 @@ export interface DescribePiiEntitiesDetectionJobCommandOutput extends DescribePi
26
27
  */
27
28
  export declare class DescribePiiEntitiesDetectionJobCommand extends $Command<DescribePiiEntitiesDetectionJobCommandInput, DescribePiiEntitiesDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
28
29
  readonly input: DescribePiiEntitiesDetectionJobCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: DescribePiiEntitiesDetectionJobCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
@@ -26,6 +27,7 @@ export interface DescribeResourcePolicyCommandOutput extends DescribeResourcePol
26
27
  */
27
28
  export declare class DescribeResourcePolicyCommand extends $Command<DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput, ComprehendClientResolvedConfig> {
28
29
  readonly input: DescribeResourcePolicyCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: DescribeResourcePolicyCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
@@ -26,6 +27,7 @@ export interface DescribeSentimentDetectionJobCommandOutput extends DescribeSent
26
27
  */
27
28
  export declare class DescribeSentimentDetectionJobCommand extends $Command<DescribeSentimentDetectionJobCommandInput, DescribeSentimentDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
28
29
  readonly input: DescribeSentimentDetectionJobCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: DescribeSentimentDetectionJobCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
@@ -26,6 +27,7 @@ export interface DescribeTargetedSentimentDetectionJobCommandOutput extends Desc
26
27
  */
27
28
  export declare class DescribeTargetedSentimentDetectionJobCommand extends $Command<DescribeTargetedSentimentDetectionJobCommandInput, DescribeTargetedSentimentDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
28
29
  readonly input: DescribeTargetedSentimentDetectionJobCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: DescribeTargetedSentimentDetectionJobCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
@@ -26,6 +27,7 @@ export interface DescribeTopicsDetectionJobCommandOutput extends DescribeTopicsD
26
27
  */
27
28
  export declare class DescribeTopicsDetectionJobCommand extends $Command<DescribeTopicsDetectionJobCommandInput, DescribeTopicsDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
28
29
  readonly input: DescribeTopicsDetectionJobCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: DescribeTopicsDetectionJobCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
@@ -26,6 +27,7 @@ export interface DetectDominantLanguageCommandOutput extends DetectDominantLangu
26
27
  */
27
28
  export declare class DetectDominantLanguageCommand extends $Command<DetectDominantLanguageCommandInput, DetectDominantLanguageCommandOutput, ComprehendClientResolvedConfig> {
28
29
  readonly input: DetectDominantLanguageCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: DetectDominantLanguageCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
@@ -27,6 +28,7 @@ export interface DetectEntitiesCommandOutput extends DetectEntitiesResponse, __M
27
28
  */
28
29
  export declare class DetectEntitiesCommand extends $Command<DetectEntitiesCommandInput, DetectEntitiesCommandOutput, ComprehendClientResolvedConfig> {
29
30
  readonly input: DetectEntitiesCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: DetectEntitiesCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
@@ -25,6 +26,7 @@ export interface DetectKeyPhrasesCommandOutput extends DetectKeyPhrasesResponse,
25
26
  */
26
27
  export declare class DetectKeyPhrasesCommand extends $Command<DetectKeyPhrasesCommandInput, DetectKeyPhrasesCommandOutput, ComprehendClientResolvedConfig> {
27
28
  readonly input: DetectKeyPhrasesCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DetectKeyPhrasesCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
@@ -26,6 +27,7 @@ export interface DetectPiiEntitiesCommandOutput extends DetectPiiEntitiesRespons
26
27
  */
27
28
  export declare class DetectPiiEntitiesCommand extends $Command<DetectPiiEntitiesCommandInput, DetectPiiEntitiesCommandOutput, ComprehendClientResolvedConfig> {
28
29
  readonly input: DetectPiiEntitiesCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: DetectPiiEntitiesCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
@@ -26,6 +27,7 @@ export interface DetectSentimentCommandOutput extends DetectSentimentResponse, _
26
27
  */
27
28
  export declare class DetectSentimentCommand extends $Command<DetectSentimentCommandInput, DetectSentimentCommandOutput, ComprehendClientResolvedConfig> {
28
29
  readonly input: DetectSentimentCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: DetectSentimentCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
@@ -28,6 +29,7 @@ export interface DetectSyntaxCommandOutput extends DetectSyntaxResponse, __Metad
28
29
  */
29
30
  export declare class DetectSyntaxCommand extends $Command<DetectSyntaxCommandInput, DetectSyntaxCommandOutput, ComprehendClientResolvedConfig> {
30
31
  readonly input: DetectSyntaxCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
33
  constructor(input: DetectSyntaxCommandInput);
32
34
  /**
33
35
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
@@ -26,6 +27,7 @@ export interface DetectTargetedSentimentCommandOutput extends DetectTargetedSent
26
27
  */
27
28
  export declare class DetectTargetedSentimentCommand extends $Command<DetectTargetedSentimentCommandInput, DetectTargetedSentimentCommandOutput, ComprehendClientResolvedConfig> {
28
29
  readonly input: DetectTargetedSentimentCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: DetectTargetedSentimentCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
@@ -30,6 +31,7 @@ export interface ImportModelCommandOutput extends ImportModelResponse, __Metadat
30
31
  */
31
32
  export declare class ImportModelCommand extends $Command<ImportModelCommandInput, ImportModelCommandOutput, ComprehendClientResolvedConfig> {
32
33
  readonly input: ImportModelCommandInput;
34
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
33
35
  constructor(input: ImportModelCommandInput);
34
36
  /**
35
37
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
@@ -25,6 +26,7 @@ export interface ListDocumentClassificationJobsCommandOutput extends ListDocumen
25
26
  */
26
27
  export declare class ListDocumentClassificationJobsCommand extends $Command<ListDocumentClassificationJobsCommandInput, ListDocumentClassificationJobsCommandOutput, ComprehendClientResolvedConfig> {
27
28
  readonly input: ListDocumentClassificationJobsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListDocumentClassificationJobsCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
@@ -25,6 +26,7 @@ export interface ListDocumentClassifierSummariesCommandOutput extends ListDocume
25
26
  */
26
27
  export declare class ListDocumentClassifierSummariesCommand extends $Command<ListDocumentClassifierSummariesCommandInput, ListDocumentClassifierSummariesCommandOutput, ComprehendClientResolvedConfig> {
27
28
  readonly input: ListDocumentClassifierSummariesCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListDocumentClassifierSummariesCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
@@ -25,6 +26,7 @@ export interface ListDocumentClassifiersCommandOutput extends ListDocumentClassi
25
26
  */
26
27
  export declare class ListDocumentClassifiersCommand extends $Command<ListDocumentClassifiersCommandInput, ListDocumentClassifiersCommandOutput, ComprehendClientResolvedConfig> {
27
28
  readonly input: ListDocumentClassifiersCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListDocumentClassifiersCommandInput);
29
31
  /**
30
32
  * @internal