@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
package/dist-cjs/index.js
CHANGED
|
@@ -4,19 +4,17 @@ var middlewareHostHeader = require('@aws-sdk/middleware-host-header');
|
|
|
4
4
|
var middlewareLogger = require('@aws-sdk/middleware-logger');
|
|
5
5
|
var middlewareRecursionDetection = require('@aws-sdk/middleware-recursion-detection');
|
|
6
6
|
var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
|
|
7
|
-
var configResolver = require('@smithy/config-resolver');
|
|
8
7
|
var core = require('@smithy/core');
|
|
8
|
+
var client = require('@smithy/core/client');
|
|
9
|
+
var config = require('@smithy/core/config');
|
|
10
|
+
var endpoints = require('@smithy/core/endpoints');
|
|
11
|
+
var protocols = require('@smithy/core/protocols');
|
|
12
|
+
var retry = require('@smithy/core/retry');
|
|
9
13
|
var schema = require('@smithy/core/schema');
|
|
10
|
-
var middlewareContentLength = require('@smithy/middleware-content-length');
|
|
11
|
-
var middlewareEndpoint = require('@smithy/middleware-endpoint');
|
|
12
|
-
var middlewareRetry = require('@smithy/middleware-retry');
|
|
13
|
-
var smithyClient = require('@smithy/smithy-client');
|
|
14
14
|
var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
|
|
15
15
|
var runtimeConfig = require('./runtimeConfig');
|
|
16
16
|
var regionConfigResolver = require('@aws-sdk/region-config-resolver');
|
|
17
|
-
var protocolHttp = require('@smithy/protocol-http');
|
|
18
17
|
var schemas_0 = require('./schemas/schemas_0');
|
|
19
|
-
var utilWaiter = require('@smithy/util-waiter');
|
|
20
18
|
var errors = require('./models/errors');
|
|
21
19
|
var BedrockAgentCoreControlServiceException = require('./models/BedrockAgentCoreControlServiceException');
|
|
22
20
|
|
|
@@ -74,12 +72,12 @@ const resolveHttpAuthRuntimeConfig = (config) => {
|
|
|
74
72
|
};
|
|
75
73
|
|
|
76
74
|
const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
77
|
-
const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig),
|
|
75
|
+
const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig), client.getDefaultExtensionConfiguration(runtimeConfig), protocols.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
78
76
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
79
|
-
return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration),
|
|
77
|
+
return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration), client.resolveDefaultRuntimeConfig(extensionConfiguration), protocols.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
|
|
80
78
|
};
|
|
81
79
|
|
|
82
|
-
class BedrockAgentCoreControlClient extends
|
|
80
|
+
class BedrockAgentCoreControlClient extends client.Client {
|
|
83
81
|
config;
|
|
84
82
|
constructor(...[configuration]) {
|
|
85
83
|
const _config_0 = runtimeConfig.getRuntimeConfig(configuration || {});
|
|
@@ -87,17 +85,17 @@ class BedrockAgentCoreControlClient extends smithyClient.Client {
|
|
|
87
85
|
this.initConfig = _config_0;
|
|
88
86
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
89
87
|
const _config_2 = middlewareUserAgent.resolveUserAgentConfig(_config_1);
|
|
90
|
-
const _config_3 =
|
|
91
|
-
const _config_4 =
|
|
88
|
+
const _config_3 = retry.resolveRetryConfig(_config_2);
|
|
89
|
+
const _config_4 = config.resolveRegionConfig(_config_3);
|
|
92
90
|
const _config_5 = middlewareHostHeader.resolveHostHeaderConfig(_config_4);
|
|
93
|
-
const _config_6 =
|
|
91
|
+
const _config_6 = endpoints.resolveEndpointConfig(_config_5);
|
|
94
92
|
const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);
|
|
95
93
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
96
94
|
this.config = _config_8;
|
|
97
95
|
this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
|
|
98
96
|
this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
|
|
99
|
-
this.middlewareStack.use(
|
|
100
|
-
this.middlewareStack.use(
|
|
97
|
+
this.middlewareStack.use(retry.getRetryPlugin(this.config));
|
|
98
|
+
this.middlewareStack.use(protocols.getContentLengthPlugin(this.config));
|
|
101
99
|
this.middlewareStack.use(middlewareHostHeader.getHostHeaderPlugin(this.config));
|
|
102
100
|
this.middlewareStack.use(middlewareLogger.getLoggerPlugin(this.config));
|
|
103
101
|
this.middlewareStack.use(middlewareRecursionDetection.getRecursionDetectionPlugin(this.config));
|
|
@@ -114,11 +112,11 @@ class BedrockAgentCoreControlClient extends smithyClient.Client {
|
|
|
114
112
|
}
|
|
115
113
|
}
|
|
116
114
|
|
|
117
|
-
class CreateAgentRuntimeCommand extends
|
|
115
|
+
class CreateAgentRuntimeCommand extends client.Command
|
|
118
116
|
.classBuilder()
|
|
119
117
|
.ep(commonParams)
|
|
120
118
|
.m(function (Command, cs, config, o) {
|
|
121
|
-
return [
|
|
119
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
122
120
|
})
|
|
123
121
|
.s("AmazonBedrockAgentCoreControl", "CreateAgentRuntime", {})
|
|
124
122
|
.n("BedrockAgentCoreControlClient", "CreateAgentRuntimeCommand")
|
|
@@ -126,11 +124,11 @@ class CreateAgentRuntimeCommand extends smithyClient.Command
|
|
|
126
124
|
.build() {
|
|
127
125
|
}
|
|
128
126
|
|
|
129
|
-
class CreateAgentRuntimeEndpointCommand extends
|
|
127
|
+
class CreateAgentRuntimeEndpointCommand extends client.Command
|
|
130
128
|
.classBuilder()
|
|
131
129
|
.ep(commonParams)
|
|
132
130
|
.m(function (Command, cs, config, o) {
|
|
133
|
-
return [
|
|
131
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
134
132
|
})
|
|
135
133
|
.s("AmazonBedrockAgentCoreControl", "CreateAgentRuntimeEndpoint", {})
|
|
136
134
|
.n("BedrockAgentCoreControlClient", "CreateAgentRuntimeEndpointCommand")
|
|
@@ -138,11 +136,11 @@ class CreateAgentRuntimeEndpointCommand extends smithyClient.Command
|
|
|
138
136
|
.build() {
|
|
139
137
|
}
|
|
140
138
|
|
|
141
|
-
class CreateApiKeyCredentialProviderCommand extends
|
|
139
|
+
class CreateApiKeyCredentialProviderCommand extends client.Command
|
|
142
140
|
.classBuilder()
|
|
143
141
|
.ep(commonParams)
|
|
144
142
|
.m(function (Command, cs, config, o) {
|
|
145
|
-
return [
|
|
143
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
146
144
|
})
|
|
147
145
|
.s("AmazonBedrockAgentCoreControl", "CreateApiKeyCredentialProvider", {})
|
|
148
146
|
.n("BedrockAgentCoreControlClient", "CreateApiKeyCredentialProviderCommand")
|
|
@@ -150,11 +148,11 @@ class CreateApiKeyCredentialProviderCommand extends smithyClient.Command
|
|
|
150
148
|
.build() {
|
|
151
149
|
}
|
|
152
150
|
|
|
153
|
-
class CreateBrowserCommand extends
|
|
151
|
+
class CreateBrowserCommand extends client.Command
|
|
154
152
|
.classBuilder()
|
|
155
153
|
.ep(commonParams)
|
|
156
154
|
.m(function (Command, cs, config, o) {
|
|
157
|
-
return [
|
|
155
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
158
156
|
})
|
|
159
157
|
.s("AmazonBedrockAgentCoreControl", "CreateBrowser", {})
|
|
160
158
|
.n("BedrockAgentCoreControlClient", "CreateBrowserCommand")
|
|
@@ -162,11 +160,11 @@ class CreateBrowserCommand extends smithyClient.Command
|
|
|
162
160
|
.build() {
|
|
163
161
|
}
|
|
164
162
|
|
|
165
|
-
class CreateBrowserProfileCommand extends
|
|
163
|
+
class CreateBrowserProfileCommand extends client.Command
|
|
166
164
|
.classBuilder()
|
|
167
165
|
.ep(commonParams)
|
|
168
166
|
.m(function (Command, cs, config, o) {
|
|
169
|
-
return [
|
|
167
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
170
168
|
})
|
|
171
169
|
.s("AmazonBedrockAgentCoreControl", "CreateBrowserProfile", {})
|
|
172
170
|
.n("BedrockAgentCoreControlClient", "CreateBrowserProfileCommand")
|
|
@@ -174,11 +172,11 @@ class CreateBrowserProfileCommand extends smithyClient.Command
|
|
|
174
172
|
.build() {
|
|
175
173
|
}
|
|
176
174
|
|
|
177
|
-
class CreateCodeInterpreterCommand extends
|
|
175
|
+
class CreateCodeInterpreterCommand extends client.Command
|
|
178
176
|
.classBuilder()
|
|
179
177
|
.ep(commonParams)
|
|
180
178
|
.m(function (Command, cs, config, o) {
|
|
181
|
-
return [
|
|
179
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
182
180
|
})
|
|
183
181
|
.s("AmazonBedrockAgentCoreControl", "CreateCodeInterpreter", {})
|
|
184
182
|
.n("BedrockAgentCoreControlClient", "CreateCodeInterpreterCommand")
|
|
@@ -186,11 +184,11 @@ class CreateCodeInterpreterCommand extends smithyClient.Command
|
|
|
186
184
|
.build() {
|
|
187
185
|
}
|
|
188
186
|
|
|
189
|
-
class CreateConfigurationBundleCommand extends
|
|
187
|
+
class CreateConfigurationBundleCommand extends client.Command
|
|
190
188
|
.classBuilder()
|
|
191
189
|
.ep(commonParams)
|
|
192
190
|
.m(function (Command, cs, config, o) {
|
|
193
|
-
return [
|
|
191
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
194
192
|
})
|
|
195
193
|
.s("AmazonBedrockAgentCoreControl", "CreateConfigurationBundle", {})
|
|
196
194
|
.n("BedrockAgentCoreControlClient", "CreateConfigurationBundleCommand")
|
|
@@ -198,11 +196,11 @@ class CreateConfigurationBundleCommand extends smithyClient.Command
|
|
|
198
196
|
.build() {
|
|
199
197
|
}
|
|
200
198
|
|
|
201
|
-
class CreateEvaluatorCommand extends
|
|
199
|
+
class CreateEvaluatorCommand extends client.Command
|
|
202
200
|
.classBuilder()
|
|
203
201
|
.ep(commonParams)
|
|
204
202
|
.m(function (Command, cs, config, o) {
|
|
205
|
-
return [
|
|
203
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
206
204
|
})
|
|
207
205
|
.s("AmazonBedrockAgentCoreControl", "CreateEvaluator", {})
|
|
208
206
|
.n("BedrockAgentCoreControlClient", "CreateEvaluatorCommand")
|
|
@@ -210,11 +208,11 @@ class CreateEvaluatorCommand extends smithyClient.Command
|
|
|
210
208
|
.build() {
|
|
211
209
|
}
|
|
212
210
|
|
|
213
|
-
class CreateGatewayCommand extends
|
|
211
|
+
class CreateGatewayCommand extends client.Command
|
|
214
212
|
.classBuilder()
|
|
215
213
|
.ep(commonParams)
|
|
216
214
|
.m(function (Command, cs, config, o) {
|
|
217
|
-
return [
|
|
215
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
218
216
|
})
|
|
219
217
|
.s("AmazonBedrockAgentCoreControl", "CreateGateway", {})
|
|
220
218
|
.n("BedrockAgentCoreControlClient", "CreateGatewayCommand")
|
|
@@ -222,11 +220,11 @@ class CreateGatewayCommand extends smithyClient.Command
|
|
|
222
220
|
.build() {
|
|
223
221
|
}
|
|
224
222
|
|
|
225
|
-
class CreateGatewayRuleCommand extends
|
|
223
|
+
class CreateGatewayRuleCommand extends client.Command
|
|
226
224
|
.classBuilder()
|
|
227
225
|
.ep(commonParams)
|
|
228
226
|
.m(function (Command, cs, config, o) {
|
|
229
|
-
return [
|
|
227
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
230
228
|
})
|
|
231
229
|
.s("AmazonBedrockAgentCoreControl", "CreateGatewayRule", {})
|
|
232
230
|
.n("BedrockAgentCoreControlClient", "CreateGatewayRuleCommand")
|
|
@@ -234,11 +232,11 @@ class CreateGatewayRuleCommand extends smithyClient.Command
|
|
|
234
232
|
.build() {
|
|
235
233
|
}
|
|
236
234
|
|
|
237
|
-
class CreateGatewayTargetCommand extends
|
|
235
|
+
class CreateGatewayTargetCommand extends client.Command
|
|
238
236
|
.classBuilder()
|
|
239
237
|
.ep(commonParams)
|
|
240
238
|
.m(function (Command, cs, config, o) {
|
|
241
|
-
return [
|
|
239
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
242
240
|
})
|
|
243
241
|
.s("AmazonBedrockAgentCoreControl", "CreateGatewayTarget", {})
|
|
244
242
|
.n("BedrockAgentCoreControlClient", "CreateGatewayTargetCommand")
|
|
@@ -246,11 +244,11 @@ class CreateGatewayTargetCommand extends smithyClient.Command
|
|
|
246
244
|
.build() {
|
|
247
245
|
}
|
|
248
246
|
|
|
249
|
-
class CreateHarnessCommand extends
|
|
247
|
+
class CreateHarnessCommand extends client.Command
|
|
250
248
|
.classBuilder()
|
|
251
249
|
.ep(commonParams)
|
|
252
250
|
.m(function (Command, cs, config, o) {
|
|
253
|
-
return [
|
|
251
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
254
252
|
})
|
|
255
253
|
.s("AmazonBedrockAgentCoreControl", "CreateHarness", {})
|
|
256
254
|
.n("BedrockAgentCoreControlClient", "CreateHarnessCommand")
|
|
@@ -258,11 +256,11 @@ class CreateHarnessCommand extends smithyClient.Command
|
|
|
258
256
|
.build() {
|
|
259
257
|
}
|
|
260
258
|
|
|
261
|
-
class CreateMemoryCommand extends
|
|
259
|
+
class CreateMemoryCommand extends client.Command
|
|
262
260
|
.classBuilder()
|
|
263
261
|
.ep(commonParams)
|
|
264
262
|
.m(function (Command, cs, config, o) {
|
|
265
|
-
return [
|
|
263
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
266
264
|
})
|
|
267
265
|
.s("AmazonBedrockAgentCoreControl", "CreateMemory", {})
|
|
268
266
|
.n("BedrockAgentCoreControlClient", "CreateMemoryCommand")
|
|
@@ -270,11 +268,11 @@ class CreateMemoryCommand extends smithyClient.Command
|
|
|
270
268
|
.build() {
|
|
271
269
|
}
|
|
272
270
|
|
|
273
|
-
class CreateOauth2CredentialProviderCommand extends
|
|
271
|
+
class CreateOauth2CredentialProviderCommand extends client.Command
|
|
274
272
|
.classBuilder()
|
|
275
273
|
.ep(commonParams)
|
|
276
274
|
.m(function (Command, cs, config, o) {
|
|
277
|
-
return [
|
|
275
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
278
276
|
})
|
|
279
277
|
.s("AmazonBedrockAgentCoreControl", "CreateOauth2CredentialProvider", {})
|
|
280
278
|
.n("BedrockAgentCoreControlClient", "CreateOauth2CredentialProviderCommand")
|
|
@@ -282,11 +280,11 @@ class CreateOauth2CredentialProviderCommand extends smithyClient.Command
|
|
|
282
280
|
.build() {
|
|
283
281
|
}
|
|
284
282
|
|
|
285
|
-
class CreateOnlineEvaluationConfigCommand extends
|
|
283
|
+
class CreateOnlineEvaluationConfigCommand extends client.Command
|
|
286
284
|
.classBuilder()
|
|
287
285
|
.ep(commonParams)
|
|
288
286
|
.m(function (Command, cs, config, o) {
|
|
289
|
-
return [
|
|
287
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
290
288
|
})
|
|
291
289
|
.s("AmazonBedrockAgentCoreControl", "CreateOnlineEvaluationConfig", {})
|
|
292
290
|
.n("BedrockAgentCoreControlClient", "CreateOnlineEvaluationConfigCommand")
|
|
@@ -294,11 +292,47 @@ class CreateOnlineEvaluationConfigCommand extends smithyClient.Command
|
|
|
294
292
|
.build() {
|
|
295
293
|
}
|
|
296
294
|
|
|
297
|
-
class
|
|
295
|
+
class CreatePaymentConnectorCommand extends client.Command
|
|
298
296
|
.classBuilder()
|
|
299
297
|
.ep(commonParams)
|
|
300
298
|
.m(function (Command, cs, config, o) {
|
|
301
|
-
return [
|
|
299
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
300
|
+
})
|
|
301
|
+
.s("AmazonBedrockAgentCoreControl", "CreatePaymentConnector", {})
|
|
302
|
+
.n("BedrockAgentCoreControlClient", "CreatePaymentConnectorCommand")
|
|
303
|
+
.sc(schemas_0.CreatePaymentConnector$)
|
|
304
|
+
.build() {
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
class CreatePaymentCredentialProviderCommand extends client.Command
|
|
308
|
+
.classBuilder()
|
|
309
|
+
.ep(commonParams)
|
|
310
|
+
.m(function (Command, cs, config, o) {
|
|
311
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
312
|
+
})
|
|
313
|
+
.s("AmazonBedrockAgentCoreControl", "CreatePaymentCredentialProvider", {})
|
|
314
|
+
.n("BedrockAgentCoreControlClient", "CreatePaymentCredentialProviderCommand")
|
|
315
|
+
.sc(schemas_0.CreatePaymentCredentialProvider$)
|
|
316
|
+
.build() {
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
class CreatePaymentManagerCommand extends client.Command
|
|
320
|
+
.classBuilder()
|
|
321
|
+
.ep(commonParams)
|
|
322
|
+
.m(function (Command, cs, config, o) {
|
|
323
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
324
|
+
})
|
|
325
|
+
.s("AmazonBedrockAgentCoreControl", "CreatePaymentManager", {})
|
|
326
|
+
.n("BedrockAgentCoreControlClient", "CreatePaymentManagerCommand")
|
|
327
|
+
.sc(schemas_0.CreatePaymentManager$)
|
|
328
|
+
.build() {
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
class CreatePolicyCommand extends client.Command
|
|
332
|
+
.classBuilder()
|
|
333
|
+
.ep(commonParams)
|
|
334
|
+
.m(function (Command, cs, config, o) {
|
|
335
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
302
336
|
})
|
|
303
337
|
.s("AmazonBedrockAgentCoreControl", "CreatePolicy", {})
|
|
304
338
|
.n("BedrockAgentCoreControlClient", "CreatePolicyCommand")
|
|
@@ -306,11 +340,11 @@ class CreatePolicyCommand extends smithyClient.Command
|
|
|
306
340
|
.build() {
|
|
307
341
|
}
|
|
308
342
|
|
|
309
|
-
class CreatePolicyEngineCommand extends
|
|
343
|
+
class CreatePolicyEngineCommand extends client.Command
|
|
310
344
|
.classBuilder()
|
|
311
345
|
.ep(commonParams)
|
|
312
346
|
.m(function (Command, cs, config, o) {
|
|
313
|
-
return [
|
|
347
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
314
348
|
})
|
|
315
349
|
.s("AmazonBedrockAgentCoreControl", "CreatePolicyEngine", {})
|
|
316
350
|
.n("BedrockAgentCoreControlClient", "CreatePolicyEngineCommand")
|
|
@@ -318,11 +352,11 @@ class CreatePolicyEngineCommand extends smithyClient.Command
|
|
|
318
352
|
.build() {
|
|
319
353
|
}
|
|
320
354
|
|
|
321
|
-
class CreateRegistryCommand extends
|
|
355
|
+
class CreateRegistryCommand extends client.Command
|
|
322
356
|
.classBuilder()
|
|
323
357
|
.ep(commonParams)
|
|
324
358
|
.m(function (Command, cs, config, o) {
|
|
325
|
-
return [
|
|
359
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
326
360
|
})
|
|
327
361
|
.s("AmazonBedrockAgentCoreControl", "CreateRegistry", {})
|
|
328
362
|
.n("BedrockAgentCoreControlClient", "CreateRegistryCommand")
|
|
@@ -330,11 +364,11 @@ class CreateRegistryCommand extends smithyClient.Command
|
|
|
330
364
|
.build() {
|
|
331
365
|
}
|
|
332
366
|
|
|
333
|
-
class CreateRegistryRecordCommand extends
|
|
367
|
+
class CreateRegistryRecordCommand extends client.Command
|
|
334
368
|
.classBuilder()
|
|
335
369
|
.ep(commonParams)
|
|
336
370
|
.m(function (Command, cs, config, o) {
|
|
337
|
-
return [
|
|
371
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
338
372
|
})
|
|
339
373
|
.s("AmazonBedrockAgentCoreControl", "CreateRegistryRecord", {})
|
|
340
374
|
.n("BedrockAgentCoreControlClient", "CreateRegistryRecordCommand")
|
|
@@ -342,11 +376,11 @@ class CreateRegistryRecordCommand extends smithyClient.Command
|
|
|
342
376
|
.build() {
|
|
343
377
|
}
|
|
344
378
|
|
|
345
|
-
class CreateWorkloadIdentityCommand extends
|
|
379
|
+
class CreateWorkloadIdentityCommand extends client.Command
|
|
346
380
|
.classBuilder()
|
|
347
381
|
.ep(commonParams)
|
|
348
382
|
.m(function (Command, cs, config, o) {
|
|
349
|
-
return [
|
|
383
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
350
384
|
})
|
|
351
385
|
.s("AmazonBedrockAgentCoreControl", "CreateWorkloadIdentity", {})
|
|
352
386
|
.n("BedrockAgentCoreControlClient", "CreateWorkloadIdentityCommand")
|
|
@@ -354,11 +388,11 @@ class CreateWorkloadIdentityCommand extends smithyClient.Command
|
|
|
354
388
|
.build() {
|
|
355
389
|
}
|
|
356
390
|
|
|
357
|
-
class DeleteAgentRuntimeCommand extends
|
|
391
|
+
class DeleteAgentRuntimeCommand extends client.Command
|
|
358
392
|
.classBuilder()
|
|
359
393
|
.ep(commonParams)
|
|
360
394
|
.m(function (Command, cs, config, o) {
|
|
361
|
-
return [
|
|
395
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
362
396
|
})
|
|
363
397
|
.s("AmazonBedrockAgentCoreControl", "DeleteAgentRuntime", {})
|
|
364
398
|
.n("BedrockAgentCoreControlClient", "DeleteAgentRuntimeCommand")
|
|
@@ -366,11 +400,11 @@ class DeleteAgentRuntimeCommand extends smithyClient.Command
|
|
|
366
400
|
.build() {
|
|
367
401
|
}
|
|
368
402
|
|
|
369
|
-
class DeleteAgentRuntimeEndpointCommand extends
|
|
403
|
+
class DeleteAgentRuntimeEndpointCommand extends client.Command
|
|
370
404
|
.classBuilder()
|
|
371
405
|
.ep(commonParams)
|
|
372
406
|
.m(function (Command, cs, config, o) {
|
|
373
|
-
return [
|
|
407
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
374
408
|
})
|
|
375
409
|
.s("AmazonBedrockAgentCoreControl", "DeleteAgentRuntimeEndpoint", {})
|
|
376
410
|
.n("BedrockAgentCoreControlClient", "DeleteAgentRuntimeEndpointCommand")
|
|
@@ -378,11 +412,11 @@ class DeleteAgentRuntimeEndpointCommand extends smithyClient.Command
|
|
|
378
412
|
.build() {
|
|
379
413
|
}
|
|
380
414
|
|
|
381
|
-
class DeleteApiKeyCredentialProviderCommand extends
|
|
415
|
+
class DeleteApiKeyCredentialProviderCommand extends client.Command
|
|
382
416
|
.classBuilder()
|
|
383
417
|
.ep(commonParams)
|
|
384
418
|
.m(function (Command, cs, config, o) {
|
|
385
|
-
return [
|
|
419
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
386
420
|
})
|
|
387
421
|
.s("AmazonBedrockAgentCoreControl", "DeleteApiKeyCredentialProvider", {})
|
|
388
422
|
.n("BedrockAgentCoreControlClient", "DeleteApiKeyCredentialProviderCommand")
|
|
@@ -390,11 +424,11 @@ class DeleteApiKeyCredentialProviderCommand extends smithyClient.Command
|
|
|
390
424
|
.build() {
|
|
391
425
|
}
|
|
392
426
|
|
|
393
|
-
class DeleteBrowserCommand extends
|
|
427
|
+
class DeleteBrowserCommand extends client.Command
|
|
394
428
|
.classBuilder()
|
|
395
429
|
.ep(commonParams)
|
|
396
430
|
.m(function (Command, cs, config, o) {
|
|
397
|
-
return [
|
|
431
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
398
432
|
})
|
|
399
433
|
.s("AmazonBedrockAgentCoreControl", "DeleteBrowser", {})
|
|
400
434
|
.n("BedrockAgentCoreControlClient", "DeleteBrowserCommand")
|
|
@@ -402,11 +436,11 @@ class DeleteBrowserCommand extends smithyClient.Command
|
|
|
402
436
|
.build() {
|
|
403
437
|
}
|
|
404
438
|
|
|
405
|
-
class DeleteBrowserProfileCommand extends
|
|
439
|
+
class DeleteBrowserProfileCommand extends client.Command
|
|
406
440
|
.classBuilder()
|
|
407
441
|
.ep(commonParams)
|
|
408
442
|
.m(function (Command, cs, config, o) {
|
|
409
|
-
return [
|
|
443
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
410
444
|
})
|
|
411
445
|
.s("AmazonBedrockAgentCoreControl", "DeleteBrowserProfile", {})
|
|
412
446
|
.n("BedrockAgentCoreControlClient", "DeleteBrowserProfileCommand")
|
|
@@ -414,11 +448,11 @@ class DeleteBrowserProfileCommand extends smithyClient.Command
|
|
|
414
448
|
.build() {
|
|
415
449
|
}
|
|
416
450
|
|
|
417
|
-
class DeleteCodeInterpreterCommand extends
|
|
451
|
+
class DeleteCodeInterpreterCommand extends client.Command
|
|
418
452
|
.classBuilder()
|
|
419
453
|
.ep(commonParams)
|
|
420
454
|
.m(function (Command, cs, config, o) {
|
|
421
|
-
return [
|
|
455
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
422
456
|
})
|
|
423
457
|
.s("AmazonBedrockAgentCoreControl", "DeleteCodeInterpreter", {})
|
|
424
458
|
.n("BedrockAgentCoreControlClient", "DeleteCodeInterpreterCommand")
|
|
@@ -426,11 +460,11 @@ class DeleteCodeInterpreterCommand extends smithyClient.Command
|
|
|
426
460
|
.build() {
|
|
427
461
|
}
|
|
428
462
|
|
|
429
|
-
class DeleteConfigurationBundleCommand extends
|
|
463
|
+
class DeleteConfigurationBundleCommand extends client.Command
|
|
430
464
|
.classBuilder()
|
|
431
465
|
.ep(commonParams)
|
|
432
466
|
.m(function (Command, cs, config, o) {
|
|
433
|
-
return [
|
|
467
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
434
468
|
})
|
|
435
469
|
.s("AmazonBedrockAgentCoreControl", "DeleteConfigurationBundle", {})
|
|
436
470
|
.n("BedrockAgentCoreControlClient", "DeleteConfigurationBundleCommand")
|
|
@@ -438,11 +472,11 @@ class DeleteConfigurationBundleCommand extends smithyClient.Command
|
|
|
438
472
|
.build() {
|
|
439
473
|
}
|
|
440
474
|
|
|
441
|
-
class DeleteEvaluatorCommand extends
|
|
475
|
+
class DeleteEvaluatorCommand extends client.Command
|
|
442
476
|
.classBuilder()
|
|
443
477
|
.ep(commonParams)
|
|
444
478
|
.m(function (Command, cs, config, o) {
|
|
445
|
-
return [
|
|
479
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
446
480
|
})
|
|
447
481
|
.s("AmazonBedrockAgentCoreControl", "DeleteEvaluator", {})
|
|
448
482
|
.n("BedrockAgentCoreControlClient", "DeleteEvaluatorCommand")
|
|
@@ -450,11 +484,11 @@ class DeleteEvaluatorCommand extends smithyClient.Command
|
|
|
450
484
|
.build() {
|
|
451
485
|
}
|
|
452
486
|
|
|
453
|
-
class DeleteGatewayCommand extends
|
|
487
|
+
class DeleteGatewayCommand extends client.Command
|
|
454
488
|
.classBuilder()
|
|
455
489
|
.ep(commonParams)
|
|
456
490
|
.m(function (Command, cs, config, o) {
|
|
457
|
-
return [
|
|
491
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
458
492
|
})
|
|
459
493
|
.s("AmazonBedrockAgentCoreControl", "DeleteGateway", {})
|
|
460
494
|
.n("BedrockAgentCoreControlClient", "DeleteGatewayCommand")
|
|
@@ -462,11 +496,11 @@ class DeleteGatewayCommand extends smithyClient.Command
|
|
|
462
496
|
.build() {
|
|
463
497
|
}
|
|
464
498
|
|
|
465
|
-
class DeleteGatewayRuleCommand extends
|
|
499
|
+
class DeleteGatewayRuleCommand extends client.Command
|
|
466
500
|
.classBuilder()
|
|
467
501
|
.ep(commonParams)
|
|
468
502
|
.m(function (Command, cs, config, o) {
|
|
469
|
-
return [
|
|
503
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
470
504
|
})
|
|
471
505
|
.s("AmazonBedrockAgentCoreControl", "DeleteGatewayRule", {})
|
|
472
506
|
.n("BedrockAgentCoreControlClient", "DeleteGatewayRuleCommand")
|
|
@@ -474,11 +508,11 @@ class DeleteGatewayRuleCommand extends smithyClient.Command
|
|
|
474
508
|
.build() {
|
|
475
509
|
}
|
|
476
510
|
|
|
477
|
-
class DeleteGatewayTargetCommand extends
|
|
511
|
+
class DeleteGatewayTargetCommand extends client.Command
|
|
478
512
|
.classBuilder()
|
|
479
513
|
.ep(commonParams)
|
|
480
514
|
.m(function (Command, cs, config, o) {
|
|
481
|
-
return [
|
|
515
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
482
516
|
})
|
|
483
517
|
.s("AmazonBedrockAgentCoreControl", "DeleteGatewayTarget", {})
|
|
484
518
|
.n("BedrockAgentCoreControlClient", "DeleteGatewayTargetCommand")
|
|
@@ -486,11 +520,11 @@ class DeleteGatewayTargetCommand extends smithyClient.Command
|
|
|
486
520
|
.build() {
|
|
487
521
|
}
|
|
488
522
|
|
|
489
|
-
class DeleteHarnessCommand extends
|
|
523
|
+
class DeleteHarnessCommand extends client.Command
|
|
490
524
|
.classBuilder()
|
|
491
525
|
.ep(commonParams)
|
|
492
526
|
.m(function (Command, cs, config, o) {
|
|
493
|
-
return [
|
|
527
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
494
528
|
})
|
|
495
529
|
.s("AmazonBedrockAgentCoreControl", "DeleteHarness", {})
|
|
496
530
|
.n("BedrockAgentCoreControlClient", "DeleteHarnessCommand")
|
|
@@ -498,11 +532,11 @@ class DeleteHarnessCommand extends smithyClient.Command
|
|
|
498
532
|
.build() {
|
|
499
533
|
}
|
|
500
534
|
|
|
501
|
-
class DeleteMemoryCommand extends
|
|
535
|
+
class DeleteMemoryCommand extends client.Command
|
|
502
536
|
.classBuilder()
|
|
503
537
|
.ep(commonParams)
|
|
504
538
|
.m(function (Command, cs, config, o) {
|
|
505
|
-
return [
|
|
539
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
506
540
|
})
|
|
507
541
|
.s("AmazonBedrockAgentCoreControl", "DeleteMemory", {})
|
|
508
542
|
.n("BedrockAgentCoreControlClient", "DeleteMemoryCommand")
|
|
@@ -510,11 +544,11 @@ class DeleteMemoryCommand extends smithyClient.Command
|
|
|
510
544
|
.build() {
|
|
511
545
|
}
|
|
512
546
|
|
|
513
|
-
class DeleteOauth2CredentialProviderCommand extends
|
|
547
|
+
class DeleteOauth2CredentialProviderCommand extends client.Command
|
|
514
548
|
.classBuilder()
|
|
515
549
|
.ep(commonParams)
|
|
516
550
|
.m(function (Command, cs, config, o) {
|
|
517
|
-
return [
|
|
551
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
518
552
|
})
|
|
519
553
|
.s("AmazonBedrockAgentCoreControl", "DeleteOauth2CredentialProvider", {})
|
|
520
554
|
.n("BedrockAgentCoreControlClient", "DeleteOauth2CredentialProviderCommand")
|
|
@@ -522,11 +556,11 @@ class DeleteOauth2CredentialProviderCommand extends smithyClient.Command
|
|
|
522
556
|
.build() {
|
|
523
557
|
}
|
|
524
558
|
|
|
525
|
-
class DeleteOnlineEvaluationConfigCommand extends
|
|
559
|
+
class DeleteOnlineEvaluationConfigCommand extends client.Command
|
|
526
560
|
.classBuilder()
|
|
527
561
|
.ep(commonParams)
|
|
528
562
|
.m(function (Command, cs, config, o) {
|
|
529
|
-
return [
|
|
563
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
530
564
|
})
|
|
531
565
|
.s("AmazonBedrockAgentCoreControl", "DeleteOnlineEvaluationConfig", {})
|
|
532
566
|
.n("BedrockAgentCoreControlClient", "DeleteOnlineEvaluationConfigCommand")
|
|
@@ -534,11 +568,47 @@ class DeleteOnlineEvaluationConfigCommand extends smithyClient.Command
|
|
|
534
568
|
.build() {
|
|
535
569
|
}
|
|
536
570
|
|
|
537
|
-
class
|
|
571
|
+
class DeletePaymentConnectorCommand extends client.Command
|
|
572
|
+
.classBuilder()
|
|
573
|
+
.ep(commonParams)
|
|
574
|
+
.m(function (Command, cs, config, o) {
|
|
575
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
576
|
+
})
|
|
577
|
+
.s("AmazonBedrockAgentCoreControl", "DeletePaymentConnector", {})
|
|
578
|
+
.n("BedrockAgentCoreControlClient", "DeletePaymentConnectorCommand")
|
|
579
|
+
.sc(schemas_0.DeletePaymentConnector$)
|
|
580
|
+
.build() {
|
|
581
|
+
}
|
|
582
|
+
|
|
583
|
+
class DeletePaymentCredentialProviderCommand extends client.Command
|
|
584
|
+
.classBuilder()
|
|
585
|
+
.ep(commonParams)
|
|
586
|
+
.m(function (Command, cs, config, o) {
|
|
587
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
588
|
+
})
|
|
589
|
+
.s("AmazonBedrockAgentCoreControl", "DeletePaymentCredentialProvider", {})
|
|
590
|
+
.n("BedrockAgentCoreControlClient", "DeletePaymentCredentialProviderCommand")
|
|
591
|
+
.sc(schemas_0.DeletePaymentCredentialProvider$)
|
|
592
|
+
.build() {
|
|
593
|
+
}
|
|
594
|
+
|
|
595
|
+
class DeletePaymentManagerCommand extends client.Command
|
|
538
596
|
.classBuilder()
|
|
539
597
|
.ep(commonParams)
|
|
540
598
|
.m(function (Command, cs, config, o) {
|
|
541
|
-
return [
|
|
599
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
600
|
+
})
|
|
601
|
+
.s("AmazonBedrockAgentCoreControl", "DeletePaymentManager", {})
|
|
602
|
+
.n("BedrockAgentCoreControlClient", "DeletePaymentManagerCommand")
|
|
603
|
+
.sc(schemas_0.DeletePaymentManager$)
|
|
604
|
+
.build() {
|
|
605
|
+
}
|
|
606
|
+
|
|
607
|
+
class DeletePolicyCommand extends client.Command
|
|
608
|
+
.classBuilder()
|
|
609
|
+
.ep(commonParams)
|
|
610
|
+
.m(function (Command, cs, config, o) {
|
|
611
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
542
612
|
})
|
|
543
613
|
.s("AmazonBedrockAgentCoreControl", "DeletePolicy", {})
|
|
544
614
|
.n("BedrockAgentCoreControlClient", "DeletePolicyCommand")
|
|
@@ -546,11 +616,11 @@ class DeletePolicyCommand extends smithyClient.Command
|
|
|
546
616
|
.build() {
|
|
547
617
|
}
|
|
548
618
|
|
|
549
|
-
class DeletePolicyEngineCommand extends
|
|
619
|
+
class DeletePolicyEngineCommand extends client.Command
|
|
550
620
|
.classBuilder()
|
|
551
621
|
.ep(commonParams)
|
|
552
622
|
.m(function (Command, cs, config, o) {
|
|
553
|
-
return [
|
|
623
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
554
624
|
})
|
|
555
625
|
.s("AmazonBedrockAgentCoreControl", "DeletePolicyEngine", {})
|
|
556
626
|
.n("BedrockAgentCoreControlClient", "DeletePolicyEngineCommand")
|
|
@@ -558,11 +628,11 @@ class DeletePolicyEngineCommand extends smithyClient.Command
|
|
|
558
628
|
.build() {
|
|
559
629
|
}
|
|
560
630
|
|
|
561
|
-
class DeleteRegistryCommand extends
|
|
631
|
+
class DeleteRegistryCommand extends client.Command
|
|
562
632
|
.classBuilder()
|
|
563
633
|
.ep(commonParams)
|
|
564
634
|
.m(function (Command, cs, config, o) {
|
|
565
|
-
return [
|
|
635
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
566
636
|
})
|
|
567
637
|
.s("AmazonBedrockAgentCoreControl", "DeleteRegistry", {})
|
|
568
638
|
.n("BedrockAgentCoreControlClient", "DeleteRegistryCommand")
|
|
@@ -570,11 +640,11 @@ class DeleteRegistryCommand extends smithyClient.Command
|
|
|
570
640
|
.build() {
|
|
571
641
|
}
|
|
572
642
|
|
|
573
|
-
class DeleteRegistryRecordCommand extends
|
|
643
|
+
class DeleteRegistryRecordCommand extends client.Command
|
|
574
644
|
.classBuilder()
|
|
575
645
|
.ep(commonParams)
|
|
576
646
|
.m(function (Command, cs, config, o) {
|
|
577
|
-
return [
|
|
647
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
578
648
|
})
|
|
579
649
|
.s("AmazonBedrockAgentCoreControl", "DeleteRegistryRecord", {})
|
|
580
650
|
.n("BedrockAgentCoreControlClient", "DeleteRegistryRecordCommand")
|
|
@@ -582,11 +652,11 @@ class DeleteRegistryRecordCommand extends smithyClient.Command
|
|
|
582
652
|
.build() {
|
|
583
653
|
}
|
|
584
654
|
|
|
585
|
-
class DeleteResourcePolicyCommand extends
|
|
655
|
+
class DeleteResourcePolicyCommand extends client.Command
|
|
586
656
|
.classBuilder()
|
|
587
657
|
.ep(commonParams)
|
|
588
658
|
.m(function (Command, cs, config, o) {
|
|
589
|
-
return [
|
|
659
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
590
660
|
})
|
|
591
661
|
.s("AmazonBedrockAgentCoreControl", "DeleteResourcePolicy", {})
|
|
592
662
|
.n("BedrockAgentCoreControlClient", "DeleteResourcePolicyCommand")
|
|
@@ -594,11 +664,11 @@ class DeleteResourcePolicyCommand extends smithyClient.Command
|
|
|
594
664
|
.build() {
|
|
595
665
|
}
|
|
596
666
|
|
|
597
|
-
class DeleteWorkloadIdentityCommand extends
|
|
667
|
+
class DeleteWorkloadIdentityCommand extends client.Command
|
|
598
668
|
.classBuilder()
|
|
599
669
|
.ep(commonParams)
|
|
600
670
|
.m(function (Command, cs, config, o) {
|
|
601
|
-
return [
|
|
671
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
602
672
|
})
|
|
603
673
|
.s("AmazonBedrockAgentCoreControl", "DeleteWorkloadIdentity", {})
|
|
604
674
|
.n("BedrockAgentCoreControlClient", "DeleteWorkloadIdentityCommand")
|
|
@@ -606,11 +676,11 @@ class DeleteWorkloadIdentityCommand extends smithyClient.Command
|
|
|
606
676
|
.build() {
|
|
607
677
|
}
|
|
608
678
|
|
|
609
|
-
class GetAgentRuntimeCommand extends
|
|
679
|
+
class GetAgentRuntimeCommand extends client.Command
|
|
610
680
|
.classBuilder()
|
|
611
681
|
.ep(commonParams)
|
|
612
682
|
.m(function (Command, cs, config, o) {
|
|
613
|
-
return [
|
|
683
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
614
684
|
})
|
|
615
685
|
.s("AmazonBedrockAgentCoreControl", "GetAgentRuntime", {})
|
|
616
686
|
.n("BedrockAgentCoreControlClient", "GetAgentRuntimeCommand")
|
|
@@ -618,11 +688,11 @@ class GetAgentRuntimeCommand extends smithyClient.Command
|
|
|
618
688
|
.build() {
|
|
619
689
|
}
|
|
620
690
|
|
|
621
|
-
class GetAgentRuntimeEndpointCommand extends
|
|
691
|
+
class GetAgentRuntimeEndpointCommand extends client.Command
|
|
622
692
|
.classBuilder()
|
|
623
693
|
.ep(commonParams)
|
|
624
694
|
.m(function (Command, cs, config, o) {
|
|
625
|
-
return [
|
|
695
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
626
696
|
})
|
|
627
697
|
.s("AmazonBedrockAgentCoreControl", "GetAgentRuntimeEndpoint", {})
|
|
628
698
|
.n("BedrockAgentCoreControlClient", "GetAgentRuntimeEndpointCommand")
|
|
@@ -630,11 +700,11 @@ class GetAgentRuntimeEndpointCommand extends smithyClient.Command
|
|
|
630
700
|
.build() {
|
|
631
701
|
}
|
|
632
702
|
|
|
633
|
-
class GetApiKeyCredentialProviderCommand extends
|
|
703
|
+
class GetApiKeyCredentialProviderCommand extends client.Command
|
|
634
704
|
.classBuilder()
|
|
635
705
|
.ep(commonParams)
|
|
636
706
|
.m(function (Command, cs, config, o) {
|
|
637
|
-
return [
|
|
707
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
638
708
|
})
|
|
639
709
|
.s("AmazonBedrockAgentCoreControl", "GetApiKeyCredentialProvider", {})
|
|
640
710
|
.n("BedrockAgentCoreControlClient", "GetApiKeyCredentialProviderCommand")
|
|
@@ -642,11 +712,11 @@ class GetApiKeyCredentialProviderCommand extends smithyClient.Command
|
|
|
642
712
|
.build() {
|
|
643
713
|
}
|
|
644
714
|
|
|
645
|
-
class GetBrowserCommand extends
|
|
715
|
+
class GetBrowserCommand extends client.Command
|
|
646
716
|
.classBuilder()
|
|
647
717
|
.ep(commonParams)
|
|
648
718
|
.m(function (Command, cs, config, o) {
|
|
649
|
-
return [
|
|
719
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
650
720
|
})
|
|
651
721
|
.s("AmazonBedrockAgentCoreControl", "GetBrowser", {})
|
|
652
722
|
.n("BedrockAgentCoreControlClient", "GetBrowserCommand")
|
|
@@ -654,11 +724,11 @@ class GetBrowserCommand extends smithyClient.Command
|
|
|
654
724
|
.build() {
|
|
655
725
|
}
|
|
656
726
|
|
|
657
|
-
class GetBrowserProfileCommand extends
|
|
727
|
+
class GetBrowserProfileCommand extends client.Command
|
|
658
728
|
.classBuilder()
|
|
659
729
|
.ep(commonParams)
|
|
660
730
|
.m(function (Command, cs, config, o) {
|
|
661
|
-
return [
|
|
731
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
662
732
|
})
|
|
663
733
|
.s("AmazonBedrockAgentCoreControl", "GetBrowserProfile", {})
|
|
664
734
|
.n("BedrockAgentCoreControlClient", "GetBrowserProfileCommand")
|
|
@@ -666,11 +736,11 @@ class GetBrowserProfileCommand extends smithyClient.Command
|
|
|
666
736
|
.build() {
|
|
667
737
|
}
|
|
668
738
|
|
|
669
|
-
class GetCodeInterpreterCommand extends
|
|
739
|
+
class GetCodeInterpreterCommand extends client.Command
|
|
670
740
|
.classBuilder()
|
|
671
741
|
.ep(commonParams)
|
|
672
742
|
.m(function (Command, cs, config, o) {
|
|
673
|
-
return [
|
|
743
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
674
744
|
})
|
|
675
745
|
.s("AmazonBedrockAgentCoreControl", "GetCodeInterpreter", {})
|
|
676
746
|
.n("BedrockAgentCoreControlClient", "GetCodeInterpreterCommand")
|
|
@@ -678,11 +748,11 @@ class GetCodeInterpreterCommand extends smithyClient.Command
|
|
|
678
748
|
.build() {
|
|
679
749
|
}
|
|
680
750
|
|
|
681
|
-
class GetConfigurationBundleCommand extends
|
|
751
|
+
class GetConfigurationBundleCommand extends client.Command
|
|
682
752
|
.classBuilder()
|
|
683
753
|
.ep(commonParams)
|
|
684
754
|
.m(function (Command, cs, config, o) {
|
|
685
|
-
return [
|
|
755
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
686
756
|
})
|
|
687
757
|
.s("AmazonBedrockAgentCoreControl", "GetConfigurationBundle", {})
|
|
688
758
|
.n("BedrockAgentCoreControlClient", "GetConfigurationBundleCommand")
|
|
@@ -690,11 +760,11 @@ class GetConfigurationBundleCommand extends smithyClient.Command
|
|
|
690
760
|
.build() {
|
|
691
761
|
}
|
|
692
762
|
|
|
693
|
-
class GetConfigurationBundleVersionCommand extends
|
|
763
|
+
class GetConfigurationBundleVersionCommand extends client.Command
|
|
694
764
|
.classBuilder()
|
|
695
765
|
.ep(commonParams)
|
|
696
766
|
.m(function (Command, cs, config, o) {
|
|
697
|
-
return [
|
|
767
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
698
768
|
})
|
|
699
769
|
.s("AmazonBedrockAgentCoreControl", "GetConfigurationBundleVersion", {})
|
|
700
770
|
.n("BedrockAgentCoreControlClient", "GetConfigurationBundleVersionCommand")
|
|
@@ -702,11 +772,11 @@ class GetConfigurationBundleVersionCommand extends smithyClient.Command
|
|
|
702
772
|
.build() {
|
|
703
773
|
}
|
|
704
774
|
|
|
705
|
-
class GetEvaluatorCommand extends
|
|
775
|
+
class GetEvaluatorCommand extends client.Command
|
|
706
776
|
.classBuilder()
|
|
707
777
|
.ep(commonParams)
|
|
708
778
|
.m(function (Command, cs, config, o) {
|
|
709
|
-
return [
|
|
779
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
710
780
|
})
|
|
711
781
|
.s("AmazonBedrockAgentCoreControl", "GetEvaluator", {})
|
|
712
782
|
.n("BedrockAgentCoreControlClient", "GetEvaluatorCommand")
|
|
@@ -714,11 +784,11 @@ class GetEvaluatorCommand extends smithyClient.Command
|
|
|
714
784
|
.build() {
|
|
715
785
|
}
|
|
716
786
|
|
|
717
|
-
class GetGatewayCommand extends
|
|
787
|
+
class GetGatewayCommand extends client.Command
|
|
718
788
|
.classBuilder()
|
|
719
789
|
.ep(commonParams)
|
|
720
790
|
.m(function (Command, cs, config, o) {
|
|
721
|
-
return [
|
|
791
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
722
792
|
})
|
|
723
793
|
.s("AmazonBedrockAgentCoreControl", "GetGateway", {})
|
|
724
794
|
.n("BedrockAgentCoreControlClient", "GetGatewayCommand")
|
|
@@ -726,11 +796,11 @@ class GetGatewayCommand extends smithyClient.Command
|
|
|
726
796
|
.build() {
|
|
727
797
|
}
|
|
728
798
|
|
|
729
|
-
class GetGatewayRuleCommand extends
|
|
799
|
+
class GetGatewayRuleCommand extends client.Command
|
|
730
800
|
.classBuilder()
|
|
731
801
|
.ep(commonParams)
|
|
732
802
|
.m(function (Command, cs, config, o) {
|
|
733
|
-
return [
|
|
803
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
734
804
|
})
|
|
735
805
|
.s("AmazonBedrockAgentCoreControl", "GetGatewayRule", {})
|
|
736
806
|
.n("BedrockAgentCoreControlClient", "GetGatewayRuleCommand")
|
|
@@ -738,11 +808,11 @@ class GetGatewayRuleCommand extends smithyClient.Command
|
|
|
738
808
|
.build() {
|
|
739
809
|
}
|
|
740
810
|
|
|
741
|
-
class GetGatewayTargetCommand extends
|
|
811
|
+
class GetGatewayTargetCommand extends client.Command
|
|
742
812
|
.classBuilder()
|
|
743
813
|
.ep(commonParams)
|
|
744
814
|
.m(function (Command, cs, config, o) {
|
|
745
|
-
return [
|
|
815
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
746
816
|
})
|
|
747
817
|
.s("AmazonBedrockAgentCoreControl", "GetGatewayTarget", {})
|
|
748
818
|
.n("BedrockAgentCoreControlClient", "GetGatewayTargetCommand")
|
|
@@ -750,11 +820,11 @@ class GetGatewayTargetCommand extends smithyClient.Command
|
|
|
750
820
|
.build() {
|
|
751
821
|
}
|
|
752
822
|
|
|
753
|
-
class GetHarnessCommand extends
|
|
823
|
+
class GetHarnessCommand extends client.Command
|
|
754
824
|
.classBuilder()
|
|
755
825
|
.ep(commonParams)
|
|
756
826
|
.m(function (Command, cs, config, o) {
|
|
757
|
-
return [
|
|
827
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
758
828
|
})
|
|
759
829
|
.s("AmazonBedrockAgentCoreControl", "GetHarness", {})
|
|
760
830
|
.n("BedrockAgentCoreControlClient", "GetHarnessCommand")
|
|
@@ -762,11 +832,11 @@ class GetHarnessCommand extends smithyClient.Command
|
|
|
762
832
|
.build() {
|
|
763
833
|
}
|
|
764
834
|
|
|
765
|
-
class GetMemoryCommand extends
|
|
835
|
+
class GetMemoryCommand extends client.Command
|
|
766
836
|
.classBuilder()
|
|
767
837
|
.ep(commonParams)
|
|
768
838
|
.m(function (Command, cs, config, o) {
|
|
769
|
-
return [
|
|
839
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
770
840
|
})
|
|
771
841
|
.s("AmazonBedrockAgentCoreControl", "GetMemory", {})
|
|
772
842
|
.n("BedrockAgentCoreControlClient", "GetMemoryCommand")
|
|
@@ -774,11 +844,11 @@ class GetMemoryCommand extends smithyClient.Command
|
|
|
774
844
|
.build() {
|
|
775
845
|
}
|
|
776
846
|
|
|
777
|
-
class GetOauth2CredentialProviderCommand extends
|
|
847
|
+
class GetOauth2CredentialProviderCommand extends client.Command
|
|
778
848
|
.classBuilder()
|
|
779
849
|
.ep(commonParams)
|
|
780
850
|
.m(function (Command, cs, config, o) {
|
|
781
|
-
return [
|
|
851
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
782
852
|
})
|
|
783
853
|
.s("AmazonBedrockAgentCoreControl", "GetOauth2CredentialProvider", {})
|
|
784
854
|
.n("BedrockAgentCoreControlClient", "GetOauth2CredentialProviderCommand")
|
|
@@ -786,11 +856,11 @@ class GetOauth2CredentialProviderCommand extends smithyClient.Command
|
|
|
786
856
|
.build() {
|
|
787
857
|
}
|
|
788
858
|
|
|
789
|
-
class GetOnlineEvaluationConfigCommand extends
|
|
859
|
+
class GetOnlineEvaluationConfigCommand extends client.Command
|
|
790
860
|
.classBuilder()
|
|
791
861
|
.ep(commonParams)
|
|
792
862
|
.m(function (Command, cs, config, o) {
|
|
793
|
-
return [
|
|
863
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
794
864
|
})
|
|
795
865
|
.s("AmazonBedrockAgentCoreControl", "GetOnlineEvaluationConfig", {})
|
|
796
866
|
.n("BedrockAgentCoreControlClient", "GetOnlineEvaluationConfigCommand")
|
|
@@ -798,11 +868,47 @@ class GetOnlineEvaluationConfigCommand extends smithyClient.Command
|
|
|
798
868
|
.build() {
|
|
799
869
|
}
|
|
800
870
|
|
|
801
|
-
class
|
|
871
|
+
class GetPaymentConnectorCommand extends client.Command
|
|
802
872
|
.classBuilder()
|
|
803
873
|
.ep(commonParams)
|
|
804
874
|
.m(function (Command, cs, config, o) {
|
|
805
|
-
return [
|
|
875
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
876
|
+
})
|
|
877
|
+
.s("AmazonBedrockAgentCoreControl", "GetPaymentConnector", {})
|
|
878
|
+
.n("BedrockAgentCoreControlClient", "GetPaymentConnectorCommand")
|
|
879
|
+
.sc(schemas_0.GetPaymentConnector$)
|
|
880
|
+
.build() {
|
|
881
|
+
}
|
|
882
|
+
|
|
883
|
+
class GetPaymentCredentialProviderCommand extends client.Command
|
|
884
|
+
.classBuilder()
|
|
885
|
+
.ep(commonParams)
|
|
886
|
+
.m(function (Command, cs, config, o) {
|
|
887
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
888
|
+
})
|
|
889
|
+
.s("AmazonBedrockAgentCoreControl", "GetPaymentCredentialProvider", {})
|
|
890
|
+
.n("BedrockAgentCoreControlClient", "GetPaymentCredentialProviderCommand")
|
|
891
|
+
.sc(schemas_0.GetPaymentCredentialProvider$)
|
|
892
|
+
.build() {
|
|
893
|
+
}
|
|
894
|
+
|
|
895
|
+
class GetPaymentManagerCommand extends client.Command
|
|
896
|
+
.classBuilder()
|
|
897
|
+
.ep(commonParams)
|
|
898
|
+
.m(function (Command, cs, config, o) {
|
|
899
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
900
|
+
})
|
|
901
|
+
.s("AmazonBedrockAgentCoreControl", "GetPaymentManager", {})
|
|
902
|
+
.n("BedrockAgentCoreControlClient", "GetPaymentManagerCommand")
|
|
903
|
+
.sc(schemas_0.GetPaymentManager$)
|
|
904
|
+
.build() {
|
|
905
|
+
}
|
|
906
|
+
|
|
907
|
+
class GetPolicyCommand extends client.Command
|
|
908
|
+
.classBuilder()
|
|
909
|
+
.ep(commonParams)
|
|
910
|
+
.m(function (Command, cs, config, o) {
|
|
911
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
806
912
|
})
|
|
807
913
|
.s("AmazonBedrockAgentCoreControl", "GetPolicy", {})
|
|
808
914
|
.n("BedrockAgentCoreControlClient", "GetPolicyCommand")
|
|
@@ -810,11 +916,11 @@ class GetPolicyCommand extends smithyClient.Command
|
|
|
810
916
|
.build() {
|
|
811
917
|
}
|
|
812
918
|
|
|
813
|
-
class GetPolicyEngineCommand extends
|
|
919
|
+
class GetPolicyEngineCommand extends client.Command
|
|
814
920
|
.classBuilder()
|
|
815
921
|
.ep(commonParams)
|
|
816
922
|
.m(function (Command, cs, config, o) {
|
|
817
|
-
return [
|
|
923
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
818
924
|
})
|
|
819
925
|
.s("AmazonBedrockAgentCoreControl", "GetPolicyEngine", {})
|
|
820
926
|
.n("BedrockAgentCoreControlClient", "GetPolicyEngineCommand")
|
|
@@ -822,11 +928,23 @@ class GetPolicyEngineCommand extends smithyClient.Command
|
|
|
822
928
|
.build() {
|
|
823
929
|
}
|
|
824
930
|
|
|
825
|
-
class
|
|
931
|
+
class GetPolicyEngineSummaryCommand extends client.Command
|
|
826
932
|
.classBuilder()
|
|
827
933
|
.ep(commonParams)
|
|
828
934
|
.m(function (Command, cs, config, o) {
|
|
829
|
-
return [
|
|
935
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
936
|
+
})
|
|
937
|
+
.s("AmazonBedrockAgentCoreControl", "GetPolicyEngineSummary", {})
|
|
938
|
+
.n("BedrockAgentCoreControlClient", "GetPolicyEngineSummaryCommand")
|
|
939
|
+
.sc(schemas_0.GetPolicyEngineSummary$)
|
|
940
|
+
.build() {
|
|
941
|
+
}
|
|
942
|
+
|
|
943
|
+
class GetPolicyGenerationCommand extends client.Command
|
|
944
|
+
.classBuilder()
|
|
945
|
+
.ep(commonParams)
|
|
946
|
+
.m(function (Command, cs, config, o) {
|
|
947
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
830
948
|
})
|
|
831
949
|
.s("AmazonBedrockAgentCoreControl", "GetPolicyGeneration", {})
|
|
832
950
|
.n("BedrockAgentCoreControlClient", "GetPolicyGenerationCommand")
|
|
@@ -834,11 +952,35 @@ class GetPolicyGenerationCommand extends smithyClient.Command
|
|
|
834
952
|
.build() {
|
|
835
953
|
}
|
|
836
954
|
|
|
837
|
-
class
|
|
955
|
+
class GetPolicyGenerationSummaryCommand extends client.Command
|
|
956
|
+
.classBuilder()
|
|
957
|
+
.ep(commonParams)
|
|
958
|
+
.m(function (Command, cs, config, o) {
|
|
959
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
960
|
+
})
|
|
961
|
+
.s("AmazonBedrockAgentCoreControl", "GetPolicyGenerationSummary", {})
|
|
962
|
+
.n("BedrockAgentCoreControlClient", "GetPolicyGenerationSummaryCommand")
|
|
963
|
+
.sc(schemas_0.GetPolicyGenerationSummary$)
|
|
964
|
+
.build() {
|
|
965
|
+
}
|
|
966
|
+
|
|
967
|
+
class GetPolicySummaryCommand extends client.Command
|
|
838
968
|
.classBuilder()
|
|
839
969
|
.ep(commonParams)
|
|
840
970
|
.m(function (Command, cs, config, o) {
|
|
841
|
-
return [
|
|
971
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
972
|
+
})
|
|
973
|
+
.s("AmazonBedrockAgentCoreControl", "GetPolicySummary", {})
|
|
974
|
+
.n("BedrockAgentCoreControlClient", "GetPolicySummaryCommand")
|
|
975
|
+
.sc(schemas_0.GetPolicySummary$)
|
|
976
|
+
.build() {
|
|
977
|
+
}
|
|
978
|
+
|
|
979
|
+
class GetRegistryCommand extends client.Command
|
|
980
|
+
.classBuilder()
|
|
981
|
+
.ep(commonParams)
|
|
982
|
+
.m(function (Command, cs, config, o) {
|
|
983
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
842
984
|
})
|
|
843
985
|
.s("AmazonBedrockAgentCoreControl", "GetRegistry", {})
|
|
844
986
|
.n("BedrockAgentCoreControlClient", "GetRegistryCommand")
|
|
@@ -846,11 +988,11 @@ class GetRegistryCommand extends smithyClient.Command
|
|
|
846
988
|
.build() {
|
|
847
989
|
}
|
|
848
990
|
|
|
849
|
-
class GetRegistryRecordCommand extends
|
|
991
|
+
class GetRegistryRecordCommand extends client.Command
|
|
850
992
|
.classBuilder()
|
|
851
993
|
.ep(commonParams)
|
|
852
994
|
.m(function (Command, cs, config, o) {
|
|
853
|
-
return [
|
|
995
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
854
996
|
})
|
|
855
997
|
.s("AmazonBedrockAgentCoreControl", "GetRegistryRecord", {})
|
|
856
998
|
.n("BedrockAgentCoreControlClient", "GetRegistryRecordCommand")
|
|
@@ -858,11 +1000,11 @@ class GetRegistryRecordCommand extends smithyClient.Command
|
|
|
858
1000
|
.build() {
|
|
859
1001
|
}
|
|
860
1002
|
|
|
861
|
-
class GetResourcePolicyCommand extends
|
|
1003
|
+
class GetResourcePolicyCommand extends client.Command
|
|
862
1004
|
.classBuilder()
|
|
863
1005
|
.ep(commonParams)
|
|
864
1006
|
.m(function (Command, cs, config, o) {
|
|
865
|
-
return [
|
|
1007
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
866
1008
|
})
|
|
867
1009
|
.s("AmazonBedrockAgentCoreControl", "GetResourcePolicy", {})
|
|
868
1010
|
.n("BedrockAgentCoreControlClient", "GetResourcePolicyCommand")
|
|
@@ -870,11 +1012,11 @@ class GetResourcePolicyCommand extends smithyClient.Command
|
|
|
870
1012
|
.build() {
|
|
871
1013
|
}
|
|
872
1014
|
|
|
873
|
-
class GetTokenVaultCommand extends
|
|
1015
|
+
class GetTokenVaultCommand extends client.Command
|
|
874
1016
|
.classBuilder()
|
|
875
1017
|
.ep(commonParams)
|
|
876
1018
|
.m(function (Command, cs, config, o) {
|
|
877
|
-
return [
|
|
1019
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
878
1020
|
})
|
|
879
1021
|
.s("AmazonBedrockAgentCoreControl", "GetTokenVault", {})
|
|
880
1022
|
.n("BedrockAgentCoreControlClient", "GetTokenVaultCommand")
|
|
@@ -882,11 +1024,11 @@ class GetTokenVaultCommand extends smithyClient.Command
|
|
|
882
1024
|
.build() {
|
|
883
1025
|
}
|
|
884
1026
|
|
|
885
|
-
class GetWorkloadIdentityCommand extends
|
|
1027
|
+
class GetWorkloadIdentityCommand extends client.Command
|
|
886
1028
|
.classBuilder()
|
|
887
1029
|
.ep(commonParams)
|
|
888
1030
|
.m(function (Command, cs, config, o) {
|
|
889
|
-
return [
|
|
1031
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
890
1032
|
})
|
|
891
1033
|
.s("AmazonBedrockAgentCoreControl", "GetWorkloadIdentity", {})
|
|
892
1034
|
.n("BedrockAgentCoreControlClient", "GetWorkloadIdentityCommand")
|
|
@@ -894,11 +1036,11 @@ class GetWorkloadIdentityCommand extends smithyClient.Command
|
|
|
894
1036
|
.build() {
|
|
895
1037
|
}
|
|
896
1038
|
|
|
897
|
-
class ListAgentRuntimeEndpointsCommand extends
|
|
1039
|
+
class ListAgentRuntimeEndpointsCommand extends client.Command
|
|
898
1040
|
.classBuilder()
|
|
899
1041
|
.ep(commonParams)
|
|
900
1042
|
.m(function (Command, cs, config, o) {
|
|
901
|
-
return [
|
|
1043
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
902
1044
|
})
|
|
903
1045
|
.s("AmazonBedrockAgentCoreControl", "ListAgentRuntimeEndpoints", {})
|
|
904
1046
|
.n("BedrockAgentCoreControlClient", "ListAgentRuntimeEndpointsCommand")
|
|
@@ -906,11 +1048,11 @@ class ListAgentRuntimeEndpointsCommand extends smithyClient.Command
|
|
|
906
1048
|
.build() {
|
|
907
1049
|
}
|
|
908
1050
|
|
|
909
|
-
class ListAgentRuntimesCommand extends
|
|
1051
|
+
class ListAgentRuntimesCommand extends client.Command
|
|
910
1052
|
.classBuilder()
|
|
911
1053
|
.ep(commonParams)
|
|
912
1054
|
.m(function (Command, cs, config, o) {
|
|
913
|
-
return [
|
|
1055
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
914
1056
|
})
|
|
915
1057
|
.s("AmazonBedrockAgentCoreControl", "ListAgentRuntimes", {})
|
|
916
1058
|
.n("BedrockAgentCoreControlClient", "ListAgentRuntimesCommand")
|
|
@@ -918,11 +1060,11 @@ class ListAgentRuntimesCommand extends smithyClient.Command
|
|
|
918
1060
|
.build() {
|
|
919
1061
|
}
|
|
920
1062
|
|
|
921
|
-
class ListAgentRuntimeVersionsCommand extends
|
|
1063
|
+
class ListAgentRuntimeVersionsCommand extends client.Command
|
|
922
1064
|
.classBuilder()
|
|
923
1065
|
.ep(commonParams)
|
|
924
1066
|
.m(function (Command, cs, config, o) {
|
|
925
|
-
return [
|
|
1067
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
926
1068
|
})
|
|
927
1069
|
.s("AmazonBedrockAgentCoreControl", "ListAgentRuntimeVersions", {})
|
|
928
1070
|
.n("BedrockAgentCoreControlClient", "ListAgentRuntimeVersionsCommand")
|
|
@@ -930,11 +1072,11 @@ class ListAgentRuntimeVersionsCommand extends smithyClient.Command
|
|
|
930
1072
|
.build() {
|
|
931
1073
|
}
|
|
932
1074
|
|
|
933
|
-
class ListApiKeyCredentialProvidersCommand extends
|
|
1075
|
+
class ListApiKeyCredentialProvidersCommand extends client.Command
|
|
934
1076
|
.classBuilder()
|
|
935
1077
|
.ep(commonParams)
|
|
936
1078
|
.m(function (Command, cs, config, o) {
|
|
937
|
-
return [
|
|
1079
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
938
1080
|
})
|
|
939
1081
|
.s("AmazonBedrockAgentCoreControl", "ListApiKeyCredentialProviders", {})
|
|
940
1082
|
.n("BedrockAgentCoreControlClient", "ListApiKeyCredentialProvidersCommand")
|
|
@@ -942,11 +1084,11 @@ class ListApiKeyCredentialProvidersCommand extends smithyClient.Command
|
|
|
942
1084
|
.build() {
|
|
943
1085
|
}
|
|
944
1086
|
|
|
945
|
-
class ListBrowserProfilesCommand extends
|
|
1087
|
+
class ListBrowserProfilesCommand extends client.Command
|
|
946
1088
|
.classBuilder()
|
|
947
1089
|
.ep(commonParams)
|
|
948
1090
|
.m(function (Command, cs, config, o) {
|
|
949
|
-
return [
|
|
1091
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
950
1092
|
})
|
|
951
1093
|
.s("AmazonBedrockAgentCoreControl", "ListBrowserProfiles", {})
|
|
952
1094
|
.n("BedrockAgentCoreControlClient", "ListBrowserProfilesCommand")
|
|
@@ -954,11 +1096,11 @@ class ListBrowserProfilesCommand extends smithyClient.Command
|
|
|
954
1096
|
.build() {
|
|
955
1097
|
}
|
|
956
1098
|
|
|
957
|
-
class ListBrowsersCommand extends
|
|
1099
|
+
class ListBrowsersCommand extends client.Command
|
|
958
1100
|
.classBuilder()
|
|
959
1101
|
.ep(commonParams)
|
|
960
1102
|
.m(function (Command, cs, config, o) {
|
|
961
|
-
return [
|
|
1103
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
962
1104
|
})
|
|
963
1105
|
.s("AmazonBedrockAgentCoreControl", "ListBrowsers", {})
|
|
964
1106
|
.n("BedrockAgentCoreControlClient", "ListBrowsersCommand")
|
|
@@ -966,11 +1108,11 @@ class ListBrowsersCommand extends smithyClient.Command
|
|
|
966
1108
|
.build() {
|
|
967
1109
|
}
|
|
968
1110
|
|
|
969
|
-
class ListCodeInterpretersCommand extends
|
|
1111
|
+
class ListCodeInterpretersCommand extends client.Command
|
|
970
1112
|
.classBuilder()
|
|
971
1113
|
.ep(commonParams)
|
|
972
1114
|
.m(function (Command, cs, config, o) {
|
|
973
|
-
return [
|
|
1115
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
974
1116
|
})
|
|
975
1117
|
.s("AmazonBedrockAgentCoreControl", "ListCodeInterpreters", {})
|
|
976
1118
|
.n("BedrockAgentCoreControlClient", "ListCodeInterpretersCommand")
|
|
@@ -978,11 +1120,11 @@ class ListCodeInterpretersCommand extends smithyClient.Command
|
|
|
978
1120
|
.build() {
|
|
979
1121
|
}
|
|
980
1122
|
|
|
981
|
-
class ListConfigurationBundlesCommand extends
|
|
1123
|
+
class ListConfigurationBundlesCommand extends client.Command
|
|
982
1124
|
.classBuilder()
|
|
983
1125
|
.ep(commonParams)
|
|
984
1126
|
.m(function (Command, cs, config, o) {
|
|
985
|
-
return [
|
|
1127
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
986
1128
|
})
|
|
987
1129
|
.s("AmazonBedrockAgentCoreControl", "ListConfigurationBundles", {})
|
|
988
1130
|
.n("BedrockAgentCoreControlClient", "ListConfigurationBundlesCommand")
|
|
@@ -990,11 +1132,11 @@ class ListConfigurationBundlesCommand extends smithyClient.Command
|
|
|
990
1132
|
.build() {
|
|
991
1133
|
}
|
|
992
1134
|
|
|
993
|
-
class ListConfigurationBundleVersionsCommand extends
|
|
1135
|
+
class ListConfigurationBundleVersionsCommand extends client.Command
|
|
994
1136
|
.classBuilder()
|
|
995
1137
|
.ep(commonParams)
|
|
996
1138
|
.m(function (Command, cs, config, o) {
|
|
997
|
-
return [
|
|
1139
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
998
1140
|
})
|
|
999
1141
|
.s("AmazonBedrockAgentCoreControl", "ListConfigurationBundleVersions", {})
|
|
1000
1142
|
.n("BedrockAgentCoreControlClient", "ListConfigurationBundleVersionsCommand")
|
|
@@ -1002,11 +1144,11 @@ class ListConfigurationBundleVersionsCommand extends smithyClient.Command
|
|
|
1002
1144
|
.build() {
|
|
1003
1145
|
}
|
|
1004
1146
|
|
|
1005
|
-
class ListEvaluatorsCommand extends
|
|
1147
|
+
class ListEvaluatorsCommand extends client.Command
|
|
1006
1148
|
.classBuilder()
|
|
1007
1149
|
.ep(commonParams)
|
|
1008
1150
|
.m(function (Command, cs, config, o) {
|
|
1009
|
-
return [
|
|
1151
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1010
1152
|
})
|
|
1011
1153
|
.s("AmazonBedrockAgentCoreControl", "ListEvaluators", {})
|
|
1012
1154
|
.n("BedrockAgentCoreControlClient", "ListEvaluatorsCommand")
|
|
@@ -1014,11 +1156,11 @@ class ListEvaluatorsCommand extends smithyClient.Command
|
|
|
1014
1156
|
.build() {
|
|
1015
1157
|
}
|
|
1016
1158
|
|
|
1017
|
-
class ListGatewayRulesCommand extends
|
|
1159
|
+
class ListGatewayRulesCommand extends client.Command
|
|
1018
1160
|
.classBuilder()
|
|
1019
1161
|
.ep(commonParams)
|
|
1020
1162
|
.m(function (Command, cs, config, o) {
|
|
1021
|
-
return [
|
|
1163
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1022
1164
|
})
|
|
1023
1165
|
.s("AmazonBedrockAgentCoreControl", "ListGatewayRules", {})
|
|
1024
1166
|
.n("BedrockAgentCoreControlClient", "ListGatewayRulesCommand")
|
|
@@ -1026,11 +1168,11 @@ class ListGatewayRulesCommand extends smithyClient.Command
|
|
|
1026
1168
|
.build() {
|
|
1027
1169
|
}
|
|
1028
1170
|
|
|
1029
|
-
class ListGatewaysCommand extends
|
|
1171
|
+
class ListGatewaysCommand extends client.Command
|
|
1030
1172
|
.classBuilder()
|
|
1031
1173
|
.ep(commonParams)
|
|
1032
1174
|
.m(function (Command, cs, config, o) {
|
|
1033
|
-
return [
|
|
1175
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1034
1176
|
})
|
|
1035
1177
|
.s("AmazonBedrockAgentCoreControl", "ListGateways", {})
|
|
1036
1178
|
.n("BedrockAgentCoreControlClient", "ListGatewaysCommand")
|
|
@@ -1038,11 +1180,11 @@ class ListGatewaysCommand extends smithyClient.Command
|
|
|
1038
1180
|
.build() {
|
|
1039
1181
|
}
|
|
1040
1182
|
|
|
1041
|
-
class ListGatewayTargetsCommand extends
|
|
1183
|
+
class ListGatewayTargetsCommand extends client.Command
|
|
1042
1184
|
.classBuilder()
|
|
1043
1185
|
.ep(commonParams)
|
|
1044
1186
|
.m(function (Command, cs, config, o) {
|
|
1045
|
-
return [
|
|
1187
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1046
1188
|
})
|
|
1047
1189
|
.s("AmazonBedrockAgentCoreControl", "ListGatewayTargets", {})
|
|
1048
1190
|
.n("BedrockAgentCoreControlClient", "ListGatewayTargetsCommand")
|
|
@@ -1050,11 +1192,11 @@ class ListGatewayTargetsCommand extends smithyClient.Command
|
|
|
1050
1192
|
.build() {
|
|
1051
1193
|
}
|
|
1052
1194
|
|
|
1053
|
-
class ListHarnessesCommand extends
|
|
1195
|
+
class ListHarnessesCommand extends client.Command
|
|
1054
1196
|
.classBuilder()
|
|
1055
1197
|
.ep(commonParams)
|
|
1056
1198
|
.m(function (Command, cs, config, o) {
|
|
1057
|
-
return [
|
|
1199
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1058
1200
|
})
|
|
1059
1201
|
.s("AmazonBedrockAgentCoreControl", "ListHarnesses", {})
|
|
1060
1202
|
.n("BedrockAgentCoreControlClient", "ListHarnessesCommand")
|
|
@@ -1062,11 +1204,11 @@ class ListHarnessesCommand extends smithyClient.Command
|
|
|
1062
1204
|
.build() {
|
|
1063
1205
|
}
|
|
1064
1206
|
|
|
1065
|
-
class ListMemoriesCommand extends
|
|
1207
|
+
class ListMemoriesCommand extends client.Command
|
|
1066
1208
|
.classBuilder()
|
|
1067
1209
|
.ep(commonParams)
|
|
1068
1210
|
.m(function (Command, cs, config, o) {
|
|
1069
|
-
return [
|
|
1211
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1070
1212
|
})
|
|
1071
1213
|
.s("AmazonBedrockAgentCoreControl", "ListMemories", {})
|
|
1072
1214
|
.n("BedrockAgentCoreControlClient", "ListMemoriesCommand")
|
|
@@ -1074,11 +1216,11 @@ class ListMemoriesCommand extends smithyClient.Command
|
|
|
1074
1216
|
.build() {
|
|
1075
1217
|
}
|
|
1076
1218
|
|
|
1077
|
-
class ListOauth2CredentialProvidersCommand extends
|
|
1219
|
+
class ListOauth2CredentialProvidersCommand extends client.Command
|
|
1078
1220
|
.classBuilder()
|
|
1079
1221
|
.ep(commonParams)
|
|
1080
1222
|
.m(function (Command, cs, config, o) {
|
|
1081
|
-
return [
|
|
1223
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1082
1224
|
})
|
|
1083
1225
|
.s("AmazonBedrockAgentCoreControl", "ListOauth2CredentialProviders", {})
|
|
1084
1226
|
.n("BedrockAgentCoreControlClient", "ListOauth2CredentialProvidersCommand")
|
|
@@ -1086,11 +1228,11 @@ class ListOauth2CredentialProvidersCommand extends smithyClient.Command
|
|
|
1086
1228
|
.build() {
|
|
1087
1229
|
}
|
|
1088
1230
|
|
|
1089
|
-
class ListOnlineEvaluationConfigsCommand extends
|
|
1231
|
+
class ListOnlineEvaluationConfigsCommand extends client.Command
|
|
1090
1232
|
.classBuilder()
|
|
1091
1233
|
.ep(commonParams)
|
|
1092
1234
|
.m(function (Command, cs, config, o) {
|
|
1093
|
-
return [
|
|
1235
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1094
1236
|
})
|
|
1095
1237
|
.s("AmazonBedrockAgentCoreControl", "ListOnlineEvaluationConfigs", {})
|
|
1096
1238
|
.n("BedrockAgentCoreControlClient", "ListOnlineEvaluationConfigsCommand")
|
|
@@ -1098,11 +1240,47 @@ class ListOnlineEvaluationConfigsCommand extends smithyClient.Command
|
|
|
1098
1240
|
.build() {
|
|
1099
1241
|
}
|
|
1100
1242
|
|
|
1101
|
-
class
|
|
1243
|
+
class ListPaymentConnectorsCommand extends client.Command
|
|
1244
|
+
.classBuilder()
|
|
1245
|
+
.ep(commonParams)
|
|
1246
|
+
.m(function (Command, cs, config, o) {
|
|
1247
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1248
|
+
})
|
|
1249
|
+
.s("AmazonBedrockAgentCoreControl", "ListPaymentConnectors", {})
|
|
1250
|
+
.n("BedrockAgentCoreControlClient", "ListPaymentConnectorsCommand")
|
|
1251
|
+
.sc(schemas_0.ListPaymentConnectors$)
|
|
1252
|
+
.build() {
|
|
1253
|
+
}
|
|
1254
|
+
|
|
1255
|
+
class ListPaymentCredentialProvidersCommand extends client.Command
|
|
1256
|
+
.classBuilder()
|
|
1257
|
+
.ep(commonParams)
|
|
1258
|
+
.m(function (Command, cs, config, o) {
|
|
1259
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1260
|
+
})
|
|
1261
|
+
.s("AmazonBedrockAgentCoreControl", "ListPaymentCredentialProviders", {})
|
|
1262
|
+
.n("BedrockAgentCoreControlClient", "ListPaymentCredentialProvidersCommand")
|
|
1263
|
+
.sc(schemas_0.ListPaymentCredentialProviders$)
|
|
1264
|
+
.build() {
|
|
1265
|
+
}
|
|
1266
|
+
|
|
1267
|
+
class ListPaymentManagersCommand extends client.Command
|
|
1102
1268
|
.classBuilder()
|
|
1103
1269
|
.ep(commonParams)
|
|
1104
1270
|
.m(function (Command, cs, config, o) {
|
|
1105
|
-
return [
|
|
1271
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1272
|
+
})
|
|
1273
|
+
.s("AmazonBedrockAgentCoreControl", "ListPaymentManagers", {})
|
|
1274
|
+
.n("BedrockAgentCoreControlClient", "ListPaymentManagersCommand")
|
|
1275
|
+
.sc(schemas_0.ListPaymentManagers$)
|
|
1276
|
+
.build() {
|
|
1277
|
+
}
|
|
1278
|
+
|
|
1279
|
+
class ListPoliciesCommand extends client.Command
|
|
1280
|
+
.classBuilder()
|
|
1281
|
+
.ep(commonParams)
|
|
1282
|
+
.m(function (Command, cs, config, o) {
|
|
1283
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1106
1284
|
})
|
|
1107
1285
|
.s("AmazonBedrockAgentCoreControl", "ListPolicies", {})
|
|
1108
1286
|
.n("BedrockAgentCoreControlClient", "ListPoliciesCommand")
|
|
@@ -1110,11 +1288,11 @@ class ListPoliciesCommand extends smithyClient.Command
|
|
|
1110
1288
|
.build() {
|
|
1111
1289
|
}
|
|
1112
1290
|
|
|
1113
|
-
class ListPolicyEnginesCommand extends
|
|
1291
|
+
class ListPolicyEnginesCommand extends client.Command
|
|
1114
1292
|
.classBuilder()
|
|
1115
1293
|
.ep(commonParams)
|
|
1116
1294
|
.m(function (Command, cs, config, o) {
|
|
1117
|
-
return [
|
|
1295
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1118
1296
|
})
|
|
1119
1297
|
.s("AmazonBedrockAgentCoreControl", "ListPolicyEngines", {})
|
|
1120
1298
|
.n("BedrockAgentCoreControlClient", "ListPolicyEnginesCommand")
|
|
@@ -1122,11 +1300,23 @@ class ListPolicyEnginesCommand extends smithyClient.Command
|
|
|
1122
1300
|
.build() {
|
|
1123
1301
|
}
|
|
1124
1302
|
|
|
1125
|
-
class
|
|
1303
|
+
class ListPolicyEngineSummariesCommand extends client.Command
|
|
1304
|
+
.classBuilder()
|
|
1305
|
+
.ep(commonParams)
|
|
1306
|
+
.m(function (Command, cs, config, o) {
|
|
1307
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1308
|
+
})
|
|
1309
|
+
.s("AmazonBedrockAgentCoreControl", "ListPolicyEngineSummaries", {})
|
|
1310
|
+
.n("BedrockAgentCoreControlClient", "ListPolicyEngineSummariesCommand")
|
|
1311
|
+
.sc(schemas_0.ListPolicyEngineSummaries$)
|
|
1312
|
+
.build() {
|
|
1313
|
+
}
|
|
1314
|
+
|
|
1315
|
+
class ListPolicyGenerationAssetsCommand extends client.Command
|
|
1126
1316
|
.classBuilder()
|
|
1127
1317
|
.ep(commonParams)
|
|
1128
1318
|
.m(function (Command, cs, config, o) {
|
|
1129
|
-
return [
|
|
1319
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1130
1320
|
})
|
|
1131
1321
|
.s("AmazonBedrockAgentCoreControl", "ListPolicyGenerationAssets", {})
|
|
1132
1322
|
.n("BedrockAgentCoreControlClient", "ListPolicyGenerationAssetsCommand")
|
|
@@ -1134,11 +1324,11 @@ class ListPolicyGenerationAssetsCommand extends smithyClient.Command
|
|
|
1134
1324
|
.build() {
|
|
1135
1325
|
}
|
|
1136
1326
|
|
|
1137
|
-
class ListPolicyGenerationsCommand extends
|
|
1327
|
+
class ListPolicyGenerationsCommand extends client.Command
|
|
1138
1328
|
.classBuilder()
|
|
1139
1329
|
.ep(commonParams)
|
|
1140
1330
|
.m(function (Command, cs, config, o) {
|
|
1141
|
-
return [
|
|
1331
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1142
1332
|
})
|
|
1143
1333
|
.s("AmazonBedrockAgentCoreControl", "ListPolicyGenerations", {})
|
|
1144
1334
|
.n("BedrockAgentCoreControlClient", "ListPolicyGenerationsCommand")
|
|
@@ -1146,11 +1336,35 @@ class ListPolicyGenerationsCommand extends smithyClient.Command
|
|
|
1146
1336
|
.build() {
|
|
1147
1337
|
}
|
|
1148
1338
|
|
|
1149
|
-
class
|
|
1339
|
+
class ListPolicyGenerationSummariesCommand extends client.Command
|
|
1340
|
+
.classBuilder()
|
|
1341
|
+
.ep(commonParams)
|
|
1342
|
+
.m(function (Command, cs, config, o) {
|
|
1343
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1344
|
+
})
|
|
1345
|
+
.s("AmazonBedrockAgentCoreControl", "ListPolicyGenerationSummaries", {})
|
|
1346
|
+
.n("BedrockAgentCoreControlClient", "ListPolicyGenerationSummariesCommand")
|
|
1347
|
+
.sc(schemas_0.ListPolicyGenerationSummaries$)
|
|
1348
|
+
.build() {
|
|
1349
|
+
}
|
|
1350
|
+
|
|
1351
|
+
class ListPolicySummariesCommand extends client.Command
|
|
1352
|
+
.classBuilder()
|
|
1353
|
+
.ep(commonParams)
|
|
1354
|
+
.m(function (Command, cs, config, o) {
|
|
1355
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1356
|
+
})
|
|
1357
|
+
.s("AmazonBedrockAgentCoreControl", "ListPolicySummaries", {})
|
|
1358
|
+
.n("BedrockAgentCoreControlClient", "ListPolicySummariesCommand")
|
|
1359
|
+
.sc(schemas_0.ListPolicySummaries$)
|
|
1360
|
+
.build() {
|
|
1361
|
+
}
|
|
1362
|
+
|
|
1363
|
+
class ListRegistriesCommand extends client.Command
|
|
1150
1364
|
.classBuilder()
|
|
1151
1365
|
.ep(commonParams)
|
|
1152
1366
|
.m(function (Command, cs, config, o) {
|
|
1153
|
-
return [
|
|
1367
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1154
1368
|
})
|
|
1155
1369
|
.s("AmazonBedrockAgentCoreControl", "ListRegistries", {})
|
|
1156
1370
|
.n("BedrockAgentCoreControlClient", "ListRegistriesCommand")
|
|
@@ -1158,11 +1372,11 @@ class ListRegistriesCommand extends smithyClient.Command
|
|
|
1158
1372
|
.build() {
|
|
1159
1373
|
}
|
|
1160
1374
|
|
|
1161
|
-
class ListRegistryRecordsCommand extends
|
|
1375
|
+
class ListRegistryRecordsCommand extends client.Command
|
|
1162
1376
|
.classBuilder()
|
|
1163
1377
|
.ep(commonParams)
|
|
1164
1378
|
.m(function (Command, cs, config, o) {
|
|
1165
|
-
return [
|
|
1379
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1166
1380
|
})
|
|
1167
1381
|
.s("AmazonBedrockAgentCoreControl", "ListRegistryRecords", {})
|
|
1168
1382
|
.n("BedrockAgentCoreControlClient", "ListRegistryRecordsCommand")
|
|
@@ -1170,11 +1384,11 @@ class ListRegistryRecordsCommand extends smithyClient.Command
|
|
|
1170
1384
|
.build() {
|
|
1171
1385
|
}
|
|
1172
1386
|
|
|
1173
|
-
class ListTagsForResourceCommand extends
|
|
1387
|
+
class ListTagsForResourceCommand extends client.Command
|
|
1174
1388
|
.classBuilder()
|
|
1175
1389
|
.ep(commonParams)
|
|
1176
1390
|
.m(function (Command, cs, config, o) {
|
|
1177
|
-
return [
|
|
1391
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1178
1392
|
})
|
|
1179
1393
|
.s("AmazonBedrockAgentCoreControl", "ListTagsForResource", {})
|
|
1180
1394
|
.n("BedrockAgentCoreControlClient", "ListTagsForResourceCommand")
|
|
@@ -1182,11 +1396,11 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
1182
1396
|
.build() {
|
|
1183
1397
|
}
|
|
1184
1398
|
|
|
1185
|
-
class ListWorkloadIdentitiesCommand extends
|
|
1399
|
+
class ListWorkloadIdentitiesCommand extends client.Command
|
|
1186
1400
|
.classBuilder()
|
|
1187
1401
|
.ep(commonParams)
|
|
1188
1402
|
.m(function (Command, cs, config, o) {
|
|
1189
|
-
return [
|
|
1403
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1190
1404
|
})
|
|
1191
1405
|
.s("AmazonBedrockAgentCoreControl", "ListWorkloadIdentities", {})
|
|
1192
1406
|
.n("BedrockAgentCoreControlClient", "ListWorkloadIdentitiesCommand")
|
|
@@ -1194,11 +1408,11 @@ class ListWorkloadIdentitiesCommand extends smithyClient.Command
|
|
|
1194
1408
|
.build() {
|
|
1195
1409
|
}
|
|
1196
1410
|
|
|
1197
|
-
class PutResourcePolicyCommand extends
|
|
1411
|
+
class PutResourcePolicyCommand extends client.Command
|
|
1198
1412
|
.classBuilder()
|
|
1199
1413
|
.ep(commonParams)
|
|
1200
1414
|
.m(function (Command, cs, config, o) {
|
|
1201
|
-
return [
|
|
1415
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1202
1416
|
})
|
|
1203
1417
|
.s("AmazonBedrockAgentCoreControl", "PutResourcePolicy", {})
|
|
1204
1418
|
.n("BedrockAgentCoreControlClient", "PutResourcePolicyCommand")
|
|
@@ -1206,11 +1420,11 @@ class PutResourcePolicyCommand extends smithyClient.Command
|
|
|
1206
1420
|
.build() {
|
|
1207
1421
|
}
|
|
1208
1422
|
|
|
1209
|
-
class SetTokenVaultCMKCommand extends
|
|
1423
|
+
class SetTokenVaultCMKCommand extends client.Command
|
|
1210
1424
|
.classBuilder()
|
|
1211
1425
|
.ep(commonParams)
|
|
1212
1426
|
.m(function (Command, cs, config, o) {
|
|
1213
|
-
return [
|
|
1427
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1214
1428
|
})
|
|
1215
1429
|
.s("AmazonBedrockAgentCoreControl", "SetTokenVaultCMK", {})
|
|
1216
1430
|
.n("BedrockAgentCoreControlClient", "SetTokenVaultCMKCommand")
|
|
@@ -1218,11 +1432,11 @@ class SetTokenVaultCMKCommand extends smithyClient.Command
|
|
|
1218
1432
|
.build() {
|
|
1219
1433
|
}
|
|
1220
1434
|
|
|
1221
|
-
class StartPolicyGenerationCommand extends
|
|
1435
|
+
class StartPolicyGenerationCommand extends client.Command
|
|
1222
1436
|
.classBuilder()
|
|
1223
1437
|
.ep(commonParams)
|
|
1224
1438
|
.m(function (Command, cs, config, o) {
|
|
1225
|
-
return [
|
|
1439
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1226
1440
|
})
|
|
1227
1441
|
.s("AmazonBedrockAgentCoreControl", "StartPolicyGeneration", {})
|
|
1228
1442
|
.n("BedrockAgentCoreControlClient", "StartPolicyGenerationCommand")
|
|
@@ -1230,11 +1444,11 @@ class StartPolicyGenerationCommand extends smithyClient.Command
|
|
|
1230
1444
|
.build() {
|
|
1231
1445
|
}
|
|
1232
1446
|
|
|
1233
|
-
class SubmitRegistryRecordForApprovalCommand extends
|
|
1447
|
+
class SubmitRegistryRecordForApprovalCommand extends client.Command
|
|
1234
1448
|
.classBuilder()
|
|
1235
1449
|
.ep(commonParams)
|
|
1236
1450
|
.m(function (Command, cs, config, o) {
|
|
1237
|
-
return [
|
|
1451
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1238
1452
|
})
|
|
1239
1453
|
.s("AmazonBedrockAgentCoreControl", "SubmitRegistryRecordForApproval", {})
|
|
1240
1454
|
.n("BedrockAgentCoreControlClient", "SubmitRegistryRecordForApprovalCommand")
|
|
@@ -1242,11 +1456,11 @@ class SubmitRegistryRecordForApprovalCommand extends smithyClient.Command
|
|
|
1242
1456
|
.build() {
|
|
1243
1457
|
}
|
|
1244
1458
|
|
|
1245
|
-
class SynchronizeGatewayTargetsCommand extends
|
|
1459
|
+
class SynchronizeGatewayTargetsCommand extends client.Command
|
|
1246
1460
|
.classBuilder()
|
|
1247
1461
|
.ep(commonParams)
|
|
1248
1462
|
.m(function (Command, cs, config, o) {
|
|
1249
|
-
return [
|
|
1463
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1250
1464
|
})
|
|
1251
1465
|
.s("AmazonBedrockAgentCoreControl", "SynchronizeGatewayTargets", {})
|
|
1252
1466
|
.n("BedrockAgentCoreControlClient", "SynchronizeGatewayTargetsCommand")
|
|
@@ -1254,11 +1468,11 @@ class SynchronizeGatewayTargetsCommand extends smithyClient.Command
|
|
|
1254
1468
|
.build() {
|
|
1255
1469
|
}
|
|
1256
1470
|
|
|
1257
|
-
class TagResourceCommand extends
|
|
1471
|
+
class TagResourceCommand extends client.Command
|
|
1258
1472
|
.classBuilder()
|
|
1259
1473
|
.ep(commonParams)
|
|
1260
1474
|
.m(function (Command, cs, config, o) {
|
|
1261
|
-
return [
|
|
1475
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1262
1476
|
})
|
|
1263
1477
|
.s("AmazonBedrockAgentCoreControl", "TagResource", {})
|
|
1264
1478
|
.n("BedrockAgentCoreControlClient", "TagResourceCommand")
|
|
@@ -1266,11 +1480,11 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
1266
1480
|
.build() {
|
|
1267
1481
|
}
|
|
1268
1482
|
|
|
1269
|
-
class UntagResourceCommand extends
|
|
1483
|
+
class UntagResourceCommand extends client.Command
|
|
1270
1484
|
.classBuilder()
|
|
1271
1485
|
.ep(commonParams)
|
|
1272
1486
|
.m(function (Command, cs, config, o) {
|
|
1273
|
-
return [
|
|
1487
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1274
1488
|
})
|
|
1275
1489
|
.s("AmazonBedrockAgentCoreControl", "UntagResource", {})
|
|
1276
1490
|
.n("BedrockAgentCoreControlClient", "UntagResourceCommand")
|
|
@@ -1278,11 +1492,11 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
1278
1492
|
.build() {
|
|
1279
1493
|
}
|
|
1280
1494
|
|
|
1281
|
-
class UpdateAgentRuntimeCommand extends
|
|
1495
|
+
class UpdateAgentRuntimeCommand extends client.Command
|
|
1282
1496
|
.classBuilder()
|
|
1283
1497
|
.ep(commonParams)
|
|
1284
1498
|
.m(function (Command, cs, config, o) {
|
|
1285
|
-
return [
|
|
1499
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1286
1500
|
})
|
|
1287
1501
|
.s("AmazonBedrockAgentCoreControl", "UpdateAgentRuntime", {})
|
|
1288
1502
|
.n("BedrockAgentCoreControlClient", "UpdateAgentRuntimeCommand")
|
|
@@ -1290,11 +1504,11 @@ class UpdateAgentRuntimeCommand extends smithyClient.Command
|
|
|
1290
1504
|
.build() {
|
|
1291
1505
|
}
|
|
1292
1506
|
|
|
1293
|
-
class UpdateAgentRuntimeEndpointCommand extends
|
|
1507
|
+
class UpdateAgentRuntimeEndpointCommand extends client.Command
|
|
1294
1508
|
.classBuilder()
|
|
1295
1509
|
.ep(commonParams)
|
|
1296
1510
|
.m(function (Command, cs, config, o) {
|
|
1297
|
-
return [
|
|
1511
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1298
1512
|
})
|
|
1299
1513
|
.s("AmazonBedrockAgentCoreControl", "UpdateAgentRuntimeEndpoint", {})
|
|
1300
1514
|
.n("BedrockAgentCoreControlClient", "UpdateAgentRuntimeEndpointCommand")
|
|
@@ -1302,11 +1516,11 @@ class UpdateAgentRuntimeEndpointCommand extends smithyClient.Command
|
|
|
1302
1516
|
.build() {
|
|
1303
1517
|
}
|
|
1304
1518
|
|
|
1305
|
-
class UpdateApiKeyCredentialProviderCommand extends
|
|
1519
|
+
class UpdateApiKeyCredentialProviderCommand extends client.Command
|
|
1306
1520
|
.classBuilder()
|
|
1307
1521
|
.ep(commonParams)
|
|
1308
1522
|
.m(function (Command, cs, config, o) {
|
|
1309
|
-
return [
|
|
1523
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1310
1524
|
})
|
|
1311
1525
|
.s("AmazonBedrockAgentCoreControl", "UpdateApiKeyCredentialProvider", {})
|
|
1312
1526
|
.n("BedrockAgentCoreControlClient", "UpdateApiKeyCredentialProviderCommand")
|
|
@@ -1314,11 +1528,11 @@ class UpdateApiKeyCredentialProviderCommand extends smithyClient.Command
|
|
|
1314
1528
|
.build() {
|
|
1315
1529
|
}
|
|
1316
1530
|
|
|
1317
|
-
class UpdateConfigurationBundleCommand extends
|
|
1531
|
+
class UpdateConfigurationBundleCommand extends client.Command
|
|
1318
1532
|
.classBuilder()
|
|
1319
1533
|
.ep(commonParams)
|
|
1320
1534
|
.m(function (Command, cs, config, o) {
|
|
1321
|
-
return [
|
|
1535
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1322
1536
|
})
|
|
1323
1537
|
.s("AmazonBedrockAgentCoreControl", "UpdateConfigurationBundle", {})
|
|
1324
1538
|
.n("BedrockAgentCoreControlClient", "UpdateConfigurationBundleCommand")
|
|
@@ -1326,11 +1540,11 @@ class UpdateConfigurationBundleCommand extends smithyClient.Command
|
|
|
1326
1540
|
.build() {
|
|
1327
1541
|
}
|
|
1328
1542
|
|
|
1329
|
-
class UpdateEvaluatorCommand extends
|
|
1543
|
+
class UpdateEvaluatorCommand extends client.Command
|
|
1330
1544
|
.classBuilder()
|
|
1331
1545
|
.ep(commonParams)
|
|
1332
1546
|
.m(function (Command, cs, config, o) {
|
|
1333
|
-
return [
|
|
1547
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1334
1548
|
})
|
|
1335
1549
|
.s("AmazonBedrockAgentCoreControl", "UpdateEvaluator", {})
|
|
1336
1550
|
.n("BedrockAgentCoreControlClient", "UpdateEvaluatorCommand")
|
|
@@ -1338,11 +1552,11 @@ class UpdateEvaluatorCommand extends smithyClient.Command
|
|
|
1338
1552
|
.build() {
|
|
1339
1553
|
}
|
|
1340
1554
|
|
|
1341
|
-
class UpdateGatewayCommand extends
|
|
1555
|
+
class UpdateGatewayCommand extends client.Command
|
|
1342
1556
|
.classBuilder()
|
|
1343
1557
|
.ep(commonParams)
|
|
1344
1558
|
.m(function (Command, cs, config, o) {
|
|
1345
|
-
return [
|
|
1559
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1346
1560
|
})
|
|
1347
1561
|
.s("AmazonBedrockAgentCoreControl", "UpdateGateway", {})
|
|
1348
1562
|
.n("BedrockAgentCoreControlClient", "UpdateGatewayCommand")
|
|
@@ -1350,11 +1564,11 @@ class UpdateGatewayCommand extends smithyClient.Command
|
|
|
1350
1564
|
.build() {
|
|
1351
1565
|
}
|
|
1352
1566
|
|
|
1353
|
-
class UpdateGatewayRuleCommand extends
|
|
1567
|
+
class UpdateGatewayRuleCommand extends client.Command
|
|
1354
1568
|
.classBuilder()
|
|
1355
1569
|
.ep(commonParams)
|
|
1356
1570
|
.m(function (Command, cs, config, o) {
|
|
1357
|
-
return [
|
|
1571
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1358
1572
|
})
|
|
1359
1573
|
.s("AmazonBedrockAgentCoreControl", "UpdateGatewayRule", {})
|
|
1360
1574
|
.n("BedrockAgentCoreControlClient", "UpdateGatewayRuleCommand")
|
|
@@ -1362,11 +1576,11 @@ class UpdateGatewayRuleCommand extends smithyClient.Command
|
|
|
1362
1576
|
.build() {
|
|
1363
1577
|
}
|
|
1364
1578
|
|
|
1365
|
-
class UpdateGatewayTargetCommand extends
|
|
1579
|
+
class UpdateGatewayTargetCommand extends client.Command
|
|
1366
1580
|
.classBuilder()
|
|
1367
1581
|
.ep(commonParams)
|
|
1368
1582
|
.m(function (Command, cs, config, o) {
|
|
1369
|
-
return [
|
|
1583
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1370
1584
|
})
|
|
1371
1585
|
.s("AmazonBedrockAgentCoreControl", "UpdateGatewayTarget", {})
|
|
1372
1586
|
.n("BedrockAgentCoreControlClient", "UpdateGatewayTargetCommand")
|
|
@@ -1374,11 +1588,11 @@ class UpdateGatewayTargetCommand extends smithyClient.Command
|
|
|
1374
1588
|
.build() {
|
|
1375
1589
|
}
|
|
1376
1590
|
|
|
1377
|
-
class UpdateHarnessCommand extends
|
|
1591
|
+
class UpdateHarnessCommand extends client.Command
|
|
1378
1592
|
.classBuilder()
|
|
1379
1593
|
.ep(commonParams)
|
|
1380
1594
|
.m(function (Command, cs, config, o) {
|
|
1381
|
-
return [
|
|
1595
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1382
1596
|
})
|
|
1383
1597
|
.s("AmazonBedrockAgentCoreControl", "UpdateHarness", {})
|
|
1384
1598
|
.n("BedrockAgentCoreControlClient", "UpdateHarnessCommand")
|
|
@@ -1386,11 +1600,11 @@ class UpdateHarnessCommand extends smithyClient.Command
|
|
|
1386
1600
|
.build() {
|
|
1387
1601
|
}
|
|
1388
1602
|
|
|
1389
|
-
class UpdateMemoryCommand extends
|
|
1603
|
+
class UpdateMemoryCommand extends client.Command
|
|
1390
1604
|
.classBuilder()
|
|
1391
1605
|
.ep(commonParams)
|
|
1392
1606
|
.m(function (Command, cs, config, o) {
|
|
1393
|
-
return [
|
|
1607
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1394
1608
|
})
|
|
1395
1609
|
.s("AmazonBedrockAgentCoreControl", "UpdateMemory", {})
|
|
1396
1610
|
.n("BedrockAgentCoreControlClient", "UpdateMemoryCommand")
|
|
@@ -1398,11 +1612,11 @@ class UpdateMemoryCommand extends smithyClient.Command
|
|
|
1398
1612
|
.build() {
|
|
1399
1613
|
}
|
|
1400
1614
|
|
|
1401
|
-
class UpdateOauth2CredentialProviderCommand extends
|
|
1615
|
+
class UpdateOauth2CredentialProviderCommand extends client.Command
|
|
1402
1616
|
.classBuilder()
|
|
1403
1617
|
.ep(commonParams)
|
|
1404
1618
|
.m(function (Command, cs, config, o) {
|
|
1405
|
-
return [
|
|
1619
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1406
1620
|
})
|
|
1407
1621
|
.s("AmazonBedrockAgentCoreControl", "UpdateOauth2CredentialProvider", {})
|
|
1408
1622
|
.n("BedrockAgentCoreControlClient", "UpdateOauth2CredentialProviderCommand")
|
|
@@ -1410,11 +1624,11 @@ class UpdateOauth2CredentialProviderCommand extends smithyClient.Command
|
|
|
1410
1624
|
.build() {
|
|
1411
1625
|
}
|
|
1412
1626
|
|
|
1413
|
-
class UpdateOnlineEvaluationConfigCommand extends
|
|
1627
|
+
class UpdateOnlineEvaluationConfigCommand extends client.Command
|
|
1414
1628
|
.classBuilder()
|
|
1415
1629
|
.ep(commonParams)
|
|
1416
1630
|
.m(function (Command, cs, config, o) {
|
|
1417
|
-
return [
|
|
1631
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1418
1632
|
})
|
|
1419
1633
|
.s("AmazonBedrockAgentCoreControl", "UpdateOnlineEvaluationConfig", {})
|
|
1420
1634
|
.n("BedrockAgentCoreControlClient", "UpdateOnlineEvaluationConfigCommand")
|
|
@@ -1422,11 +1636,47 @@ class UpdateOnlineEvaluationConfigCommand extends smithyClient.Command
|
|
|
1422
1636
|
.build() {
|
|
1423
1637
|
}
|
|
1424
1638
|
|
|
1425
|
-
class
|
|
1639
|
+
class UpdatePaymentConnectorCommand extends client.Command
|
|
1426
1640
|
.classBuilder()
|
|
1427
1641
|
.ep(commonParams)
|
|
1428
1642
|
.m(function (Command, cs, config, o) {
|
|
1429
|
-
return [
|
|
1643
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1644
|
+
})
|
|
1645
|
+
.s("AmazonBedrockAgentCoreControl", "UpdatePaymentConnector", {})
|
|
1646
|
+
.n("BedrockAgentCoreControlClient", "UpdatePaymentConnectorCommand")
|
|
1647
|
+
.sc(schemas_0.UpdatePaymentConnector$)
|
|
1648
|
+
.build() {
|
|
1649
|
+
}
|
|
1650
|
+
|
|
1651
|
+
class UpdatePaymentCredentialProviderCommand extends client.Command
|
|
1652
|
+
.classBuilder()
|
|
1653
|
+
.ep(commonParams)
|
|
1654
|
+
.m(function (Command, cs, config, o) {
|
|
1655
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1656
|
+
})
|
|
1657
|
+
.s("AmazonBedrockAgentCoreControl", "UpdatePaymentCredentialProvider", {})
|
|
1658
|
+
.n("BedrockAgentCoreControlClient", "UpdatePaymentCredentialProviderCommand")
|
|
1659
|
+
.sc(schemas_0.UpdatePaymentCredentialProvider$)
|
|
1660
|
+
.build() {
|
|
1661
|
+
}
|
|
1662
|
+
|
|
1663
|
+
class UpdatePaymentManagerCommand extends client.Command
|
|
1664
|
+
.classBuilder()
|
|
1665
|
+
.ep(commonParams)
|
|
1666
|
+
.m(function (Command, cs, config, o) {
|
|
1667
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1668
|
+
})
|
|
1669
|
+
.s("AmazonBedrockAgentCoreControl", "UpdatePaymentManager", {})
|
|
1670
|
+
.n("BedrockAgentCoreControlClient", "UpdatePaymentManagerCommand")
|
|
1671
|
+
.sc(schemas_0.UpdatePaymentManager$)
|
|
1672
|
+
.build() {
|
|
1673
|
+
}
|
|
1674
|
+
|
|
1675
|
+
class UpdatePolicyCommand extends client.Command
|
|
1676
|
+
.classBuilder()
|
|
1677
|
+
.ep(commonParams)
|
|
1678
|
+
.m(function (Command, cs, config, o) {
|
|
1679
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1430
1680
|
})
|
|
1431
1681
|
.s("AmazonBedrockAgentCoreControl", "UpdatePolicy", {})
|
|
1432
1682
|
.n("BedrockAgentCoreControlClient", "UpdatePolicyCommand")
|
|
@@ -1434,11 +1684,11 @@ class UpdatePolicyCommand extends smithyClient.Command
|
|
|
1434
1684
|
.build() {
|
|
1435
1685
|
}
|
|
1436
1686
|
|
|
1437
|
-
class UpdatePolicyEngineCommand extends
|
|
1687
|
+
class UpdatePolicyEngineCommand extends client.Command
|
|
1438
1688
|
.classBuilder()
|
|
1439
1689
|
.ep(commonParams)
|
|
1440
1690
|
.m(function (Command, cs, config, o) {
|
|
1441
|
-
return [
|
|
1691
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1442
1692
|
})
|
|
1443
1693
|
.s("AmazonBedrockAgentCoreControl", "UpdatePolicyEngine", {})
|
|
1444
1694
|
.n("BedrockAgentCoreControlClient", "UpdatePolicyEngineCommand")
|
|
@@ -1446,11 +1696,11 @@ class UpdatePolicyEngineCommand extends smithyClient.Command
|
|
|
1446
1696
|
.build() {
|
|
1447
1697
|
}
|
|
1448
1698
|
|
|
1449
|
-
class UpdateRegistryCommand extends
|
|
1699
|
+
class UpdateRegistryCommand extends client.Command
|
|
1450
1700
|
.classBuilder()
|
|
1451
1701
|
.ep(commonParams)
|
|
1452
1702
|
.m(function (Command, cs, config, o) {
|
|
1453
|
-
return [
|
|
1703
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1454
1704
|
})
|
|
1455
1705
|
.s("AmazonBedrockAgentCoreControl", "UpdateRegistry", {})
|
|
1456
1706
|
.n("BedrockAgentCoreControlClient", "UpdateRegistryCommand")
|
|
@@ -1458,11 +1708,11 @@ class UpdateRegistryCommand extends smithyClient.Command
|
|
|
1458
1708
|
.build() {
|
|
1459
1709
|
}
|
|
1460
1710
|
|
|
1461
|
-
class UpdateRegistryRecordCommand extends
|
|
1711
|
+
class UpdateRegistryRecordCommand extends client.Command
|
|
1462
1712
|
.classBuilder()
|
|
1463
1713
|
.ep(commonParams)
|
|
1464
1714
|
.m(function (Command, cs, config, o) {
|
|
1465
|
-
return [
|
|
1715
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1466
1716
|
})
|
|
1467
1717
|
.s("AmazonBedrockAgentCoreControl", "UpdateRegistryRecord", {})
|
|
1468
1718
|
.n("BedrockAgentCoreControlClient", "UpdateRegistryRecordCommand")
|
|
@@ -1470,11 +1720,11 @@ class UpdateRegistryRecordCommand extends smithyClient.Command
|
|
|
1470
1720
|
.build() {
|
|
1471
1721
|
}
|
|
1472
1722
|
|
|
1473
|
-
class UpdateRegistryRecordStatusCommand extends
|
|
1723
|
+
class UpdateRegistryRecordStatusCommand extends client.Command
|
|
1474
1724
|
.classBuilder()
|
|
1475
1725
|
.ep(commonParams)
|
|
1476
1726
|
.m(function (Command, cs, config, o) {
|
|
1477
|
-
return [
|
|
1727
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1478
1728
|
})
|
|
1479
1729
|
.s("AmazonBedrockAgentCoreControl", "UpdateRegistryRecordStatus", {})
|
|
1480
1730
|
.n("BedrockAgentCoreControlClient", "UpdateRegistryRecordStatusCommand")
|
|
@@ -1482,11 +1732,11 @@ class UpdateRegistryRecordStatusCommand extends smithyClient.Command
|
|
|
1482
1732
|
.build() {
|
|
1483
1733
|
}
|
|
1484
1734
|
|
|
1485
|
-
class UpdateWorkloadIdentityCommand extends
|
|
1735
|
+
class UpdateWorkloadIdentityCommand extends client.Command
|
|
1486
1736
|
.classBuilder()
|
|
1487
1737
|
.ep(commonParams)
|
|
1488
1738
|
.m(function (Command, cs, config, o) {
|
|
1489
|
-
return [
|
|
1739
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1490
1740
|
})
|
|
1491
1741
|
.s("AmazonBedrockAgentCoreControl", "UpdateWorkloadIdentity", {})
|
|
1492
1742
|
.n("BedrockAgentCoreControlClient", "UpdateWorkloadIdentityCommand")
|
|
@@ -1528,31 +1778,43 @@ const paginateListOauth2CredentialProviders = core.createPaginator(BedrockAgentC
|
|
|
1528
1778
|
|
|
1529
1779
|
const paginateListOnlineEvaluationConfigs = core.createPaginator(BedrockAgentCoreControlClient, ListOnlineEvaluationConfigsCommand, "nextToken", "nextToken", "maxResults");
|
|
1530
1780
|
|
|
1781
|
+
const paginateListPaymentConnectors = core.createPaginator(BedrockAgentCoreControlClient, ListPaymentConnectorsCommand, "nextToken", "nextToken", "maxResults");
|
|
1782
|
+
|
|
1783
|
+
const paginateListPaymentCredentialProviders = core.createPaginator(BedrockAgentCoreControlClient, ListPaymentCredentialProvidersCommand, "nextToken", "nextToken", "maxResults");
|
|
1784
|
+
|
|
1785
|
+
const paginateListPaymentManagers = core.createPaginator(BedrockAgentCoreControlClient, ListPaymentManagersCommand, "nextToken", "nextToken", "maxResults");
|
|
1786
|
+
|
|
1531
1787
|
const paginateListPolicies = core.createPaginator(BedrockAgentCoreControlClient, ListPoliciesCommand, "nextToken", "nextToken", "maxResults");
|
|
1532
1788
|
|
|
1533
1789
|
const paginateListPolicyEngines = core.createPaginator(BedrockAgentCoreControlClient, ListPolicyEnginesCommand, "nextToken", "nextToken", "maxResults");
|
|
1534
1790
|
|
|
1791
|
+
const paginateListPolicyEngineSummaries = core.createPaginator(BedrockAgentCoreControlClient, ListPolicyEngineSummariesCommand, "nextToken", "nextToken", "maxResults");
|
|
1792
|
+
|
|
1535
1793
|
const paginateListPolicyGenerationAssets = core.createPaginator(BedrockAgentCoreControlClient, ListPolicyGenerationAssetsCommand, "nextToken", "nextToken", "maxResults");
|
|
1536
1794
|
|
|
1537
1795
|
const paginateListPolicyGenerations = core.createPaginator(BedrockAgentCoreControlClient, ListPolicyGenerationsCommand, "nextToken", "nextToken", "maxResults");
|
|
1538
1796
|
|
|
1797
|
+
const paginateListPolicyGenerationSummaries = core.createPaginator(BedrockAgentCoreControlClient, ListPolicyGenerationSummariesCommand, "nextToken", "nextToken", "maxResults");
|
|
1798
|
+
|
|
1799
|
+
const paginateListPolicySummaries = core.createPaginator(BedrockAgentCoreControlClient, ListPolicySummariesCommand, "nextToken", "nextToken", "maxResults");
|
|
1800
|
+
|
|
1539
1801
|
const paginateListRegistries = core.createPaginator(BedrockAgentCoreControlClient, ListRegistriesCommand, "nextToken", "nextToken", "maxResults");
|
|
1540
1802
|
|
|
1541
1803
|
const paginateListRegistryRecords = core.createPaginator(BedrockAgentCoreControlClient, ListRegistryRecordsCommand, "nextToken", "nextToken", "maxResults");
|
|
1542
1804
|
|
|
1543
1805
|
const paginateListWorkloadIdentities = core.createPaginator(BedrockAgentCoreControlClient, ListWorkloadIdentitiesCommand, "nextToken", "nextToken", "maxResults");
|
|
1544
1806
|
|
|
1545
|
-
const checkState$5 = async (client, input) => {
|
|
1807
|
+
const checkState$5 = async (client$1, input) => {
|
|
1546
1808
|
let reason;
|
|
1547
1809
|
try {
|
|
1548
|
-
let result = await client.send(new GetMemoryCommand(input));
|
|
1810
|
+
let result = await client$1.send(new GetMemoryCommand(input));
|
|
1549
1811
|
reason = result;
|
|
1550
1812
|
try {
|
|
1551
1813
|
const returnComparator = () => {
|
|
1552
1814
|
return result.memory.status;
|
|
1553
1815
|
};
|
|
1554
1816
|
if (returnComparator() === "CREATING") {
|
|
1555
|
-
return { state:
|
|
1817
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
1556
1818
|
}
|
|
1557
1819
|
}
|
|
1558
1820
|
catch (e) { }
|
|
@@ -1561,7 +1823,7 @@ const checkState$5 = async (client, input) => {
|
|
|
1561
1823
|
return result.memory.status;
|
|
1562
1824
|
};
|
|
1563
1825
|
if (returnComparator() === "ACTIVE") {
|
|
1564
|
-
return { state:
|
|
1826
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
1565
1827
|
}
|
|
1566
1828
|
}
|
|
1567
1829
|
catch (e) { }
|
|
@@ -1570,7 +1832,7 @@ const checkState$5 = async (client, input) => {
|
|
|
1570
1832
|
return result.memory.status;
|
|
1571
1833
|
};
|
|
1572
1834
|
if (returnComparator() === "FAILED") {
|
|
1573
|
-
return { state:
|
|
1835
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1574
1836
|
}
|
|
1575
1837
|
}
|
|
1576
1838
|
catch (e) { }
|
|
@@ -1578,29 +1840,29 @@ const checkState$5 = async (client, input) => {
|
|
|
1578
1840
|
catch (exception) {
|
|
1579
1841
|
reason = exception;
|
|
1580
1842
|
}
|
|
1581
|
-
return { state:
|
|
1843
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
1582
1844
|
};
|
|
1583
1845
|
const waitForMemoryCreated = async (params, input) => {
|
|
1584
1846
|
const serviceDefaults = { minDelay: 2, maxDelay: 120 };
|
|
1585
|
-
return
|
|
1847
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$5);
|
|
1586
1848
|
};
|
|
1587
1849
|
const waitUntilMemoryCreated = async (params, input) => {
|
|
1588
1850
|
const serviceDefaults = { minDelay: 2, maxDelay: 120 };
|
|
1589
|
-
const result = await
|
|
1590
|
-
return
|
|
1851
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$5);
|
|
1852
|
+
return client.checkExceptions(result);
|
|
1591
1853
|
};
|
|
1592
1854
|
|
|
1593
|
-
const checkState$4 = async (client, input) => {
|
|
1855
|
+
const checkState$4 = async (client$1, input) => {
|
|
1594
1856
|
let reason;
|
|
1595
1857
|
try {
|
|
1596
|
-
let result = await client.send(new GetPolicyCommand(input));
|
|
1858
|
+
let result = await client$1.send(new GetPolicyCommand(input));
|
|
1597
1859
|
reason = result;
|
|
1598
1860
|
try {
|
|
1599
1861
|
const returnComparator = () => {
|
|
1600
1862
|
return result.status;
|
|
1601
1863
|
};
|
|
1602
1864
|
if (returnComparator() === "ACTIVE") {
|
|
1603
|
-
return { state:
|
|
1865
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
1604
1866
|
}
|
|
1605
1867
|
}
|
|
1606
1868
|
catch (e) { }
|
|
@@ -1609,7 +1871,7 @@ const checkState$4 = async (client, input) => {
|
|
|
1609
1871
|
return result.status;
|
|
1610
1872
|
};
|
|
1611
1873
|
if (returnComparator() === "CREATE_FAILED") {
|
|
1612
|
-
return { state:
|
|
1874
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1613
1875
|
}
|
|
1614
1876
|
}
|
|
1615
1877
|
catch (e) { }
|
|
@@ -1618,7 +1880,7 @@ const checkState$4 = async (client, input) => {
|
|
|
1618
1880
|
return result.status;
|
|
1619
1881
|
};
|
|
1620
1882
|
if (returnComparator() === "UPDATE_FAILED") {
|
|
1621
|
-
return { state:
|
|
1883
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1622
1884
|
}
|
|
1623
1885
|
}
|
|
1624
1886
|
catch (e) { }
|
|
@@ -1627,7 +1889,7 @@ const checkState$4 = async (client, input) => {
|
|
|
1627
1889
|
return result.status;
|
|
1628
1890
|
};
|
|
1629
1891
|
if (returnComparator() === "DELETE_FAILED") {
|
|
1630
|
-
return { state:
|
|
1892
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1631
1893
|
}
|
|
1632
1894
|
}
|
|
1633
1895
|
catch (e) { }
|
|
@@ -1635,29 +1897,29 @@ const checkState$4 = async (client, input) => {
|
|
|
1635
1897
|
catch (exception) {
|
|
1636
1898
|
reason = exception;
|
|
1637
1899
|
}
|
|
1638
|
-
return { state:
|
|
1900
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
1639
1901
|
};
|
|
1640
1902
|
const waitForPolicyActive = async (params, input) => {
|
|
1641
1903
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
1642
|
-
return
|
|
1904
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$4);
|
|
1643
1905
|
};
|
|
1644
1906
|
const waitUntilPolicyActive = async (params, input) => {
|
|
1645
1907
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
1646
|
-
const result = await
|
|
1647
|
-
return
|
|
1908
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$4);
|
|
1909
|
+
return client.checkExceptions(result);
|
|
1648
1910
|
};
|
|
1649
1911
|
|
|
1650
|
-
const checkState$3 = async (client, input) => {
|
|
1912
|
+
const checkState$3 = async (client$1, input) => {
|
|
1651
1913
|
let reason;
|
|
1652
1914
|
try {
|
|
1653
|
-
let result = await client.send(new GetPolicyCommand(input));
|
|
1915
|
+
let result = await client$1.send(new GetPolicyCommand(input));
|
|
1654
1916
|
reason = result;
|
|
1655
1917
|
try {
|
|
1656
1918
|
const returnComparator = () => {
|
|
1657
1919
|
return result.status;
|
|
1658
1920
|
};
|
|
1659
1921
|
if (returnComparator() === "DELETING") {
|
|
1660
|
-
return { state:
|
|
1922
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
1661
1923
|
}
|
|
1662
1924
|
}
|
|
1663
1925
|
catch (e) { }
|
|
@@ -1666,7 +1928,7 @@ const checkState$3 = async (client, input) => {
|
|
|
1666
1928
|
return result.status;
|
|
1667
1929
|
};
|
|
1668
1930
|
if (returnComparator() === "DELETE_FAILED") {
|
|
1669
|
-
return { state:
|
|
1931
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1670
1932
|
}
|
|
1671
1933
|
}
|
|
1672
1934
|
catch (e) { }
|
|
@@ -1674,32 +1936,32 @@ const checkState$3 = async (client, input) => {
|
|
|
1674
1936
|
catch (exception) {
|
|
1675
1937
|
reason = exception;
|
|
1676
1938
|
if (exception.name === "ResourceNotFoundException") {
|
|
1677
|
-
return { state:
|
|
1939
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
1678
1940
|
}
|
|
1679
1941
|
}
|
|
1680
|
-
return { state:
|
|
1942
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
1681
1943
|
};
|
|
1682
1944
|
const waitForPolicyDeleted = async (params, input) => {
|
|
1683
1945
|
const serviceDefaults = { minDelay: 2, maxDelay: 120 };
|
|
1684
|
-
return
|
|
1946
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
|
|
1685
1947
|
};
|
|
1686
1948
|
const waitUntilPolicyDeleted = async (params, input) => {
|
|
1687
1949
|
const serviceDefaults = { minDelay: 2, maxDelay: 120 };
|
|
1688
|
-
const result = await
|
|
1689
|
-
return
|
|
1950
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
|
|
1951
|
+
return client.checkExceptions(result);
|
|
1690
1952
|
};
|
|
1691
1953
|
|
|
1692
|
-
const checkState$2 = async (client, input) => {
|
|
1954
|
+
const checkState$2 = async (client$1, input) => {
|
|
1693
1955
|
let reason;
|
|
1694
1956
|
try {
|
|
1695
|
-
let result = await client.send(new GetPolicyEngineCommand(input));
|
|
1957
|
+
let result = await client$1.send(new GetPolicyEngineCommand(input));
|
|
1696
1958
|
reason = result;
|
|
1697
1959
|
try {
|
|
1698
1960
|
const returnComparator = () => {
|
|
1699
1961
|
return result.status;
|
|
1700
1962
|
};
|
|
1701
1963
|
if (returnComparator() === "ACTIVE") {
|
|
1702
|
-
return { state:
|
|
1964
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
1703
1965
|
}
|
|
1704
1966
|
}
|
|
1705
1967
|
catch (e) { }
|
|
@@ -1708,7 +1970,7 @@ const checkState$2 = async (client, input) => {
|
|
|
1708
1970
|
return result.status;
|
|
1709
1971
|
};
|
|
1710
1972
|
if (returnComparator() === "CREATE_FAILED") {
|
|
1711
|
-
return { state:
|
|
1973
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1712
1974
|
}
|
|
1713
1975
|
}
|
|
1714
1976
|
catch (e) { }
|
|
@@ -1717,7 +1979,7 @@ const checkState$2 = async (client, input) => {
|
|
|
1717
1979
|
return result.status;
|
|
1718
1980
|
};
|
|
1719
1981
|
if (returnComparator() === "UPDATE_FAILED") {
|
|
1720
|
-
return { state:
|
|
1982
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1721
1983
|
}
|
|
1722
1984
|
}
|
|
1723
1985
|
catch (e) { }
|
|
@@ -1726,7 +1988,7 @@ const checkState$2 = async (client, input) => {
|
|
|
1726
1988
|
return result.status;
|
|
1727
1989
|
};
|
|
1728
1990
|
if (returnComparator() === "DELETE_FAILED") {
|
|
1729
|
-
return { state:
|
|
1991
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1730
1992
|
}
|
|
1731
1993
|
}
|
|
1732
1994
|
catch (e) { }
|
|
@@ -1734,29 +1996,29 @@ const checkState$2 = async (client, input) => {
|
|
|
1734
1996
|
catch (exception) {
|
|
1735
1997
|
reason = exception;
|
|
1736
1998
|
}
|
|
1737
|
-
return { state:
|
|
1999
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
1738
2000
|
};
|
|
1739
2001
|
const waitForPolicyEngineActive = async (params, input) => {
|
|
1740
2002
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
1741
|
-
return
|
|
2003
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
|
|
1742
2004
|
};
|
|
1743
2005
|
const waitUntilPolicyEngineActive = async (params, input) => {
|
|
1744
2006
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
1745
|
-
const result = await
|
|
1746
|
-
return
|
|
2007
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
|
|
2008
|
+
return client.checkExceptions(result);
|
|
1747
2009
|
};
|
|
1748
2010
|
|
|
1749
|
-
const checkState$1 = async (client, input) => {
|
|
2011
|
+
const checkState$1 = async (client$1, input) => {
|
|
1750
2012
|
let reason;
|
|
1751
2013
|
try {
|
|
1752
|
-
let result = await client.send(new GetPolicyEngineCommand(input));
|
|
2014
|
+
let result = await client$1.send(new GetPolicyEngineCommand(input));
|
|
1753
2015
|
reason = result;
|
|
1754
2016
|
try {
|
|
1755
2017
|
const returnComparator = () => {
|
|
1756
2018
|
return result.status;
|
|
1757
2019
|
};
|
|
1758
2020
|
if (returnComparator() === "DELETING") {
|
|
1759
|
-
return { state:
|
|
2021
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
1760
2022
|
}
|
|
1761
2023
|
}
|
|
1762
2024
|
catch (e) { }
|
|
@@ -1765,7 +2027,7 @@ const checkState$1 = async (client, input) => {
|
|
|
1765
2027
|
return result.status;
|
|
1766
2028
|
};
|
|
1767
2029
|
if (returnComparator() === "DELETE_FAILED") {
|
|
1768
|
-
return { state:
|
|
2030
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1769
2031
|
}
|
|
1770
2032
|
}
|
|
1771
2033
|
catch (e) { }
|
|
@@ -1773,32 +2035,32 @@ const checkState$1 = async (client, input) => {
|
|
|
1773
2035
|
catch (exception) {
|
|
1774
2036
|
reason = exception;
|
|
1775
2037
|
if (exception.name === "ResourceNotFoundException") {
|
|
1776
|
-
return { state:
|
|
2038
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
1777
2039
|
}
|
|
1778
2040
|
}
|
|
1779
|
-
return { state:
|
|
2041
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
1780
2042
|
};
|
|
1781
2043
|
const waitForPolicyEngineDeleted = async (params, input) => {
|
|
1782
2044
|
const serviceDefaults = { minDelay: 2, maxDelay: 120 };
|
|
1783
|
-
return
|
|
2045
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
|
|
1784
2046
|
};
|
|
1785
2047
|
const waitUntilPolicyEngineDeleted = async (params, input) => {
|
|
1786
2048
|
const serviceDefaults = { minDelay: 2, maxDelay: 120 };
|
|
1787
|
-
const result = await
|
|
1788
|
-
return
|
|
2049
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
|
|
2050
|
+
return client.checkExceptions(result);
|
|
1789
2051
|
};
|
|
1790
2052
|
|
|
1791
|
-
const checkState = async (client, input) => {
|
|
2053
|
+
const checkState = async (client$1, input) => {
|
|
1792
2054
|
let reason;
|
|
1793
2055
|
try {
|
|
1794
|
-
let result = await client.send(new GetPolicyGenerationCommand(input));
|
|
2056
|
+
let result = await client$1.send(new GetPolicyGenerationCommand(input));
|
|
1795
2057
|
reason = result;
|
|
1796
2058
|
try {
|
|
1797
2059
|
const returnComparator = () => {
|
|
1798
2060
|
return result.status;
|
|
1799
2061
|
};
|
|
1800
2062
|
if (returnComparator() === "GENERATED") {
|
|
1801
|
-
return { state:
|
|
2063
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
1802
2064
|
}
|
|
1803
2065
|
}
|
|
1804
2066
|
catch (e) { }
|
|
@@ -1807,7 +2069,7 @@ const checkState = async (client, input) => {
|
|
|
1807
2069
|
return result.status;
|
|
1808
2070
|
};
|
|
1809
2071
|
if (returnComparator() === "GENERATING") {
|
|
1810
|
-
return { state:
|
|
2072
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
1811
2073
|
}
|
|
1812
2074
|
}
|
|
1813
2075
|
catch (e) { }
|
|
@@ -1816,7 +2078,7 @@ const checkState = async (client, input) => {
|
|
|
1816
2078
|
return result.status;
|
|
1817
2079
|
};
|
|
1818
2080
|
if (returnComparator() === "GENERATE_FAILED") {
|
|
1819
|
-
return { state:
|
|
2081
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1820
2082
|
}
|
|
1821
2083
|
}
|
|
1822
2084
|
catch (e) { }
|
|
@@ -1825,7 +2087,7 @@ const checkState = async (client, input) => {
|
|
|
1825
2087
|
return result.status;
|
|
1826
2088
|
};
|
|
1827
2089
|
if (returnComparator() === "DELETE_FAILED") {
|
|
1828
|
-
return { state:
|
|
2090
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1829
2091
|
}
|
|
1830
2092
|
}
|
|
1831
2093
|
catch (e) { }
|
|
@@ -1833,16 +2095,16 @@ const checkState = async (client, input) => {
|
|
|
1833
2095
|
catch (exception) {
|
|
1834
2096
|
reason = exception;
|
|
1835
2097
|
}
|
|
1836
|
-
return { state:
|
|
2098
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
1837
2099
|
};
|
|
1838
2100
|
const waitForPolicyGenerationCompleted = async (params, input) => {
|
|
1839
2101
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
1840
|
-
return
|
|
2102
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
1841
2103
|
};
|
|
1842
2104
|
const waitUntilPolicyGenerationCompleted = async (params, input) => {
|
|
1843
2105
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
1844
|
-
const result = await
|
|
1845
|
-
return
|
|
2106
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
2107
|
+
return client.checkExceptions(result);
|
|
1846
2108
|
};
|
|
1847
2109
|
|
|
1848
2110
|
const commands = {
|
|
@@ -1861,6 +2123,9 @@ const commands = {
|
|
|
1861
2123
|
CreateMemoryCommand,
|
|
1862
2124
|
CreateOauth2CredentialProviderCommand,
|
|
1863
2125
|
CreateOnlineEvaluationConfigCommand,
|
|
2126
|
+
CreatePaymentConnectorCommand,
|
|
2127
|
+
CreatePaymentCredentialProviderCommand,
|
|
2128
|
+
CreatePaymentManagerCommand,
|
|
1864
2129
|
CreatePolicyCommand,
|
|
1865
2130
|
CreatePolicyEngineCommand,
|
|
1866
2131
|
CreateRegistryCommand,
|
|
@@ -1881,6 +2146,9 @@ const commands = {
|
|
|
1881
2146
|
DeleteMemoryCommand,
|
|
1882
2147
|
DeleteOauth2CredentialProviderCommand,
|
|
1883
2148
|
DeleteOnlineEvaluationConfigCommand,
|
|
2149
|
+
DeletePaymentConnectorCommand,
|
|
2150
|
+
DeletePaymentCredentialProviderCommand,
|
|
2151
|
+
DeletePaymentManagerCommand,
|
|
1884
2152
|
DeletePolicyCommand,
|
|
1885
2153
|
DeletePolicyEngineCommand,
|
|
1886
2154
|
DeleteRegistryCommand,
|
|
@@ -1903,9 +2171,15 @@ const commands = {
|
|
|
1903
2171
|
GetMemoryCommand,
|
|
1904
2172
|
GetOauth2CredentialProviderCommand,
|
|
1905
2173
|
GetOnlineEvaluationConfigCommand,
|
|
2174
|
+
GetPaymentConnectorCommand,
|
|
2175
|
+
GetPaymentCredentialProviderCommand,
|
|
2176
|
+
GetPaymentManagerCommand,
|
|
1906
2177
|
GetPolicyCommand,
|
|
1907
2178
|
GetPolicyEngineCommand,
|
|
2179
|
+
GetPolicyEngineSummaryCommand,
|
|
1908
2180
|
GetPolicyGenerationCommand,
|
|
2181
|
+
GetPolicyGenerationSummaryCommand,
|
|
2182
|
+
GetPolicySummaryCommand,
|
|
1909
2183
|
GetRegistryCommand,
|
|
1910
2184
|
GetRegistryRecordCommand,
|
|
1911
2185
|
GetResourcePolicyCommand,
|
|
@@ -1928,10 +2202,16 @@ const commands = {
|
|
|
1928
2202
|
ListMemoriesCommand,
|
|
1929
2203
|
ListOauth2CredentialProvidersCommand,
|
|
1930
2204
|
ListOnlineEvaluationConfigsCommand,
|
|
2205
|
+
ListPaymentConnectorsCommand,
|
|
2206
|
+
ListPaymentCredentialProvidersCommand,
|
|
2207
|
+
ListPaymentManagersCommand,
|
|
1931
2208
|
ListPoliciesCommand,
|
|
1932
2209
|
ListPolicyEnginesCommand,
|
|
2210
|
+
ListPolicyEngineSummariesCommand,
|
|
1933
2211
|
ListPolicyGenerationAssetsCommand,
|
|
1934
2212
|
ListPolicyGenerationsCommand,
|
|
2213
|
+
ListPolicyGenerationSummariesCommand,
|
|
2214
|
+
ListPolicySummariesCommand,
|
|
1935
2215
|
ListRegistriesCommand,
|
|
1936
2216
|
ListRegistryRecordsCommand,
|
|
1937
2217
|
ListTagsForResourceCommand,
|
|
@@ -1955,6 +2235,9 @@ const commands = {
|
|
|
1955
2235
|
UpdateMemoryCommand,
|
|
1956
2236
|
UpdateOauth2CredentialProviderCommand,
|
|
1957
2237
|
UpdateOnlineEvaluationConfigCommand,
|
|
2238
|
+
UpdatePaymentConnectorCommand,
|
|
2239
|
+
UpdatePaymentCredentialProviderCommand,
|
|
2240
|
+
UpdatePaymentManagerCommand,
|
|
1958
2241
|
UpdatePolicyCommand,
|
|
1959
2242
|
UpdatePolicyEngineCommand,
|
|
1960
2243
|
UpdateRegistryCommand,
|
|
@@ -1980,10 +2263,16 @@ const paginators = {
|
|
|
1980
2263
|
paginateListMemories,
|
|
1981
2264
|
paginateListOauth2CredentialProviders,
|
|
1982
2265
|
paginateListOnlineEvaluationConfigs,
|
|
2266
|
+
paginateListPaymentConnectors,
|
|
2267
|
+
paginateListPaymentCredentialProviders,
|
|
2268
|
+
paginateListPaymentManagers,
|
|
1983
2269
|
paginateListPolicies,
|
|
1984
2270
|
paginateListPolicyEngines,
|
|
2271
|
+
paginateListPolicyEngineSummaries,
|
|
1985
2272
|
paginateListPolicyGenerationAssets,
|
|
1986
2273
|
paginateListPolicyGenerations,
|
|
2274
|
+
paginateListPolicyGenerationSummaries,
|
|
2275
|
+
paginateListPolicySummaries,
|
|
1987
2276
|
paginateListRegistries,
|
|
1988
2277
|
paginateListRegistryRecords,
|
|
1989
2278
|
paginateListWorkloadIdentities,
|
|
@@ -1998,7 +2287,7 @@ const waiters = {
|
|
|
1998
2287
|
};
|
|
1999
2288
|
class BedrockAgentCoreControl extends BedrockAgentCoreControlClient {
|
|
2000
2289
|
}
|
|
2001
|
-
|
|
2290
|
+
client.createAggregatedClient(commands, BedrockAgentCoreControl, { paginators, waiters });
|
|
2002
2291
|
|
|
2003
2292
|
const ActorTokenContentType = {
|
|
2004
2293
|
AWS_IAM_ID_TOKEN_JWT: "AWS_IAM_ID_TOKEN_JWT",
|
|
@@ -2359,6 +2648,36 @@ const OnlineEvaluationConfigStatus = {
|
|
|
2359
2648
|
UPDATE_FAILED: "UPDATE_FAILED",
|
|
2360
2649
|
UPDATING: "UPDATING",
|
|
2361
2650
|
};
|
|
2651
|
+
const PaymentCredentialProviderVendorType = {
|
|
2652
|
+
CoinbaseCDP: "CoinbaseCDP",
|
|
2653
|
+
StripePrivy: "StripePrivy",
|
|
2654
|
+
};
|
|
2655
|
+
const PaymentsAuthorizerType = {
|
|
2656
|
+
AWS_IAM: "AWS_IAM",
|
|
2657
|
+
CUSTOM_JWT: "CUSTOM_JWT",
|
|
2658
|
+
};
|
|
2659
|
+
const PaymentManagerStatus = {
|
|
2660
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
2661
|
+
CREATING: "CREATING",
|
|
2662
|
+
DELETE_FAILED: "DELETE_FAILED",
|
|
2663
|
+
DELETING: "DELETING",
|
|
2664
|
+
READY: "READY",
|
|
2665
|
+
UPDATE_FAILED: "UPDATE_FAILED",
|
|
2666
|
+
UPDATING: "UPDATING",
|
|
2667
|
+
};
|
|
2668
|
+
const PaymentConnectorType = {
|
|
2669
|
+
COINBASE_CDP: "CoinbaseCDP",
|
|
2670
|
+
STRIPE_PRIVY: "StripePrivy",
|
|
2671
|
+
};
|
|
2672
|
+
const PaymentConnectorStatus = {
|
|
2673
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
2674
|
+
CREATING: "CREATING",
|
|
2675
|
+
DELETE_FAILED: "DELETE_FAILED",
|
|
2676
|
+
DELETING: "DELETING",
|
|
2677
|
+
READY: "READY",
|
|
2678
|
+
UPDATE_FAILED: "UPDATE_FAILED",
|
|
2679
|
+
UPDATING: "UPDATING",
|
|
2680
|
+
};
|
|
2362
2681
|
const PolicyEngineStatus = {
|
|
2363
2682
|
ACTIVE: "ACTIVE",
|
|
2364
2683
|
CREATE_FAILED: "CREATE_FAILED",
|
|
@@ -2437,8 +2756,8 @@ const RegistryStatus = {
|
|
|
2437
2756
|
UPDATING: "UPDATING",
|
|
2438
2757
|
};
|
|
2439
2758
|
|
|
2440
|
-
exports.$Command =
|
|
2441
|
-
exports.__Client =
|
|
2759
|
+
exports.$Command = client.Command;
|
|
2760
|
+
exports.__Client = client.Client;
|
|
2442
2761
|
exports.BedrockAgentCoreControlServiceException = BedrockAgentCoreControlServiceException.BedrockAgentCoreControlServiceException;
|
|
2443
2762
|
exports.ActorTokenContentType = ActorTokenContentType;
|
|
2444
2763
|
exports.AgentManagedRuntimeType = AgentManagedRuntimeType;
|
|
@@ -2474,6 +2793,9 @@ exports.CreateHarnessCommand = CreateHarnessCommand;
|
|
|
2474
2793
|
exports.CreateMemoryCommand = CreateMemoryCommand;
|
|
2475
2794
|
exports.CreateOauth2CredentialProviderCommand = CreateOauth2CredentialProviderCommand;
|
|
2476
2795
|
exports.CreateOnlineEvaluationConfigCommand = CreateOnlineEvaluationConfigCommand;
|
|
2796
|
+
exports.CreatePaymentConnectorCommand = CreatePaymentConnectorCommand;
|
|
2797
|
+
exports.CreatePaymentCredentialProviderCommand = CreatePaymentCredentialProviderCommand;
|
|
2798
|
+
exports.CreatePaymentManagerCommand = CreatePaymentManagerCommand;
|
|
2477
2799
|
exports.CreatePolicyCommand = CreatePolicyCommand;
|
|
2478
2800
|
exports.CreatePolicyEngineCommand = CreatePolicyEngineCommand;
|
|
2479
2801
|
exports.CreateRegistryCommand = CreateRegistryCommand;
|
|
@@ -2496,6 +2818,9 @@ exports.DeleteHarnessCommand = DeleteHarnessCommand;
|
|
|
2496
2818
|
exports.DeleteMemoryCommand = DeleteMemoryCommand;
|
|
2497
2819
|
exports.DeleteOauth2CredentialProviderCommand = DeleteOauth2CredentialProviderCommand;
|
|
2498
2820
|
exports.DeleteOnlineEvaluationConfigCommand = DeleteOnlineEvaluationConfigCommand;
|
|
2821
|
+
exports.DeletePaymentConnectorCommand = DeletePaymentConnectorCommand;
|
|
2822
|
+
exports.DeletePaymentCredentialProviderCommand = DeletePaymentCredentialProviderCommand;
|
|
2823
|
+
exports.DeletePaymentManagerCommand = DeletePaymentManagerCommand;
|
|
2499
2824
|
exports.DeletePolicyCommand = DeletePolicyCommand;
|
|
2500
2825
|
exports.DeletePolicyEngineCommand = DeletePolicyEngineCommand;
|
|
2501
2826
|
exports.DeleteRegistryCommand = DeleteRegistryCommand;
|
|
@@ -2531,9 +2856,15 @@ exports.GetHarnessCommand = GetHarnessCommand;
|
|
|
2531
2856
|
exports.GetMemoryCommand = GetMemoryCommand;
|
|
2532
2857
|
exports.GetOauth2CredentialProviderCommand = GetOauth2CredentialProviderCommand;
|
|
2533
2858
|
exports.GetOnlineEvaluationConfigCommand = GetOnlineEvaluationConfigCommand;
|
|
2859
|
+
exports.GetPaymentConnectorCommand = GetPaymentConnectorCommand;
|
|
2860
|
+
exports.GetPaymentCredentialProviderCommand = GetPaymentCredentialProviderCommand;
|
|
2861
|
+
exports.GetPaymentManagerCommand = GetPaymentManagerCommand;
|
|
2534
2862
|
exports.GetPolicyCommand = GetPolicyCommand;
|
|
2535
2863
|
exports.GetPolicyEngineCommand = GetPolicyEngineCommand;
|
|
2864
|
+
exports.GetPolicyEngineSummaryCommand = GetPolicyEngineSummaryCommand;
|
|
2536
2865
|
exports.GetPolicyGenerationCommand = GetPolicyGenerationCommand;
|
|
2866
|
+
exports.GetPolicyGenerationSummaryCommand = GetPolicyGenerationSummaryCommand;
|
|
2867
|
+
exports.GetPolicySummaryCommand = GetPolicySummaryCommand;
|
|
2537
2868
|
exports.GetRegistryCommand = GetRegistryCommand;
|
|
2538
2869
|
exports.GetRegistryRecordCommand = GetRegistryRecordCommand;
|
|
2539
2870
|
exports.GetResourcePolicyCommand = GetResourcePolicyCommand;
|
|
@@ -2562,10 +2893,16 @@ exports.ListHarnessesCommand = ListHarnessesCommand;
|
|
|
2562
2893
|
exports.ListMemoriesCommand = ListMemoriesCommand;
|
|
2563
2894
|
exports.ListOauth2CredentialProvidersCommand = ListOauth2CredentialProvidersCommand;
|
|
2564
2895
|
exports.ListOnlineEvaluationConfigsCommand = ListOnlineEvaluationConfigsCommand;
|
|
2896
|
+
exports.ListPaymentConnectorsCommand = ListPaymentConnectorsCommand;
|
|
2897
|
+
exports.ListPaymentCredentialProvidersCommand = ListPaymentCredentialProvidersCommand;
|
|
2898
|
+
exports.ListPaymentManagersCommand = ListPaymentManagersCommand;
|
|
2565
2899
|
exports.ListPoliciesCommand = ListPoliciesCommand;
|
|
2900
|
+
exports.ListPolicyEngineSummariesCommand = ListPolicyEngineSummariesCommand;
|
|
2566
2901
|
exports.ListPolicyEnginesCommand = ListPolicyEnginesCommand;
|
|
2567
2902
|
exports.ListPolicyGenerationAssetsCommand = ListPolicyGenerationAssetsCommand;
|
|
2903
|
+
exports.ListPolicyGenerationSummariesCommand = ListPolicyGenerationSummariesCommand;
|
|
2568
2904
|
exports.ListPolicyGenerationsCommand = ListPolicyGenerationsCommand;
|
|
2905
|
+
exports.ListPolicySummariesCommand = ListPolicySummariesCommand;
|
|
2569
2906
|
exports.ListRegistriesCommand = ListRegistriesCommand;
|
|
2570
2907
|
exports.ListRegistryRecordsCommand = ListRegistryRecordsCommand;
|
|
2571
2908
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
@@ -2582,6 +2919,11 @@ exports.OnBehalfOfTokenExchangeGrantTypeType = OnBehalfOfTokenExchangeGrantTypeT
|
|
|
2582
2919
|
exports.OnlineEvaluationConfigStatus = OnlineEvaluationConfigStatus;
|
|
2583
2920
|
exports.OnlineEvaluationExecutionStatus = OnlineEvaluationExecutionStatus;
|
|
2584
2921
|
exports.OverrideType = OverrideType;
|
|
2922
|
+
exports.PaymentConnectorStatus = PaymentConnectorStatus;
|
|
2923
|
+
exports.PaymentConnectorType = PaymentConnectorType;
|
|
2924
|
+
exports.PaymentCredentialProviderVendorType = PaymentCredentialProviderVendorType;
|
|
2925
|
+
exports.PaymentManagerStatus = PaymentManagerStatus;
|
|
2926
|
+
exports.PaymentsAuthorizerType = PaymentsAuthorizerType;
|
|
2585
2927
|
exports.PolicyEngineStatus = PolicyEngineStatus;
|
|
2586
2928
|
exports.PolicyGenerationStatus = PolicyGenerationStatus;
|
|
2587
2929
|
exports.PolicyStatus = PolicyStatus;
|
|
@@ -2620,6 +2962,9 @@ exports.UpdateHarnessCommand = UpdateHarnessCommand;
|
|
|
2620
2962
|
exports.UpdateMemoryCommand = UpdateMemoryCommand;
|
|
2621
2963
|
exports.UpdateOauth2CredentialProviderCommand = UpdateOauth2CredentialProviderCommand;
|
|
2622
2964
|
exports.UpdateOnlineEvaluationConfigCommand = UpdateOnlineEvaluationConfigCommand;
|
|
2965
|
+
exports.UpdatePaymentConnectorCommand = UpdatePaymentConnectorCommand;
|
|
2966
|
+
exports.UpdatePaymentCredentialProviderCommand = UpdatePaymentCredentialProviderCommand;
|
|
2967
|
+
exports.UpdatePaymentManagerCommand = UpdatePaymentManagerCommand;
|
|
2623
2968
|
exports.UpdatePolicyCommand = UpdatePolicyCommand;
|
|
2624
2969
|
exports.UpdatePolicyEngineCommand = UpdatePolicyEngineCommand;
|
|
2625
2970
|
exports.UpdateRegistryCommand = UpdateRegistryCommand;
|
|
@@ -2644,10 +2989,16 @@ exports.paginateListHarnesses = paginateListHarnesses;
|
|
|
2644
2989
|
exports.paginateListMemories = paginateListMemories;
|
|
2645
2990
|
exports.paginateListOauth2CredentialProviders = paginateListOauth2CredentialProviders;
|
|
2646
2991
|
exports.paginateListOnlineEvaluationConfigs = paginateListOnlineEvaluationConfigs;
|
|
2992
|
+
exports.paginateListPaymentConnectors = paginateListPaymentConnectors;
|
|
2993
|
+
exports.paginateListPaymentCredentialProviders = paginateListPaymentCredentialProviders;
|
|
2994
|
+
exports.paginateListPaymentManagers = paginateListPaymentManagers;
|
|
2647
2995
|
exports.paginateListPolicies = paginateListPolicies;
|
|
2996
|
+
exports.paginateListPolicyEngineSummaries = paginateListPolicyEngineSummaries;
|
|
2648
2997
|
exports.paginateListPolicyEngines = paginateListPolicyEngines;
|
|
2649
2998
|
exports.paginateListPolicyGenerationAssets = paginateListPolicyGenerationAssets;
|
|
2999
|
+
exports.paginateListPolicyGenerationSummaries = paginateListPolicyGenerationSummaries;
|
|
2650
3000
|
exports.paginateListPolicyGenerations = paginateListPolicyGenerations;
|
|
3001
|
+
exports.paginateListPolicySummaries = paginateListPolicySummaries;
|
|
2651
3002
|
exports.paginateListRegistries = paginateListRegistries;
|
|
2652
3003
|
exports.paginateListRegistryRecords = paginateListRegistryRecords;
|
|
2653
3004
|
exports.paginateListWorkloadIdentities = paginateListWorkloadIdentities;
|