@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.
- package/README.md +147 -0
- package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +656 -305
- package/dist-cjs/models/BedrockAgentCoreControlServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-cjs/schemas/schemas_0.js +519 -40
- package/dist-es/BedrockAgentCoreControl.js +55 -1
- package/dist-es/BedrockAgentCoreControlClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/CreateAgentRuntimeCommand.js +2 -2
- package/dist-es/commands/CreateAgentRuntimeEndpointCommand.js +2 -2
- package/dist-es/commands/CreateApiKeyCredentialProviderCommand.js +2 -2
- package/dist-es/commands/CreateBrowserCommand.js +2 -2
- package/dist-es/commands/CreateBrowserProfileCommand.js +2 -2
- package/dist-es/commands/CreateCodeInterpreterCommand.js +2 -2
- package/dist-es/commands/CreateConfigurationBundleCommand.js +2 -2
- package/dist-es/commands/CreateEvaluatorCommand.js +2 -2
- package/dist-es/commands/CreateGatewayCommand.js +2 -2
- package/dist-es/commands/CreateGatewayRuleCommand.js +2 -2
- package/dist-es/commands/CreateGatewayTargetCommand.js +2 -2
- package/dist-es/commands/CreateHarnessCommand.js +2 -2
- package/dist-es/commands/CreateMemoryCommand.js +2 -2
- package/dist-es/commands/CreateOauth2CredentialProviderCommand.js +2 -2
- package/dist-es/commands/CreateOnlineEvaluationConfigCommand.js +2 -2
- package/dist-es/commands/CreatePaymentConnectorCommand.js +16 -0
- package/dist-es/commands/CreatePaymentCredentialProviderCommand.js +16 -0
- package/dist-es/commands/CreatePaymentManagerCommand.js +16 -0
- package/dist-es/commands/CreatePolicyCommand.js +2 -2
- package/dist-es/commands/CreatePolicyEngineCommand.js +2 -2
- package/dist-es/commands/CreateRegistryCommand.js +2 -2
- package/dist-es/commands/CreateRegistryRecordCommand.js +2 -2
- package/dist-es/commands/CreateWorkloadIdentityCommand.js +2 -2
- package/dist-es/commands/DeleteAgentRuntimeCommand.js +2 -2
- package/dist-es/commands/DeleteAgentRuntimeEndpointCommand.js +2 -2
- package/dist-es/commands/DeleteApiKeyCredentialProviderCommand.js +2 -2
- package/dist-es/commands/DeleteBrowserCommand.js +2 -2
- package/dist-es/commands/DeleteBrowserProfileCommand.js +2 -2
- package/dist-es/commands/DeleteCodeInterpreterCommand.js +2 -2
- package/dist-es/commands/DeleteConfigurationBundleCommand.js +2 -2
- package/dist-es/commands/DeleteEvaluatorCommand.js +2 -2
- package/dist-es/commands/DeleteGatewayCommand.js +2 -2
- package/dist-es/commands/DeleteGatewayRuleCommand.js +2 -2
- package/dist-es/commands/DeleteGatewayTargetCommand.js +2 -2
- package/dist-es/commands/DeleteHarnessCommand.js +2 -2
- package/dist-es/commands/DeleteMemoryCommand.js +2 -2
- package/dist-es/commands/DeleteOauth2CredentialProviderCommand.js +2 -2
- package/dist-es/commands/DeleteOnlineEvaluationConfigCommand.js +2 -2
- package/dist-es/commands/DeletePaymentConnectorCommand.js +16 -0
- package/dist-es/commands/DeletePaymentCredentialProviderCommand.js +16 -0
- package/dist-es/commands/DeletePaymentManagerCommand.js +16 -0
- package/dist-es/commands/DeletePolicyCommand.js +2 -2
- package/dist-es/commands/DeletePolicyEngineCommand.js +2 -2
- package/dist-es/commands/DeleteRegistryCommand.js +2 -2
- package/dist-es/commands/DeleteRegistryRecordCommand.js +2 -2
- package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
- package/dist-es/commands/DeleteWorkloadIdentityCommand.js +2 -2
- package/dist-es/commands/GetAgentRuntimeCommand.js +2 -2
- package/dist-es/commands/GetAgentRuntimeEndpointCommand.js +2 -2
- package/dist-es/commands/GetApiKeyCredentialProviderCommand.js +2 -2
- package/dist-es/commands/GetBrowserCommand.js +2 -2
- package/dist-es/commands/GetBrowserProfileCommand.js +2 -2
- package/dist-es/commands/GetCodeInterpreterCommand.js +2 -2
- package/dist-es/commands/GetConfigurationBundleCommand.js +2 -2
- package/dist-es/commands/GetConfigurationBundleVersionCommand.js +2 -2
- package/dist-es/commands/GetEvaluatorCommand.js +2 -2
- package/dist-es/commands/GetGatewayCommand.js +2 -2
- package/dist-es/commands/GetGatewayRuleCommand.js +2 -2
- package/dist-es/commands/GetGatewayTargetCommand.js +2 -2
- package/dist-es/commands/GetHarnessCommand.js +2 -2
- package/dist-es/commands/GetMemoryCommand.js +2 -2
- package/dist-es/commands/GetOauth2CredentialProviderCommand.js +2 -2
- package/dist-es/commands/GetOnlineEvaluationConfigCommand.js +2 -2
- package/dist-es/commands/GetPaymentConnectorCommand.js +16 -0
- package/dist-es/commands/GetPaymentCredentialProviderCommand.js +16 -0
- package/dist-es/commands/GetPaymentManagerCommand.js +16 -0
- package/dist-es/commands/GetPolicyCommand.js +2 -2
- package/dist-es/commands/GetPolicyEngineCommand.js +2 -2
- package/dist-es/commands/GetPolicyEngineSummaryCommand.js +16 -0
- package/dist-es/commands/GetPolicyGenerationCommand.js +2 -2
- package/dist-es/commands/GetPolicyGenerationSummaryCommand.js +16 -0
- package/dist-es/commands/GetPolicySummaryCommand.js +16 -0
- package/dist-es/commands/GetRegistryCommand.js +2 -2
- package/dist-es/commands/GetRegistryRecordCommand.js +2 -2
- package/dist-es/commands/GetResourcePolicyCommand.js +2 -2
- package/dist-es/commands/GetTokenVaultCommand.js +2 -2
- package/dist-es/commands/GetWorkloadIdentityCommand.js +2 -2
- package/dist-es/commands/ListAgentRuntimeEndpointsCommand.js +2 -2
- package/dist-es/commands/ListAgentRuntimeVersionsCommand.js +2 -2
- package/dist-es/commands/ListAgentRuntimesCommand.js +2 -2
- package/dist-es/commands/ListApiKeyCredentialProvidersCommand.js +2 -2
- package/dist-es/commands/ListBrowserProfilesCommand.js +2 -2
- package/dist-es/commands/ListBrowsersCommand.js +2 -2
- package/dist-es/commands/ListCodeInterpretersCommand.js +2 -2
- package/dist-es/commands/ListConfigurationBundleVersionsCommand.js +2 -2
- package/dist-es/commands/ListConfigurationBundlesCommand.js +2 -2
- package/dist-es/commands/ListEvaluatorsCommand.js +2 -2
- package/dist-es/commands/ListGatewayRulesCommand.js +2 -2
- package/dist-es/commands/ListGatewayTargetsCommand.js +2 -2
- package/dist-es/commands/ListGatewaysCommand.js +2 -2
- package/dist-es/commands/ListHarnessesCommand.js +2 -2
- package/dist-es/commands/ListMemoriesCommand.js +2 -2
- package/dist-es/commands/ListOauth2CredentialProvidersCommand.js +2 -2
- package/dist-es/commands/ListOnlineEvaluationConfigsCommand.js +2 -2
- package/dist-es/commands/ListPaymentConnectorsCommand.js +16 -0
- package/dist-es/commands/ListPaymentCredentialProvidersCommand.js +16 -0
- package/dist-es/commands/ListPaymentManagersCommand.js +16 -0
- package/dist-es/commands/ListPoliciesCommand.js +2 -2
- package/dist-es/commands/ListPolicyEngineSummariesCommand.js +16 -0
- package/dist-es/commands/ListPolicyEnginesCommand.js +2 -2
- package/dist-es/commands/ListPolicyGenerationAssetsCommand.js +2 -2
- package/dist-es/commands/ListPolicyGenerationSummariesCommand.js +16 -0
- package/dist-es/commands/ListPolicyGenerationsCommand.js +2 -2
- package/dist-es/commands/ListPolicySummariesCommand.js +16 -0
- package/dist-es/commands/ListRegistriesCommand.js +2 -2
- package/dist-es/commands/ListRegistryRecordsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListWorkloadIdentitiesCommand.js +2 -2
- package/dist-es/commands/PutResourcePolicyCommand.js +2 -2
- package/dist-es/commands/SetTokenVaultCMKCommand.js +2 -2
- package/dist-es/commands/StartPolicyGenerationCommand.js +2 -2
- package/dist-es/commands/SubmitRegistryRecordForApprovalCommand.js +2 -2
- package/dist-es/commands/SynchronizeGatewayTargetsCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAgentRuntimeCommand.js +2 -2
- package/dist-es/commands/UpdateAgentRuntimeEndpointCommand.js +2 -2
- package/dist-es/commands/UpdateApiKeyCredentialProviderCommand.js +2 -2
- package/dist-es/commands/UpdateConfigurationBundleCommand.js +2 -2
- package/dist-es/commands/UpdateEvaluatorCommand.js +2 -2
- package/dist-es/commands/UpdateGatewayCommand.js +2 -2
- package/dist-es/commands/UpdateGatewayRuleCommand.js +2 -2
- package/dist-es/commands/UpdateGatewayTargetCommand.js +2 -2
- package/dist-es/commands/UpdateHarnessCommand.js +2 -2
- package/dist-es/commands/UpdateMemoryCommand.js +2 -2
- package/dist-es/commands/UpdateOauth2CredentialProviderCommand.js +2 -2
- package/dist-es/commands/UpdateOnlineEvaluationConfigCommand.js +2 -2
- package/dist-es/commands/UpdatePaymentConnectorCommand.js +16 -0
- package/dist-es/commands/UpdatePaymentCredentialProviderCommand.js +16 -0
- package/dist-es/commands/UpdatePaymentManagerCommand.js +16 -0
- package/dist-es/commands/UpdatePolicyCommand.js +2 -2
- package/dist-es/commands/UpdatePolicyEngineCommand.js +2 -2
- package/dist-es/commands/UpdateRegistryCommand.js +2 -2
- package/dist-es/commands/UpdateRegistryRecordCommand.js +2 -2
- package/dist-es/commands/UpdateRegistryRecordStatusCommand.js +2 -2
- package/dist-es/commands/UpdateWorkloadIdentityCommand.js +2 -2
- package/dist-es/commands/index.js +21 -0
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/BedrockAgentCoreControlServiceException.js +1 -1
- package/dist-es/models/enums.js +30 -0
- package/dist-es/pagination/ListPaymentConnectorsPaginator.js +4 -0
- package/dist-es/pagination/ListPaymentCredentialProvidersPaginator.js +4 -0
- package/dist-es/pagination/ListPaymentManagersPaginator.js +4 -0
- package/dist-es/pagination/ListPolicyEngineSummariesPaginator.js +4 -0
- package/dist-es/pagination/ListPolicyGenerationSummariesPaginator.js +4 -0
- package/dist-es/pagination/ListPolicySummariesPaginator.js +4 -0
- package/dist-es/pagination/index.js +6 -0
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-es/schemas/schemas_0.js +504 -26
- package/dist-es/waiters/waitForMemoryCreated.js +1 -1
- package/dist-es/waiters/waitForPolicyActive.js +1 -1
- package/dist-es/waiters/waitForPolicyDeleted.js +1 -1
- package/dist-es/waiters/waitForPolicyEngineActive.js +1 -1
- package/dist-es/waiters/waitForPolicyEngineDeleted.js +1 -1
- package/dist-es/waiters/waitForPolicyGenerationCompleted.js +1 -1
- package/dist-types/BedrockAgentCoreControl.d.ts +193 -1
- package/dist-types/BedrockAgentCoreControlClient.d.ts +28 -7
- package/dist-types/commands/CreateAgentRuntimeCommand.d.ts +7 -4
- package/dist-types/commands/CreateAgentRuntimeEndpointCommand.d.ts +6 -4
- package/dist-types/commands/CreateApiKeyCredentialProviderCommand.d.ts +6 -4
- package/dist-types/commands/CreateBrowserCommand.d.ts +7 -4
- package/dist-types/commands/CreateBrowserProfileCommand.d.ts +6 -4
- package/dist-types/commands/CreateCodeInterpreterCommand.d.ts +7 -4
- package/dist-types/commands/CreateConfigurationBundleCommand.d.ts +6 -4
- package/dist-types/commands/CreateEvaluatorCommand.d.ts +6 -4
- package/dist-types/commands/CreateGatewayCommand.d.ts +6 -4
- package/dist-types/commands/CreateGatewayRuleCommand.d.ts +6 -4
- package/dist-types/commands/CreateGatewayTargetCommand.d.ts +6 -4
- package/dist-types/commands/CreateHarnessCommand.d.ts +8 -4
- package/dist-types/commands/CreateMemoryCommand.d.ts +6 -4
- package/dist-types/commands/CreateOauth2CredentialProviderCommand.d.ts +6 -4
- package/dist-types/commands/CreateOnlineEvaluationConfigCommand.d.ts +6 -4
- package/dist-types/commands/CreatePaymentConnectorCommand.d.ts +126 -0
- package/dist-types/commands/CreatePaymentCredentialProviderCommand.d.ts +149 -0
- package/dist-types/commands/CreatePaymentManagerCommand.d.ts +253 -0
- package/dist-types/commands/CreatePolicyCommand.d.ts +10 -8
- package/dist-types/commands/CreatePolicyEngineCommand.d.ts +8 -6
- package/dist-types/commands/CreateRegistryCommand.d.ts +6 -4
- package/dist-types/commands/CreateRegistryRecordCommand.d.ts +6 -4
- package/dist-types/commands/CreateWorkloadIdentityCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAgentRuntimeCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAgentRuntimeEndpointCommand.d.ts +6 -4
- package/dist-types/commands/DeleteApiKeyCredentialProviderCommand.d.ts +6 -4
- package/dist-types/commands/DeleteBrowserCommand.d.ts +6 -4
- package/dist-types/commands/DeleteBrowserProfileCommand.d.ts +6 -4
- package/dist-types/commands/DeleteCodeInterpreterCommand.d.ts +6 -4
- package/dist-types/commands/DeleteConfigurationBundleCommand.d.ts +6 -4
- package/dist-types/commands/DeleteEvaluatorCommand.d.ts +6 -4
- package/dist-types/commands/DeleteGatewayCommand.d.ts +6 -4
- package/dist-types/commands/DeleteGatewayRuleCommand.d.ts +6 -4
- package/dist-types/commands/DeleteGatewayTargetCommand.d.ts +6 -4
- package/dist-types/commands/DeleteHarnessCommand.d.ts +7 -4
- package/dist-types/commands/DeleteMemoryCommand.d.ts +6 -4
- package/dist-types/commands/DeleteOauth2CredentialProviderCommand.d.ts +6 -4
- package/dist-types/commands/DeleteOnlineEvaluationConfigCommand.d.ts +6 -4
- package/dist-types/commands/DeletePaymentConnectorCommand.d.ts +94 -0
- package/dist-types/commands/DeletePaymentCredentialProviderCommand.d.ts +92 -0
- package/dist-types/commands/DeletePaymentManagerCommand.d.ts +93 -0
- package/dist-types/commands/DeletePolicyCommand.d.ts +10 -8
- package/dist-types/commands/DeletePolicyEngineCommand.d.ts +8 -6
- package/dist-types/commands/DeleteRegistryCommand.d.ts +6 -4
- package/dist-types/commands/DeleteRegistryRecordCommand.d.ts +6 -4
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -4
- package/dist-types/commands/DeleteWorkloadIdentityCommand.d.ts +6 -4
- package/dist-types/commands/GetAgentRuntimeCommand.d.ts +7 -4
- package/dist-types/commands/GetAgentRuntimeEndpointCommand.d.ts +6 -4
- package/dist-types/commands/GetApiKeyCredentialProviderCommand.d.ts +6 -4
- package/dist-types/commands/GetBrowserCommand.d.ts +7 -4
- package/dist-types/commands/GetBrowserProfileCommand.d.ts +6 -4
- package/dist-types/commands/GetCodeInterpreterCommand.d.ts +7 -4
- package/dist-types/commands/GetConfigurationBundleCommand.d.ts +6 -4
- package/dist-types/commands/GetConfigurationBundleVersionCommand.d.ts +6 -4
- package/dist-types/commands/GetEvaluatorCommand.d.ts +6 -4
- package/dist-types/commands/GetGatewayCommand.d.ts +6 -4
- package/dist-types/commands/GetGatewayRuleCommand.d.ts +6 -4
- package/dist-types/commands/GetGatewayTargetCommand.d.ts +6 -4
- package/dist-types/commands/GetHarnessCommand.d.ts +7 -4
- package/dist-types/commands/GetMemoryCommand.d.ts +6 -4
- package/dist-types/commands/GetOauth2CredentialProviderCommand.d.ts +6 -4
- package/dist-types/commands/GetOnlineEvaluationConfigCommand.d.ts +6 -4
- package/dist-types/commands/GetPaymentConnectorCommand.d.ts +108 -0
- package/dist-types/commands/GetPaymentCredentialProviderCommand.d.ts +125 -0
- package/dist-types/commands/GetPaymentManagerCommand.d.ts +175 -0
- package/dist-types/commands/GetPolicyCommand.d.ts +10 -8
- package/dist-types/commands/GetPolicyEngineCommand.d.ts +8 -6
- package/dist-types/commands/GetPolicyEngineSummaryCommand.d.ts +97 -0
- package/dist-types/commands/GetPolicyGenerationCommand.d.ts +7 -5
- package/dist-types/commands/GetPolicyGenerationSummaryCommand.d.ts +102 -0
- package/dist-types/commands/GetPolicySummaryCommand.d.ts +98 -0
- package/dist-types/commands/GetRegistryCommand.d.ts +6 -4
- package/dist-types/commands/GetRegistryRecordCommand.d.ts +6 -4
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +6 -4
- package/dist-types/commands/GetTokenVaultCommand.d.ts +6 -4
- package/dist-types/commands/GetWorkloadIdentityCommand.d.ts +6 -4
- package/dist-types/commands/ListAgentRuntimeEndpointsCommand.d.ts +6 -4
- package/dist-types/commands/ListAgentRuntimeVersionsCommand.d.ts +6 -4
- package/dist-types/commands/ListAgentRuntimesCommand.d.ts +6 -4
- package/dist-types/commands/ListApiKeyCredentialProvidersCommand.d.ts +6 -4
- package/dist-types/commands/ListBrowserProfilesCommand.d.ts +6 -4
- package/dist-types/commands/ListBrowsersCommand.d.ts +6 -4
- package/dist-types/commands/ListCodeInterpretersCommand.d.ts +6 -4
- package/dist-types/commands/ListConfigurationBundleVersionsCommand.d.ts +6 -4
- package/dist-types/commands/ListConfigurationBundlesCommand.d.ts +6 -4
- package/dist-types/commands/ListEvaluatorsCommand.d.ts +6 -4
- package/dist-types/commands/ListGatewayRulesCommand.d.ts +6 -4
- package/dist-types/commands/ListGatewayTargetsCommand.d.ts +6 -4
- package/dist-types/commands/ListGatewaysCommand.d.ts +6 -4
- package/dist-types/commands/ListHarnessesCommand.d.ts +6 -4
- package/dist-types/commands/ListMemoriesCommand.d.ts +6 -4
- package/dist-types/commands/ListOauth2CredentialProvidersCommand.d.ts +6 -4
- package/dist-types/commands/ListOnlineEvaluationConfigsCommand.d.ts +6 -4
- package/dist-types/commands/ListPaymentConnectorsCommand.d.ts +99 -0
- package/dist-types/commands/ListPaymentCredentialProvidersCommand.d.ts +104 -0
- package/dist-types/commands/ListPaymentManagersCommand.d.ts +102 -0
- package/dist-types/commands/ListPoliciesCommand.d.ts +10 -8
- package/dist-types/commands/ListPolicyEngineSummariesCommand.d.ts +100 -0
- package/dist-types/commands/ListPolicyEnginesCommand.d.ts +8 -6
- package/dist-types/commands/ListPolicyGenerationAssetsCommand.d.ts +6 -4
- package/dist-types/commands/ListPolicyGenerationSummariesCommand.d.ts +108 -0
- package/dist-types/commands/ListPolicyGenerationsCommand.d.ts +7 -5
- package/dist-types/commands/ListPolicySummariesCommand.d.ts +105 -0
- package/dist-types/commands/ListRegistriesCommand.d.ts +8 -5
- package/dist-types/commands/ListRegistryRecordsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ListWorkloadIdentitiesCommand.d.ts +6 -4
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -4
- package/dist-types/commands/SetTokenVaultCMKCommand.d.ts +6 -4
- package/dist-types/commands/StartPolicyGenerationCommand.d.ts +7 -5
- package/dist-types/commands/SubmitRegistryRecordForApprovalCommand.d.ts +6 -4
- package/dist-types/commands/SynchronizeGatewayTargetsCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAgentRuntimeCommand.d.ts +7 -4
- package/dist-types/commands/UpdateAgentRuntimeEndpointCommand.d.ts +6 -4
- package/dist-types/commands/UpdateApiKeyCredentialProviderCommand.d.ts +6 -4
- package/dist-types/commands/UpdateConfigurationBundleCommand.d.ts +6 -4
- package/dist-types/commands/UpdateEvaluatorCommand.d.ts +6 -4
- package/dist-types/commands/UpdateGatewayCommand.d.ts +6 -4
- package/dist-types/commands/UpdateGatewayRuleCommand.d.ts +6 -4
- package/dist-types/commands/UpdateGatewayTargetCommand.d.ts +6 -4
- package/dist-types/commands/UpdateHarnessCommand.d.ts +8 -4
- package/dist-types/commands/UpdateMemoryCommand.d.ts +6 -4
- package/dist-types/commands/UpdateOauth2CredentialProviderCommand.d.ts +6 -4
- package/dist-types/commands/UpdateOnlineEvaluationConfigCommand.d.ts +6 -4
- package/dist-types/commands/UpdatePaymentConnectorCommand.d.ts +126 -0
- package/dist-types/commands/UpdatePaymentCredentialProviderCommand.d.ts +145 -0
- package/dist-types/commands/UpdatePaymentManagerCommand.d.ts +182 -0
- package/dist-types/commands/UpdatePolicyCommand.d.ts +10 -8
- package/dist-types/commands/UpdatePolicyEngineCommand.d.ts +8 -6
- package/dist-types/commands/UpdateRegistryCommand.d.ts +6 -4
- package/dist-types/commands/UpdateRegistryRecordCommand.d.ts +6 -4
- package/dist-types/commands/UpdateRegistryRecordStatusCommand.d.ts +6 -4
- package/dist-types/commands/UpdateWorkloadIdentityCommand.d.ts +6 -4
- package/dist-types/commands/index.d.ts +21 -0
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/BedrockAgentCoreControlServiceException.d.ts +1 -1
- package/dist-types/models/enums.d.ts +76 -0
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +15 -11
- package/dist-types/models/models_1.d.ts +1795 -239
- package/dist-types/pagination/ListPaymentConnectorsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListPaymentCredentialProvidersPaginator.d.ts +7 -0
- package/dist-types/pagination/ListPaymentManagersPaginator.d.ts +7 -0
- package/dist-types/pagination/ListPolicyEngineSummariesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListPolicyGenerationSummariesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListPolicySummariesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +6 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/schemas/schemas_0.d.ts +77 -0
- package/dist-types/ts3.4/BedrockAgentCoreControl.d.ts +403 -1
- package/dist-types/ts3.4/BedrockAgentCoreControlClient.d.ts +134 -14
- package/dist-types/ts3.4/commands/CreateAgentRuntimeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAgentRuntimeEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateApiKeyCredentialProviderCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateBrowserCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateBrowserProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateCodeInterpreterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateConfigurationBundleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateEvaluatorCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateGatewayCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateGatewayRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateGatewayTargetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateHarnessCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateMemoryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateOauth2CredentialProviderCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateOnlineEvaluationConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreatePaymentConnectorCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/CreatePaymentCredentialProviderCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/CreatePaymentManagerCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreatePolicyEngineCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateRegistryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateRegistryRecordCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateWorkloadIdentityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAgentRuntimeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAgentRuntimeEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteApiKeyCredentialProviderCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteBrowserCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteBrowserProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteCodeInterpreterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteConfigurationBundleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteEvaluatorCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteGatewayRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteGatewayTargetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteHarnessCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteMemoryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteOauth2CredentialProviderCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteOnlineEvaluationConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeletePaymentConnectorCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DeletePaymentCredentialProviderCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DeletePaymentManagerCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeletePolicyEngineCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteRegistryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteRegistryRecordCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteWorkloadIdentityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAgentRuntimeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAgentRuntimeEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetApiKeyCredentialProviderCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetBrowserCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetBrowserProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCodeInterpreterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetConfigurationBundleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetConfigurationBundleVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetEvaluatorCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetGatewayCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetGatewayRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetGatewayTargetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetHarnessCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetMemoryCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/GetOauth2CredentialProviderCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetOnlineEvaluationConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPaymentConnectorCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/GetPaymentCredentialProviderCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/GetPaymentManagerCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/GetPolicyEngineCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPolicyEngineSummaryCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/GetPolicyGenerationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPolicyGenerationSummaryCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/GetPolicySummaryCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/GetRegistryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetRegistryRecordCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTokenVaultCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetWorkloadIdentityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAgentRuntimeEndpointsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAgentRuntimeVersionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAgentRuntimesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListApiKeyCredentialProvidersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListBrowserProfilesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListBrowsersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListCodeInterpretersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListConfigurationBundleVersionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListConfigurationBundlesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListEvaluatorsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListGatewayRulesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListGatewayTargetsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListHarnessesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListMemoriesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListOauth2CredentialProvidersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListOnlineEvaluationConfigsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPaymentConnectorsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListPaymentCredentialProvidersCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListPaymentManagersCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPolicyEngineSummariesCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListPolicyEnginesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPolicyGenerationAssetsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPolicyGenerationSummariesCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListPolicyGenerationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPolicySummariesCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListRegistriesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListRegistryRecordsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListWorkloadIdentitiesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SetTokenVaultCMKCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartPolicyGenerationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SubmitRegistryRecordForApprovalCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SynchronizeGatewayTargetsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAgentRuntimeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAgentRuntimeEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateApiKeyCredentialProviderCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateConfigurationBundleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateEvaluatorCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateGatewayCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateGatewayRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateGatewayTargetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateHarnessCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateMemoryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateOauth2CredentialProviderCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateOnlineEvaluationConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdatePaymentConnectorCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UpdatePaymentCredentialProviderCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UpdatePaymentManagerCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UpdatePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdatePolicyEngineCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateRegistryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateRegistryRecordCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateRegistryRecordStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateWorkloadIdentityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/index.d.ts +21 -0
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/BedrockAgentCoreControlServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/enums.d.ts +40 -0
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +448 -20
- package/dist-types/ts3.4/pagination/ListPaymentConnectorsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListPaymentCredentialProvidersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListPaymentManagersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListPolicyEngineSummariesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListPolicyGenerationSummariesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListPolicySummariesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +6 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +77 -0
- package/dist-types/ts3.4/waiters/waitForMemoryCreated.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForPolicyActive.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForPolicyDeleted.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForPolicyEngineActive.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForPolicyEngineDeleted.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForPolicyGenerationCompleted.d.ts +1 -1
- package/dist-types/waiters/waitForMemoryCreated.d.ts +1 -1
- package/dist-types/waiters/waitForPolicyActive.d.ts +1 -1
- package/dist-types/waiters/waitForPolicyDeleted.d.ts +1 -1
- package/dist-types/waiters/waitForPolicyEngineActive.d.ts +1 -1
- package/dist-types/waiters/waitForPolicyEngineDeleted.d.ts +1 -1
- package/dist-types/waiters/waitForPolicyGenerationCompleted.d.ts +1 -1
- package/package.json +13 -35
|
@@ -15,6 +15,11 @@ import {
|
|
|
15
15
|
OnlineEvaluationConfigStatus,
|
|
16
16
|
OnlineEvaluationExecutionStatus,
|
|
17
17
|
OverrideType,
|
|
18
|
+
PaymentConnectorStatus,
|
|
19
|
+
PaymentConnectorType,
|
|
20
|
+
PaymentCredentialProviderVendorType,
|
|
21
|
+
PaymentManagerStatus,
|
|
22
|
+
PaymentsAuthorizerType,
|
|
18
23
|
PolicyEngineStatus,
|
|
19
24
|
PolicyGenerationStatus,
|
|
20
25
|
PolicyStatus,
|
|
@@ -65,6 +70,7 @@ import {
|
|
|
65
70
|
UpdatedAuthorizerConfiguration,
|
|
66
71
|
UserPreferenceOverrideConsolidationConfigurationInput,
|
|
67
72
|
UserPreferenceOverrideExtractionConfigurationInput,
|
|
73
|
+
WorkloadIdentityDetails,
|
|
68
74
|
} from "./models_0";
|
|
69
75
|
export interface SummaryMemoryStrategyInput {
|
|
70
76
|
name: string | undefined;
|
|
@@ -1438,6 +1444,331 @@ export interface UpdateOnlineEvaluationConfigResponse {
|
|
|
1438
1444
|
executionStatus: OnlineEvaluationExecutionStatus | undefined;
|
|
1439
1445
|
failureReason?: string | undefined;
|
|
1440
1446
|
}
|
|
1447
|
+
export interface CoinbaseCdpConfigurationInput {
|
|
1448
|
+
apiKeyId: string | undefined;
|
|
1449
|
+
apiKeySecret: string | undefined;
|
|
1450
|
+
walletSecret: string | undefined;
|
|
1451
|
+
}
|
|
1452
|
+
export interface StripePrivyConfigurationInput {
|
|
1453
|
+
appId: string | undefined;
|
|
1454
|
+
appSecret: string | undefined;
|
|
1455
|
+
authorizationPrivateKey: string | undefined;
|
|
1456
|
+
authorizationId: string | undefined;
|
|
1457
|
+
}
|
|
1458
|
+
export type PaymentProviderConfigurationInput =
|
|
1459
|
+
| PaymentProviderConfigurationInput.CoinbaseCdpConfigurationMember
|
|
1460
|
+
| PaymentProviderConfigurationInput.StripePrivyConfigurationMember
|
|
1461
|
+
| PaymentProviderConfigurationInput.$UnknownMember;
|
|
1462
|
+
export declare namespace PaymentProviderConfigurationInput {
|
|
1463
|
+
interface CoinbaseCdpConfigurationMember {
|
|
1464
|
+
coinbaseCdpConfiguration: CoinbaseCdpConfigurationInput;
|
|
1465
|
+
stripePrivyConfiguration?: never;
|
|
1466
|
+
$unknown?: never;
|
|
1467
|
+
}
|
|
1468
|
+
interface StripePrivyConfigurationMember {
|
|
1469
|
+
coinbaseCdpConfiguration?: never;
|
|
1470
|
+
stripePrivyConfiguration: StripePrivyConfigurationInput;
|
|
1471
|
+
$unknown?: never;
|
|
1472
|
+
}
|
|
1473
|
+
interface $UnknownMember {
|
|
1474
|
+
coinbaseCdpConfiguration?: never;
|
|
1475
|
+
stripePrivyConfiguration?: never;
|
|
1476
|
+
$unknown: [string, any];
|
|
1477
|
+
}
|
|
1478
|
+
interface Visitor<T> {
|
|
1479
|
+
coinbaseCdpConfiguration: (value: CoinbaseCdpConfigurationInput) => T;
|
|
1480
|
+
stripePrivyConfiguration: (value: StripePrivyConfigurationInput) => T;
|
|
1481
|
+
_: (name: string, value: any) => T;
|
|
1482
|
+
}
|
|
1483
|
+
}
|
|
1484
|
+
export interface CreatePaymentCredentialProviderRequest {
|
|
1485
|
+
name: string | undefined;
|
|
1486
|
+
credentialProviderVendor: PaymentCredentialProviderVendorType | undefined;
|
|
1487
|
+
providerConfigurationInput: PaymentProviderConfigurationInput | undefined;
|
|
1488
|
+
tags?: Record<string, string> | undefined;
|
|
1489
|
+
}
|
|
1490
|
+
export interface CoinbaseCdpConfigurationOutput {
|
|
1491
|
+
apiKeyId: string | undefined;
|
|
1492
|
+
apiKeySecretArn: Secret | undefined;
|
|
1493
|
+
walletSecretArn: Secret | undefined;
|
|
1494
|
+
}
|
|
1495
|
+
export interface StripePrivyConfigurationOutput {
|
|
1496
|
+
appId: string | undefined;
|
|
1497
|
+
appSecretArn: Secret | undefined;
|
|
1498
|
+
authorizationPrivateKeyArn: Secret | undefined;
|
|
1499
|
+
authorizationId: string | undefined;
|
|
1500
|
+
}
|
|
1501
|
+
export type PaymentProviderConfigurationOutput =
|
|
1502
|
+
| PaymentProviderConfigurationOutput.CoinbaseCdpConfigurationMember
|
|
1503
|
+
| PaymentProviderConfigurationOutput.StripePrivyConfigurationMember
|
|
1504
|
+
| PaymentProviderConfigurationOutput.$UnknownMember;
|
|
1505
|
+
export declare namespace PaymentProviderConfigurationOutput {
|
|
1506
|
+
interface CoinbaseCdpConfigurationMember {
|
|
1507
|
+
coinbaseCdpConfiguration: CoinbaseCdpConfigurationOutput;
|
|
1508
|
+
stripePrivyConfiguration?: never;
|
|
1509
|
+
$unknown?: never;
|
|
1510
|
+
}
|
|
1511
|
+
interface StripePrivyConfigurationMember {
|
|
1512
|
+
coinbaseCdpConfiguration?: never;
|
|
1513
|
+
stripePrivyConfiguration: StripePrivyConfigurationOutput;
|
|
1514
|
+
$unknown?: never;
|
|
1515
|
+
}
|
|
1516
|
+
interface $UnknownMember {
|
|
1517
|
+
coinbaseCdpConfiguration?: never;
|
|
1518
|
+
stripePrivyConfiguration?: never;
|
|
1519
|
+
$unknown: [string, any];
|
|
1520
|
+
}
|
|
1521
|
+
interface Visitor<T> {
|
|
1522
|
+
coinbaseCdpConfiguration: (value: CoinbaseCdpConfigurationOutput) => T;
|
|
1523
|
+
stripePrivyConfiguration: (value: StripePrivyConfigurationOutput) => T;
|
|
1524
|
+
_: (name: string, value: any) => T;
|
|
1525
|
+
}
|
|
1526
|
+
}
|
|
1527
|
+
export interface CreatePaymentCredentialProviderResponse {
|
|
1528
|
+
name: string | undefined;
|
|
1529
|
+
credentialProviderVendor: PaymentCredentialProviderVendorType | undefined;
|
|
1530
|
+
credentialProviderArn: string | undefined;
|
|
1531
|
+
providerConfigurationOutput: PaymentProviderConfigurationOutput | undefined;
|
|
1532
|
+
}
|
|
1533
|
+
export interface DeletePaymentCredentialProviderRequest {
|
|
1534
|
+
name: string | undefined;
|
|
1535
|
+
}
|
|
1536
|
+
export interface DeletePaymentCredentialProviderResponse {}
|
|
1537
|
+
export interface GetPaymentCredentialProviderRequest {
|
|
1538
|
+
name: string | undefined;
|
|
1539
|
+
}
|
|
1540
|
+
export interface GetPaymentCredentialProviderResponse {
|
|
1541
|
+
name: string | undefined;
|
|
1542
|
+
credentialProviderArn: string | undefined;
|
|
1543
|
+
credentialProviderVendor: PaymentCredentialProviderVendorType | undefined;
|
|
1544
|
+
providerConfigurationOutput: PaymentProviderConfigurationOutput | undefined;
|
|
1545
|
+
createdTime: Date | undefined;
|
|
1546
|
+
lastUpdatedTime: Date | undefined;
|
|
1547
|
+
tags?: Record<string, string> | undefined;
|
|
1548
|
+
}
|
|
1549
|
+
export interface ListPaymentCredentialProvidersRequest {
|
|
1550
|
+
nextToken?: string | undefined;
|
|
1551
|
+
maxResults?: number | undefined;
|
|
1552
|
+
}
|
|
1553
|
+
export interface PaymentCredentialProviderItem {
|
|
1554
|
+
name: string | undefined;
|
|
1555
|
+
credentialProviderVendor: PaymentCredentialProviderVendorType | undefined;
|
|
1556
|
+
credentialProviderArn: string | undefined;
|
|
1557
|
+
createdTime: Date | undefined;
|
|
1558
|
+
lastUpdatedTime: Date | undefined;
|
|
1559
|
+
}
|
|
1560
|
+
export interface ListPaymentCredentialProvidersResponse {
|
|
1561
|
+
credentialProviders: PaymentCredentialProviderItem[] | undefined;
|
|
1562
|
+
nextToken?: string | undefined;
|
|
1563
|
+
}
|
|
1564
|
+
export interface UpdatePaymentCredentialProviderRequest {
|
|
1565
|
+
name: string | undefined;
|
|
1566
|
+
credentialProviderVendor: PaymentCredentialProviderVendorType | undefined;
|
|
1567
|
+
providerConfigurationInput: PaymentProviderConfigurationInput | undefined;
|
|
1568
|
+
}
|
|
1569
|
+
export interface UpdatePaymentCredentialProviderResponse {
|
|
1570
|
+
name: string | undefined;
|
|
1571
|
+
credentialProviderVendor: PaymentCredentialProviderVendorType | undefined;
|
|
1572
|
+
credentialProviderArn: string | undefined;
|
|
1573
|
+
providerConfigurationOutput: PaymentProviderConfigurationOutput | undefined;
|
|
1574
|
+
createdTime: Date | undefined;
|
|
1575
|
+
lastUpdatedTime: Date | undefined;
|
|
1576
|
+
}
|
|
1577
|
+
export interface CreatePaymentManagerRequest {
|
|
1578
|
+
name: string | undefined;
|
|
1579
|
+
description?: string | undefined;
|
|
1580
|
+
authorizerType: PaymentsAuthorizerType | undefined;
|
|
1581
|
+
authorizerConfiguration?: AuthorizerConfiguration | undefined;
|
|
1582
|
+
roleArn: string | undefined;
|
|
1583
|
+
clientToken?: string | undefined;
|
|
1584
|
+
tags?: Record<string, string> | undefined;
|
|
1585
|
+
}
|
|
1586
|
+
export interface CreatePaymentManagerResponse {
|
|
1587
|
+
paymentManagerArn: string | undefined;
|
|
1588
|
+
paymentManagerId: string | undefined;
|
|
1589
|
+
name: string | undefined;
|
|
1590
|
+
authorizerType: PaymentsAuthorizerType | undefined;
|
|
1591
|
+
authorizerConfiguration?: AuthorizerConfiguration | undefined;
|
|
1592
|
+
roleArn: string | undefined;
|
|
1593
|
+
workloadIdentityDetails?: WorkloadIdentityDetails | undefined;
|
|
1594
|
+
createdAt: Date | undefined;
|
|
1595
|
+
status: PaymentManagerStatus | undefined;
|
|
1596
|
+
tags?: Record<string, string> | undefined;
|
|
1597
|
+
}
|
|
1598
|
+
export interface DeletePaymentManagerRequest {
|
|
1599
|
+
paymentManagerId: string | undefined;
|
|
1600
|
+
clientToken?: string | undefined;
|
|
1601
|
+
}
|
|
1602
|
+
export interface DeletePaymentManagerResponse {
|
|
1603
|
+
status: PaymentManagerStatus | undefined;
|
|
1604
|
+
paymentManagerId?: string | undefined;
|
|
1605
|
+
}
|
|
1606
|
+
export interface GetPaymentManagerRequest {
|
|
1607
|
+
paymentManagerId: string | undefined;
|
|
1608
|
+
}
|
|
1609
|
+
export interface GetPaymentManagerResponse {
|
|
1610
|
+
paymentManagerArn: string | undefined;
|
|
1611
|
+
paymentManagerId: string | undefined;
|
|
1612
|
+
name: string | undefined;
|
|
1613
|
+
description?: string | undefined;
|
|
1614
|
+
authorizerType: PaymentsAuthorizerType | undefined;
|
|
1615
|
+
authorizerConfiguration?: AuthorizerConfiguration | undefined;
|
|
1616
|
+
roleArn: string | undefined;
|
|
1617
|
+
workloadIdentityDetails?: WorkloadIdentityDetails | undefined;
|
|
1618
|
+
createdAt: Date | undefined;
|
|
1619
|
+
lastUpdatedAt: Date | undefined;
|
|
1620
|
+
status: PaymentManagerStatus | undefined;
|
|
1621
|
+
tags?: Record<string, string> | undefined;
|
|
1622
|
+
}
|
|
1623
|
+
export interface ListPaymentManagersRequest {
|
|
1624
|
+
maxResults?: number | undefined;
|
|
1625
|
+
nextToken?: string | undefined;
|
|
1626
|
+
}
|
|
1627
|
+
export interface PaymentManagerSummary {
|
|
1628
|
+
paymentManagerArn: string | undefined;
|
|
1629
|
+
paymentManagerId: string | undefined;
|
|
1630
|
+
name: string | undefined;
|
|
1631
|
+
description?: string | undefined;
|
|
1632
|
+
authorizerType: PaymentsAuthorizerType | undefined;
|
|
1633
|
+
roleArn: string | undefined;
|
|
1634
|
+
status: PaymentManagerStatus | undefined;
|
|
1635
|
+
createdAt?: Date | undefined;
|
|
1636
|
+
lastUpdatedAt: Date | undefined;
|
|
1637
|
+
}
|
|
1638
|
+
export interface ListPaymentManagersResponse {
|
|
1639
|
+
paymentManagers: PaymentManagerSummary[] | undefined;
|
|
1640
|
+
nextToken?: string | undefined;
|
|
1641
|
+
}
|
|
1642
|
+
export interface PaymentCredentialProviderConfiguration {
|
|
1643
|
+
credentialProviderArn: string | undefined;
|
|
1644
|
+
}
|
|
1645
|
+
export type CredentialsProviderConfiguration =
|
|
1646
|
+
| CredentialsProviderConfiguration.CoinbaseCDPMember
|
|
1647
|
+
| CredentialsProviderConfiguration.StripePrivyMember
|
|
1648
|
+
| CredentialsProviderConfiguration.$UnknownMember;
|
|
1649
|
+
export declare namespace CredentialsProviderConfiguration {
|
|
1650
|
+
interface CoinbaseCDPMember {
|
|
1651
|
+
coinbaseCDP: PaymentCredentialProviderConfiguration;
|
|
1652
|
+
stripePrivy?: never;
|
|
1653
|
+
$unknown?: never;
|
|
1654
|
+
}
|
|
1655
|
+
interface StripePrivyMember {
|
|
1656
|
+
coinbaseCDP?: never;
|
|
1657
|
+
stripePrivy: PaymentCredentialProviderConfiguration;
|
|
1658
|
+
$unknown?: never;
|
|
1659
|
+
}
|
|
1660
|
+
interface $UnknownMember {
|
|
1661
|
+
coinbaseCDP?: never;
|
|
1662
|
+
stripePrivy?: never;
|
|
1663
|
+
$unknown: [string, any];
|
|
1664
|
+
}
|
|
1665
|
+
interface Visitor<T> {
|
|
1666
|
+
coinbaseCDP: (value: PaymentCredentialProviderConfiguration) => T;
|
|
1667
|
+
stripePrivy: (value: PaymentCredentialProviderConfiguration) => T;
|
|
1668
|
+
_: (name: string, value: any) => T;
|
|
1669
|
+
}
|
|
1670
|
+
}
|
|
1671
|
+
export interface CreatePaymentConnectorRequest {
|
|
1672
|
+
paymentManagerId: string | undefined;
|
|
1673
|
+
name: string | undefined;
|
|
1674
|
+
description?: string | undefined;
|
|
1675
|
+
type: PaymentConnectorType | undefined;
|
|
1676
|
+
credentialProviderConfigurations:
|
|
1677
|
+
| CredentialsProviderConfiguration[]
|
|
1678
|
+
| undefined;
|
|
1679
|
+
clientToken?: string | undefined;
|
|
1680
|
+
}
|
|
1681
|
+
export interface CreatePaymentConnectorResponse {
|
|
1682
|
+
paymentConnectorId: string | undefined;
|
|
1683
|
+
paymentManagerId: string | undefined;
|
|
1684
|
+
name: string | undefined;
|
|
1685
|
+
type: PaymentConnectorType | undefined;
|
|
1686
|
+
credentialProviderConfigurations:
|
|
1687
|
+
| CredentialsProviderConfiguration[]
|
|
1688
|
+
| undefined;
|
|
1689
|
+
createdAt: Date | undefined;
|
|
1690
|
+
status: PaymentConnectorStatus | undefined;
|
|
1691
|
+
}
|
|
1692
|
+
export interface DeletePaymentConnectorRequest {
|
|
1693
|
+
paymentManagerId: string | undefined;
|
|
1694
|
+
paymentConnectorId: string | undefined;
|
|
1695
|
+
clientToken?: string | undefined;
|
|
1696
|
+
}
|
|
1697
|
+
export interface DeletePaymentConnectorResponse {
|
|
1698
|
+
status: PaymentConnectorStatus | undefined;
|
|
1699
|
+
paymentConnectorId?: string | undefined;
|
|
1700
|
+
}
|
|
1701
|
+
export interface GetPaymentConnectorRequest {
|
|
1702
|
+
paymentManagerId: string | undefined;
|
|
1703
|
+
paymentConnectorId: string | undefined;
|
|
1704
|
+
}
|
|
1705
|
+
export interface GetPaymentConnectorResponse {
|
|
1706
|
+
paymentConnectorId: string | undefined;
|
|
1707
|
+
name: string | undefined;
|
|
1708
|
+
description?: string | undefined;
|
|
1709
|
+
type: PaymentConnectorType | undefined;
|
|
1710
|
+
credentialProviderConfigurations:
|
|
1711
|
+
| CredentialsProviderConfiguration[]
|
|
1712
|
+
| undefined;
|
|
1713
|
+
createdAt: Date | undefined;
|
|
1714
|
+
lastUpdatedAt: Date | undefined;
|
|
1715
|
+
status: PaymentConnectorStatus | undefined;
|
|
1716
|
+
}
|
|
1717
|
+
export interface ListPaymentConnectorsRequest {
|
|
1718
|
+
paymentManagerId: string | undefined;
|
|
1719
|
+
maxResults?: number | undefined;
|
|
1720
|
+
nextToken?: string | undefined;
|
|
1721
|
+
}
|
|
1722
|
+
export interface PaymentConnectorSummary {
|
|
1723
|
+
paymentConnectorId: string | undefined;
|
|
1724
|
+
name: string | undefined;
|
|
1725
|
+
type: PaymentConnectorType | undefined;
|
|
1726
|
+
status: PaymentConnectorStatus | undefined;
|
|
1727
|
+
lastUpdatedAt: Date | undefined;
|
|
1728
|
+
}
|
|
1729
|
+
export interface ListPaymentConnectorsResponse {
|
|
1730
|
+
paymentConnectors: PaymentConnectorSummary[] | undefined;
|
|
1731
|
+
nextToken?: string | undefined;
|
|
1732
|
+
}
|
|
1733
|
+
export interface UpdatePaymentConnectorRequest {
|
|
1734
|
+
paymentManagerId: string | undefined;
|
|
1735
|
+
paymentConnectorId: string | undefined;
|
|
1736
|
+
description?: string | undefined;
|
|
1737
|
+
type?: PaymentConnectorType | undefined;
|
|
1738
|
+
credentialProviderConfigurations?:
|
|
1739
|
+
| CredentialsProviderConfiguration[]
|
|
1740
|
+
| undefined;
|
|
1741
|
+
clientToken?: string | undefined;
|
|
1742
|
+
}
|
|
1743
|
+
export interface UpdatePaymentConnectorResponse {
|
|
1744
|
+
paymentConnectorId: string | undefined;
|
|
1745
|
+
paymentManagerId: string | undefined;
|
|
1746
|
+
name: string | undefined;
|
|
1747
|
+
type: PaymentConnectorType | undefined;
|
|
1748
|
+
credentialProviderConfigurations:
|
|
1749
|
+
| CredentialsProviderConfiguration[]
|
|
1750
|
+
| undefined;
|
|
1751
|
+
lastUpdatedAt: Date | undefined;
|
|
1752
|
+
status: PaymentConnectorStatus | undefined;
|
|
1753
|
+
}
|
|
1754
|
+
export interface UpdatePaymentManagerRequest {
|
|
1755
|
+
paymentManagerId: string | undefined;
|
|
1756
|
+
description?: string | undefined;
|
|
1757
|
+
authorizerType?: PaymentsAuthorizerType | undefined;
|
|
1758
|
+
authorizerConfiguration?: AuthorizerConfiguration | undefined;
|
|
1759
|
+
roleArn?: string | undefined;
|
|
1760
|
+
clientToken?: string | undefined;
|
|
1761
|
+
}
|
|
1762
|
+
export interface UpdatePaymentManagerResponse {
|
|
1763
|
+
paymentManagerArn: string | undefined;
|
|
1764
|
+
paymentManagerId: string | undefined;
|
|
1765
|
+
name: string | undefined;
|
|
1766
|
+
authorizerType: PaymentsAuthorizerType | undefined;
|
|
1767
|
+
roleArn: string | undefined;
|
|
1768
|
+
workloadIdentityDetails?: WorkloadIdentityDetails | undefined;
|
|
1769
|
+
lastUpdatedAt: Date | undefined;
|
|
1770
|
+
status: PaymentManagerStatus | undefined;
|
|
1771
|
+
}
|
|
1441
1772
|
export interface CreatePolicyEngineRequest {
|
|
1442
1773
|
name: string | undefined;
|
|
1443
1774
|
description?: string | undefined;
|
|
@@ -1448,13 +1779,13 @@ export interface CreatePolicyEngineRequest {
|
|
|
1448
1779
|
export interface CreatePolicyEngineResponse {
|
|
1449
1780
|
policyEngineId: string | undefined;
|
|
1450
1781
|
name: string | undefined;
|
|
1451
|
-
description?: string | undefined;
|
|
1452
1782
|
createdAt: Date | undefined;
|
|
1453
1783
|
updatedAt: Date | undefined;
|
|
1454
1784
|
policyEngineArn: string | undefined;
|
|
1455
1785
|
status: PolicyEngineStatus | undefined;
|
|
1456
|
-
statusReasons: string[] | undefined;
|
|
1457
1786
|
encryptionKeyArn?: string | undefined;
|
|
1787
|
+
description?: string | undefined;
|
|
1788
|
+
statusReasons: string[] | undefined;
|
|
1458
1789
|
}
|
|
1459
1790
|
export interface DeletePolicyEngineRequest {
|
|
1460
1791
|
policyEngineId: string | undefined;
|
|
@@ -1462,13 +1793,13 @@ export interface DeletePolicyEngineRequest {
|
|
|
1462
1793
|
export interface DeletePolicyEngineResponse {
|
|
1463
1794
|
policyEngineId: string | undefined;
|
|
1464
1795
|
name: string | undefined;
|
|
1465
|
-
description?: string | undefined;
|
|
1466
1796
|
createdAt: Date | undefined;
|
|
1467
1797
|
updatedAt: Date | undefined;
|
|
1468
1798
|
policyEngineArn: string | undefined;
|
|
1469
1799
|
status: PolicyEngineStatus | undefined;
|
|
1470
|
-
statusReasons: string[] | undefined;
|
|
1471
1800
|
encryptionKeyArn?: string | undefined;
|
|
1801
|
+
description?: string | undefined;
|
|
1802
|
+
statusReasons: string[] | undefined;
|
|
1472
1803
|
}
|
|
1473
1804
|
export interface GetPolicyEngineRequest {
|
|
1474
1805
|
policyEngineId: string | undefined;
|
|
@@ -1476,12 +1807,24 @@ export interface GetPolicyEngineRequest {
|
|
|
1476
1807
|
export interface GetPolicyEngineResponse {
|
|
1477
1808
|
policyEngineId: string | undefined;
|
|
1478
1809
|
name: string | undefined;
|
|
1479
|
-
description?: string | undefined;
|
|
1480
1810
|
createdAt: Date | undefined;
|
|
1481
1811
|
updatedAt: Date | undefined;
|
|
1482
1812
|
policyEngineArn: string | undefined;
|
|
1483
1813
|
status: PolicyEngineStatus | undefined;
|
|
1814
|
+
encryptionKeyArn?: string | undefined;
|
|
1815
|
+
description?: string | undefined;
|
|
1484
1816
|
statusReasons: string[] | undefined;
|
|
1817
|
+
}
|
|
1818
|
+
export interface GetPolicyEngineSummaryRequest {
|
|
1819
|
+
policyEngineId: string | undefined;
|
|
1820
|
+
}
|
|
1821
|
+
export interface GetPolicyEngineSummaryResponse {
|
|
1822
|
+
policyEngineId: string | undefined;
|
|
1823
|
+
name: string | undefined;
|
|
1824
|
+
createdAt: Date | undefined;
|
|
1825
|
+
updatedAt: Date | undefined;
|
|
1826
|
+
policyEngineArn: string | undefined;
|
|
1827
|
+
status: PolicyEngineStatus | undefined;
|
|
1485
1828
|
encryptionKeyArn?: string | undefined;
|
|
1486
1829
|
}
|
|
1487
1830
|
export interface ListPolicyEnginesRequest {
|
|
@@ -1491,18 +1834,35 @@ export interface ListPolicyEnginesRequest {
|
|
|
1491
1834
|
export interface PolicyEngine {
|
|
1492
1835
|
policyEngineId: string | undefined;
|
|
1493
1836
|
name: string | undefined;
|
|
1494
|
-
description?: string | undefined;
|
|
1495
1837
|
createdAt: Date | undefined;
|
|
1496
1838
|
updatedAt: Date | undefined;
|
|
1497
1839
|
policyEngineArn: string | undefined;
|
|
1498
1840
|
status: PolicyEngineStatus | undefined;
|
|
1499
|
-
statusReasons: string[] | undefined;
|
|
1500
1841
|
encryptionKeyArn?: string | undefined;
|
|
1842
|
+
description?: string | undefined;
|
|
1843
|
+
statusReasons: string[] | undefined;
|
|
1501
1844
|
}
|
|
1502
1845
|
export interface ListPolicyEnginesResponse {
|
|
1503
1846
|
policyEngines: PolicyEngine[] | undefined;
|
|
1504
1847
|
nextToken?: string | undefined;
|
|
1505
1848
|
}
|
|
1849
|
+
export interface ListPolicyEngineSummariesRequest {
|
|
1850
|
+
nextToken?: string | undefined;
|
|
1851
|
+
maxResults?: number | undefined;
|
|
1852
|
+
}
|
|
1853
|
+
export interface PolicyEngineSummary {
|
|
1854
|
+
policyEngineId: string | undefined;
|
|
1855
|
+
name: string | undefined;
|
|
1856
|
+
createdAt: Date | undefined;
|
|
1857
|
+
updatedAt: Date | undefined;
|
|
1858
|
+
policyEngineArn: string | undefined;
|
|
1859
|
+
status: PolicyEngineStatus | undefined;
|
|
1860
|
+
encryptionKeyArn?: string | undefined;
|
|
1861
|
+
}
|
|
1862
|
+
export interface ListPolicyEngineSummariesResponse {
|
|
1863
|
+
policyEngines: PolicyEngineSummary[] | undefined;
|
|
1864
|
+
nextToken?: string | undefined;
|
|
1865
|
+
}
|
|
1506
1866
|
export interface UpdatedDescription {
|
|
1507
1867
|
optionalValue?: string | undefined;
|
|
1508
1868
|
}
|
|
@@ -1513,13 +1873,13 @@ export interface UpdatePolicyEngineRequest {
|
|
|
1513
1873
|
export interface UpdatePolicyEngineResponse {
|
|
1514
1874
|
policyEngineId: string | undefined;
|
|
1515
1875
|
name: string | undefined;
|
|
1516
|
-
description?: string | undefined;
|
|
1517
1876
|
createdAt: Date | undefined;
|
|
1518
1877
|
updatedAt: Date | undefined;
|
|
1519
1878
|
policyEngineArn: string | undefined;
|
|
1520
1879
|
status: PolicyEngineStatus | undefined;
|
|
1521
|
-
statusReasons: string[] | undefined;
|
|
1522
1880
|
encryptionKeyArn?: string | undefined;
|
|
1881
|
+
description?: string | undefined;
|
|
1882
|
+
statusReasons: string[] | undefined;
|
|
1523
1883
|
}
|
|
1524
1884
|
export interface GetPolicyGenerationRequest {
|
|
1525
1885
|
policyGenerationId: string | undefined;
|
|
@@ -1549,7 +1909,22 @@ export interface GetPolicyGenerationResponse {
|
|
|
1549
1909
|
createdAt: Date | undefined;
|
|
1550
1910
|
updatedAt: Date | undefined;
|
|
1551
1911
|
status: PolicyGenerationStatus | undefined;
|
|
1912
|
+
findings?: string | undefined;
|
|
1552
1913
|
statusReasons: string[] | undefined;
|
|
1914
|
+
}
|
|
1915
|
+
export interface GetPolicyGenerationSummaryRequest {
|
|
1916
|
+
policyGenerationId: string | undefined;
|
|
1917
|
+
policyEngineId: string | undefined;
|
|
1918
|
+
}
|
|
1919
|
+
export interface GetPolicyGenerationSummaryResponse {
|
|
1920
|
+
policyEngineId: string | undefined;
|
|
1921
|
+
policyGenerationId: string | undefined;
|
|
1922
|
+
name: string | undefined;
|
|
1923
|
+
policyGenerationArn: string | undefined;
|
|
1924
|
+
resource: Resource | undefined;
|
|
1925
|
+
createdAt: Date | undefined;
|
|
1926
|
+
updatedAt: Date | undefined;
|
|
1927
|
+
status: PolicyGenerationStatus | undefined;
|
|
1553
1928
|
findings?: string | undefined;
|
|
1554
1929
|
}
|
|
1555
1930
|
export interface ListPolicyGenerationAssetsRequest {
|
|
@@ -1619,13 +1994,33 @@ export interface PolicyGeneration {
|
|
|
1619
1994
|
createdAt: Date | undefined;
|
|
1620
1995
|
updatedAt: Date | undefined;
|
|
1621
1996
|
status: PolicyGenerationStatus | undefined;
|
|
1622
|
-
statusReasons: string[] | undefined;
|
|
1623
1997
|
findings?: string | undefined;
|
|
1998
|
+
statusReasons: string[] | undefined;
|
|
1624
1999
|
}
|
|
1625
2000
|
export interface ListPolicyGenerationsResponse {
|
|
1626
2001
|
policyGenerations: PolicyGeneration[] | undefined;
|
|
1627
2002
|
nextToken?: string | undefined;
|
|
1628
2003
|
}
|
|
2004
|
+
export interface ListPolicyGenerationSummariesRequest {
|
|
2005
|
+
nextToken?: string | undefined;
|
|
2006
|
+
maxResults?: number | undefined;
|
|
2007
|
+
policyEngineId: string | undefined;
|
|
2008
|
+
}
|
|
2009
|
+
export interface PolicyGenerationSummary {
|
|
2010
|
+
policyEngineId: string | undefined;
|
|
2011
|
+
policyGenerationId: string | undefined;
|
|
2012
|
+
name: string | undefined;
|
|
2013
|
+
policyGenerationArn: string | undefined;
|
|
2014
|
+
resource: Resource | undefined;
|
|
2015
|
+
createdAt: Date | undefined;
|
|
2016
|
+
updatedAt: Date | undefined;
|
|
2017
|
+
status: PolicyGenerationStatus | undefined;
|
|
2018
|
+
findings?: string | undefined;
|
|
2019
|
+
}
|
|
2020
|
+
export interface ListPolicyGenerationSummariesResponse {
|
|
2021
|
+
policyGenerations: PolicyGenerationSummary[] | undefined;
|
|
2022
|
+
nextToken?: string | undefined;
|
|
2023
|
+
}
|
|
1629
2024
|
export type Content = Content.RawTextMember | Content.$UnknownMember;
|
|
1630
2025
|
export declare namespace Content {
|
|
1631
2026
|
interface RawTextMember {
|
|
@@ -1657,8 +2052,8 @@ export interface StartPolicyGenerationResponse {
|
|
|
1657
2052
|
createdAt: Date | undefined;
|
|
1658
2053
|
updatedAt: Date | undefined;
|
|
1659
2054
|
status: PolicyGenerationStatus | undefined;
|
|
1660
|
-
statusReasons: string[] | undefined;
|
|
1661
2055
|
findings?: string | undefined;
|
|
2056
|
+
statusReasons: string[] | undefined;
|
|
1662
2057
|
}
|
|
1663
2058
|
export interface CreatePolicyRequest {
|
|
1664
2059
|
name: string | undefined;
|
|
@@ -1672,12 +2067,12 @@ export interface CreatePolicyResponse {
|
|
|
1672
2067
|
policyId: string | undefined;
|
|
1673
2068
|
name: string | undefined;
|
|
1674
2069
|
policyEngineId: string | undefined;
|
|
1675
|
-
definition: PolicyDefinition | undefined;
|
|
1676
|
-
description?: string | undefined;
|
|
1677
2070
|
createdAt: Date | undefined;
|
|
1678
2071
|
updatedAt: Date | undefined;
|
|
1679
2072
|
policyArn: string | undefined;
|
|
1680
2073
|
status: PolicyStatus | undefined;
|
|
2074
|
+
definition: PolicyDefinition | undefined;
|
|
2075
|
+
description?: string | undefined;
|
|
1681
2076
|
statusReasons: string[] | undefined;
|
|
1682
2077
|
}
|
|
1683
2078
|
export interface DeletePolicyRequest {
|
|
@@ -1688,12 +2083,12 @@ export interface DeletePolicyResponse {
|
|
|
1688
2083
|
policyId: string | undefined;
|
|
1689
2084
|
name: string | undefined;
|
|
1690
2085
|
policyEngineId: string | undefined;
|
|
1691
|
-
definition: PolicyDefinition | undefined;
|
|
1692
|
-
description?: string | undefined;
|
|
1693
2086
|
createdAt: Date | undefined;
|
|
1694
2087
|
updatedAt: Date | undefined;
|
|
1695
2088
|
policyArn: string | undefined;
|
|
1696
2089
|
status: PolicyStatus | undefined;
|
|
2090
|
+
definition: PolicyDefinition | undefined;
|
|
2091
|
+
description?: string | undefined;
|
|
1697
2092
|
statusReasons: string[] | undefined;
|
|
1698
2093
|
}
|
|
1699
2094
|
export interface GetPolicyRequest {
|
|
@@ -1704,13 +2099,26 @@ export interface GetPolicyResponse {
|
|
|
1704
2099
|
policyId: string | undefined;
|
|
1705
2100
|
name: string | undefined;
|
|
1706
2101
|
policyEngineId: string | undefined;
|
|
2102
|
+
createdAt: Date | undefined;
|
|
2103
|
+
updatedAt: Date | undefined;
|
|
2104
|
+
policyArn: string | undefined;
|
|
2105
|
+
status: PolicyStatus | undefined;
|
|
1707
2106
|
definition: PolicyDefinition | undefined;
|
|
1708
2107
|
description?: string | undefined;
|
|
2108
|
+
statusReasons: string[] | undefined;
|
|
2109
|
+
}
|
|
2110
|
+
export interface GetPolicySummaryRequest {
|
|
2111
|
+
policyEngineId: string | undefined;
|
|
2112
|
+
policyId: string | undefined;
|
|
2113
|
+
}
|
|
2114
|
+
export interface GetPolicySummaryResponse {
|
|
2115
|
+
policyId: string | undefined;
|
|
2116
|
+
name: string | undefined;
|
|
2117
|
+
policyEngineId: string | undefined;
|
|
1709
2118
|
createdAt: Date | undefined;
|
|
1710
2119
|
updatedAt: Date | undefined;
|
|
1711
2120
|
policyArn: string | undefined;
|
|
1712
2121
|
status: PolicyStatus | undefined;
|
|
1713
|
-
statusReasons: string[] | undefined;
|
|
1714
2122
|
}
|
|
1715
2123
|
export interface ListPoliciesRequest {
|
|
1716
2124
|
nextToken?: string | undefined;
|
|
@@ -1722,18 +2130,37 @@ export interface Policy {
|
|
|
1722
2130
|
policyId: string | undefined;
|
|
1723
2131
|
name: string | undefined;
|
|
1724
2132
|
policyEngineId: string | undefined;
|
|
1725
|
-
definition: PolicyDefinition | undefined;
|
|
1726
|
-
description?: string | undefined;
|
|
1727
2133
|
createdAt: Date | undefined;
|
|
1728
2134
|
updatedAt: Date | undefined;
|
|
1729
2135
|
policyArn: string | undefined;
|
|
1730
2136
|
status: PolicyStatus | undefined;
|
|
2137
|
+
definition: PolicyDefinition | undefined;
|
|
2138
|
+
description?: string | undefined;
|
|
1731
2139
|
statusReasons: string[] | undefined;
|
|
1732
2140
|
}
|
|
1733
2141
|
export interface ListPoliciesResponse {
|
|
1734
2142
|
policies: Policy[] | undefined;
|
|
1735
2143
|
nextToken?: string | undefined;
|
|
1736
2144
|
}
|
|
2145
|
+
export interface ListPolicySummariesRequest {
|
|
2146
|
+
nextToken?: string | undefined;
|
|
2147
|
+
maxResults?: number | undefined;
|
|
2148
|
+
policyEngineId: string | undefined;
|
|
2149
|
+
targetResourceScope?: string | undefined;
|
|
2150
|
+
}
|
|
2151
|
+
export interface PolicySummary {
|
|
2152
|
+
policyId: string | undefined;
|
|
2153
|
+
name: string | undefined;
|
|
2154
|
+
policyEngineId: string | undefined;
|
|
2155
|
+
createdAt: Date | undefined;
|
|
2156
|
+
updatedAt: Date | undefined;
|
|
2157
|
+
policyArn: string | undefined;
|
|
2158
|
+
status: PolicyStatus | undefined;
|
|
2159
|
+
}
|
|
2160
|
+
export interface ListPolicySummariesResponse {
|
|
2161
|
+
policies: PolicySummary[] | undefined;
|
|
2162
|
+
nextToken?: string | undefined;
|
|
2163
|
+
}
|
|
1737
2164
|
export interface UpdatePolicyRequest {
|
|
1738
2165
|
policyEngineId: string | undefined;
|
|
1739
2166
|
policyId: string | undefined;
|
|
@@ -1745,12 +2172,12 @@ export interface UpdatePolicyResponse {
|
|
|
1745
2172
|
policyId: string | undefined;
|
|
1746
2173
|
name: string | undefined;
|
|
1747
2174
|
policyEngineId: string | undefined;
|
|
1748
|
-
definition: PolicyDefinition | undefined;
|
|
1749
|
-
description?: string | undefined;
|
|
1750
2175
|
createdAt: Date | undefined;
|
|
1751
2176
|
updatedAt: Date | undefined;
|
|
1752
2177
|
policyArn: string | undefined;
|
|
1753
2178
|
status: PolicyStatus | undefined;
|
|
2179
|
+
definition: PolicyDefinition | undefined;
|
|
2180
|
+
description?: string | undefined;
|
|
1754
2181
|
statusReasons: string[] | undefined;
|
|
1755
2182
|
}
|
|
1756
2183
|
export interface PutResourcePolicyRequest {
|
|
@@ -2039,6 +2466,7 @@ export interface ListRegistriesRequest {
|
|
|
2039
2466
|
maxResults?: number | undefined;
|
|
2040
2467
|
nextToken?: string | undefined;
|
|
2041
2468
|
status?: RegistryStatus | undefined;
|
|
2469
|
+
authorizerType?: RegistryAuthorizerType | undefined;
|
|
2042
2470
|
}
|
|
2043
2471
|
export interface RegistrySummary {
|
|
2044
2472
|
name: string | undefined;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListPaymentConnectorsCommandInput,
|
|
4
|
+
ListPaymentConnectorsCommandOutput,
|
|
5
|
+
} from "../commands/ListPaymentConnectorsCommand";
|
|
6
|
+
import { BedrockAgentCoreControlPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListPaymentConnectors: (
|
|
8
|
+
config: BedrockAgentCoreControlPaginationConfiguration,
|
|
9
|
+
input: ListPaymentConnectorsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListPaymentConnectorsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListPaymentCredentialProvidersCommandInput,
|
|
4
|
+
ListPaymentCredentialProvidersCommandOutput,
|
|
5
|
+
} from "../commands/ListPaymentCredentialProvidersCommand";
|
|
6
|
+
import { BedrockAgentCoreControlPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListPaymentCredentialProviders: (
|
|
8
|
+
config: BedrockAgentCoreControlPaginationConfiguration,
|
|
9
|
+
input: ListPaymentCredentialProvidersCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListPaymentCredentialProvidersCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListPaymentManagersCommandInput,
|
|
4
|
+
ListPaymentManagersCommandOutput,
|
|
5
|
+
} from "../commands/ListPaymentManagersCommand";
|
|
6
|
+
import { BedrockAgentCoreControlPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListPaymentManagers: (
|
|
8
|
+
config: BedrockAgentCoreControlPaginationConfiguration,
|
|
9
|
+
input: ListPaymentManagersCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListPaymentManagersCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListPolicyEngineSummariesCommandInput,
|
|
4
|
+
ListPolicyEngineSummariesCommandOutput,
|
|
5
|
+
} from "../commands/ListPolicyEngineSummariesCommand";
|
|
6
|
+
import { BedrockAgentCoreControlPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListPolicyEngineSummaries: (
|
|
8
|
+
config: BedrockAgentCoreControlPaginationConfiguration,
|
|
9
|
+
input: ListPolicyEngineSummariesCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListPolicyEngineSummariesCommandOutput>;
|