@aws-sdk/client-bedrock 3.1045.0 → 3.1046.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 (338) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +218 -219
  5. package/dist-cjs/models/BedrockServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/Bedrock.js +1 -1
  10. package/dist-es/BedrockClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/BatchDeleteEvaluationJobCommand.js +2 -2
  13. package/dist-es/commands/CancelAutomatedReasoningPolicyBuildWorkflowCommand.js +2 -2
  14. package/dist-es/commands/CreateAutomatedReasoningPolicyCommand.js +2 -2
  15. package/dist-es/commands/CreateAutomatedReasoningPolicyTestCaseCommand.js +2 -2
  16. package/dist-es/commands/CreateAutomatedReasoningPolicyVersionCommand.js +2 -2
  17. package/dist-es/commands/CreateCustomModelCommand.js +2 -2
  18. package/dist-es/commands/CreateCustomModelDeploymentCommand.js +2 -2
  19. package/dist-es/commands/CreateEvaluationJobCommand.js +2 -2
  20. package/dist-es/commands/CreateFoundationModelAgreementCommand.js +2 -2
  21. package/dist-es/commands/CreateGuardrailCommand.js +2 -2
  22. package/dist-es/commands/CreateGuardrailVersionCommand.js +2 -2
  23. package/dist-es/commands/CreateInferenceProfileCommand.js +2 -2
  24. package/dist-es/commands/CreateMarketplaceModelEndpointCommand.js +2 -2
  25. package/dist-es/commands/CreateModelCopyJobCommand.js +2 -2
  26. package/dist-es/commands/CreateModelCustomizationJobCommand.js +2 -2
  27. package/dist-es/commands/CreateModelImportJobCommand.js +2 -2
  28. package/dist-es/commands/CreateModelInvocationJobCommand.js +2 -2
  29. package/dist-es/commands/CreatePromptRouterCommand.js +2 -2
  30. package/dist-es/commands/CreateProvisionedModelThroughputCommand.js +2 -2
  31. package/dist-es/commands/DeleteAutomatedReasoningPolicyBuildWorkflowCommand.js +2 -2
  32. package/dist-es/commands/DeleteAutomatedReasoningPolicyCommand.js +2 -2
  33. package/dist-es/commands/DeleteAutomatedReasoningPolicyTestCaseCommand.js +2 -2
  34. package/dist-es/commands/DeleteCustomModelCommand.js +2 -2
  35. package/dist-es/commands/DeleteCustomModelDeploymentCommand.js +2 -2
  36. package/dist-es/commands/DeleteEnforcedGuardrailConfigurationCommand.js +2 -2
  37. package/dist-es/commands/DeleteFoundationModelAgreementCommand.js +2 -2
  38. package/dist-es/commands/DeleteGuardrailCommand.js +2 -2
  39. package/dist-es/commands/DeleteImportedModelCommand.js +2 -2
  40. package/dist-es/commands/DeleteInferenceProfileCommand.js +2 -2
  41. package/dist-es/commands/DeleteMarketplaceModelEndpointCommand.js +2 -2
  42. package/dist-es/commands/DeleteModelInvocationLoggingConfigurationCommand.js +2 -2
  43. package/dist-es/commands/DeletePromptRouterCommand.js +2 -2
  44. package/dist-es/commands/DeleteProvisionedModelThroughputCommand.js +2 -2
  45. package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
  46. package/dist-es/commands/DeregisterMarketplaceModelEndpointCommand.js +2 -2
  47. package/dist-es/commands/ExportAutomatedReasoningPolicyVersionCommand.js +2 -2
  48. package/dist-es/commands/GetAutomatedReasoningPolicyAnnotationsCommand.js +2 -2
  49. package/dist-es/commands/GetAutomatedReasoningPolicyBuildWorkflowCommand.js +2 -2
  50. package/dist-es/commands/GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommand.js +2 -2
  51. package/dist-es/commands/GetAutomatedReasoningPolicyCommand.js +2 -2
  52. package/dist-es/commands/GetAutomatedReasoningPolicyNextScenarioCommand.js +2 -2
  53. package/dist-es/commands/GetAutomatedReasoningPolicyTestCaseCommand.js +2 -2
  54. package/dist-es/commands/GetAutomatedReasoningPolicyTestResultCommand.js +2 -2
  55. package/dist-es/commands/GetCustomModelCommand.js +2 -2
  56. package/dist-es/commands/GetCustomModelDeploymentCommand.js +2 -2
  57. package/dist-es/commands/GetEvaluationJobCommand.js +2 -2
  58. package/dist-es/commands/GetFoundationModelAvailabilityCommand.js +2 -2
  59. package/dist-es/commands/GetFoundationModelCommand.js +2 -2
  60. package/dist-es/commands/GetGuardrailCommand.js +2 -2
  61. package/dist-es/commands/GetImportedModelCommand.js +2 -2
  62. package/dist-es/commands/GetInferenceProfileCommand.js +2 -2
  63. package/dist-es/commands/GetMarketplaceModelEndpointCommand.js +2 -2
  64. package/dist-es/commands/GetModelCopyJobCommand.js +2 -2
  65. package/dist-es/commands/GetModelCustomizationJobCommand.js +2 -2
  66. package/dist-es/commands/GetModelImportJobCommand.js +2 -2
  67. package/dist-es/commands/GetModelInvocationJobCommand.js +2 -2
  68. package/dist-es/commands/GetModelInvocationLoggingConfigurationCommand.js +2 -2
  69. package/dist-es/commands/GetPromptRouterCommand.js +2 -2
  70. package/dist-es/commands/GetProvisionedModelThroughputCommand.js +2 -2
  71. package/dist-es/commands/GetResourcePolicyCommand.js +2 -2
  72. package/dist-es/commands/GetUseCaseForModelAccessCommand.js +2 -2
  73. package/dist-es/commands/ListAutomatedReasoningPoliciesCommand.js +2 -2
  74. package/dist-es/commands/ListAutomatedReasoningPolicyBuildWorkflowsCommand.js +2 -2
  75. package/dist-es/commands/ListAutomatedReasoningPolicyTestCasesCommand.js +2 -2
  76. package/dist-es/commands/ListAutomatedReasoningPolicyTestResultsCommand.js +2 -2
  77. package/dist-es/commands/ListCustomModelDeploymentsCommand.js +2 -2
  78. package/dist-es/commands/ListCustomModelsCommand.js +2 -2
  79. package/dist-es/commands/ListEnforcedGuardrailsConfigurationCommand.js +2 -2
  80. package/dist-es/commands/ListEvaluationJobsCommand.js +2 -2
  81. package/dist-es/commands/ListFoundationModelAgreementOffersCommand.js +2 -2
  82. package/dist-es/commands/ListFoundationModelsCommand.js +2 -2
  83. package/dist-es/commands/ListGuardrailsCommand.js +2 -2
  84. package/dist-es/commands/ListImportedModelsCommand.js +2 -2
  85. package/dist-es/commands/ListInferenceProfilesCommand.js +2 -2
  86. package/dist-es/commands/ListMarketplaceModelEndpointsCommand.js +2 -2
  87. package/dist-es/commands/ListModelCopyJobsCommand.js +2 -2
  88. package/dist-es/commands/ListModelCustomizationJobsCommand.js +2 -2
  89. package/dist-es/commands/ListModelImportJobsCommand.js +2 -2
  90. package/dist-es/commands/ListModelInvocationJobsCommand.js +2 -2
  91. package/dist-es/commands/ListPromptRoutersCommand.js +2 -2
  92. package/dist-es/commands/ListProvisionedModelThroughputsCommand.js +2 -2
  93. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  94. package/dist-es/commands/PutEnforcedGuardrailConfigurationCommand.js +2 -2
  95. package/dist-es/commands/PutModelInvocationLoggingConfigurationCommand.js +2 -2
  96. package/dist-es/commands/PutResourcePolicyCommand.js +2 -2
  97. package/dist-es/commands/PutUseCaseForModelAccessCommand.js +2 -2
  98. package/dist-es/commands/RegisterMarketplaceModelEndpointCommand.js +2 -2
  99. package/dist-es/commands/StartAutomatedReasoningPolicyBuildWorkflowCommand.js +2 -2
  100. package/dist-es/commands/StartAutomatedReasoningPolicyTestWorkflowCommand.js +2 -2
  101. package/dist-es/commands/StopEvaluationJobCommand.js +2 -2
  102. package/dist-es/commands/StopModelCustomizationJobCommand.js +2 -2
  103. package/dist-es/commands/StopModelInvocationJobCommand.js +2 -2
  104. package/dist-es/commands/TagResourceCommand.js +2 -2
  105. package/dist-es/commands/UntagResourceCommand.js +2 -2
  106. package/dist-es/commands/UpdateAutomatedReasoningPolicyAnnotationsCommand.js +2 -2
  107. package/dist-es/commands/UpdateAutomatedReasoningPolicyCommand.js +2 -2
  108. package/dist-es/commands/UpdateAutomatedReasoningPolicyTestCaseCommand.js +2 -2
  109. package/dist-es/commands/UpdateCustomModelDeploymentCommand.js +2 -2
  110. package/dist-es/commands/UpdateGuardrailCommand.js +2 -2
  111. package/dist-es/commands/UpdateMarketplaceModelEndpointCommand.js +2 -2
  112. package/dist-es/commands/UpdateProvisionedModelThroughputCommand.js +2 -2
  113. package/dist-es/endpoint/bdd.js +1 -1
  114. package/dist-es/endpoint/endpointResolver.js +1 -1
  115. package/dist-es/models/BedrockServiceException.js +1 -1
  116. package/dist-es/runtimeConfig.browser.js +4 -6
  117. package/dist-es/runtimeConfig.js +4 -8
  118. package/dist-es/runtimeConfig.shared.js +3 -4
  119. package/dist-es/runtimeExtensions.js +2 -2
  120. package/dist-types/BedrockClient.d.ts +5 -5
  121. package/dist-types/commands/BatchDeleteEvaluationJobCommand.d.ts +6 -4
  122. package/dist-types/commands/CancelAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +6 -4
  123. package/dist-types/commands/CreateAutomatedReasoningPolicyCommand.d.ts +6 -4
  124. package/dist-types/commands/CreateAutomatedReasoningPolicyTestCaseCommand.d.ts +6 -4
  125. package/dist-types/commands/CreateAutomatedReasoningPolicyVersionCommand.d.ts +6 -4
  126. package/dist-types/commands/CreateCustomModelCommand.d.ts +6 -4
  127. package/dist-types/commands/CreateCustomModelDeploymentCommand.d.ts +6 -4
  128. package/dist-types/commands/CreateEvaluationJobCommand.d.ts +6 -4
  129. package/dist-types/commands/CreateFoundationModelAgreementCommand.d.ts +6 -4
  130. package/dist-types/commands/CreateGuardrailCommand.d.ts +6 -4
  131. package/dist-types/commands/CreateGuardrailVersionCommand.d.ts +6 -4
  132. package/dist-types/commands/CreateInferenceProfileCommand.d.ts +6 -4
  133. package/dist-types/commands/CreateMarketplaceModelEndpointCommand.d.ts +6 -4
  134. package/dist-types/commands/CreateModelCopyJobCommand.d.ts +6 -4
  135. package/dist-types/commands/CreateModelCustomizationJobCommand.d.ts +6 -4
  136. package/dist-types/commands/CreateModelImportJobCommand.d.ts +6 -4
  137. package/dist-types/commands/CreateModelInvocationJobCommand.d.ts +6 -4
  138. package/dist-types/commands/CreatePromptRouterCommand.d.ts +6 -4
  139. package/dist-types/commands/CreateProvisionedModelThroughputCommand.d.ts +6 -4
  140. package/dist-types/commands/DeleteAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +6 -4
  141. package/dist-types/commands/DeleteAutomatedReasoningPolicyCommand.d.ts +6 -4
  142. package/dist-types/commands/DeleteAutomatedReasoningPolicyTestCaseCommand.d.ts +6 -4
  143. package/dist-types/commands/DeleteCustomModelCommand.d.ts +6 -4
  144. package/dist-types/commands/DeleteCustomModelDeploymentCommand.d.ts +6 -4
  145. package/dist-types/commands/DeleteEnforcedGuardrailConfigurationCommand.d.ts +6 -4
  146. package/dist-types/commands/DeleteFoundationModelAgreementCommand.d.ts +6 -4
  147. package/dist-types/commands/DeleteGuardrailCommand.d.ts +6 -4
  148. package/dist-types/commands/DeleteImportedModelCommand.d.ts +6 -4
  149. package/dist-types/commands/DeleteInferenceProfileCommand.d.ts +6 -4
  150. package/dist-types/commands/DeleteMarketplaceModelEndpointCommand.d.ts +6 -4
  151. package/dist-types/commands/DeleteModelInvocationLoggingConfigurationCommand.d.ts +6 -4
  152. package/dist-types/commands/DeletePromptRouterCommand.d.ts +6 -4
  153. package/dist-types/commands/DeleteProvisionedModelThroughputCommand.d.ts +6 -4
  154. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -4
  155. package/dist-types/commands/DeregisterMarketplaceModelEndpointCommand.d.ts +6 -4
  156. package/dist-types/commands/ExportAutomatedReasoningPolicyVersionCommand.d.ts +6 -4
  157. package/dist-types/commands/GetAutomatedReasoningPolicyAnnotationsCommand.d.ts +6 -4
  158. package/dist-types/commands/GetAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +6 -4
  159. package/dist-types/commands/GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommand.d.ts +6 -4
  160. package/dist-types/commands/GetAutomatedReasoningPolicyCommand.d.ts +6 -4
  161. package/dist-types/commands/GetAutomatedReasoningPolicyNextScenarioCommand.d.ts +6 -4
  162. package/dist-types/commands/GetAutomatedReasoningPolicyTestCaseCommand.d.ts +6 -4
  163. package/dist-types/commands/GetAutomatedReasoningPolicyTestResultCommand.d.ts +6 -4
  164. package/dist-types/commands/GetCustomModelCommand.d.ts +6 -4
  165. package/dist-types/commands/GetCustomModelDeploymentCommand.d.ts +6 -4
  166. package/dist-types/commands/GetEvaluationJobCommand.d.ts +6 -4
  167. package/dist-types/commands/GetFoundationModelAvailabilityCommand.d.ts +6 -4
  168. package/dist-types/commands/GetFoundationModelCommand.d.ts +6 -4
  169. package/dist-types/commands/GetGuardrailCommand.d.ts +6 -4
  170. package/dist-types/commands/GetImportedModelCommand.d.ts +6 -4
  171. package/dist-types/commands/GetInferenceProfileCommand.d.ts +6 -4
  172. package/dist-types/commands/GetMarketplaceModelEndpointCommand.d.ts +6 -4
  173. package/dist-types/commands/GetModelCopyJobCommand.d.ts +6 -4
  174. package/dist-types/commands/GetModelCustomizationJobCommand.d.ts +6 -4
  175. package/dist-types/commands/GetModelImportJobCommand.d.ts +6 -4
  176. package/dist-types/commands/GetModelInvocationJobCommand.d.ts +6 -4
  177. package/dist-types/commands/GetModelInvocationLoggingConfigurationCommand.d.ts +6 -4
  178. package/dist-types/commands/GetPromptRouterCommand.d.ts +6 -4
  179. package/dist-types/commands/GetProvisionedModelThroughputCommand.d.ts +6 -4
  180. package/dist-types/commands/GetResourcePolicyCommand.d.ts +6 -4
  181. package/dist-types/commands/GetUseCaseForModelAccessCommand.d.ts +6 -4
  182. package/dist-types/commands/ListAutomatedReasoningPoliciesCommand.d.ts +6 -4
  183. package/dist-types/commands/ListAutomatedReasoningPolicyBuildWorkflowsCommand.d.ts +6 -4
  184. package/dist-types/commands/ListAutomatedReasoningPolicyTestCasesCommand.d.ts +6 -4
  185. package/dist-types/commands/ListAutomatedReasoningPolicyTestResultsCommand.d.ts +6 -4
  186. package/dist-types/commands/ListCustomModelDeploymentsCommand.d.ts +6 -4
  187. package/dist-types/commands/ListCustomModelsCommand.d.ts +6 -4
  188. package/dist-types/commands/ListEnforcedGuardrailsConfigurationCommand.d.ts +6 -4
  189. package/dist-types/commands/ListEvaluationJobsCommand.d.ts +6 -4
  190. package/dist-types/commands/ListFoundationModelAgreementOffersCommand.d.ts +6 -4
  191. package/dist-types/commands/ListFoundationModelsCommand.d.ts +6 -4
  192. package/dist-types/commands/ListGuardrailsCommand.d.ts +6 -4
  193. package/dist-types/commands/ListImportedModelsCommand.d.ts +6 -4
  194. package/dist-types/commands/ListInferenceProfilesCommand.d.ts +6 -4
  195. package/dist-types/commands/ListMarketplaceModelEndpointsCommand.d.ts +6 -4
  196. package/dist-types/commands/ListModelCopyJobsCommand.d.ts +6 -4
  197. package/dist-types/commands/ListModelCustomizationJobsCommand.d.ts +6 -4
  198. package/dist-types/commands/ListModelImportJobsCommand.d.ts +6 -4
  199. package/dist-types/commands/ListModelInvocationJobsCommand.d.ts +6 -4
  200. package/dist-types/commands/ListPromptRoutersCommand.d.ts +6 -4
  201. package/dist-types/commands/ListProvisionedModelThroughputsCommand.d.ts +6 -4
  202. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  203. package/dist-types/commands/PutEnforcedGuardrailConfigurationCommand.d.ts +6 -4
  204. package/dist-types/commands/PutModelInvocationLoggingConfigurationCommand.d.ts +6 -4
  205. package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -4
  206. package/dist-types/commands/PutUseCaseForModelAccessCommand.d.ts +6 -4
  207. package/dist-types/commands/RegisterMarketplaceModelEndpointCommand.d.ts +6 -4
  208. package/dist-types/commands/StartAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +6 -4
  209. package/dist-types/commands/StartAutomatedReasoningPolicyTestWorkflowCommand.d.ts +6 -4
  210. package/dist-types/commands/StopEvaluationJobCommand.d.ts +6 -4
  211. package/dist-types/commands/StopModelCustomizationJobCommand.d.ts +6 -4
  212. package/dist-types/commands/StopModelInvocationJobCommand.d.ts +6 -4
  213. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  214. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  215. package/dist-types/commands/UpdateAutomatedReasoningPolicyAnnotationsCommand.d.ts +6 -4
  216. package/dist-types/commands/UpdateAutomatedReasoningPolicyCommand.d.ts +6 -4
  217. package/dist-types/commands/UpdateAutomatedReasoningPolicyTestCaseCommand.d.ts +6 -4
  218. package/dist-types/commands/UpdateCustomModelDeploymentCommand.d.ts +6 -4
  219. package/dist-types/commands/UpdateGuardrailCommand.d.ts +6 -4
  220. package/dist-types/commands/UpdateMarketplaceModelEndpointCommand.d.ts +6 -4
  221. package/dist-types/commands/UpdateProvisionedModelThroughputCommand.d.ts +6 -4
  222. package/dist-types/endpoint/bdd.d.ts +1 -1
  223. package/dist-types/extensionConfiguration.d.ts +1 -1
  224. package/dist-types/models/BedrockServiceException.d.ts +1 -1
  225. package/dist-types/models/errors.d.ts +1 -1
  226. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  227. package/dist-types/runtimeConfig.d.ts +2 -2
  228. package/dist-types/runtimeConfig.native.d.ts +2 -2
  229. package/dist-types/ts3.4/BedrockClient.d.ts +8 -14
  230. package/dist-types/ts3.4/commands/BatchDeleteEvaluationJobCommand.d.ts +6 -4
  231. package/dist-types/ts3.4/commands/CancelAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +6 -4
  232. package/dist-types/ts3.4/commands/CreateAutomatedReasoningPolicyCommand.d.ts +6 -4
  233. package/dist-types/ts3.4/commands/CreateAutomatedReasoningPolicyTestCaseCommand.d.ts +6 -4
  234. package/dist-types/ts3.4/commands/CreateAutomatedReasoningPolicyVersionCommand.d.ts +6 -4
  235. package/dist-types/ts3.4/commands/CreateCustomModelCommand.d.ts +6 -4
  236. package/dist-types/ts3.4/commands/CreateCustomModelDeploymentCommand.d.ts +6 -4
  237. package/dist-types/ts3.4/commands/CreateEvaluationJobCommand.d.ts +6 -4
  238. package/dist-types/ts3.4/commands/CreateFoundationModelAgreementCommand.d.ts +6 -4
  239. package/dist-types/ts3.4/commands/CreateGuardrailCommand.d.ts +6 -4
  240. package/dist-types/ts3.4/commands/CreateGuardrailVersionCommand.d.ts +6 -4
  241. package/dist-types/ts3.4/commands/CreateInferenceProfileCommand.d.ts +6 -4
  242. package/dist-types/ts3.4/commands/CreateMarketplaceModelEndpointCommand.d.ts +6 -4
  243. package/dist-types/ts3.4/commands/CreateModelCopyJobCommand.d.ts +6 -4
  244. package/dist-types/ts3.4/commands/CreateModelCustomizationJobCommand.d.ts +6 -4
  245. package/dist-types/ts3.4/commands/CreateModelImportJobCommand.d.ts +6 -4
  246. package/dist-types/ts3.4/commands/CreateModelInvocationJobCommand.d.ts +6 -4
  247. package/dist-types/ts3.4/commands/CreatePromptRouterCommand.d.ts +6 -4
  248. package/dist-types/ts3.4/commands/CreateProvisionedModelThroughputCommand.d.ts +6 -4
  249. package/dist-types/ts3.4/commands/DeleteAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +6 -4
  250. package/dist-types/ts3.4/commands/DeleteAutomatedReasoningPolicyCommand.d.ts +6 -4
  251. package/dist-types/ts3.4/commands/DeleteAutomatedReasoningPolicyTestCaseCommand.d.ts +6 -4
  252. package/dist-types/ts3.4/commands/DeleteCustomModelCommand.d.ts +6 -4
  253. package/dist-types/ts3.4/commands/DeleteCustomModelDeploymentCommand.d.ts +6 -4
  254. package/dist-types/ts3.4/commands/DeleteEnforcedGuardrailConfigurationCommand.d.ts +6 -4
  255. package/dist-types/ts3.4/commands/DeleteFoundationModelAgreementCommand.d.ts +6 -4
  256. package/dist-types/ts3.4/commands/DeleteGuardrailCommand.d.ts +6 -4
  257. package/dist-types/ts3.4/commands/DeleteImportedModelCommand.d.ts +6 -4
  258. package/dist-types/ts3.4/commands/DeleteInferenceProfileCommand.d.ts +6 -4
  259. package/dist-types/ts3.4/commands/DeleteMarketplaceModelEndpointCommand.d.ts +6 -4
  260. package/dist-types/ts3.4/commands/DeleteModelInvocationLoggingConfigurationCommand.d.ts +6 -4
  261. package/dist-types/ts3.4/commands/DeletePromptRouterCommand.d.ts +6 -4
  262. package/dist-types/ts3.4/commands/DeleteProvisionedModelThroughputCommand.d.ts +6 -4
  263. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +6 -4
  264. package/dist-types/ts3.4/commands/DeregisterMarketplaceModelEndpointCommand.d.ts +6 -4
  265. package/dist-types/ts3.4/commands/ExportAutomatedReasoningPolicyVersionCommand.d.ts +6 -4
  266. package/dist-types/ts3.4/commands/GetAutomatedReasoningPolicyAnnotationsCommand.d.ts +6 -4
  267. package/dist-types/ts3.4/commands/GetAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +6 -4
  268. package/dist-types/ts3.4/commands/GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommand.d.ts +6 -4
  269. package/dist-types/ts3.4/commands/GetAutomatedReasoningPolicyCommand.d.ts +6 -4
  270. package/dist-types/ts3.4/commands/GetAutomatedReasoningPolicyNextScenarioCommand.d.ts +6 -4
  271. package/dist-types/ts3.4/commands/GetAutomatedReasoningPolicyTestCaseCommand.d.ts +6 -4
  272. package/dist-types/ts3.4/commands/GetAutomatedReasoningPolicyTestResultCommand.d.ts +6 -4
  273. package/dist-types/ts3.4/commands/GetCustomModelCommand.d.ts +6 -4
  274. package/dist-types/ts3.4/commands/GetCustomModelDeploymentCommand.d.ts +6 -4
  275. package/dist-types/ts3.4/commands/GetEvaluationJobCommand.d.ts +6 -4
  276. package/dist-types/ts3.4/commands/GetFoundationModelAvailabilityCommand.d.ts +6 -4
  277. package/dist-types/ts3.4/commands/GetFoundationModelCommand.d.ts +6 -4
  278. package/dist-types/ts3.4/commands/GetGuardrailCommand.d.ts +6 -4
  279. package/dist-types/ts3.4/commands/GetImportedModelCommand.d.ts +6 -4
  280. package/dist-types/ts3.4/commands/GetInferenceProfileCommand.d.ts +6 -4
  281. package/dist-types/ts3.4/commands/GetMarketplaceModelEndpointCommand.d.ts +6 -4
  282. package/dist-types/ts3.4/commands/GetModelCopyJobCommand.d.ts +6 -4
  283. package/dist-types/ts3.4/commands/GetModelCustomizationJobCommand.d.ts +6 -4
  284. package/dist-types/ts3.4/commands/GetModelImportJobCommand.d.ts +6 -4
  285. package/dist-types/ts3.4/commands/GetModelInvocationJobCommand.d.ts +6 -4
  286. package/dist-types/ts3.4/commands/GetModelInvocationLoggingConfigurationCommand.d.ts +6 -4
  287. package/dist-types/ts3.4/commands/GetPromptRouterCommand.d.ts +6 -4
  288. package/dist-types/ts3.4/commands/GetProvisionedModelThroughputCommand.d.ts +6 -4
  289. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +6 -4
  290. package/dist-types/ts3.4/commands/GetUseCaseForModelAccessCommand.d.ts +6 -4
  291. package/dist-types/ts3.4/commands/ListAutomatedReasoningPoliciesCommand.d.ts +6 -4
  292. package/dist-types/ts3.4/commands/ListAutomatedReasoningPolicyBuildWorkflowsCommand.d.ts +6 -4
  293. package/dist-types/ts3.4/commands/ListAutomatedReasoningPolicyTestCasesCommand.d.ts +6 -4
  294. package/dist-types/ts3.4/commands/ListAutomatedReasoningPolicyTestResultsCommand.d.ts +6 -4
  295. package/dist-types/ts3.4/commands/ListCustomModelDeploymentsCommand.d.ts +6 -4
  296. package/dist-types/ts3.4/commands/ListCustomModelsCommand.d.ts +6 -4
  297. package/dist-types/ts3.4/commands/ListEnforcedGuardrailsConfigurationCommand.d.ts +6 -4
  298. package/dist-types/ts3.4/commands/ListEvaluationJobsCommand.d.ts +6 -4
  299. package/dist-types/ts3.4/commands/ListFoundationModelAgreementOffersCommand.d.ts +6 -4
  300. package/dist-types/ts3.4/commands/ListFoundationModelsCommand.d.ts +6 -4
  301. package/dist-types/ts3.4/commands/ListGuardrailsCommand.d.ts +6 -4
  302. package/dist-types/ts3.4/commands/ListImportedModelsCommand.d.ts +6 -4
  303. package/dist-types/ts3.4/commands/ListInferenceProfilesCommand.d.ts +6 -4
  304. package/dist-types/ts3.4/commands/ListMarketplaceModelEndpointsCommand.d.ts +6 -4
  305. package/dist-types/ts3.4/commands/ListModelCopyJobsCommand.d.ts +6 -4
  306. package/dist-types/ts3.4/commands/ListModelCustomizationJobsCommand.d.ts +6 -4
  307. package/dist-types/ts3.4/commands/ListModelImportJobsCommand.d.ts +6 -4
  308. package/dist-types/ts3.4/commands/ListModelInvocationJobsCommand.d.ts +6 -4
  309. package/dist-types/ts3.4/commands/ListPromptRoutersCommand.d.ts +6 -4
  310. package/dist-types/ts3.4/commands/ListProvisionedModelThroughputsCommand.d.ts +6 -4
  311. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  312. package/dist-types/ts3.4/commands/PutEnforcedGuardrailConfigurationCommand.d.ts +6 -4
  313. package/dist-types/ts3.4/commands/PutModelInvocationLoggingConfigurationCommand.d.ts +6 -4
  314. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +6 -4
  315. package/dist-types/ts3.4/commands/PutUseCaseForModelAccessCommand.d.ts +6 -4
  316. package/dist-types/ts3.4/commands/RegisterMarketplaceModelEndpointCommand.d.ts +6 -4
  317. package/dist-types/ts3.4/commands/StartAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +6 -4
  318. package/dist-types/ts3.4/commands/StartAutomatedReasoningPolicyTestWorkflowCommand.d.ts +6 -4
  319. package/dist-types/ts3.4/commands/StopEvaluationJobCommand.d.ts +6 -4
  320. package/dist-types/ts3.4/commands/StopModelCustomizationJobCommand.d.ts +6 -4
  321. package/dist-types/ts3.4/commands/StopModelInvocationJobCommand.d.ts +6 -4
  322. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  323. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  324. package/dist-types/ts3.4/commands/UpdateAutomatedReasoningPolicyAnnotationsCommand.d.ts +6 -4
  325. package/dist-types/ts3.4/commands/UpdateAutomatedReasoningPolicyCommand.d.ts +6 -4
  326. package/dist-types/ts3.4/commands/UpdateAutomatedReasoningPolicyTestCaseCommand.d.ts +6 -4
  327. package/dist-types/ts3.4/commands/UpdateCustomModelDeploymentCommand.d.ts +6 -4
  328. package/dist-types/ts3.4/commands/UpdateGuardrailCommand.d.ts +6 -4
  329. package/dist-types/ts3.4/commands/UpdateMarketplaceModelEndpointCommand.d.ts +6 -4
  330. package/dist-types/ts3.4/commands/UpdateProvisionedModelThroughputCommand.d.ts +6 -4
  331. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  332. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  333. package/dist-types/ts3.4/models/BedrockServiceException.d.ts +1 -1
  334. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  335. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  336. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  337. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  338. package/package.json +14 -35
package/dist-cjs/index.js CHANGED
@@ -4,17 +4,16 @@ var middlewareHostHeader = require('@aws-sdk/middleware-host-header');
4
4
  var middlewareLogger = require('@aws-sdk/middleware-logger');
5
5
  var middlewareRecursionDetection = require('@aws-sdk/middleware-recursion-detection');
6
6
  var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
7
- var configResolver = require('@smithy/config-resolver');
8
7
  var core = require('@smithy/core');
8
+ var client = require('@smithy/core/client');
9
+ var config = require('@smithy/core/config');
10
+ var endpoints = require('@smithy/core/endpoints');
11
+ var protocols = require('@smithy/core/protocols');
12
+ var retry = require('@smithy/core/retry');
9
13
  var schema = require('@smithy/core/schema');
10
- var middlewareContentLength = require('@smithy/middleware-content-length');
11
- var middlewareEndpoint = require('@smithy/middleware-endpoint');
12
- var middlewareRetry = require('@smithy/middleware-retry');
13
- var smithyClient = require('@smithy/smithy-client');
14
14
  var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
15
15
  var runtimeConfig = require('./runtimeConfig');
16
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
17
- var protocolHttp = require('@smithy/protocol-http');
18
17
  var schemas_0 = require('./schemas/schemas_0');
19
18
  var errors = require('./models/errors');
20
19
  var BedrockServiceException = require('./models/BedrockServiceException');
@@ -81,12 +80,12 @@ const resolveHttpAuthRuntimeConfig = (config) => {
81
80
  };
82
81
 
83
82
  const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
84
- const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig), smithyClient.getDefaultExtensionConfiguration(runtimeConfig), protocolHttp.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
83
+ const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig), client.getDefaultExtensionConfiguration(runtimeConfig), protocols.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
85
84
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
86
- return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration), smithyClient.resolveDefaultRuntimeConfig(extensionConfiguration), protocolHttp.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
85
+ return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration), client.resolveDefaultRuntimeConfig(extensionConfiguration), protocols.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
87
86
  };
88
87
 
89
- class BedrockClient extends smithyClient.Client {
88
+ class BedrockClient extends client.Client {
90
89
  config;
91
90
  constructor(...[configuration]) {
92
91
  const _config_0 = runtimeConfig.getRuntimeConfig(configuration || {});
@@ -94,17 +93,17 @@ class BedrockClient extends smithyClient.Client {
94
93
  this.initConfig = _config_0;
95
94
  const _config_1 = resolveClientEndpointParameters(_config_0);
96
95
  const _config_2 = middlewareUserAgent.resolveUserAgentConfig(_config_1);
97
- const _config_3 = middlewareRetry.resolveRetryConfig(_config_2);
98
- const _config_4 = configResolver.resolveRegionConfig(_config_3);
96
+ const _config_3 = retry.resolveRetryConfig(_config_2);
97
+ const _config_4 = config.resolveRegionConfig(_config_3);
99
98
  const _config_5 = middlewareHostHeader.resolveHostHeaderConfig(_config_4);
100
- const _config_6 = middlewareEndpoint.resolveEndpointConfig(_config_5);
99
+ const _config_6 = endpoints.resolveEndpointConfig(_config_5);
101
100
  const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);
102
101
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
103
102
  this.config = _config_8;
104
103
  this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
105
104
  this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
106
- this.middlewareStack.use(middlewareRetry.getRetryPlugin(this.config));
107
- this.middlewareStack.use(middlewareContentLength.getContentLengthPlugin(this.config));
105
+ this.middlewareStack.use(retry.getRetryPlugin(this.config));
106
+ this.middlewareStack.use(protocols.getContentLengthPlugin(this.config));
108
107
  this.middlewareStack.use(middlewareHostHeader.getHostHeaderPlugin(this.config));
109
108
  this.middlewareStack.use(middlewareLogger.getLoggerPlugin(this.config));
110
109
  this.middlewareStack.use(middlewareRecursionDetection.getRecursionDetectionPlugin(this.config));
@@ -122,11 +121,11 @@ class BedrockClient extends smithyClient.Client {
122
121
  }
123
122
  }
124
123
 
125
- class BatchDeleteEvaluationJobCommand extends smithyClient.Command
124
+ class BatchDeleteEvaluationJobCommand extends client.Command
126
125
  .classBuilder()
127
126
  .ep(commonParams)
128
127
  .m(function (Command, cs, config, o) {
129
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
128
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
130
129
  })
131
130
  .s("AmazonBedrockControlPlaneService", "BatchDeleteEvaluationJob", {})
132
131
  .n("BedrockClient", "BatchDeleteEvaluationJobCommand")
@@ -134,11 +133,11 @@ class BatchDeleteEvaluationJobCommand extends smithyClient.Command
134
133
  .build() {
135
134
  }
136
135
 
137
- class CancelAutomatedReasoningPolicyBuildWorkflowCommand extends smithyClient.Command
136
+ class CancelAutomatedReasoningPolicyBuildWorkflowCommand extends client.Command
138
137
  .classBuilder()
139
138
  .ep(commonParams)
140
139
  .m(function (Command, cs, config, o) {
141
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
140
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
142
141
  })
143
142
  .s("AmazonBedrockControlPlaneService", "CancelAutomatedReasoningPolicyBuildWorkflow", {})
144
143
  .n("BedrockClient", "CancelAutomatedReasoningPolicyBuildWorkflowCommand")
@@ -146,11 +145,11 @@ class CancelAutomatedReasoningPolicyBuildWorkflowCommand extends smithyClient.Co
146
145
  .build() {
147
146
  }
148
147
 
149
- class CreateAutomatedReasoningPolicyCommand extends smithyClient.Command
148
+ class CreateAutomatedReasoningPolicyCommand extends client.Command
150
149
  .classBuilder()
151
150
  .ep(commonParams)
152
151
  .m(function (Command, cs, config, o) {
153
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
152
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
154
153
  })
155
154
  .s("AmazonBedrockControlPlaneService", "CreateAutomatedReasoningPolicy", {})
156
155
  .n("BedrockClient", "CreateAutomatedReasoningPolicyCommand")
@@ -158,11 +157,11 @@ class CreateAutomatedReasoningPolicyCommand extends smithyClient.Command
158
157
  .build() {
159
158
  }
160
159
 
161
- class CreateAutomatedReasoningPolicyTestCaseCommand extends smithyClient.Command
160
+ class CreateAutomatedReasoningPolicyTestCaseCommand extends client.Command
162
161
  .classBuilder()
163
162
  .ep(commonParams)
164
163
  .m(function (Command, cs, config, o) {
165
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
164
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
166
165
  })
167
166
  .s("AmazonBedrockControlPlaneService", "CreateAutomatedReasoningPolicyTestCase", {})
168
167
  .n("BedrockClient", "CreateAutomatedReasoningPolicyTestCaseCommand")
@@ -170,11 +169,11 @@ class CreateAutomatedReasoningPolicyTestCaseCommand extends smithyClient.Command
170
169
  .build() {
171
170
  }
172
171
 
173
- class CreateAutomatedReasoningPolicyVersionCommand extends smithyClient.Command
172
+ class CreateAutomatedReasoningPolicyVersionCommand extends client.Command
174
173
  .classBuilder()
175
174
  .ep(commonParams)
176
175
  .m(function (Command, cs, config, o) {
177
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
176
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
178
177
  })
179
178
  .s("AmazonBedrockControlPlaneService", "CreateAutomatedReasoningPolicyVersion", {})
180
179
  .n("BedrockClient", "CreateAutomatedReasoningPolicyVersionCommand")
@@ -182,11 +181,11 @@ class CreateAutomatedReasoningPolicyVersionCommand extends smithyClient.Command
182
181
  .build() {
183
182
  }
184
183
 
185
- class CreateCustomModelCommand extends smithyClient.Command
184
+ class CreateCustomModelCommand extends client.Command
186
185
  .classBuilder()
187
186
  .ep(commonParams)
188
187
  .m(function (Command, cs, config, o) {
189
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
188
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
190
189
  })
191
190
  .s("AmazonBedrockControlPlaneService", "CreateCustomModel", {})
192
191
  .n("BedrockClient", "CreateCustomModelCommand")
@@ -194,11 +193,11 @@ class CreateCustomModelCommand extends smithyClient.Command
194
193
  .build() {
195
194
  }
196
195
 
197
- class CreateCustomModelDeploymentCommand extends smithyClient.Command
196
+ class CreateCustomModelDeploymentCommand extends client.Command
198
197
  .classBuilder()
199
198
  .ep(commonParams)
200
199
  .m(function (Command, cs, config, o) {
201
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
200
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
202
201
  })
203
202
  .s("AmazonBedrockControlPlaneService", "CreateCustomModelDeployment", {})
204
203
  .n("BedrockClient", "CreateCustomModelDeploymentCommand")
@@ -206,11 +205,11 @@ class CreateCustomModelDeploymentCommand extends smithyClient.Command
206
205
  .build() {
207
206
  }
208
207
 
209
- class CreateEvaluationJobCommand extends smithyClient.Command
208
+ class CreateEvaluationJobCommand extends client.Command
210
209
  .classBuilder()
211
210
  .ep(commonParams)
212
211
  .m(function (Command, cs, config, o) {
213
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
212
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
214
213
  })
215
214
  .s("AmazonBedrockControlPlaneService", "CreateEvaluationJob", {})
216
215
  .n("BedrockClient", "CreateEvaluationJobCommand")
@@ -218,11 +217,11 @@ class CreateEvaluationJobCommand extends smithyClient.Command
218
217
  .build() {
219
218
  }
220
219
 
221
- class CreateFoundationModelAgreementCommand extends smithyClient.Command
220
+ class CreateFoundationModelAgreementCommand extends client.Command
222
221
  .classBuilder()
223
222
  .ep(commonParams)
224
223
  .m(function (Command, cs, config, o) {
225
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
224
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
226
225
  })
227
226
  .s("AmazonBedrockControlPlaneService", "CreateFoundationModelAgreement", {})
228
227
  .n("BedrockClient", "CreateFoundationModelAgreementCommand")
@@ -230,11 +229,11 @@ class CreateFoundationModelAgreementCommand extends smithyClient.Command
230
229
  .build() {
231
230
  }
232
231
 
233
- class CreateGuardrailCommand extends smithyClient.Command
232
+ class CreateGuardrailCommand extends client.Command
234
233
  .classBuilder()
235
234
  .ep(commonParams)
236
235
  .m(function (Command, cs, config, o) {
237
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
236
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
238
237
  })
239
238
  .s("AmazonBedrockControlPlaneService", "CreateGuardrail", {})
240
239
  .n("BedrockClient", "CreateGuardrailCommand")
@@ -242,11 +241,11 @@ class CreateGuardrailCommand extends smithyClient.Command
242
241
  .build() {
243
242
  }
244
243
 
245
- class CreateGuardrailVersionCommand extends smithyClient.Command
244
+ class CreateGuardrailVersionCommand extends client.Command
246
245
  .classBuilder()
247
246
  .ep(commonParams)
248
247
  .m(function (Command, cs, config, o) {
249
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
248
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
250
249
  })
251
250
  .s("AmazonBedrockControlPlaneService", "CreateGuardrailVersion", {})
252
251
  .n("BedrockClient", "CreateGuardrailVersionCommand")
@@ -254,11 +253,11 @@ class CreateGuardrailVersionCommand extends smithyClient.Command
254
253
  .build() {
255
254
  }
256
255
 
257
- class CreateInferenceProfileCommand extends smithyClient.Command
256
+ class CreateInferenceProfileCommand extends client.Command
258
257
  .classBuilder()
259
258
  .ep(commonParams)
260
259
  .m(function (Command, cs, config, o) {
261
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
260
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
262
261
  })
263
262
  .s("AmazonBedrockControlPlaneService", "CreateInferenceProfile", {})
264
263
  .n("BedrockClient", "CreateInferenceProfileCommand")
@@ -266,11 +265,11 @@ class CreateInferenceProfileCommand extends smithyClient.Command
266
265
  .build() {
267
266
  }
268
267
 
269
- class CreateMarketplaceModelEndpointCommand extends smithyClient.Command
268
+ class CreateMarketplaceModelEndpointCommand extends client.Command
270
269
  .classBuilder()
271
270
  .ep(commonParams)
272
271
  .m(function (Command, cs, config, o) {
273
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
272
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
274
273
  })
275
274
  .s("AmazonBedrockControlPlaneService", "CreateMarketplaceModelEndpoint", {})
276
275
  .n("BedrockClient", "CreateMarketplaceModelEndpointCommand")
@@ -278,11 +277,11 @@ class CreateMarketplaceModelEndpointCommand extends smithyClient.Command
278
277
  .build() {
279
278
  }
280
279
 
281
- class CreateModelCopyJobCommand extends smithyClient.Command
280
+ class CreateModelCopyJobCommand extends client.Command
282
281
  .classBuilder()
283
282
  .ep(commonParams)
284
283
  .m(function (Command, cs, config, o) {
285
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
284
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
286
285
  })
287
286
  .s("AmazonBedrockControlPlaneService", "CreateModelCopyJob", {})
288
287
  .n("BedrockClient", "CreateModelCopyJobCommand")
@@ -290,11 +289,11 @@ class CreateModelCopyJobCommand extends smithyClient.Command
290
289
  .build() {
291
290
  }
292
291
 
293
- class CreateModelCustomizationJobCommand extends smithyClient.Command
292
+ class CreateModelCustomizationJobCommand extends client.Command
294
293
  .classBuilder()
295
294
  .ep(commonParams)
296
295
  .m(function (Command, cs, config, o) {
297
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
296
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
298
297
  })
299
298
  .s("AmazonBedrockControlPlaneService", "CreateModelCustomizationJob", {})
300
299
  .n("BedrockClient", "CreateModelCustomizationJobCommand")
@@ -302,11 +301,11 @@ class CreateModelCustomizationJobCommand extends smithyClient.Command
302
301
  .build() {
303
302
  }
304
303
 
305
- class CreateModelImportJobCommand extends smithyClient.Command
304
+ class CreateModelImportJobCommand extends client.Command
306
305
  .classBuilder()
307
306
  .ep(commonParams)
308
307
  .m(function (Command, cs, config, o) {
309
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
308
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
310
309
  })
311
310
  .s("AmazonBedrockControlPlaneService", "CreateModelImportJob", {})
312
311
  .n("BedrockClient", "CreateModelImportJobCommand")
@@ -314,11 +313,11 @@ class CreateModelImportJobCommand extends smithyClient.Command
314
313
  .build() {
315
314
  }
316
315
 
317
- class CreateModelInvocationJobCommand extends smithyClient.Command
316
+ class CreateModelInvocationJobCommand extends client.Command
318
317
  .classBuilder()
319
318
  .ep(commonParams)
320
319
  .m(function (Command, cs, config, o) {
321
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
320
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
322
321
  })
323
322
  .s("AmazonBedrockControlPlaneService", "CreateModelInvocationJob", {})
324
323
  .n("BedrockClient", "CreateModelInvocationJobCommand")
@@ -326,11 +325,11 @@ class CreateModelInvocationJobCommand extends smithyClient.Command
326
325
  .build() {
327
326
  }
328
327
 
329
- class CreatePromptRouterCommand extends smithyClient.Command
328
+ class CreatePromptRouterCommand extends client.Command
330
329
  .classBuilder()
331
330
  .ep(commonParams)
332
331
  .m(function (Command, cs, config, o) {
333
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
332
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
334
333
  })
335
334
  .s("AmazonBedrockControlPlaneService", "CreatePromptRouter", {})
336
335
  .n("BedrockClient", "CreatePromptRouterCommand")
@@ -338,11 +337,11 @@ class CreatePromptRouterCommand extends smithyClient.Command
338
337
  .build() {
339
338
  }
340
339
 
341
- class CreateProvisionedModelThroughputCommand extends smithyClient.Command
340
+ class CreateProvisionedModelThroughputCommand extends client.Command
342
341
  .classBuilder()
343
342
  .ep(commonParams)
344
343
  .m(function (Command, cs, config, o) {
345
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
344
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
346
345
  })
347
346
  .s("AmazonBedrockControlPlaneService", "CreateProvisionedModelThroughput", {})
348
347
  .n("BedrockClient", "CreateProvisionedModelThroughputCommand")
@@ -350,11 +349,11 @@ class CreateProvisionedModelThroughputCommand extends smithyClient.Command
350
349
  .build() {
351
350
  }
352
351
 
353
- class DeleteAutomatedReasoningPolicyBuildWorkflowCommand extends smithyClient.Command
352
+ class DeleteAutomatedReasoningPolicyBuildWorkflowCommand extends client.Command
354
353
  .classBuilder()
355
354
  .ep(commonParams)
356
355
  .m(function (Command, cs, config, o) {
357
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
356
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
358
357
  })
359
358
  .s("AmazonBedrockControlPlaneService", "DeleteAutomatedReasoningPolicyBuildWorkflow", {})
360
359
  .n("BedrockClient", "DeleteAutomatedReasoningPolicyBuildWorkflowCommand")
@@ -362,11 +361,11 @@ class DeleteAutomatedReasoningPolicyBuildWorkflowCommand extends smithyClient.Co
362
361
  .build() {
363
362
  }
364
363
 
365
- class DeleteAutomatedReasoningPolicyCommand extends smithyClient.Command
364
+ class DeleteAutomatedReasoningPolicyCommand extends client.Command
366
365
  .classBuilder()
367
366
  .ep(commonParams)
368
367
  .m(function (Command, cs, config, o) {
369
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
368
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
370
369
  })
371
370
  .s("AmazonBedrockControlPlaneService", "DeleteAutomatedReasoningPolicy", {})
372
371
  .n("BedrockClient", "DeleteAutomatedReasoningPolicyCommand")
@@ -374,11 +373,11 @@ class DeleteAutomatedReasoningPolicyCommand extends smithyClient.Command
374
373
  .build() {
375
374
  }
376
375
 
377
- class DeleteAutomatedReasoningPolicyTestCaseCommand extends smithyClient.Command
376
+ class DeleteAutomatedReasoningPolicyTestCaseCommand extends client.Command
378
377
  .classBuilder()
379
378
  .ep(commonParams)
380
379
  .m(function (Command, cs, config, o) {
381
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
380
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
382
381
  })
383
382
  .s("AmazonBedrockControlPlaneService", "DeleteAutomatedReasoningPolicyTestCase", {})
384
383
  .n("BedrockClient", "DeleteAutomatedReasoningPolicyTestCaseCommand")
@@ -386,11 +385,11 @@ class DeleteAutomatedReasoningPolicyTestCaseCommand extends smithyClient.Command
386
385
  .build() {
387
386
  }
388
387
 
389
- class DeleteCustomModelCommand extends smithyClient.Command
388
+ class DeleteCustomModelCommand extends client.Command
390
389
  .classBuilder()
391
390
  .ep(commonParams)
392
391
  .m(function (Command, cs, config, o) {
393
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
392
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
394
393
  })
395
394
  .s("AmazonBedrockControlPlaneService", "DeleteCustomModel", {})
396
395
  .n("BedrockClient", "DeleteCustomModelCommand")
@@ -398,11 +397,11 @@ class DeleteCustomModelCommand extends smithyClient.Command
398
397
  .build() {
399
398
  }
400
399
 
401
- class DeleteCustomModelDeploymentCommand extends smithyClient.Command
400
+ class DeleteCustomModelDeploymentCommand extends client.Command
402
401
  .classBuilder()
403
402
  .ep(commonParams)
404
403
  .m(function (Command, cs, config, o) {
405
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
404
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
406
405
  })
407
406
  .s("AmazonBedrockControlPlaneService", "DeleteCustomModelDeployment", {})
408
407
  .n("BedrockClient", "DeleteCustomModelDeploymentCommand")
@@ -410,11 +409,11 @@ class DeleteCustomModelDeploymentCommand extends smithyClient.Command
410
409
  .build() {
411
410
  }
412
411
 
413
- class DeleteEnforcedGuardrailConfigurationCommand extends smithyClient.Command
412
+ class DeleteEnforcedGuardrailConfigurationCommand extends client.Command
414
413
  .classBuilder()
415
414
  .ep(commonParams)
416
415
  .m(function (Command, cs, config, o) {
417
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
416
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
418
417
  })
419
418
  .s("AmazonBedrockControlPlaneService", "DeleteEnforcedGuardrailConfiguration", {})
420
419
  .n("BedrockClient", "DeleteEnforcedGuardrailConfigurationCommand")
@@ -422,11 +421,11 @@ class DeleteEnforcedGuardrailConfigurationCommand extends smithyClient.Command
422
421
  .build() {
423
422
  }
424
423
 
425
- class DeleteFoundationModelAgreementCommand extends smithyClient.Command
424
+ class DeleteFoundationModelAgreementCommand extends client.Command
426
425
  .classBuilder()
427
426
  .ep(commonParams)
428
427
  .m(function (Command, cs, config, o) {
429
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
428
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
430
429
  })
431
430
  .s("AmazonBedrockControlPlaneService", "DeleteFoundationModelAgreement", {})
432
431
  .n("BedrockClient", "DeleteFoundationModelAgreementCommand")
@@ -434,11 +433,11 @@ class DeleteFoundationModelAgreementCommand extends smithyClient.Command
434
433
  .build() {
435
434
  }
436
435
 
437
- class DeleteGuardrailCommand extends smithyClient.Command
436
+ class DeleteGuardrailCommand extends client.Command
438
437
  .classBuilder()
439
438
  .ep(commonParams)
440
439
  .m(function (Command, cs, config, o) {
441
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
440
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
442
441
  })
443
442
  .s("AmazonBedrockControlPlaneService", "DeleteGuardrail", {})
444
443
  .n("BedrockClient", "DeleteGuardrailCommand")
@@ -446,11 +445,11 @@ class DeleteGuardrailCommand extends smithyClient.Command
446
445
  .build() {
447
446
  }
448
447
 
449
- class DeleteImportedModelCommand extends smithyClient.Command
448
+ class DeleteImportedModelCommand extends client.Command
450
449
  .classBuilder()
451
450
  .ep(commonParams)
452
451
  .m(function (Command, cs, config, o) {
453
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
452
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
454
453
  })
455
454
  .s("AmazonBedrockControlPlaneService", "DeleteImportedModel", {})
456
455
  .n("BedrockClient", "DeleteImportedModelCommand")
@@ -458,11 +457,11 @@ class DeleteImportedModelCommand extends smithyClient.Command
458
457
  .build() {
459
458
  }
460
459
 
461
- class DeleteInferenceProfileCommand extends smithyClient.Command
460
+ class DeleteInferenceProfileCommand extends client.Command
462
461
  .classBuilder()
463
462
  .ep(commonParams)
464
463
  .m(function (Command, cs, config, o) {
465
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
464
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
466
465
  })
467
466
  .s("AmazonBedrockControlPlaneService", "DeleteInferenceProfile", {})
468
467
  .n("BedrockClient", "DeleteInferenceProfileCommand")
@@ -470,11 +469,11 @@ class DeleteInferenceProfileCommand extends smithyClient.Command
470
469
  .build() {
471
470
  }
472
471
 
473
- class DeleteMarketplaceModelEndpointCommand extends smithyClient.Command
472
+ class DeleteMarketplaceModelEndpointCommand extends client.Command
474
473
  .classBuilder()
475
474
  .ep(commonParams)
476
475
  .m(function (Command, cs, config, o) {
477
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
476
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
478
477
  })
479
478
  .s("AmazonBedrockControlPlaneService", "DeleteMarketplaceModelEndpoint", {})
480
479
  .n("BedrockClient", "DeleteMarketplaceModelEndpointCommand")
@@ -482,11 +481,11 @@ class DeleteMarketplaceModelEndpointCommand extends smithyClient.Command
482
481
  .build() {
483
482
  }
484
483
 
485
- class DeleteModelInvocationLoggingConfigurationCommand extends smithyClient.Command
484
+ class DeleteModelInvocationLoggingConfigurationCommand extends client.Command
486
485
  .classBuilder()
487
486
  .ep(commonParams)
488
487
  .m(function (Command, cs, config, o) {
489
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
488
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
490
489
  })
491
490
  .s("AmazonBedrockControlPlaneService", "DeleteModelInvocationLoggingConfiguration", {})
492
491
  .n("BedrockClient", "DeleteModelInvocationLoggingConfigurationCommand")
@@ -494,11 +493,11 @@ class DeleteModelInvocationLoggingConfigurationCommand extends smithyClient.Comm
494
493
  .build() {
495
494
  }
496
495
 
497
- class DeletePromptRouterCommand extends smithyClient.Command
496
+ class DeletePromptRouterCommand extends client.Command
498
497
  .classBuilder()
499
498
  .ep(commonParams)
500
499
  .m(function (Command, cs, config, o) {
501
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
500
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
502
501
  })
503
502
  .s("AmazonBedrockControlPlaneService", "DeletePromptRouter", {})
504
503
  .n("BedrockClient", "DeletePromptRouterCommand")
@@ -506,11 +505,11 @@ class DeletePromptRouterCommand extends smithyClient.Command
506
505
  .build() {
507
506
  }
508
507
 
509
- class DeleteProvisionedModelThroughputCommand extends smithyClient.Command
508
+ class DeleteProvisionedModelThroughputCommand extends client.Command
510
509
  .classBuilder()
511
510
  .ep(commonParams)
512
511
  .m(function (Command, cs, config, o) {
513
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
512
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
514
513
  })
515
514
  .s("AmazonBedrockControlPlaneService", "DeleteProvisionedModelThroughput", {})
516
515
  .n("BedrockClient", "DeleteProvisionedModelThroughputCommand")
@@ -518,11 +517,11 @@ class DeleteProvisionedModelThroughputCommand extends smithyClient.Command
518
517
  .build() {
519
518
  }
520
519
 
521
- class DeleteResourcePolicyCommand extends smithyClient.Command
520
+ class DeleteResourcePolicyCommand extends client.Command
522
521
  .classBuilder()
523
522
  .ep(commonParams)
524
523
  .m(function (Command, cs, config, o) {
525
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
524
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
526
525
  })
527
526
  .s("AmazonBedrockControlPlaneService", "DeleteResourcePolicy", {})
528
527
  .n("BedrockClient", "DeleteResourcePolicyCommand")
@@ -530,11 +529,11 @@ class DeleteResourcePolicyCommand extends smithyClient.Command
530
529
  .build() {
531
530
  }
532
531
 
533
- class DeregisterMarketplaceModelEndpointCommand extends smithyClient.Command
532
+ class DeregisterMarketplaceModelEndpointCommand extends client.Command
534
533
  .classBuilder()
535
534
  .ep(commonParams)
536
535
  .m(function (Command, cs, config, o) {
537
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
536
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
538
537
  })
539
538
  .s("AmazonBedrockControlPlaneService", "DeregisterMarketplaceModelEndpoint", {})
540
539
  .n("BedrockClient", "DeregisterMarketplaceModelEndpointCommand")
@@ -542,11 +541,11 @@ class DeregisterMarketplaceModelEndpointCommand extends smithyClient.Command
542
541
  .build() {
543
542
  }
544
543
 
545
- class ExportAutomatedReasoningPolicyVersionCommand extends smithyClient.Command
544
+ class ExportAutomatedReasoningPolicyVersionCommand extends client.Command
546
545
  .classBuilder()
547
546
  .ep(commonParams)
548
547
  .m(function (Command, cs, config, o) {
549
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
548
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
550
549
  })
551
550
  .s("AmazonBedrockControlPlaneService", "ExportAutomatedReasoningPolicyVersion", {})
552
551
  .n("BedrockClient", "ExportAutomatedReasoningPolicyVersionCommand")
@@ -554,11 +553,11 @@ class ExportAutomatedReasoningPolicyVersionCommand extends smithyClient.Command
554
553
  .build() {
555
554
  }
556
555
 
557
- class GetAutomatedReasoningPolicyAnnotationsCommand extends smithyClient.Command
556
+ class GetAutomatedReasoningPolicyAnnotationsCommand extends client.Command
558
557
  .classBuilder()
559
558
  .ep(commonParams)
560
559
  .m(function (Command, cs, config, o) {
561
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
560
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
562
561
  })
563
562
  .s("AmazonBedrockControlPlaneService", "GetAutomatedReasoningPolicyAnnotations", {})
564
563
  .n("BedrockClient", "GetAutomatedReasoningPolicyAnnotationsCommand")
@@ -566,11 +565,11 @@ class GetAutomatedReasoningPolicyAnnotationsCommand extends smithyClient.Command
566
565
  .build() {
567
566
  }
568
567
 
569
- class GetAutomatedReasoningPolicyBuildWorkflowCommand extends smithyClient.Command
568
+ class GetAutomatedReasoningPolicyBuildWorkflowCommand extends client.Command
570
569
  .classBuilder()
571
570
  .ep(commonParams)
572
571
  .m(function (Command, cs, config, o) {
573
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
572
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
574
573
  })
575
574
  .s("AmazonBedrockControlPlaneService", "GetAutomatedReasoningPolicyBuildWorkflow", {})
576
575
  .n("BedrockClient", "GetAutomatedReasoningPolicyBuildWorkflowCommand")
@@ -578,11 +577,11 @@ class GetAutomatedReasoningPolicyBuildWorkflowCommand extends smithyClient.Comma
578
577
  .build() {
579
578
  }
580
579
 
581
- class GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommand extends smithyClient.Command
580
+ class GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommand extends client.Command
582
581
  .classBuilder()
583
582
  .ep(commonParams)
584
583
  .m(function (Command, cs, config, o) {
585
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
584
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
586
585
  })
587
586
  .s("AmazonBedrockControlPlaneService", "GetAutomatedReasoningPolicyBuildWorkflowResultAssets", {})
588
587
  .n("BedrockClient", "GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommand")
@@ -590,11 +589,11 @@ class GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommand extends smithy
590
589
  .build() {
591
590
  }
592
591
 
593
- class GetAutomatedReasoningPolicyCommand extends smithyClient.Command
592
+ class GetAutomatedReasoningPolicyCommand extends client.Command
594
593
  .classBuilder()
595
594
  .ep(commonParams)
596
595
  .m(function (Command, cs, config, o) {
597
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
596
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
598
597
  })
599
598
  .s("AmazonBedrockControlPlaneService", "GetAutomatedReasoningPolicy", {})
600
599
  .n("BedrockClient", "GetAutomatedReasoningPolicyCommand")
@@ -602,11 +601,11 @@ class GetAutomatedReasoningPolicyCommand extends smithyClient.Command
602
601
  .build() {
603
602
  }
604
603
 
605
- class GetAutomatedReasoningPolicyNextScenarioCommand extends smithyClient.Command
604
+ class GetAutomatedReasoningPolicyNextScenarioCommand extends client.Command
606
605
  .classBuilder()
607
606
  .ep(commonParams)
608
607
  .m(function (Command, cs, config, o) {
609
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
608
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
610
609
  })
611
610
  .s("AmazonBedrockControlPlaneService", "GetAutomatedReasoningPolicyNextScenario", {})
612
611
  .n("BedrockClient", "GetAutomatedReasoningPolicyNextScenarioCommand")
@@ -614,11 +613,11 @@ class GetAutomatedReasoningPolicyNextScenarioCommand extends smithyClient.Comman
614
613
  .build() {
615
614
  }
616
615
 
617
- class GetAutomatedReasoningPolicyTestCaseCommand extends smithyClient.Command
616
+ class GetAutomatedReasoningPolicyTestCaseCommand extends client.Command
618
617
  .classBuilder()
619
618
  .ep(commonParams)
620
619
  .m(function (Command, cs, config, o) {
621
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
620
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
622
621
  })
623
622
  .s("AmazonBedrockControlPlaneService", "GetAutomatedReasoningPolicyTestCase", {})
624
623
  .n("BedrockClient", "GetAutomatedReasoningPolicyTestCaseCommand")
@@ -626,11 +625,11 @@ class GetAutomatedReasoningPolicyTestCaseCommand extends smithyClient.Command
626
625
  .build() {
627
626
  }
628
627
 
629
- class GetAutomatedReasoningPolicyTestResultCommand extends smithyClient.Command
628
+ class GetAutomatedReasoningPolicyTestResultCommand extends client.Command
630
629
  .classBuilder()
631
630
  .ep(commonParams)
632
631
  .m(function (Command, cs, config, o) {
633
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
632
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
634
633
  })
635
634
  .s("AmazonBedrockControlPlaneService", "GetAutomatedReasoningPolicyTestResult", {})
636
635
  .n("BedrockClient", "GetAutomatedReasoningPolicyTestResultCommand")
@@ -638,11 +637,11 @@ class GetAutomatedReasoningPolicyTestResultCommand extends smithyClient.Command
638
637
  .build() {
639
638
  }
640
639
 
641
- class GetCustomModelCommand extends smithyClient.Command
640
+ class GetCustomModelCommand extends client.Command
642
641
  .classBuilder()
643
642
  .ep(commonParams)
644
643
  .m(function (Command, cs, config, o) {
645
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
644
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
646
645
  })
647
646
  .s("AmazonBedrockControlPlaneService", "GetCustomModel", {})
648
647
  .n("BedrockClient", "GetCustomModelCommand")
@@ -650,11 +649,11 @@ class GetCustomModelCommand extends smithyClient.Command
650
649
  .build() {
651
650
  }
652
651
 
653
- class GetCustomModelDeploymentCommand extends smithyClient.Command
652
+ class GetCustomModelDeploymentCommand extends client.Command
654
653
  .classBuilder()
655
654
  .ep(commonParams)
656
655
  .m(function (Command, cs, config, o) {
657
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
656
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
658
657
  })
659
658
  .s("AmazonBedrockControlPlaneService", "GetCustomModelDeployment", {})
660
659
  .n("BedrockClient", "GetCustomModelDeploymentCommand")
@@ -662,11 +661,11 @@ class GetCustomModelDeploymentCommand extends smithyClient.Command
662
661
  .build() {
663
662
  }
664
663
 
665
- class GetEvaluationJobCommand extends smithyClient.Command
664
+ class GetEvaluationJobCommand extends client.Command
666
665
  .classBuilder()
667
666
  .ep(commonParams)
668
667
  .m(function (Command, cs, config, o) {
669
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
668
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
670
669
  })
671
670
  .s("AmazonBedrockControlPlaneService", "GetEvaluationJob", {})
672
671
  .n("BedrockClient", "GetEvaluationJobCommand")
@@ -674,11 +673,11 @@ class GetEvaluationJobCommand extends smithyClient.Command
674
673
  .build() {
675
674
  }
676
675
 
677
- class GetFoundationModelAvailabilityCommand extends smithyClient.Command
676
+ class GetFoundationModelAvailabilityCommand extends client.Command
678
677
  .classBuilder()
679
678
  .ep(commonParams)
680
679
  .m(function (Command, cs, config, o) {
681
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
680
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
682
681
  })
683
682
  .s("AmazonBedrockControlPlaneService", "GetFoundationModelAvailability", {})
684
683
  .n("BedrockClient", "GetFoundationModelAvailabilityCommand")
@@ -686,11 +685,11 @@ class GetFoundationModelAvailabilityCommand extends smithyClient.Command
686
685
  .build() {
687
686
  }
688
687
 
689
- class GetFoundationModelCommand extends smithyClient.Command
688
+ class GetFoundationModelCommand extends client.Command
690
689
  .classBuilder()
691
690
  .ep(commonParams)
692
691
  .m(function (Command, cs, config, o) {
693
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
692
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
694
693
  })
695
694
  .s("AmazonBedrockControlPlaneService", "GetFoundationModel", {})
696
695
  .n("BedrockClient", "GetFoundationModelCommand")
@@ -698,11 +697,11 @@ class GetFoundationModelCommand extends smithyClient.Command
698
697
  .build() {
699
698
  }
700
699
 
701
- class GetGuardrailCommand extends smithyClient.Command
700
+ class GetGuardrailCommand extends client.Command
702
701
  .classBuilder()
703
702
  .ep(commonParams)
704
703
  .m(function (Command, cs, config, o) {
705
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
704
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
706
705
  })
707
706
  .s("AmazonBedrockControlPlaneService", "GetGuardrail", {})
708
707
  .n("BedrockClient", "GetGuardrailCommand")
@@ -710,11 +709,11 @@ class GetGuardrailCommand extends smithyClient.Command
710
709
  .build() {
711
710
  }
712
711
 
713
- class GetImportedModelCommand extends smithyClient.Command
712
+ class GetImportedModelCommand extends client.Command
714
713
  .classBuilder()
715
714
  .ep(commonParams)
716
715
  .m(function (Command, cs, config, o) {
717
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
716
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
718
717
  })
719
718
  .s("AmazonBedrockControlPlaneService", "GetImportedModel", {})
720
719
  .n("BedrockClient", "GetImportedModelCommand")
@@ -722,11 +721,11 @@ class GetImportedModelCommand extends smithyClient.Command
722
721
  .build() {
723
722
  }
724
723
 
725
- class GetInferenceProfileCommand extends smithyClient.Command
724
+ class GetInferenceProfileCommand extends client.Command
726
725
  .classBuilder()
727
726
  .ep(commonParams)
728
727
  .m(function (Command, cs, config, o) {
729
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
728
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
730
729
  })
731
730
  .s("AmazonBedrockControlPlaneService", "GetInferenceProfile", {})
732
731
  .n("BedrockClient", "GetInferenceProfileCommand")
@@ -734,11 +733,11 @@ class GetInferenceProfileCommand extends smithyClient.Command
734
733
  .build() {
735
734
  }
736
735
 
737
- class GetMarketplaceModelEndpointCommand extends smithyClient.Command
736
+ class GetMarketplaceModelEndpointCommand extends client.Command
738
737
  .classBuilder()
739
738
  .ep(commonParams)
740
739
  .m(function (Command, cs, config, o) {
741
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
740
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
742
741
  })
743
742
  .s("AmazonBedrockControlPlaneService", "GetMarketplaceModelEndpoint", {})
744
743
  .n("BedrockClient", "GetMarketplaceModelEndpointCommand")
@@ -746,11 +745,11 @@ class GetMarketplaceModelEndpointCommand extends smithyClient.Command
746
745
  .build() {
747
746
  }
748
747
 
749
- class GetModelCopyJobCommand extends smithyClient.Command
748
+ class GetModelCopyJobCommand extends client.Command
750
749
  .classBuilder()
751
750
  .ep(commonParams)
752
751
  .m(function (Command, cs, config, o) {
753
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
752
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
754
753
  })
755
754
  .s("AmazonBedrockControlPlaneService", "GetModelCopyJob", {})
756
755
  .n("BedrockClient", "GetModelCopyJobCommand")
@@ -758,11 +757,11 @@ class GetModelCopyJobCommand extends smithyClient.Command
758
757
  .build() {
759
758
  }
760
759
 
761
- class GetModelCustomizationJobCommand extends smithyClient.Command
760
+ class GetModelCustomizationJobCommand extends client.Command
762
761
  .classBuilder()
763
762
  .ep(commonParams)
764
763
  .m(function (Command, cs, config, o) {
765
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
764
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
766
765
  })
767
766
  .s("AmazonBedrockControlPlaneService", "GetModelCustomizationJob", {})
768
767
  .n("BedrockClient", "GetModelCustomizationJobCommand")
@@ -770,11 +769,11 @@ class GetModelCustomizationJobCommand extends smithyClient.Command
770
769
  .build() {
771
770
  }
772
771
 
773
- class GetModelImportJobCommand extends smithyClient.Command
772
+ class GetModelImportJobCommand extends client.Command
774
773
  .classBuilder()
775
774
  .ep(commonParams)
776
775
  .m(function (Command, cs, config, o) {
777
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
776
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
778
777
  })
779
778
  .s("AmazonBedrockControlPlaneService", "GetModelImportJob", {})
780
779
  .n("BedrockClient", "GetModelImportJobCommand")
@@ -782,11 +781,11 @@ class GetModelImportJobCommand extends smithyClient.Command
782
781
  .build() {
783
782
  }
784
783
 
785
- class GetModelInvocationJobCommand extends smithyClient.Command
784
+ class GetModelInvocationJobCommand extends client.Command
786
785
  .classBuilder()
787
786
  .ep(commonParams)
788
787
  .m(function (Command, cs, config, o) {
789
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
788
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
790
789
  })
791
790
  .s("AmazonBedrockControlPlaneService", "GetModelInvocationJob", {})
792
791
  .n("BedrockClient", "GetModelInvocationJobCommand")
@@ -794,11 +793,11 @@ class GetModelInvocationJobCommand extends smithyClient.Command
794
793
  .build() {
795
794
  }
796
795
 
797
- class GetModelInvocationLoggingConfigurationCommand extends smithyClient.Command
796
+ class GetModelInvocationLoggingConfigurationCommand extends client.Command
798
797
  .classBuilder()
799
798
  .ep(commonParams)
800
799
  .m(function (Command, cs, config, o) {
801
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
800
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
802
801
  })
803
802
  .s("AmazonBedrockControlPlaneService", "GetModelInvocationLoggingConfiguration", {})
804
803
  .n("BedrockClient", "GetModelInvocationLoggingConfigurationCommand")
@@ -806,11 +805,11 @@ class GetModelInvocationLoggingConfigurationCommand extends smithyClient.Command
806
805
  .build() {
807
806
  }
808
807
 
809
- class GetPromptRouterCommand extends smithyClient.Command
808
+ class GetPromptRouterCommand extends client.Command
810
809
  .classBuilder()
811
810
  .ep(commonParams)
812
811
  .m(function (Command, cs, config, o) {
813
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
812
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
814
813
  })
815
814
  .s("AmazonBedrockControlPlaneService", "GetPromptRouter", {})
816
815
  .n("BedrockClient", "GetPromptRouterCommand")
@@ -818,11 +817,11 @@ class GetPromptRouterCommand extends smithyClient.Command
818
817
  .build() {
819
818
  }
820
819
 
821
- class GetProvisionedModelThroughputCommand extends smithyClient.Command
820
+ class GetProvisionedModelThroughputCommand extends client.Command
822
821
  .classBuilder()
823
822
  .ep(commonParams)
824
823
  .m(function (Command, cs, config, o) {
825
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
824
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
826
825
  })
827
826
  .s("AmazonBedrockControlPlaneService", "GetProvisionedModelThroughput", {})
828
827
  .n("BedrockClient", "GetProvisionedModelThroughputCommand")
@@ -830,11 +829,11 @@ class GetProvisionedModelThroughputCommand extends smithyClient.Command
830
829
  .build() {
831
830
  }
832
831
 
833
- class GetResourcePolicyCommand extends smithyClient.Command
832
+ class GetResourcePolicyCommand extends client.Command
834
833
  .classBuilder()
835
834
  .ep(commonParams)
836
835
  .m(function (Command, cs, config, o) {
837
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
836
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
838
837
  })
839
838
  .s("AmazonBedrockControlPlaneService", "GetResourcePolicy", {})
840
839
  .n("BedrockClient", "GetResourcePolicyCommand")
@@ -842,11 +841,11 @@ class GetResourcePolicyCommand extends smithyClient.Command
842
841
  .build() {
843
842
  }
844
843
 
845
- class GetUseCaseForModelAccessCommand extends smithyClient.Command
844
+ class GetUseCaseForModelAccessCommand extends client.Command
846
845
  .classBuilder()
847
846
  .ep(commonParams)
848
847
  .m(function (Command, cs, config, o) {
849
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
848
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
850
849
  })
851
850
  .s("AmazonBedrockControlPlaneService", "GetUseCaseForModelAccess", {})
852
851
  .n("BedrockClient", "GetUseCaseForModelAccessCommand")
@@ -854,11 +853,11 @@ class GetUseCaseForModelAccessCommand extends smithyClient.Command
854
853
  .build() {
855
854
  }
856
855
 
857
- class ListAutomatedReasoningPoliciesCommand extends smithyClient.Command
856
+ class ListAutomatedReasoningPoliciesCommand extends client.Command
858
857
  .classBuilder()
859
858
  .ep(commonParams)
860
859
  .m(function (Command, cs, config, o) {
861
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
860
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
862
861
  })
863
862
  .s("AmazonBedrockControlPlaneService", "ListAutomatedReasoningPolicies", {})
864
863
  .n("BedrockClient", "ListAutomatedReasoningPoliciesCommand")
@@ -866,11 +865,11 @@ class ListAutomatedReasoningPoliciesCommand extends smithyClient.Command
866
865
  .build() {
867
866
  }
868
867
 
869
- class ListAutomatedReasoningPolicyBuildWorkflowsCommand extends smithyClient.Command
868
+ class ListAutomatedReasoningPolicyBuildWorkflowsCommand extends client.Command
870
869
  .classBuilder()
871
870
  .ep(commonParams)
872
871
  .m(function (Command, cs, config, o) {
873
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
872
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
874
873
  })
875
874
  .s("AmazonBedrockControlPlaneService", "ListAutomatedReasoningPolicyBuildWorkflows", {})
876
875
  .n("BedrockClient", "ListAutomatedReasoningPolicyBuildWorkflowsCommand")
@@ -878,11 +877,11 @@ class ListAutomatedReasoningPolicyBuildWorkflowsCommand extends smithyClient.Com
878
877
  .build() {
879
878
  }
880
879
 
881
- class ListAutomatedReasoningPolicyTestCasesCommand extends smithyClient.Command
880
+ class ListAutomatedReasoningPolicyTestCasesCommand extends client.Command
882
881
  .classBuilder()
883
882
  .ep(commonParams)
884
883
  .m(function (Command, cs, config, o) {
885
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
884
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
886
885
  })
887
886
  .s("AmazonBedrockControlPlaneService", "ListAutomatedReasoningPolicyTestCases", {})
888
887
  .n("BedrockClient", "ListAutomatedReasoningPolicyTestCasesCommand")
@@ -890,11 +889,11 @@ class ListAutomatedReasoningPolicyTestCasesCommand extends smithyClient.Command
890
889
  .build() {
891
890
  }
892
891
 
893
- class ListAutomatedReasoningPolicyTestResultsCommand extends smithyClient.Command
892
+ class ListAutomatedReasoningPolicyTestResultsCommand extends client.Command
894
893
  .classBuilder()
895
894
  .ep(commonParams)
896
895
  .m(function (Command, cs, config, o) {
897
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
896
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
898
897
  })
899
898
  .s("AmazonBedrockControlPlaneService", "ListAutomatedReasoningPolicyTestResults", {})
900
899
  .n("BedrockClient", "ListAutomatedReasoningPolicyTestResultsCommand")
@@ -902,11 +901,11 @@ class ListAutomatedReasoningPolicyTestResultsCommand extends smithyClient.Comman
902
901
  .build() {
903
902
  }
904
903
 
905
- class ListCustomModelDeploymentsCommand extends smithyClient.Command
904
+ class ListCustomModelDeploymentsCommand extends client.Command
906
905
  .classBuilder()
907
906
  .ep(commonParams)
908
907
  .m(function (Command, cs, config, o) {
909
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
908
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
910
909
  })
911
910
  .s("AmazonBedrockControlPlaneService", "ListCustomModelDeployments", {})
912
911
  .n("BedrockClient", "ListCustomModelDeploymentsCommand")
@@ -914,11 +913,11 @@ class ListCustomModelDeploymentsCommand extends smithyClient.Command
914
913
  .build() {
915
914
  }
916
915
 
917
- class ListCustomModelsCommand extends smithyClient.Command
916
+ class ListCustomModelsCommand extends client.Command
918
917
  .classBuilder()
919
918
  .ep(commonParams)
920
919
  .m(function (Command, cs, config, o) {
921
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
920
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
922
921
  })
923
922
  .s("AmazonBedrockControlPlaneService", "ListCustomModels", {})
924
923
  .n("BedrockClient", "ListCustomModelsCommand")
@@ -926,11 +925,11 @@ class ListCustomModelsCommand extends smithyClient.Command
926
925
  .build() {
927
926
  }
928
927
 
929
- class ListEnforcedGuardrailsConfigurationCommand extends smithyClient.Command
928
+ class ListEnforcedGuardrailsConfigurationCommand extends client.Command
930
929
  .classBuilder()
931
930
  .ep(commonParams)
932
931
  .m(function (Command, cs, config, o) {
933
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
932
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
934
933
  })
935
934
  .s("AmazonBedrockControlPlaneService", "ListEnforcedGuardrailsConfiguration", {})
936
935
  .n("BedrockClient", "ListEnforcedGuardrailsConfigurationCommand")
@@ -938,11 +937,11 @@ class ListEnforcedGuardrailsConfigurationCommand extends smithyClient.Command
938
937
  .build() {
939
938
  }
940
939
 
941
- class ListEvaluationJobsCommand extends smithyClient.Command
940
+ class ListEvaluationJobsCommand extends client.Command
942
941
  .classBuilder()
943
942
  .ep(commonParams)
944
943
  .m(function (Command, cs, config, o) {
945
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
944
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
946
945
  })
947
946
  .s("AmazonBedrockControlPlaneService", "ListEvaluationJobs", {})
948
947
  .n("BedrockClient", "ListEvaluationJobsCommand")
@@ -950,11 +949,11 @@ class ListEvaluationJobsCommand extends smithyClient.Command
950
949
  .build() {
951
950
  }
952
951
 
953
- class ListFoundationModelAgreementOffersCommand extends smithyClient.Command
952
+ class ListFoundationModelAgreementOffersCommand extends client.Command
954
953
  .classBuilder()
955
954
  .ep(commonParams)
956
955
  .m(function (Command, cs, config, o) {
957
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
956
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
958
957
  })
959
958
  .s("AmazonBedrockControlPlaneService", "ListFoundationModelAgreementOffers", {})
960
959
  .n("BedrockClient", "ListFoundationModelAgreementOffersCommand")
@@ -962,11 +961,11 @@ class ListFoundationModelAgreementOffersCommand extends smithyClient.Command
962
961
  .build() {
963
962
  }
964
963
 
965
- class ListFoundationModelsCommand extends smithyClient.Command
964
+ class ListFoundationModelsCommand extends client.Command
966
965
  .classBuilder()
967
966
  .ep(commonParams)
968
967
  .m(function (Command, cs, config, o) {
969
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
968
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
970
969
  })
971
970
  .s("AmazonBedrockControlPlaneService", "ListFoundationModels", {})
972
971
  .n("BedrockClient", "ListFoundationModelsCommand")
@@ -974,11 +973,11 @@ class ListFoundationModelsCommand extends smithyClient.Command
974
973
  .build() {
975
974
  }
976
975
 
977
- class ListGuardrailsCommand extends smithyClient.Command
976
+ class ListGuardrailsCommand extends client.Command
978
977
  .classBuilder()
979
978
  .ep(commonParams)
980
979
  .m(function (Command, cs, config, o) {
981
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
980
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
982
981
  })
983
982
  .s("AmazonBedrockControlPlaneService", "ListGuardrails", {})
984
983
  .n("BedrockClient", "ListGuardrailsCommand")
@@ -986,11 +985,11 @@ class ListGuardrailsCommand extends smithyClient.Command
986
985
  .build() {
987
986
  }
988
987
 
989
- class ListImportedModelsCommand extends smithyClient.Command
988
+ class ListImportedModelsCommand extends client.Command
990
989
  .classBuilder()
991
990
  .ep(commonParams)
992
991
  .m(function (Command, cs, config, o) {
993
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
992
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
994
993
  })
995
994
  .s("AmazonBedrockControlPlaneService", "ListImportedModels", {})
996
995
  .n("BedrockClient", "ListImportedModelsCommand")
@@ -998,11 +997,11 @@ class ListImportedModelsCommand extends smithyClient.Command
998
997
  .build() {
999
998
  }
1000
999
 
1001
- class ListInferenceProfilesCommand extends smithyClient.Command
1000
+ class ListInferenceProfilesCommand extends client.Command
1002
1001
  .classBuilder()
1003
1002
  .ep(commonParams)
1004
1003
  .m(function (Command, cs, config, o) {
1005
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1004
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1006
1005
  })
1007
1006
  .s("AmazonBedrockControlPlaneService", "ListInferenceProfiles", {})
1008
1007
  .n("BedrockClient", "ListInferenceProfilesCommand")
@@ -1010,11 +1009,11 @@ class ListInferenceProfilesCommand extends smithyClient.Command
1010
1009
  .build() {
1011
1010
  }
1012
1011
 
1013
- class ListMarketplaceModelEndpointsCommand extends smithyClient.Command
1012
+ class ListMarketplaceModelEndpointsCommand extends client.Command
1014
1013
  .classBuilder()
1015
1014
  .ep(commonParams)
1016
1015
  .m(function (Command, cs, config, o) {
1017
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1016
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1018
1017
  })
1019
1018
  .s("AmazonBedrockControlPlaneService", "ListMarketplaceModelEndpoints", {})
1020
1019
  .n("BedrockClient", "ListMarketplaceModelEndpointsCommand")
@@ -1022,11 +1021,11 @@ class ListMarketplaceModelEndpointsCommand extends smithyClient.Command
1022
1021
  .build() {
1023
1022
  }
1024
1023
 
1025
- class ListModelCopyJobsCommand extends smithyClient.Command
1024
+ class ListModelCopyJobsCommand extends client.Command
1026
1025
  .classBuilder()
1027
1026
  .ep(commonParams)
1028
1027
  .m(function (Command, cs, config, o) {
1029
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1028
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1030
1029
  })
1031
1030
  .s("AmazonBedrockControlPlaneService", "ListModelCopyJobs", {})
1032
1031
  .n("BedrockClient", "ListModelCopyJobsCommand")
@@ -1034,11 +1033,11 @@ class ListModelCopyJobsCommand extends smithyClient.Command
1034
1033
  .build() {
1035
1034
  }
1036
1035
 
1037
- class ListModelCustomizationJobsCommand extends smithyClient.Command
1036
+ class ListModelCustomizationJobsCommand extends client.Command
1038
1037
  .classBuilder()
1039
1038
  .ep(commonParams)
1040
1039
  .m(function (Command, cs, config, o) {
1041
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1040
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1042
1041
  })
1043
1042
  .s("AmazonBedrockControlPlaneService", "ListModelCustomizationJobs", {})
1044
1043
  .n("BedrockClient", "ListModelCustomizationJobsCommand")
@@ -1046,11 +1045,11 @@ class ListModelCustomizationJobsCommand extends smithyClient.Command
1046
1045
  .build() {
1047
1046
  }
1048
1047
 
1049
- class ListModelImportJobsCommand extends smithyClient.Command
1048
+ class ListModelImportJobsCommand extends client.Command
1050
1049
  .classBuilder()
1051
1050
  .ep(commonParams)
1052
1051
  .m(function (Command, cs, config, o) {
1053
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1052
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1054
1053
  })
1055
1054
  .s("AmazonBedrockControlPlaneService", "ListModelImportJobs", {})
1056
1055
  .n("BedrockClient", "ListModelImportJobsCommand")
@@ -1058,11 +1057,11 @@ class ListModelImportJobsCommand extends smithyClient.Command
1058
1057
  .build() {
1059
1058
  }
1060
1059
 
1061
- class ListModelInvocationJobsCommand extends smithyClient.Command
1060
+ class ListModelInvocationJobsCommand extends client.Command
1062
1061
  .classBuilder()
1063
1062
  .ep(commonParams)
1064
1063
  .m(function (Command, cs, config, o) {
1065
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1064
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1066
1065
  })
1067
1066
  .s("AmazonBedrockControlPlaneService", "ListModelInvocationJobs", {})
1068
1067
  .n("BedrockClient", "ListModelInvocationJobsCommand")
@@ -1070,11 +1069,11 @@ class ListModelInvocationJobsCommand extends smithyClient.Command
1070
1069
  .build() {
1071
1070
  }
1072
1071
 
1073
- class ListPromptRoutersCommand extends smithyClient.Command
1072
+ class ListPromptRoutersCommand extends client.Command
1074
1073
  .classBuilder()
1075
1074
  .ep(commonParams)
1076
1075
  .m(function (Command, cs, config, o) {
1077
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1076
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1078
1077
  })
1079
1078
  .s("AmazonBedrockControlPlaneService", "ListPromptRouters", {})
1080
1079
  .n("BedrockClient", "ListPromptRoutersCommand")
@@ -1082,11 +1081,11 @@ class ListPromptRoutersCommand extends smithyClient.Command
1082
1081
  .build() {
1083
1082
  }
1084
1083
 
1085
- class ListProvisionedModelThroughputsCommand extends smithyClient.Command
1084
+ class ListProvisionedModelThroughputsCommand extends client.Command
1086
1085
  .classBuilder()
1087
1086
  .ep(commonParams)
1088
1087
  .m(function (Command, cs, config, o) {
1089
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1088
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1090
1089
  })
1091
1090
  .s("AmazonBedrockControlPlaneService", "ListProvisionedModelThroughputs", {})
1092
1091
  .n("BedrockClient", "ListProvisionedModelThroughputsCommand")
@@ -1094,11 +1093,11 @@ class ListProvisionedModelThroughputsCommand extends smithyClient.Command
1094
1093
  .build() {
1095
1094
  }
1096
1095
 
1097
- class ListTagsForResourceCommand extends smithyClient.Command
1096
+ class ListTagsForResourceCommand extends client.Command
1098
1097
  .classBuilder()
1099
1098
  .ep(commonParams)
1100
1099
  .m(function (Command, cs, config, o) {
1101
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1100
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1102
1101
  })
1103
1102
  .s("AmazonBedrockControlPlaneService", "ListTagsForResource", {})
1104
1103
  .n("BedrockClient", "ListTagsForResourceCommand")
@@ -1106,11 +1105,11 @@ class ListTagsForResourceCommand extends smithyClient.Command
1106
1105
  .build() {
1107
1106
  }
1108
1107
 
1109
- class PutEnforcedGuardrailConfigurationCommand extends smithyClient.Command
1108
+ class PutEnforcedGuardrailConfigurationCommand extends client.Command
1110
1109
  .classBuilder()
1111
1110
  .ep(commonParams)
1112
1111
  .m(function (Command, cs, config, o) {
1113
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1112
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1114
1113
  })
1115
1114
  .s("AmazonBedrockControlPlaneService", "PutEnforcedGuardrailConfiguration", {})
1116
1115
  .n("BedrockClient", "PutEnforcedGuardrailConfigurationCommand")
@@ -1118,11 +1117,11 @@ class PutEnforcedGuardrailConfigurationCommand extends smithyClient.Command
1118
1117
  .build() {
1119
1118
  }
1120
1119
 
1121
- class PutModelInvocationLoggingConfigurationCommand extends smithyClient.Command
1120
+ class PutModelInvocationLoggingConfigurationCommand extends client.Command
1122
1121
  .classBuilder()
1123
1122
  .ep(commonParams)
1124
1123
  .m(function (Command, cs, config, o) {
1125
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1124
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1126
1125
  })
1127
1126
  .s("AmazonBedrockControlPlaneService", "PutModelInvocationLoggingConfiguration", {})
1128
1127
  .n("BedrockClient", "PutModelInvocationLoggingConfigurationCommand")
@@ -1130,11 +1129,11 @@ class PutModelInvocationLoggingConfigurationCommand extends smithyClient.Command
1130
1129
  .build() {
1131
1130
  }
1132
1131
 
1133
- class PutResourcePolicyCommand extends smithyClient.Command
1132
+ class PutResourcePolicyCommand extends client.Command
1134
1133
  .classBuilder()
1135
1134
  .ep(commonParams)
1136
1135
  .m(function (Command, cs, config, o) {
1137
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1136
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1138
1137
  })
1139
1138
  .s("AmazonBedrockControlPlaneService", "PutResourcePolicy", {})
1140
1139
  .n("BedrockClient", "PutResourcePolicyCommand")
@@ -1142,11 +1141,11 @@ class PutResourcePolicyCommand extends smithyClient.Command
1142
1141
  .build() {
1143
1142
  }
1144
1143
 
1145
- class PutUseCaseForModelAccessCommand extends smithyClient.Command
1144
+ class PutUseCaseForModelAccessCommand extends client.Command
1146
1145
  .classBuilder()
1147
1146
  .ep(commonParams)
1148
1147
  .m(function (Command, cs, config, o) {
1149
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1148
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1150
1149
  })
1151
1150
  .s("AmazonBedrockControlPlaneService", "PutUseCaseForModelAccess", {})
1152
1151
  .n("BedrockClient", "PutUseCaseForModelAccessCommand")
@@ -1154,11 +1153,11 @@ class PutUseCaseForModelAccessCommand extends smithyClient.Command
1154
1153
  .build() {
1155
1154
  }
1156
1155
 
1157
- class RegisterMarketplaceModelEndpointCommand extends smithyClient.Command
1156
+ class RegisterMarketplaceModelEndpointCommand extends client.Command
1158
1157
  .classBuilder()
1159
1158
  .ep(commonParams)
1160
1159
  .m(function (Command, cs, config, o) {
1161
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1160
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1162
1161
  })
1163
1162
  .s("AmazonBedrockControlPlaneService", "RegisterMarketplaceModelEndpoint", {})
1164
1163
  .n("BedrockClient", "RegisterMarketplaceModelEndpointCommand")
@@ -1166,11 +1165,11 @@ class RegisterMarketplaceModelEndpointCommand extends smithyClient.Command
1166
1165
  .build() {
1167
1166
  }
1168
1167
 
1169
- class StartAutomatedReasoningPolicyBuildWorkflowCommand extends smithyClient.Command
1168
+ class StartAutomatedReasoningPolicyBuildWorkflowCommand extends client.Command
1170
1169
  .classBuilder()
1171
1170
  .ep(commonParams)
1172
1171
  .m(function (Command, cs, config, o) {
1173
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1172
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1174
1173
  })
1175
1174
  .s("AmazonBedrockControlPlaneService", "StartAutomatedReasoningPolicyBuildWorkflow", {})
1176
1175
  .n("BedrockClient", "StartAutomatedReasoningPolicyBuildWorkflowCommand")
@@ -1178,11 +1177,11 @@ class StartAutomatedReasoningPolicyBuildWorkflowCommand extends smithyClient.Com
1178
1177
  .build() {
1179
1178
  }
1180
1179
 
1181
- class StartAutomatedReasoningPolicyTestWorkflowCommand extends smithyClient.Command
1180
+ class StartAutomatedReasoningPolicyTestWorkflowCommand extends client.Command
1182
1181
  .classBuilder()
1183
1182
  .ep(commonParams)
1184
1183
  .m(function (Command, cs, config, o) {
1185
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1184
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1186
1185
  })
1187
1186
  .s("AmazonBedrockControlPlaneService", "StartAutomatedReasoningPolicyTestWorkflow", {})
1188
1187
  .n("BedrockClient", "StartAutomatedReasoningPolicyTestWorkflowCommand")
@@ -1190,11 +1189,11 @@ class StartAutomatedReasoningPolicyTestWorkflowCommand extends smithyClient.Comm
1190
1189
  .build() {
1191
1190
  }
1192
1191
 
1193
- class StopEvaluationJobCommand extends smithyClient.Command
1192
+ class StopEvaluationJobCommand extends client.Command
1194
1193
  .classBuilder()
1195
1194
  .ep(commonParams)
1196
1195
  .m(function (Command, cs, config, o) {
1197
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1196
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1198
1197
  })
1199
1198
  .s("AmazonBedrockControlPlaneService", "StopEvaluationJob", {})
1200
1199
  .n("BedrockClient", "StopEvaluationJobCommand")
@@ -1202,11 +1201,11 @@ class StopEvaluationJobCommand extends smithyClient.Command
1202
1201
  .build() {
1203
1202
  }
1204
1203
 
1205
- class StopModelCustomizationJobCommand extends smithyClient.Command
1204
+ class StopModelCustomizationJobCommand extends client.Command
1206
1205
  .classBuilder()
1207
1206
  .ep(commonParams)
1208
1207
  .m(function (Command, cs, config, o) {
1209
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1208
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1210
1209
  })
1211
1210
  .s("AmazonBedrockControlPlaneService", "StopModelCustomizationJob", {})
1212
1211
  .n("BedrockClient", "StopModelCustomizationJobCommand")
@@ -1214,11 +1213,11 @@ class StopModelCustomizationJobCommand extends smithyClient.Command
1214
1213
  .build() {
1215
1214
  }
1216
1215
 
1217
- class StopModelInvocationJobCommand extends smithyClient.Command
1216
+ class StopModelInvocationJobCommand extends client.Command
1218
1217
  .classBuilder()
1219
1218
  .ep(commonParams)
1220
1219
  .m(function (Command, cs, config, o) {
1221
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1220
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1222
1221
  })
1223
1222
  .s("AmazonBedrockControlPlaneService", "StopModelInvocationJob", {})
1224
1223
  .n("BedrockClient", "StopModelInvocationJobCommand")
@@ -1226,11 +1225,11 @@ class StopModelInvocationJobCommand extends smithyClient.Command
1226
1225
  .build() {
1227
1226
  }
1228
1227
 
1229
- class TagResourceCommand extends smithyClient.Command
1228
+ class TagResourceCommand extends client.Command
1230
1229
  .classBuilder()
1231
1230
  .ep(commonParams)
1232
1231
  .m(function (Command, cs, config, o) {
1233
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1232
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1234
1233
  })
1235
1234
  .s("AmazonBedrockControlPlaneService", "TagResource", {})
1236
1235
  .n("BedrockClient", "TagResourceCommand")
@@ -1238,11 +1237,11 @@ class TagResourceCommand extends smithyClient.Command
1238
1237
  .build() {
1239
1238
  }
1240
1239
 
1241
- class UntagResourceCommand extends smithyClient.Command
1240
+ class UntagResourceCommand extends client.Command
1242
1241
  .classBuilder()
1243
1242
  .ep(commonParams)
1244
1243
  .m(function (Command, cs, config, o) {
1245
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1244
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1246
1245
  })
1247
1246
  .s("AmazonBedrockControlPlaneService", "UntagResource", {})
1248
1247
  .n("BedrockClient", "UntagResourceCommand")
@@ -1250,11 +1249,11 @@ class UntagResourceCommand extends smithyClient.Command
1250
1249
  .build() {
1251
1250
  }
1252
1251
 
1253
- class UpdateAutomatedReasoningPolicyAnnotationsCommand extends smithyClient.Command
1252
+ class UpdateAutomatedReasoningPolicyAnnotationsCommand extends client.Command
1254
1253
  .classBuilder()
1255
1254
  .ep(commonParams)
1256
1255
  .m(function (Command, cs, config, o) {
1257
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1256
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1258
1257
  })
1259
1258
  .s("AmazonBedrockControlPlaneService", "UpdateAutomatedReasoningPolicyAnnotations", {})
1260
1259
  .n("BedrockClient", "UpdateAutomatedReasoningPolicyAnnotationsCommand")
@@ -1262,11 +1261,11 @@ class UpdateAutomatedReasoningPolicyAnnotationsCommand extends smithyClient.Comm
1262
1261
  .build() {
1263
1262
  }
1264
1263
 
1265
- class UpdateAutomatedReasoningPolicyCommand extends smithyClient.Command
1264
+ class UpdateAutomatedReasoningPolicyCommand extends client.Command
1266
1265
  .classBuilder()
1267
1266
  .ep(commonParams)
1268
1267
  .m(function (Command, cs, config, o) {
1269
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1268
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1270
1269
  })
1271
1270
  .s("AmazonBedrockControlPlaneService", "UpdateAutomatedReasoningPolicy", {})
1272
1271
  .n("BedrockClient", "UpdateAutomatedReasoningPolicyCommand")
@@ -1274,11 +1273,11 @@ class UpdateAutomatedReasoningPolicyCommand extends smithyClient.Command
1274
1273
  .build() {
1275
1274
  }
1276
1275
 
1277
- class UpdateAutomatedReasoningPolicyTestCaseCommand extends smithyClient.Command
1276
+ class UpdateAutomatedReasoningPolicyTestCaseCommand extends client.Command
1278
1277
  .classBuilder()
1279
1278
  .ep(commonParams)
1280
1279
  .m(function (Command, cs, config, o) {
1281
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1280
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1282
1281
  })
1283
1282
  .s("AmazonBedrockControlPlaneService", "UpdateAutomatedReasoningPolicyTestCase", {})
1284
1283
  .n("BedrockClient", "UpdateAutomatedReasoningPolicyTestCaseCommand")
@@ -1286,11 +1285,11 @@ class UpdateAutomatedReasoningPolicyTestCaseCommand extends smithyClient.Command
1286
1285
  .build() {
1287
1286
  }
1288
1287
 
1289
- class UpdateCustomModelDeploymentCommand extends smithyClient.Command
1288
+ class UpdateCustomModelDeploymentCommand extends client.Command
1290
1289
  .classBuilder()
1291
1290
  .ep(commonParams)
1292
1291
  .m(function (Command, cs, config, o) {
1293
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1292
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1294
1293
  })
1295
1294
  .s("AmazonBedrockControlPlaneService", "UpdateCustomModelDeployment", {})
1296
1295
  .n("BedrockClient", "UpdateCustomModelDeploymentCommand")
@@ -1298,11 +1297,11 @@ class UpdateCustomModelDeploymentCommand extends smithyClient.Command
1298
1297
  .build() {
1299
1298
  }
1300
1299
 
1301
- class UpdateGuardrailCommand extends smithyClient.Command
1300
+ class UpdateGuardrailCommand extends client.Command
1302
1301
  .classBuilder()
1303
1302
  .ep(commonParams)
1304
1303
  .m(function (Command, cs, config, o) {
1305
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1304
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1306
1305
  })
1307
1306
  .s("AmazonBedrockControlPlaneService", "UpdateGuardrail", {})
1308
1307
  .n("BedrockClient", "UpdateGuardrailCommand")
@@ -1310,11 +1309,11 @@ class UpdateGuardrailCommand extends smithyClient.Command
1310
1309
  .build() {
1311
1310
  }
1312
1311
 
1313
- class UpdateMarketplaceModelEndpointCommand extends smithyClient.Command
1312
+ class UpdateMarketplaceModelEndpointCommand extends client.Command
1314
1313
  .classBuilder()
1315
1314
  .ep(commonParams)
1316
1315
  .m(function (Command, cs, config, o) {
1317
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1316
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1318
1317
  })
1319
1318
  .s("AmazonBedrockControlPlaneService", "UpdateMarketplaceModelEndpoint", {})
1320
1319
  .n("BedrockClient", "UpdateMarketplaceModelEndpointCommand")
@@ -1322,11 +1321,11 @@ class UpdateMarketplaceModelEndpointCommand extends smithyClient.Command
1322
1321
  .build() {
1323
1322
  }
1324
1323
 
1325
- class UpdateProvisionedModelThroughputCommand extends smithyClient.Command
1324
+ class UpdateProvisionedModelThroughputCommand extends client.Command
1326
1325
  .classBuilder()
1327
1326
  .ep(commonParams)
1328
1327
  .m(function (Command, cs, config, o) {
1329
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1328
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1330
1329
  })
1331
1330
  .s("AmazonBedrockControlPlaneService", "UpdateProvisionedModelThroughput", {})
1332
1331
  .n("BedrockClient", "UpdateProvisionedModelThroughputCommand")
@@ -1495,7 +1494,7 @@ const paginators = {
1495
1494
  };
1496
1495
  class Bedrock extends BedrockClient {
1497
1496
  }
1498
- smithyClient.createAggregatedClient(commands, Bedrock, { paginators });
1497
+ client.createAggregatedClient(commands, Bedrock, { paginators });
1499
1498
 
1500
1499
  const SelectiveGuardingMode = {
1501
1500
  COMPREHENSIVE: "COMPREHENSIVE",
@@ -1885,8 +1884,8 @@ const FineTuningJobStatus = {
1885
1884
  STOPPING: "Stopping",
1886
1885
  };
1887
1886
 
1888
- exports.$Command = smithyClient.Command;
1889
- exports.__Client = smithyClient.Client;
1887
+ exports.$Command = client.Command;
1888
+ exports.__Client = client.Client;
1890
1889
  exports.BedrockServiceException = BedrockServiceException.BedrockServiceException;
1891
1890
  exports.AgreementStatus = AgreementStatus;
1892
1891
  exports.ApplicationType = ApplicationType;