@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,253 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
|
|
4
|
+
import type { CreatePaymentManagerRequest, CreatePaymentManagerResponse } from "../models/models_1";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link CreatePaymentManagerCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface CreatePaymentManagerCommandInput extends CreatePaymentManagerRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link CreatePaymentManagerCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface CreatePaymentManagerCommandOutput extends CreatePaymentManagerResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const CreatePaymentManagerCommand_base: {
|
|
25
|
+
new (input: CreatePaymentManagerCommandInput): import("@smithy/core/client").CommandImpl<CreatePaymentManagerCommandInput, CreatePaymentManagerCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreatePaymentManagerCommandInput): import("@smithy/core/client").CommandImpl<CreatePaymentManagerCommandInput, CreatePaymentManagerCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* <p>Creates a new payment manager in your Amazon Web Services account. A payment manager serves as the top-level resource for managing payment processing capabilities, including payment connectors that integrate with supported payment providers.</p> <p>If you specify <code>CUSTOM_JWT</code> as the <code>authorizerType</code>, you must provide an <code>authorizerConfiguration</code>.</p>
|
|
33
|
+
* @example
|
|
34
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
35
|
+
* ```javascript
|
|
36
|
+
* import { BedrockAgentCoreControlClient, CreatePaymentManagerCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
37
|
+
* // const { BedrockAgentCoreControlClient, CreatePaymentManagerCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
|
|
38
|
+
* // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
|
|
39
|
+
* const config = {}; // type is BedrockAgentCoreControlClientConfig
|
|
40
|
+
* const client = new BedrockAgentCoreControlClient(config);
|
|
41
|
+
* const input = { // CreatePaymentManagerRequest
|
|
42
|
+
* name: "STRING_VALUE", // required
|
|
43
|
+
* description: "STRING_VALUE",
|
|
44
|
+
* authorizerType: "CUSTOM_JWT" || "AWS_IAM", // required
|
|
45
|
+
* authorizerConfiguration: { // AuthorizerConfiguration Union: only one key present
|
|
46
|
+
* customJWTAuthorizer: { // CustomJWTAuthorizerConfiguration
|
|
47
|
+
* discoveryUrl: "STRING_VALUE", // required
|
|
48
|
+
* allowedAudience: [ // AllowedAudienceList
|
|
49
|
+
* "STRING_VALUE",
|
|
50
|
+
* ],
|
|
51
|
+
* allowedClients: [ // AllowedClientsList
|
|
52
|
+
* "STRING_VALUE",
|
|
53
|
+
* ],
|
|
54
|
+
* allowedScopes: [ // AllowedScopesType
|
|
55
|
+
* "STRING_VALUE",
|
|
56
|
+
* ],
|
|
57
|
+
* customClaims: [ // CustomClaimValidationsType
|
|
58
|
+
* { // CustomClaimValidationType
|
|
59
|
+
* inboundTokenClaimName: "STRING_VALUE", // required
|
|
60
|
+
* inboundTokenClaimValueType: "STRING" || "STRING_ARRAY", // required
|
|
61
|
+
* authorizingClaimMatchValue: { // AuthorizingClaimMatchValueType
|
|
62
|
+
* claimMatchValue: { // ClaimMatchValueType Union: only one key present
|
|
63
|
+
* matchValueString: "STRING_VALUE",
|
|
64
|
+
* matchValueStringList: [ // MatchValueStringList
|
|
65
|
+
* "STRING_VALUE",
|
|
66
|
+
* ],
|
|
67
|
+
* },
|
|
68
|
+
* claimMatchOperator: "EQUALS" || "CONTAINS" || "CONTAINS_ANY", // required
|
|
69
|
+
* },
|
|
70
|
+
* },
|
|
71
|
+
* ],
|
|
72
|
+
* privateEndpoint: { // PrivateEndpoint Union: only one key present
|
|
73
|
+
* selfManagedLatticeResource: { // SelfManagedLatticeResource Union: only one key present
|
|
74
|
+
* resourceConfigurationIdentifier: "STRING_VALUE",
|
|
75
|
+
* },
|
|
76
|
+
* managedVpcResource: { // ManagedVpcResource
|
|
77
|
+
* vpcIdentifier: "STRING_VALUE", // required
|
|
78
|
+
* subnetIds: [ // SubnetIds // required
|
|
79
|
+
* "STRING_VALUE",
|
|
80
|
+
* ],
|
|
81
|
+
* endpointIpAddressType: "IPV4" || "IPV6", // required
|
|
82
|
+
* securityGroupIds: [ // SecurityGroupIds
|
|
83
|
+
* "STRING_VALUE",
|
|
84
|
+
* ],
|
|
85
|
+
* tags: { // TagsMap
|
|
86
|
+
* "<keys>": "STRING_VALUE",
|
|
87
|
+
* },
|
|
88
|
+
* routingDomain: "STRING_VALUE",
|
|
89
|
+
* },
|
|
90
|
+
* },
|
|
91
|
+
* privateEndpointOverrides: [ // PrivateEndpointOverrides
|
|
92
|
+
* { // PrivateEndpointOverride
|
|
93
|
+
* domain: "STRING_VALUE", // required
|
|
94
|
+
* privateEndpoint: {// Union: only one key present
|
|
95
|
+
* selfManagedLatticeResource: {// Union: only one key present
|
|
96
|
+
* resourceConfigurationIdentifier: "STRING_VALUE",
|
|
97
|
+
* },
|
|
98
|
+
* managedVpcResource: {
|
|
99
|
+
* vpcIdentifier: "STRING_VALUE", // required
|
|
100
|
+
* subnetIds: [ // required
|
|
101
|
+
* "STRING_VALUE",
|
|
102
|
+
* ],
|
|
103
|
+
* endpointIpAddressType: "IPV4" || "IPV6", // required
|
|
104
|
+
* securityGroupIds: [
|
|
105
|
+
* "STRING_VALUE",
|
|
106
|
+
* ],
|
|
107
|
+
* tags: {
|
|
108
|
+
* "<keys>": "STRING_VALUE",
|
|
109
|
+
* },
|
|
110
|
+
* routingDomain: "STRING_VALUE",
|
|
111
|
+
* },
|
|
112
|
+
* },
|
|
113
|
+
* },
|
|
114
|
+
* ],
|
|
115
|
+
* },
|
|
116
|
+
* },
|
|
117
|
+
* roleArn: "STRING_VALUE", // required
|
|
118
|
+
* clientToken: "STRING_VALUE",
|
|
119
|
+
* tags: "<TagsMap>",
|
|
120
|
+
* };
|
|
121
|
+
* const command = new CreatePaymentManagerCommand(input);
|
|
122
|
+
* const response = await client.send(command);
|
|
123
|
+
* // { // CreatePaymentManagerResponse
|
|
124
|
+
* // paymentManagerArn: "STRING_VALUE", // required
|
|
125
|
+
* // paymentManagerId: "STRING_VALUE", // required
|
|
126
|
+
* // name: "STRING_VALUE", // required
|
|
127
|
+
* // authorizerType: "CUSTOM_JWT" || "AWS_IAM", // required
|
|
128
|
+
* // authorizerConfiguration: { // AuthorizerConfiguration Union: only one key present
|
|
129
|
+
* // customJWTAuthorizer: { // CustomJWTAuthorizerConfiguration
|
|
130
|
+
* // discoveryUrl: "STRING_VALUE", // required
|
|
131
|
+
* // allowedAudience: [ // AllowedAudienceList
|
|
132
|
+
* // "STRING_VALUE",
|
|
133
|
+
* // ],
|
|
134
|
+
* // allowedClients: [ // AllowedClientsList
|
|
135
|
+
* // "STRING_VALUE",
|
|
136
|
+
* // ],
|
|
137
|
+
* // allowedScopes: [ // AllowedScopesType
|
|
138
|
+
* // "STRING_VALUE",
|
|
139
|
+
* // ],
|
|
140
|
+
* // customClaims: [ // CustomClaimValidationsType
|
|
141
|
+
* // { // CustomClaimValidationType
|
|
142
|
+
* // inboundTokenClaimName: "STRING_VALUE", // required
|
|
143
|
+
* // inboundTokenClaimValueType: "STRING" || "STRING_ARRAY", // required
|
|
144
|
+
* // authorizingClaimMatchValue: { // AuthorizingClaimMatchValueType
|
|
145
|
+
* // claimMatchValue: { // ClaimMatchValueType Union: only one key present
|
|
146
|
+
* // matchValueString: "STRING_VALUE",
|
|
147
|
+
* // matchValueStringList: [ // MatchValueStringList
|
|
148
|
+
* // "STRING_VALUE",
|
|
149
|
+
* // ],
|
|
150
|
+
* // },
|
|
151
|
+
* // claimMatchOperator: "EQUALS" || "CONTAINS" || "CONTAINS_ANY", // required
|
|
152
|
+
* // },
|
|
153
|
+
* // },
|
|
154
|
+
* // ],
|
|
155
|
+
* // privateEndpoint: { // PrivateEndpoint Union: only one key present
|
|
156
|
+
* // selfManagedLatticeResource: { // SelfManagedLatticeResource Union: only one key present
|
|
157
|
+
* // resourceConfigurationIdentifier: "STRING_VALUE",
|
|
158
|
+
* // },
|
|
159
|
+
* // managedVpcResource: { // ManagedVpcResource
|
|
160
|
+
* // vpcIdentifier: "STRING_VALUE", // required
|
|
161
|
+
* // subnetIds: [ // SubnetIds // required
|
|
162
|
+
* // "STRING_VALUE",
|
|
163
|
+
* // ],
|
|
164
|
+
* // endpointIpAddressType: "IPV4" || "IPV6", // required
|
|
165
|
+
* // securityGroupIds: [ // SecurityGroupIds
|
|
166
|
+
* // "STRING_VALUE",
|
|
167
|
+
* // ],
|
|
168
|
+
* // tags: { // TagsMap
|
|
169
|
+
* // "<keys>": "STRING_VALUE",
|
|
170
|
+
* // },
|
|
171
|
+
* // routingDomain: "STRING_VALUE",
|
|
172
|
+
* // },
|
|
173
|
+
* // },
|
|
174
|
+
* // privateEndpointOverrides: [ // PrivateEndpointOverrides
|
|
175
|
+
* // { // PrivateEndpointOverride
|
|
176
|
+
* // domain: "STRING_VALUE", // required
|
|
177
|
+
* // privateEndpoint: {// Union: only one key present
|
|
178
|
+
* // selfManagedLatticeResource: {// Union: only one key present
|
|
179
|
+
* // resourceConfigurationIdentifier: "STRING_VALUE",
|
|
180
|
+
* // },
|
|
181
|
+
* // managedVpcResource: {
|
|
182
|
+
* // vpcIdentifier: "STRING_VALUE", // required
|
|
183
|
+
* // subnetIds: [ // required
|
|
184
|
+
* // "STRING_VALUE",
|
|
185
|
+
* // ],
|
|
186
|
+
* // endpointIpAddressType: "IPV4" || "IPV6", // required
|
|
187
|
+
* // securityGroupIds: [
|
|
188
|
+
* // "STRING_VALUE",
|
|
189
|
+
* // ],
|
|
190
|
+
* // tags: {
|
|
191
|
+
* // "<keys>": "STRING_VALUE",
|
|
192
|
+
* // },
|
|
193
|
+
* // routingDomain: "STRING_VALUE",
|
|
194
|
+
* // },
|
|
195
|
+
* // },
|
|
196
|
+
* // },
|
|
197
|
+
* // ],
|
|
198
|
+
* // },
|
|
199
|
+
* // },
|
|
200
|
+
* // roleArn: "STRING_VALUE", // required
|
|
201
|
+
* // workloadIdentityDetails: { // WorkloadIdentityDetails
|
|
202
|
+
* // workloadIdentityArn: "STRING_VALUE", // required
|
|
203
|
+
* // },
|
|
204
|
+
* // createdAt: new Date("TIMESTAMP"), // required
|
|
205
|
+
* // status: "CREATING" || "UPDATING" || "DELETING" || "READY" || "CREATE_FAILED" || "UPDATE_FAILED" || "DELETE_FAILED", // required
|
|
206
|
+
* // tags: "<TagsMap>",
|
|
207
|
+
* // };
|
|
208
|
+
*
|
|
209
|
+
* ```
|
|
210
|
+
*
|
|
211
|
+
* @param CreatePaymentManagerCommandInput - {@link CreatePaymentManagerCommandInput}
|
|
212
|
+
* @returns {@link CreatePaymentManagerCommandOutput}
|
|
213
|
+
* @see {@link CreatePaymentManagerCommandInput} for command's `input` shape.
|
|
214
|
+
* @see {@link CreatePaymentManagerCommandOutput} for command's `response` shape.
|
|
215
|
+
* @see {@link BedrockAgentCoreControlClientResolvedConfig | config} for BedrockAgentCoreControlClient's `config` shape.
|
|
216
|
+
*
|
|
217
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
218
|
+
* <p>This exception is thrown when a request is denied per access permissions</p>
|
|
219
|
+
*
|
|
220
|
+
* @throws {@link ConflictException} (client fault)
|
|
221
|
+
* <p>This exception is thrown when there is a conflict performing an operation</p>
|
|
222
|
+
*
|
|
223
|
+
* @throws {@link InternalServerException} (server fault)
|
|
224
|
+
* <p>This exception is thrown if there was an unexpected error during processing of request</p>
|
|
225
|
+
*
|
|
226
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
227
|
+
* <p>This exception is thrown when a request is made beyond the service quota</p>
|
|
228
|
+
*
|
|
229
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
230
|
+
* <p>This exception is thrown when the number of requests exceeds the limit</p>
|
|
231
|
+
*
|
|
232
|
+
* @throws {@link ValidationException} (client fault)
|
|
233
|
+
* <p>The input fails to satisfy the constraints specified by the service.</p>
|
|
234
|
+
*
|
|
235
|
+
* @throws {@link BedrockAgentCoreControlServiceException}
|
|
236
|
+
* <p>Base exception class for all service exceptions from BedrockAgentCoreControl service.</p>
|
|
237
|
+
*
|
|
238
|
+
*
|
|
239
|
+
* @public
|
|
240
|
+
*/
|
|
241
|
+
export declare class CreatePaymentManagerCommand extends CreatePaymentManagerCommand_base {
|
|
242
|
+
/** @internal type navigation helper, not in runtime. */
|
|
243
|
+
protected static __types: {
|
|
244
|
+
api: {
|
|
245
|
+
input: CreatePaymentManagerRequest;
|
|
246
|
+
output: CreatePaymentManagerResponse;
|
|
247
|
+
};
|
|
248
|
+
sdk: {
|
|
249
|
+
input: CreatePaymentManagerCommandInput;
|
|
250
|
+
output: CreatePaymentManagerCommandOutput;
|
|
251
|
+
};
|
|
252
|
+
};
|
|
253
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
|
|
4
4
|
import type { CreatePolicyRequest, CreatePolicyResponse } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface CreatePolicyCommandInput extends CreatePolicyRequest {
|
|
|
22
22
|
export interface CreatePolicyCommandOutput extends CreatePolicyResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreatePolicyCommand_base: {
|
|
25
|
-
new (input: CreatePolicyCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreatePolicyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreatePolicyCommandInput): import("@smithy/core/client").CommandImpl<CreatePolicyCommandInput, CreatePolicyCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreatePolicyCommandInput): import("@smithy/core/client").CommandImpl<CreatePolicyCommandInput, CreatePolicyCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a policy within the AgentCore Policy system. Policies provide real-time, deterministic control over agentic interactions with AgentCore Gateway. Using the Cedar policy language, you can define fine-grained policies that specify which interactions with Gateway tools are permitted based on input parameters and OAuth claims, ensuring agents operate within defined boundaries and business rules. The policy is validated during creation against the Cedar schema generated from the Gateway's tools' input schemas, which defines the available tools, their parameters, and expected data types. This is an asynchronous operation. Use the <a href="https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_GetPolicy.html">GetPolicy</a> operation to poll the <code>status</code> field to track completion.</p>
|
|
@@ -58,6 +60,10 @@ declare const CreatePolicyCommand_base: {
|
|
|
58
60
|
* // policyId: "STRING_VALUE", // required
|
|
59
61
|
* // name: "STRING_VALUE", // required
|
|
60
62
|
* // policyEngineId: "STRING_VALUE", // required
|
|
63
|
+
* // createdAt: new Date("TIMESTAMP"), // required
|
|
64
|
+
* // updatedAt: new Date("TIMESTAMP"), // required
|
|
65
|
+
* // policyArn: "STRING_VALUE", // required
|
|
66
|
+
* // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "UPDATE_FAILED" || "DELETE_FAILED", // required
|
|
61
67
|
* // definition: { // PolicyDefinition Union: only one key present
|
|
62
68
|
* // cedar: { // CedarPolicy
|
|
63
69
|
* // statement: "STRING_VALUE", // required
|
|
@@ -68,10 +74,6 @@ declare const CreatePolicyCommand_base: {
|
|
|
68
74
|
* // },
|
|
69
75
|
* // },
|
|
70
76
|
* // description: "STRING_VALUE",
|
|
71
|
-
* // createdAt: new Date("TIMESTAMP"), // required
|
|
72
|
-
* // updatedAt: new Date("TIMESTAMP"), // required
|
|
73
|
-
* // policyArn: "STRING_VALUE", // required
|
|
74
|
-
* // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "UPDATE_FAILED" || "DELETE_FAILED", // required
|
|
75
77
|
* // statusReasons: [ // PolicyStatusReasons // required
|
|
76
78
|
* // "STRING_VALUE",
|
|
77
79
|
* // ],
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
|
|
4
4
|
import type { CreatePolicyEngineRequest, CreatePolicyEngineResponse } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface CreatePolicyEngineCommandInput extends CreatePolicyEngineReques
|
|
|
22
22
|
export interface CreatePolicyEngineCommandOutput extends CreatePolicyEngineResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreatePolicyEngineCommand_base: {
|
|
25
|
-
new (input: CreatePolicyEngineCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreatePolicyEngineCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreatePolicyEngineCommandInput): import("@smithy/core/client").CommandImpl<CreatePolicyEngineCommandInput, CreatePolicyEngineCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreatePolicyEngineCommandInput): import("@smithy/core/client").CommandImpl<CreatePolicyEngineCommandInput, CreatePolicyEngineCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a new policy engine within the AgentCore Policy system. A policy engine is a collection of policies that evaluates and authorizes agent tool calls. When associated with Gateways (each Gateway can be associated with at most one policy engine, but multiple Gateways can be associated with the same engine), the policy engine intercepts all agent requests and determines whether to allow or deny each action based on the defined policies. This is an asynchronous operation. Use the <a href="https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_GetPolicyEngine.html">GetPolicyEngine</a> operation to poll the <code>status</code> field to track completion.</p>
|
|
@@ -50,15 +52,15 @@ declare const CreatePolicyEngineCommand_base: {
|
|
|
50
52
|
* // { // CreatePolicyEngineResponse
|
|
51
53
|
* // policyEngineId: "STRING_VALUE", // required
|
|
52
54
|
* // name: "STRING_VALUE", // required
|
|
53
|
-
* // description: "STRING_VALUE",
|
|
54
55
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
55
56
|
* // updatedAt: new Date("TIMESTAMP"), // required
|
|
56
57
|
* // policyEngineArn: "STRING_VALUE", // required
|
|
57
58
|
* // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "UPDATE_FAILED" || "DELETE_FAILED", // required
|
|
59
|
+
* // encryptionKeyArn: "STRING_VALUE",
|
|
60
|
+
* // description: "STRING_VALUE",
|
|
58
61
|
* // statusReasons: [ // PolicyStatusReasons // required
|
|
59
62
|
* // "STRING_VALUE",
|
|
60
63
|
* // ],
|
|
61
|
-
* // encryptionKeyArn: "STRING_VALUE",
|
|
62
64
|
* // };
|
|
63
65
|
*
|
|
64
66
|
* ```
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
|
|
4
4
|
import type { CreateRegistryRequest, CreateRegistryResponse } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface CreateRegistryCommandInput extends CreateRegistryRequest {
|
|
|
22
22
|
export interface CreateRegistryCommandOutput extends CreateRegistryResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateRegistryCommand_base: {
|
|
25
|
-
new (input: CreateRegistryCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateRegistryCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateRegistryCommandInput): import("@smithy/core/client").CommandImpl<CreateRegistryCommandInput, CreateRegistryCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateRegistryCommandInput): import("@smithy/core/client").CommandImpl<CreateRegistryCommandInput, CreateRegistryCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a new registry in your Amazon Web Services account. A registry serves as a centralized catalog for organizing and managing registry records, including MCP servers, A2A agents, agent skills, and custom resource types.</p> <p>If you specify <code>CUSTOM_JWT</code> as the <code>authorizerType</code>, you must provide an <code>authorizerConfiguration</code>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
|
|
4
4
|
import type { CreateRegistryRecordRequest, CreateRegistryRecordResponse } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface CreateRegistryRecordCommandInput extends CreateRegistryRecordRe
|
|
|
22
22
|
export interface CreateRegistryRecordCommandOutput extends CreateRegistryRecordResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateRegistryRecordCommand_base: {
|
|
25
|
-
new (input: CreateRegistryRecordCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateRegistryRecordCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateRegistryRecordCommandInput): import("@smithy/core/client").CommandImpl<CreateRegistryRecordCommandInput, CreateRegistryRecordCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateRegistryRecordCommandInput): import("@smithy/core/client").CommandImpl<CreateRegistryRecordCommandInput, CreateRegistryRecordCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a new registry record within the specified registry. A registry record represents an individual AI resource's metadata in the registry. This could be an MCP server (and associated tools), A2A agent, agent skill, or a custom resource with a custom schema.</p> <p>The record is processed asynchronously and returns HTTP 202 Accepted.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
|
|
4
4
|
import type { CreateWorkloadIdentityRequest, CreateWorkloadIdentityResponse } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface CreateWorkloadIdentityCommandInput extends CreateWorkloadIdenti
|
|
|
22
22
|
export interface CreateWorkloadIdentityCommandOutput extends CreateWorkloadIdentityResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateWorkloadIdentityCommand_base: {
|
|
25
|
-
new (input: CreateWorkloadIdentityCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateWorkloadIdentityCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateWorkloadIdentityCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkloadIdentityCommandInput, CreateWorkloadIdentityCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateWorkloadIdentityCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkloadIdentityCommandInput, CreateWorkloadIdentityCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a new workload identity.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
|
|
4
4
|
import type { DeleteAgentRuntimeRequest, DeleteAgentRuntimeResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteAgentRuntimeCommandInput extends DeleteAgentRuntimeReques
|
|
|
22
22
|
export interface DeleteAgentRuntimeCommandOutput extends DeleteAgentRuntimeResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteAgentRuntimeCommand_base: {
|
|
25
|
-
new (input: DeleteAgentRuntimeCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteAgentRuntimeCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteAgentRuntimeCommandInput): import("@smithy/core/client").CommandImpl<DeleteAgentRuntimeCommandInput, DeleteAgentRuntimeCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteAgentRuntimeCommandInput): import("@smithy/core/client").CommandImpl<DeleteAgentRuntimeCommandInput, DeleteAgentRuntimeCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes an Amazon Bedrock AgentCore Runtime.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
|
|
4
4
|
import type { DeleteAgentRuntimeEndpointRequest, DeleteAgentRuntimeEndpointResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteAgentRuntimeEndpointCommandInput extends DeleteAgentRunti
|
|
|
22
22
|
export interface DeleteAgentRuntimeEndpointCommandOutput extends DeleteAgentRuntimeEndpointResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteAgentRuntimeEndpointCommand_base: {
|
|
25
|
-
new (input: DeleteAgentRuntimeEndpointCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteAgentRuntimeEndpointCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteAgentRuntimeEndpointCommandInput): import("@smithy/core/client").CommandImpl<DeleteAgentRuntimeEndpointCommandInput, DeleteAgentRuntimeEndpointCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteAgentRuntimeEndpointCommandInput): import("@smithy/core/client").CommandImpl<DeleteAgentRuntimeEndpointCommandInput, DeleteAgentRuntimeEndpointCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes an AAgentCore Runtime endpoint.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
|
|
4
4
|
import type { DeleteApiKeyCredentialProviderRequest, DeleteApiKeyCredentialProviderResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteApiKeyCredentialProviderCommandInput extends DeleteApiKey
|
|
|
22
22
|
export interface DeleteApiKeyCredentialProviderCommandOutput extends DeleteApiKeyCredentialProviderResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteApiKeyCredentialProviderCommand_base: {
|
|
25
|
-
new (input: DeleteApiKeyCredentialProviderCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteApiKeyCredentialProviderCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteApiKeyCredentialProviderCommandInput): import("@smithy/core/client").CommandImpl<DeleteApiKeyCredentialProviderCommandInput, DeleteApiKeyCredentialProviderCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteApiKeyCredentialProviderCommandInput): import("@smithy/core/client").CommandImpl<DeleteApiKeyCredentialProviderCommandInput, DeleteApiKeyCredentialProviderCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes an API key credential provider.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
|
|
4
4
|
import type { DeleteBrowserRequest, DeleteBrowserResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteBrowserCommandInput extends DeleteBrowserRequest {
|
|
|
22
22
|
export interface DeleteBrowserCommandOutput extends DeleteBrowserResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteBrowserCommand_base: {
|
|
25
|
-
new (input: DeleteBrowserCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteBrowserCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteBrowserCommandInput): import("@smithy/core/client").CommandImpl<DeleteBrowserCommandInput, DeleteBrowserCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteBrowserCommandInput): import("@smithy/core/client").CommandImpl<DeleteBrowserCommandInput, DeleteBrowserCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a custom browser.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
|
|
4
4
|
import type { DeleteBrowserProfileRequest, DeleteBrowserProfileResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteBrowserProfileCommandInput extends DeleteBrowserProfileRe
|
|
|
22
22
|
export interface DeleteBrowserProfileCommandOutput extends DeleteBrowserProfileResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteBrowserProfileCommand_base: {
|
|
25
|
-
new (input: DeleteBrowserProfileCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteBrowserProfileCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteBrowserProfileCommandInput): import("@smithy/core/client").CommandImpl<DeleteBrowserProfileCommandInput, DeleteBrowserProfileCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteBrowserProfileCommandInput): import("@smithy/core/client").CommandImpl<DeleteBrowserProfileCommandInput, DeleteBrowserProfileCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a browser profile.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
|
|
4
4
|
import type { DeleteCodeInterpreterRequest, DeleteCodeInterpreterResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteCodeInterpreterCommandInput extends DeleteCodeInterpreter
|
|
|
22
22
|
export interface DeleteCodeInterpreterCommandOutput extends DeleteCodeInterpreterResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteCodeInterpreterCommand_base: {
|
|
25
|
-
new (input: DeleteCodeInterpreterCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteCodeInterpreterCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteCodeInterpreterCommandInput): import("@smithy/core/client").CommandImpl<DeleteCodeInterpreterCommandInput, DeleteCodeInterpreterCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteCodeInterpreterCommandInput): import("@smithy/core/client").CommandImpl<DeleteCodeInterpreterCommandInput, DeleteCodeInterpreterCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a custom code interpreter.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
|
|
4
4
|
import type { DeleteConfigurationBundleRequest, DeleteConfigurationBundleResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteConfigurationBundleCommandInput extends DeleteConfigurati
|
|
|
22
22
|
export interface DeleteConfigurationBundleCommandOutput extends DeleteConfigurationBundleResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteConfigurationBundleCommand_base: {
|
|
25
|
-
new (input: DeleteConfigurationBundleCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteConfigurationBundleCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteConfigurationBundleCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfigurationBundleCommandInput, DeleteConfigurationBundleCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteConfigurationBundleCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfigurationBundleCommandInput, DeleteConfigurationBundleCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a configuration bundle and all of its versions.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
|
|
4
4
|
import type { DeleteEvaluatorRequest, DeleteEvaluatorResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteEvaluatorCommandInput extends DeleteEvaluatorRequest {
|
|
|
22
22
|
export interface DeleteEvaluatorCommandOutput extends DeleteEvaluatorResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteEvaluatorCommand_base: {
|
|
25
|
-
new (input: DeleteEvaluatorCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteEvaluatorCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteEvaluatorCommandInput): import("@smithy/core/client").CommandImpl<DeleteEvaluatorCommandInput, DeleteEvaluatorCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteEvaluatorCommandInput): import("@smithy/core/client").CommandImpl<DeleteEvaluatorCommandInput, DeleteEvaluatorCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Deletes a custom evaluator. Builtin evaluators cannot be deleted. The evaluator must not be referenced by any active online evaluation configurations. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
|
|
4
4
|
import type { DeleteGatewayRequest, DeleteGatewayResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteGatewayCommandInput extends DeleteGatewayRequest {
|
|
|
22
22
|
export interface DeleteGatewayCommandOutput extends DeleteGatewayResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteGatewayCommand_base: {
|
|
25
|
-
new (input: DeleteGatewayCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteGatewayCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteGatewayCommandInput): import("@smithy/core/client").CommandImpl<DeleteGatewayCommandInput, DeleteGatewayCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteGatewayCommandInput): import("@smithy/core/client").CommandImpl<DeleteGatewayCommandInput, DeleteGatewayCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a gateway.</p>
|