@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
@@ -0,0 +1,7 @@
1
+ import type { Paginator } from "@smithy/types";
2
+ import { ListPolicyEngineSummariesCommandInput, ListPolicyEngineSummariesCommandOutput } from "../commands/ListPolicyEngineSummariesCommand";
3
+ import type { BedrockAgentCoreControlPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListPolicyEngineSummaries: (config: BedrockAgentCoreControlPaginationConfiguration, input: ListPolicyEngineSummariesCommandInput, ...rest: any[]) => Paginator<ListPolicyEngineSummariesCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import type { Paginator } from "@smithy/types";
2
+ import { ListPolicyGenerationSummariesCommandInput, ListPolicyGenerationSummariesCommandOutput } from "../commands/ListPolicyGenerationSummariesCommand";
3
+ import type { BedrockAgentCoreControlPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListPolicyGenerationSummaries: (config: BedrockAgentCoreControlPaginationConfiguration, input: ListPolicyGenerationSummariesCommandInput, ...rest: any[]) => Paginator<ListPolicyGenerationSummariesCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import type { Paginator } from "@smithy/types";
2
+ import { ListPolicySummariesCommandInput, ListPolicySummariesCommandOutput } from "../commands/ListPolicySummariesCommand";
3
+ import type { BedrockAgentCoreControlPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListPolicySummaries: (config: BedrockAgentCoreControlPaginationConfiguration, input: ListPolicySummariesCommandInput, ...rest: any[]) => Paginator<ListPolicySummariesCommandOutput>;
@@ -21,8 +21,11 @@ export * from "./ListPaymentCredentialProvidersPaginator";
21
21
  export * from "./ListPaymentManagersPaginator";
22
22
  export * from "./ListPoliciesPaginator";
23
23
  export * from "./ListPolicyEnginesPaginator";
24
+ export * from "./ListPolicyEngineSummariesPaginator";
24
25
  export * from "./ListPolicyGenerationAssetsPaginator";
25
26
  export * from "./ListPolicyGenerationsPaginator";
27
+ export * from "./ListPolicyGenerationSummariesPaginator";
28
+ export * from "./ListPolicySummariesPaginator";
26
29
  export * from "./ListRegistriesPaginator";
27
30
  export * from "./ListRegistryRecordsPaginator";
28
31
  export * from "./ListWorkloadIdentitiesPaginator";
@@ -5,13 +5,13 @@ import type { BedrockAgentCoreControlClientConfig } from "./BedrockAgentCoreCont
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: BedrockAgentCoreControlClientConfig) => {
7
7
  runtime: string;
8
- defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
10
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
11
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
13
  region: string | import("@smithy/types").Provider<any>;
14
- requestHandler: import("@smithy/protocol-http").HttpHandler<any> | RequestHandler;
14
+ requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
15
15
  retryMode: string | import("@smithy/types").Provider<string>;
16
16
  sha256: import("@smithy/types").HashConstructor;
17
17
  streamCollector: import("@smithy/types").StreamCollector;
@@ -5,14 +5,14 @@ import type { BedrockAgentCoreControlClientConfig } from "./BedrockAgentCoreCont
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: BedrockAgentCoreControlClientConfig) => {
7
7
  runtime: string;
8
- defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
9
9
  authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
10
10
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
11
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
12
12
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
13
13
  maxAttempts: number | import("@smithy/types").Provider<number>;
14
14
  region: string | import("@smithy/types").Provider<string>;
15
- requestHandler: RequestHandler | import("@smithy/protocol-http").HttpHandler<any>;
15
+ requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
16
16
  retryMode: string | import("@smithy/types").Provider<string>;
17
17
  sha256: import("@smithy/types").HashConstructor;
18
18
  streamCollector: import("@smithy/types").StreamCollector;
@@ -5,7 +5,7 @@ import type { BedrockAgentCoreControlClientConfig } from "./BedrockAgentCoreCont
5
5
  export declare const getRuntimeConfig: (config: BedrockAgentCoreControlClientConfig) => {
6
6
  runtime: string;
7
7
  sha256: import("@smithy/types").HashConstructor;
8
- requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
8
+ requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
9
  cacheMiddleware?: boolean;
10
10
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
11
11
  protocolSettings: {
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: BedrockAgentCoreControlClientCon
32
32
  retryMode: string | import("@smithy/types").Provider<string>;
33
33
  logger: import("@smithy/types").Logger;
34
34
  extensions: import("./runtimeExtensions").RuntimeExtension[];
35
- defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
35
+ defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
36
36
  customUserAgent?: string | import("@smithy/types").UserAgent;
37
37
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
38
38
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -222,10 +222,16 @@ export declare var GetPaymentManagerRequest$: StaticStructureSchema;
222
222
  export declare var GetPaymentManagerResponse$: StaticStructureSchema;
223
223
  export declare var GetPolicyEngineRequest$: StaticStructureSchema;
224
224
  export declare var GetPolicyEngineResponse$: StaticStructureSchema;
225
+ export declare var GetPolicyEngineSummaryRequest$: StaticStructureSchema;
226
+ export declare var GetPolicyEngineSummaryResponse$: StaticStructureSchema;
225
227
  export declare var GetPolicyGenerationRequest$: StaticStructureSchema;
226
228
  export declare var GetPolicyGenerationResponse$: StaticStructureSchema;
229
+ export declare var GetPolicyGenerationSummaryRequest$: StaticStructureSchema;
230
+ export declare var GetPolicyGenerationSummaryResponse$: StaticStructureSchema;
227
231
  export declare var GetPolicyRequest$: StaticStructureSchema;
228
232
  export declare var GetPolicyResponse$: StaticStructureSchema;
233
+ export declare var GetPolicySummaryRequest$: StaticStructureSchema;
234
+ export declare var GetPolicySummaryResponse$: StaticStructureSchema;
229
235
  export declare var GetRegistryRecordRequest$: StaticStructureSchema;
230
236
  export declare var GetRegistryRecordResponse$: StaticStructureSchema;
231
237
  export declare var GetRegistryRequest$: StaticStructureSchema;
@@ -318,10 +324,16 @@ export declare var ListPoliciesRequest$: StaticStructureSchema;
318
324
  export declare var ListPoliciesResponse$: StaticStructureSchema;
319
325
  export declare var ListPolicyEnginesRequest$: StaticStructureSchema;
320
326
  export declare var ListPolicyEnginesResponse$: StaticStructureSchema;
327
+ export declare var ListPolicyEngineSummariesRequest$: StaticStructureSchema;
328
+ export declare var ListPolicyEngineSummariesResponse$: StaticStructureSchema;
321
329
  export declare var ListPolicyGenerationAssetsRequest$: StaticStructureSchema;
322
330
  export declare var ListPolicyGenerationAssetsResponse$: StaticStructureSchema;
323
331
  export declare var ListPolicyGenerationsRequest$: StaticStructureSchema;
324
332
  export declare var ListPolicyGenerationsResponse$: StaticStructureSchema;
333
+ export declare var ListPolicyGenerationSummariesRequest$: StaticStructureSchema;
334
+ export declare var ListPolicyGenerationSummariesResponse$: StaticStructureSchema;
335
+ export declare var ListPolicySummariesRequest$: StaticStructureSchema;
336
+ export declare var ListPolicySummariesResponse$: StaticStructureSchema;
325
337
  export declare var ListRegistriesRequest$: StaticStructureSchema;
326
338
  export declare var ListRegistriesResponse$: StaticStructureSchema;
327
339
  export declare var ListRegistryRecordsRequest$: StaticStructureSchema;
@@ -371,9 +383,12 @@ export declare var PaymentCredentialProviderItem$: StaticStructureSchema;
371
383
  export declare var PaymentManagerSummary$: StaticStructureSchema;
372
384
  export declare var Policy$: StaticStructureSchema;
373
385
  export declare var PolicyEngine$: StaticStructureSchema;
386
+ export declare var PolicyEngineSummary$: StaticStructureSchema;
374
387
  export declare var PolicyGeneration$: StaticStructureSchema;
375
388
  export declare var PolicyGenerationAsset$: StaticStructureSchema;
376
389
  export declare var PolicyGenerationDetails$: StaticStructureSchema;
390
+ export declare var PolicyGenerationSummary$: StaticStructureSchema;
391
+ export declare var PolicySummary$: StaticStructureSchema;
377
392
  export declare var PrivateEndpointOverride$: StaticStructureSchema;
378
393
  export declare var ProtocolConfiguration$: StaticStructureSchema;
379
394
  export declare var PutResourcePolicyRequest$: StaticStructureSchema;
@@ -664,7 +679,10 @@ export declare var GetPaymentCredentialProvider$: StaticOperationSchema;
664
679
  export declare var GetPaymentManager$: StaticOperationSchema;
665
680
  export declare var GetPolicy$: StaticOperationSchema;
666
681
  export declare var GetPolicyEngine$: StaticOperationSchema;
682
+ export declare var GetPolicyEngineSummary$: StaticOperationSchema;
667
683
  export declare var GetPolicyGeneration$: StaticOperationSchema;
684
+ export declare var GetPolicyGenerationSummary$: StaticOperationSchema;
685
+ export declare var GetPolicySummary$: StaticOperationSchema;
668
686
  export declare var GetRegistry$: StaticOperationSchema;
669
687
  export declare var GetRegistryRecord$: StaticOperationSchema;
670
688
  export declare var GetResourcePolicy$: StaticOperationSchema;
@@ -692,8 +710,11 @@ export declare var ListPaymentCredentialProviders$: StaticOperationSchema;
692
710
  export declare var ListPaymentManagers$: StaticOperationSchema;
693
711
  export declare var ListPolicies$: StaticOperationSchema;
694
712
  export declare var ListPolicyEngines$: StaticOperationSchema;
713
+ export declare var ListPolicyEngineSummaries$: StaticOperationSchema;
695
714
  export declare var ListPolicyGenerationAssets$: StaticOperationSchema;
696
715
  export declare var ListPolicyGenerations$: StaticOperationSchema;
716
+ export declare var ListPolicyGenerationSummaries$: StaticOperationSchema;
717
+ export declare var ListPolicySummaries$: StaticOperationSchema;
697
718
  export declare var ListRegistries$: StaticOperationSchema;
698
719
  export declare var ListRegistryRecords$: StaticOperationSchema;
699
720
  export declare var ListTagsForResource$: StaticOperationSchema;
@@ -1,10 +1,10 @@
1
+ import { WaiterResult } from "@smithy/core/client";
1
2
  import {
2
3
  HttpHandlerOptions as __HttpHandlerOptions,
3
4
  PaginationConfiguration,
4
5
  Paginator,
5
6
  WaiterConfiguration,
6
7
  } from "@smithy/types";
7
- import { WaiterResult } from "@smithy/util-waiter";
8
8
  import { BedrockAgentCoreControlClient } from "./BedrockAgentCoreControlClient";
9
9
  import {
10
10
  CreateAgentRuntimeCommandInput,
@@ -278,10 +278,22 @@ import {
278
278
  GetPolicyEngineCommandInput,
279
279
  GetPolicyEngineCommandOutput,
280
280
  } from "./commands/GetPolicyEngineCommand";
281
+ import {
282
+ GetPolicyEngineSummaryCommandInput,
283
+ GetPolicyEngineSummaryCommandOutput,
284
+ } from "./commands/GetPolicyEngineSummaryCommand";
281
285
  import {
282
286
  GetPolicyGenerationCommandInput,
283
287
  GetPolicyGenerationCommandOutput,
284
288
  } from "./commands/GetPolicyGenerationCommand";
289
+ import {
290
+ GetPolicyGenerationSummaryCommandInput,
291
+ GetPolicyGenerationSummaryCommandOutput,
292
+ } from "./commands/GetPolicyGenerationSummaryCommand";
293
+ import {
294
+ GetPolicySummaryCommandInput,
295
+ GetPolicySummaryCommandOutput,
296
+ } from "./commands/GetPolicySummaryCommand";
285
297
  import {
286
298
  GetRegistryCommandInput,
287
299
  GetRegistryCommandOutput,
@@ -390,6 +402,10 @@ import {
390
402
  ListPolicyEnginesCommandInput,
391
403
  ListPolicyEnginesCommandOutput,
392
404
  } from "./commands/ListPolicyEnginesCommand";
405
+ import {
406
+ ListPolicyEngineSummariesCommandInput,
407
+ ListPolicyEngineSummariesCommandOutput,
408
+ } from "./commands/ListPolicyEngineSummariesCommand";
393
409
  import {
394
410
  ListPolicyGenerationAssetsCommandInput,
395
411
  ListPolicyGenerationAssetsCommandOutput,
@@ -398,6 +414,14 @@ import {
398
414
  ListPolicyGenerationsCommandInput,
399
415
  ListPolicyGenerationsCommandOutput,
400
416
  } from "./commands/ListPolicyGenerationsCommand";
417
+ import {
418
+ ListPolicyGenerationSummariesCommandInput,
419
+ ListPolicyGenerationSummariesCommandOutput,
420
+ } from "./commands/ListPolicyGenerationSummariesCommand";
421
+ import {
422
+ ListPolicySummariesCommandInput,
423
+ ListPolicySummariesCommandOutput,
424
+ } from "./commands/ListPolicySummariesCommand";
401
425
  import {
402
426
  ListRegistriesCommandInput,
403
427
  ListRegistriesCommandOutput,
@@ -1412,6 +1436,19 @@ export interface BedrockAgentCoreControl {
1412
1436
  options: __HttpHandlerOptions,
1413
1437
  cb: (err: any, data?: GetPolicyEngineCommandOutput) => void
1414
1438
  ): void;
1439
+ getPolicyEngineSummary(
1440
+ args: GetPolicyEngineSummaryCommandInput,
1441
+ options?: __HttpHandlerOptions
1442
+ ): Promise<GetPolicyEngineSummaryCommandOutput>;
1443
+ getPolicyEngineSummary(
1444
+ args: GetPolicyEngineSummaryCommandInput,
1445
+ cb: (err: any, data?: GetPolicyEngineSummaryCommandOutput) => void
1446
+ ): void;
1447
+ getPolicyEngineSummary(
1448
+ args: GetPolicyEngineSummaryCommandInput,
1449
+ options: __HttpHandlerOptions,
1450
+ cb: (err: any, data?: GetPolicyEngineSummaryCommandOutput) => void
1451
+ ): void;
1415
1452
  getPolicyGeneration(
1416
1453
  args: GetPolicyGenerationCommandInput,
1417
1454
  options?: __HttpHandlerOptions
@@ -1425,6 +1462,32 @@ export interface BedrockAgentCoreControl {
1425
1462
  options: __HttpHandlerOptions,
1426
1463
  cb: (err: any, data?: GetPolicyGenerationCommandOutput) => void
1427
1464
  ): void;
1465
+ getPolicyGenerationSummary(
1466
+ args: GetPolicyGenerationSummaryCommandInput,
1467
+ options?: __HttpHandlerOptions
1468
+ ): Promise<GetPolicyGenerationSummaryCommandOutput>;
1469
+ getPolicyGenerationSummary(
1470
+ args: GetPolicyGenerationSummaryCommandInput,
1471
+ cb: (err: any, data?: GetPolicyGenerationSummaryCommandOutput) => void
1472
+ ): void;
1473
+ getPolicyGenerationSummary(
1474
+ args: GetPolicyGenerationSummaryCommandInput,
1475
+ options: __HttpHandlerOptions,
1476
+ cb: (err: any, data?: GetPolicyGenerationSummaryCommandOutput) => void
1477
+ ): void;
1478
+ getPolicySummary(
1479
+ args: GetPolicySummaryCommandInput,
1480
+ options?: __HttpHandlerOptions
1481
+ ): Promise<GetPolicySummaryCommandOutput>;
1482
+ getPolicySummary(
1483
+ args: GetPolicySummaryCommandInput,
1484
+ cb: (err: any, data?: GetPolicySummaryCommandOutput) => void
1485
+ ): void;
1486
+ getPolicySummary(
1487
+ args: GetPolicySummaryCommandInput,
1488
+ options: __HttpHandlerOptions,
1489
+ cb: (err: any, data?: GetPolicySummaryCommandOutput) => void
1490
+ ): void;
1428
1491
  getRegistry(
1429
1492
  args: GetRegistryCommandInput,
1430
1493
  options?: __HttpHandlerOptions
@@ -1792,6 +1855,20 @@ export interface BedrockAgentCoreControl {
1792
1855
  options: __HttpHandlerOptions,
1793
1856
  cb: (err: any, data?: ListPolicyEnginesCommandOutput) => void
1794
1857
  ): void;
1858
+ listPolicyEngineSummaries(): Promise<ListPolicyEngineSummariesCommandOutput>;
1859
+ listPolicyEngineSummaries(
1860
+ args: ListPolicyEngineSummariesCommandInput,
1861
+ options?: __HttpHandlerOptions
1862
+ ): Promise<ListPolicyEngineSummariesCommandOutput>;
1863
+ listPolicyEngineSummaries(
1864
+ args: ListPolicyEngineSummariesCommandInput,
1865
+ cb: (err: any, data?: ListPolicyEngineSummariesCommandOutput) => void
1866
+ ): void;
1867
+ listPolicyEngineSummaries(
1868
+ args: ListPolicyEngineSummariesCommandInput,
1869
+ options: __HttpHandlerOptions,
1870
+ cb: (err: any, data?: ListPolicyEngineSummariesCommandOutput) => void
1871
+ ): void;
1795
1872
  listPolicyGenerationAssets(
1796
1873
  args: ListPolicyGenerationAssetsCommandInput,
1797
1874
  options?: __HttpHandlerOptions
@@ -1818,6 +1895,32 @@ export interface BedrockAgentCoreControl {
1818
1895
  options: __HttpHandlerOptions,
1819
1896
  cb: (err: any, data?: ListPolicyGenerationsCommandOutput) => void
1820
1897
  ): void;
1898
+ listPolicyGenerationSummaries(
1899
+ args: ListPolicyGenerationSummariesCommandInput,
1900
+ options?: __HttpHandlerOptions
1901
+ ): Promise<ListPolicyGenerationSummariesCommandOutput>;
1902
+ listPolicyGenerationSummaries(
1903
+ args: ListPolicyGenerationSummariesCommandInput,
1904
+ cb: (err: any, data?: ListPolicyGenerationSummariesCommandOutput) => void
1905
+ ): void;
1906
+ listPolicyGenerationSummaries(
1907
+ args: ListPolicyGenerationSummariesCommandInput,
1908
+ options: __HttpHandlerOptions,
1909
+ cb: (err: any, data?: ListPolicyGenerationSummariesCommandOutput) => void
1910
+ ): void;
1911
+ listPolicySummaries(
1912
+ args: ListPolicySummariesCommandInput,
1913
+ options?: __HttpHandlerOptions
1914
+ ): Promise<ListPolicySummariesCommandOutput>;
1915
+ listPolicySummaries(
1916
+ args: ListPolicySummariesCommandInput,
1917
+ cb: (err: any, data?: ListPolicySummariesCommandOutput) => void
1918
+ ): void;
1919
+ listPolicySummaries(
1920
+ args: ListPolicySummariesCommandInput,
1921
+ options: __HttpHandlerOptions,
1922
+ cb: (err: any, data?: ListPolicySummariesCommandOutput) => void
1923
+ ): void;
1821
1924
  listRegistries(): Promise<ListRegistriesCommandOutput>;
1822
1925
  listRegistries(
1823
1926
  args: ListRegistriesCommandInput,
@@ -2390,6 +2493,13 @@ export interface BedrockAgentCoreControl {
2390
2493
  Exclude<keyof PaginationConfiguration, "client">
2391
2494
  >
2392
2495
  ): Paginator<ListPolicyEnginesCommandOutput>;
2496
+ paginateListPolicyEngineSummaries(
2497
+ args?: ListPolicyEngineSummariesCommandInput,
2498
+ paginationConfig?: Pick<
2499
+ PaginationConfiguration,
2500
+ Exclude<keyof PaginationConfiguration, "client">
2501
+ >
2502
+ ): Paginator<ListPolicyEngineSummariesCommandOutput>;
2393
2503
  paginateListPolicyGenerationAssets(
2394
2504
  args: ListPolicyGenerationAssetsCommandInput,
2395
2505
  paginationConfig?: Pick<
@@ -2404,6 +2514,20 @@ export interface BedrockAgentCoreControl {
2404
2514
  Exclude<keyof PaginationConfiguration, "client">
2405
2515
  >
2406
2516
  ): Paginator<ListPolicyGenerationsCommandOutput>;
2517
+ paginateListPolicyGenerationSummaries(
2518
+ args: ListPolicyGenerationSummariesCommandInput,
2519
+ paginationConfig?: Pick<
2520
+ PaginationConfiguration,
2521
+ Exclude<keyof PaginationConfiguration, "client">
2522
+ >
2523
+ ): Paginator<ListPolicyGenerationSummariesCommandOutput>;
2524
+ paginateListPolicySummaries(
2525
+ args: ListPolicySummariesCommandInput,
2526
+ paginationConfig?: Pick<
2527
+ PaginationConfiguration,
2528
+ Exclude<keyof PaginationConfiguration, "client">
2529
+ >
2530
+ ): Paginator<ListPolicySummariesCommandOutput>;
2407
2531
  paginateListRegistries(
2408
2532
  args?: ListRegistriesCommandInput,
2409
2533
  paginationConfig?: Pick<
@@ -6,25 +6,19 @@ import {
6
6
  UserAgentInputConfig,
7
7
  UserAgentResolvedConfig,
8
8
  } from "@aws-sdk/middleware-user-agent";
9
- import {
10
- RegionInputConfig,
11
- RegionResolvedConfig,
12
- } from "@smithy/config-resolver";
13
- import {
14
- EndpointInputConfig,
15
- EndpointResolvedConfig,
16
- } from "@smithy/middleware-endpoint";
17
- import {
18
- RetryInputConfig,
19
- RetryResolvedConfig,
20
- } from "@smithy/middleware-retry";
21
- import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
22
9
  import {
23
10
  DefaultsMode as __DefaultsMode,
24
11
  SmithyConfiguration as __SmithyConfiguration,
25
12
  SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
26
13
  Client as __Client,
27
- } from "@smithy/smithy-client";
14
+ } from "@smithy/core/client";
15
+ import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
16
+ import {
17
+ EndpointInputConfig,
18
+ EndpointResolvedConfig,
19
+ } from "@smithy/core/endpoints";
20
+ import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
21
+ import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
28
22
  import {
29
23
  AwsCredentialIdentityProvider,
30
24
  BodyLengthCalculator as __BodyLengthCalculator,
@@ -316,10 +310,22 @@ import {
316
310
  GetPolicyEngineCommandInput,
317
311
  GetPolicyEngineCommandOutput,
318
312
  } from "./commands/GetPolicyEngineCommand";
313
+ import {
314
+ GetPolicyEngineSummaryCommandInput,
315
+ GetPolicyEngineSummaryCommandOutput,
316
+ } from "./commands/GetPolicyEngineSummaryCommand";
319
317
  import {
320
318
  GetPolicyGenerationCommandInput,
321
319
  GetPolicyGenerationCommandOutput,
322
320
  } from "./commands/GetPolicyGenerationCommand";
321
+ import {
322
+ GetPolicyGenerationSummaryCommandInput,
323
+ GetPolicyGenerationSummaryCommandOutput,
324
+ } from "./commands/GetPolicyGenerationSummaryCommand";
325
+ import {
326
+ GetPolicySummaryCommandInput,
327
+ GetPolicySummaryCommandOutput,
328
+ } from "./commands/GetPolicySummaryCommand";
323
329
  import {
324
330
  GetRegistryCommandInput,
325
331
  GetRegistryCommandOutput,
@@ -428,6 +434,10 @@ import {
428
434
  ListPolicyEnginesCommandInput,
429
435
  ListPolicyEnginesCommandOutput,
430
436
  } from "./commands/ListPolicyEnginesCommand";
437
+ import {
438
+ ListPolicyEngineSummariesCommandInput,
439
+ ListPolicyEngineSummariesCommandOutput,
440
+ } from "./commands/ListPolicyEngineSummariesCommand";
431
441
  import {
432
442
  ListPolicyGenerationAssetsCommandInput,
433
443
  ListPolicyGenerationAssetsCommandOutput,
@@ -436,6 +446,14 @@ import {
436
446
  ListPolicyGenerationsCommandInput,
437
447
  ListPolicyGenerationsCommandOutput,
438
448
  } from "./commands/ListPolicyGenerationsCommand";
449
+ import {
450
+ ListPolicyGenerationSummariesCommandInput,
451
+ ListPolicyGenerationSummariesCommandOutput,
452
+ } from "./commands/ListPolicyGenerationSummariesCommand";
453
+ import {
454
+ ListPolicySummariesCommandInput,
455
+ ListPolicySummariesCommandOutput,
456
+ } from "./commands/ListPolicySummariesCommand";
439
457
  import {
440
458
  ListRegistriesCommandInput,
441
459
  ListRegistriesCommandOutput,
@@ -640,7 +658,10 @@ export type ServiceInputTypes =
640
658
  | GetPaymentManagerCommandInput
641
659
  | GetPolicyCommandInput
642
660
  | GetPolicyEngineCommandInput
661
+ | GetPolicyEngineSummaryCommandInput
643
662
  | GetPolicyGenerationCommandInput
663
+ | GetPolicyGenerationSummaryCommandInput
664
+ | GetPolicySummaryCommandInput
644
665
  | GetRegistryCommandInput
645
666
  | GetRegistryRecordCommandInput
646
667
  | GetResourcePolicyCommandInput
@@ -667,9 +688,12 @@ export type ServiceInputTypes =
667
688
  | ListPaymentCredentialProvidersCommandInput
668
689
  | ListPaymentManagersCommandInput
669
690
  | ListPoliciesCommandInput
691
+ | ListPolicyEngineSummariesCommandInput
670
692
  | ListPolicyEnginesCommandInput
671
693
  | ListPolicyGenerationAssetsCommandInput
694
+ | ListPolicyGenerationSummariesCommandInput
672
695
  | ListPolicyGenerationsCommandInput
696
+ | ListPolicySummariesCommandInput
673
697
  | ListRegistriesCommandInput
674
698
  | ListRegistryRecordsCommandInput
675
699
  | ListTagsForResourceCommandInput
@@ -771,7 +795,10 @@ export type ServiceOutputTypes =
771
795
  | GetPaymentManagerCommandOutput
772
796
  | GetPolicyCommandOutput
773
797
  | GetPolicyEngineCommandOutput
798
+ | GetPolicyEngineSummaryCommandOutput
774
799
  | GetPolicyGenerationCommandOutput
800
+ | GetPolicyGenerationSummaryCommandOutput
801
+ | GetPolicySummaryCommandOutput
775
802
  | GetRegistryCommandOutput
776
803
  | GetRegistryRecordCommandOutput
777
804
  | GetResourcePolicyCommandOutput
@@ -798,9 +825,12 @@ export type ServiceOutputTypes =
798
825
  | ListPaymentCredentialProvidersCommandOutput
799
826
  | ListPaymentManagersCommandOutput
800
827
  | ListPoliciesCommandOutput
828
+ | ListPolicyEngineSummariesCommandOutput
801
829
  | ListPolicyEnginesCommandOutput
802
830
  | ListPolicyGenerationAssetsCommandOutput
831
+ | ListPolicyGenerationSummariesCommandOutput
803
832
  | ListPolicyGenerationsCommandOutput
833
+ | ListPolicySummariesCommandOutput
804
834
  | ListRegistriesCommandOutput
805
835
  | ListRegistryRecordsCommandOutput
806
836
  | ListTagsForResourceCommandOutput
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BedrockAgentCoreControlClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface CreateAgentRuntimeCommandOutput
19
19
  declare const CreateAgentRuntimeCommand_base: {
20
20
  new (
21
21
  input: CreateAgentRuntimeCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CreateAgentRuntimeCommandInput,
24
24
  CreateAgentRuntimeCommandOutput,
25
25
  BedrockAgentCoreControlClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CreateAgentRuntimeCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CreateAgentRuntimeCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CreateAgentRuntimeCommandInput,
33
33
  CreateAgentRuntimeCommandOutput,
34
34
  BedrockAgentCoreControlClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class CreateAgentRuntimeCommand extends CreateAgentRuntimeCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BedrockAgentCoreControlClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface CreateAgentRuntimeEndpointCommandOutput
19
19
  declare const CreateAgentRuntimeEndpointCommand_base: {
20
20
  new (
21
21
  input: CreateAgentRuntimeEndpointCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CreateAgentRuntimeEndpointCommandInput,
24
24
  CreateAgentRuntimeEndpointCommandOutput,
25
25
  BedrockAgentCoreControlClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CreateAgentRuntimeEndpointCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CreateAgentRuntimeEndpointCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CreateAgentRuntimeEndpointCommandInput,
33
33
  CreateAgentRuntimeEndpointCommandOutput,
34
34
  BedrockAgentCoreControlClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class CreateAgentRuntimeEndpointCommand extends CreateAgentRuntimeEndpointCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BedrockAgentCoreControlClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface CreateApiKeyCredentialProviderCommandOutput
19
19
  declare const CreateApiKeyCredentialProviderCommand_base: {
20
20
  new (
21
21
  input: CreateApiKeyCredentialProviderCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CreateApiKeyCredentialProviderCommandInput,
24
24
  CreateApiKeyCredentialProviderCommandOutput,
25
25
  BedrockAgentCoreControlClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CreateApiKeyCredentialProviderCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CreateApiKeyCredentialProviderCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CreateApiKeyCredentialProviderCommandInput,
33
33
  CreateApiKeyCredentialProviderCommandOutput,
34
34
  BedrockAgentCoreControlClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class CreateApiKeyCredentialProviderCommand extends CreateApiKeyCredentialProviderCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BedrockAgentCoreControlClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface CreateBrowserCommandOutput
18
18
  declare const CreateBrowserCommand_base: {
19
19
  new (
20
20
  input: CreateBrowserCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  CreateBrowserCommandInput,
23
23
  CreateBrowserCommandOutput,
24
24
  BedrockAgentCoreControlClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const CreateBrowserCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: CreateBrowserCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  CreateBrowserCommandInput,
32
32
  CreateBrowserCommandOutput,
33
33
  BedrockAgentCoreControlClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class CreateBrowserCommand extends CreateBrowserCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BedrockAgentCoreControlClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface CreateBrowserProfileCommandOutput
19
19
  declare const CreateBrowserProfileCommand_base: {
20
20
  new (
21
21
  input: CreateBrowserProfileCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CreateBrowserProfileCommandInput,
24
24
  CreateBrowserProfileCommandOutput,
25
25
  BedrockAgentCoreControlClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CreateBrowserProfileCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CreateBrowserProfileCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CreateBrowserProfileCommandInput,
33
33
  CreateBrowserProfileCommandOutput,
34
34
  BedrockAgentCoreControlClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class CreateBrowserProfileCommand extends CreateBrowserProfileCommand_base {
41
43
  protected static __types: {