@aws-sdk/client-bedrock-agentcore-control 3.1044.0 → 3.1046.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (499) hide show
  1. package/README.md +147 -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 +656 -305
  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 +519 -40
  11. package/dist-es/BedrockAgentCoreControl.js +55 -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 +16 -0
  30. package/dist-es/commands/CreatePaymentCredentialProviderCommand.js +16 -0
  31. package/dist-es/commands/CreatePaymentManagerCommand.js +16 -0
  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 +16 -0
  53. package/dist-es/commands/DeletePaymentCredentialProviderCommand.js +16 -0
  54. package/dist-es/commands/DeletePaymentManagerCommand.js +16 -0
  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 +16 -0
  78. package/dist-es/commands/GetPaymentCredentialProviderCommand.js +16 -0
  79. package/dist-es/commands/GetPaymentManagerCommand.js +16 -0
  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 +16 -0
  109. package/dist-es/commands/ListPaymentCredentialProvidersCommand.js +16 -0
  110. package/dist-es/commands/ListPaymentManagersCommand.js +16 -0
  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 +16 -0
  142. package/dist-es/commands/UpdatePaymentCredentialProviderCommand.js +16 -0
  143. package/dist-es/commands/UpdatePaymentManagerCommand.js +16 -0
  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 +21 -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/models/enums.js +30 -0
  155. package/dist-es/pagination/ListPaymentConnectorsPaginator.js +4 -0
  156. package/dist-es/pagination/ListPaymentCredentialProvidersPaginator.js +4 -0
  157. package/dist-es/pagination/ListPaymentManagersPaginator.js +4 -0
  158. package/dist-es/pagination/ListPolicyEngineSummariesPaginator.js +4 -0
  159. package/dist-es/pagination/ListPolicyGenerationSummariesPaginator.js +4 -0
  160. package/dist-es/pagination/ListPolicySummariesPaginator.js +4 -0
  161. package/dist-es/pagination/index.js +6 -0
  162. package/dist-es/runtimeConfig.browser.js +4 -6
  163. package/dist-es/runtimeConfig.js +4 -8
  164. package/dist-es/runtimeConfig.shared.js +3 -4
  165. package/dist-es/runtimeExtensions.js +2 -2
  166. package/dist-es/schemas/schemas_0.js +504 -26
  167. package/dist-es/waiters/waitForMemoryCreated.js +1 -1
  168. package/dist-es/waiters/waitForPolicyActive.js +1 -1
  169. package/dist-es/waiters/waitForPolicyDeleted.js +1 -1
  170. package/dist-es/waiters/waitForPolicyEngineActive.js +1 -1
  171. package/dist-es/waiters/waitForPolicyEngineDeleted.js +1 -1
  172. package/dist-es/waiters/waitForPolicyGenerationCompleted.js +1 -1
  173. package/dist-types/BedrockAgentCoreControl.d.ts +193 -1
  174. package/dist-types/BedrockAgentCoreControlClient.d.ts +28 -7
  175. package/dist-types/commands/CreateAgentRuntimeCommand.d.ts +7 -4
  176. package/dist-types/commands/CreateAgentRuntimeEndpointCommand.d.ts +6 -4
  177. package/dist-types/commands/CreateApiKeyCredentialProviderCommand.d.ts +6 -4
  178. package/dist-types/commands/CreateBrowserCommand.d.ts +7 -4
  179. package/dist-types/commands/CreateBrowserProfileCommand.d.ts +6 -4
  180. package/dist-types/commands/CreateCodeInterpreterCommand.d.ts +7 -4
  181. package/dist-types/commands/CreateConfigurationBundleCommand.d.ts +6 -4
  182. package/dist-types/commands/CreateEvaluatorCommand.d.ts +6 -4
  183. package/dist-types/commands/CreateGatewayCommand.d.ts +6 -4
  184. package/dist-types/commands/CreateGatewayRuleCommand.d.ts +6 -4
  185. package/dist-types/commands/CreateGatewayTargetCommand.d.ts +6 -4
  186. package/dist-types/commands/CreateHarnessCommand.d.ts +8 -4
  187. package/dist-types/commands/CreateMemoryCommand.d.ts +6 -4
  188. package/dist-types/commands/CreateOauth2CredentialProviderCommand.d.ts +6 -4
  189. package/dist-types/commands/CreateOnlineEvaluationConfigCommand.d.ts +6 -4
  190. package/dist-types/commands/CreatePaymentConnectorCommand.d.ts +126 -0
  191. package/dist-types/commands/CreatePaymentCredentialProviderCommand.d.ts +149 -0
  192. package/dist-types/commands/CreatePaymentManagerCommand.d.ts +253 -0
  193. package/dist-types/commands/CreatePolicyCommand.d.ts +10 -8
  194. package/dist-types/commands/CreatePolicyEngineCommand.d.ts +8 -6
  195. package/dist-types/commands/CreateRegistryCommand.d.ts +6 -4
  196. package/dist-types/commands/CreateRegistryRecordCommand.d.ts +6 -4
  197. package/dist-types/commands/CreateWorkloadIdentityCommand.d.ts +6 -4
  198. package/dist-types/commands/DeleteAgentRuntimeCommand.d.ts +6 -4
  199. package/dist-types/commands/DeleteAgentRuntimeEndpointCommand.d.ts +6 -4
  200. package/dist-types/commands/DeleteApiKeyCredentialProviderCommand.d.ts +6 -4
  201. package/dist-types/commands/DeleteBrowserCommand.d.ts +6 -4
  202. package/dist-types/commands/DeleteBrowserProfileCommand.d.ts +6 -4
  203. package/dist-types/commands/DeleteCodeInterpreterCommand.d.ts +6 -4
  204. package/dist-types/commands/DeleteConfigurationBundleCommand.d.ts +6 -4
  205. package/dist-types/commands/DeleteEvaluatorCommand.d.ts +6 -4
  206. package/dist-types/commands/DeleteGatewayCommand.d.ts +6 -4
  207. package/dist-types/commands/DeleteGatewayRuleCommand.d.ts +6 -4
  208. package/dist-types/commands/DeleteGatewayTargetCommand.d.ts +6 -4
  209. package/dist-types/commands/DeleteHarnessCommand.d.ts +7 -4
  210. package/dist-types/commands/DeleteMemoryCommand.d.ts +6 -4
  211. package/dist-types/commands/DeleteOauth2CredentialProviderCommand.d.ts +6 -4
  212. package/dist-types/commands/DeleteOnlineEvaluationConfigCommand.d.ts +6 -4
  213. package/dist-types/commands/DeletePaymentConnectorCommand.d.ts +94 -0
  214. package/dist-types/commands/DeletePaymentCredentialProviderCommand.d.ts +92 -0
  215. package/dist-types/commands/DeletePaymentManagerCommand.d.ts +93 -0
  216. package/dist-types/commands/DeletePolicyCommand.d.ts +10 -8
  217. package/dist-types/commands/DeletePolicyEngineCommand.d.ts +8 -6
  218. package/dist-types/commands/DeleteRegistryCommand.d.ts +6 -4
  219. package/dist-types/commands/DeleteRegistryRecordCommand.d.ts +6 -4
  220. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -4
  221. package/dist-types/commands/DeleteWorkloadIdentityCommand.d.ts +6 -4
  222. package/dist-types/commands/GetAgentRuntimeCommand.d.ts +7 -4
  223. package/dist-types/commands/GetAgentRuntimeEndpointCommand.d.ts +6 -4
  224. package/dist-types/commands/GetApiKeyCredentialProviderCommand.d.ts +6 -4
  225. package/dist-types/commands/GetBrowserCommand.d.ts +7 -4
  226. package/dist-types/commands/GetBrowserProfileCommand.d.ts +6 -4
  227. package/dist-types/commands/GetCodeInterpreterCommand.d.ts +7 -4
  228. package/dist-types/commands/GetConfigurationBundleCommand.d.ts +6 -4
  229. package/dist-types/commands/GetConfigurationBundleVersionCommand.d.ts +6 -4
  230. package/dist-types/commands/GetEvaluatorCommand.d.ts +6 -4
  231. package/dist-types/commands/GetGatewayCommand.d.ts +6 -4
  232. package/dist-types/commands/GetGatewayRuleCommand.d.ts +6 -4
  233. package/dist-types/commands/GetGatewayTargetCommand.d.ts +6 -4
  234. package/dist-types/commands/GetHarnessCommand.d.ts +7 -4
  235. package/dist-types/commands/GetMemoryCommand.d.ts +6 -4
  236. package/dist-types/commands/GetOauth2CredentialProviderCommand.d.ts +6 -4
  237. package/dist-types/commands/GetOnlineEvaluationConfigCommand.d.ts +6 -4
  238. package/dist-types/commands/GetPaymentConnectorCommand.d.ts +108 -0
  239. package/dist-types/commands/GetPaymentCredentialProviderCommand.d.ts +125 -0
  240. package/dist-types/commands/GetPaymentManagerCommand.d.ts +175 -0
  241. package/dist-types/commands/GetPolicyCommand.d.ts +10 -8
  242. package/dist-types/commands/GetPolicyEngineCommand.d.ts +8 -6
  243. package/dist-types/commands/GetPolicyEngineSummaryCommand.d.ts +97 -0
  244. package/dist-types/commands/GetPolicyGenerationCommand.d.ts +7 -5
  245. package/dist-types/commands/GetPolicyGenerationSummaryCommand.d.ts +102 -0
  246. package/dist-types/commands/GetPolicySummaryCommand.d.ts +98 -0
  247. package/dist-types/commands/GetRegistryCommand.d.ts +6 -4
  248. package/dist-types/commands/GetRegistryRecordCommand.d.ts +6 -4
  249. package/dist-types/commands/GetResourcePolicyCommand.d.ts +6 -4
  250. package/dist-types/commands/GetTokenVaultCommand.d.ts +6 -4
  251. package/dist-types/commands/GetWorkloadIdentityCommand.d.ts +6 -4
  252. package/dist-types/commands/ListAgentRuntimeEndpointsCommand.d.ts +6 -4
  253. package/dist-types/commands/ListAgentRuntimeVersionsCommand.d.ts +6 -4
  254. package/dist-types/commands/ListAgentRuntimesCommand.d.ts +6 -4
  255. package/dist-types/commands/ListApiKeyCredentialProvidersCommand.d.ts +6 -4
  256. package/dist-types/commands/ListBrowserProfilesCommand.d.ts +6 -4
  257. package/dist-types/commands/ListBrowsersCommand.d.ts +6 -4
  258. package/dist-types/commands/ListCodeInterpretersCommand.d.ts +6 -4
  259. package/dist-types/commands/ListConfigurationBundleVersionsCommand.d.ts +6 -4
  260. package/dist-types/commands/ListConfigurationBundlesCommand.d.ts +6 -4
  261. package/dist-types/commands/ListEvaluatorsCommand.d.ts +6 -4
  262. package/dist-types/commands/ListGatewayRulesCommand.d.ts +6 -4
  263. package/dist-types/commands/ListGatewayTargetsCommand.d.ts +6 -4
  264. package/dist-types/commands/ListGatewaysCommand.d.ts +6 -4
  265. package/dist-types/commands/ListHarnessesCommand.d.ts +6 -4
  266. package/dist-types/commands/ListMemoriesCommand.d.ts +6 -4
  267. package/dist-types/commands/ListOauth2CredentialProvidersCommand.d.ts +6 -4
  268. package/dist-types/commands/ListOnlineEvaluationConfigsCommand.d.ts +6 -4
  269. package/dist-types/commands/ListPaymentConnectorsCommand.d.ts +99 -0
  270. package/dist-types/commands/ListPaymentCredentialProvidersCommand.d.ts +104 -0
  271. package/dist-types/commands/ListPaymentManagersCommand.d.ts +102 -0
  272. package/dist-types/commands/ListPoliciesCommand.d.ts +10 -8
  273. package/dist-types/commands/ListPolicyEngineSummariesCommand.d.ts +100 -0
  274. package/dist-types/commands/ListPolicyEnginesCommand.d.ts +8 -6
  275. package/dist-types/commands/ListPolicyGenerationAssetsCommand.d.ts +6 -4
  276. package/dist-types/commands/ListPolicyGenerationSummariesCommand.d.ts +108 -0
  277. package/dist-types/commands/ListPolicyGenerationsCommand.d.ts +7 -5
  278. package/dist-types/commands/ListPolicySummariesCommand.d.ts +105 -0
  279. package/dist-types/commands/ListRegistriesCommand.d.ts +8 -5
  280. package/dist-types/commands/ListRegistryRecordsCommand.d.ts +6 -4
  281. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  282. package/dist-types/commands/ListWorkloadIdentitiesCommand.d.ts +6 -4
  283. package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -4
  284. package/dist-types/commands/SetTokenVaultCMKCommand.d.ts +6 -4
  285. package/dist-types/commands/StartPolicyGenerationCommand.d.ts +7 -5
  286. package/dist-types/commands/SubmitRegistryRecordForApprovalCommand.d.ts +6 -4
  287. package/dist-types/commands/SynchronizeGatewayTargetsCommand.d.ts +6 -4
  288. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  289. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  290. package/dist-types/commands/UpdateAgentRuntimeCommand.d.ts +7 -4
  291. package/dist-types/commands/UpdateAgentRuntimeEndpointCommand.d.ts +6 -4
  292. package/dist-types/commands/UpdateApiKeyCredentialProviderCommand.d.ts +6 -4
  293. package/dist-types/commands/UpdateConfigurationBundleCommand.d.ts +6 -4
  294. package/dist-types/commands/UpdateEvaluatorCommand.d.ts +6 -4
  295. package/dist-types/commands/UpdateGatewayCommand.d.ts +6 -4
  296. package/dist-types/commands/UpdateGatewayRuleCommand.d.ts +6 -4
  297. package/dist-types/commands/UpdateGatewayTargetCommand.d.ts +6 -4
  298. package/dist-types/commands/UpdateHarnessCommand.d.ts +8 -4
  299. package/dist-types/commands/UpdateMemoryCommand.d.ts +6 -4
  300. package/dist-types/commands/UpdateOauth2CredentialProviderCommand.d.ts +6 -4
  301. package/dist-types/commands/UpdateOnlineEvaluationConfigCommand.d.ts +6 -4
  302. package/dist-types/commands/UpdatePaymentConnectorCommand.d.ts +126 -0
  303. package/dist-types/commands/UpdatePaymentCredentialProviderCommand.d.ts +145 -0
  304. package/dist-types/commands/UpdatePaymentManagerCommand.d.ts +182 -0
  305. package/dist-types/commands/UpdatePolicyCommand.d.ts +10 -8
  306. package/dist-types/commands/UpdatePolicyEngineCommand.d.ts +8 -6
  307. package/dist-types/commands/UpdateRegistryCommand.d.ts +6 -4
  308. package/dist-types/commands/UpdateRegistryRecordCommand.d.ts +6 -4
  309. package/dist-types/commands/UpdateRegistryRecordStatusCommand.d.ts +6 -4
  310. package/dist-types/commands/UpdateWorkloadIdentityCommand.d.ts +6 -4
  311. package/dist-types/commands/index.d.ts +21 -0
  312. package/dist-types/endpoint/bdd.d.ts +1 -1
  313. package/dist-types/extensionConfiguration.d.ts +1 -1
  314. package/dist-types/models/BedrockAgentCoreControlServiceException.d.ts +1 -1
  315. package/dist-types/models/enums.d.ts +76 -0
  316. package/dist-types/models/errors.d.ts +1 -1
  317. package/dist-types/models/models_0.d.ts +15 -11
  318. package/dist-types/models/models_1.d.ts +1795 -239
  319. package/dist-types/pagination/ListPaymentConnectorsPaginator.d.ts +7 -0
  320. package/dist-types/pagination/ListPaymentCredentialProvidersPaginator.d.ts +7 -0
  321. package/dist-types/pagination/ListPaymentManagersPaginator.d.ts +7 -0
  322. package/dist-types/pagination/ListPolicyEngineSummariesPaginator.d.ts +7 -0
  323. package/dist-types/pagination/ListPolicyGenerationSummariesPaginator.d.ts +7 -0
  324. package/dist-types/pagination/ListPolicySummariesPaginator.d.ts +7 -0
  325. package/dist-types/pagination/index.d.ts +6 -0
  326. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  327. package/dist-types/runtimeConfig.d.ts +2 -2
  328. package/dist-types/runtimeConfig.native.d.ts +2 -2
  329. package/dist-types/schemas/schemas_0.d.ts +77 -0
  330. package/dist-types/ts3.4/BedrockAgentCoreControl.d.ts +403 -1
  331. package/dist-types/ts3.4/BedrockAgentCoreControlClient.d.ts +134 -14
  332. package/dist-types/ts3.4/commands/CreateAgentRuntimeCommand.d.ts +6 -4
  333. package/dist-types/ts3.4/commands/CreateAgentRuntimeEndpointCommand.d.ts +6 -4
  334. package/dist-types/ts3.4/commands/CreateApiKeyCredentialProviderCommand.d.ts +6 -4
  335. package/dist-types/ts3.4/commands/CreateBrowserCommand.d.ts +6 -4
  336. package/dist-types/ts3.4/commands/CreateBrowserProfileCommand.d.ts +6 -4
  337. package/dist-types/ts3.4/commands/CreateCodeInterpreterCommand.d.ts +6 -4
  338. package/dist-types/ts3.4/commands/CreateConfigurationBundleCommand.d.ts +6 -4
  339. package/dist-types/ts3.4/commands/CreateEvaluatorCommand.d.ts +6 -4
  340. package/dist-types/ts3.4/commands/CreateGatewayCommand.d.ts +6 -4
  341. package/dist-types/ts3.4/commands/CreateGatewayRuleCommand.d.ts +6 -4
  342. package/dist-types/ts3.4/commands/CreateGatewayTargetCommand.d.ts +6 -4
  343. package/dist-types/ts3.4/commands/CreateHarnessCommand.d.ts +6 -4
  344. package/dist-types/ts3.4/commands/CreateMemoryCommand.d.ts +6 -4
  345. package/dist-types/ts3.4/commands/CreateOauth2CredentialProviderCommand.d.ts +6 -4
  346. package/dist-types/ts3.4/commands/CreateOnlineEvaluationConfigCommand.d.ts +6 -4
  347. package/dist-types/ts3.4/commands/CreatePaymentConnectorCommand.d.ts +53 -0
  348. package/dist-types/ts3.4/commands/CreatePaymentCredentialProviderCommand.d.ts +53 -0
  349. package/dist-types/ts3.4/commands/CreatePaymentManagerCommand.d.ts +53 -0
  350. package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +6 -4
  351. package/dist-types/ts3.4/commands/CreatePolicyEngineCommand.d.ts +6 -4
  352. package/dist-types/ts3.4/commands/CreateRegistryCommand.d.ts +6 -4
  353. package/dist-types/ts3.4/commands/CreateRegistryRecordCommand.d.ts +6 -4
  354. package/dist-types/ts3.4/commands/CreateWorkloadIdentityCommand.d.ts +6 -4
  355. package/dist-types/ts3.4/commands/DeleteAgentRuntimeCommand.d.ts +6 -4
  356. package/dist-types/ts3.4/commands/DeleteAgentRuntimeEndpointCommand.d.ts +6 -4
  357. package/dist-types/ts3.4/commands/DeleteApiKeyCredentialProviderCommand.d.ts +6 -4
  358. package/dist-types/ts3.4/commands/DeleteBrowserCommand.d.ts +6 -4
  359. package/dist-types/ts3.4/commands/DeleteBrowserProfileCommand.d.ts +6 -4
  360. package/dist-types/ts3.4/commands/DeleteCodeInterpreterCommand.d.ts +6 -4
  361. package/dist-types/ts3.4/commands/DeleteConfigurationBundleCommand.d.ts +6 -4
  362. package/dist-types/ts3.4/commands/DeleteEvaluatorCommand.d.ts +6 -4
  363. package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +6 -4
  364. package/dist-types/ts3.4/commands/DeleteGatewayRuleCommand.d.ts +6 -4
  365. package/dist-types/ts3.4/commands/DeleteGatewayTargetCommand.d.ts +6 -4
  366. package/dist-types/ts3.4/commands/DeleteHarnessCommand.d.ts +6 -4
  367. package/dist-types/ts3.4/commands/DeleteMemoryCommand.d.ts +6 -4
  368. package/dist-types/ts3.4/commands/DeleteOauth2CredentialProviderCommand.d.ts +6 -4
  369. package/dist-types/ts3.4/commands/DeleteOnlineEvaluationConfigCommand.d.ts +6 -4
  370. package/dist-types/ts3.4/commands/DeletePaymentConnectorCommand.d.ts +53 -0
  371. package/dist-types/ts3.4/commands/DeletePaymentCredentialProviderCommand.d.ts +53 -0
  372. package/dist-types/ts3.4/commands/DeletePaymentManagerCommand.d.ts +53 -0
  373. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +6 -4
  374. package/dist-types/ts3.4/commands/DeletePolicyEngineCommand.d.ts +6 -4
  375. package/dist-types/ts3.4/commands/DeleteRegistryCommand.d.ts +6 -4
  376. package/dist-types/ts3.4/commands/DeleteRegistryRecordCommand.d.ts +6 -4
  377. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +6 -4
  378. package/dist-types/ts3.4/commands/DeleteWorkloadIdentityCommand.d.ts +6 -4
  379. package/dist-types/ts3.4/commands/GetAgentRuntimeCommand.d.ts +6 -4
  380. package/dist-types/ts3.4/commands/GetAgentRuntimeEndpointCommand.d.ts +6 -4
  381. package/dist-types/ts3.4/commands/GetApiKeyCredentialProviderCommand.d.ts +6 -4
  382. package/dist-types/ts3.4/commands/GetBrowserCommand.d.ts +6 -4
  383. package/dist-types/ts3.4/commands/GetBrowserProfileCommand.d.ts +6 -4
  384. package/dist-types/ts3.4/commands/GetCodeInterpreterCommand.d.ts +6 -4
  385. package/dist-types/ts3.4/commands/GetConfigurationBundleCommand.d.ts +6 -4
  386. package/dist-types/ts3.4/commands/GetConfigurationBundleVersionCommand.d.ts +6 -4
  387. package/dist-types/ts3.4/commands/GetEvaluatorCommand.d.ts +6 -4
  388. package/dist-types/ts3.4/commands/GetGatewayCommand.d.ts +6 -4
  389. package/dist-types/ts3.4/commands/GetGatewayRuleCommand.d.ts +6 -4
  390. package/dist-types/ts3.4/commands/GetGatewayTargetCommand.d.ts +6 -4
  391. package/dist-types/ts3.4/commands/GetHarnessCommand.d.ts +6 -4
  392. package/dist-types/ts3.4/commands/GetMemoryCommand.d.ts +6 -8
  393. package/dist-types/ts3.4/commands/GetOauth2CredentialProviderCommand.d.ts +6 -4
  394. package/dist-types/ts3.4/commands/GetOnlineEvaluationConfigCommand.d.ts +6 -4
  395. package/dist-types/ts3.4/commands/GetPaymentConnectorCommand.d.ts +53 -0
  396. package/dist-types/ts3.4/commands/GetPaymentCredentialProviderCommand.d.ts +53 -0
  397. package/dist-types/ts3.4/commands/GetPaymentManagerCommand.d.ts +53 -0
  398. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +6 -8
  399. package/dist-types/ts3.4/commands/GetPolicyEngineCommand.d.ts +6 -4
  400. package/dist-types/ts3.4/commands/GetPolicyEngineSummaryCommand.d.ts +53 -0
  401. package/dist-types/ts3.4/commands/GetPolicyGenerationCommand.d.ts +6 -4
  402. package/dist-types/ts3.4/commands/GetPolicyGenerationSummaryCommand.d.ts +53 -0
  403. package/dist-types/ts3.4/commands/GetPolicySummaryCommand.d.ts +52 -0
  404. package/dist-types/ts3.4/commands/GetRegistryCommand.d.ts +6 -4
  405. package/dist-types/ts3.4/commands/GetRegistryRecordCommand.d.ts +6 -4
  406. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +6 -4
  407. package/dist-types/ts3.4/commands/GetTokenVaultCommand.d.ts +6 -4
  408. package/dist-types/ts3.4/commands/GetWorkloadIdentityCommand.d.ts +6 -4
  409. package/dist-types/ts3.4/commands/ListAgentRuntimeEndpointsCommand.d.ts +6 -4
  410. package/dist-types/ts3.4/commands/ListAgentRuntimeVersionsCommand.d.ts +6 -4
  411. package/dist-types/ts3.4/commands/ListAgentRuntimesCommand.d.ts +6 -4
  412. package/dist-types/ts3.4/commands/ListApiKeyCredentialProvidersCommand.d.ts +6 -4
  413. package/dist-types/ts3.4/commands/ListBrowserProfilesCommand.d.ts +6 -4
  414. package/dist-types/ts3.4/commands/ListBrowsersCommand.d.ts +6 -4
  415. package/dist-types/ts3.4/commands/ListCodeInterpretersCommand.d.ts +6 -4
  416. package/dist-types/ts3.4/commands/ListConfigurationBundleVersionsCommand.d.ts +6 -4
  417. package/dist-types/ts3.4/commands/ListConfigurationBundlesCommand.d.ts +6 -4
  418. package/dist-types/ts3.4/commands/ListEvaluatorsCommand.d.ts +6 -4
  419. package/dist-types/ts3.4/commands/ListGatewayRulesCommand.d.ts +6 -4
  420. package/dist-types/ts3.4/commands/ListGatewayTargetsCommand.d.ts +6 -4
  421. package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +6 -4
  422. package/dist-types/ts3.4/commands/ListHarnessesCommand.d.ts +6 -4
  423. package/dist-types/ts3.4/commands/ListMemoriesCommand.d.ts +6 -4
  424. package/dist-types/ts3.4/commands/ListOauth2CredentialProvidersCommand.d.ts +6 -4
  425. package/dist-types/ts3.4/commands/ListOnlineEvaluationConfigsCommand.d.ts +6 -4
  426. package/dist-types/ts3.4/commands/ListPaymentConnectorsCommand.d.ts +53 -0
  427. package/dist-types/ts3.4/commands/ListPaymentCredentialProvidersCommand.d.ts +53 -0
  428. package/dist-types/ts3.4/commands/ListPaymentManagersCommand.d.ts +53 -0
  429. package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +6 -4
  430. package/dist-types/ts3.4/commands/ListPolicyEngineSummariesCommand.d.ts +53 -0
  431. package/dist-types/ts3.4/commands/ListPolicyEnginesCommand.d.ts +6 -4
  432. package/dist-types/ts3.4/commands/ListPolicyGenerationAssetsCommand.d.ts +6 -4
  433. package/dist-types/ts3.4/commands/ListPolicyGenerationSummariesCommand.d.ts +53 -0
  434. package/dist-types/ts3.4/commands/ListPolicyGenerationsCommand.d.ts +6 -4
  435. package/dist-types/ts3.4/commands/ListPolicySummariesCommand.d.ts +53 -0
  436. package/dist-types/ts3.4/commands/ListRegistriesCommand.d.ts +6 -4
  437. package/dist-types/ts3.4/commands/ListRegistryRecordsCommand.d.ts +6 -4
  438. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  439. package/dist-types/ts3.4/commands/ListWorkloadIdentitiesCommand.d.ts +6 -4
  440. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +6 -4
  441. package/dist-types/ts3.4/commands/SetTokenVaultCMKCommand.d.ts +6 -4
  442. package/dist-types/ts3.4/commands/StartPolicyGenerationCommand.d.ts +6 -4
  443. package/dist-types/ts3.4/commands/SubmitRegistryRecordForApprovalCommand.d.ts +6 -4
  444. package/dist-types/ts3.4/commands/SynchronizeGatewayTargetsCommand.d.ts +6 -4
  445. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  446. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  447. package/dist-types/ts3.4/commands/UpdateAgentRuntimeCommand.d.ts +6 -4
  448. package/dist-types/ts3.4/commands/UpdateAgentRuntimeEndpointCommand.d.ts +6 -4
  449. package/dist-types/ts3.4/commands/UpdateApiKeyCredentialProviderCommand.d.ts +6 -4
  450. package/dist-types/ts3.4/commands/UpdateConfigurationBundleCommand.d.ts +6 -4
  451. package/dist-types/ts3.4/commands/UpdateEvaluatorCommand.d.ts +6 -4
  452. package/dist-types/ts3.4/commands/UpdateGatewayCommand.d.ts +6 -4
  453. package/dist-types/ts3.4/commands/UpdateGatewayRuleCommand.d.ts +6 -4
  454. package/dist-types/ts3.4/commands/UpdateGatewayTargetCommand.d.ts +6 -4
  455. package/dist-types/ts3.4/commands/UpdateHarnessCommand.d.ts +6 -4
  456. package/dist-types/ts3.4/commands/UpdateMemoryCommand.d.ts +6 -4
  457. package/dist-types/ts3.4/commands/UpdateOauth2CredentialProviderCommand.d.ts +6 -4
  458. package/dist-types/ts3.4/commands/UpdateOnlineEvaluationConfigCommand.d.ts +6 -4
  459. package/dist-types/ts3.4/commands/UpdatePaymentConnectorCommand.d.ts +53 -0
  460. package/dist-types/ts3.4/commands/UpdatePaymentCredentialProviderCommand.d.ts +53 -0
  461. package/dist-types/ts3.4/commands/UpdatePaymentManagerCommand.d.ts +53 -0
  462. package/dist-types/ts3.4/commands/UpdatePolicyCommand.d.ts +6 -4
  463. package/dist-types/ts3.4/commands/UpdatePolicyEngineCommand.d.ts +6 -4
  464. package/dist-types/ts3.4/commands/UpdateRegistryCommand.d.ts +6 -4
  465. package/dist-types/ts3.4/commands/UpdateRegistryRecordCommand.d.ts +6 -4
  466. package/dist-types/ts3.4/commands/UpdateRegistryRecordStatusCommand.d.ts +6 -4
  467. package/dist-types/ts3.4/commands/UpdateWorkloadIdentityCommand.d.ts +6 -4
  468. package/dist-types/ts3.4/commands/index.d.ts +21 -0
  469. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  470. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  471. package/dist-types/ts3.4/models/BedrockAgentCoreControlServiceException.d.ts +1 -1
  472. package/dist-types/ts3.4/models/enums.d.ts +40 -0
  473. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  474. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  475. package/dist-types/ts3.4/models/models_1.d.ts +448 -20
  476. package/dist-types/ts3.4/pagination/ListPaymentConnectorsPaginator.d.ts +11 -0
  477. package/dist-types/ts3.4/pagination/ListPaymentCredentialProvidersPaginator.d.ts +11 -0
  478. package/dist-types/ts3.4/pagination/ListPaymentManagersPaginator.d.ts +11 -0
  479. package/dist-types/ts3.4/pagination/ListPolicyEngineSummariesPaginator.d.ts +11 -0
  480. package/dist-types/ts3.4/pagination/ListPolicyGenerationSummariesPaginator.d.ts +11 -0
  481. package/dist-types/ts3.4/pagination/ListPolicySummariesPaginator.d.ts +11 -0
  482. package/dist-types/ts3.4/pagination/index.d.ts +6 -0
  483. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  484. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  485. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  486. package/dist-types/ts3.4/schemas/schemas_0.d.ts +77 -0
  487. package/dist-types/ts3.4/waiters/waitForMemoryCreated.d.ts +1 -1
  488. package/dist-types/ts3.4/waiters/waitForPolicyActive.d.ts +1 -1
  489. package/dist-types/ts3.4/waiters/waitForPolicyDeleted.d.ts +1 -1
  490. package/dist-types/ts3.4/waiters/waitForPolicyEngineActive.d.ts +1 -1
  491. package/dist-types/ts3.4/waiters/waitForPolicyEngineDeleted.d.ts +1 -1
  492. package/dist-types/ts3.4/waiters/waitForPolicyGenerationCompleted.d.ts +1 -1
  493. package/dist-types/waiters/waitForMemoryCreated.d.ts +1 -1
  494. package/dist-types/waiters/waitForPolicyActive.d.ts +1 -1
  495. package/dist-types/waiters/waitForPolicyDeleted.d.ts +1 -1
  496. package/dist-types/waiters/waitForPolicyEngineActive.d.ts +1 -1
  497. package/dist-types/waiters/waitForPolicyEngineDeleted.d.ts +1 -1
  498. package/dist-types/waiters/waitForPolicyGenerationCompleted.d.ts +1 -1
  499. package/package.json +13 -35
@@ -0,0 +1,99 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
4
+ import type { ListPaymentConnectorsRequest, ListPaymentConnectorsResponse } from "../models/models_1";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link ListPaymentConnectorsCommand}.
14
+ */
15
+ export interface ListPaymentConnectorsCommandInput extends ListPaymentConnectorsRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link ListPaymentConnectorsCommand}.
21
+ */
22
+ export interface ListPaymentConnectorsCommandOutput extends ListPaymentConnectorsResponse, __MetadataBearer {
23
+ }
24
+ declare const ListPaymentConnectorsCommand_base: {
25
+ new (input: ListPaymentConnectorsCommandInput): import("@smithy/core/client").CommandImpl<ListPaymentConnectorsCommandInput, ListPaymentConnectorsCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListPaymentConnectorsCommandInput): import("@smithy/core/client").CommandImpl<ListPaymentConnectorsCommandInput, ListPaymentConnectorsCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
30
+ };
31
+ /**
32
+ * <p>Lists all payment connectors for a specified payment manager.</p>
33
+ * @example
34
+ * Use a bare-bones client and the command you need to make an API call.
35
+ * ```javascript
36
+ * import { BedrockAgentCoreControlClient, ListPaymentConnectorsCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
37
+ * // const { BedrockAgentCoreControlClient, ListPaymentConnectorsCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
38
+ * // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
39
+ * const config = {}; // type is BedrockAgentCoreControlClientConfig
40
+ * const client = new BedrockAgentCoreControlClient(config);
41
+ * const input = { // ListPaymentConnectorsRequest
42
+ * paymentManagerId: "STRING_VALUE", // required
43
+ * maxResults: Number("int"),
44
+ * nextToken: "STRING_VALUE",
45
+ * };
46
+ * const command = new ListPaymentConnectorsCommand(input);
47
+ * const response = await client.send(command);
48
+ * // { // ListPaymentConnectorsResponse
49
+ * // paymentConnectors: [ // PaymentConnectorSummaries // required
50
+ * // { // PaymentConnectorSummary
51
+ * // paymentConnectorId: "STRING_VALUE", // required
52
+ * // name: "STRING_VALUE", // required
53
+ * // type: "CoinbaseCDP" || "StripePrivy", // required
54
+ * // status: "CREATING" || "UPDATING" || "DELETING" || "READY" || "CREATE_FAILED" || "UPDATE_FAILED" || "DELETE_FAILED", // required
55
+ * // lastUpdatedAt: new Date("TIMESTAMP"), // required
56
+ * // },
57
+ * // ],
58
+ * // nextToken: "STRING_VALUE",
59
+ * // };
60
+ *
61
+ * ```
62
+ *
63
+ * @param ListPaymentConnectorsCommandInput - {@link ListPaymentConnectorsCommandInput}
64
+ * @returns {@link ListPaymentConnectorsCommandOutput}
65
+ * @see {@link ListPaymentConnectorsCommandInput} for command's `input` shape.
66
+ * @see {@link ListPaymentConnectorsCommandOutput} for command's `response` shape.
67
+ * @see {@link BedrockAgentCoreControlClientResolvedConfig | config} for BedrockAgentCoreControlClient's `config` shape.
68
+ *
69
+ * @throws {@link AccessDeniedException} (client fault)
70
+ * <p>This exception is thrown when a request is denied per access permissions</p>
71
+ *
72
+ * @throws {@link InternalServerException} (server fault)
73
+ * <p>This exception is thrown if there was an unexpected error during processing of request</p>
74
+ *
75
+ * @throws {@link ThrottlingException} (client fault)
76
+ * <p>This exception is thrown when the number of requests exceeds the limit</p>
77
+ *
78
+ * @throws {@link ValidationException} (client fault)
79
+ * <p>The input fails to satisfy the constraints specified by the service.</p>
80
+ *
81
+ * @throws {@link BedrockAgentCoreControlServiceException}
82
+ * <p>Base exception class for all service exceptions from BedrockAgentCoreControl service.</p>
83
+ *
84
+ *
85
+ * @public
86
+ */
87
+ export declare class ListPaymentConnectorsCommand extends ListPaymentConnectorsCommand_base {
88
+ /** @internal type navigation helper, not in runtime. */
89
+ protected static __types: {
90
+ api: {
91
+ input: ListPaymentConnectorsRequest;
92
+ output: ListPaymentConnectorsResponse;
93
+ };
94
+ sdk: {
95
+ input: ListPaymentConnectorsCommandInput;
96
+ output: ListPaymentConnectorsCommandOutput;
97
+ };
98
+ };
99
+ }
@@ -0,0 +1,104 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
4
+ import type { ListPaymentCredentialProvidersRequest, ListPaymentCredentialProvidersResponse } from "../models/models_1";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link ListPaymentCredentialProvidersCommand}.
14
+ */
15
+ export interface ListPaymentCredentialProvidersCommandInput extends ListPaymentCredentialProvidersRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link ListPaymentCredentialProvidersCommand}.
21
+ */
22
+ export interface ListPaymentCredentialProvidersCommandOutput extends ListPaymentCredentialProvidersResponse, __MetadataBearer {
23
+ }
24
+ declare const ListPaymentCredentialProvidersCommand_base: {
25
+ new (input: ListPaymentCredentialProvidersCommandInput): import("@smithy/core/client").CommandImpl<ListPaymentCredentialProvidersCommandInput, ListPaymentCredentialProvidersCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListPaymentCredentialProvidersCommandInput]): import("@smithy/core/client").CommandImpl<ListPaymentCredentialProvidersCommandInput, ListPaymentCredentialProvidersCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
30
+ };
31
+ /**
32
+ * <p>Lists all payment credential providers in the account.</p>
33
+ * @example
34
+ * Use a bare-bones client and the command you need to make an API call.
35
+ * ```javascript
36
+ * import { BedrockAgentCoreControlClient, ListPaymentCredentialProvidersCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
37
+ * // const { BedrockAgentCoreControlClient, ListPaymentCredentialProvidersCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
38
+ * // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
39
+ * const config = {}; // type is BedrockAgentCoreControlClientConfig
40
+ * const client = new BedrockAgentCoreControlClient(config);
41
+ * const input = { // ListPaymentCredentialProvidersRequest
42
+ * nextToken: "STRING_VALUE",
43
+ * maxResults: Number("int"),
44
+ * };
45
+ * const command = new ListPaymentCredentialProvidersCommand(input);
46
+ * const response = await client.send(command);
47
+ * // { // ListPaymentCredentialProvidersResponse
48
+ * // credentialProviders: [ // PaymentCredentialProviders // required
49
+ * // { // PaymentCredentialProviderItem
50
+ * // name: "STRING_VALUE", // required
51
+ * // credentialProviderVendor: "CoinbaseCDP" || "StripePrivy", // required
52
+ * // credentialProviderArn: "STRING_VALUE", // required
53
+ * // createdTime: new Date("TIMESTAMP"), // required
54
+ * // lastUpdatedTime: new Date("TIMESTAMP"), // required
55
+ * // },
56
+ * // ],
57
+ * // nextToken: "STRING_VALUE",
58
+ * // };
59
+ *
60
+ * ```
61
+ *
62
+ * @param ListPaymentCredentialProvidersCommandInput - {@link ListPaymentCredentialProvidersCommandInput}
63
+ * @returns {@link ListPaymentCredentialProvidersCommandOutput}
64
+ * @see {@link ListPaymentCredentialProvidersCommandInput} for command's `input` shape.
65
+ * @see {@link ListPaymentCredentialProvidersCommandOutput} for command's `response` shape.
66
+ * @see {@link BedrockAgentCoreControlClientResolvedConfig | config} for BedrockAgentCoreControlClient's `config` shape.
67
+ *
68
+ * @throws {@link AccessDeniedException} (client fault)
69
+ * <p>This exception is thrown when a request is denied per access permissions</p>
70
+ *
71
+ * @throws {@link InternalServerException} (server fault)
72
+ * <p>This exception is thrown if there was an unexpected error during processing of request</p>
73
+ *
74
+ * @throws {@link ResourceNotFoundException} (client fault)
75
+ * <p>This exception is thrown when a resource referenced by the operation does not exist</p>
76
+ *
77
+ * @throws {@link ThrottlingException} (client fault)
78
+ * <p>This exception is thrown when the number of requests exceeds the limit</p>
79
+ *
80
+ * @throws {@link UnauthorizedException} (client fault)
81
+ * <p>This exception is thrown when the JWT bearer token is invalid or not found for OAuth bearer token based access</p>
82
+ *
83
+ * @throws {@link ValidationException} (client fault)
84
+ * <p>The input fails to satisfy the constraints specified by the service.</p>
85
+ *
86
+ * @throws {@link BedrockAgentCoreControlServiceException}
87
+ * <p>Base exception class for all service exceptions from BedrockAgentCoreControl service.</p>
88
+ *
89
+ *
90
+ * @public
91
+ */
92
+ export declare class ListPaymentCredentialProvidersCommand extends ListPaymentCredentialProvidersCommand_base {
93
+ /** @internal type navigation helper, not in runtime. */
94
+ protected static __types: {
95
+ api: {
96
+ input: ListPaymentCredentialProvidersRequest;
97
+ output: ListPaymentCredentialProvidersResponse;
98
+ };
99
+ sdk: {
100
+ input: ListPaymentCredentialProvidersCommandInput;
101
+ output: ListPaymentCredentialProvidersCommandOutput;
102
+ };
103
+ };
104
+ }
@@ -0,0 +1,102 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
4
+ import type { ListPaymentManagersRequest, ListPaymentManagersResponse } from "../models/models_1";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link ListPaymentManagersCommand}.
14
+ */
15
+ export interface ListPaymentManagersCommandInput extends ListPaymentManagersRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link ListPaymentManagersCommand}.
21
+ */
22
+ export interface ListPaymentManagersCommandOutput extends ListPaymentManagersResponse, __MetadataBearer {
23
+ }
24
+ declare const ListPaymentManagersCommand_base: {
25
+ new (input: ListPaymentManagersCommandInput): import("@smithy/core/client").CommandImpl<ListPaymentManagersCommandInput, ListPaymentManagersCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListPaymentManagersCommandInput]): import("@smithy/core/client").CommandImpl<ListPaymentManagersCommandInput, ListPaymentManagersCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
30
+ };
31
+ /**
32
+ * <p>Lists all payment managers in the account.</p>
33
+ * @example
34
+ * Use a bare-bones client and the command you need to make an API call.
35
+ * ```javascript
36
+ * import { BedrockAgentCoreControlClient, ListPaymentManagersCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
37
+ * // const { BedrockAgentCoreControlClient, ListPaymentManagersCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
38
+ * // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
39
+ * const config = {}; // type is BedrockAgentCoreControlClientConfig
40
+ * const client = new BedrockAgentCoreControlClient(config);
41
+ * const input = { // ListPaymentManagersRequest
42
+ * maxResults: Number("int"),
43
+ * nextToken: "STRING_VALUE",
44
+ * };
45
+ * const command = new ListPaymentManagersCommand(input);
46
+ * const response = await client.send(command);
47
+ * // { // ListPaymentManagersResponse
48
+ * // paymentManagers: [ // PaymentManagerSummaries // required
49
+ * // { // PaymentManagerSummary
50
+ * // paymentManagerArn: "STRING_VALUE", // required
51
+ * // paymentManagerId: "STRING_VALUE", // required
52
+ * // name: "STRING_VALUE", // required
53
+ * // description: "STRING_VALUE",
54
+ * // authorizerType: "CUSTOM_JWT" || "AWS_IAM", // required
55
+ * // roleArn: "STRING_VALUE", // required
56
+ * // status: "CREATING" || "UPDATING" || "DELETING" || "READY" || "CREATE_FAILED" || "UPDATE_FAILED" || "DELETE_FAILED", // required
57
+ * // createdAt: new Date("TIMESTAMP"),
58
+ * // lastUpdatedAt: new Date("TIMESTAMP"), // required
59
+ * // },
60
+ * // ],
61
+ * // nextToken: "STRING_VALUE",
62
+ * // };
63
+ *
64
+ * ```
65
+ *
66
+ * @param ListPaymentManagersCommandInput - {@link ListPaymentManagersCommandInput}
67
+ * @returns {@link ListPaymentManagersCommandOutput}
68
+ * @see {@link ListPaymentManagersCommandInput} for command's `input` shape.
69
+ * @see {@link ListPaymentManagersCommandOutput} for command's `response` shape.
70
+ * @see {@link BedrockAgentCoreControlClientResolvedConfig | config} for BedrockAgentCoreControlClient's `config` shape.
71
+ *
72
+ * @throws {@link AccessDeniedException} (client fault)
73
+ * <p>This exception is thrown when a request is denied per access permissions</p>
74
+ *
75
+ * @throws {@link InternalServerException} (server fault)
76
+ * <p>This exception is thrown if there was an unexpected error during processing of request</p>
77
+ *
78
+ * @throws {@link ThrottlingException} (client fault)
79
+ * <p>This exception is thrown when the number of requests exceeds the limit</p>
80
+ *
81
+ * @throws {@link ValidationException} (client fault)
82
+ * <p>The input fails to satisfy the constraints specified by the service.</p>
83
+ *
84
+ * @throws {@link BedrockAgentCoreControlServiceException}
85
+ * <p>Base exception class for all service exceptions from BedrockAgentCoreControl service.</p>
86
+ *
87
+ *
88
+ * @public
89
+ */
90
+ export declare class ListPaymentManagersCommand extends ListPaymentManagersCommand_base {
91
+ /** @internal type navigation helper, not in runtime. */
92
+ protected static __types: {
93
+ api: {
94
+ input: ListPaymentManagersRequest;
95
+ output: ListPaymentManagersResponse;
96
+ };
97
+ sdk: {
98
+ input: ListPaymentManagersCommandInput;
99
+ output: ListPaymentManagersCommandOutput;
100
+ };
101
+ };
102
+ }
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
4
4
  import type { ListPoliciesRequest, ListPoliciesResponse } from "../models/models_1";
@@ -22,9 +22,11 @@ export interface ListPoliciesCommandInput extends ListPoliciesRequest {
22
22
  export interface ListPoliciesCommandOutput extends ListPoliciesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListPoliciesCommand_base: {
25
- new (input: ListPoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<ListPoliciesCommandInput, ListPoliciesCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListPoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<ListPoliciesCommandInput, ListPoliciesCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListPoliciesCommandInput): import("@smithy/core/client").CommandImpl<ListPoliciesCommandInput, ListPoliciesCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListPoliciesCommandInput): import("@smithy/core/client").CommandImpl<ListPoliciesCommandInput, ListPoliciesCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves a list of policies within the AgentCore Policy engine. This operation supports pagination and filtering to help administrators manage and discover policies across policy engines. Results can be filtered by policy engine or resource associations.</p>
@@ -50,6 +52,10 @@ declare const ListPoliciesCommand_base: {
50
52
  * // policyId: "STRING_VALUE", // required
51
53
  * // name: "STRING_VALUE", // required
52
54
  * // policyEngineId: "STRING_VALUE", // required
55
+ * // createdAt: new Date("TIMESTAMP"), // required
56
+ * // updatedAt: new Date("TIMESTAMP"), // required
57
+ * // policyArn: "STRING_VALUE", // required
58
+ * // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "UPDATE_FAILED" || "DELETE_FAILED", // required
53
59
  * // definition: { // PolicyDefinition Union: only one key present
54
60
  * // cedar: { // CedarPolicy
55
61
  * // statement: "STRING_VALUE", // required
@@ -60,10 +66,6 @@ declare const ListPoliciesCommand_base: {
60
66
  * // },
61
67
  * // },
62
68
  * // description: "STRING_VALUE",
63
- * // createdAt: new Date("TIMESTAMP"), // required
64
- * // updatedAt: new Date("TIMESTAMP"), // required
65
- * // policyArn: "STRING_VALUE", // required
66
- * // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "UPDATE_FAILED" || "DELETE_FAILED", // required
67
69
  * // statusReasons: [ // PolicyStatusReasons // required
68
70
  * // "STRING_VALUE",
69
71
  * // ],
@@ -0,0 +1,100 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
4
+ import type { ListPolicyEngineSummariesRequest, ListPolicyEngineSummariesResponse } from "../models/models_1";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link ListPolicyEngineSummariesCommand}.
14
+ */
15
+ export interface ListPolicyEngineSummariesCommandInput extends ListPolicyEngineSummariesRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link ListPolicyEngineSummariesCommand}.
21
+ */
22
+ export interface ListPolicyEngineSummariesCommandOutput extends ListPolicyEngineSummariesResponse, __MetadataBearer {
23
+ }
24
+ declare const ListPolicyEngineSummariesCommand_base: {
25
+ new (input: ListPolicyEngineSummariesCommandInput): import("@smithy/core/client").CommandImpl<ListPolicyEngineSummariesCommandInput, ListPolicyEngineSummariesCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListPolicyEngineSummariesCommandInput]): import("@smithy/core/client").CommandImpl<ListPolicyEngineSummariesCommandInput, ListPolicyEngineSummariesCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
30
+ };
31
+ /**
32
+ * <p>Retrieves a paginated list of metadata-only policy engine summaries without decrypting customer content. This lightweight read operation returns resource identifiers, status, and timestamps for each policy engine, but does not include descriptions or status reasons. Because this operation does not require access to the customer's KMS key, it is suitable for resource discovery, inventory, and integration scenarios where only metadata is needed.</p>
33
+ * @example
34
+ * Use a bare-bones client and the command you need to make an API call.
35
+ * ```javascript
36
+ * import { BedrockAgentCoreControlClient, ListPolicyEngineSummariesCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
37
+ * // const { BedrockAgentCoreControlClient, ListPolicyEngineSummariesCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
38
+ * // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
39
+ * const config = {}; // type is BedrockAgentCoreControlClientConfig
40
+ * const client = new BedrockAgentCoreControlClient(config);
41
+ * const input = { // ListPolicyEngineSummariesRequest
42
+ * nextToken: "STRING_VALUE",
43
+ * maxResults: Number("int"),
44
+ * };
45
+ * const command = new ListPolicyEngineSummariesCommand(input);
46
+ * const response = await client.send(command);
47
+ * // { // ListPolicyEngineSummariesResponse
48
+ * // policyEngines: [ // PolicyEngineSummaryList // required
49
+ * // { // PolicyEngineSummary
50
+ * // policyEngineId: "STRING_VALUE", // required
51
+ * // name: "STRING_VALUE", // required
52
+ * // createdAt: new Date("TIMESTAMP"), // required
53
+ * // updatedAt: new Date("TIMESTAMP"), // required
54
+ * // policyEngineArn: "STRING_VALUE", // required
55
+ * // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "UPDATE_FAILED" || "DELETE_FAILED", // required
56
+ * // encryptionKeyArn: "STRING_VALUE",
57
+ * // },
58
+ * // ],
59
+ * // nextToken: "STRING_VALUE",
60
+ * // };
61
+ *
62
+ * ```
63
+ *
64
+ * @param ListPolicyEngineSummariesCommandInput - {@link ListPolicyEngineSummariesCommandInput}
65
+ * @returns {@link ListPolicyEngineSummariesCommandOutput}
66
+ * @see {@link ListPolicyEngineSummariesCommandInput} for command's `input` shape.
67
+ * @see {@link ListPolicyEngineSummariesCommandOutput} for command's `response` shape.
68
+ * @see {@link BedrockAgentCoreControlClientResolvedConfig | config} for BedrockAgentCoreControlClient's `config` shape.
69
+ *
70
+ * @throws {@link AccessDeniedException} (client fault)
71
+ * <p>This exception is thrown when a request is denied per access permissions</p>
72
+ *
73
+ * @throws {@link InternalServerException} (server fault)
74
+ * <p>This exception is thrown if there was an unexpected error during processing of request</p>
75
+ *
76
+ * @throws {@link ThrottlingException} (client fault)
77
+ * <p>This exception is thrown when the number of requests exceeds the limit</p>
78
+ *
79
+ * @throws {@link ValidationException} (client fault)
80
+ * <p>The input fails to satisfy the constraints specified by the service.</p>
81
+ *
82
+ * @throws {@link BedrockAgentCoreControlServiceException}
83
+ * <p>Base exception class for all service exceptions from BedrockAgentCoreControl service.</p>
84
+ *
85
+ *
86
+ * @public
87
+ */
88
+ export declare class ListPolicyEngineSummariesCommand extends ListPolicyEngineSummariesCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: ListPolicyEngineSummariesRequest;
93
+ output: ListPolicyEngineSummariesResponse;
94
+ };
95
+ sdk: {
96
+ input: ListPolicyEngineSummariesCommandInput;
97
+ output: ListPolicyEngineSummariesCommandOutput;
98
+ };
99
+ };
100
+ }
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
4
4
  import type { ListPolicyEnginesRequest, ListPolicyEnginesResponse } from "../models/models_1";
@@ -22,9 +22,11 @@ export interface ListPolicyEnginesCommandInput extends ListPolicyEnginesRequest
22
22
  export interface ListPolicyEnginesCommandOutput extends ListPolicyEnginesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListPolicyEnginesCommand_base: {
25
- new (input: ListPolicyEnginesCommandInput): import("@smithy/smithy-client").CommandImpl<ListPolicyEnginesCommandInput, ListPolicyEnginesCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListPolicyEnginesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListPolicyEnginesCommandInput, ListPolicyEnginesCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListPolicyEnginesCommandInput): import("@smithy/core/client").CommandImpl<ListPolicyEnginesCommandInput, ListPolicyEnginesCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListPolicyEnginesCommandInput]): import("@smithy/core/client").CommandImpl<ListPolicyEnginesCommandInput, ListPolicyEnginesCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves a list of policy engines within the AgentCore Policy system. This operation supports pagination to help administrators discover and manage policy engines across their account. Each policy engine serves as a container for related policies.</p>
@@ -47,15 +49,15 @@ declare const ListPolicyEnginesCommand_base: {
47
49
  * // { // PolicyEngine
48
50
  * // policyEngineId: "STRING_VALUE", // required
49
51
  * // name: "STRING_VALUE", // required
50
- * // description: "STRING_VALUE",
51
52
  * // createdAt: new Date("TIMESTAMP"), // required
52
53
  * // updatedAt: new Date("TIMESTAMP"), // required
53
54
  * // policyEngineArn: "STRING_VALUE", // required
54
55
  * // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "UPDATE_FAILED" || "DELETE_FAILED", // required
56
+ * // encryptionKeyArn: "STRING_VALUE",
57
+ * // description: "STRING_VALUE",
55
58
  * // statusReasons: [ // PolicyStatusReasons // required
56
59
  * // "STRING_VALUE",
57
60
  * // ],
58
- * // encryptionKeyArn: "STRING_VALUE",
59
61
  * // },
60
62
  * // ],
61
63
  * // nextToken: "STRING_VALUE",
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
4
4
  import type { ListPolicyGenerationAssetsRequest, ListPolicyGenerationAssetsResponse } from "../models/models_1";
@@ -22,9 +22,11 @@ export interface ListPolicyGenerationAssetsCommandInput extends ListPolicyGenera
22
22
  export interface ListPolicyGenerationAssetsCommandOutput extends ListPolicyGenerationAssetsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListPolicyGenerationAssetsCommand_base: {
25
- new (input: ListPolicyGenerationAssetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPolicyGenerationAssetsCommandInput, ListPolicyGenerationAssetsCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListPolicyGenerationAssetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPolicyGenerationAssetsCommandInput, ListPolicyGenerationAssetsCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListPolicyGenerationAssetsCommandInput): import("@smithy/core/client").CommandImpl<ListPolicyGenerationAssetsCommandInput, ListPolicyGenerationAssetsCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListPolicyGenerationAssetsCommandInput): import("@smithy/core/client").CommandImpl<ListPolicyGenerationAssetsCommandInput, ListPolicyGenerationAssetsCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves a list of generated policy assets from a policy generation request within the AgentCore Policy system. This operation returns the actual Cedar policies and related artifacts produced by the AI-powered policy generation process, allowing users to review and select from multiple generated policy options.</p>
@@ -0,0 +1,108 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
4
+ import type { ListPolicyGenerationSummariesRequest, ListPolicyGenerationSummariesResponse } from "../models/models_1";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link ListPolicyGenerationSummariesCommand}.
14
+ */
15
+ export interface ListPolicyGenerationSummariesCommandInput extends ListPolicyGenerationSummariesRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link ListPolicyGenerationSummariesCommand}.
21
+ */
22
+ export interface ListPolicyGenerationSummariesCommandOutput extends ListPolicyGenerationSummariesResponse, __MetadataBearer {
23
+ }
24
+ declare const ListPolicyGenerationSummariesCommand_base: {
25
+ new (input: ListPolicyGenerationSummariesCommandInput): import("@smithy/core/client").CommandImpl<ListPolicyGenerationSummariesCommandInput, ListPolicyGenerationSummariesCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListPolicyGenerationSummariesCommandInput): import("@smithy/core/client").CommandImpl<ListPolicyGenerationSummariesCommandInput, ListPolicyGenerationSummariesCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
30
+ };
31
+ /**
32
+ * <p>Retrieves a paginated list of metadata-only policy generation summaries within a policy engine without decrypting customer content. This lightweight read operation returns resource identifiers, status, timestamps, and findings for each policy generation, but does not include status reasons. Because this operation does not require access to the customer's KMS key, it is suitable for resource discovery, inventory, and integration scenarios where only metadata is needed.</p>
33
+ * @example
34
+ * Use a bare-bones client and the command you need to make an API call.
35
+ * ```javascript
36
+ * import { BedrockAgentCoreControlClient, ListPolicyGenerationSummariesCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
37
+ * // const { BedrockAgentCoreControlClient, ListPolicyGenerationSummariesCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
38
+ * // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
39
+ * const config = {}; // type is BedrockAgentCoreControlClientConfig
40
+ * const client = new BedrockAgentCoreControlClient(config);
41
+ * const input = { // ListPolicyGenerationSummariesRequest
42
+ * nextToken: "STRING_VALUE",
43
+ * maxResults: Number("int"),
44
+ * policyEngineId: "STRING_VALUE", // required
45
+ * };
46
+ * const command = new ListPolicyGenerationSummariesCommand(input);
47
+ * const response = await client.send(command);
48
+ * // { // ListPolicyGenerationSummariesResponse
49
+ * // policyGenerations: [ // PolicyGenerationSummaryList // required
50
+ * // { // PolicyGenerationSummary
51
+ * // policyEngineId: "STRING_VALUE", // required
52
+ * // policyGenerationId: "STRING_VALUE", // required
53
+ * // name: "STRING_VALUE", // required
54
+ * // policyGenerationArn: "STRING_VALUE", // required
55
+ * // resource: { // Resource Union: only one key present
56
+ * // arn: "STRING_VALUE",
57
+ * // },
58
+ * // createdAt: new Date("TIMESTAMP"), // required
59
+ * // updatedAt: new Date("TIMESTAMP"), // required
60
+ * // status: "GENERATING" || "GENERATED" || "GENERATE_FAILED" || "DELETE_FAILED", // required
61
+ * // findings: "STRING_VALUE",
62
+ * // },
63
+ * // ],
64
+ * // nextToken: "STRING_VALUE",
65
+ * // };
66
+ *
67
+ * ```
68
+ *
69
+ * @param ListPolicyGenerationSummariesCommandInput - {@link ListPolicyGenerationSummariesCommandInput}
70
+ * @returns {@link ListPolicyGenerationSummariesCommandOutput}
71
+ * @see {@link ListPolicyGenerationSummariesCommandInput} for command's `input` shape.
72
+ * @see {@link ListPolicyGenerationSummariesCommandOutput} for command's `response` shape.
73
+ * @see {@link BedrockAgentCoreControlClientResolvedConfig | config} for BedrockAgentCoreControlClient's `config` shape.
74
+ *
75
+ * @throws {@link AccessDeniedException} (client fault)
76
+ * <p>This exception is thrown when a request is denied per access permissions</p>
77
+ *
78
+ * @throws {@link InternalServerException} (server fault)
79
+ * <p>This exception is thrown if there was an unexpected error during processing of request</p>
80
+ *
81
+ * @throws {@link ResourceNotFoundException} (client fault)
82
+ * <p>This exception is thrown when a resource referenced by the operation does not exist</p>
83
+ *
84
+ * @throws {@link ThrottlingException} (client fault)
85
+ * <p>This exception is thrown when the number of requests exceeds the limit</p>
86
+ *
87
+ * @throws {@link ValidationException} (client fault)
88
+ * <p>The input fails to satisfy the constraints specified by the service.</p>
89
+ *
90
+ * @throws {@link BedrockAgentCoreControlServiceException}
91
+ * <p>Base exception class for all service exceptions from BedrockAgentCoreControl service.</p>
92
+ *
93
+ *
94
+ * @public
95
+ */
96
+ export declare class ListPolicyGenerationSummariesCommand extends ListPolicyGenerationSummariesCommand_base {
97
+ /** @internal type navigation helper, not in runtime. */
98
+ protected static __types: {
99
+ api: {
100
+ input: ListPolicyGenerationSummariesRequest;
101
+ output: ListPolicyGenerationSummariesResponse;
102
+ };
103
+ sdk: {
104
+ input: ListPolicyGenerationSummariesCommandInput;
105
+ output: ListPolicyGenerationSummariesCommandOutput;
106
+ };
107
+ };
108
+ }