@aws-sdk/client-bedrock-agentcore-control 3.1045.0 → 3.1047.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 (488) hide show
  1. package/README.md +42 -0
  2. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  3. package/dist-cjs/endpoint/bdd.js +2 -2
  4. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  5. package/dist-cjs/index.js +429 -335
  6. package/dist-cjs/models/BedrockAgentCoreControlServiceException.js +3 -3
  7. package/dist-cjs/runtimeConfig.browser.js +12 -14
  8. package/dist-cjs/runtimeConfig.js +18 -22
  9. package/dist-cjs/runtimeConfig.shared.js +9 -10
  10. package/dist-cjs/schemas/schemas_0.js +162 -35
  11. package/dist-es/BedrockAgentCoreControl.js +19 -1
  12. package/dist-es/BedrockAgentCoreControlClient.js +5 -5
  13. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  14. package/dist-es/commands/CreateAgentRuntimeCommand.js +2 -2
  15. package/dist-es/commands/CreateAgentRuntimeEndpointCommand.js +2 -2
  16. package/dist-es/commands/CreateApiKeyCredentialProviderCommand.js +2 -2
  17. package/dist-es/commands/CreateBrowserCommand.js +2 -2
  18. package/dist-es/commands/CreateBrowserProfileCommand.js +2 -2
  19. package/dist-es/commands/CreateCodeInterpreterCommand.js +2 -2
  20. package/dist-es/commands/CreateConfigurationBundleCommand.js +2 -2
  21. package/dist-es/commands/CreateEvaluatorCommand.js +2 -2
  22. package/dist-es/commands/CreateGatewayCommand.js +2 -2
  23. package/dist-es/commands/CreateGatewayRuleCommand.js +2 -2
  24. package/dist-es/commands/CreateGatewayTargetCommand.js +2 -2
  25. package/dist-es/commands/CreateHarnessCommand.js +2 -2
  26. package/dist-es/commands/CreateMemoryCommand.js +2 -2
  27. package/dist-es/commands/CreateOauth2CredentialProviderCommand.js +2 -2
  28. package/dist-es/commands/CreateOnlineEvaluationConfigCommand.js +2 -2
  29. package/dist-es/commands/CreatePaymentConnectorCommand.js +2 -2
  30. package/dist-es/commands/CreatePaymentCredentialProviderCommand.js +2 -2
  31. package/dist-es/commands/CreatePaymentManagerCommand.js +2 -2
  32. package/dist-es/commands/CreatePolicyCommand.js +2 -2
  33. package/dist-es/commands/CreatePolicyEngineCommand.js +2 -2
  34. package/dist-es/commands/CreateRegistryCommand.js +2 -2
  35. package/dist-es/commands/CreateRegistryRecordCommand.js +2 -2
  36. package/dist-es/commands/CreateWorkloadIdentityCommand.js +2 -2
  37. package/dist-es/commands/DeleteAgentRuntimeCommand.js +2 -2
  38. package/dist-es/commands/DeleteAgentRuntimeEndpointCommand.js +2 -2
  39. package/dist-es/commands/DeleteApiKeyCredentialProviderCommand.js +2 -2
  40. package/dist-es/commands/DeleteBrowserCommand.js +2 -2
  41. package/dist-es/commands/DeleteBrowserProfileCommand.js +2 -2
  42. package/dist-es/commands/DeleteCodeInterpreterCommand.js +2 -2
  43. package/dist-es/commands/DeleteConfigurationBundleCommand.js +2 -2
  44. package/dist-es/commands/DeleteEvaluatorCommand.js +2 -2
  45. package/dist-es/commands/DeleteGatewayCommand.js +2 -2
  46. package/dist-es/commands/DeleteGatewayRuleCommand.js +2 -2
  47. package/dist-es/commands/DeleteGatewayTargetCommand.js +2 -2
  48. package/dist-es/commands/DeleteHarnessCommand.js +2 -2
  49. package/dist-es/commands/DeleteMemoryCommand.js +2 -2
  50. package/dist-es/commands/DeleteOauth2CredentialProviderCommand.js +2 -2
  51. package/dist-es/commands/DeleteOnlineEvaluationConfigCommand.js +2 -2
  52. package/dist-es/commands/DeletePaymentConnectorCommand.js +2 -2
  53. package/dist-es/commands/DeletePaymentCredentialProviderCommand.js +2 -2
  54. package/dist-es/commands/DeletePaymentManagerCommand.js +2 -2
  55. package/dist-es/commands/DeletePolicyCommand.js +2 -2
  56. package/dist-es/commands/DeletePolicyEngineCommand.js +2 -2
  57. package/dist-es/commands/DeleteRegistryCommand.js +2 -2
  58. package/dist-es/commands/DeleteRegistryRecordCommand.js +2 -2
  59. package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
  60. package/dist-es/commands/DeleteWorkloadIdentityCommand.js +2 -2
  61. package/dist-es/commands/GetAgentRuntimeCommand.js +2 -2
  62. package/dist-es/commands/GetAgentRuntimeEndpointCommand.js +2 -2
  63. package/dist-es/commands/GetApiKeyCredentialProviderCommand.js +2 -2
  64. package/dist-es/commands/GetBrowserCommand.js +2 -2
  65. package/dist-es/commands/GetBrowserProfileCommand.js +2 -2
  66. package/dist-es/commands/GetCodeInterpreterCommand.js +2 -2
  67. package/dist-es/commands/GetConfigurationBundleCommand.js +2 -2
  68. package/dist-es/commands/GetConfigurationBundleVersionCommand.js +2 -2
  69. package/dist-es/commands/GetEvaluatorCommand.js +2 -2
  70. package/dist-es/commands/GetGatewayCommand.js +2 -2
  71. package/dist-es/commands/GetGatewayRuleCommand.js +2 -2
  72. package/dist-es/commands/GetGatewayTargetCommand.js +2 -2
  73. package/dist-es/commands/GetHarnessCommand.js +2 -2
  74. package/dist-es/commands/GetMemoryCommand.js +2 -2
  75. package/dist-es/commands/GetOauth2CredentialProviderCommand.js +2 -2
  76. package/dist-es/commands/GetOnlineEvaluationConfigCommand.js +2 -2
  77. package/dist-es/commands/GetPaymentConnectorCommand.js +2 -2
  78. package/dist-es/commands/GetPaymentCredentialProviderCommand.js +2 -2
  79. package/dist-es/commands/GetPaymentManagerCommand.js +2 -2
  80. package/dist-es/commands/GetPolicyCommand.js +2 -2
  81. package/dist-es/commands/GetPolicyEngineCommand.js +2 -2
  82. package/dist-es/commands/GetPolicyEngineSummaryCommand.js +16 -0
  83. package/dist-es/commands/GetPolicyGenerationCommand.js +2 -2
  84. package/dist-es/commands/GetPolicyGenerationSummaryCommand.js +16 -0
  85. package/dist-es/commands/GetPolicySummaryCommand.js +16 -0
  86. package/dist-es/commands/GetRegistryCommand.js +2 -2
  87. package/dist-es/commands/GetRegistryRecordCommand.js +2 -2
  88. package/dist-es/commands/GetResourcePolicyCommand.js +2 -2
  89. package/dist-es/commands/GetTokenVaultCommand.js +2 -2
  90. package/dist-es/commands/GetWorkloadIdentityCommand.js +2 -2
  91. package/dist-es/commands/ListAgentRuntimeEndpointsCommand.js +2 -2
  92. package/dist-es/commands/ListAgentRuntimeVersionsCommand.js +2 -2
  93. package/dist-es/commands/ListAgentRuntimesCommand.js +2 -2
  94. package/dist-es/commands/ListApiKeyCredentialProvidersCommand.js +2 -2
  95. package/dist-es/commands/ListBrowserProfilesCommand.js +2 -2
  96. package/dist-es/commands/ListBrowsersCommand.js +2 -2
  97. package/dist-es/commands/ListCodeInterpretersCommand.js +2 -2
  98. package/dist-es/commands/ListConfigurationBundleVersionsCommand.js +2 -2
  99. package/dist-es/commands/ListConfigurationBundlesCommand.js +2 -2
  100. package/dist-es/commands/ListEvaluatorsCommand.js +2 -2
  101. package/dist-es/commands/ListGatewayRulesCommand.js +2 -2
  102. package/dist-es/commands/ListGatewayTargetsCommand.js +2 -2
  103. package/dist-es/commands/ListGatewaysCommand.js +2 -2
  104. package/dist-es/commands/ListHarnessesCommand.js +2 -2
  105. package/dist-es/commands/ListMemoriesCommand.js +2 -2
  106. package/dist-es/commands/ListOauth2CredentialProvidersCommand.js +2 -2
  107. package/dist-es/commands/ListOnlineEvaluationConfigsCommand.js +2 -2
  108. package/dist-es/commands/ListPaymentConnectorsCommand.js +2 -2
  109. package/dist-es/commands/ListPaymentCredentialProvidersCommand.js +2 -2
  110. package/dist-es/commands/ListPaymentManagersCommand.js +2 -2
  111. package/dist-es/commands/ListPoliciesCommand.js +2 -2
  112. package/dist-es/commands/ListPolicyEngineSummariesCommand.js +16 -0
  113. package/dist-es/commands/ListPolicyEnginesCommand.js +2 -2
  114. package/dist-es/commands/ListPolicyGenerationAssetsCommand.js +2 -2
  115. package/dist-es/commands/ListPolicyGenerationSummariesCommand.js +16 -0
  116. package/dist-es/commands/ListPolicyGenerationsCommand.js +2 -2
  117. package/dist-es/commands/ListPolicySummariesCommand.js +16 -0
  118. package/dist-es/commands/ListRegistriesCommand.js +2 -2
  119. package/dist-es/commands/ListRegistryRecordsCommand.js +2 -2
  120. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  121. package/dist-es/commands/ListWorkloadIdentitiesCommand.js +2 -2
  122. package/dist-es/commands/PutResourcePolicyCommand.js +2 -2
  123. package/dist-es/commands/SetTokenVaultCMKCommand.js +2 -2
  124. package/dist-es/commands/StartPolicyGenerationCommand.js +2 -2
  125. package/dist-es/commands/SubmitRegistryRecordForApprovalCommand.js +2 -2
  126. package/dist-es/commands/SynchronizeGatewayTargetsCommand.js +2 -2
  127. package/dist-es/commands/TagResourceCommand.js +2 -2
  128. package/dist-es/commands/UntagResourceCommand.js +2 -2
  129. package/dist-es/commands/UpdateAgentRuntimeCommand.js +2 -2
  130. package/dist-es/commands/UpdateAgentRuntimeEndpointCommand.js +2 -2
  131. package/dist-es/commands/UpdateApiKeyCredentialProviderCommand.js +2 -2
  132. package/dist-es/commands/UpdateConfigurationBundleCommand.js +2 -2
  133. package/dist-es/commands/UpdateEvaluatorCommand.js +2 -2
  134. package/dist-es/commands/UpdateGatewayCommand.js +2 -2
  135. package/dist-es/commands/UpdateGatewayRuleCommand.js +2 -2
  136. package/dist-es/commands/UpdateGatewayTargetCommand.js +2 -2
  137. package/dist-es/commands/UpdateHarnessCommand.js +2 -2
  138. package/dist-es/commands/UpdateMemoryCommand.js +2 -2
  139. package/dist-es/commands/UpdateOauth2CredentialProviderCommand.js +2 -2
  140. package/dist-es/commands/UpdateOnlineEvaluationConfigCommand.js +2 -2
  141. package/dist-es/commands/UpdatePaymentConnectorCommand.js +2 -2
  142. package/dist-es/commands/UpdatePaymentCredentialProviderCommand.js +2 -2
  143. package/dist-es/commands/UpdatePaymentManagerCommand.js +2 -2
  144. package/dist-es/commands/UpdatePolicyCommand.js +2 -2
  145. package/dist-es/commands/UpdatePolicyEngineCommand.js +2 -2
  146. package/dist-es/commands/UpdateRegistryCommand.js +2 -2
  147. package/dist-es/commands/UpdateRegistryRecordCommand.js +2 -2
  148. package/dist-es/commands/UpdateRegistryRecordStatusCommand.js +2 -2
  149. package/dist-es/commands/UpdateWorkloadIdentityCommand.js +2 -2
  150. package/dist-es/commands/index.js +6 -0
  151. package/dist-es/endpoint/bdd.js +1 -1
  152. package/dist-es/endpoint/endpointResolver.js +1 -1
  153. package/dist-es/models/BedrockAgentCoreControlServiceException.js +1 -1
  154. package/dist-es/pagination/ListPolicyEngineSummariesPaginator.js +4 -0
  155. package/dist-es/pagination/ListPolicyGenerationSummariesPaginator.js +4 -0
  156. package/dist-es/pagination/ListPolicySummariesPaginator.js +4 -0
  157. package/dist-es/pagination/index.js +3 -0
  158. package/dist-es/runtimeConfig.browser.js +4 -6
  159. package/dist-es/runtimeConfig.js +4 -8
  160. package/dist-es/runtimeConfig.shared.js +3 -4
  161. package/dist-es/runtimeExtensions.js +2 -2
  162. package/dist-es/schemas/schemas_0.js +151 -24
  163. package/dist-es/waiters/waitForMemoryCreated.js +1 -1
  164. package/dist-es/waiters/waitForPolicyActive.js +1 -1
  165. package/dist-es/waiters/waitForPolicyDeleted.js +1 -1
  166. package/dist-es/waiters/waitForPolicyEngineActive.js +1 -1
  167. package/dist-es/waiters/waitForPolicyEngineDeleted.js +1 -1
  168. package/dist-es/waiters/waitForPolicyGenerationCompleted.js +1 -1
  169. package/dist-types/BedrockAgentCoreControl.d.ts +65 -1
  170. package/dist-types/BedrockAgentCoreControlClient.d.ts +13 -7
  171. package/dist-types/commands/CreateAgentRuntimeCommand.d.ts +7 -4
  172. package/dist-types/commands/CreateAgentRuntimeEndpointCommand.d.ts +6 -4
  173. package/dist-types/commands/CreateApiKeyCredentialProviderCommand.d.ts +6 -4
  174. package/dist-types/commands/CreateBrowserCommand.d.ts +7 -4
  175. package/dist-types/commands/CreateBrowserProfileCommand.d.ts +6 -4
  176. package/dist-types/commands/CreateCodeInterpreterCommand.d.ts +7 -4
  177. package/dist-types/commands/CreateConfigurationBundleCommand.d.ts +6 -4
  178. package/dist-types/commands/CreateEvaluatorCommand.d.ts +6 -4
  179. package/dist-types/commands/CreateGatewayCommand.d.ts +6 -4
  180. package/dist-types/commands/CreateGatewayRuleCommand.d.ts +6 -4
  181. package/dist-types/commands/CreateGatewayTargetCommand.d.ts +6 -4
  182. package/dist-types/commands/CreateHarnessCommand.d.ts +8 -4
  183. package/dist-types/commands/CreateMemoryCommand.d.ts +6 -4
  184. package/dist-types/commands/CreateOauth2CredentialProviderCommand.d.ts +6 -4
  185. package/dist-types/commands/CreateOnlineEvaluationConfigCommand.d.ts +6 -4
  186. package/dist-types/commands/CreatePaymentConnectorCommand.d.ts +6 -4
  187. package/dist-types/commands/CreatePaymentCredentialProviderCommand.d.ts +6 -4
  188. package/dist-types/commands/CreatePaymentManagerCommand.d.ts +6 -4
  189. package/dist-types/commands/CreatePolicyCommand.d.ts +10 -8
  190. package/dist-types/commands/CreatePolicyEngineCommand.d.ts +8 -6
  191. package/dist-types/commands/CreateRegistryCommand.d.ts +6 -4
  192. package/dist-types/commands/CreateRegistryRecordCommand.d.ts +6 -4
  193. package/dist-types/commands/CreateWorkloadIdentityCommand.d.ts +6 -4
  194. package/dist-types/commands/DeleteAgentRuntimeCommand.d.ts +6 -4
  195. package/dist-types/commands/DeleteAgentRuntimeEndpointCommand.d.ts +6 -4
  196. package/dist-types/commands/DeleteApiKeyCredentialProviderCommand.d.ts +6 -4
  197. package/dist-types/commands/DeleteBrowserCommand.d.ts +6 -4
  198. package/dist-types/commands/DeleteBrowserProfileCommand.d.ts +6 -4
  199. package/dist-types/commands/DeleteCodeInterpreterCommand.d.ts +6 -4
  200. package/dist-types/commands/DeleteConfigurationBundleCommand.d.ts +6 -4
  201. package/dist-types/commands/DeleteEvaluatorCommand.d.ts +6 -4
  202. package/dist-types/commands/DeleteGatewayCommand.d.ts +6 -4
  203. package/dist-types/commands/DeleteGatewayRuleCommand.d.ts +6 -4
  204. package/dist-types/commands/DeleteGatewayTargetCommand.d.ts +6 -4
  205. package/dist-types/commands/DeleteHarnessCommand.d.ts +7 -4
  206. package/dist-types/commands/DeleteMemoryCommand.d.ts +6 -4
  207. package/dist-types/commands/DeleteOauth2CredentialProviderCommand.d.ts +6 -4
  208. package/dist-types/commands/DeleteOnlineEvaluationConfigCommand.d.ts +6 -4
  209. package/dist-types/commands/DeletePaymentConnectorCommand.d.ts +6 -4
  210. package/dist-types/commands/DeletePaymentCredentialProviderCommand.d.ts +6 -4
  211. package/dist-types/commands/DeletePaymentManagerCommand.d.ts +6 -4
  212. package/dist-types/commands/DeletePolicyCommand.d.ts +10 -8
  213. package/dist-types/commands/DeletePolicyEngineCommand.d.ts +8 -6
  214. package/dist-types/commands/DeleteRegistryCommand.d.ts +6 -4
  215. package/dist-types/commands/DeleteRegistryRecordCommand.d.ts +6 -4
  216. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -4
  217. package/dist-types/commands/DeleteWorkloadIdentityCommand.d.ts +6 -4
  218. package/dist-types/commands/GetAgentRuntimeCommand.d.ts +7 -4
  219. package/dist-types/commands/GetAgentRuntimeEndpointCommand.d.ts +6 -4
  220. package/dist-types/commands/GetApiKeyCredentialProviderCommand.d.ts +6 -4
  221. package/dist-types/commands/GetBrowserCommand.d.ts +7 -4
  222. package/dist-types/commands/GetBrowserProfileCommand.d.ts +6 -4
  223. package/dist-types/commands/GetCodeInterpreterCommand.d.ts +7 -4
  224. package/dist-types/commands/GetConfigurationBundleCommand.d.ts +6 -4
  225. package/dist-types/commands/GetConfigurationBundleVersionCommand.d.ts +6 -4
  226. package/dist-types/commands/GetEvaluatorCommand.d.ts +6 -4
  227. package/dist-types/commands/GetGatewayCommand.d.ts +6 -4
  228. package/dist-types/commands/GetGatewayRuleCommand.d.ts +6 -4
  229. package/dist-types/commands/GetGatewayTargetCommand.d.ts +6 -4
  230. package/dist-types/commands/GetHarnessCommand.d.ts +7 -4
  231. package/dist-types/commands/GetMemoryCommand.d.ts +6 -4
  232. package/dist-types/commands/GetOauth2CredentialProviderCommand.d.ts +6 -4
  233. package/dist-types/commands/GetOnlineEvaluationConfigCommand.d.ts +6 -4
  234. package/dist-types/commands/GetPaymentConnectorCommand.d.ts +6 -4
  235. package/dist-types/commands/GetPaymentCredentialProviderCommand.d.ts +6 -4
  236. package/dist-types/commands/GetPaymentManagerCommand.d.ts +6 -4
  237. package/dist-types/commands/GetPolicyCommand.d.ts +10 -8
  238. package/dist-types/commands/GetPolicyEngineCommand.d.ts +8 -6
  239. package/dist-types/commands/GetPolicyEngineSummaryCommand.d.ts +97 -0
  240. package/dist-types/commands/GetPolicyGenerationCommand.d.ts +7 -5
  241. package/dist-types/commands/GetPolicyGenerationSummaryCommand.d.ts +102 -0
  242. package/dist-types/commands/GetPolicySummaryCommand.d.ts +98 -0
  243. package/dist-types/commands/GetRegistryCommand.d.ts +6 -4
  244. package/dist-types/commands/GetRegistryRecordCommand.d.ts +6 -4
  245. package/dist-types/commands/GetResourcePolicyCommand.d.ts +6 -4
  246. package/dist-types/commands/GetTokenVaultCommand.d.ts +6 -4
  247. package/dist-types/commands/GetWorkloadIdentityCommand.d.ts +6 -4
  248. package/dist-types/commands/ListAgentRuntimeEndpointsCommand.d.ts +6 -4
  249. package/dist-types/commands/ListAgentRuntimeVersionsCommand.d.ts +6 -4
  250. package/dist-types/commands/ListAgentRuntimesCommand.d.ts +6 -4
  251. package/dist-types/commands/ListApiKeyCredentialProvidersCommand.d.ts +6 -4
  252. package/dist-types/commands/ListBrowserProfilesCommand.d.ts +6 -4
  253. package/dist-types/commands/ListBrowsersCommand.d.ts +6 -4
  254. package/dist-types/commands/ListCodeInterpretersCommand.d.ts +6 -4
  255. package/dist-types/commands/ListConfigurationBundleVersionsCommand.d.ts +6 -4
  256. package/dist-types/commands/ListConfigurationBundlesCommand.d.ts +6 -4
  257. package/dist-types/commands/ListEvaluatorsCommand.d.ts +6 -4
  258. package/dist-types/commands/ListGatewayRulesCommand.d.ts +6 -4
  259. package/dist-types/commands/ListGatewayTargetsCommand.d.ts +6 -4
  260. package/dist-types/commands/ListGatewaysCommand.d.ts +6 -4
  261. package/dist-types/commands/ListHarnessesCommand.d.ts +6 -4
  262. package/dist-types/commands/ListMemoriesCommand.d.ts +6 -4
  263. package/dist-types/commands/ListOauth2CredentialProvidersCommand.d.ts +6 -4
  264. package/dist-types/commands/ListOnlineEvaluationConfigsCommand.d.ts +6 -4
  265. package/dist-types/commands/ListPaymentConnectorsCommand.d.ts +6 -4
  266. package/dist-types/commands/ListPaymentCredentialProvidersCommand.d.ts +6 -4
  267. package/dist-types/commands/ListPaymentManagersCommand.d.ts +6 -4
  268. package/dist-types/commands/ListPoliciesCommand.d.ts +10 -8
  269. package/dist-types/commands/ListPolicyEngineSummariesCommand.d.ts +100 -0
  270. package/dist-types/commands/ListPolicyEnginesCommand.d.ts +8 -6
  271. package/dist-types/commands/ListPolicyGenerationAssetsCommand.d.ts +6 -4
  272. package/dist-types/commands/ListPolicyGenerationSummariesCommand.d.ts +108 -0
  273. package/dist-types/commands/ListPolicyGenerationsCommand.d.ts +7 -5
  274. package/dist-types/commands/ListPolicySummariesCommand.d.ts +105 -0
  275. package/dist-types/commands/ListRegistriesCommand.d.ts +8 -5
  276. package/dist-types/commands/ListRegistryRecordsCommand.d.ts +6 -4
  277. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  278. package/dist-types/commands/ListWorkloadIdentitiesCommand.d.ts +6 -4
  279. package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -4
  280. package/dist-types/commands/SetTokenVaultCMKCommand.d.ts +6 -4
  281. package/dist-types/commands/StartPolicyGenerationCommand.d.ts +7 -5
  282. package/dist-types/commands/SubmitRegistryRecordForApprovalCommand.d.ts +6 -4
  283. package/dist-types/commands/SynchronizeGatewayTargetsCommand.d.ts +6 -4
  284. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  285. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  286. package/dist-types/commands/UpdateAgentRuntimeCommand.d.ts +7 -4
  287. package/dist-types/commands/UpdateAgentRuntimeEndpointCommand.d.ts +6 -4
  288. package/dist-types/commands/UpdateApiKeyCredentialProviderCommand.d.ts +6 -4
  289. package/dist-types/commands/UpdateConfigurationBundleCommand.d.ts +6 -4
  290. package/dist-types/commands/UpdateEvaluatorCommand.d.ts +6 -4
  291. package/dist-types/commands/UpdateGatewayCommand.d.ts +6 -4
  292. package/dist-types/commands/UpdateGatewayRuleCommand.d.ts +6 -4
  293. package/dist-types/commands/UpdateGatewayTargetCommand.d.ts +6 -4
  294. package/dist-types/commands/UpdateHarnessCommand.d.ts +8 -4
  295. package/dist-types/commands/UpdateMemoryCommand.d.ts +6 -4
  296. package/dist-types/commands/UpdateOauth2CredentialProviderCommand.d.ts +6 -4
  297. package/dist-types/commands/UpdateOnlineEvaluationConfigCommand.d.ts +6 -4
  298. package/dist-types/commands/UpdatePaymentConnectorCommand.d.ts +6 -4
  299. package/dist-types/commands/UpdatePaymentCredentialProviderCommand.d.ts +6 -4
  300. package/dist-types/commands/UpdatePaymentManagerCommand.d.ts +6 -4
  301. package/dist-types/commands/UpdatePolicyCommand.d.ts +10 -8
  302. package/dist-types/commands/UpdatePolicyEngineCommand.d.ts +8 -6
  303. package/dist-types/commands/UpdateRegistryCommand.d.ts +6 -4
  304. package/dist-types/commands/UpdateRegistryRecordCommand.d.ts +6 -4
  305. package/dist-types/commands/UpdateRegistryRecordStatusCommand.d.ts +6 -4
  306. package/dist-types/commands/UpdateWorkloadIdentityCommand.d.ts +6 -4
  307. package/dist-types/commands/index.d.ts +6 -0
  308. package/dist-types/endpoint/bdd.d.ts +1 -1
  309. package/dist-types/extensionConfiguration.d.ts +1 -1
  310. package/dist-types/models/BedrockAgentCoreControlServiceException.d.ts +1 -1
  311. package/dist-types/models/enums.d.ts +2 -2
  312. package/dist-types/models/errors.d.ts +1 -1
  313. package/dist-types/models/models_0.d.ts +14 -10
  314. package/dist-types/models/models_1.d.ts +562 -149
  315. package/dist-types/pagination/ListPolicyEngineSummariesPaginator.d.ts +7 -0
  316. package/dist-types/pagination/ListPolicyGenerationSummariesPaginator.d.ts +7 -0
  317. package/dist-types/pagination/ListPolicySummariesPaginator.d.ts +7 -0
  318. package/dist-types/pagination/index.d.ts +3 -0
  319. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  320. package/dist-types/runtimeConfig.d.ts +2 -2
  321. package/dist-types/runtimeConfig.native.d.ts +2 -2
  322. package/dist-types/schemas/schemas_0.d.ts +21 -0
  323. package/dist-types/ts3.4/BedrockAgentCoreControl.d.ts +125 -1
  324. package/dist-types/ts3.4/BedrockAgentCoreControlClient.d.ts +44 -14
  325. package/dist-types/ts3.4/commands/CreateAgentRuntimeCommand.d.ts +6 -4
  326. package/dist-types/ts3.4/commands/CreateAgentRuntimeEndpointCommand.d.ts +6 -4
  327. package/dist-types/ts3.4/commands/CreateApiKeyCredentialProviderCommand.d.ts +6 -4
  328. package/dist-types/ts3.4/commands/CreateBrowserCommand.d.ts +6 -4
  329. package/dist-types/ts3.4/commands/CreateBrowserProfileCommand.d.ts +6 -4
  330. package/dist-types/ts3.4/commands/CreateCodeInterpreterCommand.d.ts +6 -4
  331. package/dist-types/ts3.4/commands/CreateConfigurationBundleCommand.d.ts +6 -4
  332. package/dist-types/ts3.4/commands/CreateEvaluatorCommand.d.ts +6 -4
  333. package/dist-types/ts3.4/commands/CreateGatewayCommand.d.ts +6 -4
  334. package/dist-types/ts3.4/commands/CreateGatewayRuleCommand.d.ts +6 -4
  335. package/dist-types/ts3.4/commands/CreateGatewayTargetCommand.d.ts +6 -4
  336. package/dist-types/ts3.4/commands/CreateHarnessCommand.d.ts +6 -4
  337. package/dist-types/ts3.4/commands/CreateMemoryCommand.d.ts +6 -4
  338. package/dist-types/ts3.4/commands/CreateOauth2CredentialProviderCommand.d.ts +6 -4
  339. package/dist-types/ts3.4/commands/CreateOnlineEvaluationConfigCommand.d.ts +6 -4
  340. package/dist-types/ts3.4/commands/CreatePaymentConnectorCommand.d.ts +6 -4
  341. package/dist-types/ts3.4/commands/CreatePaymentCredentialProviderCommand.d.ts +6 -4
  342. package/dist-types/ts3.4/commands/CreatePaymentManagerCommand.d.ts +6 -4
  343. package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +6 -4
  344. package/dist-types/ts3.4/commands/CreatePolicyEngineCommand.d.ts +6 -4
  345. package/dist-types/ts3.4/commands/CreateRegistryCommand.d.ts +6 -4
  346. package/dist-types/ts3.4/commands/CreateRegistryRecordCommand.d.ts +6 -4
  347. package/dist-types/ts3.4/commands/CreateWorkloadIdentityCommand.d.ts +6 -4
  348. package/dist-types/ts3.4/commands/DeleteAgentRuntimeCommand.d.ts +6 -4
  349. package/dist-types/ts3.4/commands/DeleteAgentRuntimeEndpointCommand.d.ts +6 -4
  350. package/dist-types/ts3.4/commands/DeleteApiKeyCredentialProviderCommand.d.ts +6 -4
  351. package/dist-types/ts3.4/commands/DeleteBrowserCommand.d.ts +6 -4
  352. package/dist-types/ts3.4/commands/DeleteBrowserProfileCommand.d.ts +6 -4
  353. package/dist-types/ts3.4/commands/DeleteCodeInterpreterCommand.d.ts +6 -4
  354. package/dist-types/ts3.4/commands/DeleteConfigurationBundleCommand.d.ts +6 -4
  355. package/dist-types/ts3.4/commands/DeleteEvaluatorCommand.d.ts +6 -4
  356. package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +6 -4
  357. package/dist-types/ts3.4/commands/DeleteGatewayRuleCommand.d.ts +6 -4
  358. package/dist-types/ts3.4/commands/DeleteGatewayTargetCommand.d.ts +6 -4
  359. package/dist-types/ts3.4/commands/DeleteHarnessCommand.d.ts +6 -4
  360. package/dist-types/ts3.4/commands/DeleteMemoryCommand.d.ts +6 -4
  361. package/dist-types/ts3.4/commands/DeleteOauth2CredentialProviderCommand.d.ts +6 -4
  362. package/dist-types/ts3.4/commands/DeleteOnlineEvaluationConfigCommand.d.ts +6 -4
  363. package/dist-types/ts3.4/commands/DeletePaymentConnectorCommand.d.ts +6 -4
  364. package/dist-types/ts3.4/commands/DeletePaymentCredentialProviderCommand.d.ts +6 -4
  365. package/dist-types/ts3.4/commands/DeletePaymentManagerCommand.d.ts +6 -4
  366. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +6 -4
  367. package/dist-types/ts3.4/commands/DeletePolicyEngineCommand.d.ts +6 -4
  368. package/dist-types/ts3.4/commands/DeleteRegistryCommand.d.ts +6 -4
  369. package/dist-types/ts3.4/commands/DeleteRegistryRecordCommand.d.ts +6 -4
  370. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +6 -4
  371. package/dist-types/ts3.4/commands/DeleteWorkloadIdentityCommand.d.ts +6 -4
  372. package/dist-types/ts3.4/commands/GetAgentRuntimeCommand.d.ts +6 -4
  373. package/dist-types/ts3.4/commands/GetAgentRuntimeEndpointCommand.d.ts +6 -4
  374. package/dist-types/ts3.4/commands/GetApiKeyCredentialProviderCommand.d.ts +6 -4
  375. package/dist-types/ts3.4/commands/GetBrowserCommand.d.ts +6 -4
  376. package/dist-types/ts3.4/commands/GetBrowserProfileCommand.d.ts +6 -4
  377. package/dist-types/ts3.4/commands/GetCodeInterpreterCommand.d.ts +6 -4
  378. package/dist-types/ts3.4/commands/GetConfigurationBundleCommand.d.ts +6 -4
  379. package/dist-types/ts3.4/commands/GetConfigurationBundleVersionCommand.d.ts +6 -4
  380. package/dist-types/ts3.4/commands/GetEvaluatorCommand.d.ts +6 -4
  381. package/dist-types/ts3.4/commands/GetGatewayCommand.d.ts +6 -4
  382. package/dist-types/ts3.4/commands/GetGatewayRuleCommand.d.ts +6 -4
  383. package/dist-types/ts3.4/commands/GetGatewayTargetCommand.d.ts +6 -4
  384. package/dist-types/ts3.4/commands/GetHarnessCommand.d.ts +6 -4
  385. package/dist-types/ts3.4/commands/GetMemoryCommand.d.ts +6 -8
  386. package/dist-types/ts3.4/commands/GetOauth2CredentialProviderCommand.d.ts +6 -4
  387. package/dist-types/ts3.4/commands/GetOnlineEvaluationConfigCommand.d.ts +6 -4
  388. package/dist-types/ts3.4/commands/GetPaymentConnectorCommand.d.ts +6 -4
  389. package/dist-types/ts3.4/commands/GetPaymentCredentialProviderCommand.d.ts +6 -4
  390. package/dist-types/ts3.4/commands/GetPaymentManagerCommand.d.ts +6 -4
  391. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +6 -8
  392. package/dist-types/ts3.4/commands/GetPolicyEngineCommand.d.ts +6 -4
  393. package/dist-types/ts3.4/commands/GetPolicyEngineSummaryCommand.d.ts +53 -0
  394. package/dist-types/ts3.4/commands/GetPolicyGenerationCommand.d.ts +6 -4
  395. package/dist-types/ts3.4/commands/GetPolicyGenerationSummaryCommand.d.ts +53 -0
  396. package/dist-types/ts3.4/commands/GetPolicySummaryCommand.d.ts +52 -0
  397. package/dist-types/ts3.4/commands/GetRegistryCommand.d.ts +6 -4
  398. package/dist-types/ts3.4/commands/GetRegistryRecordCommand.d.ts +6 -4
  399. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +6 -4
  400. package/dist-types/ts3.4/commands/GetTokenVaultCommand.d.ts +6 -4
  401. package/dist-types/ts3.4/commands/GetWorkloadIdentityCommand.d.ts +6 -4
  402. package/dist-types/ts3.4/commands/ListAgentRuntimeEndpointsCommand.d.ts +6 -4
  403. package/dist-types/ts3.4/commands/ListAgentRuntimeVersionsCommand.d.ts +6 -4
  404. package/dist-types/ts3.4/commands/ListAgentRuntimesCommand.d.ts +6 -4
  405. package/dist-types/ts3.4/commands/ListApiKeyCredentialProvidersCommand.d.ts +6 -4
  406. package/dist-types/ts3.4/commands/ListBrowserProfilesCommand.d.ts +6 -4
  407. package/dist-types/ts3.4/commands/ListBrowsersCommand.d.ts +6 -4
  408. package/dist-types/ts3.4/commands/ListCodeInterpretersCommand.d.ts +6 -4
  409. package/dist-types/ts3.4/commands/ListConfigurationBundleVersionsCommand.d.ts +6 -4
  410. package/dist-types/ts3.4/commands/ListConfigurationBundlesCommand.d.ts +6 -4
  411. package/dist-types/ts3.4/commands/ListEvaluatorsCommand.d.ts +6 -4
  412. package/dist-types/ts3.4/commands/ListGatewayRulesCommand.d.ts +6 -4
  413. package/dist-types/ts3.4/commands/ListGatewayTargetsCommand.d.ts +6 -4
  414. package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +6 -4
  415. package/dist-types/ts3.4/commands/ListHarnessesCommand.d.ts +6 -4
  416. package/dist-types/ts3.4/commands/ListMemoriesCommand.d.ts +6 -4
  417. package/dist-types/ts3.4/commands/ListOauth2CredentialProvidersCommand.d.ts +6 -4
  418. package/dist-types/ts3.4/commands/ListOnlineEvaluationConfigsCommand.d.ts +6 -4
  419. package/dist-types/ts3.4/commands/ListPaymentConnectorsCommand.d.ts +6 -4
  420. package/dist-types/ts3.4/commands/ListPaymentCredentialProvidersCommand.d.ts +6 -4
  421. package/dist-types/ts3.4/commands/ListPaymentManagersCommand.d.ts +6 -4
  422. package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +6 -4
  423. package/dist-types/ts3.4/commands/ListPolicyEngineSummariesCommand.d.ts +53 -0
  424. package/dist-types/ts3.4/commands/ListPolicyEnginesCommand.d.ts +6 -4
  425. package/dist-types/ts3.4/commands/ListPolicyGenerationAssetsCommand.d.ts +6 -4
  426. package/dist-types/ts3.4/commands/ListPolicyGenerationSummariesCommand.d.ts +53 -0
  427. package/dist-types/ts3.4/commands/ListPolicyGenerationsCommand.d.ts +6 -4
  428. package/dist-types/ts3.4/commands/ListPolicySummariesCommand.d.ts +53 -0
  429. package/dist-types/ts3.4/commands/ListRegistriesCommand.d.ts +6 -4
  430. package/dist-types/ts3.4/commands/ListRegistryRecordsCommand.d.ts +6 -4
  431. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  432. package/dist-types/ts3.4/commands/ListWorkloadIdentitiesCommand.d.ts +6 -4
  433. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +6 -4
  434. package/dist-types/ts3.4/commands/SetTokenVaultCMKCommand.d.ts +6 -4
  435. package/dist-types/ts3.4/commands/StartPolicyGenerationCommand.d.ts +6 -4
  436. package/dist-types/ts3.4/commands/SubmitRegistryRecordForApprovalCommand.d.ts +6 -4
  437. package/dist-types/ts3.4/commands/SynchronizeGatewayTargetsCommand.d.ts +6 -4
  438. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  439. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  440. package/dist-types/ts3.4/commands/UpdateAgentRuntimeCommand.d.ts +6 -4
  441. package/dist-types/ts3.4/commands/UpdateAgentRuntimeEndpointCommand.d.ts +6 -4
  442. package/dist-types/ts3.4/commands/UpdateApiKeyCredentialProviderCommand.d.ts +6 -4
  443. package/dist-types/ts3.4/commands/UpdateConfigurationBundleCommand.d.ts +6 -4
  444. package/dist-types/ts3.4/commands/UpdateEvaluatorCommand.d.ts +6 -4
  445. package/dist-types/ts3.4/commands/UpdateGatewayCommand.d.ts +6 -4
  446. package/dist-types/ts3.4/commands/UpdateGatewayRuleCommand.d.ts +6 -4
  447. package/dist-types/ts3.4/commands/UpdateGatewayTargetCommand.d.ts +6 -4
  448. package/dist-types/ts3.4/commands/UpdateHarnessCommand.d.ts +6 -4
  449. package/dist-types/ts3.4/commands/UpdateMemoryCommand.d.ts +6 -4
  450. package/dist-types/ts3.4/commands/UpdateOauth2CredentialProviderCommand.d.ts +6 -4
  451. package/dist-types/ts3.4/commands/UpdateOnlineEvaluationConfigCommand.d.ts +6 -4
  452. package/dist-types/ts3.4/commands/UpdatePaymentConnectorCommand.d.ts +6 -4
  453. package/dist-types/ts3.4/commands/UpdatePaymentCredentialProviderCommand.d.ts +6 -4
  454. package/dist-types/ts3.4/commands/UpdatePaymentManagerCommand.d.ts +6 -4
  455. package/dist-types/ts3.4/commands/UpdatePolicyCommand.d.ts +6 -4
  456. package/dist-types/ts3.4/commands/UpdatePolicyEngineCommand.d.ts +6 -4
  457. package/dist-types/ts3.4/commands/UpdateRegistryCommand.d.ts +6 -4
  458. package/dist-types/ts3.4/commands/UpdateRegistryRecordCommand.d.ts +6 -4
  459. package/dist-types/ts3.4/commands/UpdateRegistryRecordStatusCommand.d.ts +6 -4
  460. package/dist-types/ts3.4/commands/UpdateWorkloadIdentityCommand.d.ts +6 -4
  461. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  462. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  463. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  464. package/dist-types/ts3.4/models/BedrockAgentCoreControlServiceException.d.ts +1 -1
  465. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  466. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  467. package/dist-types/ts3.4/models/models_1.d.ts +117 -20
  468. package/dist-types/ts3.4/pagination/ListPolicyEngineSummariesPaginator.d.ts +11 -0
  469. package/dist-types/ts3.4/pagination/ListPolicyGenerationSummariesPaginator.d.ts +11 -0
  470. package/dist-types/ts3.4/pagination/ListPolicySummariesPaginator.d.ts +11 -0
  471. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  472. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  473. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  474. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  475. package/dist-types/ts3.4/schemas/schemas_0.d.ts +21 -0
  476. package/dist-types/ts3.4/waiters/waitForMemoryCreated.d.ts +1 -1
  477. package/dist-types/ts3.4/waiters/waitForPolicyActive.d.ts +1 -1
  478. package/dist-types/ts3.4/waiters/waitForPolicyDeleted.d.ts +1 -1
  479. package/dist-types/ts3.4/waiters/waitForPolicyEngineActive.d.ts +1 -1
  480. package/dist-types/ts3.4/waiters/waitForPolicyEngineDeleted.d.ts +1 -1
  481. package/dist-types/ts3.4/waiters/waitForPolicyGenerationCompleted.d.ts +1 -1
  482. package/dist-types/waiters/waitForMemoryCreated.d.ts +1 -1
  483. package/dist-types/waiters/waitForPolicyActive.d.ts +1 -1
  484. package/dist-types/waiters/waitForPolicyDeleted.d.ts +1 -1
  485. package/dist-types/waiters/waitForPolicyEngineActive.d.ts +1 -1
  486. package/dist-types/waiters/waitForPolicyEngineDeleted.d.ts +1 -1
  487. package/dist-types/waiters/waitForPolicyGenerationCompleted.d.ts +1 -1
  488. package/package.json +13 -35
package/dist-cjs/index.js CHANGED
@@ -4,19 +4,17 @@ 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
- var utilWaiter = require('@smithy/util-waiter');
20
18
  var errors = require('./models/errors');
21
19
  var BedrockAgentCoreControlServiceException = require('./models/BedrockAgentCoreControlServiceException');
22
20
 
@@ -74,12 +72,12 @@ const resolveHttpAuthRuntimeConfig = (config) => {
74
72
  };
75
73
 
76
74
  const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
77
- const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig), smithyClient.getDefaultExtensionConfiguration(runtimeConfig), protocolHttp.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
75
+ const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig), client.getDefaultExtensionConfiguration(runtimeConfig), protocols.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
78
76
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
79
- return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration), smithyClient.resolveDefaultRuntimeConfig(extensionConfiguration), protocolHttp.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
77
+ return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration), client.resolveDefaultRuntimeConfig(extensionConfiguration), protocols.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
80
78
  };
81
79
 
82
- class BedrockAgentCoreControlClient extends smithyClient.Client {
80
+ class BedrockAgentCoreControlClient extends client.Client {
83
81
  config;
84
82
  constructor(...[configuration]) {
85
83
  const _config_0 = runtimeConfig.getRuntimeConfig(configuration || {});
@@ -87,17 +85,17 @@ class BedrockAgentCoreControlClient extends smithyClient.Client {
87
85
  this.initConfig = _config_0;
88
86
  const _config_1 = resolveClientEndpointParameters(_config_0);
89
87
  const _config_2 = middlewareUserAgent.resolveUserAgentConfig(_config_1);
90
- const _config_3 = middlewareRetry.resolveRetryConfig(_config_2);
91
- const _config_4 = configResolver.resolveRegionConfig(_config_3);
88
+ const _config_3 = retry.resolveRetryConfig(_config_2);
89
+ const _config_4 = config.resolveRegionConfig(_config_3);
92
90
  const _config_5 = middlewareHostHeader.resolveHostHeaderConfig(_config_4);
93
- const _config_6 = middlewareEndpoint.resolveEndpointConfig(_config_5);
91
+ const _config_6 = endpoints.resolveEndpointConfig(_config_5);
94
92
  const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);
95
93
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
96
94
  this.config = _config_8;
97
95
  this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
98
96
  this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
99
- this.middlewareStack.use(middlewareRetry.getRetryPlugin(this.config));
100
- this.middlewareStack.use(middlewareContentLength.getContentLengthPlugin(this.config));
97
+ this.middlewareStack.use(retry.getRetryPlugin(this.config));
98
+ this.middlewareStack.use(protocols.getContentLengthPlugin(this.config));
101
99
  this.middlewareStack.use(middlewareHostHeader.getHostHeaderPlugin(this.config));
102
100
  this.middlewareStack.use(middlewareLogger.getLoggerPlugin(this.config));
103
101
  this.middlewareStack.use(middlewareRecursionDetection.getRecursionDetectionPlugin(this.config));
@@ -114,11 +112,11 @@ class BedrockAgentCoreControlClient extends smithyClient.Client {
114
112
  }
115
113
  }
116
114
 
117
- class CreateAgentRuntimeCommand extends smithyClient.Command
115
+ class CreateAgentRuntimeCommand extends client.Command
118
116
  .classBuilder()
119
117
  .ep(commonParams)
120
118
  .m(function (Command, cs, config, o) {
121
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
119
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
122
120
  })
123
121
  .s("AmazonBedrockAgentCoreControl", "CreateAgentRuntime", {})
124
122
  .n("BedrockAgentCoreControlClient", "CreateAgentRuntimeCommand")
@@ -126,11 +124,11 @@ class CreateAgentRuntimeCommand extends smithyClient.Command
126
124
  .build() {
127
125
  }
128
126
 
129
- class CreateAgentRuntimeEndpointCommand extends smithyClient.Command
127
+ class CreateAgentRuntimeEndpointCommand extends client.Command
130
128
  .classBuilder()
131
129
  .ep(commonParams)
132
130
  .m(function (Command, cs, config, o) {
133
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
131
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
134
132
  })
135
133
  .s("AmazonBedrockAgentCoreControl", "CreateAgentRuntimeEndpoint", {})
136
134
  .n("BedrockAgentCoreControlClient", "CreateAgentRuntimeEndpointCommand")
@@ -138,11 +136,11 @@ class CreateAgentRuntimeEndpointCommand extends smithyClient.Command
138
136
  .build() {
139
137
  }
140
138
 
141
- class CreateApiKeyCredentialProviderCommand extends smithyClient.Command
139
+ class CreateApiKeyCredentialProviderCommand extends client.Command
142
140
  .classBuilder()
143
141
  .ep(commonParams)
144
142
  .m(function (Command, cs, config, o) {
145
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
143
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
146
144
  })
147
145
  .s("AmazonBedrockAgentCoreControl", "CreateApiKeyCredentialProvider", {})
148
146
  .n("BedrockAgentCoreControlClient", "CreateApiKeyCredentialProviderCommand")
@@ -150,11 +148,11 @@ class CreateApiKeyCredentialProviderCommand extends smithyClient.Command
150
148
  .build() {
151
149
  }
152
150
 
153
- class CreateBrowserCommand extends smithyClient.Command
151
+ class CreateBrowserCommand extends client.Command
154
152
  .classBuilder()
155
153
  .ep(commonParams)
156
154
  .m(function (Command, cs, config, o) {
157
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
155
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
158
156
  })
159
157
  .s("AmazonBedrockAgentCoreControl", "CreateBrowser", {})
160
158
  .n("BedrockAgentCoreControlClient", "CreateBrowserCommand")
@@ -162,11 +160,11 @@ class CreateBrowserCommand extends smithyClient.Command
162
160
  .build() {
163
161
  }
164
162
 
165
- class CreateBrowserProfileCommand extends smithyClient.Command
163
+ class CreateBrowserProfileCommand extends client.Command
166
164
  .classBuilder()
167
165
  .ep(commonParams)
168
166
  .m(function (Command, cs, config, o) {
169
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
167
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
170
168
  })
171
169
  .s("AmazonBedrockAgentCoreControl", "CreateBrowserProfile", {})
172
170
  .n("BedrockAgentCoreControlClient", "CreateBrowserProfileCommand")
@@ -174,11 +172,11 @@ class CreateBrowserProfileCommand extends smithyClient.Command
174
172
  .build() {
175
173
  }
176
174
 
177
- class CreateCodeInterpreterCommand extends smithyClient.Command
175
+ class CreateCodeInterpreterCommand extends client.Command
178
176
  .classBuilder()
179
177
  .ep(commonParams)
180
178
  .m(function (Command, cs, config, o) {
181
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
179
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
182
180
  })
183
181
  .s("AmazonBedrockAgentCoreControl", "CreateCodeInterpreter", {})
184
182
  .n("BedrockAgentCoreControlClient", "CreateCodeInterpreterCommand")
@@ -186,11 +184,11 @@ class CreateCodeInterpreterCommand extends smithyClient.Command
186
184
  .build() {
187
185
  }
188
186
 
189
- class CreateConfigurationBundleCommand extends smithyClient.Command
187
+ class CreateConfigurationBundleCommand extends client.Command
190
188
  .classBuilder()
191
189
  .ep(commonParams)
192
190
  .m(function (Command, cs, config, o) {
193
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
191
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
194
192
  })
195
193
  .s("AmazonBedrockAgentCoreControl", "CreateConfigurationBundle", {})
196
194
  .n("BedrockAgentCoreControlClient", "CreateConfigurationBundleCommand")
@@ -198,11 +196,11 @@ class CreateConfigurationBundleCommand extends smithyClient.Command
198
196
  .build() {
199
197
  }
200
198
 
201
- class CreateEvaluatorCommand extends smithyClient.Command
199
+ class CreateEvaluatorCommand extends client.Command
202
200
  .classBuilder()
203
201
  .ep(commonParams)
204
202
  .m(function (Command, cs, config, o) {
205
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
203
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
206
204
  })
207
205
  .s("AmazonBedrockAgentCoreControl", "CreateEvaluator", {})
208
206
  .n("BedrockAgentCoreControlClient", "CreateEvaluatorCommand")
@@ -210,11 +208,11 @@ class CreateEvaluatorCommand extends smithyClient.Command
210
208
  .build() {
211
209
  }
212
210
 
213
- class CreateGatewayCommand extends smithyClient.Command
211
+ class CreateGatewayCommand extends client.Command
214
212
  .classBuilder()
215
213
  .ep(commonParams)
216
214
  .m(function (Command, cs, config, o) {
217
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
215
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
218
216
  })
219
217
  .s("AmazonBedrockAgentCoreControl", "CreateGateway", {})
220
218
  .n("BedrockAgentCoreControlClient", "CreateGatewayCommand")
@@ -222,11 +220,11 @@ class CreateGatewayCommand extends smithyClient.Command
222
220
  .build() {
223
221
  }
224
222
 
225
- class CreateGatewayRuleCommand extends smithyClient.Command
223
+ class CreateGatewayRuleCommand extends client.Command
226
224
  .classBuilder()
227
225
  .ep(commonParams)
228
226
  .m(function (Command, cs, config, o) {
229
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
227
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
230
228
  })
231
229
  .s("AmazonBedrockAgentCoreControl", "CreateGatewayRule", {})
232
230
  .n("BedrockAgentCoreControlClient", "CreateGatewayRuleCommand")
@@ -234,11 +232,11 @@ class CreateGatewayRuleCommand extends smithyClient.Command
234
232
  .build() {
235
233
  }
236
234
 
237
- class CreateGatewayTargetCommand extends smithyClient.Command
235
+ class CreateGatewayTargetCommand extends client.Command
238
236
  .classBuilder()
239
237
  .ep(commonParams)
240
238
  .m(function (Command, cs, config, o) {
241
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
239
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
242
240
  })
243
241
  .s("AmazonBedrockAgentCoreControl", "CreateGatewayTarget", {})
244
242
  .n("BedrockAgentCoreControlClient", "CreateGatewayTargetCommand")
@@ -246,11 +244,11 @@ class CreateGatewayTargetCommand extends smithyClient.Command
246
244
  .build() {
247
245
  }
248
246
 
249
- class CreateHarnessCommand extends smithyClient.Command
247
+ class CreateHarnessCommand extends client.Command
250
248
  .classBuilder()
251
249
  .ep(commonParams)
252
250
  .m(function (Command, cs, config, o) {
253
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
251
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
254
252
  })
255
253
  .s("AmazonBedrockAgentCoreControl", "CreateHarness", {})
256
254
  .n("BedrockAgentCoreControlClient", "CreateHarnessCommand")
@@ -258,11 +256,11 @@ class CreateHarnessCommand extends smithyClient.Command
258
256
  .build() {
259
257
  }
260
258
 
261
- class CreateMemoryCommand extends smithyClient.Command
259
+ class CreateMemoryCommand extends client.Command
262
260
  .classBuilder()
263
261
  .ep(commonParams)
264
262
  .m(function (Command, cs, config, o) {
265
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
263
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
266
264
  })
267
265
  .s("AmazonBedrockAgentCoreControl", "CreateMemory", {})
268
266
  .n("BedrockAgentCoreControlClient", "CreateMemoryCommand")
@@ -270,11 +268,11 @@ class CreateMemoryCommand extends smithyClient.Command
270
268
  .build() {
271
269
  }
272
270
 
273
- class CreateOauth2CredentialProviderCommand extends smithyClient.Command
271
+ class CreateOauth2CredentialProviderCommand extends client.Command
274
272
  .classBuilder()
275
273
  .ep(commonParams)
276
274
  .m(function (Command, cs, config, o) {
277
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
275
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
278
276
  })
279
277
  .s("AmazonBedrockAgentCoreControl", "CreateOauth2CredentialProvider", {})
280
278
  .n("BedrockAgentCoreControlClient", "CreateOauth2CredentialProviderCommand")
@@ -282,11 +280,11 @@ class CreateOauth2CredentialProviderCommand extends smithyClient.Command
282
280
  .build() {
283
281
  }
284
282
 
285
- class CreateOnlineEvaluationConfigCommand extends smithyClient.Command
283
+ class CreateOnlineEvaluationConfigCommand extends client.Command
286
284
  .classBuilder()
287
285
  .ep(commonParams)
288
286
  .m(function (Command, cs, config, o) {
289
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
287
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
290
288
  })
291
289
  .s("AmazonBedrockAgentCoreControl", "CreateOnlineEvaluationConfig", {})
292
290
  .n("BedrockAgentCoreControlClient", "CreateOnlineEvaluationConfigCommand")
@@ -294,11 +292,11 @@ class CreateOnlineEvaluationConfigCommand extends smithyClient.Command
294
292
  .build() {
295
293
  }
296
294
 
297
- class CreatePaymentConnectorCommand extends smithyClient.Command
295
+ class CreatePaymentConnectorCommand extends client.Command
298
296
  .classBuilder()
299
297
  .ep(commonParams)
300
298
  .m(function (Command, cs, config, o) {
301
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
299
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
302
300
  })
303
301
  .s("AmazonBedrockAgentCoreControl", "CreatePaymentConnector", {})
304
302
  .n("BedrockAgentCoreControlClient", "CreatePaymentConnectorCommand")
@@ -306,11 +304,11 @@ class CreatePaymentConnectorCommand extends smithyClient.Command
306
304
  .build() {
307
305
  }
308
306
 
309
- class CreatePaymentCredentialProviderCommand extends smithyClient.Command
307
+ class CreatePaymentCredentialProviderCommand extends client.Command
310
308
  .classBuilder()
311
309
  .ep(commonParams)
312
310
  .m(function (Command, cs, config, o) {
313
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
311
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
314
312
  })
315
313
  .s("AmazonBedrockAgentCoreControl", "CreatePaymentCredentialProvider", {})
316
314
  .n("BedrockAgentCoreControlClient", "CreatePaymentCredentialProviderCommand")
@@ -318,11 +316,11 @@ class CreatePaymentCredentialProviderCommand extends smithyClient.Command
318
316
  .build() {
319
317
  }
320
318
 
321
- class CreatePaymentManagerCommand extends smithyClient.Command
319
+ class CreatePaymentManagerCommand extends client.Command
322
320
  .classBuilder()
323
321
  .ep(commonParams)
324
322
  .m(function (Command, cs, config, o) {
325
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
323
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
326
324
  })
327
325
  .s("AmazonBedrockAgentCoreControl", "CreatePaymentManager", {})
328
326
  .n("BedrockAgentCoreControlClient", "CreatePaymentManagerCommand")
@@ -330,11 +328,11 @@ class CreatePaymentManagerCommand extends smithyClient.Command
330
328
  .build() {
331
329
  }
332
330
 
333
- class CreatePolicyCommand extends smithyClient.Command
331
+ class CreatePolicyCommand extends client.Command
334
332
  .classBuilder()
335
333
  .ep(commonParams)
336
334
  .m(function (Command, cs, config, o) {
337
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
335
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
338
336
  })
339
337
  .s("AmazonBedrockAgentCoreControl", "CreatePolicy", {})
340
338
  .n("BedrockAgentCoreControlClient", "CreatePolicyCommand")
@@ -342,11 +340,11 @@ class CreatePolicyCommand extends smithyClient.Command
342
340
  .build() {
343
341
  }
344
342
 
345
- class CreatePolicyEngineCommand extends smithyClient.Command
343
+ class CreatePolicyEngineCommand extends client.Command
346
344
  .classBuilder()
347
345
  .ep(commonParams)
348
346
  .m(function (Command, cs, config, o) {
349
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
347
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
350
348
  })
351
349
  .s("AmazonBedrockAgentCoreControl", "CreatePolicyEngine", {})
352
350
  .n("BedrockAgentCoreControlClient", "CreatePolicyEngineCommand")
@@ -354,11 +352,11 @@ class CreatePolicyEngineCommand extends smithyClient.Command
354
352
  .build() {
355
353
  }
356
354
 
357
- class CreateRegistryCommand extends smithyClient.Command
355
+ class CreateRegistryCommand extends client.Command
358
356
  .classBuilder()
359
357
  .ep(commonParams)
360
358
  .m(function (Command, cs, config, o) {
361
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
359
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
362
360
  })
363
361
  .s("AmazonBedrockAgentCoreControl", "CreateRegistry", {})
364
362
  .n("BedrockAgentCoreControlClient", "CreateRegistryCommand")
@@ -366,11 +364,11 @@ class CreateRegistryCommand extends smithyClient.Command
366
364
  .build() {
367
365
  }
368
366
 
369
- class CreateRegistryRecordCommand extends smithyClient.Command
367
+ class CreateRegistryRecordCommand extends client.Command
370
368
  .classBuilder()
371
369
  .ep(commonParams)
372
370
  .m(function (Command, cs, config, o) {
373
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
371
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
374
372
  })
375
373
  .s("AmazonBedrockAgentCoreControl", "CreateRegistryRecord", {})
376
374
  .n("BedrockAgentCoreControlClient", "CreateRegistryRecordCommand")
@@ -378,11 +376,11 @@ class CreateRegistryRecordCommand extends smithyClient.Command
378
376
  .build() {
379
377
  }
380
378
 
381
- class CreateWorkloadIdentityCommand extends smithyClient.Command
379
+ class CreateWorkloadIdentityCommand extends client.Command
382
380
  .classBuilder()
383
381
  .ep(commonParams)
384
382
  .m(function (Command, cs, config, o) {
385
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
383
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
386
384
  })
387
385
  .s("AmazonBedrockAgentCoreControl", "CreateWorkloadIdentity", {})
388
386
  .n("BedrockAgentCoreControlClient", "CreateWorkloadIdentityCommand")
@@ -390,11 +388,11 @@ class CreateWorkloadIdentityCommand extends smithyClient.Command
390
388
  .build() {
391
389
  }
392
390
 
393
- class DeleteAgentRuntimeCommand extends smithyClient.Command
391
+ class DeleteAgentRuntimeCommand extends client.Command
394
392
  .classBuilder()
395
393
  .ep(commonParams)
396
394
  .m(function (Command, cs, config, o) {
397
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
395
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
398
396
  })
399
397
  .s("AmazonBedrockAgentCoreControl", "DeleteAgentRuntime", {})
400
398
  .n("BedrockAgentCoreControlClient", "DeleteAgentRuntimeCommand")
@@ -402,11 +400,11 @@ class DeleteAgentRuntimeCommand extends smithyClient.Command
402
400
  .build() {
403
401
  }
404
402
 
405
- class DeleteAgentRuntimeEndpointCommand extends smithyClient.Command
403
+ class DeleteAgentRuntimeEndpointCommand extends client.Command
406
404
  .classBuilder()
407
405
  .ep(commonParams)
408
406
  .m(function (Command, cs, config, o) {
409
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
407
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
410
408
  })
411
409
  .s("AmazonBedrockAgentCoreControl", "DeleteAgentRuntimeEndpoint", {})
412
410
  .n("BedrockAgentCoreControlClient", "DeleteAgentRuntimeEndpointCommand")
@@ -414,11 +412,11 @@ class DeleteAgentRuntimeEndpointCommand extends smithyClient.Command
414
412
  .build() {
415
413
  }
416
414
 
417
- class DeleteApiKeyCredentialProviderCommand extends smithyClient.Command
415
+ class DeleteApiKeyCredentialProviderCommand extends client.Command
418
416
  .classBuilder()
419
417
  .ep(commonParams)
420
418
  .m(function (Command, cs, config, o) {
421
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
419
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
422
420
  })
423
421
  .s("AmazonBedrockAgentCoreControl", "DeleteApiKeyCredentialProvider", {})
424
422
  .n("BedrockAgentCoreControlClient", "DeleteApiKeyCredentialProviderCommand")
@@ -426,11 +424,11 @@ class DeleteApiKeyCredentialProviderCommand extends smithyClient.Command
426
424
  .build() {
427
425
  }
428
426
 
429
- class DeleteBrowserCommand extends smithyClient.Command
427
+ class DeleteBrowserCommand extends client.Command
430
428
  .classBuilder()
431
429
  .ep(commonParams)
432
430
  .m(function (Command, cs, config, o) {
433
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
431
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
434
432
  })
435
433
  .s("AmazonBedrockAgentCoreControl", "DeleteBrowser", {})
436
434
  .n("BedrockAgentCoreControlClient", "DeleteBrowserCommand")
@@ -438,11 +436,11 @@ class DeleteBrowserCommand extends smithyClient.Command
438
436
  .build() {
439
437
  }
440
438
 
441
- class DeleteBrowserProfileCommand extends smithyClient.Command
439
+ class DeleteBrowserProfileCommand extends client.Command
442
440
  .classBuilder()
443
441
  .ep(commonParams)
444
442
  .m(function (Command, cs, config, o) {
445
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
443
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
446
444
  })
447
445
  .s("AmazonBedrockAgentCoreControl", "DeleteBrowserProfile", {})
448
446
  .n("BedrockAgentCoreControlClient", "DeleteBrowserProfileCommand")
@@ -450,11 +448,11 @@ class DeleteBrowserProfileCommand extends smithyClient.Command
450
448
  .build() {
451
449
  }
452
450
 
453
- class DeleteCodeInterpreterCommand extends smithyClient.Command
451
+ class DeleteCodeInterpreterCommand extends client.Command
454
452
  .classBuilder()
455
453
  .ep(commonParams)
456
454
  .m(function (Command, cs, config, o) {
457
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
455
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
458
456
  })
459
457
  .s("AmazonBedrockAgentCoreControl", "DeleteCodeInterpreter", {})
460
458
  .n("BedrockAgentCoreControlClient", "DeleteCodeInterpreterCommand")
@@ -462,11 +460,11 @@ class DeleteCodeInterpreterCommand extends smithyClient.Command
462
460
  .build() {
463
461
  }
464
462
 
465
- class DeleteConfigurationBundleCommand extends smithyClient.Command
463
+ class DeleteConfigurationBundleCommand extends client.Command
466
464
  .classBuilder()
467
465
  .ep(commonParams)
468
466
  .m(function (Command, cs, config, o) {
469
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
467
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
470
468
  })
471
469
  .s("AmazonBedrockAgentCoreControl", "DeleteConfigurationBundle", {})
472
470
  .n("BedrockAgentCoreControlClient", "DeleteConfigurationBundleCommand")
@@ -474,11 +472,11 @@ class DeleteConfigurationBundleCommand extends smithyClient.Command
474
472
  .build() {
475
473
  }
476
474
 
477
- class DeleteEvaluatorCommand extends smithyClient.Command
475
+ class DeleteEvaluatorCommand extends client.Command
478
476
  .classBuilder()
479
477
  .ep(commonParams)
480
478
  .m(function (Command, cs, config, o) {
481
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
479
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
482
480
  })
483
481
  .s("AmazonBedrockAgentCoreControl", "DeleteEvaluator", {})
484
482
  .n("BedrockAgentCoreControlClient", "DeleteEvaluatorCommand")
@@ -486,11 +484,11 @@ class DeleteEvaluatorCommand extends smithyClient.Command
486
484
  .build() {
487
485
  }
488
486
 
489
- class DeleteGatewayCommand extends smithyClient.Command
487
+ class DeleteGatewayCommand extends client.Command
490
488
  .classBuilder()
491
489
  .ep(commonParams)
492
490
  .m(function (Command, cs, config, o) {
493
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
491
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
494
492
  })
495
493
  .s("AmazonBedrockAgentCoreControl", "DeleteGateway", {})
496
494
  .n("BedrockAgentCoreControlClient", "DeleteGatewayCommand")
@@ -498,11 +496,11 @@ class DeleteGatewayCommand extends smithyClient.Command
498
496
  .build() {
499
497
  }
500
498
 
501
- class DeleteGatewayRuleCommand extends smithyClient.Command
499
+ class DeleteGatewayRuleCommand extends client.Command
502
500
  .classBuilder()
503
501
  .ep(commonParams)
504
502
  .m(function (Command, cs, config, o) {
505
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
503
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
506
504
  })
507
505
  .s("AmazonBedrockAgentCoreControl", "DeleteGatewayRule", {})
508
506
  .n("BedrockAgentCoreControlClient", "DeleteGatewayRuleCommand")
@@ -510,11 +508,11 @@ class DeleteGatewayRuleCommand extends smithyClient.Command
510
508
  .build() {
511
509
  }
512
510
 
513
- class DeleteGatewayTargetCommand extends smithyClient.Command
511
+ class DeleteGatewayTargetCommand extends client.Command
514
512
  .classBuilder()
515
513
  .ep(commonParams)
516
514
  .m(function (Command, cs, config, o) {
517
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
515
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
518
516
  })
519
517
  .s("AmazonBedrockAgentCoreControl", "DeleteGatewayTarget", {})
520
518
  .n("BedrockAgentCoreControlClient", "DeleteGatewayTargetCommand")
@@ -522,11 +520,11 @@ class DeleteGatewayTargetCommand extends smithyClient.Command
522
520
  .build() {
523
521
  }
524
522
 
525
- class DeleteHarnessCommand extends smithyClient.Command
523
+ class DeleteHarnessCommand extends client.Command
526
524
  .classBuilder()
527
525
  .ep(commonParams)
528
526
  .m(function (Command, cs, config, o) {
529
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
527
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
530
528
  })
531
529
  .s("AmazonBedrockAgentCoreControl", "DeleteHarness", {})
532
530
  .n("BedrockAgentCoreControlClient", "DeleteHarnessCommand")
@@ -534,11 +532,11 @@ class DeleteHarnessCommand extends smithyClient.Command
534
532
  .build() {
535
533
  }
536
534
 
537
- class DeleteMemoryCommand extends smithyClient.Command
535
+ class DeleteMemoryCommand extends client.Command
538
536
  .classBuilder()
539
537
  .ep(commonParams)
540
538
  .m(function (Command, cs, config, o) {
541
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
539
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
542
540
  })
543
541
  .s("AmazonBedrockAgentCoreControl", "DeleteMemory", {})
544
542
  .n("BedrockAgentCoreControlClient", "DeleteMemoryCommand")
@@ -546,11 +544,11 @@ class DeleteMemoryCommand extends smithyClient.Command
546
544
  .build() {
547
545
  }
548
546
 
549
- class DeleteOauth2CredentialProviderCommand extends smithyClient.Command
547
+ class DeleteOauth2CredentialProviderCommand extends client.Command
550
548
  .classBuilder()
551
549
  .ep(commonParams)
552
550
  .m(function (Command, cs, config, o) {
553
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
551
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
554
552
  })
555
553
  .s("AmazonBedrockAgentCoreControl", "DeleteOauth2CredentialProvider", {})
556
554
  .n("BedrockAgentCoreControlClient", "DeleteOauth2CredentialProviderCommand")
@@ -558,11 +556,11 @@ class DeleteOauth2CredentialProviderCommand extends smithyClient.Command
558
556
  .build() {
559
557
  }
560
558
 
561
- class DeleteOnlineEvaluationConfigCommand extends smithyClient.Command
559
+ class DeleteOnlineEvaluationConfigCommand extends client.Command
562
560
  .classBuilder()
563
561
  .ep(commonParams)
564
562
  .m(function (Command, cs, config, o) {
565
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
563
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
566
564
  })
567
565
  .s("AmazonBedrockAgentCoreControl", "DeleteOnlineEvaluationConfig", {})
568
566
  .n("BedrockAgentCoreControlClient", "DeleteOnlineEvaluationConfigCommand")
@@ -570,11 +568,11 @@ class DeleteOnlineEvaluationConfigCommand extends smithyClient.Command
570
568
  .build() {
571
569
  }
572
570
 
573
- class DeletePaymentConnectorCommand extends smithyClient.Command
571
+ class DeletePaymentConnectorCommand extends client.Command
574
572
  .classBuilder()
575
573
  .ep(commonParams)
576
574
  .m(function (Command, cs, config, o) {
577
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
575
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
578
576
  })
579
577
  .s("AmazonBedrockAgentCoreControl", "DeletePaymentConnector", {})
580
578
  .n("BedrockAgentCoreControlClient", "DeletePaymentConnectorCommand")
@@ -582,11 +580,11 @@ class DeletePaymentConnectorCommand extends smithyClient.Command
582
580
  .build() {
583
581
  }
584
582
 
585
- class DeletePaymentCredentialProviderCommand extends smithyClient.Command
583
+ class DeletePaymentCredentialProviderCommand extends client.Command
586
584
  .classBuilder()
587
585
  .ep(commonParams)
588
586
  .m(function (Command, cs, config, o) {
589
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
587
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
590
588
  })
591
589
  .s("AmazonBedrockAgentCoreControl", "DeletePaymentCredentialProvider", {})
592
590
  .n("BedrockAgentCoreControlClient", "DeletePaymentCredentialProviderCommand")
@@ -594,11 +592,11 @@ class DeletePaymentCredentialProviderCommand extends smithyClient.Command
594
592
  .build() {
595
593
  }
596
594
 
597
- class DeletePaymentManagerCommand extends smithyClient.Command
595
+ class DeletePaymentManagerCommand extends client.Command
598
596
  .classBuilder()
599
597
  .ep(commonParams)
600
598
  .m(function (Command, cs, config, o) {
601
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
599
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
602
600
  })
603
601
  .s("AmazonBedrockAgentCoreControl", "DeletePaymentManager", {})
604
602
  .n("BedrockAgentCoreControlClient", "DeletePaymentManagerCommand")
@@ -606,11 +604,11 @@ class DeletePaymentManagerCommand extends smithyClient.Command
606
604
  .build() {
607
605
  }
608
606
 
609
- class DeletePolicyCommand extends smithyClient.Command
607
+ class DeletePolicyCommand extends client.Command
610
608
  .classBuilder()
611
609
  .ep(commonParams)
612
610
  .m(function (Command, cs, config, o) {
613
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
611
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
614
612
  })
615
613
  .s("AmazonBedrockAgentCoreControl", "DeletePolicy", {})
616
614
  .n("BedrockAgentCoreControlClient", "DeletePolicyCommand")
@@ -618,11 +616,11 @@ class DeletePolicyCommand extends smithyClient.Command
618
616
  .build() {
619
617
  }
620
618
 
621
- class DeletePolicyEngineCommand extends smithyClient.Command
619
+ class DeletePolicyEngineCommand extends client.Command
622
620
  .classBuilder()
623
621
  .ep(commonParams)
624
622
  .m(function (Command, cs, config, o) {
625
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
623
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
626
624
  })
627
625
  .s("AmazonBedrockAgentCoreControl", "DeletePolicyEngine", {})
628
626
  .n("BedrockAgentCoreControlClient", "DeletePolicyEngineCommand")
@@ -630,11 +628,11 @@ class DeletePolicyEngineCommand extends smithyClient.Command
630
628
  .build() {
631
629
  }
632
630
 
633
- class DeleteRegistryCommand extends smithyClient.Command
631
+ class DeleteRegistryCommand extends client.Command
634
632
  .classBuilder()
635
633
  .ep(commonParams)
636
634
  .m(function (Command, cs, config, o) {
637
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
635
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
638
636
  })
639
637
  .s("AmazonBedrockAgentCoreControl", "DeleteRegistry", {})
640
638
  .n("BedrockAgentCoreControlClient", "DeleteRegistryCommand")
@@ -642,11 +640,11 @@ class DeleteRegistryCommand extends smithyClient.Command
642
640
  .build() {
643
641
  }
644
642
 
645
- class DeleteRegistryRecordCommand extends smithyClient.Command
643
+ class DeleteRegistryRecordCommand extends client.Command
646
644
  .classBuilder()
647
645
  .ep(commonParams)
648
646
  .m(function (Command, cs, config, o) {
649
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
647
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
650
648
  })
651
649
  .s("AmazonBedrockAgentCoreControl", "DeleteRegistryRecord", {})
652
650
  .n("BedrockAgentCoreControlClient", "DeleteRegistryRecordCommand")
@@ -654,11 +652,11 @@ class DeleteRegistryRecordCommand extends smithyClient.Command
654
652
  .build() {
655
653
  }
656
654
 
657
- class DeleteResourcePolicyCommand extends smithyClient.Command
655
+ class DeleteResourcePolicyCommand extends client.Command
658
656
  .classBuilder()
659
657
  .ep(commonParams)
660
658
  .m(function (Command, cs, config, o) {
661
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
659
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
662
660
  })
663
661
  .s("AmazonBedrockAgentCoreControl", "DeleteResourcePolicy", {})
664
662
  .n("BedrockAgentCoreControlClient", "DeleteResourcePolicyCommand")
@@ -666,11 +664,11 @@ class DeleteResourcePolicyCommand extends smithyClient.Command
666
664
  .build() {
667
665
  }
668
666
 
669
- class DeleteWorkloadIdentityCommand extends smithyClient.Command
667
+ class DeleteWorkloadIdentityCommand extends client.Command
670
668
  .classBuilder()
671
669
  .ep(commonParams)
672
670
  .m(function (Command, cs, config, o) {
673
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
671
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
674
672
  })
675
673
  .s("AmazonBedrockAgentCoreControl", "DeleteWorkloadIdentity", {})
676
674
  .n("BedrockAgentCoreControlClient", "DeleteWorkloadIdentityCommand")
@@ -678,11 +676,11 @@ class DeleteWorkloadIdentityCommand extends smithyClient.Command
678
676
  .build() {
679
677
  }
680
678
 
681
- class GetAgentRuntimeCommand extends smithyClient.Command
679
+ class GetAgentRuntimeCommand extends client.Command
682
680
  .classBuilder()
683
681
  .ep(commonParams)
684
682
  .m(function (Command, cs, config, o) {
685
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
683
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
686
684
  })
687
685
  .s("AmazonBedrockAgentCoreControl", "GetAgentRuntime", {})
688
686
  .n("BedrockAgentCoreControlClient", "GetAgentRuntimeCommand")
@@ -690,11 +688,11 @@ class GetAgentRuntimeCommand extends smithyClient.Command
690
688
  .build() {
691
689
  }
692
690
 
693
- class GetAgentRuntimeEndpointCommand extends smithyClient.Command
691
+ class GetAgentRuntimeEndpointCommand extends client.Command
694
692
  .classBuilder()
695
693
  .ep(commonParams)
696
694
  .m(function (Command, cs, config, o) {
697
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
695
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
698
696
  })
699
697
  .s("AmazonBedrockAgentCoreControl", "GetAgentRuntimeEndpoint", {})
700
698
  .n("BedrockAgentCoreControlClient", "GetAgentRuntimeEndpointCommand")
@@ -702,11 +700,11 @@ class GetAgentRuntimeEndpointCommand extends smithyClient.Command
702
700
  .build() {
703
701
  }
704
702
 
705
- class GetApiKeyCredentialProviderCommand extends smithyClient.Command
703
+ class GetApiKeyCredentialProviderCommand extends client.Command
706
704
  .classBuilder()
707
705
  .ep(commonParams)
708
706
  .m(function (Command, cs, config, o) {
709
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
707
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
710
708
  })
711
709
  .s("AmazonBedrockAgentCoreControl", "GetApiKeyCredentialProvider", {})
712
710
  .n("BedrockAgentCoreControlClient", "GetApiKeyCredentialProviderCommand")
@@ -714,11 +712,11 @@ class GetApiKeyCredentialProviderCommand extends smithyClient.Command
714
712
  .build() {
715
713
  }
716
714
 
717
- class GetBrowserCommand extends smithyClient.Command
715
+ class GetBrowserCommand extends client.Command
718
716
  .classBuilder()
719
717
  .ep(commonParams)
720
718
  .m(function (Command, cs, config, o) {
721
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
719
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
722
720
  })
723
721
  .s("AmazonBedrockAgentCoreControl", "GetBrowser", {})
724
722
  .n("BedrockAgentCoreControlClient", "GetBrowserCommand")
@@ -726,11 +724,11 @@ class GetBrowserCommand extends smithyClient.Command
726
724
  .build() {
727
725
  }
728
726
 
729
- class GetBrowserProfileCommand extends smithyClient.Command
727
+ class GetBrowserProfileCommand extends client.Command
730
728
  .classBuilder()
731
729
  .ep(commonParams)
732
730
  .m(function (Command, cs, config, o) {
733
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
731
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
734
732
  })
735
733
  .s("AmazonBedrockAgentCoreControl", "GetBrowserProfile", {})
736
734
  .n("BedrockAgentCoreControlClient", "GetBrowserProfileCommand")
@@ -738,11 +736,11 @@ class GetBrowserProfileCommand extends smithyClient.Command
738
736
  .build() {
739
737
  }
740
738
 
741
- class GetCodeInterpreterCommand extends smithyClient.Command
739
+ class GetCodeInterpreterCommand extends client.Command
742
740
  .classBuilder()
743
741
  .ep(commonParams)
744
742
  .m(function (Command, cs, config, o) {
745
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
743
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
746
744
  })
747
745
  .s("AmazonBedrockAgentCoreControl", "GetCodeInterpreter", {})
748
746
  .n("BedrockAgentCoreControlClient", "GetCodeInterpreterCommand")
@@ -750,11 +748,11 @@ class GetCodeInterpreterCommand extends smithyClient.Command
750
748
  .build() {
751
749
  }
752
750
 
753
- class GetConfigurationBundleCommand extends smithyClient.Command
751
+ class GetConfigurationBundleCommand extends client.Command
754
752
  .classBuilder()
755
753
  .ep(commonParams)
756
754
  .m(function (Command, cs, config, o) {
757
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
755
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
758
756
  })
759
757
  .s("AmazonBedrockAgentCoreControl", "GetConfigurationBundle", {})
760
758
  .n("BedrockAgentCoreControlClient", "GetConfigurationBundleCommand")
@@ -762,11 +760,11 @@ class GetConfigurationBundleCommand extends smithyClient.Command
762
760
  .build() {
763
761
  }
764
762
 
765
- class GetConfigurationBundleVersionCommand extends smithyClient.Command
763
+ class GetConfigurationBundleVersionCommand extends client.Command
766
764
  .classBuilder()
767
765
  .ep(commonParams)
768
766
  .m(function (Command, cs, config, o) {
769
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
767
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
770
768
  })
771
769
  .s("AmazonBedrockAgentCoreControl", "GetConfigurationBundleVersion", {})
772
770
  .n("BedrockAgentCoreControlClient", "GetConfigurationBundleVersionCommand")
@@ -774,11 +772,11 @@ class GetConfigurationBundleVersionCommand extends smithyClient.Command
774
772
  .build() {
775
773
  }
776
774
 
777
- class GetEvaluatorCommand extends smithyClient.Command
775
+ class GetEvaluatorCommand extends client.Command
778
776
  .classBuilder()
779
777
  .ep(commonParams)
780
778
  .m(function (Command, cs, config, o) {
781
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
779
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
782
780
  })
783
781
  .s("AmazonBedrockAgentCoreControl", "GetEvaluator", {})
784
782
  .n("BedrockAgentCoreControlClient", "GetEvaluatorCommand")
@@ -786,11 +784,11 @@ class GetEvaluatorCommand extends smithyClient.Command
786
784
  .build() {
787
785
  }
788
786
 
789
- class GetGatewayCommand extends smithyClient.Command
787
+ class GetGatewayCommand extends client.Command
790
788
  .classBuilder()
791
789
  .ep(commonParams)
792
790
  .m(function (Command, cs, config, o) {
793
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
791
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
794
792
  })
795
793
  .s("AmazonBedrockAgentCoreControl", "GetGateway", {})
796
794
  .n("BedrockAgentCoreControlClient", "GetGatewayCommand")
@@ -798,11 +796,11 @@ class GetGatewayCommand extends smithyClient.Command
798
796
  .build() {
799
797
  }
800
798
 
801
- class GetGatewayRuleCommand extends smithyClient.Command
799
+ class GetGatewayRuleCommand extends client.Command
802
800
  .classBuilder()
803
801
  .ep(commonParams)
804
802
  .m(function (Command, cs, config, o) {
805
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
803
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
806
804
  })
807
805
  .s("AmazonBedrockAgentCoreControl", "GetGatewayRule", {})
808
806
  .n("BedrockAgentCoreControlClient", "GetGatewayRuleCommand")
@@ -810,11 +808,11 @@ class GetGatewayRuleCommand extends smithyClient.Command
810
808
  .build() {
811
809
  }
812
810
 
813
- class GetGatewayTargetCommand extends smithyClient.Command
811
+ class GetGatewayTargetCommand extends client.Command
814
812
  .classBuilder()
815
813
  .ep(commonParams)
816
814
  .m(function (Command, cs, config, o) {
817
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
815
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
818
816
  })
819
817
  .s("AmazonBedrockAgentCoreControl", "GetGatewayTarget", {})
820
818
  .n("BedrockAgentCoreControlClient", "GetGatewayTargetCommand")
@@ -822,11 +820,11 @@ class GetGatewayTargetCommand extends smithyClient.Command
822
820
  .build() {
823
821
  }
824
822
 
825
- class GetHarnessCommand extends smithyClient.Command
823
+ class GetHarnessCommand extends client.Command
826
824
  .classBuilder()
827
825
  .ep(commonParams)
828
826
  .m(function (Command, cs, config, o) {
829
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
827
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
830
828
  })
831
829
  .s("AmazonBedrockAgentCoreControl", "GetHarness", {})
832
830
  .n("BedrockAgentCoreControlClient", "GetHarnessCommand")
@@ -834,11 +832,11 @@ class GetHarnessCommand extends smithyClient.Command
834
832
  .build() {
835
833
  }
836
834
 
837
- class GetMemoryCommand extends smithyClient.Command
835
+ class GetMemoryCommand extends client.Command
838
836
  .classBuilder()
839
837
  .ep(commonParams)
840
838
  .m(function (Command, cs, config, o) {
841
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
839
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
842
840
  })
843
841
  .s("AmazonBedrockAgentCoreControl", "GetMemory", {})
844
842
  .n("BedrockAgentCoreControlClient", "GetMemoryCommand")
@@ -846,11 +844,11 @@ class GetMemoryCommand extends smithyClient.Command
846
844
  .build() {
847
845
  }
848
846
 
849
- class GetOauth2CredentialProviderCommand extends smithyClient.Command
847
+ class GetOauth2CredentialProviderCommand extends client.Command
850
848
  .classBuilder()
851
849
  .ep(commonParams)
852
850
  .m(function (Command, cs, config, o) {
853
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
851
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
854
852
  })
855
853
  .s("AmazonBedrockAgentCoreControl", "GetOauth2CredentialProvider", {})
856
854
  .n("BedrockAgentCoreControlClient", "GetOauth2CredentialProviderCommand")
@@ -858,11 +856,11 @@ class GetOauth2CredentialProviderCommand extends smithyClient.Command
858
856
  .build() {
859
857
  }
860
858
 
861
- class GetOnlineEvaluationConfigCommand extends smithyClient.Command
859
+ class GetOnlineEvaluationConfigCommand extends client.Command
862
860
  .classBuilder()
863
861
  .ep(commonParams)
864
862
  .m(function (Command, cs, config, o) {
865
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
863
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
866
864
  })
867
865
  .s("AmazonBedrockAgentCoreControl", "GetOnlineEvaluationConfig", {})
868
866
  .n("BedrockAgentCoreControlClient", "GetOnlineEvaluationConfigCommand")
@@ -870,11 +868,11 @@ class GetOnlineEvaluationConfigCommand extends smithyClient.Command
870
868
  .build() {
871
869
  }
872
870
 
873
- class GetPaymentConnectorCommand extends smithyClient.Command
871
+ class GetPaymentConnectorCommand extends client.Command
874
872
  .classBuilder()
875
873
  .ep(commonParams)
876
874
  .m(function (Command, cs, config, o) {
877
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
875
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
878
876
  })
879
877
  .s("AmazonBedrockAgentCoreControl", "GetPaymentConnector", {})
880
878
  .n("BedrockAgentCoreControlClient", "GetPaymentConnectorCommand")
@@ -882,11 +880,11 @@ class GetPaymentConnectorCommand extends smithyClient.Command
882
880
  .build() {
883
881
  }
884
882
 
885
- class GetPaymentCredentialProviderCommand extends smithyClient.Command
883
+ class GetPaymentCredentialProviderCommand extends client.Command
886
884
  .classBuilder()
887
885
  .ep(commonParams)
888
886
  .m(function (Command, cs, config, o) {
889
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
887
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
890
888
  })
891
889
  .s("AmazonBedrockAgentCoreControl", "GetPaymentCredentialProvider", {})
892
890
  .n("BedrockAgentCoreControlClient", "GetPaymentCredentialProviderCommand")
@@ -894,11 +892,11 @@ class GetPaymentCredentialProviderCommand extends smithyClient.Command
894
892
  .build() {
895
893
  }
896
894
 
897
- class GetPaymentManagerCommand extends smithyClient.Command
895
+ class GetPaymentManagerCommand extends client.Command
898
896
  .classBuilder()
899
897
  .ep(commonParams)
900
898
  .m(function (Command, cs, config, o) {
901
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
899
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
902
900
  })
903
901
  .s("AmazonBedrockAgentCoreControl", "GetPaymentManager", {})
904
902
  .n("BedrockAgentCoreControlClient", "GetPaymentManagerCommand")
@@ -906,11 +904,11 @@ class GetPaymentManagerCommand extends smithyClient.Command
906
904
  .build() {
907
905
  }
908
906
 
909
- class GetPolicyCommand extends smithyClient.Command
907
+ class GetPolicyCommand extends client.Command
910
908
  .classBuilder()
911
909
  .ep(commonParams)
912
910
  .m(function (Command, cs, config, o) {
913
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
911
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
914
912
  })
915
913
  .s("AmazonBedrockAgentCoreControl", "GetPolicy", {})
916
914
  .n("BedrockAgentCoreControlClient", "GetPolicyCommand")
@@ -918,11 +916,11 @@ class GetPolicyCommand extends smithyClient.Command
918
916
  .build() {
919
917
  }
920
918
 
921
- class GetPolicyEngineCommand extends smithyClient.Command
919
+ class GetPolicyEngineCommand extends client.Command
922
920
  .classBuilder()
923
921
  .ep(commonParams)
924
922
  .m(function (Command, cs, config, o) {
925
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
923
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
926
924
  })
927
925
  .s("AmazonBedrockAgentCoreControl", "GetPolicyEngine", {})
928
926
  .n("BedrockAgentCoreControlClient", "GetPolicyEngineCommand")
@@ -930,11 +928,23 @@ class GetPolicyEngineCommand extends smithyClient.Command
930
928
  .build() {
931
929
  }
932
930
 
933
- class GetPolicyGenerationCommand extends smithyClient.Command
931
+ class GetPolicyEngineSummaryCommand extends client.Command
934
932
  .classBuilder()
935
933
  .ep(commonParams)
936
934
  .m(function (Command, cs, config, o) {
937
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
935
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
936
+ })
937
+ .s("AmazonBedrockAgentCoreControl", "GetPolicyEngineSummary", {})
938
+ .n("BedrockAgentCoreControlClient", "GetPolicyEngineSummaryCommand")
939
+ .sc(schemas_0.GetPolicyEngineSummary$)
940
+ .build() {
941
+ }
942
+
943
+ class GetPolicyGenerationCommand extends client.Command
944
+ .classBuilder()
945
+ .ep(commonParams)
946
+ .m(function (Command, cs, config, o) {
947
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
938
948
  })
939
949
  .s("AmazonBedrockAgentCoreControl", "GetPolicyGeneration", {})
940
950
  .n("BedrockAgentCoreControlClient", "GetPolicyGenerationCommand")
@@ -942,11 +952,35 @@ class GetPolicyGenerationCommand extends smithyClient.Command
942
952
  .build() {
943
953
  }
944
954
 
945
- class GetRegistryCommand extends smithyClient.Command
955
+ class GetPolicyGenerationSummaryCommand extends client.Command
946
956
  .classBuilder()
947
957
  .ep(commonParams)
948
958
  .m(function (Command, cs, config, o) {
949
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
959
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
960
+ })
961
+ .s("AmazonBedrockAgentCoreControl", "GetPolicyGenerationSummary", {})
962
+ .n("BedrockAgentCoreControlClient", "GetPolicyGenerationSummaryCommand")
963
+ .sc(schemas_0.GetPolicyGenerationSummary$)
964
+ .build() {
965
+ }
966
+
967
+ class GetPolicySummaryCommand extends client.Command
968
+ .classBuilder()
969
+ .ep(commonParams)
970
+ .m(function (Command, cs, config, o) {
971
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
972
+ })
973
+ .s("AmazonBedrockAgentCoreControl", "GetPolicySummary", {})
974
+ .n("BedrockAgentCoreControlClient", "GetPolicySummaryCommand")
975
+ .sc(schemas_0.GetPolicySummary$)
976
+ .build() {
977
+ }
978
+
979
+ class GetRegistryCommand extends client.Command
980
+ .classBuilder()
981
+ .ep(commonParams)
982
+ .m(function (Command, cs, config, o) {
983
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
950
984
  })
951
985
  .s("AmazonBedrockAgentCoreControl", "GetRegistry", {})
952
986
  .n("BedrockAgentCoreControlClient", "GetRegistryCommand")
@@ -954,11 +988,11 @@ class GetRegistryCommand extends smithyClient.Command
954
988
  .build() {
955
989
  }
956
990
 
957
- class GetRegistryRecordCommand extends smithyClient.Command
991
+ class GetRegistryRecordCommand extends client.Command
958
992
  .classBuilder()
959
993
  .ep(commonParams)
960
994
  .m(function (Command, cs, config, o) {
961
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
995
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
962
996
  })
963
997
  .s("AmazonBedrockAgentCoreControl", "GetRegistryRecord", {})
964
998
  .n("BedrockAgentCoreControlClient", "GetRegistryRecordCommand")
@@ -966,11 +1000,11 @@ class GetRegistryRecordCommand extends smithyClient.Command
966
1000
  .build() {
967
1001
  }
968
1002
 
969
- class GetResourcePolicyCommand extends smithyClient.Command
1003
+ class GetResourcePolicyCommand extends client.Command
970
1004
  .classBuilder()
971
1005
  .ep(commonParams)
972
1006
  .m(function (Command, cs, config, o) {
973
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1007
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
974
1008
  })
975
1009
  .s("AmazonBedrockAgentCoreControl", "GetResourcePolicy", {})
976
1010
  .n("BedrockAgentCoreControlClient", "GetResourcePolicyCommand")
@@ -978,11 +1012,11 @@ class GetResourcePolicyCommand extends smithyClient.Command
978
1012
  .build() {
979
1013
  }
980
1014
 
981
- class GetTokenVaultCommand extends smithyClient.Command
1015
+ class GetTokenVaultCommand extends client.Command
982
1016
  .classBuilder()
983
1017
  .ep(commonParams)
984
1018
  .m(function (Command, cs, config, o) {
985
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1019
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
986
1020
  })
987
1021
  .s("AmazonBedrockAgentCoreControl", "GetTokenVault", {})
988
1022
  .n("BedrockAgentCoreControlClient", "GetTokenVaultCommand")
@@ -990,11 +1024,11 @@ class GetTokenVaultCommand extends smithyClient.Command
990
1024
  .build() {
991
1025
  }
992
1026
 
993
- class GetWorkloadIdentityCommand extends smithyClient.Command
1027
+ class GetWorkloadIdentityCommand extends client.Command
994
1028
  .classBuilder()
995
1029
  .ep(commonParams)
996
1030
  .m(function (Command, cs, config, o) {
997
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1031
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
998
1032
  })
999
1033
  .s("AmazonBedrockAgentCoreControl", "GetWorkloadIdentity", {})
1000
1034
  .n("BedrockAgentCoreControlClient", "GetWorkloadIdentityCommand")
@@ -1002,11 +1036,11 @@ class GetWorkloadIdentityCommand extends smithyClient.Command
1002
1036
  .build() {
1003
1037
  }
1004
1038
 
1005
- class ListAgentRuntimeEndpointsCommand extends smithyClient.Command
1039
+ class ListAgentRuntimeEndpointsCommand extends client.Command
1006
1040
  .classBuilder()
1007
1041
  .ep(commonParams)
1008
1042
  .m(function (Command, cs, config, o) {
1009
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1043
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1010
1044
  })
1011
1045
  .s("AmazonBedrockAgentCoreControl", "ListAgentRuntimeEndpoints", {})
1012
1046
  .n("BedrockAgentCoreControlClient", "ListAgentRuntimeEndpointsCommand")
@@ -1014,11 +1048,11 @@ class ListAgentRuntimeEndpointsCommand extends smithyClient.Command
1014
1048
  .build() {
1015
1049
  }
1016
1050
 
1017
- class ListAgentRuntimesCommand extends smithyClient.Command
1051
+ class ListAgentRuntimesCommand extends client.Command
1018
1052
  .classBuilder()
1019
1053
  .ep(commonParams)
1020
1054
  .m(function (Command, cs, config, o) {
1021
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1055
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1022
1056
  })
1023
1057
  .s("AmazonBedrockAgentCoreControl", "ListAgentRuntimes", {})
1024
1058
  .n("BedrockAgentCoreControlClient", "ListAgentRuntimesCommand")
@@ -1026,11 +1060,11 @@ class ListAgentRuntimesCommand extends smithyClient.Command
1026
1060
  .build() {
1027
1061
  }
1028
1062
 
1029
- class ListAgentRuntimeVersionsCommand extends smithyClient.Command
1063
+ class ListAgentRuntimeVersionsCommand extends client.Command
1030
1064
  .classBuilder()
1031
1065
  .ep(commonParams)
1032
1066
  .m(function (Command, cs, config, o) {
1033
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1067
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1034
1068
  })
1035
1069
  .s("AmazonBedrockAgentCoreControl", "ListAgentRuntimeVersions", {})
1036
1070
  .n("BedrockAgentCoreControlClient", "ListAgentRuntimeVersionsCommand")
@@ -1038,11 +1072,11 @@ class ListAgentRuntimeVersionsCommand extends smithyClient.Command
1038
1072
  .build() {
1039
1073
  }
1040
1074
 
1041
- class ListApiKeyCredentialProvidersCommand extends smithyClient.Command
1075
+ class ListApiKeyCredentialProvidersCommand extends client.Command
1042
1076
  .classBuilder()
1043
1077
  .ep(commonParams)
1044
1078
  .m(function (Command, cs, config, o) {
1045
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1079
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1046
1080
  })
1047
1081
  .s("AmazonBedrockAgentCoreControl", "ListApiKeyCredentialProviders", {})
1048
1082
  .n("BedrockAgentCoreControlClient", "ListApiKeyCredentialProvidersCommand")
@@ -1050,11 +1084,11 @@ class ListApiKeyCredentialProvidersCommand extends smithyClient.Command
1050
1084
  .build() {
1051
1085
  }
1052
1086
 
1053
- class ListBrowserProfilesCommand extends smithyClient.Command
1087
+ class ListBrowserProfilesCommand extends client.Command
1054
1088
  .classBuilder()
1055
1089
  .ep(commonParams)
1056
1090
  .m(function (Command, cs, config, o) {
1057
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1091
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1058
1092
  })
1059
1093
  .s("AmazonBedrockAgentCoreControl", "ListBrowserProfiles", {})
1060
1094
  .n("BedrockAgentCoreControlClient", "ListBrowserProfilesCommand")
@@ -1062,11 +1096,11 @@ class ListBrowserProfilesCommand extends smithyClient.Command
1062
1096
  .build() {
1063
1097
  }
1064
1098
 
1065
- class ListBrowsersCommand extends smithyClient.Command
1099
+ class ListBrowsersCommand extends client.Command
1066
1100
  .classBuilder()
1067
1101
  .ep(commonParams)
1068
1102
  .m(function (Command, cs, config, o) {
1069
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1103
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1070
1104
  })
1071
1105
  .s("AmazonBedrockAgentCoreControl", "ListBrowsers", {})
1072
1106
  .n("BedrockAgentCoreControlClient", "ListBrowsersCommand")
@@ -1074,11 +1108,11 @@ class ListBrowsersCommand extends smithyClient.Command
1074
1108
  .build() {
1075
1109
  }
1076
1110
 
1077
- class ListCodeInterpretersCommand extends smithyClient.Command
1111
+ class ListCodeInterpretersCommand extends client.Command
1078
1112
  .classBuilder()
1079
1113
  .ep(commonParams)
1080
1114
  .m(function (Command, cs, config, o) {
1081
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1115
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1082
1116
  })
1083
1117
  .s("AmazonBedrockAgentCoreControl", "ListCodeInterpreters", {})
1084
1118
  .n("BedrockAgentCoreControlClient", "ListCodeInterpretersCommand")
@@ -1086,11 +1120,11 @@ class ListCodeInterpretersCommand extends smithyClient.Command
1086
1120
  .build() {
1087
1121
  }
1088
1122
 
1089
- class ListConfigurationBundlesCommand extends smithyClient.Command
1123
+ class ListConfigurationBundlesCommand extends client.Command
1090
1124
  .classBuilder()
1091
1125
  .ep(commonParams)
1092
1126
  .m(function (Command, cs, config, o) {
1093
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1127
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1094
1128
  })
1095
1129
  .s("AmazonBedrockAgentCoreControl", "ListConfigurationBundles", {})
1096
1130
  .n("BedrockAgentCoreControlClient", "ListConfigurationBundlesCommand")
@@ -1098,11 +1132,11 @@ class ListConfigurationBundlesCommand extends smithyClient.Command
1098
1132
  .build() {
1099
1133
  }
1100
1134
 
1101
- class ListConfigurationBundleVersionsCommand extends smithyClient.Command
1135
+ class ListConfigurationBundleVersionsCommand extends client.Command
1102
1136
  .classBuilder()
1103
1137
  .ep(commonParams)
1104
1138
  .m(function (Command, cs, config, o) {
1105
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1139
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1106
1140
  })
1107
1141
  .s("AmazonBedrockAgentCoreControl", "ListConfigurationBundleVersions", {})
1108
1142
  .n("BedrockAgentCoreControlClient", "ListConfigurationBundleVersionsCommand")
@@ -1110,11 +1144,11 @@ class ListConfigurationBundleVersionsCommand extends smithyClient.Command
1110
1144
  .build() {
1111
1145
  }
1112
1146
 
1113
- class ListEvaluatorsCommand extends smithyClient.Command
1147
+ class ListEvaluatorsCommand extends client.Command
1114
1148
  .classBuilder()
1115
1149
  .ep(commonParams)
1116
1150
  .m(function (Command, cs, config, o) {
1117
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1151
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1118
1152
  })
1119
1153
  .s("AmazonBedrockAgentCoreControl", "ListEvaluators", {})
1120
1154
  .n("BedrockAgentCoreControlClient", "ListEvaluatorsCommand")
@@ -1122,11 +1156,11 @@ class ListEvaluatorsCommand extends smithyClient.Command
1122
1156
  .build() {
1123
1157
  }
1124
1158
 
1125
- class ListGatewayRulesCommand extends smithyClient.Command
1159
+ class ListGatewayRulesCommand extends client.Command
1126
1160
  .classBuilder()
1127
1161
  .ep(commonParams)
1128
1162
  .m(function (Command, cs, config, o) {
1129
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1163
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1130
1164
  })
1131
1165
  .s("AmazonBedrockAgentCoreControl", "ListGatewayRules", {})
1132
1166
  .n("BedrockAgentCoreControlClient", "ListGatewayRulesCommand")
@@ -1134,11 +1168,11 @@ class ListGatewayRulesCommand extends smithyClient.Command
1134
1168
  .build() {
1135
1169
  }
1136
1170
 
1137
- class ListGatewaysCommand extends smithyClient.Command
1171
+ class ListGatewaysCommand extends client.Command
1138
1172
  .classBuilder()
1139
1173
  .ep(commonParams)
1140
1174
  .m(function (Command, cs, config, o) {
1141
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1175
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1142
1176
  })
1143
1177
  .s("AmazonBedrockAgentCoreControl", "ListGateways", {})
1144
1178
  .n("BedrockAgentCoreControlClient", "ListGatewaysCommand")
@@ -1146,11 +1180,11 @@ class ListGatewaysCommand extends smithyClient.Command
1146
1180
  .build() {
1147
1181
  }
1148
1182
 
1149
- class ListGatewayTargetsCommand extends smithyClient.Command
1183
+ class ListGatewayTargetsCommand extends client.Command
1150
1184
  .classBuilder()
1151
1185
  .ep(commonParams)
1152
1186
  .m(function (Command, cs, config, o) {
1153
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1187
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1154
1188
  })
1155
1189
  .s("AmazonBedrockAgentCoreControl", "ListGatewayTargets", {})
1156
1190
  .n("BedrockAgentCoreControlClient", "ListGatewayTargetsCommand")
@@ -1158,11 +1192,11 @@ class ListGatewayTargetsCommand extends smithyClient.Command
1158
1192
  .build() {
1159
1193
  }
1160
1194
 
1161
- class ListHarnessesCommand extends smithyClient.Command
1195
+ class ListHarnessesCommand extends client.Command
1162
1196
  .classBuilder()
1163
1197
  .ep(commonParams)
1164
1198
  .m(function (Command, cs, config, o) {
1165
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1199
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1166
1200
  })
1167
1201
  .s("AmazonBedrockAgentCoreControl", "ListHarnesses", {})
1168
1202
  .n("BedrockAgentCoreControlClient", "ListHarnessesCommand")
@@ -1170,11 +1204,11 @@ class ListHarnessesCommand extends smithyClient.Command
1170
1204
  .build() {
1171
1205
  }
1172
1206
 
1173
- class ListMemoriesCommand extends smithyClient.Command
1207
+ class ListMemoriesCommand extends client.Command
1174
1208
  .classBuilder()
1175
1209
  .ep(commonParams)
1176
1210
  .m(function (Command, cs, config, o) {
1177
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1211
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1178
1212
  })
1179
1213
  .s("AmazonBedrockAgentCoreControl", "ListMemories", {})
1180
1214
  .n("BedrockAgentCoreControlClient", "ListMemoriesCommand")
@@ -1182,11 +1216,11 @@ class ListMemoriesCommand extends smithyClient.Command
1182
1216
  .build() {
1183
1217
  }
1184
1218
 
1185
- class ListOauth2CredentialProvidersCommand extends smithyClient.Command
1219
+ class ListOauth2CredentialProvidersCommand extends client.Command
1186
1220
  .classBuilder()
1187
1221
  .ep(commonParams)
1188
1222
  .m(function (Command, cs, config, o) {
1189
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1223
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1190
1224
  })
1191
1225
  .s("AmazonBedrockAgentCoreControl", "ListOauth2CredentialProviders", {})
1192
1226
  .n("BedrockAgentCoreControlClient", "ListOauth2CredentialProvidersCommand")
@@ -1194,11 +1228,11 @@ class ListOauth2CredentialProvidersCommand extends smithyClient.Command
1194
1228
  .build() {
1195
1229
  }
1196
1230
 
1197
- class ListOnlineEvaluationConfigsCommand extends smithyClient.Command
1231
+ class ListOnlineEvaluationConfigsCommand extends client.Command
1198
1232
  .classBuilder()
1199
1233
  .ep(commonParams)
1200
1234
  .m(function (Command, cs, config, o) {
1201
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1235
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1202
1236
  })
1203
1237
  .s("AmazonBedrockAgentCoreControl", "ListOnlineEvaluationConfigs", {})
1204
1238
  .n("BedrockAgentCoreControlClient", "ListOnlineEvaluationConfigsCommand")
@@ -1206,11 +1240,11 @@ class ListOnlineEvaluationConfigsCommand extends smithyClient.Command
1206
1240
  .build() {
1207
1241
  }
1208
1242
 
1209
- class ListPaymentConnectorsCommand extends smithyClient.Command
1243
+ class ListPaymentConnectorsCommand extends client.Command
1210
1244
  .classBuilder()
1211
1245
  .ep(commonParams)
1212
1246
  .m(function (Command, cs, config, o) {
1213
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1247
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1214
1248
  })
1215
1249
  .s("AmazonBedrockAgentCoreControl", "ListPaymentConnectors", {})
1216
1250
  .n("BedrockAgentCoreControlClient", "ListPaymentConnectorsCommand")
@@ -1218,11 +1252,11 @@ class ListPaymentConnectorsCommand extends smithyClient.Command
1218
1252
  .build() {
1219
1253
  }
1220
1254
 
1221
- class ListPaymentCredentialProvidersCommand extends smithyClient.Command
1255
+ class ListPaymentCredentialProvidersCommand extends client.Command
1222
1256
  .classBuilder()
1223
1257
  .ep(commonParams)
1224
1258
  .m(function (Command, cs, config, o) {
1225
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1259
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1226
1260
  })
1227
1261
  .s("AmazonBedrockAgentCoreControl", "ListPaymentCredentialProviders", {})
1228
1262
  .n("BedrockAgentCoreControlClient", "ListPaymentCredentialProvidersCommand")
@@ -1230,11 +1264,11 @@ class ListPaymentCredentialProvidersCommand extends smithyClient.Command
1230
1264
  .build() {
1231
1265
  }
1232
1266
 
1233
- class ListPaymentManagersCommand extends smithyClient.Command
1267
+ class ListPaymentManagersCommand extends client.Command
1234
1268
  .classBuilder()
1235
1269
  .ep(commonParams)
1236
1270
  .m(function (Command, cs, config, o) {
1237
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1271
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1238
1272
  })
1239
1273
  .s("AmazonBedrockAgentCoreControl", "ListPaymentManagers", {})
1240
1274
  .n("BedrockAgentCoreControlClient", "ListPaymentManagersCommand")
@@ -1242,11 +1276,11 @@ class ListPaymentManagersCommand extends smithyClient.Command
1242
1276
  .build() {
1243
1277
  }
1244
1278
 
1245
- class ListPoliciesCommand extends smithyClient.Command
1279
+ class ListPoliciesCommand extends client.Command
1246
1280
  .classBuilder()
1247
1281
  .ep(commonParams)
1248
1282
  .m(function (Command, cs, config, o) {
1249
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1283
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1250
1284
  })
1251
1285
  .s("AmazonBedrockAgentCoreControl", "ListPolicies", {})
1252
1286
  .n("BedrockAgentCoreControlClient", "ListPoliciesCommand")
@@ -1254,11 +1288,11 @@ class ListPoliciesCommand extends smithyClient.Command
1254
1288
  .build() {
1255
1289
  }
1256
1290
 
1257
- class ListPolicyEnginesCommand extends smithyClient.Command
1291
+ class ListPolicyEnginesCommand extends client.Command
1258
1292
  .classBuilder()
1259
1293
  .ep(commonParams)
1260
1294
  .m(function (Command, cs, config, o) {
1261
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1295
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1262
1296
  })
1263
1297
  .s("AmazonBedrockAgentCoreControl", "ListPolicyEngines", {})
1264
1298
  .n("BedrockAgentCoreControlClient", "ListPolicyEnginesCommand")
@@ -1266,11 +1300,23 @@ class ListPolicyEnginesCommand extends smithyClient.Command
1266
1300
  .build() {
1267
1301
  }
1268
1302
 
1269
- class ListPolicyGenerationAssetsCommand extends smithyClient.Command
1303
+ class ListPolicyEngineSummariesCommand extends client.Command
1270
1304
  .classBuilder()
1271
1305
  .ep(commonParams)
1272
1306
  .m(function (Command, cs, config, o) {
1273
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1307
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1308
+ })
1309
+ .s("AmazonBedrockAgentCoreControl", "ListPolicyEngineSummaries", {})
1310
+ .n("BedrockAgentCoreControlClient", "ListPolicyEngineSummariesCommand")
1311
+ .sc(schemas_0.ListPolicyEngineSummaries$)
1312
+ .build() {
1313
+ }
1314
+
1315
+ class ListPolicyGenerationAssetsCommand extends client.Command
1316
+ .classBuilder()
1317
+ .ep(commonParams)
1318
+ .m(function (Command, cs, config, o) {
1319
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1274
1320
  })
1275
1321
  .s("AmazonBedrockAgentCoreControl", "ListPolicyGenerationAssets", {})
1276
1322
  .n("BedrockAgentCoreControlClient", "ListPolicyGenerationAssetsCommand")
@@ -1278,11 +1324,11 @@ class ListPolicyGenerationAssetsCommand extends smithyClient.Command
1278
1324
  .build() {
1279
1325
  }
1280
1326
 
1281
- class ListPolicyGenerationsCommand extends smithyClient.Command
1327
+ class ListPolicyGenerationsCommand extends client.Command
1282
1328
  .classBuilder()
1283
1329
  .ep(commonParams)
1284
1330
  .m(function (Command, cs, config, o) {
1285
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1331
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1286
1332
  })
1287
1333
  .s("AmazonBedrockAgentCoreControl", "ListPolicyGenerations", {})
1288
1334
  .n("BedrockAgentCoreControlClient", "ListPolicyGenerationsCommand")
@@ -1290,11 +1336,35 @@ class ListPolicyGenerationsCommand extends smithyClient.Command
1290
1336
  .build() {
1291
1337
  }
1292
1338
 
1293
- class ListRegistriesCommand extends smithyClient.Command
1339
+ class ListPolicyGenerationSummariesCommand extends client.Command
1340
+ .classBuilder()
1341
+ .ep(commonParams)
1342
+ .m(function (Command, cs, config, o) {
1343
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1344
+ })
1345
+ .s("AmazonBedrockAgentCoreControl", "ListPolicyGenerationSummaries", {})
1346
+ .n("BedrockAgentCoreControlClient", "ListPolicyGenerationSummariesCommand")
1347
+ .sc(schemas_0.ListPolicyGenerationSummaries$)
1348
+ .build() {
1349
+ }
1350
+
1351
+ class ListPolicySummariesCommand extends client.Command
1294
1352
  .classBuilder()
1295
1353
  .ep(commonParams)
1296
1354
  .m(function (Command, cs, config, o) {
1297
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1355
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1356
+ })
1357
+ .s("AmazonBedrockAgentCoreControl", "ListPolicySummaries", {})
1358
+ .n("BedrockAgentCoreControlClient", "ListPolicySummariesCommand")
1359
+ .sc(schemas_0.ListPolicySummaries$)
1360
+ .build() {
1361
+ }
1362
+
1363
+ class ListRegistriesCommand extends client.Command
1364
+ .classBuilder()
1365
+ .ep(commonParams)
1366
+ .m(function (Command, cs, config, o) {
1367
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1298
1368
  })
1299
1369
  .s("AmazonBedrockAgentCoreControl", "ListRegistries", {})
1300
1370
  .n("BedrockAgentCoreControlClient", "ListRegistriesCommand")
@@ -1302,11 +1372,11 @@ class ListRegistriesCommand extends smithyClient.Command
1302
1372
  .build() {
1303
1373
  }
1304
1374
 
1305
- class ListRegistryRecordsCommand extends smithyClient.Command
1375
+ class ListRegistryRecordsCommand extends client.Command
1306
1376
  .classBuilder()
1307
1377
  .ep(commonParams)
1308
1378
  .m(function (Command, cs, config, o) {
1309
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1379
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1310
1380
  })
1311
1381
  .s("AmazonBedrockAgentCoreControl", "ListRegistryRecords", {})
1312
1382
  .n("BedrockAgentCoreControlClient", "ListRegistryRecordsCommand")
@@ -1314,11 +1384,11 @@ class ListRegistryRecordsCommand extends smithyClient.Command
1314
1384
  .build() {
1315
1385
  }
1316
1386
 
1317
- class ListTagsForResourceCommand extends smithyClient.Command
1387
+ class ListTagsForResourceCommand extends client.Command
1318
1388
  .classBuilder()
1319
1389
  .ep(commonParams)
1320
1390
  .m(function (Command, cs, config, o) {
1321
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1391
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1322
1392
  })
1323
1393
  .s("AmazonBedrockAgentCoreControl", "ListTagsForResource", {})
1324
1394
  .n("BedrockAgentCoreControlClient", "ListTagsForResourceCommand")
@@ -1326,11 +1396,11 @@ class ListTagsForResourceCommand extends smithyClient.Command
1326
1396
  .build() {
1327
1397
  }
1328
1398
 
1329
- class ListWorkloadIdentitiesCommand extends smithyClient.Command
1399
+ class ListWorkloadIdentitiesCommand extends client.Command
1330
1400
  .classBuilder()
1331
1401
  .ep(commonParams)
1332
1402
  .m(function (Command, cs, config, o) {
1333
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1403
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1334
1404
  })
1335
1405
  .s("AmazonBedrockAgentCoreControl", "ListWorkloadIdentities", {})
1336
1406
  .n("BedrockAgentCoreControlClient", "ListWorkloadIdentitiesCommand")
@@ -1338,11 +1408,11 @@ class ListWorkloadIdentitiesCommand extends smithyClient.Command
1338
1408
  .build() {
1339
1409
  }
1340
1410
 
1341
- class PutResourcePolicyCommand extends smithyClient.Command
1411
+ class PutResourcePolicyCommand extends client.Command
1342
1412
  .classBuilder()
1343
1413
  .ep(commonParams)
1344
1414
  .m(function (Command, cs, config, o) {
1345
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1415
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1346
1416
  })
1347
1417
  .s("AmazonBedrockAgentCoreControl", "PutResourcePolicy", {})
1348
1418
  .n("BedrockAgentCoreControlClient", "PutResourcePolicyCommand")
@@ -1350,11 +1420,11 @@ class PutResourcePolicyCommand extends smithyClient.Command
1350
1420
  .build() {
1351
1421
  }
1352
1422
 
1353
- class SetTokenVaultCMKCommand extends smithyClient.Command
1423
+ class SetTokenVaultCMKCommand extends client.Command
1354
1424
  .classBuilder()
1355
1425
  .ep(commonParams)
1356
1426
  .m(function (Command, cs, config, o) {
1357
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1427
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1358
1428
  })
1359
1429
  .s("AmazonBedrockAgentCoreControl", "SetTokenVaultCMK", {})
1360
1430
  .n("BedrockAgentCoreControlClient", "SetTokenVaultCMKCommand")
@@ -1362,11 +1432,11 @@ class SetTokenVaultCMKCommand extends smithyClient.Command
1362
1432
  .build() {
1363
1433
  }
1364
1434
 
1365
- class StartPolicyGenerationCommand extends smithyClient.Command
1435
+ class StartPolicyGenerationCommand extends client.Command
1366
1436
  .classBuilder()
1367
1437
  .ep(commonParams)
1368
1438
  .m(function (Command, cs, config, o) {
1369
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1439
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1370
1440
  })
1371
1441
  .s("AmazonBedrockAgentCoreControl", "StartPolicyGeneration", {})
1372
1442
  .n("BedrockAgentCoreControlClient", "StartPolicyGenerationCommand")
@@ -1374,11 +1444,11 @@ class StartPolicyGenerationCommand extends smithyClient.Command
1374
1444
  .build() {
1375
1445
  }
1376
1446
 
1377
- class SubmitRegistryRecordForApprovalCommand extends smithyClient.Command
1447
+ class SubmitRegistryRecordForApprovalCommand extends client.Command
1378
1448
  .classBuilder()
1379
1449
  .ep(commonParams)
1380
1450
  .m(function (Command, cs, config, o) {
1381
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1451
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1382
1452
  })
1383
1453
  .s("AmazonBedrockAgentCoreControl", "SubmitRegistryRecordForApproval", {})
1384
1454
  .n("BedrockAgentCoreControlClient", "SubmitRegistryRecordForApprovalCommand")
@@ -1386,11 +1456,11 @@ class SubmitRegistryRecordForApprovalCommand extends smithyClient.Command
1386
1456
  .build() {
1387
1457
  }
1388
1458
 
1389
- class SynchronizeGatewayTargetsCommand extends smithyClient.Command
1459
+ class SynchronizeGatewayTargetsCommand extends client.Command
1390
1460
  .classBuilder()
1391
1461
  .ep(commonParams)
1392
1462
  .m(function (Command, cs, config, o) {
1393
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1463
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1394
1464
  })
1395
1465
  .s("AmazonBedrockAgentCoreControl", "SynchronizeGatewayTargets", {})
1396
1466
  .n("BedrockAgentCoreControlClient", "SynchronizeGatewayTargetsCommand")
@@ -1398,11 +1468,11 @@ class SynchronizeGatewayTargetsCommand extends smithyClient.Command
1398
1468
  .build() {
1399
1469
  }
1400
1470
 
1401
- class TagResourceCommand extends smithyClient.Command
1471
+ class TagResourceCommand extends client.Command
1402
1472
  .classBuilder()
1403
1473
  .ep(commonParams)
1404
1474
  .m(function (Command, cs, config, o) {
1405
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1475
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1406
1476
  })
1407
1477
  .s("AmazonBedrockAgentCoreControl", "TagResource", {})
1408
1478
  .n("BedrockAgentCoreControlClient", "TagResourceCommand")
@@ -1410,11 +1480,11 @@ class TagResourceCommand extends smithyClient.Command
1410
1480
  .build() {
1411
1481
  }
1412
1482
 
1413
- class UntagResourceCommand extends smithyClient.Command
1483
+ class UntagResourceCommand extends client.Command
1414
1484
  .classBuilder()
1415
1485
  .ep(commonParams)
1416
1486
  .m(function (Command, cs, config, o) {
1417
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1487
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1418
1488
  })
1419
1489
  .s("AmazonBedrockAgentCoreControl", "UntagResource", {})
1420
1490
  .n("BedrockAgentCoreControlClient", "UntagResourceCommand")
@@ -1422,11 +1492,11 @@ class UntagResourceCommand extends smithyClient.Command
1422
1492
  .build() {
1423
1493
  }
1424
1494
 
1425
- class UpdateAgentRuntimeCommand extends smithyClient.Command
1495
+ class UpdateAgentRuntimeCommand extends client.Command
1426
1496
  .classBuilder()
1427
1497
  .ep(commonParams)
1428
1498
  .m(function (Command, cs, config, o) {
1429
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1499
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1430
1500
  })
1431
1501
  .s("AmazonBedrockAgentCoreControl", "UpdateAgentRuntime", {})
1432
1502
  .n("BedrockAgentCoreControlClient", "UpdateAgentRuntimeCommand")
@@ -1434,11 +1504,11 @@ class UpdateAgentRuntimeCommand extends smithyClient.Command
1434
1504
  .build() {
1435
1505
  }
1436
1506
 
1437
- class UpdateAgentRuntimeEndpointCommand extends smithyClient.Command
1507
+ class UpdateAgentRuntimeEndpointCommand extends client.Command
1438
1508
  .classBuilder()
1439
1509
  .ep(commonParams)
1440
1510
  .m(function (Command, cs, config, o) {
1441
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1511
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1442
1512
  })
1443
1513
  .s("AmazonBedrockAgentCoreControl", "UpdateAgentRuntimeEndpoint", {})
1444
1514
  .n("BedrockAgentCoreControlClient", "UpdateAgentRuntimeEndpointCommand")
@@ -1446,11 +1516,11 @@ class UpdateAgentRuntimeEndpointCommand extends smithyClient.Command
1446
1516
  .build() {
1447
1517
  }
1448
1518
 
1449
- class UpdateApiKeyCredentialProviderCommand extends smithyClient.Command
1519
+ class UpdateApiKeyCredentialProviderCommand extends client.Command
1450
1520
  .classBuilder()
1451
1521
  .ep(commonParams)
1452
1522
  .m(function (Command, cs, config, o) {
1453
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1523
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1454
1524
  })
1455
1525
  .s("AmazonBedrockAgentCoreControl", "UpdateApiKeyCredentialProvider", {})
1456
1526
  .n("BedrockAgentCoreControlClient", "UpdateApiKeyCredentialProviderCommand")
@@ -1458,11 +1528,11 @@ class UpdateApiKeyCredentialProviderCommand extends smithyClient.Command
1458
1528
  .build() {
1459
1529
  }
1460
1530
 
1461
- class UpdateConfigurationBundleCommand extends smithyClient.Command
1531
+ class UpdateConfigurationBundleCommand extends client.Command
1462
1532
  .classBuilder()
1463
1533
  .ep(commonParams)
1464
1534
  .m(function (Command, cs, config, o) {
1465
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1535
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1466
1536
  })
1467
1537
  .s("AmazonBedrockAgentCoreControl", "UpdateConfigurationBundle", {})
1468
1538
  .n("BedrockAgentCoreControlClient", "UpdateConfigurationBundleCommand")
@@ -1470,11 +1540,11 @@ class UpdateConfigurationBundleCommand extends smithyClient.Command
1470
1540
  .build() {
1471
1541
  }
1472
1542
 
1473
- class UpdateEvaluatorCommand extends smithyClient.Command
1543
+ class UpdateEvaluatorCommand extends client.Command
1474
1544
  .classBuilder()
1475
1545
  .ep(commonParams)
1476
1546
  .m(function (Command, cs, config, o) {
1477
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1547
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1478
1548
  })
1479
1549
  .s("AmazonBedrockAgentCoreControl", "UpdateEvaluator", {})
1480
1550
  .n("BedrockAgentCoreControlClient", "UpdateEvaluatorCommand")
@@ -1482,11 +1552,11 @@ class UpdateEvaluatorCommand extends smithyClient.Command
1482
1552
  .build() {
1483
1553
  }
1484
1554
 
1485
- class UpdateGatewayCommand extends smithyClient.Command
1555
+ class UpdateGatewayCommand extends client.Command
1486
1556
  .classBuilder()
1487
1557
  .ep(commonParams)
1488
1558
  .m(function (Command, cs, config, o) {
1489
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1559
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1490
1560
  })
1491
1561
  .s("AmazonBedrockAgentCoreControl", "UpdateGateway", {})
1492
1562
  .n("BedrockAgentCoreControlClient", "UpdateGatewayCommand")
@@ -1494,11 +1564,11 @@ class UpdateGatewayCommand extends smithyClient.Command
1494
1564
  .build() {
1495
1565
  }
1496
1566
 
1497
- class UpdateGatewayRuleCommand extends smithyClient.Command
1567
+ class UpdateGatewayRuleCommand extends client.Command
1498
1568
  .classBuilder()
1499
1569
  .ep(commonParams)
1500
1570
  .m(function (Command, cs, config, o) {
1501
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1571
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1502
1572
  })
1503
1573
  .s("AmazonBedrockAgentCoreControl", "UpdateGatewayRule", {})
1504
1574
  .n("BedrockAgentCoreControlClient", "UpdateGatewayRuleCommand")
@@ -1506,11 +1576,11 @@ class UpdateGatewayRuleCommand extends smithyClient.Command
1506
1576
  .build() {
1507
1577
  }
1508
1578
 
1509
- class UpdateGatewayTargetCommand extends smithyClient.Command
1579
+ class UpdateGatewayTargetCommand extends client.Command
1510
1580
  .classBuilder()
1511
1581
  .ep(commonParams)
1512
1582
  .m(function (Command, cs, config, o) {
1513
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1583
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1514
1584
  })
1515
1585
  .s("AmazonBedrockAgentCoreControl", "UpdateGatewayTarget", {})
1516
1586
  .n("BedrockAgentCoreControlClient", "UpdateGatewayTargetCommand")
@@ -1518,11 +1588,11 @@ class UpdateGatewayTargetCommand extends smithyClient.Command
1518
1588
  .build() {
1519
1589
  }
1520
1590
 
1521
- class UpdateHarnessCommand extends smithyClient.Command
1591
+ class UpdateHarnessCommand extends client.Command
1522
1592
  .classBuilder()
1523
1593
  .ep(commonParams)
1524
1594
  .m(function (Command, cs, config, o) {
1525
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1595
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1526
1596
  })
1527
1597
  .s("AmazonBedrockAgentCoreControl", "UpdateHarness", {})
1528
1598
  .n("BedrockAgentCoreControlClient", "UpdateHarnessCommand")
@@ -1530,11 +1600,11 @@ class UpdateHarnessCommand extends smithyClient.Command
1530
1600
  .build() {
1531
1601
  }
1532
1602
 
1533
- class UpdateMemoryCommand extends smithyClient.Command
1603
+ class UpdateMemoryCommand extends client.Command
1534
1604
  .classBuilder()
1535
1605
  .ep(commonParams)
1536
1606
  .m(function (Command, cs, config, o) {
1537
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1607
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1538
1608
  })
1539
1609
  .s("AmazonBedrockAgentCoreControl", "UpdateMemory", {})
1540
1610
  .n("BedrockAgentCoreControlClient", "UpdateMemoryCommand")
@@ -1542,11 +1612,11 @@ class UpdateMemoryCommand extends smithyClient.Command
1542
1612
  .build() {
1543
1613
  }
1544
1614
 
1545
- class UpdateOauth2CredentialProviderCommand extends smithyClient.Command
1615
+ class UpdateOauth2CredentialProviderCommand extends client.Command
1546
1616
  .classBuilder()
1547
1617
  .ep(commonParams)
1548
1618
  .m(function (Command, cs, config, o) {
1549
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1619
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1550
1620
  })
1551
1621
  .s("AmazonBedrockAgentCoreControl", "UpdateOauth2CredentialProvider", {})
1552
1622
  .n("BedrockAgentCoreControlClient", "UpdateOauth2CredentialProviderCommand")
@@ -1554,11 +1624,11 @@ class UpdateOauth2CredentialProviderCommand extends smithyClient.Command
1554
1624
  .build() {
1555
1625
  }
1556
1626
 
1557
- class UpdateOnlineEvaluationConfigCommand extends smithyClient.Command
1627
+ class UpdateOnlineEvaluationConfigCommand extends client.Command
1558
1628
  .classBuilder()
1559
1629
  .ep(commonParams)
1560
1630
  .m(function (Command, cs, config, o) {
1561
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1631
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1562
1632
  })
1563
1633
  .s("AmazonBedrockAgentCoreControl", "UpdateOnlineEvaluationConfig", {})
1564
1634
  .n("BedrockAgentCoreControlClient", "UpdateOnlineEvaluationConfigCommand")
@@ -1566,11 +1636,11 @@ class UpdateOnlineEvaluationConfigCommand extends smithyClient.Command
1566
1636
  .build() {
1567
1637
  }
1568
1638
 
1569
- class UpdatePaymentConnectorCommand extends smithyClient.Command
1639
+ class UpdatePaymentConnectorCommand extends client.Command
1570
1640
  .classBuilder()
1571
1641
  .ep(commonParams)
1572
1642
  .m(function (Command, cs, config, o) {
1573
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1643
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1574
1644
  })
1575
1645
  .s("AmazonBedrockAgentCoreControl", "UpdatePaymentConnector", {})
1576
1646
  .n("BedrockAgentCoreControlClient", "UpdatePaymentConnectorCommand")
@@ -1578,11 +1648,11 @@ class UpdatePaymentConnectorCommand extends smithyClient.Command
1578
1648
  .build() {
1579
1649
  }
1580
1650
 
1581
- class UpdatePaymentCredentialProviderCommand extends smithyClient.Command
1651
+ class UpdatePaymentCredentialProviderCommand extends client.Command
1582
1652
  .classBuilder()
1583
1653
  .ep(commonParams)
1584
1654
  .m(function (Command, cs, config, o) {
1585
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1655
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1586
1656
  })
1587
1657
  .s("AmazonBedrockAgentCoreControl", "UpdatePaymentCredentialProvider", {})
1588
1658
  .n("BedrockAgentCoreControlClient", "UpdatePaymentCredentialProviderCommand")
@@ -1590,11 +1660,11 @@ class UpdatePaymentCredentialProviderCommand extends smithyClient.Command
1590
1660
  .build() {
1591
1661
  }
1592
1662
 
1593
- class UpdatePaymentManagerCommand extends smithyClient.Command
1663
+ class UpdatePaymentManagerCommand extends client.Command
1594
1664
  .classBuilder()
1595
1665
  .ep(commonParams)
1596
1666
  .m(function (Command, cs, config, o) {
1597
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1667
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1598
1668
  })
1599
1669
  .s("AmazonBedrockAgentCoreControl", "UpdatePaymentManager", {})
1600
1670
  .n("BedrockAgentCoreControlClient", "UpdatePaymentManagerCommand")
@@ -1602,11 +1672,11 @@ class UpdatePaymentManagerCommand extends smithyClient.Command
1602
1672
  .build() {
1603
1673
  }
1604
1674
 
1605
- class UpdatePolicyCommand extends smithyClient.Command
1675
+ class UpdatePolicyCommand extends client.Command
1606
1676
  .classBuilder()
1607
1677
  .ep(commonParams)
1608
1678
  .m(function (Command, cs, config, o) {
1609
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1679
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1610
1680
  })
1611
1681
  .s("AmazonBedrockAgentCoreControl", "UpdatePolicy", {})
1612
1682
  .n("BedrockAgentCoreControlClient", "UpdatePolicyCommand")
@@ -1614,11 +1684,11 @@ class UpdatePolicyCommand extends smithyClient.Command
1614
1684
  .build() {
1615
1685
  }
1616
1686
 
1617
- class UpdatePolicyEngineCommand extends smithyClient.Command
1687
+ class UpdatePolicyEngineCommand extends client.Command
1618
1688
  .classBuilder()
1619
1689
  .ep(commonParams)
1620
1690
  .m(function (Command, cs, config, o) {
1621
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1691
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1622
1692
  })
1623
1693
  .s("AmazonBedrockAgentCoreControl", "UpdatePolicyEngine", {})
1624
1694
  .n("BedrockAgentCoreControlClient", "UpdatePolicyEngineCommand")
@@ -1626,11 +1696,11 @@ class UpdatePolicyEngineCommand extends smithyClient.Command
1626
1696
  .build() {
1627
1697
  }
1628
1698
 
1629
- class UpdateRegistryCommand extends smithyClient.Command
1699
+ class UpdateRegistryCommand extends client.Command
1630
1700
  .classBuilder()
1631
1701
  .ep(commonParams)
1632
1702
  .m(function (Command, cs, config, o) {
1633
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1703
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1634
1704
  })
1635
1705
  .s("AmazonBedrockAgentCoreControl", "UpdateRegistry", {})
1636
1706
  .n("BedrockAgentCoreControlClient", "UpdateRegistryCommand")
@@ -1638,11 +1708,11 @@ class UpdateRegistryCommand extends smithyClient.Command
1638
1708
  .build() {
1639
1709
  }
1640
1710
 
1641
- class UpdateRegistryRecordCommand extends smithyClient.Command
1711
+ class UpdateRegistryRecordCommand extends client.Command
1642
1712
  .classBuilder()
1643
1713
  .ep(commonParams)
1644
1714
  .m(function (Command, cs, config, o) {
1645
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1715
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1646
1716
  })
1647
1717
  .s("AmazonBedrockAgentCoreControl", "UpdateRegistryRecord", {})
1648
1718
  .n("BedrockAgentCoreControlClient", "UpdateRegistryRecordCommand")
@@ -1650,11 +1720,11 @@ class UpdateRegistryRecordCommand extends smithyClient.Command
1650
1720
  .build() {
1651
1721
  }
1652
1722
 
1653
- class UpdateRegistryRecordStatusCommand extends smithyClient.Command
1723
+ class UpdateRegistryRecordStatusCommand extends client.Command
1654
1724
  .classBuilder()
1655
1725
  .ep(commonParams)
1656
1726
  .m(function (Command, cs, config, o) {
1657
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1727
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1658
1728
  })
1659
1729
  .s("AmazonBedrockAgentCoreControl", "UpdateRegistryRecordStatus", {})
1660
1730
  .n("BedrockAgentCoreControlClient", "UpdateRegistryRecordStatusCommand")
@@ -1662,11 +1732,11 @@ class UpdateRegistryRecordStatusCommand extends smithyClient.Command
1662
1732
  .build() {
1663
1733
  }
1664
1734
 
1665
- class UpdateWorkloadIdentityCommand extends smithyClient.Command
1735
+ class UpdateWorkloadIdentityCommand extends client.Command
1666
1736
  .classBuilder()
1667
1737
  .ep(commonParams)
1668
1738
  .m(function (Command, cs, config, o) {
1669
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1739
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1670
1740
  })
1671
1741
  .s("AmazonBedrockAgentCoreControl", "UpdateWorkloadIdentity", {})
1672
1742
  .n("BedrockAgentCoreControlClient", "UpdateWorkloadIdentityCommand")
@@ -1718,27 +1788,33 @@ const paginateListPolicies = core.createPaginator(BedrockAgentCoreControlClient,
1718
1788
 
1719
1789
  const paginateListPolicyEngines = core.createPaginator(BedrockAgentCoreControlClient, ListPolicyEnginesCommand, "nextToken", "nextToken", "maxResults");
1720
1790
 
1791
+ const paginateListPolicyEngineSummaries = core.createPaginator(BedrockAgentCoreControlClient, ListPolicyEngineSummariesCommand, "nextToken", "nextToken", "maxResults");
1792
+
1721
1793
  const paginateListPolicyGenerationAssets = core.createPaginator(BedrockAgentCoreControlClient, ListPolicyGenerationAssetsCommand, "nextToken", "nextToken", "maxResults");
1722
1794
 
1723
1795
  const paginateListPolicyGenerations = core.createPaginator(BedrockAgentCoreControlClient, ListPolicyGenerationsCommand, "nextToken", "nextToken", "maxResults");
1724
1796
 
1797
+ const paginateListPolicyGenerationSummaries = core.createPaginator(BedrockAgentCoreControlClient, ListPolicyGenerationSummariesCommand, "nextToken", "nextToken", "maxResults");
1798
+
1799
+ const paginateListPolicySummaries = core.createPaginator(BedrockAgentCoreControlClient, ListPolicySummariesCommand, "nextToken", "nextToken", "maxResults");
1800
+
1725
1801
  const paginateListRegistries = core.createPaginator(BedrockAgentCoreControlClient, ListRegistriesCommand, "nextToken", "nextToken", "maxResults");
1726
1802
 
1727
1803
  const paginateListRegistryRecords = core.createPaginator(BedrockAgentCoreControlClient, ListRegistryRecordsCommand, "nextToken", "nextToken", "maxResults");
1728
1804
 
1729
1805
  const paginateListWorkloadIdentities = core.createPaginator(BedrockAgentCoreControlClient, ListWorkloadIdentitiesCommand, "nextToken", "nextToken", "maxResults");
1730
1806
 
1731
- const checkState$5 = async (client, input) => {
1807
+ const checkState$5 = async (client$1, input) => {
1732
1808
  let reason;
1733
1809
  try {
1734
- let result = await client.send(new GetMemoryCommand(input));
1810
+ let result = await client$1.send(new GetMemoryCommand(input));
1735
1811
  reason = result;
1736
1812
  try {
1737
1813
  const returnComparator = () => {
1738
1814
  return result.memory.status;
1739
1815
  };
1740
1816
  if (returnComparator() === "CREATING") {
1741
- return { state: utilWaiter.WaiterState.RETRY, reason };
1817
+ return { state: client.WaiterState.RETRY, reason };
1742
1818
  }
1743
1819
  }
1744
1820
  catch (e) { }
@@ -1747,7 +1823,7 @@ const checkState$5 = async (client, input) => {
1747
1823
  return result.memory.status;
1748
1824
  };
1749
1825
  if (returnComparator() === "ACTIVE") {
1750
- return { state: utilWaiter.WaiterState.SUCCESS, reason };
1826
+ return { state: client.WaiterState.SUCCESS, reason };
1751
1827
  }
1752
1828
  }
1753
1829
  catch (e) { }
@@ -1756,7 +1832,7 @@ const checkState$5 = async (client, input) => {
1756
1832
  return result.memory.status;
1757
1833
  };
1758
1834
  if (returnComparator() === "FAILED") {
1759
- return { state: utilWaiter.WaiterState.FAILURE, reason };
1835
+ return { state: client.WaiterState.FAILURE, reason };
1760
1836
  }
1761
1837
  }
1762
1838
  catch (e) { }
@@ -1764,29 +1840,29 @@ const checkState$5 = async (client, input) => {
1764
1840
  catch (exception) {
1765
1841
  reason = exception;
1766
1842
  }
1767
- return { state: utilWaiter.WaiterState.RETRY, reason };
1843
+ return { state: client.WaiterState.RETRY, reason };
1768
1844
  };
1769
1845
  const waitForMemoryCreated = async (params, input) => {
1770
1846
  const serviceDefaults = { minDelay: 2, maxDelay: 120 };
1771
- return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$5);
1847
+ return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$5);
1772
1848
  };
1773
1849
  const waitUntilMemoryCreated = async (params, input) => {
1774
1850
  const serviceDefaults = { minDelay: 2, maxDelay: 120 };
1775
- const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$5);
1776
- return utilWaiter.checkExceptions(result);
1851
+ const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$5);
1852
+ return client.checkExceptions(result);
1777
1853
  };
1778
1854
 
1779
- const checkState$4 = async (client, input) => {
1855
+ const checkState$4 = async (client$1, input) => {
1780
1856
  let reason;
1781
1857
  try {
1782
- let result = await client.send(new GetPolicyCommand(input));
1858
+ let result = await client$1.send(new GetPolicyCommand(input));
1783
1859
  reason = result;
1784
1860
  try {
1785
1861
  const returnComparator = () => {
1786
1862
  return result.status;
1787
1863
  };
1788
1864
  if (returnComparator() === "ACTIVE") {
1789
- return { state: utilWaiter.WaiterState.SUCCESS, reason };
1865
+ return { state: client.WaiterState.SUCCESS, reason };
1790
1866
  }
1791
1867
  }
1792
1868
  catch (e) { }
@@ -1795,7 +1871,7 @@ const checkState$4 = async (client, input) => {
1795
1871
  return result.status;
1796
1872
  };
1797
1873
  if (returnComparator() === "CREATE_FAILED") {
1798
- return { state: utilWaiter.WaiterState.FAILURE, reason };
1874
+ return { state: client.WaiterState.FAILURE, reason };
1799
1875
  }
1800
1876
  }
1801
1877
  catch (e) { }
@@ -1804,7 +1880,7 @@ const checkState$4 = async (client, input) => {
1804
1880
  return result.status;
1805
1881
  };
1806
1882
  if (returnComparator() === "UPDATE_FAILED") {
1807
- return { state: utilWaiter.WaiterState.FAILURE, reason };
1883
+ return { state: client.WaiterState.FAILURE, reason };
1808
1884
  }
1809
1885
  }
1810
1886
  catch (e) { }
@@ -1813,7 +1889,7 @@ const checkState$4 = async (client, input) => {
1813
1889
  return result.status;
1814
1890
  };
1815
1891
  if (returnComparator() === "DELETE_FAILED") {
1816
- return { state: utilWaiter.WaiterState.FAILURE, reason };
1892
+ return { state: client.WaiterState.FAILURE, reason };
1817
1893
  }
1818
1894
  }
1819
1895
  catch (e) { }
@@ -1821,29 +1897,29 @@ const checkState$4 = async (client, input) => {
1821
1897
  catch (exception) {
1822
1898
  reason = exception;
1823
1899
  }
1824
- return { state: utilWaiter.WaiterState.RETRY, reason };
1900
+ return { state: client.WaiterState.RETRY, reason };
1825
1901
  };
1826
1902
  const waitForPolicyActive = async (params, input) => {
1827
1903
  const serviceDefaults = { minDelay: 5, maxDelay: 120 };
1828
- return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$4);
1904
+ return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$4);
1829
1905
  };
1830
1906
  const waitUntilPolicyActive = async (params, input) => {
1831
1907
  const serviceDefaults = { minDelay: 5, maxDelay: 120 };
1832
- const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$4);
1833
- return utilWaiter.checkExceptions(result);
1908
+ const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$4);
1909
+ return client.checkExceptions(result);
1834
1910
  };
1835
1911
 
1836
- const checkState$3 = async (client, input) => {
1912
+ const checkState$3 = async (client$1, input) => {
1837
1913
  let reason;
1838
1914
  try {
1839
- let result = await client.send(new GetPolicyCommand(input));
1915
+ let result = await client$1.send(new GetPolicyCommand(input));
1840
1916
  reason = result;
1841
1917
  try {
1842
1918
  const returnComparator = () => {
1843
1919
  return result.status;
1844
1920
  };
1845
1921
  if (returnComparator() === "DELETING") {
1846
- return { state: utilWaiter.WaiterState.RETRY, reason };
1922
+ return { state: client.WaiterState.RETRY, reason };
1847
1923
  }
1848
1924
  }
1849
1925
  catch (e) { }
@@ -1852,7 +1928,7 @@ const checkState$3 = async (client, input) => {
1852
1928
  return result.status;
1853
1929
  };
1854
1930
  if (returnComparator() === "DELETE_FAILED") {
1855
- return { state: utilWaiter.WaiterState.FAILURE, reason };
1931
+ return { state: client.WaiterState.FAILURE, reason };
1856
1932
  }
1857
1933
  }
1858
1934
  catch (e) { }
@@ -1860,32 +1936,32 @@ const checkState$3 = async (client, input) => {
1860
1936
  catch (exception) {
1861
1937
  reason = exception;
1862
1938
  if (exception.name === "ResourceNotFoundException") {
1863
- return { state: utilWaiter.WaiterState.SUCCESS, reason };
1939
+ return { state: client.WaiterState.SUCCESS, reason };
1864
1940
  }
1865
1941
  }
1866
- return { state: utilWaiter.WaiterState.RETRY, reason };
1942
+ return { state: client.WaiterState.RETRY, reason };
1867
1943
  };
1868
1944
  const waitForPolicyDeleted = async (params, input) => {
1869
1945
  const serviceDefaults = { minDelay: 2, maxDelay: 120 };
1870
- return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
1946
+ return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
1871
1947
  };
1872
1948
  const waitUntilPolicyDeleted = async (params, input) => {
1873
1949
  const serviceDefaults = { minDelay: 2, maxDelay: 120 };
1874
- const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
1875
- return utilWaiter.checkExceptions(result);
1950
+ const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
1951
+ return client.checkExceptions(result);
1876
1952
  };
1877
1953
 
1878
- const checkState$2 = async (client, input) => {
1954
+ const checkState$2 = async (client$1, input) => {
1879
1955
  let reason;
1880
1956
  try {
1881
- let result = await client.send(new GetPolicyEngineCommand(input));
1957
+ let result = await client$1.send(new GetPolicyEngineCommand(input));
1882
1958
  reason = result;
1883
1959
  try {
1884
1960
  const returnComparator = () => {
1885
1961
  return result.status;
1886
1962
  };
1887
1963
  if (returnComparator() === "ACTIVE") {
1888
- return { state: utilWaiter.WaiterState.SUCCESS, reason };
1964
+ return { state: client.WaiterState.SUCCESS, reason };
1889
1965
  }
1890
1966
  }
1891
1967
  catch (e) { }
@@ -1894,7 +1970,7 @@ const checkState$2 = async (client, input) => {
1894
1970
  return result.status;
1895
1971
  };
1896
1972
  if (returnComparator() === "CREATE_FAILED") {
1897
- return { state: utilWaiter.WaiterState.FAILURE, reason };
1973
+ return { state: client.WaiterState.FAILURE, reason };
1898
1974
  }
1899
1975
  }
1900
1976
  catch (e) { }
@@ -1903,7 +1979,7 @@ const checkState$2 = async (client, input) => {
1903
1979
  return result.status;
1904
1980
  };
1905
1981
  if (returnComparator() === "UPDATE_FAILED") {
1906
- return { state: utilWaiter.WaiterState.FAILURE, reason };
1982
+ return { state: client.WaiterState.FAILURE, reason };
1907
1983
  }
1908
1984
  }
1909
1985
  catch (e) { }
@@ -1912,7 +1988,7 @@ const checkState$2 = async (client, input) => {
1912
1988
  return result.status;
1913
1989
  };
1914
1990
  if (returnComparator() === "DELETE_FAILED") {
1915
- return { state: utilWaiter.WaiterState.FAILURE, reason };
1991
+ return { state: client.WaiterState.FAILURE, reason };
1916
1992
  }
1917
1993
  }
1918
1994
  catch (e) { }
@@ -1920,29 +1996,29 @@ const checkState$2 = async (client, input) => {
1920
1996
  catch (exception) {
1921
1997
  reason = exception;
1922
1998
  }
1923
- return { state: utilWaiter.WaiterState.RETRY, reason };
1999
+ return { state: client.WaiterState.RETRY, reason };
1924
2000
  };
1925
2001
  const waitForPolicyEngineActive = async (params, input) => {
1926
2002
  const serviceDefaults = { minDelay: 5, maxDelay: 120 };
1927
- return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
2003
+ return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
1928
2004
  };
1929
2005
  const waitUntilPolicyEngineActive = async (params, input) => {
1930
2006
  const serviceDefaults = { minDelay: 5, maxDelay: 120 };
1931
- const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
1932
- return utilWaiter.checkExceptions(result);
2007
+ const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
2008
+ return client.checkExceptions(result);
1933
2009
  };
1934
2010
 
1935
- const checkState$1 = async (client, input) => {
2011
+ const checkState$1 = async (client$1, input) => {
1936
2012
  let reason;
1937
2013
  try {
1938
- let result = await client.send(new GetPolicyEngineCommand(input));
2014
+ let result = await client$1.send(new GetPolicyEngineCommand(input));
1939
2015
  reason = result;
1940
2016
  try {
1941
2017
  const returnComparator = () => {
1942
2018
  return result.status;
1943
2019
  };
1944
2020
  if (returnComparator() === "DELETING") {
1945
- return { state: utilWaiter.WaiterState.RETRY, reason };
2021
+ return { state: client.WaiterState.RETRY, reason };
1946
2022
  }
1947
2023
  }
1948
2024
  catch (e) { }
@@ -1951,7 +2027,7 @@ const checkState$1 = async (client, input) => {
1951
2027
  return result.status;
1952
2028
  };
1953
2029
  if (returnComparator() === "DELETE_FAILED") {
1954
- return { state: utilWaiter.WaiterState.FAILURE, reason };
2030
+ return { state: client.WaiterState.FAILURE, reason };
1955
2031
  }
1956
2032
  }
1957
2033
  catch (e) { }
@@ -1959,32 +2035,32 @@ const checkState$1 = async (client, input) => {
1959
2035
  catch (exception) {
1960
2036
  reason = exception;
1961
2037
  if (exception.name === "ResourceNotFoundException") {
1962
- return { state: utilWaiter.WaiterState.SUCCESS, reason };
2038
+ return { state: client.WaiterState.SUCCESS, reason };
1963
2039
  }
1964
2040
  }
1965
- return { state: utilWaiter.WaiterState.RETRY, reason };
2041
+ return { state: client.WaiterState.RETRY, reason };
1966
2042
  };
1967
2043
  const waitForPolicyEngineDeleted = async (params, input) => {
1968
2044
  const serviceDefaults = { minDelay: 2, maxDelay: 120 };
1969
- return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
2045
+ return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
1970
2046
  };
1971
2047
  const waitUntilPolicyEngineDeleted = async (params, input) => {
1972
2048
  const serviceDefaults = { minDelay: 2, maxDelay: 120 };
1973
- const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
1974
- return utilWaiter.checkExceptions(result);
2049
+ const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
2050
+ return client.checkExceptions(result);
1975
2051
  };
1976
2052
 
1977
- const checkState = async (client, input) => {
2053
+ const checkState = async (client$1, input) => {
1978
2054
  let reason;
1979
2055
  try {
1980
- let result = await client.send(new GetPolicyGenerationCommand(input));
2056
+ let result = await client$1.send(new GetPolicyGenerationCommand(input));
1981
2057
  reason = result;
1982
2058
  try {
1983
2059
  const returnComparator = () => {
1984
2060
  return result.status;
1985
2061
  };
1986
2062
  if (returnComparator() === "GENERATED") {
1987
- return { state: utilWaiter.WaiterState.SUCCESS, reason };
2063
+ return { state: client.WaiterState.SUCCESS, reason };
1988
2064
  }
1989
2065
  }
1990
2066
  catch (e) { }
@@ -1993,7 +2069,7 @@ const checkState = async (client, input) => {
1993
2069
  return result.status;
1994
2070
  };
1995
2071
  if (returnComparator() === "GENERATING") {
1996
- return { state: utilWaiter.WaiterState.RETRY, reason };
2072
+ return { state: client.WaiterState.RETRY, reason };
1997
2073
  }
1998
2074
  }
1999
2075
  catch (e) { }
@@ -2002,7 +2078,7 @@ const checkState = async (client, input) => {
2002
2078
  return result.status;
2003
2079
  };
2004
2080
  if (returnComparator() === "GENERATE_FAILED") {
2005
- return { state: utilWaiter.WaiterState.FAILURE, reason };
2081
+ return { state: client.WaiterState.FAILURE, reason };
2006
2082
  }
2007
2083
  }
2008
2084
  catch (e) { }
@@ -2011,7 +2087,7 @@ const checkState = async (client, input) => {
2011
2087
  return result.status;
2012
2088
  };
2013
2089
  if (returnComparator() === "DELETE_FAILED") {
2014
- return { state: utilWaiter.WaiterState.FAILURE, reason };
2090
+ return { state: client.WaiterState.FAILURE, reason };
2015
2091
  }
2016
2092
  }
2017
2093
  catch (e) { }
@@ -2019,16 +2095,16 @@ const checkState = async (client, input) => {
2019
2095
  catch (exception) {
2020
2096
  reason = exception;
2021
2097
  }
2022
- return { state: utilWaiter.WaiterState.RETRY, reason };
2098
+ return { state: client.WaiterState.RETRY, reason };
2023
2099
  };
2024
2100
  const waitForPolicyGenerationCompleted = async (params, input) => {
2025
2101
  const serviceDefaults = { minDelay: 5, maxDelay: 120 };
2026
- return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
2102
+ return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
2027
2103
  };
2028
2104
  const waitUntilPolicyGenerationCompleted = async (params, input) => {
2029
2105
  const serviceDefaults = { minDelay: 5, maxDelay: 120 };
2030
- const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
2031
- return utilWaiter.checkExceptions(result);
2106
+ const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
2107
+ return client.checkExceptions(result);
2032
2108
  };
2033
2109
 
2034
2110
  const commands = {
@@ -2100,7 +2176,10 @@ const commands = {
2100
2176
  GetPaymentManagerCommand,
2101
2177
  GetPolicyCommand,
2102
2178
  GetPolicyEngineCommand,
2179
+ GetPolicyEngineSummaryCommand,
2103
2180
  GetPolicyGenerationCommand,
2181
+ GetPolicyGenerationSummaryCommand,
2182
+ GetPolicySummaryCommand,
2104
2183
  GetRegistryCommand,
2105
2184
  GetRegistryRecordCommand,
2106
2185
  GetResourcePolicyCommand,
@@ -2128,8 +2207,11 @@ const commands = {
2128
2207
  ListPaymentManagersCommand,
2129
2208
  ListPoliciesCommand,
2130
2209
  ListPolicyEnginesCommand,
2210
+ ListPolicyEngineSummariesCommand,
2131
2211
  ListPolicyGenerationAssetsCommand,
2132
2212
  ListPolicyGenerationsCommand,
2213
+ ListPolicyGenerationSummariesCommand,
2214
+ ListPolicySummariesCommand,
2133
2215
  ListRegistriesCommand,
2134
2216
  ListRegistryRecordsCommand,
2135
2217
  ListTagsForResourceCommand,
@@ -2186,8 +2268,11 @@ const paginators = {
2186
2268
  paginateListPaymentManagers,
2187
2269
  paginateListPolicies,
2188
2270
  paginateListPolicyEngines,
2271
+ paginateListPolicyEngineSummaries,
2189
2272
  paginateListPolicyGenerationAssets,
2190
2273
  paginateListPolicyGenerations,
2274
+ paginateListPolicyGenerationSummaries,
2275
+ paginateListPolicySummaries,
2191
2276
  paginateListRegistries,
2192
2277
  paginateListRegistryRecords,
2193
2278
  paginateListWorkloadIdentities,
@@ -2202,7 +2287,7 @@ const waiters = {
2202
2287
  };
2203
2288
  class BedrockAgentCoreControl extends BedrockAgentCoreControlClient {
2204
2289
  }
2205
- smithyClient.createAggregatedClient(commands, BedrockAgentCoreControl, { paginators, waiters });
2290
+ client.createAggregatedClient(commands, BedrockAgentCoreControl, { paginators, waiters });
2206
2291
 
2207
2292
  const ActorTokenContentType = {
2208
2293
  AWS_IAM_ID_TOKEN_JWT: "AWS_IAM_ID_TOKEN_JWT",
@@ -2671,8 +2756,8 @@ const RegistryStatus = {
2671
2756
  UPDATING: "UPDATING",
2672
2757
  };
2673
2758
 
2674
- exports.$Command = smithyClient.Command;
2675
- exports.__Client = smithyClient.Client;
2759
+ exports.$Command = client.Command;
2760
+ exports.__Client = client.Client;
2676
2761
  exports.BedrockAgentCoreControlServiceException = BedrockAgentCoreControlServiceException.BedrockAgentCoreControlServiceException;
2677
2762
  exports.ActorTokenContentType = ActorTokenContentType;
2678
2763
  exports.AgentManagedRuntimeType = AgentManagedRuntimeType;
@@ -2776,7 +2861,10 @@ exports.GetPaymentCredentialProviderCommand = GetPaymentCredentialProviderComman
2776
2861
  exports.GetPaymentManagerCommand = GetPaymentManagerCommand;
2777
2862
  exports.GetPolicyCommand = GetPolicyCommand;
2778
2863
  exports.GetPolicyEngineCommand = GetPolicyEngineCommand;
2864
+ exports.GetPolicyEngineSummaryCommand = GetPolicyEngineSummaryCommand;
2779
2865
  exports.GetPolicyGenerationCommand = GetPolicyGenerationCommand;
2866
+ exports.GetPolicyGenerationSummaryCommand = GetPolicyGenerationSummaryCommand;
2867
+ exports.GetPolicySummaryCommand = GetPolicySummaryCommand;
2780
2868
  exports.GetRegistryCommand = GetRegistryCommand;
2781
2869
  exports.GetRegistryRecordCommand = GetRegistryRecordCommand;
2782
2870
  exports.GetResourcePolicyCommand = GetResourcePolicyCommand;
@@ -2809,9 +2897,12 @@ exports.ListPaymentConnectorsCommand = ListPaymentConnectorsCommand;
2809
2897
  exports.ListPaymentCredentialProvidersCommand = ListPaymentCredentialProvidersCommand;
2810
2898
  exports.ListPaymentManagersCommand = ListPaymentManagersCommand;
2811
2899
  exports.ListPoliciesCommand = ListPoliciesCommand;
2900
+ exports.ListPolicyEngineSummariesCommand = ListPolicyEngineSummariesCommand;
2812
2901
  exports.ListPolicyEnginesCommand = ListPolicyEnginesCommand;
2813
2902
  exports.ListPolicyGenerationAssetsCommand = ListPolicyGenerationAssetsCommand;
2903
+ exports.ListPolicyGenerationSummariesCommand = ListPolicyGenerationSummariesCommand;
2814
2904
  exports.ListPolicyGenerationsCommand = ListPolicyGenerationsCommand;
2905
+ exports.ListPolicySummariesCommand = ListPolicySummariesCommand;
2815
2906
  exports.ListRegistriesCommand = ListRegistriesCommand;
2816
2907
  exports.ListRegistryRecordsCommand = ListRegistryRecordsCommand;
2817
2908
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
@@ -2902,9 +2993,12 @@ exports.paginateListPaymentConnectors = paginateListPaymentConnectors;
2902
2993
  exports.paginateListPaymentCredentialProviders = paginateListPaymentCredentialProviders;
2903
2994
  exports.paginateListPaymentManagers = paginateListPaymentManagers;
2904
2995
  exports.paginateListPolicies = paginateListPolicies;
2996
+ exports.paginateListPolicyEngineSummaries = paginateListPolicyEngineSummaries;
2905
2997
  exports.paginateListPolicyEngines = paginateListPolicyEngines;
2906
2998
  exports.paginateListPolicyGenerationAssets = paginateListPolicyGenerationAssets;
2999
+ exports.paginateListPolicyGenerationSummaries = paginateListPolicyGenerationSummaries;
2907
3000
  exports.paginateListPolicyGenerations = paginateListPolicyGenerations;
3001
+ exports.paginateListPolicySummaries = paginateListPolicySummaries;
2908
3002
  exports.paginateListRegistries = paginateListRegistries;
2909
3003
  exports.paginateListRegistryRecords = paginateListRegistryRecords;
2910
3004
  exports.paginateListWorkloadIdentities = paginateListWorkloadIdentities;