@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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/core/client";
|
|
2
2
|
import { GetMemoryCommand, } from "../commands/GetMemoryCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/core/client";
|
|
2
2
|
import { GetPolicyCommand, } from "../commands/GetPolicyCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/core/client";
|
|
2
2
|
import { GetPolicyCommand, } from "../commands/GetPolicyCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/core/client";
|
|
2
2
|
import { GetPolicyEngineCommand, } from "../commands/GetPolicyEngineCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/core/client";
|
|
2
2
|
import { GetPolicyEngineCommand, } from "../commands/GetPolicyEngineCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/core/client";
|
|
2
2
|
import { GetPolicyGenerationCommand, } from "../commands/GetPolicyGenerationCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import { type WaiterResult } from "@smithy/core/client";
|
|
1
2
|
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator, WaiterConfiguration } from "@smithy/types";
|
|
2
|
-
import type { WaiterResult } from "@smithy/util-waiter";
|
|
3
3
|
import { BedrockAgentCoreControlClient } from "./BedrockAgentCoreControlClient";
|
|
4
4
|
import { type CreateAgentRuntimeCommandInput, type CreateAgentRuntimeCommandOutput } from "./commands/CreateAgentRuntimeCommand";
|
|
5
5
|
import { type CreateAgentRuntimeEndpointCommandInput, type CreateAgentRuntimeEndpointCommandOutput } from "./commands/CreateAgentRuntimeEndpointCommand";
|
|
@@ -16,6 +16,9 @@ import { type CreateHarnessCommandInput, type CreateHarnessCommandOutput } from
|
|
|
16
16
|
import { type CreateMemoryCommandInput, type CreateMemoryCommandOutput } from "./commands/CreateMemoryCommand";
|
|
17
17
|
import { type CreateOauth2CredentialProviderCommandInput, type CreateOauth2CredentialProviderCommandOutput } from "./commands/CreateOauth2CredentialProviderCommand";
|
|
18
18
|
import { type CreateOnlineEvaluationConfigCommandInput, type CreateOnlineEvaluationConfigCommandOutput } from "./commands/CreateOnlineEvaluationConfigCommand";
|
|
19
|
+
import { type CreatePaymentConnectorCommandInput, type CreatePaymentConnectorCommandOutput } from "./commands/CreatePaymentConnectorCommand";
|
|
20
|
+
import { type CreatePaymentCredentialProviderCommandInput, type CreatePaymentCredentialProviderCommandOutput } from "./commands/CreatePaymentCredentialProviderCommand";
|
|
21
|
+
import { type CreatePaymentManagerCommandInput, type CreatePaymentManagerCommandOutput } from "./commands/CreatePaymentManagerCommand";
|
|
19
22
|
import { type CreatePolicyCommandInput, type CreatePolicyCommandOutput } from "./commands/CreatePolicyCommand";
|
|
20
23
|
import { type CreatePolicyEngineCommandInput, type CreatePolicyEngineCommandOutput } from "./commands/CreatePolicyEngineCommand";
|
|
21
24
|
import { type CreateRegistryCommandInput, type CreateRegistryCommandOutput } from "./commands/CreateRegistryCommand";
|
|
@@ -36,6 +39,9 @@ import { type DeleteHarnessCommandInput, type DeleteHarnessCommandOutput } from
|
|
|
36
39
|
import { type DeleteMemoryCommandInput, type DeleteMemoryCommandOutput } from "./commands/DeleteMemoryCommand";
|
|
37
40
|
import { type DeleteOauth2CredentialProviderCommandInput, type DeleteOauth2CredentialProviderCommandOutput } from "./commands/DeleteOauth2CredentialProviderCommand";
|
|
38
41
|
import { type DeleteOnlineEvaluationConfigCommandInput, type DeleteOnlineEvaluationConfigCommandOutput } from "./commands/DeleteOnlineEvaluationConfigCommand";
|
|
42
|
+
import { type DeletePaymentConnectorCommandInput, type DeletePaymentConnectorCommandOutput } from "./commands/DeletePaymentConnectorCommand";
|
|
43
|
+
import { type DeletePaymentCredentialProviderCommandInput, type DeletePaymentCredentialProviderCommandOutput } from "./commands/DeletePaymentCredentialProviderCommand";
|
|
44
|
+
import { type DeletePaymentManagerCommandInput, type DeletePaymentManagerCommandOutput } from "./commands/DeletePaymentManagerCommand";
|
|
39
45
|
import { type DeletePolicyCommandInput, type DeletePolicyCommandOutput } from "./commands/DeletePolicyCommand";
|
|
40
46
|
import { type DeletePolicyEngineCommandInput, type DeletePolicyEngineCommandOutput } from "./commands/DeletePolicyEngineCommand";
|
|
41
47
|
import { type DeleteRegistryCommandInput, type DeleteRegistryCommandOutput } from "./commands/DeleteRegistryCommand";
|
|
@@ -58,9 +64,15 @@ import { type GetHarnessCommandInput, type GetHarnessCommandOutput } from "./com
|
|
|
58
64
|
import { type GetMemoryCommandInput, type GetMemoryCommandOutput } from "./commands/GetMemoryCommand";
|
|
59
65
|
import { type GetOauth2CredentialProviderCommandInput, type GetOauth2CredentialProviderCommandOutput } from "./commands/GetOauth2CredentialProviderCommand";
|
|
60
66
|
import { type GetOnlineEvaluationConfigCommandInput, type GetOnlineEvaluationConfigCommandOutput } from "./commands/GetOnlineEvaluationConfigCommand";
|
|
67
|
+
import { type GetPaymentConnectorCommandInput, type GetPaymentConnectorCommandOutput } from "./commands/GetPaymentConnectorCommand";
|
|
68
|
+
import { type GetPaymentCredentialProviderCommandInput, type GetPaymentCredentialProviderCommandOutput } from "./commands/GetPaymentCredentialProviderCommand";
|
|
69
|
+
import { type GetPaymentManagerCommandInput, type GetPaymentManagerCommandOutput } from "./commands/GetPaymentManagerCommand";
|
|
61
70
|
import { type GetPolicyCommandInput, type GetPolicyCommandOutput } from "./commands/GetPolicyCommand";
|
|
62
71
|
import { type GetPolicyEngineCommandInput, type GetPolicyEngineCommandOutput } from "./commands/GetPolicyEngineCommand";
|
|
72
|
+
import { type GetPolicyEngineSummaryCommandInput, type GetPolicyEngineSummaryCommandOutput } from "./commands/GetPolicyEngineSummaryCommand";
|
|
63
73
|
import { type GetPolicyGenerationCommandInput, type GetPolicyGenerationCommandOutput } from "./commands/GetPolicyGenerationCommand";
|
|
74
|
+
import { type GetPolicyGenerationSummaryCommandInput, type GetPolicyGenerationSummaryCommandOutput } from "./commands/GetPolicyGenerationSummaryCommand";
|
|
75
|
+
import { type GetPolicySummaryCommandInput, type GetPolicySummaryCommandOutput } from "./commands/GetPolicySummaryCommand";
|
|
64
76
|
import { type GetRegistryCommandInput, type GetRegistryCommandOutput } from "./commands/GetRegistryCommand";
|
|
65
77
|
import { type GetRegistryRecordCommandInput, type GetRegistryRecordCommandOutput } from "./commands/GetRegistryRecordCommand";
|
|
66
78
|
import { type GetResourcePolicyCommandInput, type GetResourcePolicyCommandOutput } from "./commands/GetResourcePolicyCommand";
|
|
@@ -83,10 +95,16 @@ import { type ListHarnessesCommandInput, type ListHarnessesCommandOutput } from
|
|
|
83
95
|
import { type ListMemoriesCommandInput, type ListMemoriesCommandOutput } from "./commands/ListMemoriesCommand";
|
|
84
96
|
import { type ListOauth2CredentialProvidersCommandInput, type ListOauth2CredentialProvidersCommandOutput } from "./commands/ListOauth2CredentialProvidersCommand";
|
|
85
97
|
import { type ListOnlineEvaluationConfigsCommandInput, type ListOnlineEvaluationConfigsCommandOutput } from "./commands/ListOnlineEvaluationConfigsCommand";
|
|
98
|
+
import { type ListPaymentConnectorsCommandInput, type ListPaymentConnectorsCommandOutput } from "./commands/ListPaymentConnectorsCommand";
|
|
99
|
+
import { type ListPaymentCredentialProvidersCommandInput, type ListPaymentCredentialProvidersCommandOutput } from "./commands/ListPaymentCredentialProvidersCommand";
|
|
100
|
+
import { type ListPaymentManagersCommandInput, type ListPaymentManagersCommandOutput } from "./commands/ListPaymentManagersCommand";
|
|
86
101
|
import { type ListPoliciesCommandInput, type ListPoliciesCommandOutput } from "./commands/ListPoliciesCommand";
|
|
87
102
|
import { type ListPolicyEnginesCommandInput, type ListPolicyEnginesCommandOutput } from "./commands/ListPolicyEnginesCommand";
|
|
103
|
+
import { type ListPolicyEngineSummariesCommandInput, type ListPolicyEngineSummariesCommandOutput } from "./commands/ListPolicyEngineSummariesCommand";
|
|
88
104
|
import { type ListPolicyGenerationAssetsCommandInput, type ListPolicyGenerationAssetsCommandOutput } from "./commands/ListPolicyGenerationAssetsCommand";
|
|
89
105
|
import { type ListPolicyGenerationsCommandInput, type ListPolicyGenerationsCommandOutput } from "./commands/ListPolicyGenerationsCommand";
|
|
106
|
+
import { type ListPolicyGenerationSummariesCommandInput, type ListPolicyGenerationSummariesCommandOutput } from "./commands/ListPolicyGenerationSummariesCommand";
|
|
107
|
+
import { type ListPolicySummariesCommandInput, type ListPolicySummariesCommandOutput } from "./commands/ListPolicySummariesCommand";
|
|
90
108
|
import { type ListRegistriesCommandInput, type ListRegistriesCommandOutput } from "./commands/ListRegistriesCommand";
|
|
91
109
|
import { type ListRegistryRecordsCommandInput, type ListRegistryRecordsCommandOutput } from "./commands/ListRegistryRecordsCommand";
|
|
92
110
|
import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
@@ -110,6 +128,9 @@ import { type UpdateHarnessCommandInput, type UpdateHarnessCommandOutput } from
|
|
|
110
128
|
import { type UpdateMemoryCommandInput, type UpdateMemoryCommandOutput } from "./commands/UpdateMemoryCommand";
|
|
111
129
|
import { type UpdateOauth2CredentialProviderCommandInput, type UpdateOauth2CredentialProviderCommandOutput } from "./commands/UpdateOauth2CredentialProviderCommand";
|
|
112
130
|
import { type UpdateOnlineEvaluationConfigCommandInput, type UpdateOnlineEvaluationConfigCommandOutput } from "./commands/UpdateOnlineEvaluationConfigCommand";
|
|
131
|
+
import { type UpdatePaymentConnectorCommandInput, type UpdatePaymentConnectorCommandOutput } from "./commands/UpdatePaymentConnectorCommand";
|
|
132
|
+
import { type UpdatePaymentCredentialProviderCommandInput, type UpdatePaymentCredentialProviderCommandOutput } from "./commands/UpdatePaymentCredentialProviderCommand";
|
|
133
|
+
import { type UpdatePaymentManagerCommandInput, type UpdatePaymentManagerCommandOutput } from "./commands/UpdatePaymentManagerCommand";
|
|
113
134
|
import { type UpdatePolicyCommandInput, type UpdatePolicyCommandOutput } from "./commands/UpdatePolicyCommand";
|
|
114
135
|
import { type UpdatePolicyEngineCommandInput, type UpdatePolicyEngineCommandOutput } from "./commands/UpdatePolicyEngineCommand";
|
|
115
136
|
import { type UpdateRegistryCommandInput, type UpdateRegistryCommandOutput } from "./commands/UpdateRegistryCommand";
|
|
@@ -208,6 +229,24 @@ export interface BedrockAgentCoreControl {
|
|
|
208
229
|
createOnlineEvaluationConfig(args: CreateOnlineEvaluationConfigCommandInput, options?: __HttpHandlerOptions): Promise<CreateOnlineEvaluationConfigCommandOutput>;
|
|
209
230
|
createOnlineEvaluationConfig(args: CreateOnlineEvaluationConfigCommandInput, cb: (err: any, data?: CreateOnlineEvaluationConfigCommandOutput) => void): void;
|
|
210
231
|
createOnlineEvaluationConfig(args: CreateOnlineEvaluationConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateOnlineEvaluationConfigCommandOutput) => void): void;
|
|
232
|
+
/**
|
|
233
|
+
* @see {@link CreatePaymentConnectorCommand}
|
|
234
|
+
*/
|
|
235
|
+
createPaymentConnector(args: CreatePaymentConnectorCommandInput, options?: __HttpHandlerOptions): Promise<CreatePaymentConnectorCommandOutput>;
|
|
236
|
+
createPaymentConnector(args: CreatePaymentConnectorCommandInput, cb: (err: any, data?: CreatePaymentConnectorCommandOutput) => void): void;
|
|
237
|
+
createPaymentConnector(args: CreatePaymentConnectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePaymentConnectorCommandOutput) => void): void;
|
|
238
|
+
/**
|
|
239
|
+
* @see {@link CreatePaymentCredentialProviderCommand}
|
|
240
|
+
*/
|
|
241
|
+
createPaymentCredentialProvider(args: CreatePaymentCredentialProviderCommandInput, options?: __HttpHandlerOptions): Promise<CreatePaymentCredentialProviderCommandOutput>;
|
|
242
|
+
createPaymentCredentialProvider(args: CreatePaymentCredentialProviderCommandInput, cb: (err: any, data?: CreatePaymentCredentialProviderCommandOutput) => void): void;
|
|
243
|
+
createPaymentCredentialProvider(args: CreatePaymentCredentialProviderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePaymentCredentialProviderCommandOutput) => void): void;
|
|
244
|
+
/**
|
|
245
|
+
* @see {@link CreatePaymentManagerCommand}
|
|
246
|
+
*/
|
|
247
|
+
createPaymentManager(args: CreatePaymentManagerCommandInput, options?: __HttpHandlerOptions): Promise<CreatePaymentManagerCommandOutput>;
|
|
248
|
+
createPaymentManager(args: CreatePaymentManagerCommandInput, cb: (err: any, data?: CreatePaymentManagerCommandOutput) => void): void;
|
|
249
|
+
createPaymentManager(args: CreatePaymentManagerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePaymentManagerCommandOutput) => void): void;
|
|
211
250
|
/**
|
|
212
251
|
* @see {@link CreatePolicyCommand}
|
|
213
252
|
*/
|
|
@@ -328,6 +367,24 @@ export interface BedrockAgentCoreControl {
|
|
|
328
367
|
deleteOnlineEvaluationConfig(args: DeleteOnlineEvaluationConfigCommandInput, options?: __HttpHandlerOptions): Promise<DeleteOnlineEvaluationConfigCommandOutput>;
|
|
329
368
|
deleteOnlineEvaluationConfig(args: DeleteOnlineEvaluationConfigCommandInput, cb: (err: any, data?: DeleteOnlineEvaluationConfigCommandOutput) => void): void;
|
|
330
369
|
deleteOnlineEvaluationConfig(args: DeleteOnlineEvaluationConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteOnlineEvaluationConfigCommandOutput) => void): void;
|
|
370
|
+
/**
|
|
371
|
+
* @see {@link DeletePaymentConnectorCommand}
|
|
372
|
+
*/
|
|
373
|
+
deletePaymentConnector(args: DeletePaymentConnectorCommandInput, options?: __HttpHandlerOptions): Promise<DeletePaymentConnectorCommandOutput>;
|
|
374
|
+
deletePaymentConnector(args: DeletePaymentConnectorCommandInput, cb: (err: any, data?: DeletePaymentConnectorCommandOutput) => void): void;
|
|
375
|
+
deletePaymentConnector(args: DeletePaymentConnectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePaymentConnectorCommandOutput) => void): void;
|
|
376
|
+
/**
|
|
377
|
+
* @see {@link DeletePaymentCredentialProviderCommand}
|
|
378
|
+
*/
|
|
379
|
+
deletePaymentCredentialProvider(args: DeletePaymentCredentialProviderCommandInput, options?: __HttpHandlerOptions): Promise<DeletePaymentCredentialProviderCommandOutput>;
|
|
380
|
+
deletePaymentCredentialProvider(args: DeletePaymentCredentialProviderCommandInput, cb: (err: any, data?: DeletePaymentCredentialProviderCommandOutput) => void): void;
|
|
381
|
+
deletePaymentCredentialProvider(args: DeletePaymentCredentialProviderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePaymentCredentialProviderCommandOutput) => void): void;
|
|
382
|
+
/**
|
|
383
|
+
* @see {@link DeletePaymentManagerCommand}
|
|
384
|
+
*/
|
|
385
|
+
deletePaymentManager(args: DeletePaymentManagerCommandInput, options?: __HttpHandlerOptions): Promise<DeletePaymentManagerCommandOutput>;
|
|
386
|
+
deletePaymentManager(args: DeletePaymentManagerCommandInput, cb: (err: any, data?: DeletePaymentManagerCommandOutput) => void): void;
|
|
387
|
+
deletePaymentManager(args: DeletePaymentManagerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePaymentManagerCommandOutput) => void): void;
|
|
331
388
|
/**
|
|
332
389
|
* @see {@link DeletePolicyCommand}
|
|
333
390
|
*/
|
|
@@ -460,6 +517,24 @@ export interface BedrockAgentCoreControl {
|
|
|
460
517
|
getOnlineEvaluationConfig(args: GetOnlineEvaluationConfigCommandInput, options?: __HttpHandlerOptions): Promise<GetOnlineEvaluationConfigCommandOutput>;
|
|
461
518
|
getOnlineEvaluationConfig(args: GetOnlineEvaluationConfigCommandInput, cb: (err: any, data?: GetOnlineEvaluationConfigCommandOutput) => void): void;
|
|
462
519
|
getOnlineEvaluationConfig(args: GetOnlineEvaluationConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetOnlineEvaluationConfigCommandOutput) => void): void;
|
|
520
|
+
/**
|
|
521
|
+
* @see {@link GetPaymentConnectorCommand}
|
|
522
|
+
*/
|
|
523
|
+
getPaymentConnector(args: GetPaymentConnectorCommandInput, options?: __HttpHandlerOptions): Promise<GetPaymentConnectorCommandOutput>;
|
|
524
|
+
getPaymentConnector(args: GetPaymentConnectorCommandInput, cb: (err: any, data?: GetPaymentConnectorCommandOutput) => void): void;
|
|
525
|
+
getPaymentConnector(args: GetPaymentConnectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPaymentConnectorCommandOutput) => void): void;
|
|
526
|
+
/**
|
|
527
|
+
* @see {@link GetPaymentCredentialProviderCommand}
|
|
528
|
+
*/
|
|
529
|
+
getPaymentCredentialProvider(args: GetPaymentCredentialProviderCommandInput, options?: __HttpHandlerOptions): Promise<GetPaymentCredentialProviderCommandOutput>;
|
|
530
|
+
getPaymentCredentialProvider(args: GetPaymentCredentialProviderCommandInput, cb: (err: any, data?: GetPaymentCredentialProviderCommandOutput) => void): void;
|
|
531
|
+
getPaymentCredentialProvider(args: GetPaymentCredentialProviderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPaymentCredentialProviderCommandOutput) => void): void;
|
|
532
|
+
/**
|
|
533
|
+
* @see {@link GetPaymentManagerCommand}
|
|
534
|
+
*/
|
|
535
|
+
getPaymentManager(args: GetPaymentManagerCommandInput, options?: __HttpHandlerOptions): Promise<GetPaymentManagerCommandOutput>;
|
|
536
|
+
getPaymentManager(args: GetPaymentManagerCommandInput, cb: (err: any, data?: GetPaymentManagerCommandOutput) => void): void;
|
|
537
|
+
getPaymentManager(args: GetPaymentManagerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPaymentManagerCommandOutput) => void): void;
|
|
463
538
|
/**
|
|
464
539
|
* @see {@link GetPolicyCommand}
|
|
465
540
|
*/
|
|
@@ -472,12 +547,30 @@ export interface BedrockAgentCoreControl {
|
|
|
472
547
|
getPolicyEngine(args: GetPolicyEngineCommandInput, options?: __HttpHandlerOptions): Promise<GetPolicyEngineCommandOutput>;
|
|
473
548
|
getPolicyEngine(args: GetPolicyEngineCommandInput, cb: (err: any, data?: GetPolicyEngineCommandOutput) => void): void;
|
|
474
549
|
getPolicyEngine(args: GetPolicyEngineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPolicyEngineCommandOutput) => void): void;
|
|
550
|
+
/**
|
|
551
|
+
* @see {@link GetPolicyEngineSummaryCommand}
|
|
552
|
+
*/
|
|
553
|
+
getPolicyEngineSummary(args: GetPolicyEngineSummaryCommandInput, options?: __HttpHandlerOptions): Promise<GetPolicyEngineSummaryCommandOutput>;
|
|
554
|
+
getPolicyEngineSummary(args: GetPolicyEngineSummaryCommandInput, cb: (err: any, data?: GetPolicyEngineSummaryCommandOutput) => void): void;
|
|
555
|
+
getPolicyEngineSummary(args: GetPolicyEngineSummaryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPolicyEngineSummaryCommandOutput) => void): void;
|
|
475
556
|
/**
|
|
476
557
|
* @see {@link GetPolicyGenerationCommand}
|
|
477
558
|
*/
|
|
478
559
|
getPolicyGeneration(args: GetPolicyGenerationCommandInput, options?: __HttpHandlerOptions): Promise<GetPolicyGenerationCommandOutput>;
|
|
479
560
|
getPolicyGeneration(args: GetPolicyGenerationCommandInput, cb: (err: any, data?: GetPolicyGenerationCommandOutput) => void): void;
|
|
480
561
|
getPolicyGeneration(args: GetPolicyGenerationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPolicyGenerationCommandOutput) => void): void;
|
|
562
|
+
/**
|
|
563
|
+
* @see {@link GetPolicyGenerationSummaryCommand}
|
|
564
|
+
*/
|
|
565
|
+
getPolicyGenerationSummary(args: GetPolicyGenerationSummaryCommandInput, options?: __HttpHandlerOptions): Promise<GetPolicyGenerationSummaryCommandOutput>;
|
|
566
|
+
getPolicyGenerationSummary(args: GetPolicyGenerationSummaryCommandInput, cb: (err: any, data?: GetPolicyGenerationSummaryCommandOutput) => void): void;
|
|
567
|
+
getPolicyGenerationSummary(args: GetPolicyGenerationSummaryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPolicyGenerationSummaryCommandOutput) => void): void;
|
|
568
|
+
/**
|
|
569
|
+
* @see {@link GetPolicySummaryCommand}
|
|
570
|
+
*/
|
|
571
|
+
getPolicySummary(args: GetPolicySummaryCommandInput, options?: __HttpHandlerOptions): Promise<GetPolicySummaryCommandOutput>;
|
|
572
|
+
getPolicySummary(args: GetPolicySummaryCommandInput, cb: (err: any, data?: GetPolicySummaryCommandOutput) => void): void;
|
|
573
|
+
getPolicySummary(args: GetPolicySummaryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPolicySummaryCommandOutput) => void): void;
|
|
481
574
|
/**
|
|
482
575
|
* @see {@link GetRegistryCommand}
|
|
483
576
|
*/
|
|
@@ -623,6 +716,26 @@ export interface BedrockAgentCoreControl {
|
|
|
623
716
|
listOnlineEvaluationConfigs(args: ListOnlineEvaluationConfigsCommandInput, options?: __HttpHandlerOptions): Promise<ListOnlineEvaluationConfigsCommandOutput>;
|
|
624
717
|
listOnlineEvaluationConfigs(args: ListOnlineEvaluationConfigsCommandInput, cb: (err: any, data?: ListOnlineEvaluationConfigsCommandOutput) => void): void;
|
|
625
718
|
listOnlineEvaluationConfigs(args: ListOnlineEvaluationConfigsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOnlineEvaluationConfigsCommandOutput) => void): void;
|
|
719
|
+
/**
|
|
720
|
+
* @see {@link ListPaymentConnectorsCommand}
|
|
721
|
+
*/
|
|
722
|
+
listPaymentConnectors(args: ListPaymentConnectorsCommandInput, options?: __HttpHandlerOptions): Promise<ListPaymentConnectorsCommandOutput>;
|
|
723
|
+
listPaymentConnectors(args: ListPaymentConnectorsCommandInput, cb: (err: any, data?: ListPaymentConnectorsCommandOutput) => void): void;
|
|
724
|
+
listPaymentConnectors(args: ListPaymentConnectorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPaymentConnectorsCommandOutput) => void): void;
|
|
725
|
+
/**
|
|
726
|
+
* @see {@link ListPaymentCredentialProvidersCommand}
|
|
727
|
+
*/
|
|
728
|
+
listPaymentCredentialProviders(): Promise<ListPaymentCredentialProvidersCommandOutput>;
|
|
729
|
+
listPaymentCredentialProviders(args: ListPaymentCredentialProvidersCommandInput, options?: __HttpHandlerOptions): Promise<ListPaymentCredentialProvidersCommandOutput>;
|
|
730
|
+
listPaymentCredentialProviders(args: ListPaymentCredentialProvidersCommandInput, cb: (err: any, data?: ListPaymentCredentialProvidersCommandOutput) => void): void;
|
|
731
|
+
listPaymentCredentialProviders(args: ListPaymentCredentialProvidersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPaymentCredentialProvidersCommandOutput) => void): void;
|
|
732
|
+
/**
|
|
733
|
+
* @see {@link ListPaymentManagersCommand}
|
|
734
|
+
*/
|
|
735
|
+
listPaymentManagers(): Promise<ListPaymentManagersCommandOutput>;
|
|
736
|
+
listPaymentManagers(args: ListPaymentManagersCommandInput, options?: __HttpHandlerOptions): Promise<ListPaymentManagersCommandOutput>;
|
|
737
|
+
listPaymentManagers(args: ListPaymentManagersCommandInput, cb: (err: any, data?: ListPaymentManagersCommandOutput) => void): void;
|
|
738
|
+
listPaymentManagers(args: ListPaymentManagersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPaymentManagersCommandOutput) => void): void;
|
|
626
739
|
/**
|
|
627
740
|
* @see {@link ListPoliciesCommand}
|
|
628
741
|
*/
|
|
@@ -636,6 +749,13 @@ export interface BedrockAgentCoreControl {
|
|
|
636
749
|
listPolicyEngines(args: ListPolicyEnginesCommandInput, options?: __HttpHandlerOptions): Promise<ListPolicyEnginesCommandOutput>;
|
|
637
750
|
listPolicyEngines(args: ListPolicyEnginesCommandInput, cb: (err: any, data?: ListPolicyEnginesCommandOutput) => void): void;
|
|
638
751
|
listPolicyEngines(args: ListPolicyEnginesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPolicyEnginesCommandOutput) => void): void;
|
|
752
|
+
/**
|
|
753
|
+
* @see {@link ListPolicyEngineSummariesCommand}
|
|
754
|
+
*/
|
|
755
|
+
listPolicyEngineSummaries(): Promise<ListPolicyEngineSummariesCommandOutput>;
|
|
756
|
+
listPolicyEngineSummaries(args: ListPolicyEngineSummariesCommandInput, options?: __HttpHandlerOptions): Promise<ListPolicyEngineSummariesCommandOutput>;
|
|
757
|
+
listPolicyEngineSummaries(args: ListPolicyEngineSummariesCommandInput, cb: (err: any, data?: ListPolicyEngineSummariesCommandOutput) => void): void;
|
|
758
|
+
listPolicyEngineSummaries(args: ListPolicyEngineSummariesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPolicyEngineSummariesCommandOutput) => void): void;
|
|
639
759
|
/**
|
|
640
760
|
* @see {@link ListPolicyGenerationAssetsCommand}
|
|
641
761
|
*/
|
|
@@ -648,6 +768,18 @@ export interface BedrockAgentCoreControl {
|
|
|
648
768
|
listPolicyGenerations(args: ListPolicyGenerationsCommandInput, options?: __HttpHandlerOptions): Promise<ListPolicyGenerationsCommandOutput>;
|
|
649
769
|
listPolicyGenerations(args: ListPolicyGenerationsCommandInput, cb: (err: any, data?: ListPolicyGenerationsCommandOutput) => void): void;
|
|
650
770
|
listPolicyGenerations(args: ListPolicyGenerationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPolicyGenerationsCommandOutput) => void): void;
|
|
771
|
+
/**
|
|
772
|
+
* @see {@link ListPolicyGenerationSummariesCommand}
|
|
773
|
+
*/
|
|
774
|
+
listPolicyGenerationSummaries(args: ListPolicyGenerationSummariesCommandInput, options?: __HttpHandlerOptions): Promise<ListPolicyGenerationSummariesCommandOutput>;
|
|
775
|
+
listPolicyGenerationSummaries(args: ListPolicyGenerationSummariesCommandInput, cb: (err: any, data?: ListPolicyGenerationSummariesCommandOutput) => void): void;
|
|
776
|
+
listPolicyGenerationSummaries(args: ListPolicyGenerationSummariesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPolicyGenerationSummariesCommandOutput) => void): void;
|
|
777
|
+
/**
|
|
778
|
+
* @see {@link ListPolicySummariesCommand}
|
|
779
|
+
*/
|
|
780
|
+
listPolicySummaries(args: ListPolicySummariesCommandInput, options?: __HttpHandlerOptions): Promise<ListPolicySummariesCommandOutput>;
|
|
781
|
+
listPolicySummaries(args: ListPolicySummariesCommandInput, cb: (err: any, data?: ListPolicySummariesCommandOutput) => void): void;
|
|
782
|
+
listPolicySummaries(args: ListPolicySummariesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPolicySummariesCommandOutput) => void): void;
|
|
651
783
|
/**
|
|
652
784
|
* @see {@link ListRegistriesCommand}
|
|
653
785
|
*/
|
|
@@ -788,6 +920,24 @@ export interface BedrockAgentCoreControl {
|
|
|
788
920
|
updateOnlineEvaluationConfig(args: UpdateOnlineEvaluationConfigCommandInput, options?: __HttpHandlerOptions): Promise<UpdateOnlineEvaluationConfigCommandOutput>;
|
|
789
921
|
updateOnlineEvaluationConfig(args: UpdateOnlineEvaluationConfigCommandInput, cb: (err: any, data?: UpdateOnlineEvaluationConfigCommandOutput) => void): void;
|
|
790
922
|
updateOnlineEvaluationConfig(args: UpdateOnlineEvaluationConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateOnlineEvaluationConfigCommandOutput) => void): void;
|
|
923
|
+
/**
|
|
924
|
+
* @see {@link UpdatePaymentConnectorCommand}
|
|
925
|
+
*/
|
|
926
|
+
updatePaymentConnector(args: UpdatePaymentConnectorCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePaymentConnectorCommandOutput>;
|
|
927
|
+
updatePaymentConnector(args: UpdatePaymentConnectorCommandInput, cb: (err: any, data?: UpdatePaymentConnectorCommandOutput) => void): void;
|
|
928
|
+
updatePaymentConnector(args: UpdatePaymentConnectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePaymentConnectorCommandOutput) => void): void;
|
|
929
|
+
/**
|
|
930
|
+
* @see {@link UpdatePaymentCredentialProviderCommand}
|
|
931
|
+
*/
|
|
932
|
+
updatePaymentCredentialProvider(args: UpdatePaymentCredentialProviderCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePaymentCredentialProviderCommandOutput>;
|
|
933
|
+
updatePaymentCredentialProvider(args: UpdatePaymentCredentialProviderCommandInput, cb: (err: any, data?: UpdatePaymentCredentialProviderCommandOutput) => void): void;
|
|
934
|
+
updatePaymentCredentialProvider(args: UpdatePaymentCredentialProviderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePaymentCredentialProviderCommandOutput) => void): void;
|
|
935
|
+
/**
|
|
936
|
+
* @see {@link UpdatePaymentManagerCommand}
|
|
937
|
+
*/
|
|
938
|
+
updatePaymentManager(args: UpdatePaymentManagerCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePaymentManagerCommandOutput>;
|
|
939
|
+
updatePaymentManager(args: UpdatePaymentManagerCommandInput, cb: (err: any, data?: UpdatePaymentManagerCommandOutput) => void): void;
|
|
940
|
+
updatePaymentManager(args: UpdatePaymentManagerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePaymentManagerCommandOutput) => void): void;
|
|
791
941
|
/**
|
|
792
942
|
* @see {@link UpdatePolicyCommand}
|
|
793
943
|
*/
|
|
@@ -943,6 +1093,27 @@ export interface BedrockAgentCoreControl {
|
|
|
943
1093
|
* @returns AsyncIterable of {@link ListOnlineEvaluationConfigsCommandOutput}.
|
|
944
1094
|
*/
|
|
945
1095
|
paginateListOnlineEvaluationConfigs(args?: ListOnlineEvaluationConfigsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListOnlineEvaluationConfigsCommandOutput>;
|
|
1096
|
+
/**
|
|
1097
|
+
* @see {@link ListPaymentConnectorsCommand}
|
|
1098
|
+
* @param args - command input.
|
|
1099
|
+
* @param paginationConfig - optional pagination config.
|
|
1100
|
+
* @returns AsyncIterable of {@link ListPaymentConnectorsCommandOutput}.
|
|
1101
|
+
*/
|
|
1102
|
+
paginateListPaymentConnectors(args: ListPaymentConnectorsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListPaymentConnectorsCommandOutput>;
|
|
1103
|
+
/**
|
|
1104
|
+
* @see {@link ListPaymentCredentialProvidersCommand}
|
|
1105
|
+
* @param args - command input.
|
|
1106
|
+
* @param paginationConfig - optional pagination config.
|
|
1107
|
+
* @returns AsyncIterable of {@link ListPaymentCredentialProvidersCommandOutput}.
|
|
1108
|
+
*/
|
|
1109
|
+
paginateListPaymentCredentialProviders(args?: ListPaymentCredentialProvidersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListPaymentCredentialProvidersCommandOutput>;
|
|
1110
|
+
/**
|
|
1111
|
+
* @see {@link ListPaymentManagersCommand}
|
|
1112
|
+
* @param args - command input.
|
|
1113
|
+
* @param paginationConfig - optional pagination config.
|
|
1114
|
+
* @returns AsyncIterable of {@link ListPaymentManagersCommandOutput}.
|
|
1115
|
+
*/
|
|
1116
|
+
paginateListPaymentManagers(args?: ListPaymentManagersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListPaymentManagersCommandOutput>;
|
|
946
1117
|
/**
|
|
947
1118
|
* @see {@link ListPoliciesCommand}
|
|
948
1119
|
* @param args - command input.
|
|
@@ -957,6 +1128,13 @@ export interface BedrockAgentCoreControl {
|
|
|
957
1128
|
* @returns AsyncIterable of {@link ListPolicyEnginesCommandOutput}.
|
|
958
1129
|
*/
|
|
959
1130
|
paginateListPolicyEngines(args?: ListPolicyEnginesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListPolicyEnginesCommandOutput>;
|
|
1131
|
+
/**
|
|
1132
|
+
* @see {@link ListPolicyEngineSummariesCommand}
|
|
1133
|
+
* @param args - command input.
|
|
1134
|
+
* @param paginationConfig - optional pagination config.
|
|
1135
|
+
* @returns AsyncIterable of {@link ListPolicyEngineSummariesCommandOutput}.
|
|
1136
|
+
*/
|
|
1137
|
+
paginateListPolicyEngineSummaries(args?: ListPolicyEngineSummariesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListPolicyEngineSummariesCommandOutput>;
|
|
960
1138
|
/**
|
|
961
1139
|
* @see {@link ListPolicyGenerationAssetsCommand}
|
|
962
1140
|
* @param args - command input.
|
|
@@ -971,6 +1149,20 @@ export interface BedrockAgentCoreControl {
|
|
|
971
1149
|
* @returns AsyncIterable of {@link ListPolicyGenerationsCommandOutput}.
|
|
972
1150
|
*/
|
|
973
1151
|
paginateListPolicyGenerations(args: ListPolicyGenerationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListPolicyGenerationsCommandOutput>;
|
|
1152
|
+
/**
|
|
1153
|
+
* @see {@link ListPolicyGenerationSummariesCommand}
|
|
1154
|
+
* @param args - command input.
|
|
1155
|
+
* @param paginationConfig - optional pagination config.
|
|
1156
|
+
* @returns AsyncIterable of {@link ListPolicyGenerationSummariesCommandOutput}.
|
|
1157
|
+
*/
|
|
1158
|
+
paginateListPolicyGenerationSummaries(args: ListPolicyGenerationSummariesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListPolicyGenerationSummariesCommandOutput>;
|
|
1159
|
+
/**
|
|
1160
|
+
* @see {@link ListPolicySummariesCommand}
|
|
1161
|
+
* @param args - command input.
|
|
1162
|
+
* @param paginationConfig - optional pagination config.
|
|
1163
|
+
* @returns AsyncIterable of {@link ListPolicySummariesCommandOutput}.
|
|
1164
|
+
*/
|
|
1165
|
+
paginateListPolicySummaries(args: ListPolicySummariesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListPolicySummariesCommandOutput>;
|
|
974
1166
|
/**
|
|
975
1167
|
* @see {@link ListRegistriesCommand}
|
|
976
1168
|
* @param args - command input.
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
2
|
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { type
|
|
4
|
-
import { type
|
|
5
|
-
import { type
|
|
6
|
-
import type
|
|
7
|
-
import { type
|
|
3
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/core/client";
|
|
4
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/core/config";
|
|
5
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
6
|
+
import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
7
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
|
|
8
8
|
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import type { CreateAgentRuntimeCommandInput, CreateAgentRuntimeCommandOutput } from "./commands/CreateAgentRuntimeCommand";
|
|
@@ -22,6 +22,9 @@ import type { CreateHarnessCommandInput, CreateHarnessCommandOutput } from "./co
|
|
|
22
22
|
import type { CreateMemoryCommandInput, CreateMemoryCommandOutput } from "./commands/CreateMemoryCommand";
|
|
23
23
|
import type { CreateOauth2CredentialProviderCommandInput, CreateOauth2CredentialProviderCommandOutput } from "./commands/CreateOauth2CredentialProviderCommand";
|
|
24
24
|
import type { CreateOnlineEvaluationConfigCommandInput, CreateOnlineEvaluationConfigCommandOutput } from "./commands/CreateOnlineEvaluationConfigCommand";
|
|
25
|
+
import type { CreatePaymentConnectorCommandInput, CreatePaymentConnectorCommandOutput } from "./commands/CreatePaymentConnectorCommand";
|
|
26
|
+
import type { CreatePaymentCredentialProviderCommandInput, CreatePaymentCredentialProviderCommandOutput } from "./commands/CreatePaymentCredentialProviderCommand";
|
|
27
|
+
import type { CreatePaymentManagerCommandInput, CreatePaymentManagerCommandOutput } from "./commands/CreatePaymentManagerCommand";
|
|
25
28
|
import type { CreatePolicyCommandInput, CreatePolicyCommandOutput } from "./commands/CreatePolicyCommand";
|
|
26
29
|
import type { CreatePolicyEngineCommandInput, CreatePolicyEngineCommandOutput } from "./commands/CreatePolicyEngineCommand";
|
|
27
30
|
import type { CreateRegistryCommandInput, CreateRegistryCommandOutput } from "./commands/CreateRegistryCommand";
|
|
@@ -42,6 +45,9 @@ import type { DeleteHarnessCommandInput, DeleteHarnessCommandOutput } from "./co
|
|
|
42
45
|
import type { DeleteMemoryCommandInput, DeleteMemoryCommandOutput } from "./commands/DeleteMemoryCommand";
|
|
43
46
|
import type { DeleteOauth2CredentialProviderCommandInput, DeleteOauth2CredentialProviderCommandOutput } from "./commands/DeleteOauth2CredentialProviderCommand";
|
|
44
47
|
import type { DeleteOnlineEvaluationConfigCommandInput, DeleteOnlineEvaluationConfigCommandOutput } from "./commands/DeleteOnlineEvaluationConfigCommand";
|
|
48
|
+
import type { DeletePaymentConnectorCommandInput, DeletePaymentConnectorCommandOutput } from "./commands/DeletePaymentConnectorCommand";
|
|
49
|
+
import type { DeletePaymentCredentialProviderCommandInput, DeletePaymentCredentialProviderCommandOutput } from "./commands/DeletePaymentCredentialProviderCommand";
|
|
50
|
+
import type { DeletePaymentManagerCommandInput, DeletePaymentManagerCommandOutput } from "./commands/DeletePaymentManagerCommand";
|
|
45
51
|
import type { DeletePolicyCommandInput, DeletePolicyCommandOutput } from "./commands/DeletePolicyCommand";
|
|
46
52
|
import type { DeletePolicyEngineCommandInput, DeletePolicyEngineCommandOutput } from "./commands/DeletePolicyEngineCommand";
|
|
47
53
|
import type { DeleteRegistryCommandInput, DeleteRegistryCommandOutput } from "./commands/DeleteRegistryCommand";
|
|
@@ -64,9 +70,15 @@ import type { GetHarnessCommandInput, GetHarnessCommandOutput } from "./commands
|
|
|
64
70
|
import type { GetMemoryCommandInput, GetMemoryCommandOutput } from "./commands/GetMemoryCommand";
|
|
65
71
|
import type { GetOauth2CredentialProviderCommandInput, GetOauth2CredentialProviderCommandOutput } from "./commands/GetOauth2CredentialProviderCommand";
|
|
66
72
|
import type { GetOnlineEvaluationConfigCommandInput, GetOnlineEvaluationConfigCommandOutput } from "./commands/GetOnlineEvaluationConfigCommand";
|
|
73
|
+
import type { GetPaymentConnectorCommandInput, GetPaymentConnectorCommandOutput } from "./commands/GetPaymentConnectorCommand";
|
|
74
|
+
import type { GetPaymentCredentialProviderCommandInput, GetPaymentCredentialProviderCommandOutput } from "./commands/GetPaymentCredentialProviderCommand";
|
|
75
|
+
import type { GetPaymentManagerCommandInput, GetPaymentManagerCommandOutput } from "./commands/GetPaymentManagerCommand";
|
|
67
76
|
import type { GetPolicyCommandInput, GetPolicyCommandOutput } from "./commands/GetPolicyCommand";
|
|
68
77
|
import type { GetPolicyEngineCommandInput, GetPolicyEngineCommandOutput } from "./commands/GetPolicyEngineCommand";
|
|
78
|
+
import type { GetPolicyEngineSummaryCommandInput, GetPolicyEngineSummaryCommandOutput } from "./commands/GetPolicyEngineSummaryCommand";
|
|
69
79
|
import type { GetPolicyGenerationCommandInput, GetPolicyGenerationCommandOutput } from "./commands/GetPolicyGenerationCommand";
|
|
80
|
+
import type { GetPolicyGenerationSummaryCommandInput, GetPolicyGenerationSummaryCommandOutput } from "./commands/GetPolicyGenerationSummaryCommand";
|
|
81
|
+
import type { GetPolicySummaryCommandInput, GetPolicySummaryCommandOutput } from "./commands/GetPolicySummaryCommand";
|
|
70
82
|
import type { GetRegistryCommandInput, GetRegistryCommandOutput } from "./commands/GetRegistryCommand";
|
|
71
83
|
import type { GetRegistryRecordCommandInput, GetRegistryRecordCommandOutput } from "./commands/GetRegistryRecordCommand";
|
|
72
84
|
import type { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "./commands/GetResourcePolicyCommand";
|
|
@@ -89,10 +101,16 @@ import type { ListHarnessesCommandInput, ListHarnessesCommandOutput } from "./co
|
|
|
89
101
|
import type { ListMemoriesCommandInput, ListMemoriesCommandOutput } from "./commands/ListMemoriesCommand";
|
|
90
102
|
import type { ListOauth2CredentialProvidersCommandInput, ListOauth2CredentialProvidersCommandOutput } from "./commands/ListOauth2CredentialProvidersCommand";
|
|
91
103
|
import type { ListOnlineEvaluationConfigsCommandInput, ListOnlineEvaluationConfigsCommandOutput } from "./commands/ListOnlineEvaluationConfigsCommand";
|
|
104
|
+
import type { ListPaymentConnectorsCommandInput, ListPaymentConnectorsCommandOutput } from "./commands/ListPaymentConnectorsCommand";
|
|
105
|
+
import type { ListPaymentCredentialProvidersCommandInput, ListPaymentCredentialProvidersCommandOutput } from "./commands/ListPaymentCredentialProvidersCommand";
|
|
106
|
+
import type { ListPaymentManagersCommandInput, ListPaymentManagersCommandOutput } from "./commands/ListPaymentManagersCommand";
|
|
92
107
|
import type { ListPoliciesCommandInput, ListPoliciesCommandOutput } from "./commands/ListPoliciesCommand";
|
|
93
108
|
import type { ListPolicyEnginesCommandInput, ListPolicyEnginesCommandOutput } from "./commands/ListPolicyEnginesCommand";
|
|
109
|
+
import type { ListPolicyEngineSummariesCommandInput, ListPolicyEngineSummariesCommandOutput } from "./commands/ListPolicyEngineSummariesCommand";
|
|
94
110
|
import type { ListPolicyGenerationAssetsCommandInput, ListPolicyGenerationAssetsCommandOutput } from "./commands/ListPolicyGenerationAssetsCommand";
|
|
95
111
|
import type { ListPolicyGenerationsCommandInput, ListPolicyGenerationsCommandOutput } from "./commands/ListPolicyGenerationsCommand";
|
|
112
|
+
import type { ListPolicyGenerationSummariesCommandInput, ListPolicyGenerationSummariesCommandOutput } from "./commands/ListPolicyGenerationSummariesCommand";
|
|
113
|
+
import type { ListPolicySummariesCommandInput, ListPolicySummariesCommandOutput } from "./commands/ListPolicySummariesCommand";
|
|
96
114
|
import type { ListRegistriesCommandInput, ListRegistriesCommandOutput } from "./commands/ListRegistriesCommand";
|
|
97
115
|
import type { ListRegistryRecordsCommandInput, ListRegistryRecordsCommandOutput } from "./commands/ListRegistryRecordsCommand";
|
|
98
116
|
import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
@@ -116,6 +134,9 @@ import type { UpdateHarnessCommandInput, UpdateHarnessCommandOutput } from "./co
|
|
|
116
134
|
import type { UpdateMemoryCommandInput, UpdateMemoryCommandOutput } from "./commands/UpdateMemoryCommand";
|
|
117
135
|
import type { UpdateOauth2CredentialProviderCommandInput, UpdateOauth2CredentialProviderCommandOutput } from "./commands/UpdateOauth2CredentialProviderCommand";
|
|
118
136
|
import type { UpdateOnlineEvaluationConfigCommandInput, UpdateOnlineEvaluationConfigCommandOutput } from "./commands/UpdateOnlineEvaluationConfigCommand";
|
|
137
|
+
import type { UpdatePaymentConnectorCommandInput, UpdatePaymentConnectorCommandOutput } from "./commands/UpdatePaymentConnectorCommand";
|
|
138
|
+
import type { UpdatePaymentCredentialProviderCommandInput, UpdatePaymentCredentialProviderCommandOutput } from "./commands/UpdatePaymentCredentialProviderCommand";
|
|
139
|
+
import type { UpdatePaymentManagerCommandInput, UpdatePaymentManagerCommandOutput } from "./commands/UpdatePaymentManagerCommand";
|
|
119
140
|
import type { UpdatePolicyCommandInput, UpdatePolicyCommandOutput } from "./commands/UpdatePolicyCommand";
|
|
120
141
|
import type { UpdatePolicyEngineCommandInput, UpdatePolicyEngineCommandOutput } from "./commands/UpdatePolicyEngineCommand";
|
|
121
142
|
import type { UpdateRegistryCommandInput, UpdateRegistryCommandOutput } from "./commands/UpdateRegistryCommand";
|
|
@@ -128,11 +149,11 @@ export { __Client };
|
|
|
128
149
|
/**
|
|
129
150
|
* @public
|
|
130
151
|
*/
|
|
131
|
-
export type ServiceInputTypes = CreateAgentRuntimeCommandInput | CreateAgentRuntimeEndpointCommandInput | CreateApiKeyCredentialProviderCommandInput | CreateBrowserCommandInput | CreateBrowserProfileCommandInput | CreateCodeInterpreterCommandInput | CreateConfigurationBundleCommandInput | CreateEvaluatorCommandInput | CreateGatewayCommandInput | CreateGatewayRuleCommandInput | CreateGatewayTargetCommandInput | CreateHarnessCommandInput | CreateMemoryCommandInput | CreateOauth2CredentialProviderCommandInput | CreateOnlineEvaluationConfigCommandInput | CreatePolicyCommandInput | CreatePolicyEngineCommandInput | CreateRegistryCommandInput | CreateRegistryRecordCommandInput | CreateWorkloadIdentityCommandInput | DeleteAgentRuntimeCommandInput | DeleteAgentRuntimeEndpointCommandInput | DeleteApiKeyCredentialProviderCommandInput | DeleteBrowserCommandInput | DeleteBrowserProfileCommandInput | DeleteCodeInterpreterCommandInput | DeleteConfigurationBundleCommandInput | DeleteEvaluatorCommandInput | DeleteGatewayCommandInput | DeleteGatewayRuleCommandInput | DeleteGatewayTargetCommandInput | DeleteHarnessCommandInput | DeleteMemoryCommandInput | DeleteOauth2CredentialProviderCommandInput | DeleteOnlineEvaluationConfigCommandInput | DeletePolicyCommandInput | DeletePolicyEngineCommandInput | DeleteRegistryCommandInput | DeleteRegistryRecordCommandInput | DeleteResourcePolicyCommandInput | DeleteWorkloadIdentityCommandInput | GetAgentRuntimeCommandInput | GetAgentRuntimeEndpointCommandInput | GetApiKeyCredentialProviderCommandInput | GetBrowserCommandInput | GetBrowserProfileCommandInput | GetCodeInterpreterCommandInput | GetConfigurationBundleCommandInput | GetConfigurationBundleVersionCommandInput | GetEvaluatorCommandInput | GetGatewayCommandInput | GetGatewayRuleCommandInput | GetGatewayTargetCommandInput | GetHarnessCommandInput | GetMemoryCommandInput | GetOauth2CredentialProviderCommandInput | GetOnlineEvaluationConfigCommandInput | GetPolicyCommandInput | GetPolicyEngineCommandInput | GetPolicyGenerationCommandInput | GetRegistryCommandInput | GetRegistryRecordCommandInput | GetResourcePolicyCommandInput | GetTokenVaultCommandInput | GetWorkloadIdentityCommandInput | ListAgentRuntimeEndpointsCommandInput | ListAgentRuntimeVersionsCommandInput | ListAgentRuntimesCommandInput | ListApiKeyCredentialProvidersCommandInput | ListBrowserProfilesCommandInput | ListBrowsersCommandInput | ListCodeInterpretersCommandInput | ListConfigurationBundleVersionsCommandInput | ListConfigurationBundlesCommandInput | ListEvaluatorsCommandInput | ListGatewayRulesCommandInput | ListGatewayTargetsCommandInput | ListGatewaysCommandInput | ListHarnessesCommandInput | ListMemoriesCommandInput | ListOauth2CredentialProvidersCommandInput | ListOnlineEvaluationConfigsCommandInput | ListPoliciesCommandInput | ListPolicyEnginesCommandInput | ListPolicyGenerationAssetsCommandInput | ListPolicyGenerationsCommandInput | ListRegistriesCommandInput | ListRegistryRecordsCommandInput | ListTagsForResourceCommandInput | ListWorkloadIdentitiesCommandInput | PutResourcePolicyCommandInput | SetTokenVaultCMKCommandInput | StartPolicyGenerationCommandInput | SubmitRegistryRecordForApprovalCommandInput | SynchronizeGatewayTargetsCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAgentRuntimeCommandInput | UpdateAgentRuntimeEndpointCommandInput | UpdateApiKeyCredentialProviderCommandInput | UpdateConfigurationBundleCommandInput | UpdateEvaluatorCommandInput | UpdateGatewayCommandInput | UpdateGatewayRuleCommandInput | UpdateGatewayTargetCommandInput | UpdateHarnessCommandInput | UpdateMemoryCommandInput | UpdateOauth2CredentialProviderCommandInput | UpdateOnlineEvaluationConfigCommandInput | UpdatePolicyCommandInput | UpdatePolicyEngineCommandInput | UpdateRegistryCommandInput | UpdateRegistryRecordCommandInput | UpdateRegistryRecordStatusCommandInput | UpdateWorkloadIdentityCommandInput;
|
|
152
|
+
export type ServiceInputTypes = CreateAgentRuntimeCommandInput | CreateAgentRuntimeEndpointCommandInput | CreateApiKeyCredentialProviderCommandInput | CreateBrowserCommandInput | CreateBrowserProfileCommandInput | CreateCodeInterpreterCommandInput | CreateConfigurationBundleCommandInput | CreateEvaluatorCommandInput | CreateGatewayCommandInput | CreateGatewayRuleCommandInput | CreateGatewayTargetCommandInput | CreateHarnessCommandInput | CreateMemoryCommandInput | CreateOauth2CredentialProviderCommandInput | CreateOnlineEvaluationConfigCommandInput | CreatePaymentConnectorCommandInput | CreatePaymentCredentialProviderCommandInput | CreatePaymentManagerCommandInput | CreatePolicyCommandInput | CreatePolicyEngineCommandInput | CreateRegistryCommandInput | CreateRegistryRecordCommandInput | CreateWorkloadIdentityCommandInput | DeleteAgentRuntimeCommandInput | DeleteAgentRuntimeEndpointCommandInput | DeleteApiKeyCredentialProviderCommandInput | DeleteBrowserCommandInput | DeleteBrowserProfileCommandInput | DeleteCodeInterpreterCommandInput | DeleteConfigurationBundleCommandInput | DeleteEvaluatorCommandInput | DeleteGatewayCommandInput | DeleteGatewayRuleCommandInput | DeleteGatewayTargetCommandInput | DeleteHarnessCommandInput | DeleteMemoryCommandInput | DeleteOauth2CredentialProviderCommandInput | DeleteOnlineEvaluationConfigCommandInput | DeletePaymentConnectorCommandInput | DeletePaymentCredentialProviderCommandInput | DeletePaymentManagerCommandInput | DeletePolicyCommandInput | DeletePolicyEngineCommandInput | DeleteRegistryCommandInput | DeleteRegistryRecordCommandInput | DeleteResourcePolicyCommandInput | DeleteWorkloadIdentityCommandInput | GetAgentRuntimeCommandInput | GetAgentRuntimeEndpointCommandInput | GetApiKeyCredentialProviderCommandInput | GetBrowserCommandInput | GetBrowserProfileCommandInput | GetCodeInterpreterCommandInput | GetConfigurationBundleCommandInput | GetConfigurationBundleVersionCommandInput | GetEvaluatorCommandInput | GetGatewayCommandInput | GetGatewayRuleCommandInput | GetGatewayTargetCommandInput | GetHarnessCommandInput | GetMemoryCommandInput | GetOauth2CredentialProviderCommandInput | GetOnlineEvaluationConfigCommandInput | GetPaymentConnectorCommandInput | GetPaymentCredentialProviderCommandInput | GetPaymentManagerCommandInput | GetPolicyCommandInput | GetPolicyEngineCommandInput | GetPolicyEngineSummaryCommandInput | GetPolicyGenerationCommandInput | GetPolicyGenerationSummaryCommandInput | GetPolicySummaryCommandInput | GetRegistryCommandInput | GetRegistryRecordCommandInput | GetResourcePolicyCommandInput | GetTokenVaultCommandInput | GetWorkloadIdentityCommandInput | ListAgentRuntimeEndpointsCommandInput | ListAgentRuntimeVersionsCommandInput | ListAgentRuntimesCommandInput | ListApiKeyCredentialProvidersCommandInput | ListBrowserProfilesCommandInput | ListBrowsersCommandInput | ListCodeInterpretersCommandInput | ListConfigurationBundleVersionsCommandInput | ListConfigurationBundlesCommandInput | ListEvaluatorsCommandInput | ListGatewayRulesCommandInput | ListGatewayTargetsCommandInput | ListGatewaysCommandInput | ListHarnessesCommandInput | ListMemoriesCommandInput | ListOauth2CredentialProvidersCommandInput | ListOnlineEvaluationConfigsCommandInput | ListPaymentConnectorsCommandInput | ListPaymentCredentialProvidersCommandInput | ListPaymentManagersCommandInput | ListPoliciesCommandInput | ListPolicyEngineSummariesCommandInput | ListPolicyEnginesCommandInput | ListPolicyGenerationAssetsCommandInput | ListPolicyGenerationSummariesCommandInput | ListPolicyGenerationsCommandInput | ListPolicySummariesCommandInput | ListRegistriesCommandInput | ListRegistryRecordsCommandInput | ListTagsForResourceCommandInput | ListWorkloadIdentitiesCommandInput | PutResourcePolicyCommandInput | SetTokenVaultCMKCommandInput | StartPolicyGenerationCommandInput | SubmitRegistryRecordForApprovalCommandInput | SynchronizeGatewayTargetsCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAgentRuntimeCommandInput | UpdateAgentRuntimeEndpointCommandInput | UpdateApiKeyCredentialProviderCommandInput | UpdateConfigurationBundleCommandInput | UpdateEvaluatorCommandInput | UpdateGatewayCommandInput | UpdateGatewayRuleCommandInput | UpdateGatewayTargetCommandInput | UpdateHarnessCommandInput | UpdateMemoryCommandInput | UpdateOauth2CredentialProviderCommandInput | UpdateOnlineEvaluationConfigCommandInput | UpdatePaymentConnectorCommandInput | UpdatePaymentCredentialProviderCommandInput | UpdatePaymentManagerCommandInput | UpdatePolicyCommandInput | UpdatePolicyEngineCommandInput | UpdateRegistryCommandInput | UpdateRegistryRecordCommandInput | UpdateRegistryRecordStatusCommandInput | UpdateWorkloadIdentityCommandInput;
|
|
132
153
|
/**
|
|
133
154
|
* @public
|
|
134
155
|
*/
|
|
135
|
-
export type ServiceOutputTypes = CreateAgentRuntimeCommandOutput | CreateAgentRuntimeEndpointCommandOutput | CreateApiKeyCredentialProviderCommandOutput | CreateBrowserCommandOutput | CreateBrowserProfileCommandOutput | CreateCodeInterpreterCommandOutput | CreateConfigurationBundleCommandOutput | CreateEvaluatorCommandOutput | CreateGatewayCommandOutput | CreateGatewayRuleCommandOutput | CreateGatewayTargetCommandOutput | CreateHarnessCommandOutput | CreateMemoryCommandOutput | CreateOauth2CredentialProviderCommandOutput | CreateOnlineEvaluationConfigCommandOutput | CreatePolicyCommandOutput | CreatePolicyEngineCommandOutput | CreateRegistryCommandOutput | CreateRegistryRecordCommandOutput | CreateWorkloadIdentityCommandOutput | DeleteAgentRuntimeCommandOutput | DeleteAgentRuntimeEndpointCommandOutput | DeleteApiKeyCredentialProviderCommandOutput | DeleteBrowserCommandOutput | DeleteBrowserProfileCommandOutput | DeleteCodeInterpreterCommandOutput | DeleteConfigurationBundleCommandOutput | DeleteEvaluatorCommandOutput | DeleteGatewayCommandOutput | DeleteGatewayRuleCommandOutput | DeleteGatewayTargetCommandOutput | DeleteHarnessCommandOutput | DeleteMemoryCommandOutput | DeleteOauth2CredentialProviderCommandOutput | DeleteOnlineEvaluationConfigCommandOutput | DeletePolicyCommandOutput | DeletePolicyEngineCommandOutput | DeleteRegistryCommandOutput | DeleteRegistryRecordCommandOutput | DeleteResourcePolicyCommandOutput | DeleteWorkloadIdentityCommandOutput | GetAgentRuntimeCommandOutput | GetAgentRuntimeEndpointCommandOutput | GetApiKeyCredentialProviderCommandOutput | GetBrowserCommandOutput | GetBrowserProfileCommandOutput | GetCodeInterpreterCommandOutput | GetConfigurationBundleCommandOutput | GetConfigurationBundleVersionCommandOutput | GetEvaluatorCommandOutput | GetGatewayCommandOutput | GetGatewayRuleCommandOutput | GetGatewayTargetCommandOutput | GetHarnessCommandOutput | GetMemoryCommandOutput | GetOauth2CredentialProviderCommandOutput | GetOnlineEvaluationConfigCommandOutput | GetPolicyCommandOutput | GetPolicyEngineCommandOutput | GetPolicyGenerationCommandOutput | GetRegistryCommandOutput | GetRegistryRecordCommandOutput | GetResourcePolicyCommandOutput | GetTokenVaultCommandOutput | GetWorkloadIdentityCommandOutput | ListAgentRuntimeEndpointsCommandOutput | ListAgentRuntimeVersionsCommandOutput | ListAgentRuntimesCommandOutput | ListApiKeyCredentialProvidersCommandOutput | ListBrowserProfilesCommandOutput | ListBrowsersCommandOutput | ListCodeInterpretersCommandOutput | ListConfigurationBundleVersionsCommandOutput | ListConfigurationBundlesCommandOutput | ListEvaluatorsCommandOutput | ListGatewayRulesCommandOutput | ListGatewayTargetsCommandOutput | ListGatewaysCommandOutput | ListHarnessesCommandOutput | ListMemoriesCommandOutput | ListOauth2CredentialProvidersCommandOutput | ListOnlineEvaluationConfigsCommandOutput | ListPoliciesCommandOutput | ListPolicyEnginesCommandOutput | ListPolicyGenerationAssetsCommandOutput | ListPolicyGenerationsCommandOutput | ListRegistriesCommandOutput | ListRegistryRecordsCommandOutput | ListTagsForResourceCommandOutput | ListWorkloadIdentitiesCommandOutput | PutResourcePolicyCommandOutput | SetTokenVaultCMKCommandOutput | StartPolicyGenerationCommandOutput | SubmitRegistryRecordForApprovalCommandOutput | SynchronizeGatewayTargetsCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAgentRuntimeCommandOutput | UpdateAgentRuntimeEndpointCommandOutput | UpdateApiKeyCredentialProviderCommandOutput | UpdateConfigurationBundleCommandOutput | UpdateEvaluatorCommandOutput | UpdateGatewayCommandOutput | UpdateGatewayRuleCommandOutput | UpdateGatewayTargetCommandOutput | UpdateHarnessCommandOutput | UpdateMemoryCommandOutput | UpdateOauth2CredentialProviderCommandOutput | UpdateOnlineEvaluationConfigCommandOutput | UpdatePolicyCommandOutput | UpdatePolicyEngineCommandOutput | UpdateRegistryCommandOutput | UpdateRegistryRecordCommandOutput | UpdateRegistryRecordStatusCommandOutput | UpdateWorkloadIdentityCommandOutput;
|
|
156
|
+
export type ServiceOutputTypes = CreateAgentRuntimeCommandOutput | CreateAgentRuntimeEndpointCommandOutput | CreateApiKeyCredentialProviderCommandOutput | CreateBrowserCommandOutput | CreateBrowserProfileCommandOutput | CreateCodeInterpreterCommandOutput | CreateConfigurationBundleCommandOutput | CreateEvaluatorCommandOutput | CreateGatewayCommandOutput | CreateGatewayRuleCommandOutput | CreateGatewayTargetCommandOutput | CreateHarnessCommandOutput | CreateMemoryCommandOutput | CreateOauth2CredentialProviderCommandOutput | CreateOnlineEvaluationConfigCommandOutput | CreatePaymentConnectorCommandOutput | CreatePaymentCredentialProviderCommandOutput | CreatePaymentManagerCommandOutput | CreatePolicyCommandOutput | CreatePolicyEngineCommandOutput | CreateRegistryCommandOutput | CreateRegistryRecordCommandOutput | CreateWorkloadIdentityCommandOutput | DeleteAgentRuntimeCommandOutput | DeleteAgentRuntimeEndpointCommandOutput | DeleteApiKeyCredentialProviderCommandOutput | DeleteBrowserCommandOutput | DeleteBrowserProfileCommandOutput | DeleteCodeInterpreterCommandOutput | DeleteConfigurationBundleCommandOutput | DeleteEvaluatorCommandOutput | DeleteGatewayCommandOutput | DeleteGatewayRuleCommandOutput | DeleteGatewayTargetCommandOutput | DeleteHarnessCommandOutput | DeleteMemoryCommandOutput | DeleteOauth2CredentialProviderCommandOutput | DeleteOnlineEvaluationConfigCommandOutput | DeletePaymentConnectorCommandOutput | DeletePaymentCredentialProviderCommandOutput | DeletePaymentManagerCommandOutput | DeletePolicyCommandOutput | DeletePolicyEngineCommandOutput | DeleteRegistryCommandOutput | DeleteRegistryRecordCommandOutput | DeleteResourcePolicyCommandOutput | DeleteWorkloadIdentityCommandOutput | GetAgentRuntimeCommandOutput | GetAgentRuntimeEndpointCommandOutput | GetApiKeyCredentialProviderCommandOutput | GetBrowserCommandOutput | GetBrowserProfileCommandOutput | GetCodeInterpreterCommandOutput | GetConfigurationBundleCommandOutput | GetConfigurationBundleVersionCommandOutput | GetEvaluatorCommandOutput | GetGatewayCommandOutput | GetGatewayRuleCommandOutput | GetGatewayTargetCommandOutput | GetHarnessCommandOutput | GetMemoryCommandOutput | GetOauth2CredentialProviderCommandOutput | GetOnlineEvaluationConfigCommandOutput | GetPaymentConnectorCommandOutput | GetPaymentCredentialProviderCommandOutput | GetPaymentManagerCommandOutput | GetPolicyCommandOutput | GetPolicyEngineCommandOutput | GetPolicyEngineSummaryCommandOutput | GetPolicyGenerationCommandOutput | GetPolicyGenerationSummaryCommandOutput | GetPolicySummaryCommandOutput | GetRegistryCommandOutput | GetRegistryRecordCommandOutput | GetResourcePolicyCommandOutput | GetTokenVaultCommandOutput | GetWorkloadIdentityCommandOutput | ListAgentRuntimeEndpointsCommandOutput | ListAgentRuntimeVersionsCommandOutput | ListAgentRuntimesCommandOutput | ListApiKeyCredentialProvidersCommandOutput | ListBrowserProfilesCommandOutput | ListBrowsersCommandOutput | ListCodeInterpretersCommandOutput | ListConfigurationBundleVersionsCommandOutput | ListConfigurationBundlesCommandOutput | ListEvaluatorsCommandOutput | ListGatewayRulesCommandOutput | ListGatewayTargetsCommandOutput | ListGatewaysCommandOutput | ListHarnessesCommandOutput | ListMemoriesCommandOutput | ListOauth2CredentialProvidersCommandOutput | ListOnlineEvaluationConfigsCommandOutput | ListPaymentConnectorsCommandOutput | ListPaymentCredentialProvidersCommandOutput | ListPaymentManagersCommandOutput | ListPoliciesCommandOutput | ListPolicyEngineSummariesCommandOutput | ListPolicyEnginesCommandOutput | ListPolicyGenerationAssetsCommandOutput | ListPolicyGenerationSummariesCommandOutput | ListPolicyGenerationsCommandOutput | ListPolicySummariesCommandOutput | ListRegistriesCommandOutput | ListRegistryRecordsCommandOutput | ListTagsForResourceCommandOutput | ListWorkloadIdentitiesCommandOutput | PutResourcePolicyCommandOutput | SetTokenVaultCMKCommandOutput | StartPolicyGenerationCommandOutput | SubmitRegistryRecordForApprovalCommandOutput | SynchronizeGatewayTargetsCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAgentRuntimeCommandOutput | UpdateAgentRuntimeEndpointCommandOutput | UpdateApiKeyCredentialProviderCommandOutput | UpdateConfigurationBundleCommandOutput | UpdateEvaluatorCommandOutput | UpdateGatewayCommandOutput | UpdateGatewayRuleCommandOutput | UpdateGatewayTargetCommandOutput | UpdateHarnessCommandOutput | UpdateMemoryCommandOutput | UpdateOauth2CredentialProviderCommandOutput | UpdateOnlineEvaluationConfigCommandOutput | UpdatePaymentConnectorCommandOutput | UpdatePaymentCredentialProviderCommandOutput | UpdatePaymentManagerCommandOutput | UpdatePolicyCommandOutput | UpdatePolicyEngineCommandOutput | UpdateRegistryCommandOutput | UpdateRegistryRecordCommandOutput | UpdateRegistryRecordStatusCommandOutput | UpdateWorkloadIdentityCommandOutput;
|
|
136
157
|
/**
|
|
137
158
|
* @public
|
|
138
159
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
|
|
4
4
|
import type { CreateAgentRuntimeRequest, CreateAgentRuntimeResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateAgentRuntimeCommandInput extends CreateAgentRuntimeReques
|
|
|
22
22
|
export interface CreateAgentRuntimeCommandOutput extends CreateAgentRuntimeResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateAgentRuntimeCommand_base: {
|
|
25
|
-
new (input: CreateAgentRuntimeCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateAgentRuntimeCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateAgentRuntimeCommandInput): import("@smithy/core/client").CommandImpl<CreateAgentRuntimeCommandInput, CreateAgentRuntimeCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateAgentRuntimeCommandInput): import("@smithy/core/client").CommandImpl<CreateAgentRuntimeCommandInput, CreateAgentRuntimeCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates an Amazon Bedrock AgentCore Runtime.</p>
|
|
@@ -66,6 +68,7 @@ declare const CreateAgentRuntimeCommand_base: {
|
|
|
66
68
|
* subnets: [ // Subnets // required
|
|
67
69
|
* "STRING_VALUE",
|
|
68
70
|
* ],
|
|
71
|
+
* requireServiceS3Endpoint: true || false,
|
|
69
72
|
* },
|
|
70
73
|
* },
|
|
71
74
|
* clientToken: "STRING_VALUE",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
|
|
4
4
|
import type { CreateAgentRuntimeEndpointRequest, CreateAgentRuntimeEndpointResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateAgentRuntimeEndpointCommandInput extends CreateAgentRunti
|
|
|
22
22
|
export interface CreateAgentRuntimeEndpointCommandOutput extends CreateAgentRuntimeEndpointResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateAgentRuntimeEndpointCommand_base: {
|
|
25
|
-
new (input: CreateAgentRuntimeEndpointCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateAgentRuntimeEndpointCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateAgentRuntimeEndpointCommandInput): import("@smithy/core/client").CommandImpl<CreateAgentRuntimeEndpointCommandInput, CreateAgentRuntimeEndpointCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateAgentRuntimeEndpointCommandInput): import("@smithy/core/client").CommandImpl<CreateAgentRuntimeEndpointCommandInput, CreateAgentRuntimeEndpointCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates an AgentCore Runtime endpoint.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
|
|
4
4
|
import type { CreateApiKeyCredentialProviderRequest, CreateApiKeyCredentialProviderResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateApiKeyCredentialProviderCommandInput extends CreateApiKey
|
|
|
22
22
|
export interface CreateApiKeyCredentialProviderCommandOutput extends CreateApiKeyCredentialProviderResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateApiKeyCredentialProviderCommand_base: {
|
|
25
|
-
new (input: CreateApiKeyCredentialProviderCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateApiKeyCredentialProviderCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateApiKeyCredentialProviderCommandInput): import("@smithy/core/client").CommandImpl<CreateApiKeyCredentialProviderCommandInput, CreateApiKeyCredentialProviderCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateApiKeyCredentialProviderCommandInput): import("@smithy/core/client").CommandImpl<CreateApiKeyCredentialProviderCommandInput, CreateApiKeyCredentialProviderCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a new API key credential provider.</p>
|