@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
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BedrockClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface RegisterMarketplaceModelEndpointCommandOutput
19
19
  declare const RegisterMarketplaceModelEndpointCommand_base: {
20
20
  new (
21
21
  input: RegisterMarketplaceModelEndpointCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  RegisterMarketplaceModelEndpointCommandInput,
24
24
  RegisterMarketplaceModelEndpointCommandOutput,
25
25
  BedrockClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const RegisterMarketplaceModelEndpointCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: RegisterMarketplaceModelEndpointCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  RegisterMarketplaceModelEndpointCommandInput,
33
33
  RegisterMarketplaceModelEndpointCommandOutput,
34
34
  BedrockClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class RegisterMarketplaceModelEndpointCommand extends RegisterMarketplaceModelEndpointCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BedrockClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface StartAutomatedReasoningPolicyBuildWorkflowCommandOutput
19
19
  declare const StartAutomatedReasoningPolicyBuildWorkflowCommand_base: {
20
20
  new (
21
21
  input: StartAutomatedReasoningPolicyBuildWorkflowCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  StartAutomatedReasoningPolicyBuildWorkflowCommandInput,
24
24
  StartAutomatedReasoningPolicyBuildWorkflowCommandOutput,
25
25
  BedrockClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const StartAutomatedReasoningPolicyBuildWorkflowCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: StartAutomatedReasoningPolicyBuildWorkflowCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  StartAutomatedReasoningPolicyBuildWorkflowCommandInput,
33
33
  StartAutomatedReasoningPolicyBuildWorkflowCommandOutput,
34
34
  BedrockClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class StartAutomatedReasoningPolicyBuildWorkflowCommand extends StartAutomatedReasoningPolicyBuildWorkflowCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BedrockClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface StartAutomatedReasoningPolicyTestWorkflowCommandOutput
19
19
  declare const StartAutomatedReasoningPolicyTestWorkflowCommand_base: {
20
20
  new (
21
21
  input: StartAutomatedReasoningPolicyTestWorkflowCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  StartAutomatedReasoningPolicyTestWorkflowCommandInput,
24
24
  StartAutomatedReasoningPolicyTestWorkflowCommandOutput,
25
25
  BedrockClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const StartAutomatedReasoningPolicyTestWorkflowCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: StartAutomatedReasoningPolicyTestWorkflowCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  StartAutomatedReasoningPolicyTestWorkflowCommandInput,
33
33
  StartAutomatedReasoningPolicyTestWorkflowCommandOutput,
34
34
  BedrockClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class StartAutomatedReasoningPolicyTestWorkflowCommand extends StartAutomatedReasoningPolicyTestWorkflowCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BedrockClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface StopEvaluationJobCommandOutput
19
19
  declare const StopEvaluationJobCommand_base: {
20
20
  new (
21
21
  input: StopEvaluationJobCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  StopEvaluationJobCommandInput,
24
24
  StopEvaluationJobCommandOutput,
25
25
  BedrockClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const StopEvaluationJobCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: StopEvaluationJobCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  StopEvaluationJobCommandInput,
33
33
  StopEvaluationJobCommandOutput,
34
34
  BedrockClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class StopEvaluationJobCommand extends StopEvaluationJobCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BedrockClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface StopModelCustomizationJobCommandOutput
19
19
  declare const StopModelCustomizationJobCommand_base: {
20
20
  new (
21
21
  input: StopModelCustomizationJobCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  StopModelCustomizationJobCommandInput,
24
24
  StopModelCustomizationJobCommandOutput,
25
25
  BedrockClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const StopModelCustomizationJobCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: StopModelCustomizationJobCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  StopModelCustomizationJobCommandInput,
33
33
  StopModelCustomizationJobCommandOutput,
34
34
  BedrockClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class StopModelCustomizationJobCommand extends StopModelCustomizationJobCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BedrockClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface StopModelInvocationJobCommandOutput
19
19
  declare const StopModelInvocationJobCommand_base: {
20
20
  new (
21
21
  input: StopModelInvocationJobCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  StopModelInvocationJobCommandInput,
24
24
  StopModelInvocationJobCommandOutput,
25
25
  BedrockClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const StopModelInvocationJobCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: StopModelInvocationJobCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  StopModelInvocationJobCommandInput,
33
33
  StopModelInvocationJobCommandOutput,
34
34
  BedrockClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class StopModelInvocationJobCommand extends StopModelInvocationJobCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BedrockClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface TagResourceCommandOutput
15
15
  declare const TagResourceCommand_base: {
16
16
  new (
17
17
  input: TagResourceCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  TagResourceCommandInput,
20
20
  TagResourceCommandOutput,
21
21
  BedrockClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const TagResourceCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: TagResourceCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  TagResourceCommandInput,
29
29
  TagResourceCommandOutput,
30
30
  BedrockClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class TagResourceCommand extends TagResourceCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BedrockClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface UntagResourceCommandOutput
18
18
  declare const UntagResourceCommand_base: {
19
19
  new (
20
20
  input: UntagResourceCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  UntagResourceCommandInput,
23
23
  UntagResourceCommandOutput,
24
24
  BedrockClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const UntagResourceCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: UntagResourceCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  UntagResourceCommandInput,
32
32
  UntagResourceCommandOutput,
33
33
  BedrockClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BedrockClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface UpdateAutomatedReasoningPolicyAnnotationsCommandOutput
19
19
  declare const UpdateAutomatedReasoningPolicyAnnotationsCommand_base: {
20
20
  new (
21
21
  input: UpdateAutomatedReasoningPolicyAnnotationsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  UpdateAutomatedReasoningPolicyAnnotationsCommandInput,
24
24
  UpdateAutomatedReasoningPolicyAnnotationsCommandOutput,
25
25
  BedrockClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const UpdateAutomatedReasoningPolicyAnnotationsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: UpdateAutomatedReasoningPolicyAnnotationsCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  UpdateAutomatedReasoningPolicyAnnotationsCommandInput,
33
33
  UpdateAutomatedReasoningPolicyAnnotationsCommandOutput,
34
34
  BedrockClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class UpdateAutomatedReasoningPolicyAnnotationsCommand extends UpdateAutomatedReasoningPolicyAnnotationsCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BedrockClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface UpdateAutomatedReasoningPolicyCommandOutput
19
19
  declare const UpdateAutomatedReasoningPolicyCommand_base: {
20
20
  new (
21
21
  input: UpdateAutomatedReasoningPolicyCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  UpdateAutomatedReasoningPolicyCommandInput,
24
24
  UpdateAutomatedReasoningPolicyCommandOutput,
25
25
  BedrockClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const UpdateAutomatedReasoningPolicyCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: UpdateAutomatedReasoningPolicyCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  UpdateAutomatedReasoningPolicyCommandInput,
33
33
  UpdateAutomatedReasoningPolicyCommandOutput,
34
34
  BedrockClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class UpdateAutomatedReasoningPolicyCommand extends UpdateAutomatedReasoningPolicyCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BedrockClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface UpdateAutomatedReasoningPolicyTestCaseCommandOutput
19
19
  declare const UpdateAutomatedReasoningPolicyTestCaseCommand_base: {
20
20
  new (
21
21
  input: UpdateAutomatedReasoningPolicyTestCaseCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  UpdateAutomatedReasoningPolicyTestCaseCommandInput,
24
24
  UpdateAutomatedReasoningPolicyTestCaseCommandOutput,
25
25
  BedrockClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const UpdateAutomatedReasoningPolicyTestCaseCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: UpdateAutomatedReasoningPolicyTestCaseCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  UpdateAutomatedReasoningPolicyTestCaseCommandInput,
33
33
  UpdateAutomatedReasoningPolicyTestCaseCommandOutput,
34
34
  BedrockClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class UpdateAutomatedReasoningPolicyTestCaseCommand extends UpdateAutomatedReasoningPolicyTestCaseCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BedrockClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface UpdateCustomModelDeploymentCommandOutput
19
19
  declare const UpdateCustomModelDeploymentCommand_base: {
20
20
  new (
21
21
  input: UpdateCustomModelDeploymentCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  UpdateCustomModelDeploymentCommandInput,
24
24
  UpdateCustomModelDeploymentCommandOutput,
25
25
  BedrockClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const UpdateCustomModelDeploymentCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: UpdateCustomModelDeploymentCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  UpdateCustomModelDeploymentCommandInput,
33
33
  UpdateCustomModelDeploymentCommandOutput,
34
34
  BedrockClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class UpdateCustomModelDeploymentCommand extends UpdateCustomModelDeploymentCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BedrockClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface UpdateGuardrailCommandOutput
18
18
  declare const UpdateGuardrailCommand_base: {
19
19
  new (
20
20
  input: UpdateGuardrailCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  UpdateGuardrailCommandInput,
23
23
  UpdateGuardrailCommandOutput,
24
24
  BedrockClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const UpdateGuardrailCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: UpdateGuardrailCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  UpdateGuardrailCommandInput,
32
32
  UpdateGuardrailCommandOutput,
33
33
  BedrockClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class UpdateGuardrailCommand extends UpdateGuardrailCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BedrockClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface UpdateMarketplaceModelEndpointCommandOutput
19
19
  declare const UpdateMarketplaceModelEndpointCommand_base: {
20
20
  new (
21
21
  input: UpdateMarketplaceModelEndpointCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  UpdateMarketplaceModelEndpointCommandInput,
24
24
  UpdateMarketplaceModelEndpointCommandOutput,
25
25
  BedrockClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const UpdateMarketplaceModelEndpointCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: UpdateMarketplaceModelEndpointCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  UpdateMarketplaceModelEndpointCommandInput,
33
33
  UpdateMarketplaceModelEndpointCommandOutput,
34
34
  BedrockClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class UpdateMarketplaceModelEndpointCommand extends UpdateMarketplaceModelEndpointCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BedrockClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface UpdateProvisionedModelThroughputCommandOutput
19
19
  declare const UpdateProvisionedModelThroughputCommand_base: {
20
20
  new (
21
21
  input: UpdateProvisionedModelThroughputCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  UpdateProvisionedModelThroughputCommandInput,
24
24
  UpdateProvisionedModelThroughputCommandOutput,
25
25
  BedrockClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const UpdateProvisionedModelThroughputCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: UpdateProvisionedModelThroughputCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  UpdateProvisionedModelThroughputCommandInput,
33
33
  UpdateProvisionedModelThroughputCommandOutput,
34
34
  BedrockClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class UpdateProvisionedModelThroughputCommand extends UpdateProvisionedModelThroughputCommand_base {
41
43
  protected static __types: {
@@ -1,2 +1,2 @@
1
- import { BinaryDecisionDiagram } from "@smithy/util-endpoints";
1
+ import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
2
2
  export declare const bdd: BinaryDecisionDiagram;
@@ -1,5 +1,5 @@
1
1
  import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
2
- import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
2
+ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  export interface BedrockExtensionConfiguration
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  ServiceExceptionOptions as __ServiceExceptionOptions,
3
3
  ServiceException as __ServiceException,
4
- } from "@smithy/smithy-client";
4
+ } from "@smithy/core/client";
5
5
  export { __ServiceExceptionOptions };
6
6
  export { __ServiceException };
7
7
  export declare class BedrockServiceException extends __ServiceException {
@@ -1,4 +1,4 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
2
2
  import { BedrockServiceException as __BaseException } from "./BedrockServiceException";
3
3
  export declare class AccessDeniedException extends __BaseException {
4
4
  readonly name: "AccessDeniedException";
@@ -3,7 +3,7 @@ import { BedrockClientConfig } from "./BedrockClient";
3
3
  export declare const getRuntimeConfig: (config: BedrockClientConfig) => {
4
4
  runtime: string;
5
5
  defaultsMode: import("@smithy/types").Provider<
6
- import("@smithy/smithy-client").ResolvedDefaultsMode
6
+ import("@smithy/core/client").ResolvedDefaultsMode
7
7
  >;
8
8
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
9
9
  credentialDefaultProvider:
@@ -17,7 +17,7 @@ export declare const getRuntimeConfig: (config: BedrockClientConfig) => {
17
17
  maxAttempts: number | import("@smithy/types").Provider<number>;
18
18
  region: string | import("@smithy/types").Provider<any>;
19
19
  requestHandler:
20
- | import("@smithy/protocol-http").HttpHandler<any>
20
+ | import("@smithy/core/protocols").HttpHandler<any>
21
21
  | RequestHandler;
22
22
  retryMode: string | import("@smithy/types").Provider<string>;
23
23
  sha256: import("@smithy/types").HashConstructor;
@@ -6,7 +6,7 @@ import { BedrockClientConfig } from "./BedrockClient";
6
6
  export declare const getRuntimeConfig: (config: BedrockClientConfig) => {
7
7
  runtime: string;
8
8
  defaultsMode: import("@smithy/types").Provider<
9
- import("@smithy/smithy-client").ResolvedDefaultsMode
9
+ import("@smithy/core/client").ResolvedDefaultsMode
10
10
  >;
11
11
  authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
12
12
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
@@ -46,7 +46,7 @@ export declare const getRuntimeConfig: (config: BedrockClientConfig) => {
46
46
  region: string | import("@smithy/types").Provider<string>;
47
47
  requestHandler:
48
48
  | RequestHandler
49
- | import("@smithy/protocol-http").HttpHandler<any>;
49
+ | import("@smithy/core/protocols").HttpHandler<any>;
50
50
  retryMode: string | import("@smithy/types").Provider<string>;
51
51
  sha256: import("@smithy/types").HashConstructor;
52
52
  streamCollector: import("@smithy/types").StreamCollector;
@@ -6,7 +6,7 @@ export declare const getRuntimeConfig: (config: BedrockClientConfig) => {
6
6
  | import("@smithy/types").NodeHttpHandlerOptions
7
7
  | import("@smithy/types").FetchHttpHandlerOptions
8
8
  | Record<string, unknown>
9
- | import("@smithy/protocol-http").HttpHandler<any>
9
+ | import("@smithy/core/protocols").HttpHandler<any>
10
10
  | import("@smithy/fetch-http-handler").FetchHttpHandler;
11
11
  cacheMiddleware?: boolean;
12
12
  protocol:
@@ -46,9 +46,9 @@ export declare const getRuntimeConfig: (config: BedrockClientConfig) => {
46
46
  logger: import("@smithy/types").Logger;
47
47
  extensions: import("./runtimeExtensions").RuntimeExtension[];
48
48
  defaultsMode:
49
- | import("@smithy/smithy-client").DefaultsMode
49
+ | import("@smithy/core/client").DefaultsMode
50
50
  | import("@smithy/types").Provider<
51
- import("@smithy/smithy-client").DefaultsMode
51
+ import("@smithy/core/client").DefaultsMode
52
52
  >;
53
53
  customUserAgent?: string | import("@smithy/types").UserAgent;
54
54
  userAgentAppId?: