@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
@@ -1,5 +1,5 @@
1
- import type { ActorTokenContentType, ClientAuthenticationMethodType, ContentLevel, ContentType, CredentialProviderVendorType, DescriptorType, FilterOperator, FindingType, MemoryStatus, MemoryStrategyStatus, MemoryStrategyType, MemoryView, OnBehalfOfTokenExchangeGrantTypeType, OnlineEvaluationConfigStatus, OnlineEvaluationExecutionStatus, OverrideType, PolicyEngineStatus, PolicyGenerationStatus, PolicyStatus, PolicyValidationMode, RegistryAuthorizerType, RegistryRecordCredentialProviderType, RegistryRecordOAuthGrantType, RegistryRecordStatus, RegistryStatus, SchemaType, Status, SynchronizationType, TargetProtocolType, TargetStatus } from "./enums";
2
- import type { A2aDescriptor, AgentSkillsDescriptor, ApiGatewayTargetConfiguration, ApiSchemaConfiguration, AuthorizationData, AuthorizerConfiguration, CredentialProviderConfiguration, CustomMemoryStrategyInput, EpisodicMemoryStrategyInput, EpisodicOverrideConsolidationConfigurationInput, EpisodicOverrideExtractionConfigurationInput, EpisodicOverrideReflectionConfigurationInput, EpisodicReflectionConfigurationInput, HttpTargetConfiguration, IndexedKey, KmsConfiguration, ManagedResourceDetails, McpServerTargetConfiguration, MemoryRecordSchema, MetadataConfiguration, PrivateEndpoint, PrivateEndpointOverride, S3Configuration, Secret, SemanticMemoryStrategyInput, SemanticOverrideConsolidationConfigurationInput, SemanticOverrideExtractionConfigurationInput, SkillDefinition, SkillMdDefinition, SummaryOverrideConsolidationConfigurationInput, TriggerConditionInput, UpdatedAuthorizerConfiguration, UserPreferenceOverrideConsolidationConfigurationInput, UserPreferenceOverrideExtractionConfigurationInput } from "./models_0";
1
+ import type { ActorTokenContentType, ClientAuthenticationMethodType, ContentLevel, ContentType, CredentialProviderVendorType, DescriptorType, FilterOperator, FindingType, MemoryStatus, MemoryStrategyStatus, MemoryStrategyType, MemoryView, OnBehalfOfTokenExchangeGrantTypeType, OnlineEvaluationConfigStatus, OnlineEvaluationExecutionStatus, OverrideType, PaymentConnectorStatus, PaymentConnectorType, PaymentCredentialProviderVendorType, PaymentManagerStatus, PaymentsAuthorizerType, PolicyEngineStatus, PolicyGenerationStatus, PolicyStatus, PolicyValidationMode, RegistryAuthorizerType, RegistryRecordCredentialProviderType, RegistryRecordOAuthGrantType, RegistryRecordStatus, RegistryStatus, SchemaType, Status, SynchronizationType, TargetProtocolType, TargetStatus } from "./enums";
2
+ import type { A2aDescriptor, AgentSkillsDescriptor, ApiGatewayTargetConfiguration, ApiSchemaConfiguration, AuthorizationData, AuthorizerConfiguration, CredentialProviderConfiguration, CustomMemoryStrategyInput, EpisodicMemoryStrategyInput, EpisodicOverrideConsolidationConfigurationInput, EpisodicOverrideExtractionConfigurationInput, EpisodicOverrideReflectionConfigurationInput, EpisodicReflectionConfigurationInput, HttpTargetConfiguration, IndexedKey, KmsConfiguration, ManagedResourceDetails, McpServerTargetConfiguration, MemoryRecordSchema, MetadataConfiguration, PrivateEndpoint, PrivateEndpointOverride, S3Configuration, Secret, SemanticMemoryStrategyInput, SemanticOverrideConsolidationConfigurationInput, SemanticOverrideExtractionConfigurationInput, SkillDefinition, SkillMdDefinition, SummaryOverrideConsolidationConfigurationInput, TriggerConditionInput, UpdatedAuthorizerConfiguration, UserPreferenceOverrideConsolidationConfigurationInput, UserPreferenceOverrideExtractionConfigurationInput, WorkloadIdentityDetails } from "./models_0";
3
3
  /**
4
4
  * <p>Input for creating a summary memory strategy.</p>
5
5
  * @public
@@ -16,7 +16,7 @@ export interface SummaryMemoryStrategyInput {
16
16
  */
17
17
  description?: string | undefined;
18
18
  /**
19
- * <p>The namespaces associated with the summary memory strategy.</p>
19
+ * <p>This is a legacy parameter, use <code>namespaceTemplates</code>. The namespaces associated with the summary memory strategy.</p>
20
20
  *
21
21
  * @deprecated (since 2026-03-02) Use namespaceTemplates instead.
22
22
  * @public
@@ -49,7 +49,7 @@ export interface UserPreferenceMemoryStrategyInput {
49
49
  */
50
50
  description?: string | undefined;
51
51
  /**
52
- * <p>The namespaces associated with the user preference memory strategy.</p>
52
+ * <p>This is a legacy parameter, use <code>namespaceTemplates</code>. The namespaces associated with the user preference memory strategy.</p>
53
53
  *
54
54
  * @deprecated (since 2026-03-02) Use namespaceTemplates instead.
55
55
  * @public
@@ -618,7 +618,7 @@ export interface EpisodicReflectionOverride {
618
618
  */
619
619
  modelId: string | undefined;
620
620
  /**
621
- * <p>The namespaces over which reflections were created. Can be less nested than the episodic namespaces.</p>
621
+ * <p>This is a legacy parameter. The namespaces over which reflections were created. Can be less nested than the episodic namespaces.</p>
622
622
  *
623
623
  * @deprecated (since 2026-03-02) Use namespaceTemplates instead.
624
624
  * @public
@@ -674,7 +674,7 @@ export declare namespace CustomReflectionConfiguration {
674
674
  */
675
675
  export interface EpisodicReflectionConfiguration {
676
676
  /**
677
- * <p>The namespaces for which to create reflections. Can be less nested than the episodic namespaces.</p>
677
+ * <p>This is a legacy parameter, use <code>namespaceTemplates</code>. The namespaces for which to create reflections. Can be less nested than the episodic namespaces.</p>
678
678
  *
679
679
  * @deprecated (since 2026-03-02) Use namespaceTemplates instead.
680
680
  * @public
@@ -927,7 +927,7 @@ export interface MemoryStrategy {
927
927
  */
928
928
  type: MemoryStrategyType | undefined;
929
929
  /**
930
- * <p>The namespaces associated with the memory strategy.</p>
930
+ * <p>This is a legacy parameter. The namespaces associated with the memory strategy.</p>
931
931
  *
932
932
  * @deprecated (since 2026-03-02) Use namespaceTemplates instead.
933
933
  * @public
@@ -1529,7 +1529,7 @@ export interface ModifyMemoryStrategyInput {
1529
1529
  */
1530
1530
  description?: string | undefined;
1531
1531
  /**
1532
- * <p>The updated namespaces for the memory strategy.</p>
1532
+ * <p>This is a legacy parameter, use <code>namespaceTemplates</code>. The updated namespaces for the memory strategy.</p>
1533
1533
  *
1534
1534
  * @deprecated (since 2026-03-02) Use namespaceTemplates instead.
1535
1535
  * @public
@@ -1777,7 +1777,7 @@ export interface CustomOauth2ProviderConfigInput {
1777
1777
  */
1778
1778
  privateEndpoint?: PrivateEndpoint | undefined;
1779
1779
  /**
1780
- * <p>The list of private endpoint overrides for the custom OAuth2 provider. Each override maps a specific domain to a private endpoint, enabling secure connectivity through VPC Lattice resource configurations.</p>
1780
+ * <p>The private endpoint overrides for the custom OAuth2 provider configuration.</p>
1781
1781
  * @public
1782
1782
  */
1783
1783
  privateEndpointOverrides?: PrivateEndpointOverride[] | undefined;
@@ -2171,7 +2171,7 @@ export interface CustomOauth2ProviderConfigOutput {
2171
2171
  */
2172
2172
  privateEndpoint?: PrivateEndpoint | undefined;
2173
2173
  /**
2174
- * <p>The list of private endpoint overrides for the custom OAuth2 provider. Each override maps a specific domain to a private endpoint, enabling secure connectivity through VPC Lattice resource configurations.</p>
2174
+ * <p>The private endpoint overrides for the custom OAuth2 provider configuration.</p>
2175
2175
  * @public
2176
2176
  */
2177
2177
  privateEndpointOverrides?: PrivateEndpointOverride[] | undefined;
@@ -2593,7 +2593,7 @@ export interface GetOauth2CredentialProviderResponse {
2593
2593
  */
2594
2594
  status?: Status | undefined;
2595
2595
  /**
2596
- * <p>The reason for the failure if the OAuth2 credential provider is in a failed state.</p>
2596
+ * <p>The reason for failure if the OAuth2 credential provider is in a failed state.</p>
2597
2597
  * @public
2598
2598
  */
2599
2599
  failureReason?: string | undefined;
@@ -2724,7 +2724,7 @@ export interface UpdateOauth2CredentialProviderResponse {
2724
2724
  */
2725
2725
  lastUpdatedTime: Date | undefined;
2726
2726
  /**
2727
- * <p>The current status of the OAuth2 credential provider.</p>
2727
+ * <p>The current status of the updated OAuth2 credential provider.</p>
2728
2728
  * @public
2729
2729
  */
2730
2730
  status?: Status | undefined;
@@ -3323,361 +3323,1625 @@ export interface UpdateOnlineEvaluationConfigResponse {
3323
3323
  failureReason?: string | undefined;
3324
3324
  }
3325
3325
  /**
3326
+ * <p>Coinbase CDP configuration — credentials provided by Coinbase Developer Platform.</p>
3326
3327
  * @public
3327
3328
  */
3328
- export interface CreatePolicyEngineRequest {
3329
+ export interface CoinbaseCdpConfigurationInput {
3329
3330
  /**
3330
- * <p>The customer-assigned immutable name for the policy engine. This name identifies the policy engine and cannot be changed after creation.</p>
3331
+ * <p>The API key identifier provided by Coinbase Developer Platform.</p>
3331
3332
  * @public
3332
3333
  */
3333
- name: string | undefined;
3334
+ apiKeyId: string | undefined;
3334
3335
  /**
3335
- * <p>A human-readable description of the policy engine's purpose and scope (1-4,096 characters). This helps administrators understand the policy engine's role in the overall governance strategy. Document which Gateway this engine will be associated with, what types of tools or workflows it governs, and the team or service responsible for maintaining it. Clear descriptions are essential when managing multiple policy engines across different services or environments.</p>
3336
+ * <p>The API key secret provided by Coinbase Developer Platform.</p>
3336
3337
  * @public
3337
3338
  */
3338
- description?: string | undefined;
3339
+ apiKeySecret: string | undefined;
3339
3340
  /**
3340
- * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request with the same client token, the service returns the same response without creating a duplicate policy engine.</p>
3341
+ * <p>The wallet secret provided by Coinbase Developer Platform.</p>
3341
3342
  * @public
3342
3343
  */
3343
- clientToken?: string | undefined;
3344
+ walletSecret: string | undefined;
3345
+ }
3346
+ /**
3347
+ * <p>Stripe Privy configuration — credentials provided by Stripe and Privy.</p>
3348
+ * @public
3349
+ */
3350
+ export interface StripePrivyConfigurationInput {
3344
3351
  /**
3345
- * <p>The Amazon Resource Name (ARN) of the KMS key used to encrypt the policy engine data.</p>
3352
+ * <p>The app ID provided by Privy.</p>
3346
3353
  * @public
3347
3354
  */
3348
- encryptionKeyArn?: string | undefined;
3355
+ appId: string | undefined;
3349
3356
  /**
3350
- * <p>A map of tag keys and values to assign to an AgentCore Policy. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment.</p>
3357
+ * <p>The app secret provided by Privy.</p>
3351
3358
  * @public
3352
3359
  */
3353
- tags?: Record<string, string> | undefined;
3354
- }
3355
- /**
3356
- * @public
3357
- */
3358
- export interface CreatePolicyEngineResponse {
3360
+ appSecret: string | undefined;
3359
3361
  /**
3360
- * <p>The unique identifier for the created policy engine. This system-generated identifier consists of the user name plus a 10-character generated suffix and is used for all subsequent policy engine operations.</p>
3362
+ * <p>The authorization private key for the Stripe Privy integration.</p>
3361
3363
  * @public
3362
3364
  */
3363
- policyEngineId: string | undefined;
3365
+ authorizationPrivateKey: string | undefined;
3364
3366
  /**
3365
- * <p>The customer-assigned name of the created policy engine. This matches the name provided in the request and serves as the human-readable identifier.</p>
3367
+ * <p>The authorization ID for the Stripe Privy integration.</p>
3366
3368
  * @public
3367
3369
  */
3368
- name: string | undefined;
3370
+ authorizationId: string | undefined;
3371
+ }
3372
+ /**
3373
+ * <p>Provider configuration input — contains secrets for creation and update. Varies by vendor type.</p>
3374
+ * @public
3375
+ */
3376
+ export type PaymentProviderConfigurationInput = PaymentProviderConfigurationInput.CoinbaseCdpConfigurationMember | PaymentProviderConfigurationInput.StripePrivyConfigurationMember | PaymentProviderConfigurationInput.$UnknownMember;
3377
+ /**
3378
+ * @public
3379
+ */
3380
+ export declare namespace PaymentProviderConfigurationInput {
3369
3381
  /**
3370
- * <p>A human-readable description of the policy engine's purpose.</p>
3382
+ * <p>The Coinbase CDP configuration.</p>
3371
3383
  * @public
3372
3384
  */
3373
- description?: string | undefined;
3385
+ interface CoinbaseCdpConfigurationMember {
3386
+ coinbaseCdpConfiguration: CoinbaseCdpConfigurationInput;
3387
+ stripePrivyConfiguration?: never;
3388
+ $unknown?: never;
3389
+ }
3374
3390
  /**
3375
- * <p>The timestamp when the policy engine was created. This is automatically set by the service and used for auditing and lifecycle management.</p>
3391
+ * <p>The Stripe Privy configuration.</p>
3376
3392
  * @public
3377
3393
  */
3378
- createdAt: Date | undefined;
3394
+ interface StripePrivyConfigurationMember {
3395
+ coinbaseCdpConfiguration?: never;
3396
+ stripePrivyConfiguration: StripePrivyConfigurationInput;
3397
+ $unknown?: never;
3398
+ }
3379
3399
  /**
3380
- * <p>The timestamp when the policy engine was last updated. For newly created policy engines, this matches the <code>createdAt</code> timestamp.</p>
3381
3400
  * @public
3382
3401
  */
3383
- updatedAt: Date | undefined;
3402
+ interface $UnknownMember {
3403
+ coinbaseCdpConfiguration?: never;
3404
+ stripePrivyConfiguration?: never;
3405
+ $unknown: [string, any];
3406
+ }
3384
3407
  /**
3385
- * <p>The Amazon Resource Name (ARN) of the created policy engine. This globally unique identifier can be used for cross-service references and IAM policy statements.</p>
3408
+ * @deprecated unused in schema-serde mode.
3409
+ *
3410
+ */
3411
+ interface Visitor<T> {
3412
+ coinbaseCdpConfiguration: (value: CoinbaseCdpConfigurationInput) => T;
3413
+ stripePrivyConfiguration: (value: StripePrivyConfigurationInput) => T;
3414
+ _: (name: string, value: any) => T;
3415
+ }
3416
+ }
3417
+ /**
3418
+ * @public
3419
+ */
3420
+ export interface CreatePaymentCredentialProviderRequest {
3421
+ /**
3422
+ * <p>Unique name for the payment credential provider.</p>
3386
3423
  * @public
3387
3424
  */
3388
- policyEngineArn: string | undefined;
3425
+ name: string | undefined;
3389
3426
  /**
3390
- * <p>The current status of the policy engine. A status of <code>ACTIVE</code> indicates the policy engine is ready for use.</p>
3427
+ * <p>The vendor type for the payment credential provider (e.g., CoinbaseCDP, StripePrivy).</p>
3391
3428
  * @public
3392
3429
  */
3393
- status: PolicyEngineStatus | undefined;
3430
+ credentialProviderVendor: PaymentCredentialProviderVendorType | undefined;
3394
3431
  /**
3395
- * <p>Additional information about the policy engine status. This provides details about any failures or the current state of the policy engine creation process.</p>
3432
+ * <p>Configuration specific to the vendor, including API credentials.</p>
3396
3433
  * @public
3397
3434
  */
3398
- statusReasons: string[] | undefined;
3435
+ providerConfigurationInput: PaymentProviderConfigurationInput | undefined;
3399
3436
  /**
3400
- * <p>The Amazon Resource Name (ARN) of the KMS key used to encrypt the policy engine data.</p>
3437
+ * <p>Optional tags for resource organization.</p>
3401
3438
  * @public
3402
3439
  */
3403
- encryptionKeyArn?: string | undefined;
3440
+ tags?: Record<string, string> | undefined;
3404
3441
  }
3405
3442
  /**
3443
+ * <p>Coinbase CDP configuration output with secret ARNs.</p>
3406
3444
  * @public
3407
3445
  */
3408
- export interface DeletePolicyEngineRequest {
3446
+ export interface CoinbaseCdpConfigurationOutput {
3409
3447
  /**
3410
- * <p>The unique identifier of the policy engine to be deleted. This must be a valid policy engine ID that exists within the account.</p>
3448
+ * <p>The API key identifier provided by Coinbase Developer Platform.</p>
3411
3449
  * @public
3412
3450
  */
3413
- policyEngineId: string | undefined;
3451
+ apiKeyId: string | undefined;
3452
+ /**
3453
+ * <p>Contains information about a secret in AWS Secrets Manager.</p>
3454
+ * @public
3455
+ */
3456
+ apiKeySecretArn: Secret | undefined;
3457
+ /**
3458
+ * <p>Contains information about a secret in AWS Secrets Manager.</p>
3459
+ * @public
3460
+ */
3461
+ walletSecretArn: Secret | undefined;
3414
3462
  }
3415
3463
  /**
3464
+ * <p>Stripe Privy configuration output with secret ARNs.</p>
3416
3465
  * @public
3417
3466
  */
3418
- export interface DeletePolicyEngineResponse {
3467
+ export interface StripePrivyConfigurationOutput {
3419
3468
  /**
3420
- * <p>The unique identifier of the policy engine being deleted. This confirms which policy engine the deletion operation targets.</p>
3469
+ * <p>The app ID provided by Privy.</p>
3421
3470
  * @public
3422
3471
  */
3423
- policyEngineId: string | undefined;
3472
+ appId: string | undefined;
3424
3473
  /**
3425
- * <p>The customer-assigned name of the deleted policy engine.</p>
3474
+ * <p>Contains information about a secret in AWS Secrets Manager.</p>
3426
3475
  * @public
3427
3476
  */
3428
- name: string | undefined;
3477
+ appSecretArn: Secret | undefined;
3429
3478
  /**
3430
- * <p>The human-readable description of the deleted policy engine.</p>
3479
+ * <p>Contains information about a secret in AWS Secrets Manager.</p>
3431
3480
  * @public
3432
3481
  */
3433
- description?: string | undefined;
3482
+ authorizationPrivateKeyArn: Secret | undefined;
3434
3483
  /**
3435
- * <p>The timestamp when the deleted policy engine was originally created.</p>
3484
+ * <p>The authorization ID for the Stripe Privy integration.</p>
3436
3485
  * @public
3437
3486
  */
3438
- createdAt: Date | undefined;
3487
+ authorizationId: string | undefined;
3488
+ }
3489
+ /**
3490
+ * <p>Provider configuration output — no raw secrets, only ARNs. Varies by vendor type.</p>
3491
+ * @public
3492
+ */
3493
+ export type PaymentProviderConfigurationOutput = PaymentProviderConfigurationOutput.CoinbaseCdpConfigurationMember | PaymentProviderConfigurationOutput.StripePrivyConfigurationMember | PaymentProviderConfigurationOutput.$UnknownMember;
3494
+ /**
3495
+ * @public
3496
+ */
3497
+ export declare namespace PaymentProviderConfigurationOutput {
3439
3498
  /**
3440
- * <p>The timestamp when the deleted policy engine was last modified before deletion. This tracks the final state of the policy engine before it was removed from the system.</p>
3499
+ * <p>The Coinbase CDP configuration.</p>
3441
3500
  * @public
3442
3501
  */
3443
- updatedAt: Date | undefined;
3502
+ interface CoinbaseCdpConfigurationMember {
3503
+ coinbaseCdpConfiguration: CoinbaseCdpConfigurationOutput;
3504
+ stripePrivyConfiguration?: never;
3505
+ $unknown?: never;
3506
+ }
3444
3507
  /**
3445
- * <p>The Amazon Resource Name (ARN) of the deleted policy engine. This globally unique identifier confirms which policy engine resource was successfully removed.</p>
3508
+ * <p>The Stripe Privy configuration.</p>
3446
3509
  * @public
3447
3510
  */
3448
- policyEngineArn: string | undefined;
3511
+ interface StripePrivyConfigurationMember {
3512
+ coinbaseCdpConfiguration?: never;
3513
+ stripePrivyConfiguration: StripePrivyConfigurationOutput;
3514
+ $unknown?: never;
3515
+ }
3449
3516
  /**
3450
- * <p>The status of the policy engine deletion operation. This provides status about any issues that occurred during the deletion process.</p>
3451
3517
  * @public
3452
3518
  */
3453
- status: PolicyEngineStatus | undefined;
3519
+ interface $UnknownMember {
3520
+ coinbaseCdpConfiguration?: never;
3521
+ stripePrivyConfiguration?: never;
3522
+ $unknown: [string, any];
3523
+ }
3454
3524
  /**
3455
- * <p>Additional information about the deletion status. This provides details about the deletion process or any issues that may have occurred.</p>
3525
+ * @deprecated unused in schema-serde mode.
3526
+ *
3527
+ */
3528
+ interface Visitor<T> {
3529
+ coinbaseCdpConfiguration: (value: CoinbaseCdpConfigurationOutput) => T;
3530
+ stripePrivyConfiguration: (value: StripePrivyConfigurationOutput) => T;
3531
+ _: (name: string, value: any) => T;
3532
+ }
3533
+ }
3534
+ /**
3535
+ * @public
3536
+ */
3537
+ export interface CreatePaymentCredentialProviderResponse {
3538
+ /**
3539
+ * <p>The name of the created payment credential provider.</p>
3456
3540
  * @public
3457
3541
  */
3458
- statusReasons: string[] | undefined;
3542
+ name: string | undefined;
3459
3543
  /**
3460
- * <p>The Amazon Resource Name (ARN) of the KMS key used to encrypt the policy engine data.</p>
3544
+ * <p>The vendor type for the created payment credential provider.</p>
3461
3545
  * @public
3462
3546
  */
3463
- encryptionKeyArn?: string | undefined;
3547
+ credentialProviderVendor: PaymentCredentialProviderVendorType | undefined;
3548
+ /**
3549
+ * <p>The Amazon Resource Name (ARN) of the created payment credential provider.</p>
3550
+ * @public
3551
+ */
3552
+ credentialProviderArn: string | undefined;
3553
+ /**
3554
+ * <p>Output configuration (contains secret ARNs, excludes actual secret values).</p>
3555
+ * @public
3556
+ */
3557
+ providerConfigurationOutput: PaymentProviderConfigurationOutput | undefined;
3464
3558
  }
3465
3559
  /**
3466
3560
  * @public
3467
3561
  */
3468
- export interface GetPolicyEngineRequest {
3562
+ export interface DeletePaymentCredentialProviderRequest {
3469
3563
  /**
3470
- * <p>The unique identifier of the policy engine to be retrieved. This must be a valid policy engine ID that exists within the account.</p>
3564
+ * <p>The name of the payment credential provider to delete.</p>
3471
3565
  * @public
3472
3566
  */
3473
- policyEngineId: string | undefined;
3567
+ name: string | undefined;
3474
3568
  }
3475
3569
  /**
3476
3570
  * @public
3477
3571
  */
3478
- export interface GetPolicyEngineResponse {
3479
- /**
3480
- * <p>The unique identifier of the retrieved policy engine. This matches the policy engine ID provided in the request and serves as the system identifier.</p>
3481
- * @public
3482
- */
3483
- policyEngineId: string | undefined;
3572
+ export interface DeletePaymentCredentialProviderResponse {
3573
+ }
3574
+ /**
3575
+ * @public
3576
+ */
3577
+ export interface GetPaymentCredentialProviderRequest {
3484
3578
  /**
3485
- * <p>The customer-assigned name of the policy engine. This is the human-readable identifier that was specified when the policy engine was created.</p>
3579
+ * <p>The name of the payment credential provider to retrieve.</p>
3486
3580
  * @public
3487
3581
  */
3488
3582
  name: string | undefined;
3583
+ }
3584
+ /**
3585
+ * @public
3586
+ */
3587
+ export interface GetPaymentCredentialProviderResponse {
3489
3588
  /**
3490
- * <p>The human-readable description of the policy engine's purpose and scope. This helps administrators understand the policy engine's role in governance.</p>
3589
+ * <p>The name of the payment credential provider.</p>
3491
3590
  * @public
3492
3591
  */
3493
- description?: string | undefined;
3592
+ name: string | undefined;
3494
3593
  /**
3495
- * <p>The timestamp when the policy engine was originally created.</p>
3594
+ * <p>The Amazon Resource Name (ARN) of the payment credential provider.</p>
3496
3595
  * @public
3497
3596
  */
3498
- createdAt: Date | undefined;
3597
+ credentialProviderArn: string | undefined;
3499
3598
  /**
3500
- * <p>The timestamp when the policy engine was last modified. This tracks the most recent changes to the policy engine configuration.</p>
3599
+ * <p>The vendor type for the payment credential provider.</p>
3501
3600
  * @public
3502
3601
  */
3503
- updatedAt: Date | undefined;
3602
+ credentialProviderVendor: PaymentCredentialProviderVendorType | undefined;
3504
3603
  /**
3505
- * <p>The Amazon Resource Name (ARN) of the policy engine. This globally unique identifier can be used for cross-service references and IAM policy statements.</p>
3604
+ * <p>Output configuration (contains secret ARNs, excludes actual secret values).</p>
3506
3605
  * @public
3507
3606
  */
3508
- policyEngineArn: string | undefined;
3607
+ providerConfigurationOutput: PaymentProviderConfigurationOutput | undefined;
3509
3608
  /**
3510
- * <p>The current status of the policy engine.</p>
3609
+ * <p>The timestamp when the payment credential provider was created.</p>
3511
3610
  * @public
3512
3611
  */
3513
- status: PolicyEngineStatus | undefined;
3612
+ createdTime: Date | undefined;
3514
3613
  /**
3515
- * <p>Additional information about the policy engine status. This provides details about any failures or the current state of the policy engine.</p>
3614
+ * <p>The timestamp when the payment credential provider was last updated.</p>
3516
3615
  * @public
3517
3616
  */
3518
- statusReasons: string[] | undefined;
3617
+ lastUpdatedTime: Date | undefined;
3519
3618
  /**
3520
- * <p>The Amazon Resource Name (ARN) of the KMS key used to encrypt the policy engine data.</p>
3619
+ * <p>The tags associated with the payment credential provider.</p>
3521
3620
  * @public
3522
3621
  */
3523
- encryptionKeyArn?: string | undefined;
3622
+ tags?: Record<string, string> | undefined;
3524
3623
  }
3525
3624
  /**
3526
3625
  * @public
3527
3626
  */
3528
- export interface ListPolicyEnginesRequest {
3627
+ export interface ListPaymentCredentialProvidersRequest {
3529
3628
  /**
3530
- * <p>A pagination token returned from a previous <a href="https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_ListPolicyEngines.html">ListPolicyEngines</a> call. Use this token to retrieve the next page of results when the response is paginated.</p>
3629
+ * <p>Pagination token.</p>
3531
3630
  * @public
3532
3631
  */
3533
3632
  nextToken?: string | undefined;
3534
3633
  /**
3535
- * <p>The maximum number of policy engines to return in a single response. If not specified, the default is 10 policy engines per page, with a maximum of 100 per page.</p>
3634
+ * <p>Maximum number of results to return.</p>
3536
3635
  * @public
3537
3636
  */
3538
3637
  maxResults?: number | undefined;
3539
3638
  }
3540
3639
  /**
3541
- * <p>Represents a policy engine resource within the AgentCore Policy system. Policy engines serve as containers for grouping related policies and provide the execution context for policy evaluation and management. Each policy engine can be associated with one Gateway (one engine per Gateway), where it intercepts all agent tool calls and evaluates them against the contained policies before allowing tools to execute. The policy engine maintains the Cedar schema generated from the Gateway's tool manifest, ensuring that policies are validated against the actual tools and parameters available. Policy engines support two enforcement modes that can be configured when associating with a Gateway: log-only mode for testing (evaluates decisions without blocking) and enforce mode for production (actively allows or denies based on policy evaluation).</p>
3640
+ * <p>Contains summary information about a payment credential provider.</p>
3542
3641
  * @public
3543
3642
  */
3544
- export interface PolicyEngine {
3545
- /**
3546
- * <p>The unique identifier for the policy engine. This system-generated identifier consists of the user name plus a 10-character generated suffix and serves as the primary key for policy engine operations.</p>
3547
- * @public
3548
- */
3549
- policyEngineId: string | undefined;
3643
+ export interface PaymentCredentialProviderItem {
3550
3644
  /**
3551
- * <p>The customer-assigned immutable name for the policy engine. This human-readable identifier must be unique within the account and cannot exceed 48 characters.</p>
3645
+ * <p>The name of the payment credential provider.</p>
3552
3646
  * @public
3553
3647
  */
3554
3648
  name: string | undefined;
3555
3649
  /**
3556
- * <p>A human-readable description of the policy engine's purpose and scope. Limited to 4,096 characters, this helps administrators understand the policy engine's role in the overall governance strategy.</p>
3557
- * @public
3558
- */
3559
- description?: string | undefined;
3560
- /**
3561
- * <p>The timestamp when the policy engine was originally created. This is automatically set by the service and used for auditing and lifecycle management.</p>
3650
+ * <p>The vendor type for the payment credential provider.</p>
3562
3651
  * @public
3563
3652
  */
3564
- createdAt: Date | undefined;
3653
+ credentialProviderVendor: PaymentCredentialProviderVendorType | undefined;
3565
3654
  /**
3566
- * <p>The timestamp when the policy engine was last modified. This tracks the most recent changes to the policy engine configuration or metadata.</p>
3655
+ * <p>The Amazon Resource Name (ARN) of the payment credential provider.</p>
3567
3656
  * @public
3568
3657
  */
3569
- updatedAt: Date | undefined;
3658
+ credentialProviderArn: string | undefined;
3570
3659
  /**
3571
- * <p>The Amazon Resource Name (ARN) of the policy engine. This globally unique identifier can be used for cross-service references and IAM policy statements.</p>
3660
+ * <p>The timestamp when the payment credential provider was created.</p>
3572
3661
  * @public
3573
3662
  */
3574
- policyEngineArn: string | undefined;
3663
+ createdTime: Date | undefined;
3575
3664
  /**
3576
- * <p>The current status of the policy engine.</p>
3665
+ * <p>The timestamp when the payment credential provider was last updated.</p>
3577
3666
  * @public
3578
3667
  */
3579
- status: PolicyEngineStatus | undefined;
3668
+ lastUpdatedTime: Date | undefined;
3669
+ }
3670
+ /**
3671
+ * @public
3672
+ */
3673
+ export interface ListPaymentCredentialProvidersResponse {
3580
3674
  /**
3581
- * <p>Additional information about the policy engine status. This provides details about any failures or the current state of the policy engine lifecycle.</p>
3675
+ * <p>The list of payment credential providers.</p>
3582
3676
  * @public
3583
3677
  */
3584
- statusReasons: string[] | undefined;
3678
+ credentialProviders: PaymentCredentialProviderItem[] | undefined;
3585
3679
  /**
3586
- * <p>The Amazon Resource Name (ARN) of the KMS key used to encrypt the policy engine data.</p>
3680
+ * <p>Pagination token for the next page of results.</p>
3587
3681
  * @public
3588
3682
  */
3589
- encryptionKeyArn?: string | undefined;
3683
+ nextToken?: string | undefined;
3590
3684
  }
3591
3685
  /**
3592
3686
  * @public
3593
3687
  */
3594
- export interface ListPolicyEnginesResponse {
3688
+ export interface UpdatePaymentCredentialProviderRequest {
3595
3689
  /**
3596
- * <p>An array of policy engine objects that exist in the account. Each policy engine object contains the engine metadata, status, and key identifiers for further operations.</p>
3690
+ * <p>The name of the payment credential provider to update.</p>
3597
3691
  * @public
3598
3692
  */
3599
- policyEngines: PolicyEngine[] | undefined;
3693
+ name: string | undefined;
3600
3694
  /**
3601
- * <p>A pagination token that can be used in subsequent <a href="https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_ListPolicyEngines.html">ListPolicyEngines</a> calls to retrieve additional results. This token is only present when there are more results available. </p>
3695
+ * <p>The vendor type for the payment credential provider (e.g., CoinbaseCDP, StripePrivy).</p>
3602
3696
  * @public
3603
3697
  */
3604
- nextToken?: string | undefined;
3605
- }
3606
- /**
3607
- * <p>Wrapper for updating an optional Description field with PATCH semantics. When present in an update request, the description is replaced with optionalValue. When absent, the description is left unchanged. To unset the description, include the wrapper with optionalValue not specified.</p>
3608
- * @public
3609
- */
3610
- export interface UpdatedDescription {
3698
+ credentialProviderVendor: PaymentCredentialProviderVendorType | undefined;
3611
3699
  /**
3612
- * <p>Represents an optional value that is used to update the human-readable description of the resource. If not specified, it will clear the current description of the resource.</p>
3700
+ * <p>Configuration specific to the vendor, including API credentials.</p>
3613
3701
  * @public
3614
3702
  */
3615
- optionalValue?: string | undefined;
3703
+ providerConfigurationInput: PaymentProviderConfigurationInput | undefined;
3616
3704
  }
3617
3705
  /**
3618
3706
  * @public
3619
3707
  */
3620
- export interface UpdatePolicyEngineRequest {
3708
+ export interface UpdatePaymentCredentialProviderResponse {
3621
3709
  /**
3622
- * <p>The unique identifier of the policy engine to be updated.</p>
3710
+ * <p>The name of the updated payment credential provider.</p>
3623
3711
  * @public
3624
3712
  */
3625
- policyEngineId: string | undefined;
3713
+ name: string | undefined;
3626
3714
  /**
3627
- * <p>The new description for the policy engine.</p>
3715
+ * <p>The vendor type for the updated payment credential provider.</p>
3628
3716
  * @public
3629
3717
  */
3630
- description?: UpdatedDescription | undefined;
3631
- }
3632
- /**
3633
- * @public
3634
- */
3635
- export interface UpdatePolicyEngineResponse {
3718
+ credentialProviderVendor: PaymentCredentialProviderVendorType | undefined;
3636
3719
  /**
3637
- * <p>The unique identifier of the updated policy engine.</p>
3720
+ * <p>The Amazon Resource Name (ARN) of the updated payment credential provider.</p>
3638
3721
  * @public
3639
3722
  */
3640
- policyEngineId: string | undefined;
3723
+ credentialProviderArn: string | undefined;
3641
3724
  /**
3642
- * <p>The name of the updated policy engine.</p>
3725
+ * <p>Output configuration (contains secret ARNs, excludes actual secret values).</p>
3643
3726
  * @public
3644
3727
  */
3645
- name: string | undefined;
3728
+ providerConfigurationOutput: PaymentProviderConfigurationOutput | undefined;
3646
3729
  /**
3647
- * <p>The updated description of the policy engine.</p>
3730
+ * <p>The timestamp when the payment credential provider was created.</p>
3648
3731
  * @public
3649
3732
  */
3650
- description?: string | undefined;
3733
+ createdTime: Date | undefined;
3651
3734
  /**
3652
- * <p>The original creation timestamp of the policy engine.</p>
3735
+ * <p>The timestamp when the payment credential provider was last updated.</p>
3653
3736
  * @public
3654
3737
  */
3655
- createdAt: Date | undefined;
3738
+ lastUpdatedTime: Date | undefined;
3739
+ }
3740
+ /**
3741
+ * @public
3742
+ */
3743
+ export interface CreatePaymentManagerRequest {
3656
3744
  /**
3657
- * <p>The timestamp when the policy engine was last updated.</p>
3745
+ * <p>The name of the payment manager.</p>
3658
3746
  * @public
3659
3747
  */
3660
- updatedAt: Date | undefined;
3748
+ name: string | undefined;
3661
3749
  /**
3662
- * <p>The ARN of the updated policy engine.</p>
3750
+ * <p>A description of the payment manager.</p>
3663
3751
  * @public
3664
3752
  */
3665
- policyEngineArn: string | undefined;
3753
+ description?: string | undefined;
3666
3754
  /**
3667
- * <p>The current status of the updated policy engine.</p>
3755
+ * <p>The type of authorizer to use for the payment manager.</p> <ul> <li> <p> <code>CUSTOM_JWT</code> - Authorize with a bearer token.</p> </li> <li> <p> <code>AWS_IAM</code> - Authorize with your Amazon Web Services IAM credentials.</p> </li> </ul>
3668
3756
  * @public
3669
3757
  */
3670
- status: PolicyEngineStatus | undefined;
3758
+ authorizerType: PaymentsAuthorizerType | undefined;
3671
3759
  /**
3672
- * <p>Additional information about the update status.</p>
3760
+ * <p>The authorizer configuration for the payment manager.</p>
3673
3761
  * @public
3674
3762
  */
3675
- statusReasons: string[] | undefined;
3763
+ authorizerConfiguration?: AuthorizerConfiguration | undefined;
3676
3764
  /**
3677
- * <p>The Amazon Resource Name (ARN) of the KMS key used to encrypt the policy engine data.</p>
3765
+ * <p>The Amazon Resource Name (ARN) of the IAM role that the payment manager assumes to access resources on your behalf.</p>
3766
+ * @public
3767
+ */
3768
+ roleArn: string | undefined;
3769
+ /**
3770
+ * <p>A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If you don't specify this field, a value is randomly generated for you. If this token matches a previous request, the service ignores the request, but doesn't return an error. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring idempotency</a>.</p>
3771
+ * @public
3772
+ */
3773
+ clientToken?: string | undefined;
3774
+ /**
3775
+ * <p>A map of tag keys and values to assign to the payment manager.</p>
3776
+ * @public
3777
+ */
3778
+ tags?: Record<string, string> | undefined;
3779
+ }
3780
+ /**
3781
+ * @public
3782
+ */
3783
+ export interface CreatePaymentManagerResponse {
3784
+ /**
3785
+ * <p>The Amazon Resource Name (ARN) of the created payment manager.</p>
3786
+ * @public
3787
+ */
3788
+ paymentManagerArn: string | undefined;
3789
+ /**
3790
+ * <p>The unique identifier of the created payment manager.</p>
3791
+ * @public
3792
+ */
3793
+ paymentManagerId: string | undefined;
3794
+ /**
3795
+ * <p>The name of the created payment manager.</p>
3796
+ * @public
3797
+ */
3798
+ name: string | undefined;
3799
+ /**
3800
+ * <p>The type of authorizer for the created payment manager.</p>
3801
+ * @public
3802
+ */
3803
+ authorizerType: PaymentsAuthorizerType | undefined;
3804
+ /**
3805
+ * <p>Represents inbound authorization configuration options used to authenticate incoming requests. </p>
3806
+ * @public
3807
+ */
3808
+ authorizerConfiguration?: AuthorizerConfiguration | undefined;
3809
+ /**
3810
+ * <p>The Amazon Resource Name (ARN) of the IAM role associated with the created payment manager.</p>
3811
+ * @public
3812
+ */
3813
+ roleArn: string | undefined;
3814
+ /**
3815
+ * <p>The information about the workload identity.</p>
3816
+ * @public
3817
+ */
3818
+ workloadIdentityDetails?: WorkloadIdentityDetails | undefined;
3819
+ /**
3820
+ * <p>The timestamp when the payment manager was created.</p>
3821
+ * @public
3822
+ */
3823
+ createdAt: Date | undefined;
3824
+ /**
3825
+ * <p>The current status of the payment manager. Possible values include <code>CREATING</code>, <code>READY</code>, <code>UPDATING</code>, <code>DELETING</code>, <code>CREATE_FAILED</code>, <code>UPDATE_FAILED</code>, and <code>DELETE_FAILED</code>.</p>
3826
+ * @public
3827
+ */
3828
+ status: PaymentManagerStatus | undefined;
3829
+ /**
3830
+ * <p>The tags associated with the created payment manager.</p>
3831
+ * @public
3832
+ */
3833
+ tags?: Record<string, string> | undefined;
3834
+ }
3835
+ /**
3836
+ * @public
3837
+ */
3838
+ export interface DeletePaymentManagerRequest {
3839
+ /**
3840
+ * <p>The unique identifier of the payment manager to delete.</p>
3841
+ * @public
3842
+ */
3843
+ paymentManagerId: string | undefined;
3844
+ /**
3845
+ * <p>A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If you don't specify this field, a value is randomly generated for you. If this token matches a previous request, the service ignores the request, but doesn't return an error. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring idempotency</a>.</p>
3846
+ * @public
3847
+ */
3848
+ clientToken?: string | undefined;
3849
+ }
3850
+ /**
3851
+ * @public
3852
+ */
3853
+ export interface DeletePaymentManagerResponse {
3854
+ /**
3855
+ * <p>The current status of the payment manager, set to <code>DELETING</code> when deletion is initiated. Possible values include <code>CREATING</code>, <code>READY</code>, <code>UPDATING</code>, <code>DELETING</code>, <code>CREATE_FAILED</code>, <code>UPDATE_FAILED</code>, and <code>DELETE_FAILED</code>.</p>
3856
+ * @public
3857
+ */
3858
+ status: PaymentManagerStatus | undefined;
3859
+ /**
3860
+ * <p>The unique identifier of the deleted payment manager.</p>
3861
+ * @public
3862
+ */
3863
+ paymentManagerId?: string | undefined;
3864
+ }
3865
+ /**
3866
+ * @public
3867
+ */
3868
+ export interface GetPaymentManagerRequest {
3869
+ /**
3870
+ * <p>The unique identifier of the payment manager to retrieve.</p>
3871
+ * @public
3872
+ */
3873
+ paymentManagerId: string | undefined;
3874
+ }
3875
+ /**
3876
+ * @public
3877
+ */
3878
+ export interface GetPaymentManagerResponse {
3879
+ /**
3880
+ * <p>The Amazon Resource Name (ARN) of the payment manager.</p>
3881
+ * @public
3882
+ */
3883
+ paymentManagerArn: string | undefined;
3884
+ /**
3885
+ * <p>The unique identifier of the payment manager.</p>
3886
+ * @public
3887
+ */
3888
+ paymentManagerId: string | undefined;
3889
+ /**
3890
+ * <p>The name of the payment manager.</p>
3891
+ * @public
3892
+ */
3893
+ name: string | undefined;
3894
+ /**
3895
+ * <p>The description of the payment manager.</p>
3896
+ * @public
3897
+ */
3898
+ description?: string | undefined;
3899
+ /**
3900
+ * <p>The type of authorizer used by the payment manager.</p> <ul> <li> <p> <code>CUSTOM_JWT</code> - Authorize with a bearer token.</p> </li> <li> <p> <code>AWS_IAM</code> - Authorize with your Amazon Web Services IAM credentials.</p> </li> </ul>
3901
+ * @public
3902
+ */
3903
+ authorizerType: PaymentsAuthorizerType | undefined;
3904
+ /**
3905
+ * <p>Represents inbound authorization configuration options used to authenticate incoming requests. </p>
3906
+ * @public
3907
+ */
3908
+ authorizerConfiguration?: AuthorizerConfiguration | undefined;
3909
+ /**
3910
+ * <p>The Amazon Resource Name (ARN) of the IAM role associated with the payment manager.</p>
3911
+ * @public
3912
+ */
3913
+ roleArn: string | undefined;
3914
+ /**
3915
+ * <p>The information about the workload identity.</p>
3916
+ * @public
3917
+ */
3918
+ workloadIdentityDetails?: WorkloadIdentityDetails | undefined;
3919
+ /**
3920
+ * <p>The timestamp when the payment manager was created.</p>
3921
+ * @public
3922
+ */
3923
+ createdAt: Date | undefined;
3924
+ /**
3925
+ * <p>The timestamp when the payment manager was last updated.</p>
3926
+ * @public
3927
+ */
3928
+ lastUpdatedAt: Date | undefined;
3929
+ /**
3930
+ * <p>The current status of the payment manager. Possible values include <code>CREATING</code>, <code>READY</code>, <code>UPDATING</code>, <code>DELETING</code>, <code>CREATE_FAILED</code>, <code>UPDATE_FAILED</code>, and <code>DELETE_FAILED</code>.</p>
3931
+ * @public
3932
+ */
3933
+ status: PaymentManagerStatus | undefined;
3934
+ /**
3935
+ * <p>The tags associated with the payment manager.</p>
3936
+ * @public
3937
+ */
3938
+ tags?: Record<string, string> | undefined;
3939
+ }
3940
+ /**
3941
+ * @public
3942
+ */
3943
+ export interface ListPaymentManagersRequest {
3944
+ /**
3945
+ * <p>The maximum number of results to return in the response. If the total number of results is greater than this value, use the token returned in the response in the <code>nextToken</code> field when making another request to return the next batch of results.</p>
3946
+ * @public
3947
+ */
3948
+ maxResults?: number | undefined;
3949
+ /**
3950
+ * <p>If the total number of results is greater than the <code>maxResults</code> value provided in the request, enter the token returned in the <code>nextToken</code> field in the response in this field to return the next batch of results.</p>
3951
+ * @public
3952
+ */
3953
+ nextToken?: string | undefined;
3954
+ }
3955
+ /**
3956
+ * <p>Contains summary information about a payment manager.</p>
3957
+ * @public
3958
+ */
3959
+ export interface PaymentManagerSummary {
3960
+ /**
3961
+ * <p>The Amazon Resource Name (ARN) of the payment manager.</p>
3962
+ * @public
3963
+ */
3964
+ paymentManagerArn: string | undefined;
3965
+ /**
3966
+ * <p>The unique identifier of the payment manager.</p>
3967
+ * @public
3968
+ */
3969
+ paymentManagerId: string | undefined;
3970
+ /**
3971
+ * <p>The name of the payment manager.</p>
3972
+ * @public
3973
+ */
3974
+ name: string | undefined;
3975
+ /**
3976
+ * <p>The description of the payment manager.</p>
3977
+ * @public
3978
+ */
3979
+ description?: string | undefined;
3980
+ /**
3981
+ * <p>The type of authorizer used by the payment manager.</p> <ul> <li> <p> <code>CUSTOM_JWT</code> - Authorize with a bearer token.</p> </li> <li> <p> <code>AWS_IAM</code> - Authorize with your Amazon Web Services IAM credentials.</p> </li> </ul>
3982
+ * @public
3983
+ */
3984
+ authorizerType: PaymentsAuthorizerType | undefined;
3985
+ /**
3986
+ * <p>The Amazon Resource Name (ARN) of the IAM role associated with the payment manager.</p>
3987
+ * @public
3988
+ */
3989
+ roleArn: string | undefined;
3990
+ /**
3991
+ * <p>The current status of the payment manager. Possible values include <code>CREATING</code>, <code>READY</code>, <code>UPDATING</code>, <code>DELETING</code>, <code>CREATE_FAILED</code>, <code>UPDATE_FAILED</code>, and <code>DELETE_FAILED</code>.</p>
3992
+ * @public
3993
+ */
3994
+ status: PaymentManagerStatus | undefined;
3995
+ /**
3996
+ * <p>The timestamp when the payment manager was created.</p>
3997
+ * @public
3998
+ */
3999
+ createdAt?: Date | undefined;
4000
+ /**
4001
+ * <p>The timestamp when the payment manager was last updated.</p>
4002
+ * @public
4003
+ */
4004
+ lastUpdatedAt: Date | undefined;
4005
+ }
4006
+ /**
4007
+ * @public
4008
+ */
4009
+ export interface ListPaymentManagersResponse {
4010
+ /**
4011
+ * <p>The list of payment manager summaries. For details about the fields in each summary, see the <code>PaymentManagerSummary</code> data type.</p>
4012
+ * @public
4013
+ */
4014
+ paymentManagers: PaymentManagerSummary[] | undefined;
4015
+ /**
4016
+ * <p>If the total number of results is greater than the <code>maxResults</code> value provided in the request, use this token when making another request in the <code>nextToken</code> field to return the next batch of results.</p>
4017
+ * @public
4018
+ */
4019
+ nextToken?: string | undefined;
4020
+ }
4021
+ /**
4022
+ * <p>Configuration for a payment credential provider that stores authentication credentials for a payment provider.</p>
4023
+ * @public
4024
+ */
4025
+ export interface PaymentCredentialProviderConfiguration {
4026
+ /**
4027
+ * <p>The Amazon Resource Name (ARN) of the credential provider that stores the authentication credentials for the payment provider.</p>
4028
+ * @public
4029
+ */
4030
+ credentialProviderArn: string | undefined;
4031
+ }
4032
+ /**
4033
+ * <p>The credential provider configuration for a payment connector. Specifies the payment provider type and its associated credential provider.</p>
4034
+ * @public
4035
+ */
4036
+ export type CredentialsProviderConfiguration = CredentialsProviderConfiguration.CoinbaseCDPMember | CredentialsProviderConfiguration.StripePrivyMember | CredentialsProviderConfiguration.$UnknownMember;
4037
+ /**
4038
+ * @public
4039
+ */
4040
+ export declare namespace CredentialsProviderConfiguration {
4041
+ /**
4042
+ * <p>The credential provider configuration for a Coinbase CDP payment connector.</p>
4043
+ * @public
4044
+ */
4045
+ interface CoinbaseCDPMember {
4046
+ coinbaseCDP: PaymentCredentialProviderConfiguration;
4047
+ stripePrivy?: never;
4048
+ $unknown?: never;
4049
+ }
4050
+ /**
4051
+ * <p>The credential provider configuration for a Stripe Privy payment connector.</p>
4052
+ * @public
4053
+ */
4054
+ interface StripePrivyMember {
4055
+ coinbaseCDP?: never;
4056
+ stripePrivy: PaymentCredentialProviderConfiguration;
4057
+ $unknown?: never;
4058
+ }
4059
+ /**
4060
+ * @public
4061
+ */
4062
+ interface $UnknownMember {
4063
+ coinbaseCDP?: never;
4064
+ stripePrivy?: never;
4065
+ $unknown: [string, any];
4066
+ }
4067
+ /**
4068
+ * @deprecated unused in schema-serde mode.
4069
+ *
4070
+ */
4071
+ interface Visitor<T> {
4072
+ coinbaseCDP: (value: PaymentCredentialProviderConfiguration) => T;
4073
+ stripePrivy: (value: PaymentCredentialProviderConfiguration) => T;
4074
+ _: (name: string, value: any) => T;
4075
+ }
4076
+ }
4077
+ /**
4078
+ * @public
4079
+ */
4080
+ export interface CreatePaymentConnectorRequest {
4081
+ /**
4082
+ * <p>The unique identifier of the payment manager to create the connector for.</p>
4083
+ * @public
4084
+ */
4085
+ paymentManagerId: string | undefined;
4086
+ /**
4087
+ * <p>The name of the payment connector.</p>
4088
+ * @public
4089
+ */
4090
+ name: string | undefined;
4091
+ /**
4092
+ * <p>A description of the payment connector.</p>
4093
+ * @public
4094
+ */
4095
+ description?: string | undefined;
4096
+ /**
4097
+ * <p>The type of payment connector, which determines the payment provider integration.</p>
4098
+ * @public
4099
+ */
4100
+ type: PaymentConnectorType | undefined;
4101
+ /**
4102
+ * <p>The credential provider configurations for the payment connector. These configurations specify how the connector authenticates with the payment provider.</p>
4103
+ * @public
4104
+ */
4105
+ credentialProviderConfigurations: CredentialsProviderConfiguration[] | undefined;
4106
+ /**
4107
+ * <p>A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If you don't specify this field, a value is randomly generated for you. If this token matches a previous request, the service ignores the request, but doesn't return an error. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring idempotency</a>.</p>
4108
+ * @public
4109
+ */
4110
+ clientToken?: string | undefined;
4111
+ }
4112
+ /**
4113
+ * @public
4114
+ */
4115
+ export interface CreatePaymentConnectorResponse {
4116
+ /**
4117
+ * <p>The unique identifier of the created payment connector.</p>
4118
+ * @public
4119
+ */
4120
+ paymentConnectorId: string | undefined;
4121
+ /**
4122
+ * <p>The unique identifier of the parent payment manager.</p>
4123
+ * @public
4124
+ */
4125
+ paymentManagerId: string | undefined;
4126
+ /**
4127
+ * <p>The name of the created payment connector.</p>
4128
+ * @public
4129
+ */
4130
+ name: string | undefined;
4131
+ /**
4132
+ * <p>The type of the created payment connector.</p>
4133
+ * @public
4134
+ */
4135
+ type: PaymentConnectorType | undefined;
4136
+ /**
4137
+ * <p>The credential provider configurations for the created payment connector.</p>
4138
+ * @public
4139
+ */
4140
+ credentialProviderConfigurations: CredentialsProviderConfiguration[] | undefined;
4141
+ /**
4142
+ * <p>The timestamp when the payment connector was created.</p>
4143
+ * @public
4144
+ */
4145
+ createdAt: Date | undefined;
4146
+ /**
4147
+ * <p>The current status of the payment connector. Possible values include <code>CREATING</code>, <code>READY</code>, <code>UPDATING</code>, <code>DELETING</code>, <code>CREATE_FAILED</code>, <code>UPDATE_FAILED</code>, and <code>DELETE_FAILED</code>.</p>
4148
+ * @public
4149
+ */
4150
+ status: PaymentConnectorStatus | undefined;
4151
+ }
4152
+ /**
4153
+ * @public
4154
+ */
4155
+ export interface DeletePaymentConnectorRequest {
4156
+ /**
4157
+ * <p>The unique identifier of the parent payment manager.</p>
4158
+ * @public
4159
+ */
4160
+ paymentManagerId: string | undefined;
4161
+ /**
4162
+ * <p>The unique identifier of the payment connector to delete.</p>
4163
+ * @public
4164
+ */
4165
+ paymentConnectorId: string | undefined;
4166
+ /**
4167
+ * <p>A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If you don't specify this field, a value is randomly generated for you. If this token matches a previous request, the service ignores the request, but doesn't return an error. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring idempotency</a>.</p>
4168
+ * @public
4169
+ */
4170
+ clientToken?: string | undefined;
4171
+ }
4172
+ /**
4173
+ * @public
4174
+ */
4175
+ export interface DeletePaymentConnectorResponse {
4176
+ /**
4177
+ * <p>The current status of the payment connector, set to <code>DELETING</code> when deletion is initiated. Possible values include <code>CREATING</code>, <code>READY</code>, <code>UPDATING</code>, <code>DELETING</code>, <code>CREATE_FAILED</code>, <code>UPDATE_FAILED</code>, and <code>DELETE_FAILED</code>.</p>
4178
+ * @public
4179
+ */
4180
+ status: PaymentConnectorStatus | undefined;
4181
+ /**
4182
+ * <p>The unique identifier of the deleted payment connector.</p>
4183
+ * @public
4184
+ */
4185
+ paymentConnectorId?: string | undefined;
4186
+ }
4187
+ /**
4188
+ * @public
4189
+ */
4190
+ export interface GetPaymentConnectorRequest {
4191
+ /**
4192
+ * <p>The unique identifier of the parent payment manager.</p>
4193
+ * @public
4194
+ */
4195
+ paymentManagerId: string | undefined;
4196
+ /**
4197
+ * <p>The unique identifier of the payment connector to retrieve.</p>
4198
+ * @public
4199
+ */
4200
+ paymentConnectorId: string | undefined;
4201
+ }
4202
+ /**
4203
+ * @public
4204
+ */
4205
+ export interface GetPaymentConnectorResponse {
4206
+ /**
4207
+ * <p>The unique identifier of the payment connector.</p>
4208
+ * @public
4209
+ */
4210
+ paymentConnectorId: string | undefined;
4211
+ /**
4212
+ * <p>The name of the payment connector.</p>
4213
+ * @public
4214
+ */
4215
+ name: string | undefined;
4216
+ /**
4217
+ * <p>The description of the payment connector.</p>
4218
+ * @public
4219
+ */
4220
+ description?: string | undefined;
4221
+ /**
4222
+ * <p>The type of the payment connector, which determines the payment provider integration.</p>
4223
+ * @public
4224
+ */
4225
+ type: PaymentConnectorType | undefined;
4226
+ /**
4227
+ * <p>The credential provider configurations for the payment connector.</p>
4228
+ * @public
4229
+ */
4230
+ credentialProviderConfigurations: CredentialsProviderConfiguration[] | undefined;
4231
+ /**
4232
+ * <p>The timestamp when the payment connector was created.</p>
4233
+ * @public
4234
+ */
4235
+ createdAt: Date | undefined;
4236
+ /**
4237
+ * <p>The timestamp when the payment connector was last updated.</p>
4238
+ * @public
4239
+ */
4240
+ lastUpdatedAt: Date | undefined;
4241
+ /**
4242
+ * <p>The current status of the payment connector. Possible values include <code>CREATING</code>, <code>READY</code>, <code>UPDATING</code>, <code>DELETING</code>, <code>CREATE_FAILED</code>, <code>UPDATE_FAILED</code>, and <code>DELETE_FAILED</code>.</p>
4243
+ * @public
4244
+ */
4245
+ status: PaymentConnectorStatus | undefined;
4246
+ }
4247
+ /**
4248
+ * @public
4249
+ */
4250
+ export interface ListPaymentConnectorsRequest {
4251
+ /**
4252
+ * <p>The unique identifier of the payment manager whose connectors to list.</p>
4253
+ * @public
4254
+ */
4255
+ paymentManagerId: string | undefined;
4256
+ /**
4257
+ * <p>The maximum number of results to return in the response. If the total number of results is greater than this value, use the token returned in the response in the <code>nextToken</code> field when making another request to return the next batch of results.</p>
4258
+ * @public
4259
+ */
4260
+ maxResults?: number | undefined;
4261
+ /**
4262
+ * <p>If the total number of results is greater than the <code>maxResults</code> value provided in the request, enter the token returned in the <code>nextToken</code> field in the response in this field to return the next batch of results.</p>
4263
+ * @public
4264
+ */
4265
+ nextToken?: string | undefined;
4266
+ }
4267
+ /**
4268
+ * <p>Contains summary information about a payment connector.</p>
4269
+ * @public
4270
+ */
4271
+ export interface PaymentConnectorSummary {
4272
+ /**
4273
+ * <p>The unique identifier of the payment connector.</p>
4274
+ * @public
4275
+ */
4276
+ paymentConnectorId: string | undefined;
4277
+ /**
4278
+ * <p>The name of the payment connector.</p>
4279
+ * @public
4280
+ */
4281
+ name: string | undefined;
4282
+ /**
4283
+ * <p>The type of the payment connector, which determines the payment provider integration.</p>
4284
+ * @public
4285
+ */
4286
+ type: PaymentConnectorType | undefined;
4287
+ /**
4288
+ * <p>The current status of the payment connector. Possible values include <code>CREATING</code>, <code>READY</code>, <code>UPDATING</code>, <code>DELETING</code>, <code>CREATE_FAILED</code>, <code>UPDATE_FAILED</code>, and <code>DELETE_FAILED</code>.</p>
4289
+ * @public
4290
+ */
4291
+ status: PaymentConnectorStatus | undefined;
4292
+ /**
4293
+ * <p>The timestamp when the payment connector was last updated.</p>
4294
+ * @public
4295
+ */
4296
+ lastUpdatedAt: Date | undefined;
4297
+ }
4298
+ /**
4299
+ * @public
4300
+ */
4301
+ export interface ListPaymentConnectorsResponse {
4302
+ /**
4303
+ * <p>The list of payment connector summaries. For details about the fields in each summary, see the <code>PaymentConnectorSummary</code> data type.</p>
4304
+ * @public
4305
+ */
4306
+ paymentConnectors: PaymentConnectorSummary[] | undefined;
4307
+ /**
4308
+ * <p>If the total number of results is greater than the <code>maxResults</code> value provided in the request, use this token when making another request in the <code>nextToken</code> field to return the next batch of results.</p>
4309
+ * @public
4310
+ */
4311
+ nextToken?: string | undefined;
4312
+ }
4313
+ /**
4314
+ * @public
4315
+ */
4316
+ export interface UpdatePaymentConnectorRequest {
4317
+ /**
4318
+ * <p>The unique identifier of the parent payment manager.</p>
4319
+ * @public
4320
+ */
4321
+ paymentManagerId: string | undefined;
4322
+ /**
4323
+ * <p>The unique identifier of the payment connector to update.</p>
4324
+ * @public
4325
+ */
4326
+ paymentConnectorId: string | undefined;
4327
+ /**
4328
+ * <p>The updated description of the payment connector.</p>
4329
+ * @public
4330
+ */
4331
+ description?: string | undefined;
4332
+ /**
4333
+ * <p>The updated type of the payment connector.</p>
4334
+ * @public
4335
+ */
4336
+ type?: PaymentConnectorType | undefined;
4337
+ /**
4338
+ * <p>The updated credential provider configurations for the payment connector.</p>
4339
+ * @public
4340
+ */
4341
+ credentialProviderConfigurations?: CredentialsProviderConfiguration[] | undefined;
4342
+ /**
4343
+ * <p>A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If you don't specify this field, a value is randomly generated for you. If this token matches a previous request, the service ignores the request, but doesn't return an error. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring idempotency</a>.</p>
4344
+ * @public
4345
+ */
4346
+ clientToken?: string | undefined;
4347
+ }
4348
+ /**
4349
+ * @public
4350
+ */
4351
+ export interface UpdatePaymentConnectorResponse {
4352
+ /**
4353
+ * <p>The unique identifier of the updated payment connector.</p>
4354
+ * @public
4355
+ */
4356
+ paymentConnectorId: string | undefined;
4357
+ /**
4358
+ * <p>The unique identifier of the parent payment manager.</p>
4359
+ * @public
4360
+ */
4361
+ paymentManagerId: string | undefined;
4362
+ /**
4363
+ * <p>The name of the updated payment connector.</p>
4364
+ * @public
4365
+ */
4366
+ name: string | undefined;
4367
+ /**
4368
+ * <p>The type of the updated payment connector.</p>
4369
+ * @public
4370
+ */
4371
+ type: PaymentConnectorType | undefined;
4372
+ /**
4373
+ * <p>The credential provider configurations for the updated payment connector.</p>
4374
+ * @public
4375
+ */
4376
+ credentialProviderConfigurations: CredentialsProviderConfiguration[] | undefined;
4377
+ /**
4378
+ * <p>The timestamp when the payment connector was last updated.</p>
4379
+ * @public
4380
+ */
4381
+ lastUpdatedAt: Date | undefined;
4382
+ /**
4383
+ * <p>The current status of the updated payment connector. Possible values include <code>CREATING</code>, <code>READY</code>, <code>UPDATING</code>, <code>DELETING</code>, <code>CREATE_FAILED</code>, <code>UPDATE_FAILED</code>, and <code>DELETE_FAILED</code>.</p>
4384
+ * @public
4385
+ */
4386
+ status: PaymentConnectorStatus | undefined;
4387
+ }
4388
+ /**
4389
+ * @public
4390
+ */
4391
+ export interface UpdatePaymentManagerRequest {
4392
+ /**
4393
+ * <p>The unique identifier of the payment manager to update.</p>
4394
+ * @public
4395
+ */
4396
+ paymentManagerId: string | undefined;
4397
+ /**
4398
+ * <p>The updated description of the payment manager.</p>
4399
+ * @public
4400
+ */
4401
+ description?: string | undefined;
4402
+ /**
4403
+ * <p>The updated authorizer type for the payment manager.</p>
4404
+ * @public
4405
+ */
4406
+ authorizerType?: PaymentsAuthorizerType | undefined;
4407
+ /**
4408
+ * <p>The updated authorizer configuration for the payment manager.</p>
4409
+ * @public
4410
+ */
4411
+ authorizerConfiguration?: AuthorizerConfiguration | undefined;
4412
+ /**
4413
+ * <p>The updated Amazon Resource Name (ARN) of the IAM role for the payment manager.</p>
4414
+ * @public
4415
+ */
4416
+ roleArn?: string | undefined;
4417
+ /**
4418
+ * <p>A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If you don't specify this field, a value is randomly generated for you. If this token matches a previous request, the service ignores the request, but doesn't return an error. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring idempotency</a>.</p>
4419
+ * @public
4420
+ */
4421
+ clientToken?: string | undefined;
4422
+ }
4423
+ /**
4424
+ * @public
4425
+ */
4426
+ export interface UpdatePaymentManagerResponse {
4427
+ /**
4428
+ * <p>The Amazon Resource Name (ARN) of the updated payment manager.</p>
4429
+ * @public
4430
+ */
4431
+ paymentManagerArn: string | undefined;
4432
+ /**
4433
+ * <p>The unique identifier of the updated payment manager.</p>
4434
+ * @public
4435
+ */
4436
+ paymentManagerId: string | undefined;
4437
+ /**
4438
+ * <p>The name of the updated payment manager.</p>
4439
+ * @public
4440
+ */
4441
+ name: string | undefined;
4442
+ /**
4443
+ * <p>The type of authorizer for the updated payment manager.</p>
4444
+ * @public
4445
+ */
4446
+ authorizerType: PaymentsAuthorizerType | undefined;
4447
+ /**
4448
+ * <p>The Amazon Resource Name (ARN) of the IAM role associated with the updated payment manager.</p>
4449
+ * @public
4450
+ */
4451
+ roleArn: string | undefined;
4452
+ /**
4453
+ * <p>The information about the workload identity.</p>
4454
+ * @public
4455
+ */
4456
+ workloadIdentityDetails?: WorkloadIdentityDetails | undefined;
4457
+ /**
4458
+ * <p>The timestamp when the payment manager was last updated.</p>
4459
+ * @public
4460
+ */
4461
+ lastUpdatedAt: Date | undefined;
4462
+ /**
4463
+ * <p>The current status of the updated payment manager. Possible values include <code>CREATING</code>, <code>READY</code>, <code>UPDATING</code>, <code>DELETING</code>, <code>CREATE_FAILED</code>, <code>UPDATE_FAILED</code>, and <code>DELETE_FAILED</code>.</p>
4464
+ * @public
4465
+ */
4466
+ status: PaymentManagerStatus | undefined;
4467
+ }
4468
+ /**
4469
+ * @public
4470
+ */
4471
+ export interface CreatePolicyEngineRequest {
4472
+ /**
4473
+ * <p>The customer-assigned immutable name for the policy engine. This name identifies the policy engine and cannot be changed after creation.</p>
4474
+ * @public
4475
+ */
4476
+ name: string | undefined;
4477
+ /**
4478
+ * <p>A human-readable description of the policy engine's purpose and scope (1-4,096 characters). This helps administrators understand the policy engine's role in the overall governance strategy. Document which Gateway this engine will be associated with, what types of tools or workflows it governs, and the team or service responsible for maintaining it. Clear descriptions are essential when managing multiple policy engines across different services or environments.</p>
4479
+ * @public
4480
+ */
4481
+ description?: string | undefined;
4482
+ /**
4483
+ * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request with the same client token, the service returns the same response without creating a duplicate policy engine.</p>
4484
+ * @public
4485
+ */
4486
+ clientToken?: string | undefined;
4487
+ /**
4488
+ * <p>The Amazon Resource Name (ARN) of the KMS key used to encrypt the policy engine data.</p>
4489
+ * @public
4490
+ */
4491
+ encryptionKeyArn?: string | undefined;
4492
+ /**
4493
+ * <p>A map of tag keys and values to assign to an AgentCore Policy. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment.</p>
4494
+ * @public
4495
+ */
4496
+ tags?: Record<string, string> | undefined;
4497
+ }
4498
+ /**
4499
+ * @public
4500
+ */
4501
+ export interface CreatePolicyEngineResponse {
4502
+ /**
4503
+ * <p>The unique identifier for the created policy engine. This system-generated identifier consists of the user name plus a 10-character generated suffix and is used for all subsequent policy engine operations.</p>
4504
+ * @public
4505
+ */
4506
+ policyEngineId: string | undefined;
4507
+ /**
4508
+ * <p>The customer-assigned name of the created policy engine. This matches the name provided in the request and serves as the human-readable identifier.</p>
4509
+ * @public
4510
+ */
4511
+ name: string | undefined;
4512
+ /**
4513
+ * <p>The timestamp when the policy engine was created. This is automatically set by the service and used for auditing and lifecycle management.</p>
4514
+ * @public
4515
+ */
4516
+ createdAt: Date | undefined;
4517
+ /**
4518
+ * <p>The timestamp when the policy engine was last updated. For newly created policy engines, this matches the <code>createdAt</code> timestamp.</p>
4519
+ * @public
4520
+ */
4521
+ updatedAt: Date | undefined;
4522
+ /**
4523
+ * <p>The Amazon Resource Name (ARN) of the created policy engine. This globally unique identifier can be used for cross-service references and IAM policy statements.</p>
4524
+ * @public
4525
+ */
4526
+ policyEngineArn: string | undefined;
4527
+ /**
4528
+ * <p>The current status of the policy engine. A status of <code>ACTIVE</code> indicates the policy engine is ready for use.</p>
4529
+ * @public
4530
+ */
4531
+ status: PolicyEngineStatus | undefined;
4532
+ /**
4533
+ * <p>The Amazon Resource Name (ARN) of the KMS key used to encrypt the policy engine data.</p>
4534
+ * @public
4535
+ */
4536
+ encryptionKeyArn?: string | undefined;
4537
+ /**
4538
+ * <p>A human-readable description of the policy engine's purpose.</p>
4539
+ * @public
4540
+ */
4541
+ description?: string | undefined;
4542
+ /**
4543
+ * <p>Additional information about the policy engine status. This provides details about any failures or the current state of the policy engine creation process.</p>
4544
+ * @public
4545
+ */
4546
+ statusReasons: string[] | undefined;
4547
+ }
4548
+ /**
4549
+ * @public
4550
+ */
4551
+ export interface DeletePolicyEngineRequest {
4552
+ /**
4553
+ * <p>The unique identifier of the policy engine to be deleted. This must be a valid policy engine ID that exists within the account.</p>
4554
+ * @public
4555
+ */
4556
+ policyEngineId: string | undefined;
4557
+ }
4558
+ /**
4559
+ * @public
4560
+ */
4561
+ export interface DeletePolicyEngineResponse {
4562
+ /**
4563
+ * <p>The unique identifier of the policy engine being deleted. This confirms which policy engine the deletion operation targets.</p>
4564
+ * @public
4565
+ */
4566
+ policyEngineId: string | undefined;
4567
+ /**
4568
+ * <p>The customer-assigned name of the deleted policy engine.</p>
4569
+ * @public
4570
+ */
4571
+ name: string | undefined;
4572
+ /**
4573
+ * <p>The timestamp when the deleted policy engine was originally created.</p>
4574
+ * @public
4575
+ */
4576
+ createdAt: Date | undefined;
4577
+ /**
4578
+ * <p>The timestamp when the deleted policy engine was last modified before deletion. This tracks the final state of the policy engine before it was removed from the system.</p>
4579
+ * @public
4580
+ */
4581
+ updatedAt: Date | undefined;
4582
+ /**
4583
+ * <p>The Amazon Resource Name (ARN) of the deleted policy engine. This globally unique identifier confirms which policy engine resource was successfully removed.</p>
4584
+ * @public
4585
+ */
4586
+ policyEngineArn: string | undefined;
4587
+ /**
4588
+ * <p>The status of the policy engine deletion operation. This provides status about any issues that occurred during the deletion process.</p>
4589
+ * @public
4590
+ */
4591
+ status: PolicyEngineStatus | undefined;
4592
+ /**
4593
+ * <p>The Amazon Resource Name (ARN) of the KMS key used to encrypt the policy engine data.</p>
4594
+ * @public
4595
+ */
4596
+ encryptionKeyArn?: string | undefined;
4597
+ /**
4598
+ * <p>The human-readable description of the deleted policy engine.</p>
4599
+ * @public
4600
+ */
4601
+ description?: string | undefined;
4602
+ /**
4603
+ * <p>Additional information about the deletion status. This provides details about the deletion process or any issues that may have occurred.</p>
4604
+ * @public
4605
+ */
4606
+ statusReasons: string[] | undefined;
4607
+ }
4608
+ /**
4609
+ * @public
4610
+ */
4611
+ export interface GetPolicyEngineRequest {
4612
+ /**
4613
+ * <p>The unique identifier of the policy engine to be retrieved. This must be a valid policy engine ID that exists within the account.</p>
4614
+ * @public
4615
+ */
4616
+ policyEngineId: string | undefined;
4617
+ }
4618
+ /**
4619
+ * @public
4620
+ */
4621
+ export interface GetPolicyEngineResponse {
4622
+ /**
4623
+ * <p>The unique identifier of the retrieved policy engine. This matches the policy engine ID provided in the request and serves as the system identifier.</p>
4624
+ * @public
4625
+ */
4626
+ policyEngineId: string | undefined;
4627
+ /**
4628
+ * <p>The customer-assigned name of the policy engine. This is the human-readable identifier that was specified when the policy engine was created.</p>
4629
+ * @public
4630
+ */
4631
+ name: string | undefined;
4632
+ /**
4633
+ * <p>The timestamp when the policy engine was originally created.</p>
4634
+ * @public
4635
+ */
4636
+ createdAt: Date | undefined;
4637
+ /**
4638
+ * <p>The timestamp when the policy engine was last modified. This tracks the most recent changes to the policy engine configuration.</p>
4639
+ * @public
4640
+ */
4641
+ updatedAt: Date | undefined;
4642
+ /**
4643
+ * <p>The Amazon Resource Name (ARN) of the policy engine. This globally unique identifier can be used for cross-service references and IAM policy statements.</p>
4644
+ * @public
4645
+ */
4646
+ policyEngineArn: string | undefined;
4647
+ /**
4648
+ * <p>The current status of the policy engine.</p>
4649
+ * @public
4650
+ */
4651
+ status: PolicyEngineStatus | undefined;
4652
+ /**
4653
+ * <p>The Amazon Resource Name (ARN) of the KMS key used to encrypt the policy engine data.</p>
4654
+ * @public
4655
+ */
4656
+ encryptionKeyArn?: string | undefined;
4657
+ /**
4658
+ * <p>The human-readable description of the policy engine's purpose and scope. This helps administrators understand the policy engine's role in governance.</p>
4659
+ * @public
4660
+ */
4661
+ description?: string | undefined;
4662
+ /**
4663
+ * <p>Additional information about the policy engine status. This provides details about any failures or the current state of the policy engine.</p>
4664
+ * @public
4665
+ */
4666
+ statusReasons: string[] | undefined;
4667
+ }
4668
+ /**
4669
+ * @public
4670
+ */
4671
+ export interface GetPolicyEngineSummaryRequest {
4672
+ /**
4673
+ * <p>The unique identifier of the policy engine to retrieve the summary for. This must be a valid policy engine ID that exists within the account.</p>
4674
+ * @public
4675
+ */
4676
+ policyEngineId: string | undefined;
4677
+ }
4678
+ /**
4679
+ * @public
4680
+ */
4681
+ export interface GetPolicyEngineSummaryResponse {
4682
+ /**
4683
+ * <p>The unique identifier of the policy engine.</p>
4684
+ * @public
4685
+ */
4686
+ policyEngineId: string | undefined;
4687
+ /**
4688
+ * <p>The customer-assigned name of the policy engine.</p>
4689
+ * @public
4690
+ */
4691
+ name: string | undefined;
4692
+ /**
4693
+ * <p>The timestamp when the policy engine was originally created.</p>
4694
+ * @public
4695
+ */
4696
+ createdAt: Date | undefined;
4697
+ /**
4698
+ * <p>The timestamp when the policy engine was last modified.</p>
4699
+ * @public
4700
+ */
4701
+ updatedAt: Date | undefined;
4702
+ /**
4703
+ * <p>The Amazon Resource Name (ARN) of the policy engine.</p>
4704
+ * @public
4705
+ */
4706
+ policyEngineArn: string | undefined;
4707
+ /**
4708
+ * <p>The current status of the policy engine.</p>
4709
+ * @public
4710
+ */
4711
+ status: PolicyEngineStatus | undefined;
4712
+ /**
4713
+ * <p>The Amazon Resource Name (ARN) of the KMS key used to encrypt the policy engine data.</p>
4714
+ * @public
4715
+ */
4716
+ encryptionKeyArn?: string | undefined;
4717
+ }
4718
+ /**
4719
+ * @public
4720
+ */
4721
+ export interface ListPolicyEnginesRequest {
4722
+ /**
4723
+ * <p>A pagination token returned from a previous <a href="https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_ListPolicyEngines.html">ListPolicyEngines</a> call. Use this token to retrieve the next page of results when the response is paginated.</p>
4724
+ * @public
4725
+ */
4726
+ nextToken?: string | undefined;
4727
+ /**
4728
+ * <p>The maximum number of policy engines to return in a single response. If not specified, the default is 10 policy engines per page, with a maximum of 100 per page.</p>
4729
+ * @public
4730
+ */
4731
+ maxResults?: number | undefined;
4732
+ }
4733
+ /**
4734
+ * <p>Represents a policy engine resource within the AgentCore Policy system. Policy engines serve as containers for grouping related policies and provide the execution context for policy evaluation and management. Each policy engine can be associated with one Gateway (one engine per Gateway), where it intercepts all agent tool calls and evaluates them against the contained policies before allowing tools to execute. The policy engine maintains the Cedar schema generated from the Gateway's tool manifest, ensuring that policies are validated against the actual tools and parameters available. Policy engines support two enforcement modes that can be configured when associating with a Gateway: log-only mode for testing (evaluates decisions without blocking) and enforce mode for production (actively allows or denies based on policy evaluation).</p>
4735
+ * @public
4736
+ */
4737
+ export interface PolicyEngine {
4738
+ /**
4739
+ * <p>The unique identifier for the policy engine. This system-generated identifier consists of the user name plus a 10-character generated suffix and serves as the primary key for policy engine operations.</p>
4740
+ * @public
4741
+ */
4742
+ policyEngineId: string | undefined;
4743
+ /**
4744
+ * <p>The customer-assigned immutable name for the policy engine. This human-readable identifier must be unique within the account and cannot exceed 48 characters.</p>
4745
+ * @public
4746
+ */
4747
+ name: string | undefined;
4748
+ /**
4749
+ * <p>The timestamp when the policy engine was originally created. This is automatically set by the service and used for auditing and lifecycle management.</p>
4750
+ * @public
4751
+ */
4752
+ createdAt: Date | undefined;
4753
+ /**
4754
+ * <p>The timestamp when the policy engine was last modified. This tracks the most recent changes to the policy engine configuration or metadata.</p>
4755
+ * @public
4756
+ */
4757
+ updatedAt: Date | undefined;
4758
+ /**
4759
+ * <p>The Amazon Resource Name (ARN) of the policy engine. This globally unique identifier can be used for cross-service references and IAM policy statements.</p>
4760
+ * @public
4761
+ */
4762
+ policyEngineArn: string | undefined;
4763
+ /**
4764
+ * <p>The current status of the policy engine.</p>
4765
+ * @public
4766
+ */
4767
+ status: PolicyEngineStatus | undefined;
4768
+ /**
4769
+ * <p>The Amazon Resource Name (ARN) of the KMS key used to encrypt the policy engine data.</p>
4770
+ * @public
4771
+ */
4772
+ encryptionKeyArn?: string | undefined;
4773
+ /**
4774
+ * <p>A human-readable description of the policy engine's purpose and scope. Limited to 4,096 characters, this helps administrators understand the policy engine's role in the overall governance strategy.</p>
4775
+ * @public
4776
+ */
4777
+ description?: string | undefined;
4778
+ /**
4779
+ * <p>Additional information about the policy engine status. This provides details about any failures or the current state of the policy engine lifecycle.</p>
4780
+ * @public
4781
+ */
4782
+ statusReasons: string[] | undefined;
4783
+ }
4784
+ /**
4785
+ * @public
4786
+ */
4787
+ export interface ListPolicyEnginesResponse {
4788
+ /**
4789
+ * <p>An array of policy engine objects that exist in the account. Each policy engine object contains the engine metadata, status, and key identifiers for further operations.</p>
4790
+ * @public
4791
+ */
4792
+ policyEngines: PolicyEngine[] | undefined;
4793
+ /**
4794
+ * <p>A pagination token that can be used in subsequent <a href="https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_ListPolicyEngines.html">ListPolicyEngines</a> calls to retrieve additional results. This token is only present when there are more results available. </p>
4795
+ * @public
4796
+ */
4797
+ nextToken?: string | undefined;
4798
+ }
4799
+ /**
4800
+ * @public
4801
+ */
4802
+ export interface ListPolicyEngineSummariesRequest {
4803
+ /**
4804
+ * <p>A pagination token returned from a previous <a href="https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_ListPolicyEngineSummaries.html">ListPolicyEngineSummaries</a> call. Use this token to retrieve the next page of results when the response is paginated.</p>
4805
+ * @public
4806
+ */
4807
+ nextToken?: string | undefined;
4808
+ /**
4809
+ * <p>The maximum number of policy engine summaries to return in a single response.</p>
4810
+ * @public
4811
+ */
4812
+ maxResults?: number | undefined;
4813
+ }
4814
+ /**
4815
+ * <p>Represents a metadata-only summary of a policy engine resource. This structure contains resource identifiers, status, and timestamps without customer-encrypted fields such as description or status reasons. Policy engine summaries are returned by operations that do not require access to the customer's KMS key.</p>
4816
+ * @public
4817
+ */
4818
+ export interface PolicyEngineSummary {
4819
+ /**
4820
+ * <p>The unique identifier for the policy engine.</p>
4821
+ * @public
4822
+ */
4823
+ policyEngineId: string | undefined;
4824
+ /**
4825
+ * <p>The customer-assigned name of the policy engine.</p>
4826
+ * @public
4827
+ */
4828
+ name: string | undefined;
4829
+ /**
4830
+ * <p>The timestamp when the policy engine was originally created.</p>
4831
+ * @public
4832
+ */
4833
+ createdAt: Date | undefined;
4834
+ /**
4835
+ * <p>The timestamp when the policy engine was last modified.</p>
4836
+ * @public
4837
+ */
4838
+ updatedAt: Date | undefined;
4839
+ /**
4840
+ * <p>The Amazon Resource Name (ARN) of the policy engine.</p>
4841
+ * @public
4842
+ */
4843
+ policyEngineArn: string | undefined;
4844
+ /**
4845
+ * <p>The current status of the policy engine.</p>
4846
+ * @public
4847
+ */
4848
+ status: PolicyEngineStatus | undefined;
4849
+ /**
4850
+ * <p>The Amazon Resource Name (ARN) of the KMS key used to encrypt the policy engine data.</p>
4851
+ * @public
4852
+ */
4853
+ encryptionKeyArn?: string | undefined;
4854
+ }
4855
+ /**
4856
+ * @public
4857
+ */
4858
+ export interface ListPolicyEngineSummariesResponse {
4859
+ /**
4860
+ * <p>An array of policy engine summary objects that exist in the account. Each summary contains resource identifiers, status, and timestamps without customer-encrypted content.</p>
4861
+ * @public
4862
+ */
4863
+ policyEngines: PolicyEngineSummary[] | undefined;
4864
+ /**
4865
+ * <p>A pagination token that can be used in subsequent <a href="https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_ListPolicyEngineSummaries.html">ListPolicyEngineSummaries</a> calls to retrieve additional results. This token is only present when there are more results available.</p>
4866
+ * @public
4867
+ */
4868
+ nextToken?: string | undefined;
4869
+ }
4870
+ /**
4871
+ * <p>Wrapper for updating an optional Description field with PATCH semantics. When present in an update request, the description is replaced with optionalValue. When absent, the description is left unchanged. To unset the description, include the wrapper with optionalValue not specified.</p>
4872
+ * @public
4873
+ */
4874
+ export interface UpdatedDescription {
4875
+ /**
4876
+ * <p>Represents an optional value that is used to update the human-readable description of the resource. If not specified, it will clear the current description of the resource.</p>
4877
+ * @public
4878
+ */
4879
+ optionalValue?: string | undefined;
4880
+ }
4881
+ /**
4882
+ * @public
4883
+ */
4884
+ export interface UpdatePolicyEngineRequest {
4885
+ /**
4886
+ * <p>The unique identifier of the policy engine to be updated.</p>
4887
+ * @public
4888
+ */
4889
+ policyEngineId: string | undefined;
4890
+ /**
4891
+ * <p>The new description for the policy engine.</p>
4892
+ * @public
4893
+ */
4894
+ description?: UpdatedDescription | undefined;
4895
+ }
4896
+ /**
4897
+ * @public
4898
+ */
4899
+ export interface UpdatePolicyEngineResponse {
4900
+ /**
4901
+ * <p>The unique identifier of the updated policy engine.</p>
4902
+ * @public
4903
+ */
4904
+ policyEngineId: string | undefined;
4905
+ /**
4906
+ * <p>The name of the updated policy engine.</p>
4907
+ * @public
4908
+ */
4909
+ name: string | undefined;
4910
+ /**
4911
+ * <p>The original creation timestamp of the policy engine.</p>
4912
+ * @public
4913
+ */
4914
+ createdAt: Date | undefined;
4915
+ /**
4916
+ * <p>The timestamp when the policy engine was last updated.</p>
4917
+ * @public
4918
+ */
4919
+ updatedAt: Date | undefined;
4920
+ /**
4921
+ * <p>The ARN of the updated policy engine.</p>
4922
+ * @public
4923
+ */
4924
+ policyEngineArn: string | undefined;
4925
+ /**
4926
+ * <p>The current status of the updated policy engine.</p>
4927
+ * @public
4928
+ */
4929
+ status: PolicyEngineStatus | undefined;
4930
+ /**
4931
+ * <p>The Amazon Resource Name (ARN) of the KMS key used to encrypt the policy engine data.</p>
3678
4932
  * @public
3679
4933
  */
3680
4934
  encryptionKeyArn?: string | undefined;
4935
+ /**
4936
+ * <p>The updated description of the policy engine.</p>
4937
+ * @public
4938
+ */
4939
+ description?: string | undefined;
4940
+ /**
4941
+ * <p>Additional information about the update status.</p>
4942
+ * @public
4943
+ */
4944
+ statusReasons: string[] | undefined;
3681
4945
  }
3682
4946
  /**
3683
4947
  * @public
@@ -3771,13 +5035,78 @@ export interface GetPolicyGenerationResponse {
3771
5035
  * @public
3772
5036
  */
3773
5037
  status: PolicyGenerationStatus | undefined;
5038
+ /**
5039
+ * <p>The findings and results from the policy generation process. This includes any issues, recommendations, validation results, or insights from the generated policies.</p>
5040
+ * @public
5041
+ */
5042
+ findings?: string | undefined;
3774
5043
  /**
3775
5044
  * <p>Additional information about the generation status. This provides details about any failures, warnings, or the current state of the generation process.</p>
3776
5045
  * @public
3777
5046
  */
3778
5047
  statusReasons: string[] | undefined;
5048
+ }
5049
+ /**
5050
+ * @public
5051
+ */
5052
+ export interface GetPolicyGenerationSummaryRequest {
3779
5053
  /**
3780
- * <p>The findings and results from the policy generation process. This includes any issues, recommendations, validation results, or insights from the generated policies.</p>
5054
+ * <p>The unique identifier of the policy generation request to retrieve the summary for.</p>
5055
+ * @public
5056
+ */
5057
+ policyGenerationId: string | undefined;
5058
+ /**
5059
+ * <p>The identifier of the policy engine associated with the policy generation request.</p>
5060
+ * @public
5061
+ */
5062
+ policyEngineId: string | undefined;
5063
+ }
5064
+ /**
5065
+ * @public
5066
+ */
5067
+ export interface GetPolicyGenerationSummaryResponse {
5068
+ /**
5069
+ * <p>The identifier of the policy engine associated with this policy generation.</p>
5070
+ * @public
5071
+ */
5072
+ policyEngineId: string | undefined;
5073
+ /**
5074
+ * <p>The unique identifier of the policy generation request.</p>
5075
+ * @public
5076
+ */
5077
+ policyGenerationId: string | undefined;
5078
+ /**
5079
+ * <p>The customer-assigned name for the policy generation request.</p>
5080
+ * @public
5081
+ */
5082
+ name: string | undefined;
5083
+ /**
5084
+ * <p>The Amazon Resource Name (ARN) of the policy generation request.</p>
5085
+ * @public
5086
+ */
5087
+ policyGenerationArn: string | undefined;
5088
+ /**
5089
+ * <p>The resource information associated with the policy generation.</p>
5090
+ * @public
5091
+ */
5092
+ resource: Resource | undefined;
5093
+ /**
5094
+ * <p>The timestamp when the policy generation request was created.</p>
5095
+ * @public
5096
+ */
5097
+ createdAt: Date | undefined;
5098
+ /**
5099
+ * <p>The timestamp when the policy generation was last updated.</p>
5100
+ * @public
5101
+ */
5102
+ updatedAt: Date | undefined;
5103
+ /**
5104
+ * <p>The current status of the policy generation request.</p>
5105
+ * @public
5106
+ */
5107
+ status: PolicyGenerationStatus | undefined;
5108
+ /**
5109
+ * <p>The findings from the policy generation process, if available.</p>
3781
5110
  * @public
3782
5111
  */
3783
5112
  findings?: string | undefined;
@@ -3901,37 +5230,128 @@ export interface Finding {
3901
5230
  */
3902
5231
  export interface PolicyGenerationAsset {
3903
5232
  /**
3904
- * <p>The unique identifier for this generated policy asset within the policy generation request. This ID can be used to reference specific generated policy options when creating actual policies from the generation results.</p>
5233
+ * <p>The unique identifier for this generated policy asset within the policy generation request. This ID can be used to reference specific generated policy options when creating actual policies from the generation results.</p>
5234
+ * @public
5235
+ */
5236
+ policyGenerationAssetId: string | undefined;
5237
+ /**
5238
+ * <p>Represents the definition structure for policies within the AgentCore Policy system. This structure encapsulates different policy formats and languages that can be used to define access control rules.</p>
5239
+ * @public
5240
+ */
5241
+ definition?: PolicyDefinition | undefined;
5242
+ /**
5243
+ * <p>The portion of the original natural language input that this generated policy asset addresses. This helps users understand which part of their policy description was translated into this specific Cedar policy statement, enabling better policy selection and refinement. When a single natural language input describes multiple authorization requirements, the generation process creates separate policy assets for each requirement, with each asset's rawTextFragment showing which requirement it addresses. Use this mapping to verify that all parts of your natural language input were correctly translated into Cedar policies.</p>
5244
+ * @public
5245
+ */
5246
+ rawTextFragment: string | undefined;
5247
+ /**
5248
+ * <p>Analysis findings and insights related to this specific generated policy asset. These findings may include validation results, potential issues, or recommendations for improvement to help users evaluate the quality and appropriateness of the generated policy.</p>
5249
+ * @public
5250
+ */
5251
+ findings: Finding[] | undefined;
5252
+ }
5253
+ /**
5254
+ * @public
5255
+ */
5256
+ export interface ListPolicyGenerationAssetsResponse {
5257
+ /**
5258
+ * <p>An array of generated policy assets including Cedar policies and related artifacts from the AI-powered policy generation process. Each asset represents a different policy option or variation generated from the original natural language input.</p>
5259
+ * @public
5260
+ */
5261
+ policyGenerationAssets?: PolicyGenerationAsset[] | undefined;
5262
+ /**
5263
+ * <p>A pagination token that can be used in subsequent <a href="https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_ListPolicyGenerationAssets.html">ListPolicyGenerationAssets</a> calls to retrieve additional assets. This token is only present when there are more generated policy assets available beyond the current response.</p>
5264
+ * @public
5265
+ */
5266
+ nextToken?: string | undefined;
5267
+ }
5268
+ /**
5269
+ * @public
5270
+ */
5271
+ export interface ListPolicyGenerationsRequest {
5272
+ /**
5273
+ * <p>A pagination token for retrieving additional policy generations when results are paginated.</p>
5274
+ * @public
5275
+ */
5276
+ nextToken?: string | undefined;
5277
+ /**
5278
+ * <p>The maximum number of policy generations to return in a single response.</p>
5279
+ * @public
5280
+ */
5281
+ maxResults?: number | undefined;
5282
+ /**
5283
+ * <p>The identifier of the policy engine whose policy generations to retrieve.</p>
5284
+ * @public
5285
+ */
5286
+ policyEngineId: string | undefined;
5287
+ }
5288
+ /**
5289
+ * <p>Represents a policy generation request within the AgentCore Policy system. Tracks the AI-powered conversion of natural language descriptions into Cedar policy statements, enabling users to author policies by describing authorization requirements in plain English. The generation process analyzes the natural language input along with the Gateway's tool context and Cedar schema to produce one or more validated policy options. Each generation request tracks the status of the conversion process and maintains findings about the generated policies, including validation results and potential issues. Generated policy assets remain available for one week after successful generation, allowing time to review and create policies from the generated options.</p>
5290
+ * @public
5291
+ */
5292
+ export interface PolicyGeneration {
5293
+ /**
5294
+ * <p>The identifier of the policy engine associated with this generation request.</p>
5295
+ * @public
5296
+ */
5297
+ policyEngineId: string | undefined;
5298
+ /**
5299
+ * <p>The unique identifier for this policy generation request.</p>
5300
+ * @public
5301
+ */
5302
+ policyGenerationId: string | undefined;
5303
+ /**
5304
+ * <p>The customer-assigned name for this policy generation request.</p>
5305
+ * @public
5306
+ */
5307
+ name: string | undefined;
5308
+ /**
5309
+ * <p>The ARN of this policy generation request.</p>
5310
+ * @public
5311
+ */
5312
+ policyGenerationArn: string | undefined;
5313
+ /**
5314
+ * <p>The resource information associated with this policy generation.</p>
5315
+ * @public
5316
+ */
5317
+ resource: Resource | undefined;
5318
+ /**
5319
+ * <p>The timestamp when this policy generation request was created.</p>
5320
+ * @public
5321
+ */
5322
+ createdAt: Date | undefined;
5323
+ /**
5324
+ * <p>The timestamp when this policy generation was last updated.</p>
3905
5325
  * @public
3906
5326
  */
3907
- policyGenerationAssetId: string | undefined;
5327
+ updatedAt: Date | undefined;
3908
5328
  /**
3909
- * <p>Represents the definition structure for policies within the AgentCore Policy system. This structure encapsulates different policy formats and languages that can be used to define access control rules.</p>
5329
+ * <p>The current status of this policy generation request.</p>
3910
5330
  * @public
3911
5331
  */
3912
- definition?: PolicyDefinition | undefined;
5332
+ status: PolicyGenerationStatus | undefined;
3913
5333
  /**
3914
- * <p>The portion of the original natural language input that this generated policy asset addresses. This helps users understand which part of their policy description was translated into this specific Cedar policy statement, enabling better policy selection and refinement. When a single natural language input describes multiple authorization requirements, the generation process creates separate policy assets for each requirement, with each asset's rawTextFragment showing which requirement it addresses. Use this mapping to verify that all parts of your natural language input were correctly translated into Cedar policies.</p>
5334
+ * <p>Findings and insights from this policy generation process.</p>
3915
5335
  * @public
3916
5336
  */
3917
- rawTextFragment: string | undefined;
5337
+ findings?: string | undefined;
3918
5338
  /**
3919
- * <p>Analysis findings and insights related to this specific generated policy asset. These findings may include validation results, potential issues, or recommendations for improvement to help users evaluate the quality and appropriateness of the generated policy.</p>
5339
+ * <p>Additional information about the generation status.</p>
3920
5340
  * @public
3921
5341
  */
3922
- findings: Finding[] | undefined;
5342
+ statusReasons: string[] | undefined;
3923
5343
  }
3924
5344
  /**
3925
5345
  * @public
3926
5346
  */
3927
- export interface ListPolicyGenerationAssetsResponse {
5347
+ export interface ListPolicyGenerationsResponse {
3928
5348
  /**
3929
- * <p>An array of generated policy assets including Cedar policies and related artifacts from the AI-powered policy generation process. Each asset represents a different policy option or variation generated from the original natural language input.</p>
5349
+ * <p>An array of policy generation objects that match the specified criteria.</p>
3930
5350
  * @public
3931
5351
  */
3932
- policyGenerationAssets?: PolicyGenerationAsset[] | undefined;
5352
+ policyGenerations: PolicyGeneration[] | undefined;
3933
5353
  /**
3934
- * <p>A pagination token that can be used in subsequent <a href="https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_ListPolicyGenerationAssets.html">ListPolicyGenerationAssets</a> calls to retrieve additional assets. This token is only present when there are more generated policy assets available beyond the current response.</p>
5354
+ * <p>A pagination token for retrieving additional policy generations if more results are available.</p>
3935
5355
  * @public
3936
5356
  */
3937
5357
  nextToken?: string | undefined;
@@ -3939,28 +5359,28 @@ export interface ListPolicyGenerationAssetsResponse {
3939
5359
  /**
3940
5360
  * @public
3941
5361
  */
3942
- export interface ListPolicyGenerationsRequest {
5362
+ export interface ListPolicyGenerationSummariesRequest {
3943
5363
  /**
3944
- * <p>A pagination token for retrieving additional policy generations when results are paginated.</p>
5364
+ * <p>A pagination token returned from a previous <a href="https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_ListPolicyGenerationSummaries.html">ListPolicyGenerationSummaries</a> call. Use this token to retrieve the next page of results when the response is paginated.</p>
3945
5365
  * @public
3946
5366
  */
3947
5367
  nextToken?: string | undefined;
3948
5368
  /**
3949
- * <p>The maximum number of policy generations to return in a single response.</p>
5369
+ * <p>The maximum number of policy generation summaries to return in a single response.</p>
3950
5370
  * @public
3951
5371
  */
3952
5372
  maxResults?: number | undefined;
3953
5373
  /**
3954
- * <p>The identifier of the policy engine whose policy generations to retrieve.</p>
5374
+ * <p>The identifier of the policy engine whose policy generation summaries to retrieve.</p>
3955
5375
  * @public
3956
5376
  */
3957
5377
  policyEngineId: string | undefined;
3958
5378
  }
3959
5379
  /**
3960
- * <p>Represents a policy generation request within the AgentCore Policy system. Tracks the AI-powered conversion of natural language descriptions into Cedar policy statements, enabling users to author policies by describing authorization requirements in plain English. The generation process analyzes the natural language input along with the Gateway's tool context and Cedar schema to produce one or more validated policy options. Each generation request tracks the status of the conversion process and maintains findings about the generated policies, including validation results and potential issues. Generated policy assets remain available for one week after successful generation, allowing time to review and create policies from the generated options.</p>
5380
+ * <p>Represents a metadata-only summary of a policy generation resource. This structure contains resource identifiers, status, timestamps, and findings without customer-encrypted fields such as status reasons. Policy generation summaries are returned by operations that do not require access to the customer's KMS key.</p>
3961
5381
  * @public
3962
5382
  */
3963
- export interface PolicyGeneration {
5383
+ export interface PolicyGenerationSummary {
3964
5384
  /**
3965
5385
  * <p>The identifier of the policy engine associated with this generation request.</p>
3966
5386
  * @public
@@ -4001,11 +5421,6 @@ export interface PolicyGeneration {
4001
5421
  * @public
4002
5422
  */
4003
5423
  status: PolicyGenerationStatus | undefined;
4004
- /**
4005
- * <p>Additional information about the generation status.</p>
4006
- * @public
4007
- */
4008
- statusReasons: string[] | undefined;
4009
5424
  /**
4010
5425
  * <p>Findings and insights from this policy generation process.</p>
4011
5426
  * @public
@@ -4015,14 +5430,14 @@ export interface PolicyGeneration {
4015
5430
  /**
4016
5431
  * @public
4017
5432
  */
4018
- export interface ListPolicyGenerationsResponse {
5433
+ export interface ListPolicyGenerationSummariesResponse {
4019
5434
  /**
4020
- * <p>An array of policy generation objects that match the specified criteria.</p>
5435
+ * <p>An array of policy generation summary objects that match the specified criteria. Each summary contains resource identifiers, status, timestamps, and findings without customer-encrypted content.</p>
4021
5436
  * @public
4022
5437
  */
4023
- policyGenerations: PolicyGeneration[] | undefined;
5438
+ policyGenerations: PolicyGenerationSummary[] | undefined;
4024
5439
  /**
4025
- * <p>A pagination token for retrieving additional policy generations if more results are available.</p>
5440
+ * <p>A pagination token that can be used in subsequent <a href="https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_ListPolicyGenerationSummaries.html">ListPolicyGenerationSummaries</a> calls to retrieve additional results. This token is only present when there are more results available.</p>
4026
5441
  * @public
4027
5442
  */
4028
5443
  nextToken?: string | undefined;
@@ -4135,15 +5550,15 @@ export interface StartPolicyGenerationResponse {
4135
5550
  */
4136
5551
  status: PolicyGenerationStatus | undefined;
4137
5552
  /**
4138
- * <p>Additional information about the generation status.</p>
5553
+ * <p>Initial findings from the policy generation process.</p>
4139
5554
  * @public
4140
5555
  */
4141
- statusReasons: string[] | undefined;
5556
+ findings?: string | undefined;
4142
5557
  /**
4143
- * <p>Initial findings from the policy generation process.</p>
5558
+ * <p>Additional information about the generation status.</p>
4144
5559
  * @public
4145
5560
  */
4146
- findings?: string | undefined;
5561
+ statusReasons: string[] | undefined;
4147
5562
  }
4148
5563
  /**
4149
5564
  * @public
@@ -4199,16 +5614,6 @@ export interface CreatePolicyResponse {
4199
5614
  * @public
4200
5615
  */
4201
5616
  policyEngineId: string | undefined;
4202
- /**
4203
- * <p>The Cedar policy statement that was created. This is the validated policy definition that will be used for agent behavior control and access decisions.</p>
4204
- * @public
4205
- */
4206
- definition: PolicyDefinition | undefined;
4207
- /**
4208
- * <p>The human-readable description of the policy's purpose and functionality. This helps administrators understand and manage the policy.</p>
4209
- * @public
4210
- */
4211
- description?: string | undefined;
4212
5617
  /**
4213
5618
  * <p>The timestamp when the policy was created. This is automatically set by the service and used for auditing and lifecycle management.</p>
4214
5619
  * @public
@@ -4229,6 +5634,16 @@ export interface CreatePolicyResponse {
4229
5634
  * @public
4230
5635
  */
4231
5636
  status: PolicyStatus | undefined;
5637
+ /**
5638
+ * <p>The Cedar policy statement that was created. This is the validated policy definition that will be used for agent behavior control and access decisions.</p>
5639
+ * @public
5640
+ */
5641
+ definition: PolicyDefinition | undefined;
5642
+ /**
5643
+ * <p>The human-readable description of the policy's purpose and functionality. This helps administrators understand and manage the policy.</p>
5644
+ * @public
5645
+ */
5646
+ description?: string | undefined;
4232
5647
  /**
4233
5648
  * <p>Additional information about the policy status. This provides details about any failures or the current state of the policy creation process.</p>
4234
5649
  * @public
@@ -4269,16 +5684,6 @@ export interface DeletePolicyResponse {
4269
5684
  * @public
4270
5685
  */
4271
5686
  policyEngineId: string | undefined;
4272
- /**
4273
- * <p>Represents the definition structure for policies within the AgentCore Policy system. This structure encapsulates different policy formats and languages that can be used to define access control rules.</p>
4274
- * @public
4275
- */
4276
- definition: PolicyDefinition | undefined;
4277
- /**
4278
- * <p>The human-readable description of the deleted policy.</p>
4279
- * @public
4280
- */
4281
- description?: string | undefined;
4282
5687
  /**
4283
5688
  * <p>The timestamp when the deleted policy was originally created.</p>
4284
5689
  * @public
@@ -4299,6 +5704,16 @@ export interface DeletePolicyResponse {
4299
5704
  * @public
4300
5705
  */
4301
5706
  status: PolicyStatus | undefined;
5707
+ /**
5708
+ * <p>Represents the definition structure for policies within the AgentCore Policy system. This structure encapsulates different policy formats and languages that can be used to define access control rules.</p>
5709
+ * @public
5710
+ */
5711
+ definition: PolicyDefinition | undefined;
5712
+ /**
5713
+ * <p>The human-readable description of the deleted policy.</p>
5714
+ * @public
5715
+ */
5716
+ description?: string | undefined;
4302
5717
  /**
4303
5718
  * <p>Additional information about the deletion status. This provides details about the deletion process or any issues that may have occurred.</p>
4304
5719
  * @public
@@ -4339,6 +5754,26 @@ export interface GetPolicyResponse {
4339
5754
  * @public
4340
5755
  */
4341
5756
  policyEngineId: string | undefined;
5757
+ /**
5758
+ * <p>The timestamp when the policy was originally created.</p>
5759
+ * @public
5760
+ */
5761
+ createdAt: Date | undefined;
5762
+ /**
5763
+ * <p>The timestamp when the policy was last modified. This tracks the most recent changes to the policy configuration.</p>
5764
+ * @public
5765
+ */
5766
+ updatedAt: Date | undefined;
5767
+ /**
5768
+ * <p>The Amazon Resource Name (ARN) of the policy. This globally unique identifier can be used for cross-service references and IAM policy statements.</p>
5769
+ * @public
5770
+ */
5771
+ policyArn: string | undefined;
5772
+ /**
5773
+ * <p>The current status of the policy.</p>
5774
+ * @public
5775
+ */
5776
+ status: PolicyStatus | undefined;
4342
5777
  /**
4343
5778
  * <p>The Cedar policy statement that defines the access control rules. This contains the actual policy logic used for agent behavior control and access decisions.</p>
4344
5779
  * @public
@@ -4349,18 +5784,58 @@ export interface GetPolicyResponse {
4349
5784
  * @public
4350
5785
  */
4351
5786
  description?: string | undefined;
5787
+ /**
5788
+ * <p>Additional information about the policy status. This provides details about any failures or the current state of the policy.</p>
5789
+ * @public
5790
+ */
5791
+ statusReasons: string[] | undefined;
5792
+ }
5793
+ /**
5794
+ * @public
5795
+ */
5796
+ export interface GetPolicySummaryRequest {
5797
+ /**
5798
+ * <p>The identifier of the policy engine that manages the policy to retrieve the summary for.</p>
5799
+ * @public
5800
+ */
5801
+ policyEngineId: string | undefined;
5802
+ /**
5803
+ * <p>The unique identifier of the policy to retrieve the summary for. This must be a valid policy ID that exists within the specified policy engine.</p>
5804
+ * @public
5805
+ */
5806
+ policyId: string | undefined;
5807
+ }
5808
+ /**
5809
+ * @public
5810
+ */
5811
+ export interface GetPolicySummaryResponse {
5812
+ /**
5813
+ * <p>The unique identifier of the policy.</p>
5814
+ * @public
5815
+ */
5816
+ policyId: string | undefined;
5817
+ /**
5818
+ * <p>The customer-assigned name of the policy.</p>
5819
+ * @public
5820
+ */
5821
+ name: string | undefined;
5822
+ /**
5823
+ * <p>The identifier of the policy engine that manages this policy.</p>
5824
+ * @public
5825
+ */
5826
+ policyEngineId: string | undefined;
4352
5827
  /**
4353
5828
  * <p>The timestamp when the policy was originally created.</p>
4354
5829
  * @public
4355
5830
  */
4356
5831
  createdAt: Date | undefined;
4357
5832
  /**
4358
- * <p>The timestamp when the policy was last modified. This tracks the most recent changes to the policy configuration.</p>
5833
+ * <p>The timestamp when the policy was last modified.</p>
4359
5834
  * @public
4360
5835
  */
4361
5836
  updatedAt: Date | undefined;
4362
5837
  /**
4363
- * <p>The Amazon Resource Name (ARN) of the policy. This globally unique identifier can be used for cross-service references and IAM policy statements.</p>
5838
+ * <p>The Amazon Resource Name (ARN) of the policy.</p>
4364
5839
  * @public
4365
5840
  */
4366
5841
  policyArn: string | undefined;
@@ -4369,11 +5844,6 @@ export interface GetPolicyResponse {
4369
5844
  * @public
4370
5845
  */
4371
5846
  status: PolicyStatus | undefined;
4372
- /**
4373
- * <p>Additional information about the policy status. This provides details about any failures or the current state of the policy.</p>
4374
- * @public
4375
- */
4376
- statusReasons: string[] | undefined;
4377
5847
  }
4378
5848
  /**
4379
5849
  * @public
@@ -4420,16 +5890,6 @@ export interface Policy {
4420
5890
  * @public
4421
5891
  */
4422
5892
  policyEngineId: string | undefined;
4423
- /**
4424
- * <p>The Cedar policy statement that defines the access control rules. This contains the actual policy logic used for agent behavior control and access decisions.</p>
4425
- * @public
4426
- */
4427
- definition: PolicyDefinition | undefined;
4428
- /**
4429
- * <p>A human-readable description of the policy's purpose and functionality. Limited to 4,096 characters, this helps administrators understand and manage the policy.</p>
4430
- * @public
4431
- */
4432
- description?: string | undefined;
4433
5893
  /**
4434
5894
  * <p>The timestamp when the policy was originally created. This is automatically set by the service and used for auditing and lifecycle management.</p>
4435
5895
  * @public
@@ -4450,6 +5910,16 @@ export interface Policy {
4450
5910
  * @public
4451
5911
  */
4452
5912
  status: PolicyStatus | undefined;
5913
+ /**
5914
+ * <p>The Cedar policy statement that defines the access control rules. This contains the actual policy logic used for agent behavior control and access decisions.</p>
5915
+ * @public
5916
+ */
5917
+ definition: PolicyDefinition | undefined;
5918
+ /**
5919
+ * <p>A human-readable description of the policy's purpose and functionality. Limited to 4,096 characters, this helps administrators understand and manage the policy.</p>
5920
+ * @public
5921
+ */
5922
+ description?: string | undefined;
4453
5923
  /**
4454
5924
  * <p>Additional information about the policy status. This provides details about any failures or the current state of the policy lifecycle.</p>
4455
5925
  * @public
@@ -4471,6 +5941,87 @@ export interface ListPoliciesResponse {
4471
5941
  */
4472
5942
  nextToken?: string | undefined;
4473
5943
  }
5944
+ /**
5945
+ * @public
5946
+ */
5947
+ export interface ListPolicySummariesRequest {
5948
+ /**
5949
+ * <p>A pagination token returned from a previous <a href="https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_ListPolicySummaries.html">ListPolicySummaries</a> call. Use this token to retrieve the next page of results when the response is paginated.</p>
5950
+ * @public
5951
+ */
5952
+ nextToken?: string | undefined;
5953
+ /**
5954
+ * <p>The maximum number of policy summaries to return in a single response.</p>
5955
+ * @public
5956
+ */
5957
+ maxResults?: number | undefined;
5958
+ /**
5959
+ * <p>The identifier of the policy engine whose policy summaries to retrieve.</p>
5960
+ * @public
5961
+ */
5962
+ policyEngineId: string | undefined;
5963
+ /**
5964
+ * <p>Optional filter to list policy summaries that apply to a specific resource scope or resource type. This helps narrow down results to those relevant for particular Amazon Web Services resources, agent tools, or operational contexts within the policy engine ecosystem.</p>
5965
+ * @public
5966
+ */
5967
+ targetResourceScope?: string | undefined;
5968
+ }
5969
+ /**
5970
+ * <p>Represents a metadata-only summary of a policy resource. This structure contains resource identifiers, status, and timestamps without customer-encrypted fields such as definition, description, or status reasons. Policy summaries are returned by operations that do not require access to the customer's KMS key.</p>
5971
+ * @public
5972
+ */
5973
+ export interface PolicySummary {
5974
+ /**
5975
+ * <p>The unique identifier for the policy.</p>
5976
+ * @public
5977
+ */
5978
+ policyId: string | undefined;
5979
+ /**
5980
+ * <p>The customer-assigned name of the policy.</p>
5981
+ * @public
5982
+ */
5983
+ name: string | undefined;
5984
+ /**
5985
+ * <p>The identifier of the policy engine that manages this policy.</p>
5986
+ * @public
5987
+ */
5988
+ policyEngineId: string | undefined;
5989
+ /**
5990
+ * <p>The timestamp when the policy was originally created.</p>
5991
+ * @public
5992
+ */
5993
+ createdAt: Date | undefined;
5994
+ /**
5995
+ * <p>The timestamp when the policy was last modified.</p>
5996
+ * @public
5997
+ */
5998
+ updatedAt: Date | undefined;
5999
+ /**
6000
+ * <p>The Amazon Resource Name (ARN) of the policy.</p>
6001
+ * @public
6002
+ */
6003
+ policyArn: string | undefined;
6004
+ /**
6005
+ * <p>The current status of the policy.</p>
6006
+ * @public
6007
+ */
6008
+ status: PolicyStatus | undefined;
6009
+ }
6010
+ /**
6011
+ * @public
6012
+ */
6013
+ export interface ListPolicySummariesResponse {
6014
+ /**
6015
+ * <p>An array of policy summary objects that match the specified criteria. Each summary contains resource identifiers, status, and timestamps without customer-encrypted content.</p>
6016
+ * @public
6017
+ */
6018
+ policies: PolicySummary[] | undefined;
6019
+ /**
6020
+ * <p>A pagination token that can be used in subsequent <a href="https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_ListPolicySummaries.html">ListPolicySummaries</a> calls to retrieve additional results. This token is only present when there are more results available.</p>
6021
+ * @public
6022
+ */
6023
+ nextToken?: string | undefined;
6024
+ }
4474
6025
  /**
4475
6026
  * @public
4476
6027
  */
@@ -4520,16 +6071,6 @@ export interface UpdatePolicyResponse {
4520
6071
  * @public
4521
6072
  */
4522
6073
  policyEngineId: string | undefined;
4523
- /**
4524
- * <p>The updated Cedar policy statement.</p>
4525
- * @public
4526
- */
4527
- definition: PolicyDefinition | undefined;
4528
- /**
4529
- * <p>The updated description of the policy.</p>
4530
- * @public
4531
- */
4532
- description?: string | undefined;
4533
6074
  /**
4534
6075
  * <p>The original creation timestamp of the policy.</p>
4535
6076
  * @public
@@ -4550,6 +6091,16 @@ export interface UpdatePolicyResponse {
4550
6091
  * @public
4551
6092
  */
4552
6093
  status: PolicyStatus | undefined;
6094
+ /**
6095
+ * <p>The updated Cedar policy statement.</p>
6096
+ * @public
6097
+ */
6098
+ definition: PolicyDefinition | undefined;
6099
+ /**
6100
+ * <p>The updated description of the policy.</p>
6101
+ * @public
6102
+ */
6103
+ description?: string | undefined;
4553
6104
  /**
4554
6105
  * <p>Additional information about the update status.</p>
4555
6106
  * @public
@@ -5661,6 +7212,11 @@ export interface ListRegistriesRequest {
5661
7212
  * @public
5662
7213
  */
5663
7214
  status?: RegistryStatus | undefined;
7215
+ /**
7216
+ * <p>Filter registries by their authorizer type. Possible values are <code>CUSTOM_JWT</code> and <code>AWS_IAM</code>. For more information about authorizer types, see the <code>RegistryAuthorizerType</code> enum.</p>
7217
+ * @public
7218
+ */
7219
+ authorizerType?: RegistryAuthorizerType | undefined;
5664
7220
  }
5665
7221
  /**
5666
7222
  * <p>Contains summary information about a registry.</p>