@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
@@ -60,11 +60,14 @@ const _CBSL = "ConfigurationBundleSummaryList";
60
60
  const _CBVS = "ConfigurationBundleVersionSummary";
61
61
  const _CBVSL = "ConfigurationBundleVersionSummaryList";
62
62
  const _CC = "CodeConfiguration";
63
+ const _CCAKST = "CoinbaseCdpApiKeySecretType";
63
64
  const _CCB = "CreateConfigurationBundle";
64
65
  const _CCBR = "CreateConfigurationBundleRequest";
65
66
  const _CCBRr = "CreateConfigurationBundleResponse";
66
67
  const _CCC = "CustomConsolidationConfiguration";
67
- const _CCCI = "CustomConsolidationConfigurationInput";
68
+ const _CCCI = "CoinbaseCdpConfigurationInput";
69
+ const _CCCIu = "CustomConsolidationConfigurationInput";
70
+ const _CCCO = "CoinbaseCdpConfigurationOutput";
68
71
  const _CCI = "CustomConfigurationInput";
69
72
  const _CCIR = "CreateCodeInterpreterRequest";
70
73
  const _CCIRr = "CreateCodeInterpreterResponse";
@@ -73,6 +76,7 @@ const _CCL = "ContentConfigurationList";
73
76
  const _CCM = "ComponentConfigurationMap";
74
77
  const _CCVT = "CustomClaimValidationType";
75
78
  const _CCVTu = "CustomClaimValidationsType";
79
+ const _CCWST = "CoinbaseCdpWalletSecretType";
76
80
  const _CCo = "ComponentConfiguration";
77
81
  const _CCon = "ContainerConfiguration";
78
82
  const _CCons = "ConsolidationConfiguration";
@@ -117,10 +121,21 @@ const _COPCI = "CustomOauth2ProviderConfigInput";
117
121
  const _COPCO = "CustomOauth2ProviderConfigOutput";
118
122
  const _CP = "CedarPolicy";
119
123
  const _CPC = "CredentialProviderConfiguration";
124
+ const _CPCP = "CreatePaymentCredentialProvider";
125
+ const _CPCPR = "CreatePaymentCredentialProviderRequest";
126
+ const _CPCPRr = "CreatePaymentCredentialProviderResponse";
127
+ const _CPCR = "CreatePaymentConnectorRequest";
128
+ const _CPCRr = "CreatePaymentConnectorResponse";
120
129
  const _CPCr = "CredentialProviderConfigurations";
130
+ const _CPCre = "CredentialsProviderConfigurations";
131
+ const _CPCrea = "CreatePaymentConnector";
132
+ const _CPCred = "CredentialsProviderConfiguration";
121
133
  const _CPE = "CreatePolicyEngine";
122
134
  const _CPER = "CreatePolicyEngineRequest";
123
135
  const _CPERr = "CreatePolicyEngineResponse";
136
+ const _CPM = "CreatePaymentManager";
137
+ const _CPMR = "CreatePaymentManagerRequest";
138
+ const _CPMRr = "CreatePaymentManagerResponse";
124
139
  const _CPR = "CreatePolicyRequest";
125
140
  const _CPRr = "CreatePolicyResponse";
126
141
  const _CPr = "CredentialProvider";
@@ -197,9 +212,18 @@ const _DOEC = "DeleteOnlineEvaluationConfig";
197
212
  const _DOECR = "DeleteOnlineEvaluationConfigRequest";
198
213
  const _DOECRe = "DeleteOnlineEvaluationConfigResponse";
199
214
  const _DP = "DeletePolicy";
215
+ const _DPC = "DeletePaymentConnector";
216
+ const _DPCP = "DeletePaymentCredentialProvider";
217
+ const _DPCPR = "DeletePaymentCredentialProviderRequest";
218
+ const _DPCPRe = "DeletePaymentCredentialProviderResponse";
219
+ const _DPCR = "DeletePaymentConnectorRequest";
220
+ const _DPCRe = "DeletePaymentConnectorResponse";
200
221
  const _DPE = "DeletePolicyEngine";
201
222
  const _DPER = "DeletePolicyEngineRequest";
202
223
  const _DPERe = "DeletePolicyEngineResponse";
224
+ const _DPM = "DeletePaymentManager";
225
+ const _DPMR = "DeletePaymentManagerRequest";
226
+ const _DPMRe = "DeletePaymentManagerResponse";
203
227
  const _DPR = "DeletePolicyRequest";
204
228
  const _DPRe = "DeletePolicyResponse";
205
229
  const _DR = "DeleteRegistry";
@@ -309,15 +333,33 @@ const _GOPCO = "GithubOauth2ProviderConfigOutput";
309
333
  const _GOPCOo = "GoogleOauth2ProviderConfigOutput";
310
334
  const _GP = "GetPolicy";
311
335
  const _GPC = "GatewayProtocolConfiguration";
336
+ const _GPCP = "GetPaymentCredentialProvider";
337
+ const _GPCPR = "GetPaymentCredentialProviderRequest";
338
+ const _GPCPRe = "GetPaymentCredentialProviderResponse";
339
+ const _GPCR = "GetPaymentConnectorRequest";
340
+ const _GPCRe = "GetPaymentConnectorResponse";
341
+ const _GPCe = "GetPaymentConnector";
312
342
  const _GPE = "GetPolicyEngine";
313
343
  const _GPEC = "GatewayPolicyEngineConfiguration";
314
344
  const _GPER = "GetPolicyEngineRequest";
315
345
  const _GPERe = "GetPolicyEngineResponse";
346
+ const _GPES = "GetPolicyEngineSummary";
347
+ const _GPESR = "GetPolicyEngineSummaryRequest";
348
+ const _GPESRe = "GetPolicyEngineSummaryResponse";
316
349
  const _GPG = "GetPolicyGeneration";
317
350
  const _GPGR = "GetPolicyGenerationRequest";
318
351
  const _GPGRe = "GetPolicyGenerationResponse";
352
+ const _GPGS = "GetPolicyGenerationSummary";
353
+ const _GPGSR = "GetPolicyGenerationSummaryRequest";
354
+ const _GPGSRe = "GetPolicyGenerationSummaryResponse";
355
+ const _GPM = "GetPaymentManager";
356
+ const _GPMR = "GetPaymentManagerRequest";
357
+ const _GPMRe = "GetPaymentManagerResponse";
319
358
  const _GPR = "GetPolicyRequest";
320
359
  const _GPRe = "GetPolicyResponse";
360
+ const _GPS = "GetPolicySummary";
361
+ const _GPSR = "GetPolicySummaryRequest";
362
+ const _GPSRe = "GetPolicySummaryResponse";
321
363
  const _GR = "GatewayRules";
322
364
  const _GRD = "GatewayRuleDetail";
323
365
  const _GRP = "GetResourcePolicy";
@@ -451,17 +493,35 @@ const _LOECRi = "ListOnlineEvaluationConfigsResponse";
451
493
  const _LOPCI = "LinkedinOauth2ProviderConfigInput";
452
494
  const _LOPCO = "LinkedinOauth2ProviderConfigOutput";
453
495
  const _LP = "ListPolicies";
496
+ const _LPC = "ListPaymentConnectors";
497
+ const _LPCP = "ListPaymentCredentialProviders";
498
+ const _LPCPR = "ListPaymentCredentialProvidersRequest";
499
+ const _LPCPRi = "ListPaymentCredentialProvidersResponse";
500
+ const _LPCR = "ListPaymentConnectorsRequest";
501
+ const _LPCRi = "ListPaymentConnectorsResponse";
454
502
  const _LPE = "ListPolicyEngines";
455
503
  const _LPER = "ListPolicyEnginesRequest";
456
504
  const _LPERi = "ListPolicyEnginesResponse";
505
+ const _LPES = "ListPolicyEngineSummaries";
506
+ const _LPESR = "ListPolicyEngineSummariesRequest";
507
+ const _LPESRi = "ListPolicyEngineSummariesResponse";
457
508
  const _LPG = "ListPolicyGenerations";
458
509
  const _LPGA = "ListPolicyGenerationAssets";
459
510
  const _LPGAR = "ListPolicyGenerationAssetsRequest";
460
511
  const _LPGARi = "ListPolicyGenerationAssetsResponse";
461
512
  const _LPGR = "ListPolicyGenerationsRequest";
462
513
  const _LPGRi = "ListPolicyGenerationsResponse";
514
+ const _LPGS = "ListPolicyGenerationSummaries";
515
+ const _LPGSR = "ListPolicyGenerationSummariesRequest";
516
+ const _LPGSRi = "ListPolicyGenerationSummariesResponse";
517
+ const _LPM = "ListPaymentManagers";
518
+ const _LPMR = "ListPaymentManagersRequest";
519
+ const _LPMRi = "ListPaymentManagersResponse";
463
520
  const _LPR = "ListPoliciesRequest";
464
521
  const _LPRi = "ListPoliciesResponse";
522
+ const _LPS = "ListPolicySummaries";
523
+ const _LPSR = "ListPolicySummariesRequest";
524
+ const _LPSRi = "ListPolicySummariesResponse";
465
525
  const _LR = "ListRegistries";
466
526
  const _LRR = "ListRegistriesRequest";
467
527
  const _LRRR = "ListRegistryRecordsRequest";
@@ -530,21 +590,36 @@ const _OPCI = "Oauth2ProviderConfigInput";
530
590
  const _OPCO = "Oauth2ProviderConfigOutput";
531
591
  const _P = "Prompt";
532
592
  const _PC = "ProtocolConfiguration";
593
+ const _PCP = "PaymentCredentialProviders";
594
+ const _PCPC = "PaymentCredentialProviderConfiguration";
595
+ const _PCPI = "PaymentCredentialProviderItem";
596
+ const _PCS = "PaymentConnectorSummary";
597
+ const _PCSa = "PaymentConnectorSummaries";
533
598
  const _PD = "PolicyDefinition";
534
599
  const _PE = "PolicyEngine";
535
600
  const _PEMR = "PrivateEndpointManagedResources";
536
601
  const _PEO = "PrivateEndpointOverride";
537
602
  const _PEOr = "PrivateEndpointOverrides";
603
+ const _PES = "PolicyEngineSummary";
604
+ const _PESL = "PolicyEngineSummaryList";
538
605
  const _PEo = "PolicyEngines";
539
606
  const _PEr = "PrivateEndpoint";
540
607
  const _PG = "PolicyGeneration";
541
608
  const _PGA = "PolicyGenerationAsset";
542
609
  const _PGAo = "PolicyGenerationAssets";
543
610
  const _PGD = "PolicyGenerationDetails";
611
+ const _PGS = "PolicyGenerationSummary";
612
+ const _PGSL = "PolicyGenerationSummaryList";
544
613
  const _PGo = "PolicyGenerations";
614
+ const _PMS = "PaymentManagerSummary";
615
+ const _PMSa = "PaymentManagerSummaries";
616
+ const _PPCI = "PaymentProviderConfigurationInput";
617
+ const _PPCO = "PaymentProviderConfigurationOutput";
545
618
  const _PRP = "PutResourcePolicy";
546
619
  const _PRPR = "PutResourcePolicyRequest";
547
620
  const _PRPRu = "PutResourcePolicyResponse";
621
+ const _PS = "PolicySummary";
622
+ const _PSL = "PolicySummaryList";
548
623
  const _Po = "Policy";
549
624
  const _Pol = "Policies";
550
625
  const _R = "Rule";
@@ -612,6 +687,10 @@ const _SOPCIl = "SlackOauth2ProviderConfigInput";
612
687
  const _SOPCO = "SalesforceOauth2ProviderConfigOutput";
613
688
  const _SOPCOl = "SlackOauth2ProviderConfigOutput";
614
689
  const _SP = "SchemaProperties";
690
+ const _SPAPKT = "StripePrivyAuthorizationPrivateKeyType";
691
+ const _SPAST = "StripePrivyAppSecretType";
692
+ const _SPCI = "StripePrivyConfigurationInput";
693
+ const _SPCO = "StripePrivyConfigurationOutput";
615
694
  const _SPG = "StartPolicyGeneration";
616
695
  const _SPGR = "StartPolicyGenerationRequest";
617
696
  const _SPGRt = "StartPolicyGenerationResponse";
@@ -704,11 +783,20 @@ const _UOEC = "UpdateOnlineEvaluationConfig";
704
783
  const _UOECR = "UpdateOnlineEvaluationConfigRequest";
705
784
  const _UOECRp = "UpdateOnlineEvaluationConfigResponse";
706
785
  const _UP = "UpdatePolicy";
786
+ const _UPC = "UpdatePaymentConnector";
707
787
  const _UPCO = "UserPreferenceConsolidationOverride";
788
+ const _UPCP = "UpdatePaymentCredentialProvider";
789
+ const _UPCPR = "UpdatePaymentCredentialProviderRequest";
790
+ const _UPCPRp = "UpdatePaymentCredentialProviderResponse";
791
+ const _UPCR = "UpdatePaymentConnectorRequest";
792
+ const _UPCRp = "UpdatePaymentConnectorResponse";
708
793
  const _UPE = "UpdatePolicyEngine";
709
794
  const _UPEO = "UserPreferenceExtractionOverride";
710
795
  const _UPER = "UpdatePolicyEngineRequest";
711
796
  const _UPERp = "UpdatePolicyEngineResponse";
797
+ const _UPM = "UpdatePaymentManager";
798
+ const _UPMR = "UpdatePaymentManagerRequest";
799
+ const _UPMRp = "UpdatePaymentManagerResponse";
712
800
  const _UPMSI = "UserPreferenceMemoryStrategyInput";
713
801
  const _UPOCCI = "UserPreferenceOverrideConsolidationConfigurationInput";
714
802
  const _UPOCI = "UserPreferenceOverrideConfigurationInput";
@@ -768,16 +856,22 @@ const _aG = "apiGateway";
768
856
  const _aGTC = "apiGatewayToolConfiguration";
769
857
  const _aI = "actorId";
770
858
  const _aIK = "addIndexedKeys";
859
+ const _aIp = "appId";
860
+ const _aIu = "authorizationId";
771
861
  const _aIw = "awsIam";
772
862
  const _aK = "apiKey";
773
863
  const _aKA = "apiKeyArn";
774
864
  const _aKCP = "apiKeyCredentialProvider";
865
+ const _aKI = "apiKeyId";
866
+ const _aKS = "apiKeySecret";
775
867
  const _aKSA = "apiKeySecretArn";
776
868
  const _aMRF = "additionalModelRequestFields";
777
869
  const _aMS = "addMemoryStrategies";
778
870
  const _aO = "anyOf";
779
871
  const _aOPC = "atlassianOauth2ProviderConfig";
780
872
  const _aPA = "accessPointArn";
873
+ const _aPK = "authorizationPrivateKey";
874
+ const _aPKA = "authorizationPrivateKeyArn";
781
875
  const _aQP = "allowedQueryParameters";
782
876
  const _aR = "agentRuntimes";
783
877
  const _aRA = "agentRuntimeArn";
@@ -791,8 +885,10 @@ const _aRORU = "allowedResourceOauth2ReturnUrls";
791
885
  const _aRV = "agentRuntimeVersion";
792
886
  const _aRg = "agentcoreRuntime";
793
887
  const _aS = "allowedScopes";
888
+ const _aSA = "appSecretArn";
794
889
  const _aSM = "authorizationServerMetadata";
795
890
  const _aSg = "agentSkills";
891
+ const _aSp = "appSecret";
796
892
  const _aT = "authorizerType";
797
893
  const _aTC = "actorTokenContent";
798
894
  const _aTP = "appendToPrompt";
@@ -826,6 +922,8 @@ const _cBo = "configurationBundle";
826
922
  const _cBod = "codeBased";
827
923
  const _cC = "customClaims";
828
924
  const _cCC = "customConsolidationConfiguration";
925
+ const _cCCo = "coinbaseCdpConfiguration";
926
+ const _cCDP = "coinbaseCDP";
829
927
  const _cCo = "contentConfigurations";
830
928
  const _cCod = "codeConfiguration";
831
929
  const _cCon = "containerConfiguration";
@@ -1067,6 +1165,10 @@ const _pA = "profileArn";
1067
1165
  const _pAo = "policyArn";
1068
1166
  const _pAr = "providerArn";
1069
1167
  const _pC = "protocolConfiguration";
1168
+ const _pCI = "paymentConnectorId";
1169
+ const _pCIr = "providerConfigurationInput";
1170
+ const _pCO = "providerConfigurationOutput";
1171
+ const _pCa = "paymentConnectors";
1070
1172
  const _pDBN = "payloadDeliveryBucketName";
1071
1173
  const _pE = "privateEndpoint";
1072
1174
  const _pEA = "policyEngineArn";
@@ -1083,6 +1185,9 @@ const _pGI = "policyGenerationId";
1083
1185
  const _pGo = "policyGeneration";
1084
1186
  const _pI = "profileId";
1085
1187
  const _pIo = "policyId";
1188
+ const _pM = "paymentManagers";
1189
+ const _pMA = "paymentManagerArn";
1190
+ const _pMI = "paymentManagerId";
1086
1191
  const _pRH = "passRequestHeaders";
1087
1192
  const _pRM = "preserveRecentMessages";
1088
1193
  const _pS = "profileSummaries";
@@ -1118,6 +1223,7 @@ const _rMMDSV = "requireMMDSV2";
1118
1223
  const _rP = "resourcePriority";
1119
1224
  const _rR = "registryRecords";
1120
1225
  const _rS = "relevanceScore";
1226
+ const _rSSE = "requireServiceS3Endpoint";
1121
1227
  const _rSa = "ratingScale";
1122
1228
  const _rT = "responseTypes";
1123
1229
  const _rTF = "rawTextFragment";
@@ -1166,8 +1272,10 @@ const _sOPCa = "salesforceOauth2ProviderConfig";
1166
1272
  const _sOe = "semanticOverride";
1167
1273
  const _sOu = "summaryOverride";
1168
1274
  const _sP = "systemPrompt";
1275
+ const _sPC = "stripePrivyConfiguration";
1169
1276
  const _sPa = "samplingPercentage";
1170
1277
  const _sPe = "serverProtocol";
1278
+ const _sPt = "stripePrivy";
1171
1279
  const _sR = "statusReasons";
1172
1280
  const _sRt = "statusReason";
1173
1281
  const _sRta = "staticRoute";
@@ -1253,6 +1361,8 @@ const _wIA = "workloadIdentityArn";
1253
1361
  const _wID = "workloadIdentityDetails";
1254
1362
  const _wO = "weightedOverride";
1255
1363
  const _wR = "weightedRoute";
1364
+ const _wS = "walletSecret";
1365
+ const _wSA = "walletSecretArn";
1256
1366
  const n0 = "com.amazonaws.bedrockagentcorecontrol";
1257
1367
  import { TypeRegistry } from "@smithy/core/schema";
1258
1368
  import { BedrockAgentCoreControlServiceException } from "../models/BedrockAgentCoreControlServiceException";
@@ -1351,6 +1461,8 @@ export const errorTypeRegistries = [
1351
1461
  ];
1352
1462
  var ApiKeyType = [0, n0, _AKT, 8, 0];
1353
1463
  var ClientSecretType = [0, n0, _CST, 8, 0];
1464
+ var CoinbaseCdpApiKeySecretType = [0, n0, _CCAKST, 8, 0];
1465
+ var CoinbaseCdpWalletSecretType = [0, n0, _CCWST, 8, 0];
1354
1466
  var ConfigurationBundleDescription = [0, n0, _CBD, 8, 0];
1355
1467
  var DefaultClientSecretType = [0, n0, _DCST, 8, 0];
1356
1468
  var Definition = [0, n0, _D, 8, 0];
@@ -1369,6 +1481,8 @@ var OAuthCustomParametersValue = [0, n0, _OACPV, 8, 0];
1369
1481
  var Prompt = [0, n0, _P, 8, 0];
1370
1482
  var SensitiveJson = [0, n0, _SJ, 8, 15];
1371
1483
  var SensitiveText = [0, n0, _ST, 8, 0];
1484
+ var StripePrivyAppSecretType = [0, n0, _SPAST, 8, 0];
1485
+ var StripePrivyAuthorizationPrivateKeyType = [0, n0, _SPAPKT, 8, 0];
1372
1486
  var TargetDescription = [0, n0, _TD, 8, 0];
1373
1487
  var TargetName = [0, n0, _TN, 8, 0];
1374
1488
  export var A2aDescriptor$ = [3, n0, _AD,
@@ -1516,6 +1630,16 @@ export var CodeInterpreterSummary$ = [3, n0, _CIS,
1516
1630
  [_cII, _cIA, _st, _cA, _n, _d, _lUA],
1517
1631
  [0, 0, 0, 5, 0, [() => Description, 0], 5], 4
1518
1632
  ];
1633
+ export var CoinbaseCdpConfigurationInput$ = [3, n0, _CCCI,
1634
+ 0,
1635
+ [_aKI, _aKS, _wS],
1636
+ [0, [() => CoinbaseCdpApiKeySecretType, 0], [() => CoinbaseCdpWalletSecretType, 0]], 3
1637
+ ];
1638
+ export var CoinbaseCdpConfigurationOutput$ = [3, n0, _CCCO,
1639
+ 0,
1640
+ [_aKI, _aKSA, _wSA],
1641
+ [0, () => Secret$, () => Secret$], 3
1642
+ ];
1519
1643
  export var ComponentConfiguration$ = [3, n0, _CCo,
1520
1644
  8,
1521
1645
  [_con],
@@ -1696,6 +1820,36 @@ export var CreateOnlineEvaluationConfigResponse$ = [3, n0, _COECRr,
1696
1820
  [_oECA, _oECI, _cA, _st, _eS, _oC, _fR],
1697
1821
  [0, 0, 4, 0, 0, () => OutputConfig$, 0], 5
1698
1822
  ];
1823
+ export var CreatePaymentConnectorRequest$ = [3, n0, _CPCR,
1824
+ 0,
1825
+ [_pMI, _n, _t, _cPC, _d, _cTl],
1826
+ [[0, 1], 0, 0, () => CredentialsProviderConfigurations, 0, [0, 4]], 4
1827
+ ];
1828
+ export var CreatePaymentConnectorResponse$ = [3, n0, _CPCRr,
1829
+ 0,
1830
+ [_pCI, _pMI, _n, _t, _cPC, _cA, _st],
1831
+ [0, 0, 0, 0, () => CredentialsProviderConfigurations, 5, 0], 7
1832
+ ];
1833
+ export var CreatePaymentCredentialProviderRequest$ = [3, n0, _CPCPR,
1834
+ 0,
1835
+ [_n, _cPV, _pCIr, _ta],
1836
+ [0, 0, [() => PaymentProviderConfigurationInput$, 0], 128 | 0], 3
1837
+ ];
1838
+ export var CreatePaymentCredentialProviderResponse$ = [3, n0, _CPCPRr,
1839
+ 0,
1840
+ [_n, _cPV, _cPA, _pCO],
1841
+ [0, 0, 0, () => PaymentProviderConfigurationOutput$], 4
1842
+ ];
1843
+ export var CreatePaymentManagerRequest$ = [3, n0, _CPMR,
1844
+ 0,
1845
+ [_n, _aT, _rA, _d, _aCu, _cTl, _ta],
1846
+ [0, 0, 0, 0, () => AuthorizerConfiguration$, [0, 4], 128 | 0], 3
1847
+ ];
1848
+ export var CreatePaymentManagerResponse$ = [3, n0, _CPMRr,
1849
+ 0,
1850
+ [_pMA, _pMI, _n, _aT, _rA, _cA, _st, _aCu, _wID, _ta],
1851
+ [0, 0, 0, 0, 0, 5, 0, () => AuthorizerConfiguration$, () => WorkloadIdentityDetails$, 128 | 0], 7
1852
+ ];
1699
1853
  export var CreatePolicyEngineRequest$ = [3, n0, _CPER,
1700
1854
  0,
1701
1855
  [_n, _d, _cTl, _eKA, _ta],
@@ -1703,8 +1857,8 @@ export var CreatePolicyEngineRequest$ = [3, n0, _CPER,
1703
1857
  ];
1704
1858
  export var CreatePolicyEngineResponse$ = [3, n0, _CPERr,
1705
1859
  0,
1706
- [_pEI, _n, _cA, _uA, _pEA, _st, _sR, _d, _eKA],
1707
- [0, 0, 5, 5, 0, 0, 64 | 0, [() => Description, 0], 0], 7
1860
+ [_pEI, _n, _cA, _uA, _pEA, _st, _sR, _eKA, _d],
1861
+ [0, 0, 5, 5, 0, 0, 64 | 0, 0, [() => Description, 0]], 7
1708
1862
  ];
1709
1863
  export var CreatePolicyRequest$ = [3, n0, _CPR,
1710
1864
  0,
@@ -1713,8 +1867,8 @@ export var CreatePolicyRequest$ = [3, n0, _CPR,
1713
1867
  ];
1714
1868
  export var CreatePolicyResponse$ = [3, n0, _CPRr,
1715
1869
  0,
1716
- [_pIo, _n, _pEI, _de, _cA, _uA, _pAo, _st, _sR, _d],
1717
- [0, 0, 0, () => PolicyDefinition$, 5, 5, 0, 0, 64 | 0, [() => Description, 0]], 9
1870
+ [_pIo, _n, _pEI, _cA, _uA, _pAo, _st, _de, _sR, _d],
1871
+ [0, 0, 0, 5, 5, 0, 0, () => PolicyDefinition$, 64 | 0, [() => Description, 0]], 9
1718
1872
  ];
1719
1873
  export var CreateRegistryRecordRequest$ = [3, n0, _CRRR,
1720
1874
  0,
@@ -1936,6 +2090,36 @@ export var DeleteOnlineEvaluationConfigResponse$ = [3, n0, _DOECRe,
1936
2090
  [_oECA, _oECI, _st],
1937
2091
  [0, 0, 0], 3
1938
2092
  ];
2093
+ export var DeletePaymentConnectorRequest$ = [3, n0, _DPCR,
2094
+ 0,
2095
+ [_pMI, _pCI, _cTl],
2096
+ [[0, 1], [0, 1], [0, { [_hQ]: _cTl, [_iT]: 1 }]], 2
2097
+ ];
2098
+ export var DeletePaymentConnectorResponse$ = [3, n0, _DPCRe,
2099
+ 0,
2100
+ [_st, _pCI],
2101
+ [0, 0], 1
2102
+ ];
2103
+ export var DeletePaymentCredentialProviderRequest$ = [3, n0, _DPCPR,
2104
+ 0,
2105
+ [_n],
2106
+ [0], 1
2107
+ ];
2108
+ export var DeletePaymentCredentialProviderResponse$ = [3, n0, _DPCPRe,
2109
+ 0,
2110
+ [],
2111
+ []
2112
+ ];
2113
+ export var DeletePaymentManagerRequest$ = [3, n0, _DPMR,
2114
+ 0,
2115
+ [_pMI, _cTl],
2116
+ [[0, 1], [0, { [_hQ]: _cTl, [_iT]: 1 }]], 1
2117
+ ];
2118
+ export var DeletePaymentManagerResponse$ = [3, n0, _DPMRe,
2119
+ 0,
2120
+ [_st, _pMI],
2121
+ [0, 0], 1
2122
+ ];
1939
2123
  export var DeletePolicyEngineRequest$ = [3, n0, _DPER,
1940
2124
  0,
1941
2125
  [_pEI],
@@ -1943,8 +2127,8 @@ export var DeletePolicyEngineRequest$ = [3, n0, _DPER,
1943
2127
  ];
1944
2128
  export var DeletePolicyEngineResponse$ = [3, n0, _DPERe,
1945
2129
  0,
1946
- [_pEI, _n, _cA, _uA, _pEA, _st, _sR, _d, _eKA],
1947
- [0, 0, 5, 5, 0, 0, 64 | 0, [() => Description, 0], 0], 7
2130
+ [_pEI, _n, _cA, _uA, _pEA, _st, _sR, _eKA, _d],
2131
+ [0, 0, 5, 5, 0, 0, 64 | 0, 0, [() => Description, 0]], 7
1948
2132
  ];
1949
2133
  export var DeletePolicyRequest$ = [3, n0, _DPR,
1950
2134
  0,
@@ -1953,8 +2137,8 @@ export var DeletePolicyRequest$ = [3, n0, _DPR,
1953
2137
  ];
1954
2138
  export var DeletePolicyResponse$ = [3, n0, _DPRe,
1955
2139
  0,
1956
- [_pIo, _n, _pEI, _de, _cA, _uA, _pAo, _st, _sR, _d],
1957
- [0, 0, 0, () => PolicyDefinition$, 5, 5, 0, 0, 64 | 0, [() => Description, 0]], 9
2140
+ [_pIo, _n, _pEI, _cA, _uA, _pAo, _st, _de, _sR, _d],
2141
+ [0, 0, 0, 5, 5, 0, 0, () => PolicyDefinition$, 64 | 0, [() => Description, 0]], 9
1958
2142
  ];
1959
2143
  export var DeleteRegistryRecordRequest$ = [3, n0, _DRRR,
1960
2144
  0,
@@ -2266,6 +2450,36 @@ export var GetOnlineEvaluationConfigResponse$ = [3, n0, _GOECRe,
2266
2450
  [_oECA, _oECI, _oECN, _rul, _dSC, _ev, _st, _eS, _cA, _uA, _d, _oC, _eERA, _fR],
2267
2451
  [0, 0, 0, () => Rule$, () => DataSourceConfig$, () => EvaluatorList, 0, 0, 4, 4, [() => EvaluationConfigDescription, 0], () => OutputConfig$, 0, 0], 10
2268
2452
  ];
2453
+ export var GetPaymentConnectorRequest$ = [3, n0, _GPCR,
2454
+ 0,
2455
+ [_pMI, _pCI],
2456
+ [[0, 1], [0, 1]], 2
2457
+ ];
2458
+ export var GetPaymentConnectorResponse$ = [3, n0, _GPCRe,
2459
+ 0,
2460
+ [_pCI, _n, _t, _cPC, _cA, _lUA, _st, _d],
2461
+ [0, 0, 0, () => CredentialsProviderConfigurations, 5, 5, 0, 0], 7
2462
+ ];
2463
+ export var GetPaymentCredentialProviderRequest$ = [3, n0, _GPCPR,
2464
+ 0,
2465
+ [_n],
2466
+ [0], 1
2467
+ ];
2468
+ export var GetPaymentCredentialProviderResponse$ = [3, n0, _GPCPRe,
2469
+ 0,
2470
+ [_n, _cPA, _cPV, _pCO, _cT, _lUT, _ta],
2471
+ [0, 0, 0, () => PaymentProviderConfigurationOutput$, 4, 4, 128 | 0], 6
2472
+ ];
2473
+ export var GetPaymentManagerRequest$ = [3, n0, _GPMR,
2474
+ 0,
2475
+ [_pMI],
2476
+ [[0, 1]], 1
2477
+ ];
2478
+ export var GetPaymentManagerResponse$ = [3, n0, _GPMRe,
2479
+ 0,
2480
+ [_pMA, _pMI, _n, _aT, _rA, _cA, _lUA, _st, _d, _aCu, _wID, _ta],
2481
+ [0, 0, 0, 0, 0, 5, 5, 0, 0, () => AuthorizerConfiguration$, () => WorkloadIdentityDetails$, 128 | 0], 8
2482
+ ];
2269
2483
  export var GetPolicyEngineRequest$ = [3, n0, _GPER,
2270
2484
  0,
2271
2485
  [_pEI],
@@ -2273,8 +2487,18 @@ export var GetPolicyEngineRequest$ = [3, n0, _GPER,
2273
2487
  ];
2274
2488
  export var GetPolicyEngineResponse$ = [3, n0, _GPERe,
2275
2489
  0,
2276
- [_pEI, _n, _cA, _uA, _pEA, _st, _sR, _d, _eKA],
2277
- [0, 0, 5, 5, 0, 0, 64 | 0, [() => Description, 0], 0], 7
2490
+ [_pEI, _n, _cA, _uA, _pEA, _st, _sR, _eKA, _d],
2491
+ [0, 0, 5, 5, 0, 0, 64 | 0, 0, [() => Description, 0]], 7
2492
+ ];
2493
+ export var GetPolicyEngineSummaryRequest$ = [3, n0, _GPESR,
2494
+ 0,
2495
+ [_pEI],
2496
+ [[0, 1]], 1
2497
+ ];
2498
+ export var GetPolicyEngineSummaryResponse$ = [3, n0, _GPESRe,
2499
+ 0,
2500
+ [_pEI, _n, _cA, _uA, _pEA, _st, _eKA],
2501
+ [0, 0, 5, 5, 0, 0, 0], 6
2278
2502
  ];
2279
2503
  export var GetPolicyGenerationRequest$ = [3, n0, _GPGR,
2280
2504
  0,
@@ -2286,6 +2510,16 @@ export var GetPolicyGenerationResponse$ = [3, n0, _GPGRe,
2286
2510
  [_pEI, _pGI, _n, _pGA, _res, _cA, _uA, _st, _sR, _f],
2287
2511
  [0, 0, 0, 0, () => Resource$, 5, 5, 0, 64 | 0, 0], 9
2288
2512
  ];
2513
+ export var GetPolicyGenerationSummaryRequest$ = [3, n0, _GPGSR,
2514
+ 0,
2515
+ [_pGI, _pEI],
2516
+ [[0, 1], [0, 1]], 2
2517
+ ];
2518
+ export var GetPolicyGenerationSummaryResponse$ = [3, n0, _GPGSRe,
2519
+ 0,
2520
+ [_pEI, _pGI, _n, _pGA, _res, _cA, _uA, _st, _f],
2521
+ [0, 0, 0, 0, () => Resource$, 5, 5, 0, 0], 8
2522
+ ];
2289
2523
  export var GetPolicyRequest$ = [3, n0, _GPR,
2290
2524
  0,
2291
2525
  [_pEI, _pIo],
@@ -2293,8 +2527,18 @@ export var GetPolicyRequest$ = [3, n0, _GPR,
2293
2527
  ];
2294
2528
  export var GetPolicyResponse$ = [3, n0, _GPRe,
2295
2529
  0,
2296
- [_pIo, _n, _pEI, _de, _cA, _uA, _pAo, _st, _sR, _d],
2297
- [0, 0, 0, () => PolicyDefinition$, 5, 5, 0, 0, 64 | 0, [() => Description, 0]], 9
2530
+ [_pIo, _n, _pEI, _cA, _uA, _pAo, _st, _de, _sR, _d],
2531
+ [0, 0, 0, 5, 5, 0, 0, () => PolicyDefinition$, 64 | 0, [() => Description, 0]], 9
2532
+ ];
2533
+ export var GetPolicySummaryRequest$ = [3, n0, _GPSR,
2534
+ 0,
2535
+ [_pEI, _pIo],
2536
+ [[0, 1], [0, 1]], 2
2537
+ ];
2538
+ export var GetPolicySummaryResponse$ = [3, n0, _GPSRe,
2539
+ 0,
2540
+ [_pIo, _n, _pEI, _cA, _uA, _pAo, _st],
2541
+ [0, 0, 0, 5, 5, 0, 0], 7
2298
2542
  ];
2299
2543
  export var GetRegistryRecordRequest$ = [3, n0, _GRRR,
2300
2544
  0,
@@ -2706,6 +2950,36 @@ export var ListOnlineEvaluationConfigsResponse$ = [3, n0, _LOECRi,
2706
2950
  [_oEC, _nTe],
2707
2951
  [[() => OnlineEvaluationConfigSummaryList, 0], 0], 1
2708
2952
  ];
2953
+ export var ListPaymentConnectorsRequest$ = [3, n0, _LPCR,
2954
+ 0,
2955
+ [_pMI, _mR, _nTe],
2956
+ [[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nTe }]], 1
2957
+ ];
2958
+ export var ListPaymentConnectorsResponse$ = [3, n0, _LPCRi,
2959
+ 0,
2960
+ [_pCa, _nTe],
2961
+ [() => PaymentConnectorSummaries, 0], 1
2962
+ ];
2963
+ export var ListPaymentCredentialProvidersRequest$ = [3, n0, _LPCPR,
2964
+ 0,
2965
+ [_nTe, _mR],
2966
+ [0, 1]
2967
+ ];
2968
+ export var ListPaymentCredentialProvidersResponse$ = [3, n0, _LPCPRi,
2969
+ 0,
2970
+ [_cPre, _nTe],
2971
+ [() => PaymentCredentialProviders, 0], 1
2972
+ ];
2973
+ export var ListPaymentManagersRequest$ = [3, n0, _LPMR,
2974
+ 0,
2975
+ [_mR, _nTe],
2976
+ [[1, { [_hQ]: _mR }], [0, { [_hQ]: _nTe }]]
2977
+ ];
2978
+ export var ListPaymentManagersResponse$ = [3, n0, _LPMRi,
2979
+ 0,
2980
+ [_pM, _nTe],
2981
+ [() => PaymentManagerSummaries, 0], 1
2982
+ ];
2709
2983
  export var ListPoliciesRequest$ = [3, n0, _LPR,
2710
2984
  0,
2711
2985
  [_pEI, _nTe, _mR, _tRS],
@@ -2726,6 +3000,16 @@ export var ListPolicyEnginesResponse$ = [3, n0, _LPERi,
2726
3000
  [_pEo, _nTe],
2727
3001
  [[() => PolicyEngines, 0], 0], 1
2728
3002
  ];
3003
+ export var ListPolicyEngineSummariesRequest$ = [3, n0, _LPESR,
3004
+ 0,
3005
+ [_nTe, _mR],
3006
+ [[0, { [_hQ]: _nTe }], [1, { [_hQ]: _mR }]]
3007
+ ];
3008
+ export var ListPolicyEngineSummariesResponse$ = [3, n0, _LPESRi,
3009
+ 0,
3010
+ [_pEo, _nTe],
3011
+ [() => PolicyEngineSummaryList, 0], 1
3012
+ ];
2729
3013
  export var ListPolicyGenerationAssetsRequest$ = [3, n0, _LPGAR,
2730
3014
  0,
2731
3015
  [_pGI, _pEI, _nTe, _mR],
@@ -2746,10 +3030,30 @@ export var ListPolicyGenerationsResponse$ = [3, n0, _LPGRi,
2746
3030
  [_pG, _nTe],
2747
3031
  [() => PolicyGenerations, 0], 1
2748
3032
  ];
3033
+ export var ListPolicyGenerationSummariesRequest$ = [3, n0, _LPGSR,
3034
+ 0,
3035
+ [_pEI, _nTe, _mR],
3036
+ [[0, 1], [0, { [_hQ]: _nTe }], [1, { [_hQ]: _mR }]], 1
3037
+ ];
3038
+ export var ListPolicyGenerationSummariesResponse$ = [3, n0, _LPGSRi,
3039
+ 0,
3040
+ [_pG, _nTe],
3041
+ [() => PolicyGenerationSummaryList, 0], 1
3042
+ ];
3043
+ export var ListPolicySummariesRequest$ = [3, n0, _LPSR,
3044
+ 0,
3045
+ [_pEI, _nTe, _mR, _tRS],
3046
+ [[0, 1], [0, { [_hQ]: _nTe }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _tRS }]], 1
3047
+ ];
3048
+ export var ListPolicySummariesResponse$ = [3, n0, _LPSRi,
3049
+ 0,
3050
+ [_pol, _nTe],
3051
+ [() => PolicySummaryList, 0], 1
3052
+ ];
2749
3053
  export var ListRegistriesRequest$ = [3, n0, _LRR,
2750
3054
  0,
2751
- [_mR, _nTe, _st],
2752
- [[1, { [_hQ]: _mR }], [0, { [_hQ]: _nTe }], [0, { [_hQ]: _st }]]
3055
+ [_mR, _nTe, _st, _aT],
3056
+ [[1, { [_hQ]: _mR }], [0, { [_hQ]: _nTe }], [0, { [_hQ]: _st }], [0, { [_hQ]: _aT }]]
2753
3057
  ];
2754
3058
  export var ListRegistriesResponse$ = [3, n0, _LRRi,
2755
3059
  0,
@@ -2961,15 +3265,40 @@ export var OutputConfig$ = [3, n0, _OC,
2961
3265
  [_cWC],
2962
3266
  [() => CloudWatchOutputConfig$], 1
2963
3267
  ];
3268
+ export var PaymentConnectorSummary$ = [3, n0, _PCS,
3269
+ 0,
3270
+ [_pCI, _n, _t, _st, _lUA],
3271
+ [0, 0, 0, 0, 5], 5
3272
+ ];
3273
+ export var PaymentCredentialProviderConfiguration$ = [3, n0, _PCPC,
3274
+ 0,
3275
+ [_cPA],
3276
+ [0], 1
3277
+ ];
3278
+ export var PaymentCredentialProviderItem$ = [3, n0, _PCPI,
3279
+ 0,
3280
+ [_n, _cPV, _cPA, _cT, _lUT],
3281
+ [0, 0, 0, 4, 4], 5
3282
+ ];
3283
+ export var PaymentManagerSummary$ = [3, n0, _PMS,
3284
+ 0,
3285
+ [_pMA, _pMI, _n, _aT, _rA, _st, _lUA, _d, _cA],
3286
+ [0, 0, 0, 0, 0, 0, 5, 0, 5], 7
3287
+ ];
2964
3288
  export var Policy$ = [3, n0, _Po,
2965
3289
  0,
2966
- [_pIo, _n, _pEI, _de, _cA, _uA, _pAo, _st, _sR, _d],
2967
- [0, 0, 0, () => PolicyDefinition$, 5, 5, 0, 0, 64 | 0, [() => Description, 0]], 9
3290
+ [_pIo, _n, _pEI, _cA, _uA, _pAo, _st, _de, _sR, _d],
3291
+ [0, 0, 0, 5, 5, 0, 0, () => PolicyDefinition$, 64 | 0, [() => Description, 0]], 9
2968
3292
  ];
2969
3293
  export var PolicyEngine$ = [3, n0, _PE,
2970
3294
  0,
2971
- [_pEI, _n, _cA, _uA, _pEA, _st, _sR, _d, _eKA],
2972
- [0, 0, 5, 5, 0, 0, 64 | 0, [() => Description, 0], 0], 7
3295
+ [_pEI, _n, _cA, _uA, _pEA, _st, _sR, _eKA, _d],
3296
+ [0, 0, 5, 5, 0, 0, 64 | 0, 0, [() => Description, 0]], 7
3297
+ ];
3298
+ export var PolicyEngineSummary$ = [3, n0, _PES,
3299
+ 0,
3300
+ [_pEI, _n, _cA, _uA, _pEA, _st, _eKA],
3301
+ [0, 0, 5, 5, 0, 0, 0], 6
2973
3302
  ];
2974
3303
  export var PolicyGeneration$ = [3, n0, _PG,
2975
3304
  0,
@@ -2986,6 +3315,16 @@ export var PolicyGenerationDetails$ = [3, n0, _PGD,
2986
3315
  [_pGI, _pGAI],
2987
3316
  [0, 0], 2
2988
3317
  ];
3318
+ export var PolicyGenerationSummary$ = [3, n0, _PGS,
3319
+ 0,
3320
+ [_pEI, _pGI, _n, _pGA, _res, _cA, _uA, _st, _f],
3321
+ [0, 0, 0, 0, () => Resource$, 5, 5, 0, 0], 8
3322
+ ];
3323
+ export var PolicySummary$ = [3, n0, _PS,
3324
+ 0,
3325
+ [_pIo, _n, _pEI, _cA, _uA, _pAo, _st],
3326
+ [0, 0, 0, 5, 5, 0, 0], 7
3327
+ ];
2989
3328
  export var PrivateEndpointOverride$ = [3, n0, _PEO,
2990
3329
  0,
2991
3330
  [_do, _pE],
@@ -3231,6 +3570,16 @@ export var StringValidation$ = [3, n0, _SV,
3231
3570
  [_aV],
3232
3571
  [64 | 0], 1
3233
3572
  ];
3573
+ export var StripePrivyConfigurationInput$ = [3, n0, _SPCI,
3574
+ 0,
3575
+ [_aIp, _aSp, _aPK, _aIu],
3576
+ [0, [() => StripePrivyAppSecretType, 0], [() => StripePrivyAuthorizationPrivateKeyType, 0], 0], 4
3577
+ ];
3578
+ export var StripePrivyConfigurationOutput$ = [3, n0, _SPCO,
3579
+ 0,
3580
+ [_aIp, _aSA, _aPKA, _aIu],
3581
+ [0, () => Secret$, () => Secret$, 0], 4
3582
+ ];
3234
3583
  export var SubmitRegistryRecordForApprovalRequest$ = [3, n0, _SRRFAR,
3235
3584
  0,
3236
3585
  [_rIe, _rIec],
@@ -3566,6 +3915,36 @@ export var UpdateOnlineEvaluationConfigResponse$ = [3, n0, _UOECRp,
3566
3915
  [_oECA, _oECI, _uA, _st, _eS, _fR],
3567
3916
  [0, 0, 4, 0, 0, 0], 5
3568
3917
  ];
3918
+ export var UpdatePaymentConnectorRequest$ = [3, n0, _UPCR,
3919
+ 0,
3920
+ [_pMI, _pCI, _d, _t, _cPC, _cTl],
3921
+ [[0, 1], [0, 1], 0, 0, () => CredentialsProviderConfigurations, [0, 4]], 2
3922
+ ];
3923
+ export var UpdatePaymentConnectorResponse$ = [3, n0, _UPCRp,
3924
+ 0,
3925
+ [_pCI, _pMI, _n, _t, _cPC, _lUA, _st],
3926
+ [0, 0, 0, 0, () => CredentialsProviderConfigurations, 5, 0], 7
3927
+ ];
3928
+ export var UpdatePaymentCredentialProviderRequest$ = [3, n0, _UPCPR,
3929
+ 0,
3930
+ [_n, _cPV, _pCIr],
3931
+ [0, 0, [() => PaymentProviderConfigurationInput$, 0]], 3
3932
+ ];
3933
+ export var UpdatePaymentCredentialProviderResponse$ = [3, n0, _UPCPRp,
3934
+ 0,
3935
+ [_n, _cPV, _cPA, _pCO, _cT, _lUT],
3936
+ [0, 0, 0, () => PaymentProviderConfigurationOutput$, 4, 4], 6
3937
+ ];
3938
+ export var UpdatePaymentManagerRequest$ = [3, n0, _UPMR,
3939
+ 0,
3940
+ [_pMI, _d, _aT, _aCu, _rA, _cTl],
3941
+ [[0, 1], 0, 0, () => AuthorizerConfiguration$, 0, [0, 4]], 1
3942
+ ];
3943
+ export var UpdatePaymentManagerResponse$ = [3, n0, _UPMRp,
3944
+ 0,
3945
+ [_pMA, _pMI, _n, _aT, _rA, _lUA, _st, _wID],
3946
+ [0, 0, 0, 0, 0, 5, 0, () => WorkloadIdentityDetails$], 7
3947
+ ];
3569
3948
  export var UpdatePolicyEngineRequest$ = [3, n0, _UPER,
3570
3949
  0,
3571
3950
  [_pEI, _d],
@@ -3573,8 +3952,8 @@ export var UpdatePolicyEngineRequest$ = [3, n0, _UPER,
3573
3952
  ];
3574
3953
  export var UpdatePolicyEngineResponse$ = [3, n0, _UPERp,
3575
3954
  0,
3576
- [_pEI, _n, _cA, _uA, _pEA, _st, _sR, _d, _eKA],
3577
- [0, 0, 5, 5, 0, 0, 64 | 0, [() => Description, 0], 0], 7
3955
+ [_pEI, _n, _cA, _uA, _pEA, _st, _sR, _eKA, _d],
3956
+ [0, 0, 5, 5, 0, 0, 64 | 0, 0, [() => Description, 0]], 7
3578
3957
  ];
3579
3958
  export var UpdatePolicyRequest$ = [3, n0, _UPR,
3580
3959
  0,
@@ -3583,8 +3962,8 @@ export var UpdatePolicyRequest$ = [3, n0, _UPR,
3583
3962
  ];
3584
3963
  export var UpdatePolicyResponse$ = [3, n0, _UPRp,
3585
3964
  0,
3586
- [_pIo, _n, _pEI, _de, _cA, _uA, _pAo, _st, _sR, _d],
3587
- [0, 0, 0, () => PolicyDefinition$, 5, 5, 0, 0, 64 | 0, [() => Description, 0]], 9
3965
+ [_pIo, _n, _pEI, _cA, _uA, _pAo, _st, _de, _sR, _d],
3966
+ [0, 0, 0, 5, 5, 0, 0, () => PolicyDefinition$, 64 | 0, [() => Description, 0]], 9
3588
3967
  ];
3589
3968
  export var UpdateRegistryRecordRequest$ = [3, n0, _URRR,
3590
3969
  0,
@@ -3678,8 +4057,8 @@ export var VersionLineageMetadata$ = [3, n0, _VLM,
3678
4057
  ];
3679
4058
  export var VpcConfig$ = [3, n0, _VC,
3680
4059
  0,
3681
- [_sG, _su],
3682
- [64 | 0, 64 | 0], 2
4060
+ [_sG, _su, _rSSE],
4061
+ [64 | 0, 64 | 0, 2], 2
3683
4062
  ];
3684
4063
  export var WeightedOverride$ = [3, n0, _WO,
3685
4064
  0,
@@ -3770,6 +4149,9 @@ var CredentialProviderConfigurations = [1, n0, _CPCr,
3770
4149
  0, [() => CredentialProviderConfiguration$,
3771
4150
  0]
3772
4151
  ];
4152
+ var CredentialsProviderConfigurations = [1, n0, _CPCre,
4153
+ 0, () => CredentialsProviderConfiguration$
4154
+ ];
3773
4155
  var CustomClaimValidationsType = [1, n0, _CCVTu,
3774
4156
  0, () => CustomClaimValidationType$
3775
4157
  ];
@@ -3866,6 +4248,15 @@ var OnlineEvaluationConfigSummaryList = [1, n0, _OECSL,
3866
4248
  0, [() => OnlineEvaluationConfigSummary$,
3867
4249
  0]
3868
4250
  ];
4251
+ var PaymentConnectorSummaries = [1, n0, _PCSa,
4252
+ 0, () => PaymentConnectorSummary$
4253
+ ];
4254
+ var PaymentCredentialProviders = [1, n0, _PCP,
4255
+ 0, () => PaymentCredentialProviderItem$
4256
+ ];
4257
+ var PaymentManagerSummaries = [1, n0, _PMSa,
4258
+ 0, () => PaymentManagerSummary$
4259
+ ];
3869
4260
  var Policies = [1, n0, _Pol,
3870
4261
  0, [() => Policy$,
3871
4262
  0]
@@ -3874,13 +4265,22 @@ var PolicyEngines = [1, n0, _PEo,
3874
4265
  0, [() => PolicyEngine$,
3875
4266
  0]
3876
4267
  ];
4268
+ var PolicyEngineSummaryList = [1, n0, _PESL,
4269
+ 0, () => PolicyEngineSummary$
4270
+ ];
3877
4271
  var PolicyGenerationAssets = [1, n0, _PGAo,
3878
4272
  0, () => PolicyGenerationAsset$
3879
4273
  ];
3880
4274
  var PolicyGenerations = [1, n0, _PGo,
3881
4275
  0, () => PolicyGeneration$
3882
4276
  ];
4277
+ var PolicyGenerationSummaryList = [1, n0, _PGSL,
4278
+ 0, () => PolicyGenerationSummary$
4279
+ ];
3883
4280
  var PolicyStatusReasons = 64 | 0;
4281
+ var PolicySummaryList = [1, n0, _PSL,
4282
+ 0, () => PolicySummary$
4283
+ ];
3884
4284
  var PrivateEndpointManagedResources = [1, n0, _PEMR,
3885
4285
  0, () => ManagedResourceDetails$
3886
4286
  ];
@@ -4040,6 +4440,11 @@ export var CredentialProvider$ = [4, n0, _CPr,
4040
4440
  [_oCP, _aKCP, _iCP],
4041
4441
  [[() => OAuthCredentialProvider$, 0], () => GatewayApiKeyCredentialProvider$, () => IamCredentialProvider$]
4042
4442
  ];
4443
+ export var CredentialsProviderConfiguration$ = [4, n0, _CPCred,
4444
+ 0,
4445
+ [_cCDP, _sPt],
4446
+ [() => PaymentCredentialProviderConfiguration$, () => PaymentCredentialProviderConfiguration$]
4447
+ ];
4043
4448
  export var CustomConfigurationInput$ = [4, n0, _CCI,
4044
4449
  0,
4045
4450
  [_sOe, _sOu, _uPO, _eO, _sMC],
@@ -4050,7 +4455,7 @@ export var CustomConsolidationConfiguration$ = [4, n0, _CCC,
4050
4455
  [_sCO, _sCOu, _uPCO, _eCO],
4051
4456
  [[() => SemanticConsolidationOverride$, 0], [() => SummaryConsolidationOverride$, 0], [() => UserPreferenceConsolidationOverride$, 0], [() => EpisodicConsolidationOverride$, 0]]
4052
4457
  ];
4053
- export var CustomConsolidationConfigurationInput$ = [4, n0, _CCCI,
4458
+ export var CustomConsolidationConfigurationInput$ = [4, n0, _CCCIu,
4054
4459
  0,
4055
4460
  [_sCO, _sCOu, _uPCO, _eCO],
4056
4461
  [[() => SemanticOverrideConsolidationConfigurationInput$, 0], [() => SummaryOverrideConsolidationConfigurationInput$, 0], [() => UserPreferenceOverrideConsolidationConfigurationInput$, 0], [() => EpisodicOverrideConsolidationConfigurationInput$, 0]]
@@ -4230,6 +4635,16 @@ export var Oauth2ProviderConfigOutput$ = [4, n0, _OPCO,
4230
4635
  [_cOPC, _gOPC, _gOPCi, _sOPC, _sOPCa, _mOPC, _aOPC, _lOPC, _iOPC],
4231
4636
  [() => CustomOauth2ProviderConfigOutput$, () => GoogleOauth2ProviderConfigOutput$, () => GithubOauth2ProviderConfigOutput$, () => SlackOauth2ProviderConfigOutput$, () => SalesforceOauth2ProviderConfigOutput$, () => MicrosoftOauth2ProviderConfigOutput$, () => AtlassianOauth2ProviderConfigOutput$, () => LinkedinOauth2ProviderConfigOutput$, () => IncludedOauth2ProviderConfigOutput$]
4232
4637
  ];
4638
+ export var PaymentProviderConfigurationInput$ = [4, n0, _PPCI,
4639
+ 0,
4640
+ [_cCCo, _sPC],
4641
+ [[() => CoinbaseCdpConfigurationInput$, 0], [() => StripePrivyConfigurationInput$, 0]]
4642
+ ];
4643
+ export var PaymentProviderConfigurationOutput$ = [4, n0, _PPCO,
4644
+ 0,
4645
+ [_cCCo, _sPC],
4646
+ [() => CoinbaseCdpConfigurationOutput$, () => StripePrivyConfigurationOutput$]
4647
+ ];
4233
4648
  export var PolicyDefinition$ = [4, n0, _PD,
4234
4649
  0,
4235
4650
  [_ced, _pGo],
@@ -4355,6 +4770,15 @@ export var CreateOauth2CredentialProvider$ = [9, n0, _COCP,
4355
4770
  export var CreateOnlineEvaluationConfig$ = [9, n0, _COEC,
4356
4771
  { [_ht]: ["POST", "/online-evaluation-configs/create", 202] }, () => CreateOnlineEvaluationConfigRequest$, () => CreateOnlineEvaluationConfigResponse$
4357
4772
  ];
4773
+ export var CreatePaymentConnector$ = [9, n0, _CPCrea,
4774
+ { [_ht]: ["POST", "/payments/managers/{paymentManagerId}/connectors", 202] }, () => CreatePaymentConnectorRequest$, () => CreatePaymentConnectorResponse$
4775
+ ];
4776
+ export var CreatePaymentCredentialProvider$ = [9, n0, _CPCP,
4777
+ { [_ht]: ["POST", "/identities/CreatePaymentCredentialProvider", 201] }, () => CreatePaymentCredentialProviderRequest$, () => CreatePaymentCredentialProviderResponse$
4778
+ ];
4779
+ export var CreatePaymentManager$ = [9, n0, _CPM,
4780
+ { [_ht]: ["POST", "/payments/managers", 202] }, () => CreatePaymentManagerRequest$, () => CreatePaymentManagerResponse$
4781
+ ];
4358
4782
  export var CreatePolicy$ = [9, n0, _CPre,
4359
4783
  { [_ht]: ["POST", "/policy-engines/{policyEngineId}/policies", 202] }, () => CreatePolicyRequest$, () => CreatePolicyResponse$
4360
4784
  ];
@@ -4415,6 +4839,15 @@ export var DeleteOauth2CredentialProvider$ = [9, n0, _DOCP,
4415
4839
  export var DeleteOnlineEvaluationConfig$ = [9, n0, _DOEC,
4416
4840
  { [_ht]: ["DELETE", "/online-evaluation-configs/{onlineEvaluationConfigId}", 202] }, () => DeleteOnlineEvaluationConfigRequest$, () => DeleteOnlineEvaluationConfigResponse$
4417
4841
  ];
4842
+ export var DeletePaymentConnector$ = [9, n0, _DPC,
4843
+ { [_ht]: ["DELETE", "/payments/managers/{paymentManagerId}/connectors/{paymentConnectorId}", 202] }, () => DeletePaymentConnectorRequest$, () => DeletePaymentConnectorResponse$
4844
+ ];
4845
+ export var DeletePaymentCredentialProvider$ = [9, n0, _DPCP,
4846
+ { [_ht]: ["POST", "/identities/DeletePaymentCredentialProvider", 204] }, () => DeletePaymentCredentialProviderRequest$, () => DeletePaymentCredentialProviderResponse$
4847
+ ];
4848
+ export var DeletePaymentManager$ = [9, n0, _DPM,
4849
+ { [_ht]: ["DELETE", "/payments/managers/{paymentManagerId}", 202] }, () => DeletePaymentManagerRequest$, () => DeletePaymentManagerResponse$
4850
+ ];
4418
4851
  export var DeletePolicy$ = [9, n0, _DP,
4419
4852
  { [_ht]: ["DELETE", "/policy-engines/{policyEngineId}/policies/{policyId}", 202] }, () => DeletePolicyRequest$, () => DeletePolicyResponse$
4420
4853
  ];
@@ -4481,15 +4914,33 @@ export var GetOauth2CredentialProvider$ = [9, n0, _GOCP,
4481
4914
  export var GetOnlineEvaluationConfig$ = [9, n0, _GOEC,
4482
4915
  { [_ht]: ["GET", "/online-evaluation-configs/{onlineEvaluationConfigId}", 200] }, () => GetOnlineEvaluationConfigRequest$, () => GetOnlineEvaluationConfigResponse$
4483
4916
  ];
4917
+ export var GetPaymentConnector$ = [9, n0, _GPCe,
4918
+ { [_ht]: ["GET", "/payments/managers/{paymentManagerId}/connectors/{paymentConnectorId}", 200] }, () => GetPaymentConnectorRequest$, () => GetPaymentConnectorResponse$
4919
+ ];
4920
+ export var GetPaymentCredentialProvider$ = [9, n0, _GPCP,
4921
+ { [_ht]: ["POST", "/identities/GetPaymentCredentialProvider", 200] }, () => GetPaymentCredentialProviderRequest$, () => GetPaymentCredentialProviderResponse$
4922
+ ];
4923
+ export var GetPaymentManager$ = [9, n0, _GPM,
4924
+ { [_ht]: ["GET", "/payments/managers/{paymentManagerId}", 200] }, () => GetPaymentManagerRequest$, () => GetPaymentManagerResponse$
4925
+ ];
4484
4926
  export var GetPolicy$ = [9, n0, _GP,
4485
4927
  { [_ht]: ["GET", "/policy-engines/{policyEngineId}/policies/{policyId}", 200] }, () => GetPolicyRequest$, () => GetPolicyResponse$
4486
4928
  ];
4487
4929
  export var GetPolicyEngine$ = [9, n0, _GPE,
4488
4930
  { [_ht]: ["GET", "/policy-engines/{policyEngineId}", 200] }, () => GetPolicyEngineRequest$, () => GetPolicyEngineResponse$
4489
4931
  ];
4932
+ export var GetPolicyEngineSummary$ = [9, n0, _GPES,
4933
+ { [_ht]: ["GET", "/policy-engine-summaries/{policyEngineId}", 200] }, () => GetPolicyEngineSummaryRequest$, () => GetPolicyEngineSummaryResponse$
4934
+ ];
4490
4935
  export var GetPolicyGeneration$ = [9, n0, _GPG,
4491
4936
  { [_ht]: ["GET", "/policy-engines/{policyEngineId}/policy-generations/{policyGenerationId}", 200] }, () => GetPolicyGenerationRequest$, () => GetPolicyGenerationResponse$
4492
4937
  ];
4938
+ export var GetPolicyGenerationSummary$ = [9, n0, _GPGS,
4939
+ { [_ht]: ["GET", "/policy-engines/{policyEngineId}/policy-generation-summaries/{policyGenerationId}", 200] }, () => GetPolicyGenerationSummaryRequest$, () => GetPolicyGenerationSummaryResponse$
4940
+ ];
4941
+ export var GetPolicySummary$ = [9, n0, _GPS,
4942
+ { [_ht]: ["GET", "/policy-engines/{policyEngineId}/policy-summaries/{policyId}", 200] }, () => GetPolicySummaryRequest$, () => GetPolicySummaryResponse$
4943
+ ];
4493
4944
  export var GetRegistry$ = [9, n0, _GRe,
4494
4945
  { [_ht]: ["GET", "/registries/{registryId}", 200] }, () => GetRegistryRequest$, () => GetRegistryResponse$
4495
4946
  ];
@@ -4556,18 +5007,36 @@ export var ListOauth2CredentialProviders$ = [9, n0, _LOCP,
4556
5007
  export var ListOnlineEvaluationConfigs$ = [9, n0, _LOEC,
4557
5008
  { [_ht]: ["POST", "/online-evaluation-configs", 200] }, () => ListOnlineEvaluationConfigsRequest$, () => ListOnlineEvaluationConfigsResponse$
4558
5009
  ];
5010
+ export var ListPaymentConnectors$ = [9, n0, _LPC,
5011
+ { [_ht]: ["POST", "/payments/managers/{paymentManagerId}/connectors-list", 200] }, () => ListPaymentConnectorsRequest$, () => ListPaymentConnectorsResponse$
5012
+ ];
5013
+ export var ListPaymentCredentialProviders$ = [9, n0, _LPCP,
5014
+ { [_ht]: ["POST", "/identities/ListPaymentCredentialProviders", 200] }, () => ListPaymentCredentialProvidersRequest$, () => ListPaymentCredentialProvidersResponse$
5015
+ ];
5016
+ export var ListPaymentManagers$ = [9, n0, _LPM,
5017
+ { [_ht]: ["POST", "/payments/managers-list", 200] }, () => ListPaymentManagersRequest$, () => ListPaymentManagersResponse$
5018
+ ];
4559
5019
  export var ListPolicies$ = [9, n0, _LP,
4560
5020
  { [_ht]: ["GET", "/policy-engines/{policyEngineId}/policies", 200] }, () => ListPoliciesRequest$, () => ListPoliciesResponse$
4561
5021
  ];
4562
5022
  export var ListPolicyEngines$ = [9, n0, _LPE,
4563
5023
  { [_ht]: ["GET", "/policy-engines", 200] }, () => ListPolicyEnginesRequest$, () => ListPolicyEnginesResponse$
4564
5024
  ];
5025
+ export var ListPolicyEngineSummaries$ = [9, n0, _LPES,
5026
+ { [_ht]: ["GET", "/policy-engine-summaries", 200] }, () => ListPolicyEngineSummariesRequest$, () => ListPolicyEngineSummariesResponse$
5027
+ ];
4565
5028
  export var ListPolicyGenerationAssets$ = [9, n0, _LPGA,
4566
5029
  { [_ht]: ["GET", "/policy-engines/{policyEngineId}/policy-generations/{policyGenerationId}/assets", 200] }, () => ListPolicyGenerationAssetsRequest$, () => ListPolicyGenerationAssetsResponse$
4567
5030
  ];
4568
5031
  export var ListPolicyGenerations$ = [9, n0, _LPG,
4569
5032
  { [_ht]: ["GET", "/policy-engines/{policyEngineId}/policy-generations", 200] }, () => ListPolicyGenerationsRequest$, () => ListPolicyGenerationsResponse$
4570
5033
  ];
5034
+ export var ListPolicyGenerationSummaries$ = [9, n0, _LPGS,
5035
+ { [_ht]: ["GET", "/policy-engines/{policyEngineId}/policy-generation-summaries", 200] }, () => ListPolicyGenerationSummariesRequest$, () => ListPolicyGenerationSummariesResponse$
5036
+ ];
5037
+ export var ListPolicySummaries$ = [9, n0, _LPS,
5038
+ { [_ht]: ["GET", "/policy-engines/{policyEngineId}/policy-summaries", 200] }, () => ListPolicySummariesRequest$, () => ListPolicySummariesResponse$
5039
+ ];
4571
5040
  export var ListRegistries$ = [9, n0, _LR,
4572
5041
  { [_ht]: ["GET", "/registries", 200] }, () => ListRegistriesRequest$, () => ListRegistriesResponse$
4573
5042
  ];
@@ -4637,6 +5106,15 @@ export var UpdateOauth2CredentialProvider$ = [9, n0, _UOCP,
4637
5106
  export var UpdateOnlineEvaluationConfig$ = [9, n0, _UOEC,
4638
5107
  { [_ht]: ["PUT", "/online-evaluation-configs/{onlineEvaluationConfigId}", 202] }, () => UpdateOnlineEvaluationConfigRequest$, () => UpdateOnlineEvaluationConfigResponse$
4639
5108
  ];
5109
+ export var UpdatePaymentConnector$ = [9, n0, _UPC,
5110
+ { [_ht]: ["PATCH", "/payments/managers/{paymentManagerId}/connectors/{paymentConnectorId}", 202] }, () => UpdatePaymentConnectorRequest$, () => UpdatePaymentConnectorResponse$
5111
+ ];
5112
+ export var UpdatePaymentCredentialProvider$ = [9, n0, _UPCP,
5113
+ { [_ht]: ["POST", "/identities/UpdatePaymentCredentialProvider", 200] }, () => UpdatePaymentCredentialProviderRequest$, () => UpdatePaymentCredentialProviderResponse$
5114
+ ];
5115
+ export var UpdatePaymentManager$ = [9, n0, _UPM,
5116
+ { [_ht]: ["PATCH", "/payments/managers/{paymentManagerId}", 202] }, () => UpdatePaymentManagerRequest$, () => UpdatePaymentManagerResponse$
5117
+ ];
4640
5118
  export var UpdatePolicy$ = [9, n0, _UP,
4641
5119
  { [_ht]: ["PATCH", "/policy-engines/{policyEngineId}/policies/{policyId}", 202] }, () => UpdatePolicyRequest$, () => UpdatePolicyResponse$
4642
5120
  ];