@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
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListPaymentConnectorsCommandInput, ListPaymentConnectorsCommandOutput } from "../commands/ListPaymentConnectorsCommand";
|
|
3
|
+
import type { BedrockAgentCoreControlPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListPaymentConnectors: (config: BedrockAgentCoreControlPaginationConfiguration, input: ListPaymentConnectorsCommandInput, ...rest: any[]) => Paginator<ListPaymentConnectorsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListPaymentCredentialProvidersCommandInput, ListPaymentCredentialProvidersCommandOutput } from "../commands/ListPaymentCredentialProvidersCommand";
|
|
3
|
+
import type { BedrockAgentCoreControlPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListPaymentCredentialProviders: (config: BedrockAgentCoreControlPaginationConfiguration, input: ListPaymentCredentialProvidersCommandInput, ...rest: any[]) => Paginator<ListPaymentCredentialProvidersCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListPaymentManagersCommandInput, ListPaymentManagersCommandOutput } from "../commands/ListPaymentManagersCommand";
|
|
3
|
+
import type { BedrockAgentCoreControlPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListPaymentManagers: (config: BedrockAgentCoreControlPaginationConfiguration, input: ListPaymentManagersCommandInput, ...rest: any[]) => Paginator<ListPaymentManagersCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListPolicyEngineSummariesCommandInput, ListPolicyEngineSummariesCommandOutput } from "../commands/ListPolicyEngineSummariesCommand";
|
|
3
|
+
import type { BedrockAgentCoreControlPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListPolicyEngineSummaries: (config: BedrockAgentCoreControlPaginationConfiguration, input: ListPolicyEngineSummariesCommandInput, ...rest: any[]) => Paginator<ListPolicyEngineSummariesCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListPolicyGenerationSummariesCommandInput, ListPolicyGenerationSummariesCommandOutput } from "../commands/ListPolicyGenerationSummariesCommand";
|
|
3
|
+
import type { BedrockAgentCoreControlPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListPolicyGenerationSummaries: (config: BedrockAgentCoreControlPaginationConfiguration, input: ListPolicyGenerationSummariesCommandInput, ...rest: any[]) => Paginator<ListPolicyGenerationSummariesCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListPolicySummariesCommandInput, ListPolicySummariesCommandOutput } from "../commands/ListPolicySummariesCommand";
|
|
3
|
+
import type { BedrockAgentCoreControlPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListPolicySummaries: (config: BedrockAgentCoreControlPaginationConfiguration, input: ListPolicySummariesCommandInput, ...rest: any[]) => Paginator<ListPolicySummariesCommandOutput>;
|
|
@@ -16,10 +16,16 @@ export * from "./ListHarnessesPaginator";
|
|
|
16
16
|
export * from "./ListMemoriesPaginator";
|
|
17
17
|
export * from "./ListOauth2CredentialProvidersPaginator";
|
|
18
18
|
export * from "./ListOnlineEvaluationConfigsPaginator";
|
|
19
|
+
export * from "./ListPaymentConnectorsPaginator";
|
|
20
|
+
export * from "./ListPaymentCredentialProvidersPaginator";
|
|
21
|
+
export * from "./ListPaymentManagersPaginator";
|
|
19
22
|
export * from "./ListPoliciesPaginator";
|
|
20
23
|
export * from "./ListPolicyEnginesPaginator";
|
|
24
|
+
export * from "./ListPolicyEngineSummariesPaginator";
|
|
21
25
|
export * from "./ListPolicyGenerationAssetsPaginator";
|
|
22
26
|
export * from "./ListPolicyGenerationsPaginator";
|
|
27
|
+
export * from "./ListPolicyGenerationSummariesPaginator";
|
|
28
|
+
export * from "./ListPolicySummariesPaginator";
|
|
23
29
|
export * from "./ListRegistriesPaginator";
|
|
24
30
|
export * from "./ListRegistryRecordsPaginator";
|
|
25
31
|
export * from "./ListWorkloadIdentitiesPaginator";
|
|
@@ -5,13 +5,13 @@ import type { BedrockAgentCoreControlClientConfig } from "./BedrockAgentCoreCont
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: BedrockAgentCoreControlClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
|
-
requestHandler: import("@smithy/
|
|
14
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
16
|
sha256: import("@smithy/types").HashConstructor;
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,14 +5,14 @@ import type { BedrockAgentCoreControlClientConfig } from "./BedrockAgentCoreCont
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: BedrockAgentCoreControlClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
11
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
12
12
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
13
13
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
|
-
requestHandler: RequestHandler | import("@smithy/
|
|
15
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
17
|
sha256: import("@smithy/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,7 +5,7 @@ import type { BedrockAgentCoreControlClientConfig } from "./BedrockAgentCoreCont
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: BedrockAgentCoreControlClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
|
-
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/
|
|
8
|
+
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
cacheMiddleware?: boolean;
|
|
10
10
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
11
11
|
protocolSettings: {
|
|
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: BedrockAgentCoreControlClientCon
|
|
|
32
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
33
33
|
logger: import("@smithy/types").Logger;
|
|
34
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
35
|
-
defaultsMode: import("@smithy/
|
|
35
|
+
defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
|
|
36
36
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
37
37
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
38
38
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -50,6 +50,8 @@ export declare var CloudWatchOutputConfig$: StaticStructureSchema;
|
|
|
50
50
|
export declare var CodeConfiguration$: StaticStructureSchema;
|
|
51
51
|
export declare var CodeInterpreterNetworkConfiguration$: StaticStructureSchema;
|
|
52
52
|
export declare var CodeInterpreterSummary$: StaticStructureSchema;
|
|
53
|
+
export declare var CoinbaseCdpConfigurationInput$: StaticStructureSchema;
|
|
54
|
+
export declare var CoinbaseCdpConfigurationOutput$: StaticStructureSchema;
|
|
53
55
|
export declare var ComponentConfiguration$: StaticStructureSchema;
|
|
54
56
|
export declare var ConfigurationBundleReference$: StaticStructureSchema;
|
|
55
57
|
export declare var ConfigurationBundleSummary$: StaticStructureSchema;
|
|
@@ -86,6 +88,12 @@ export declare var CreateOauth2CredentialProviderRequest$: StaticStructureSchema
|
|
|
86
88
|
export declare var CreateOauth2CredentialProviderResponse$: StaticStructureSchema;
|
|
87
89
|
export declare var CreateOnlineEvaluationConfigRequest$: StaticStructureSchema;
|
|
88
90
|
export declare var CreateOnlineEvaluationConfigResponse$: StaticStructureSchema;
|
|
91
|
+
export declare var CreatePaymentConnectorRequest$: StaticStructureSchema;
|
|
92
|
+
export declare var CreatePaymentConnectorResponse$: StaticStructureSchema;
|
|
93
|
+
export declare var CreatePaymentCredentialProviderRequest$: StaticStructureSchema;
|
|
94
|
+
export declare var CreatePaymentCredentialProviderResponse$: StaticStructureSchema;
|
|
95
|
+
export declare var CreatePaymentManagerRequest$: StaticStructureSchema;
|
|
96
|
+
export declare var CreatePaymentManagerResponse$: StaticStructureSchema;
|
|
89
97
|
export declare var CreatePolicyEngineRequest$: StaticStructureSchema;
|
|
90
98
|
export declare var CreatePolicyEngineResponse$: StaticStructureSchema;
|
|
91
99
|
export declare var CreatePolicyRequest$: StaticStructureSchema;
|
|
@@ -134,6 +142,12 @@ export declare var DeleteOauth2CredentialProviderRequest$: StaticStructureSchema
|
|
|
134
142
|
export declare var DeleteOauth2CredentialProviderResponse$: StaticStructureSchema;
|
|
135
143
|
export declare var DeleteOnlineEvaluationConfigRequest$: StaticStructureSchema;
|
|
136
144
|
export declare var DeleteOnlineEvaluationConfigResponse$: StaticStructureSchema;
|
|
145
|
+
export declare var DeletePaymentConnectorRequest$: StaticStructureSchema;
|
|
146
|
+
export declare var DeletePaymentConnectorResponse$: StaticStructureSchema;
|
|
147
|
+
export declare var DeletePaymentCredentialProviderRequest$: StaticStructureSchema;
|
|
148
|
+
export declare var DeletePaymentCredentialProviderResponse$: StaticStructureSchema;
|
|
149
|
+
export declare var DeletePaymentManagerRequest$: StaticStructureSchema;
|
|
150
|
+
export declare var DeletePaymentManagerResponse$: StaticStructureSchema;
|
|
137
151
|
export declare var DeletePolicyEngineRequest$: StaticStructureSchema;
|
|
138
152
|
export declare var DeletePolicyEngineResponse$: StaticStructureSchema;
|
|
139
153
|
export declare var DeletePolicyRequest$: StaticStructureSchema;
|
|
@@ -200,12 +214,24 @@ export declare var GetOauth2CredentialProviderRequest$: StaticStructureSchema;
|
|
|
200
214
|
export declare var GetOauth2CredentialProviderResponse$: StaticStructureSchema;
|
|
201
215
|
export declare var GetOnlineEvaluationConfigRequest$: StaticStructureSchema;
|
|
202
216
|
export declare var GetOnlineEvaluationConfigResponse$: StaticStructureSchema;
|
|
217
|
+
export declare var GetPaymentConnectorRequest$: StaticStructureSchema;
|
|
218
|
+
export declare var GetPaymentConnectorResponse$: StaticStructureSchema;
|
|
219
|
+
export declare var GetPaymentCredentialProviderRequest$: StaticStructureSchema;
|
|
220
|
+
export declare var GetPaymentCredentialProviderResponse$: StaticStructureSchema;
|
|
221
|
+
export declare var GetPaymentManagerRequest$: StaticStructureSchema;
|
|
222
|
+
export declare var GetPaymentManagerResponse$: StaticStructureSchema;
|
|
203
223
|
export declare var GetPolicyEngineRequest$: StaticStructureSchema;
|
|
204
224
|
export declare var GetPolicyEngineResponse$: StaticStructureSchema;
|
|
225
|
+
export declare var GetPolicyEngineSummaryRequest$: StaticStructureSchema;
|
|
226
|
+
export declare var GetPolicyEngineSummaryResponse$: StaticStructureSchema;
|
|
205
227
|
export declare var GetPolicyGenerationRequest$: StaticStructureSchema;
|
|
206
228
|
export declare var GetPolicyGenerationResponse$: StaticStructureSchema;
|
|
229
|
+
export declare var GetPolicyGenerationSummaryRequest$: StaticStructureSchema;
|
|
230
|
+
export declare var GetPolicyGenerationSummaryResponse$: StaticStructureSchema;
|
|
207
231
|
export declare var GetPolicyRequest$: StaticStructureSchema;
|
|
208
232
|
export declare var GetPolicyResponse$: StaticStructureSchema;
|
|
233
|
+
export declare var GetPolicySummaryRequest$: StaticStructureSchema;
|
|
234
|
+
export declare var GetPolicySummaryResponse$: StaticStructureSchema;
|
|
209
235
|
export declare var GetRegistryRecordRequest$: StaticStructureSchema;
|
|
210
236
|
export declare var GetRegistryRecordResponse$: StaticStructureSchema;
|
|
211
237
|
export declare var GetRegistryRequest$: StaticStructureSchema;
|
|
@@ -288,14 +314,26 @@ export declare var ListOauth2CredentialProvidersRequest$: StaticStructureSchema;
|
|
|
288
314
|
export declare var ListOauth2CredentialProvidersResponse$: StaticStructureSchema;
|
|
289
315
|
export declare var ListOnlineEvaluationConfigsRequest$: StaticStructureSchema;
|
|
290
316
|
export declare var ListOnlineEvaluationConfigsResponse$: StaticStructureSchema;
|
|
317
|
+
export declare var ListPaymentConnectorsRequest$: StaticStructureSchema;
|
|
318
|
+
export declare var ListPaymentConnectorsResponse$: StaticStructureSchema;
|
|
319
|
+
export declare var ListPaymentCredentialProvidersRequest$: StaticStructureSchema;
|
|
320
|
+
export declare var ListPaymentCredentialProvidersResponse$: StaticStructureSchema;
|
|
321
|
+
export declare var ListPaymentManagersRequest$: StaticStructureSchema;
|
|
322
|
+
export declare var ListPaymentManagersResponse$: StaticStructureSchema;
|
|
291
323
|
export declare var ListPoliciesRequest$: StaticStructureSchema;
|
|
292
324
|
export declare var ListPoliciesResponse$: StaticStructureSchema;
|
|
293
325
|
export declare var ListPolicyEnginesRequest$: StaticStructureSchema;
|
|
294
326
|
export declare var ListPolicyEnginesResponse$: StaticStructureSchema;
|
|
327
|
+
export declare var ListPolicyEngineSummariesRequest$: StaticStructureSchema;
|
|
328
|
+
export declare var ListPolicyEngineSummariesResponse$: StaticStructureSchema;
|
|
295
329
|
export declare var ListPolicyGenerationAssetsRequest$: StaticStructureSchema;
|
|
296
330
|
export declare var ListPolicyGenerationAssetsResponse$: StaticStructureSchema;
|
|
297
331
|
export declare var ListPolicyGenerationsRequest$: StaticStructureSchema;
|
|
298
332
|
export declare var ListPolicyGenerationsResponse$: StaticStructureSchema;
|
|
333
|
+
export declare var ListPolicyGenerationSummariesRequest$: StaticStructureSchema;
|
|
334
|
+
export declare var ListPolicyGenerationSummariesResponse$: StaticStructureSchema;
|
|
335
|
+
export declare var ListPolicySummariesRequest$: StaticStructureSchema;
|
|
336
|
+
export declare var ListPolicySummariesResponse$: StaticStructureSchema;
|
|
299
337
|
export declare var ListRegistriesRequest$: StaticStructureSchema;
|
|
300
338
|
export declare var ListRegistriesResponse$: StaticStructureSchema;
|
|
301
339
|
export declare var ListRegistryRecordsRequest$: StaticStructureSchema;
|
|
@@ -339,11 +377,18 @@ export declare var OAuthCredentialProvider$: StaticStructureSchema;
|
|
|
339
377
|
export declare var OnBehalfOfTokenExchangeConfigType$: StaticStructureSchema;
|
|
340
378
|
export declare var OnlineEvaluationConfigSummary$: StaticStructureSchema;
|
|
341
379
|
export declare var OutputConfig$: StaticStructureSchema;
|
|
380
|
+
export declare var PaymentConnectorSummary$: StaticStructureSchema;
|
|
381
|
+
export declare var PaymentCredentialProviderConfiguration$: StaticStructureSchema;
|
|
382
|
+
export declare var PaymentCredentialProviderItem$: StaticStructureSchema;
|
|
383
|
+
export declare var PaymentManagerSummary$: StaticStructureSchema;
|
|
342
384
|
export declare var Policy$: StaticStructureSchema;
|
|
343
385
|
export declare var PolicyEngine$: StaticStructureSchema;
|
|
386
|
+
export declare var PolicyEngineSummary$: StaticStructureSchema;
|
|
344
387
|
export declare var PolicyGeneration$: StaticStructureSchema;
|
|
345
388
|
export declare var PolicyGenerationAsset$: StaticStructureSchema;
|
|
346
389
|
export declare var PolicyGenerationDetails$: StaticStructureSchema;
|
|
390
|
+
export declare var PolicyGenerationSummary$: StaticStructureSchema;
|
|
391
|
+
export declare var PolicySummary$: StaticStructureSchema;
|
|
347
392
|
export declare var PrivateEndpointOverride$: StaticStructureSchema;
|
|
348
393
|
export declare var ProtocolConfiguration$: StaticStructureSchema;
|
|
349
394
|
export declare var PutResourcePolicyRequest$: StaticStructureSchema;
|
|
@@ -393,6 +438,8 @@ export declare var StreamDeliveryResources$: StaticStructureSchema;
|
|
|
393
438
|
export declare var StreamingConfiguration$: StaticStructureSchema;
|
|
394
439
|
export declare var StringListValidation$: StaticStructureSchema;
|
|
395
440
|
export declare var StringValidation$: StaticStructureSchema;
|
|
441
|
+
export declare var StripePrivyConfigurationInput$: StaticStructureSchema;
|
|
442
|
+
export declare var StripePrivyConfigurationOutput$: StaticStructureSchema;
|
|
396
443
|
export declare var SubmitRegistryRecordForApprovalRequest$: StaticStructureSchema;
|
|
397
444
|
export declare var SubmitRegistryRecordForApprovalResponse$: StaticStructureSchema;
|
|
398
445
|
export declare var SummaryConsolidationOverride$: StaticStructureSchema;
|
|
@@ -460,6 +507,12 @@ export declare var UpdateOauth2CredentialProviderRequest$: StaticStructureSchema
|
|
|
460
507
|
export declare var UpdateOauth2CredentialProviderResponse$: StaticStructureSchema;
|
|
461
508
|
export declare var UpdateOnlineEvaluationConfigRequest$: StaticStructureSchema;
|
|
462
509
|
export declare var UpdateOnlineEvaluationConfigResponse$: StaticStructureSchema;
|
|
510
|
+
export declare var UpdatePaymentConnectorRequest$: StaticStructureSchema;
|
|
511
|
+
export declare var UpdatePaymentConnectorResponse$: StaticStructureSchema;
|
|
512
|
+
export declare var UpdatePaymentCredentialProviderRequest$: StaticStructureSchema;
|
|
513
|
+
export declare var UpdatePaymentCredentialProviderResponse$: StaticStructureSchema;
|
|
514
|
+
export declare var UpdatePaymentManagerRequest$: StaticStructureSchema;
|
|
515
|
+
export declare var UpdatePaymentManagerResponse$: StaticStructureSchema;
|
|
463
516
|
export declare var UpdatePolicyEngineRequest$: StaticStructureSchema;
|
|
464
517
|
export declare var UpdatePolicyEngineResponse$: StaticStructureSchema;
|
|
465
518
|
export declare var UpdatePolicyRequest$: StaticStructureSchema;
|
|
@@ -501,6 +554,7 @@ export declare var ConfigurationBundleAction$: StaticUnionSchema;
|
|
|
501
554
|
export declare var ConsolidationConfiguration$: StaticUnionSchema;
|
|
502
555
|
export declare var Content$: StaticUnionSchema;
|
|
503
556
|
export declare var CredentialProvider$: StaticUnionSchema;
|
|
557
|
+
export declare var CredentialsProviderConfiguration$: StaticUnionSchema;
|
|
504
558
|
export declare var CustomConfigurationInput$: StaticUnionSchema;
|
|
505
559
|
export declare var CustomConsolidationConfiguration$: StaticUnionSchema;
|
|
506
560
|
export declare var CustomConsolidationConfigurationInput$: StaticUnionSchema;
|
|
@@ -539,6 +593,8 @@ export declare var ModifyReflectionConfiguration$: StaticUnionSchema;
|
|
|
539
593
|
export declare var Oauth2Discovery$: StaticUnionSchema;
|
|
540
594
|
export declare var Oauth2ProviderConfigInput$: StaticUnionSchema;
|
|
541
595
|
export declare var Oauth2ProviderConfigOutput$: StaticUnionSchema;
|
|
596
|
+
export declare var PaymentProviderConfigurationInput$: StaticUnionSchema;
|
|
597
|
+
export declare var PaymentProviderConfigurationOutput$: StaticUnionSchema;
|
|
542
598
|
export declare var PolicyDefinition$: StaticUnionSchema;
|
|
543
599
|
export declare var PrivateEndpoint$: StaticUnionSchema;
|
|
544
600
|
export declare var RatingScale$: StaticUnionSchema;
|
|
@@ -570,6 +626,9 @@ export declare var CreateHarness$: StaticOperationSchema;
|
|
|
570
626
|
export declare var CreateMemory$: StaticOperationSchema;
|
|
571
627
|
export declare var CreateOauth2CredentialProvider$: StaticOperationSchema;
|
|
572
628
|
export declare var CreateOnlineEvaluationConfig$: StaticOperationSchema;
|
|
629
|
+
export declare var CreatePaymentConnector$: StaticOperationSchema;
|
|
630
|
+
export declare var CreatePaymentCredentialProvider$: StaticOperationSchema;
|
|
631
|
+
export declare var CreatePaymentManager$: StaticOperationSchema;
|
|
573
632
|
export declare var CreatePolicy$: StaticOperationSchema;
|
|
574
633
|
export declare var CreatePolicyEngine$: StaticOperationSchema;
|
|
575
634
|
export declare var CreateRegistry$: StaticOperationSchema;
|
|
@@ -590,6 +649,9 @@ export declare var DeleteHarness$: StaticOperationSchema;
|
|
|
590
649
|
export declare var DeleteMemory$: StaticOperationSchema;
|
|
591
650
|
export declare var DeleteOauth2CredentialProvider$: StaticOperationSchema;
|
|
592
651
|
export declare var DeleteOnlineEvaluationConfig$: StaticOperationSchema;
|
|
652
|
+
export declare var DeletePaymentConnector$: StaticOperationSchema;
|
|
653
|
+
export declare var DeletePaymentCredentialProvider$: StaticOperationSchema;
|
|
654
|
+
export declare var DeletePaymentManager$: StaticOperationSchema;
|
|
593
655
|
export declare var DeletePolicy$: StaticOperationSchema;
|
|
594
656
|
export declare var DeletePolicyEngine$: StaticOperationSchema;
|
|
595
657
|
export declare var DeleteRegistry$: StaticOperationSchema;
|
|
@@ -612,9 +674,15 @@ export declare var GetHarness$: StaticOperationSchema;
|
|
|
612
674
|
export declare var GetMemory$: StaticOperationSchema;
|
|
613
675
|
export declare var GetOauth2CredentialProvider$: StaticOperationSchema;
|
|
614
676
|
export declare var GetOnlineEvaluationConfig$: StaticOperationSchema;
|
|
677
|
+
export declare var GetPaymentConnector$: StaticOperationSchema;
|
|
678
|
+
export declare var GetPaymentCredentialProvider$: StaticOperationSchema;
|
|
679
|
+
export declare var GetPaymentManager$: StaticOperationSchema;
|
|
615
680
|
export declare var GetPolicy$: StaticOperationSchema;
|
|
616
681
|
export declare var GetPolicyEngine$: StaticOperationSchema;
|
|
682
|
+
export declare var GetPolicyEngineSummary$: StaticOperationSchema;
|
|
617
683
|
export declare var GetPolicyGeneration$: StaticOperationSchema;
|
|
684
|
+
export declare var GetPolicyGenerationSummary$: StaticOperationSchema;
|
|
685
|
+
export declare var GetPolicySummary$: StaticOperationSchema;
|
|
618
686
|
export declare var GetRegistry$: StaticOperationSchema;
|
|
619
687
|
export declare var GetRegistryRecord$: StaticOperationSchema;
|
|
620
688
|
export declare var GetResourcePolicy$: StaticOperationSchema;
|
|
@@ -637,10 +705,16 @@ export declare var ListHarnesses$: StaticOperationSchema;
|
|
|
637
705
|
export declare var ListMemories$: StaticOperationSchema;
|
|
638
706
|
export declare var ListOauth2CredentialProviders$: StaticOperationSchema;
|
|
639
707
|
export declare var ListOnlineEvaluationConfigs$: StaticOperationSchema;
|
|
708
|
+
export declare var ListPaymentConnectors$: StaticOperationSchema;
|
|
709
|
+
export declare var ListPaymentCredentialProviders$: StaticOperationSchema;
|
|
710
|
+
export declare var ListPaymentManagers$: StaticOperationSchema;
|
|
640
711
|
export declare var ListPolicies$: StaticOperationSchema;
|
|
641
712
|
export declare var ListPolicyEngines$: StaticOperationSchema;
|
|
713
|
+
export declare var ListPolicyEngineSummaries$: StaticOperationSchema;
|
|
642
714
|
export declare var ListPolicyGenerationAssets$: StaticOperationSchema;
|
|
643
715
|
export declare var ListPolicyGenerations$: StaticOperationSchema;
|
|
716
|
+
export declare var ListPolicyGenerationSummaries$: StaticOperationSchema;
|
|
717
|
+
export declare var ListPolicySummaries$: StaticOperationSchema;
|
|
644
718
|
export declare var ListRegistries$: StaticOperationSchema;
|
|
645
719
|
export declare var ListRegistryRecords$: StaticOperationSchema;
|
|
646
720
|
export declare var ListTagsForResource$: StaticOperationSchema;
|
|
@@ -664,6 +738,9 @@ export declare var UpdateHarness$: StaticOperationSchema;
|
|
|
664
738
|
export declare var UpdateMemory$: StaticOperationSchema;
|
|
665
739
|
export declare var UpdateOauth2CredentialProvider$: StaticOperationSchema;
|
|
666
740
|
export declare var UpdateOnlineEvaluationConfig$: StaticOperationSchema;
|
|
741
|
+
export declare var UpdatePaymentConnector$: StaticOperationSchema;
|
|
742
|
+
export declare var UpdatePaymentCredentialProvider$: StaticOperationSchema;
|
|
743
|
+
export declare var UpdatePaymentManager$: StaticOperationSchema;
|
|
667
744
|
export declare var UpdatePolicy$: StaticOperationSchema;
|
|
668
745
|
export declare var UpdatePolicyEngine$: StaticOperationSchema;
|
|
669
746
|
export declare var UpdateRegistry$: StaticOperationSchema;
|