@aws-sdk/client-bedrock-agentcore-control 3.1045.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 +42 -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 +429 -335
- 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 +162 -35
- package/dist-es/BedrockAgentCoreControl.js +19 -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 +2 -2
- package/dist-es/commands/CreatePaymentCredentialProviderCommand.js +2 -2
- package/dist-es/commands/CreatePaymentManagerCommand.js +2 -2
- 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 +2 -2
- package/dist-es/commands/DeletePaymentCredentialProviderCommand.js +2 -2
- package/dist-es/commands/DeletePaymentManagerCommand.js +2 -2
- 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 +2 -2
- package/dist-es/commands/GetPaymentCredentialProviderCommand.js +2 -2
- package/dist-es/commands/GetPaymentManagerCommand.js +2 -2
- 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 +2 -2
- package/dist-es/commands/ListPaymentCredentialProvidersCommand.js +2 -2
- package/dist-es/commands/ListPaymentManagersCommand.js +2 -2
- 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 +2 -2
- package/dist-es/commands/UpdatePaymentCredentialProviderCommand.js +2 -2
- package/dist-es/commands/UpdatePaymentManagerCommand.js +2 -2
- 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 +6 -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/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 +3 -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 +151 -24
- 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 +65 -1
- package/dist-types/BedrockAgentCoreControlClient.d.ts +13 -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 +6 -4
- package/dist-types/commands/CreatePaymentCredentialProviderCommand.d.ts +6 -4
- package/dist-types/commands/CreatePaymentManagerCommand.d.ts +6 -4
- 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 +6 -4
- package/dist-types/commands/DeletePaymentCredentialProviderCommand.d.ts +6 -4
- package/dist-types/commands/DeletePaymentManagerCommand.d.ts +6 -4
- 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 +6 -4
- package/dist-types/commands/GetPaymentCredentialProviderCommand.d.ts +6 -4
- package/dist-types/commands/GetPaymentManagerCommand.d.ts +6 -4
- 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 +6 -4
- package/dist-types/commands/ListPaymentCredentialProvidersCommand.d.ts +6 -4
- package/dist-types/commands/ListPaymentManagersCommand.d.ts +6 -4
- 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 +6 -4
- package/dist-types/commands/UpdatePaymentCredentialProviderCommand.d.ts +6 -4
- package/dist-types/commands/UpdatePaymentManagerCommand.d.ts +6 -4
- 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 +6 -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 +2 -2
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +14 -10
- package/dist-types/models/models_1.d.ts +562 -149
- 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 +3 -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 +21 -0
- package/dist-types/ts3.4/BedrockAgentCoreControl.d.ts +125 -1
- package/dist-types/ts3.4/BedrockAgentCoreControlClient.d.ts +44 -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 +6 -4
- package/dist-types/ts3.4/commands/CreatePaymentCredentialProviderCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreatePaymentManagerCommand.d.ts +6 -4
- 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 +6 -4
- package/dist-types/ts3.4/commands/DeletePaymentCredentialProviderCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeletePaymentManagerCommand.d.ts +6 -4
- 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 +6 -4
- package/dist-types/ts3.4/commands/GetPaymentCredentialProviderCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPaymentManagerCommand.d.ts +6 -4
- 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 +6 -4
- package/dist-types/ts3.4/commands/ListPaymentCredentialProvidersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPaymentManagersCommand.d.ts +6 -4
- 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 +6 -4
- package/dist-types/ts3.4/commands/UpdatePaymentCredentialProviderCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdatePaymentManagerCommand.d.ts +6 -4
- 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 +6 -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/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 +117 -20
- 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 +3 -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 +21 -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 { 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 { DeleteOauth2CredentialProviderRequest, DeleteOauth2CredentialProviderResponse } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface DeleteOauth2CredentialProviderCommandInput extends DeleteOauth2
|
|
|
22
22
|
export interface DeleteOauth2CredentialProviderCommandOutput extends DeleteOauth2CredentialProviderResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteOauth2CredentialProviderCommand_base: {
|
|
25
|
-
new (input: DeleteOauth2CredentialProviderCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteOauth2CredentialProviderCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteOauth2CredentialProviderCommandInput): import("@smithy/core/client").CommandImpl<DeleteOauth2CredentialProviderCommandInput, DeleteOauth2CredentialProviderCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteOauth2CredentialProviderCommandInput): import("@smithy/core/client").CommandImpl<DeleteOauth2CredentialProviderCommandInput, DeleteOauth2CredentialProviderCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes an OAuth2 credential provider.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
|
|
4
4
|
import type { DeleteOnlineEvaluationConfigRequest, DeleteOnlineEvaluationConfigResponse } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface DeleteOnlineEvaluationConfigCommandInput extends DeleteOnlineEv
|
|
|
22
22
|
export interface DeleteOnlineEvaluationConfigCommandOutput extends DeleteOnlineEvaluationConfigResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteOnlineEvaluationConfigCommand_base: {
|
|
25
|
-
new (input: DeleteOnlineEvaluationConfigCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteOnlineEvaluationConfigCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteOnlineEvaluationConfigCommandInput): import("@smithy/core/client").CommandImpl<DeleteOnlineEvaluationConfigCommandInput, DeleteOnlineEvaluationConfigCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteOnlineEvaluationConfigCommandInput): import("@smithy/core/client").CommandImpl<DeleteOnlineEvaluationConfigCommandInput, DeleteOnlineEvaluationConfigCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Deletes an online evaluation configuration and stops any ongoing evaluation processes associated with it. </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 { DeletePaymentConnectorRequest, DeletePaymentConnectorResponse } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface DeletePaymentConnectorCommandInput extends DeletePaymentConnect
|
|
|
22
22
|
export interface DeletePaymentConnectorCommandOutput extends DeletePaymentConnectorResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeletePaymentConnectorCommand_base: {
|
|
25
|
-
new (input: DeletePaymentConnectorCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeletePaymentConnectorCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeletePaymentConnectorCommandInput): import("@smithy/core/client").CommandImpl<DeletePaymentConnectorCommandInput, DeletePaymentConnectorCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeletePaymentConnectorCommandInput): import("@smithy/core/client").CommandImpl<DeletePaymentConnectorCommandInput, DeletePaymentConnectorCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a payment connector.</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 { DeletePaymentCredentialProviderRequest, DeletePaymentCredentialProviderResponse } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface DeletePaymentCredentialProviderCommandInput extends DeletePayme
|
|
|
22
22
|
export interface DeletePaymentCredentialProviderCommandOutput extends DeletePaymentCredentialProviderResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeletePaymentCredentialProviderCommand_base: {
|
|
25
|
-
new (input: DeletePaymentCredentialProviderCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeletePaymentCredentialProviderCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeletePaymentCredentialProviderCommandInput): import("@smithy/core/client").CommandImpl<DeletePaymentCredentialProviderCommandInput, DeletePaymentCredentialProviderCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeletePaymentCredentialProviderCommandInput): import("@smithy/core/client").CommandImpl<DeletePaymentCredentialProviderCommandInput, DeletePaymentCredentialProviderCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a payment credential provider and its associated stored credentials.</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 { DeletePaymentManagerRequest, DeletePaymentManagerResponse } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface DeletePaymentManagerCommandInput extends DeletePaymentManagerRe
|
|
|
22
22
|
export interface DeletePaymentManagerCommandOutput extends DeletePaymentManagerResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeletePaymentManagerCommand_base: {
|
|
25
|
-
new (input: DeletePaymentManagerCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeletePaymentManagerCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeletePaymentManagerCommandInput): import("@smithy/core/client").CommandImpl<DeletePaymentManagerCommandInput, DeletePaymentManagerCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeletePaymentManagerCommandInput): import("@smithy/core/client").CommandImpl<DeletePaymentManagerCommandInput, DeletePaymentManagerCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a payment manager. All payment connectors associated with the payment manager must be deleted before the payment manager can be deleted. This operation initiates the deletion process asynchronously.</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 { DeletePolicyRequest, DeletePolicyResponse } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface DeletePolicyCommandInput extends DeletePolicyRequest {
|
|
|
22
22
|
export interface DeletePolicyCommandOutput extends DeletePolicyResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeletePolicyCommand_base: {
|
|
25
|
-
new (input: DeletePolicyCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeletePolicyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeletePolicyCommandInput): import("@smithy/core/client").CommandImpl<DeletePolicyCommandInput, DeletePolicyCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeletePolicyCommandInput): import("@smithy/core/client").CommandImpl<DeletePolicyCommandInput, DeletePolicyCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes an existing policy from the AgentCore Policy system. Once deleted, the policy can no longer be used for agent behavior control and all references to it become invalid. This is an asynchronous operation. Use the <code>GetPolicy</code> operation to poll the <code>status</code> field to track completion.</p>
|
|
@@ -46,6 +48,10 @@ declare const DeletePolicyCommand_base: {
|
|
|
46
48
|
* // policyId: "STRING_VALUE", // required
|
|
47
49
|
* // name: "STRING_VALUE", // required
|
|
48
50
|
* // policyEngineId: "STRING_VALUE", // required
|
|
51
|
+
* // createdAt: new Date("TIMESTAMP"), // required
|
|
52
|
+
* // updatedAt: new Date("TIMESTAMP"), // required
|
|
53
|
+
* // policyArn: "STRING_VALUE", // required
|
|
54
|
+
* // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "UPDATE_FAILED" || "DELETE_FAILED", // required
|
|
49
55
|
* // definition: { // PolicyDefinition Union: only one key present
|
|
50
56
|
* // cedar: { // CedarPolicy
|
|
51
57
|
* // statement: "STRING_VALUE", // required
|
|
@@ -56,10 +62,6 @@ declare const DeletePolicyCommand_base: {
|
|
|
56
62
|
* // },
|
|
57
63
|
* // },
|
|
58
64
|
* // description: "STRING_VALUE",
|
|
59
|
-
* // createdAt: new Date("TIMESTAMP"), // required
|
|
60
|
-
* // updatedAt: new Date("TIMESTAMP"), // required
|
|
61
|
-
* // policyArn: "STRING_VALUE", // required
|
|
62
|
-
* // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "UPDATE_FAILED" || "DELETE_FAILED", // required
|
|
63
65
|
* // statusReasons: [ // PolicyStatusReasons // required
|
|
64
66
|
* // "STRING_VALUE",
|
|
65
67
|
* // ],
|
|
@@ -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 { DeletePolicyEngineRequest, DeletePolicyEngineResponse } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface DeletePolicyEngineCommandInput extends DeletePolicyEngineReques
|
|
|
22
22
|
export interface DeletePolicyEngineCommandOutput extends DeletePolicyEngineResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeletePolicyEngineCommand_base: {
|
|
25
|
-
new (input: DeletePolicyEngineCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeletePolicyEngineCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeletePolicyEngineCommandInput): import("@smithy/core/client").CommandImpl<DeletePolicyEngineCommandInput, DeletePolicyEngineCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeletePolicyEngineCommandInput): import("@smithy/core/client").CommandImpl<DeletePolicyEngineCommandInput, DeletePolicyEngineCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes an existing policy engine from the AgentCore Policy system. The policy engine must not have any associated policies before deletion. Once deleted, the policy engine and all its configurations become unavailable for policy management and evaluation. This is an asynchronous operation. Use the <code>GetPolicyEngine</code> operation to poll the <code>status</code> field to track completion.</p>
|
|
@@ -44,15 +46,15 @@ declare const DeletePolicyEngineCommand_base: {
|
|
|
44
46
|
* // { // DeletePolicyEngineResponse
|
|
45
47
|
* // policyEngineId: "STRING_VALUE", // required
|
|
46
48
|
* // name: "STRING_VALUE", // required
|
|
47
|
-
* // description: "STRING_VALUE",
|
|
48
49
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
49
50
|
* // updatedAt: new Date("TIMESTAMP"), // required
|
|
50
51
|
* // policyEngineArn: "STRING_VALUE", // required
|
|
51
52
|
* // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "UPDATE_FAILED" || "DELETE_FAILED", // required
|
|
53
|
+
* // encryptionKeyArn: "STRING_VALUE",
|
|
54
|
+
* // description: "STRING_VALUE",
|
|
52
55
|
* // statusReasons: [ // PolicyStatusReasons // required
|
|
53
56
|
* // "STRING_VALUE",
|
|
54
57
|
* // ],
|
|
55
|
-
* // encryptionKeyArn: "STRING_VALUE",
|
|
56
58
|
* // };
|
|
57
59
|
*
|
|
58
60
|
* ```
|
|
@@ -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 { DeleteRegistryRequest, DeleteRegistryResponse } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface DeleteRegistryCommandInput extends DeleteRegistryRequest {
|
|
|
22
22
|
export interface DeleteRegistryCommandOutput extends DeleteRegistryResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteRegistryCommand_base: {
|
|
25
|
-
new (input: DeleteRegistryCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteRegistryCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteRegistryCommandInput): import("@smithy/core/client").CommandImpl<DeleteRegistryCommandInput, DeleteRegistryCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteRegistryCommandInput): import("@smithy/core/client").CommandImpl<DeleteRegistryCommandInput, DeleteRegistryCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a registry. The registry must contain zero records before it can be deleted. This operation initiates the deletion process asynchronously.</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 { DeleteRegistryRecordRequest, DeleteRegistryRecordResponse } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface DeleteRegistryRecordCommandInput extends DeleteRegistryRecordRe
|
|
|
22
22
|
export interface DeleteRegistryRecordCommandOutput extends DeleteRegistryRecordResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteRegistryRecordCommand_base: {
|
|
25
|
-
new (input: DeleteRegistryRecordCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteRegistryRecordCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteRegistryRecordCommandInput): import("@smithy/core/client").CommandImpl<DeleteRegistryRecordCommandInput, DeleteRegistryRecordCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteRegistryRecordCommandInput): import("@smithy/core/client").CommandImpl<DeleteRegistryRecordCommandInput, DeleteRegistryRecordCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a registry record. The record's status transitions to <code>DELETING</code> and the record is removed asynchronously.</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 { DeleteResourcePolicyRequest, DeleteResourcePolicyResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteResourcePolicyCommandInput extends DeleteResourcePolicyRe
|
|
|
22
22
|
export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteResourcePolicyCommand_base: {
|
|
25
|
-
new (input: DeleteResourcePolicyCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteResourcePolicyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes the resource-based policy for a specified resource.</p> <note> <p>This feature is currently available only for AgentCore Runtime and Gateway.</p> </note>
|
|
@@ -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 { DeleteWorkloadIdentityRequest, DeleteWorkloadIdentityResponse } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface DeleteWorkloadIdentityCommandInput extends DeleteWorkloadIdenti
|
|
|
22
22
|
export interface DeleteWorkloadIdentityCommandOutput extends DeleteWorkloadIdentityResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteWorkloadIdentityCommand_base: {
|
|
25
|
-
new (input: DeleteWorkloadIdentityCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteWorkloadIdentityCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteWorkloadIdentityCommandInput): import("@smithy/core/client").CommandImpl<DeleteWorkloadIdentityCommandInput, DeleteWorkloadIdentityCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteWorkloadIdentityCommandInput): import("@smithy/core/client").CommandImpl<DeleteWorkloadIdentityCommandInput, DeleteWorkloadIdentityCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a workload identity.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
|
|
4
4
|
import type { GetAgentRuntimeRequest, GetAgentRuntimeResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetAgentRuntimeCommandInput extends GetAgentRuntimeRequest {
|
|
|
22
22
|
export interface GetAgentRuntimeCommandOutput extends GetAgentRuntimeResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetAgentRuntimeCommand_base: {
|
|
25
|
-
new (input: GetAgentRuntimeCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetAgentRuntimeCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetAgentRuntimeCommandInput): import("@smithy/core/client").CommandImpl<GetAgentRuntimeCommandInput, GetAgentRuntimeCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetAgentRuntimeCommandInput): import("@smithy/core/client").CommandImpl<GetAgentRuntimeCommandInput, GetAgentRuntimeCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets an Amazon Bedrock AgentCore Runtime.</p>
|
|
@@ -59,6 +61,7 @@ declare const GetAgentRuntimeCommand_base: {
|
|
|
59
61
|
* // subnets: [ // Subnets // required
|
|
60
62
|
* // "STRING_VALUE",
|
|
61
63
|
* // ],
|
|
64
|
+
* // requireServiceS3Endpoint: true || false,
|
|
62
65
|
* // },
|
|
63
66
|
* // },
|
|
64
67
|
* // status: "CREATING" || "CREATE_FAILED" || "UPDATING" || "UPDATE_FAILED" || "READY" || "DELETING", // required
|
|
@@ -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 { GetAgentRuntimeEndpointRequest, GetAgentRuntimeEndpointResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetAgentRuntimeEndpointCommandInput extends GetAgentRuntimeEndp
|
|
|
22
22
|
export interface GetAgentRuntimeEndpointCommandOutput extends GetAgentRuntimeEndpointResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetAgentRuntimeEndpointCommand_base: {
|
|
25
|
-
new (input: GetAgentRuntimeEndpointCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetAgentRuntimeEndpointCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetAgentRuntimeEndpointCommandInput): import("@smithy/core/client").CommandImpl<GetAgentRuntimeEndpointCommandInput, GetAgentRuntimeEndpointCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetAgentRuntimeEndpointCommandInput): import("@smithy/core/client").CommandImpl<GetAgentRuntimeEndpointCommandInput, GetAgentRuntimeEndpointCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets information about an Amazon Secure AgentEndpoint.</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 { GetApiKeyCredentialProviderRequest, GetApiKeyCredentialProviderResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetApiKeyCredentialProviderCommandInput extends GetApiKeyCreden
|
|
|
22
22
|
export interface GetApiKeyCredentialProviderCommandOutput extends GetApiKeyCredentialProviderResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetApiKeyCredentialProviderCommand_base: {
|
|
25
|
-
new (input: GetApiKeyCredentialProviderCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetApiKeyCredentialProviderCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetApiKeyCredentialProviderCommandInput): import("@smithy/core/client").CommandImpl<GetApiKeyCredentialProviderCommandInput, GetApiKeyCredentialProviderCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetApiKeyCredentialProviderCommandInput): import("@smithy/core/client").CommandImpl<GetApiKeyCredentialProviderCommandInput, GetApiKeyCredentialProviderCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves information about an API key credential provider.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
|
|
4
4
|
import type { GetBrowserRequest, GetBrowserResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetBrowserCommandInput extends GetBrowserRequest {
|
|
|
22
22
|
export interface GetBrowserCommandOutput extends GetBrowserResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetBrowserCommand_base: {
|
|
25
|
-
new (input: GetBrowserCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetBrowserCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetBrowserCommandInput): import("@smithy/core/client").CommandImpl<GetBrowserCommandInput, GetBrowserCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetBrowserCommandInput): import("@smithy/core/client").CommandImpl<GetBrowserCommandInput, GetBrowserCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets information about a custom browser.</p>
|
|
@@ -56,6 +58,7 @@ declare const GetBrowserCommand_base: {
|
|
|
56
58
|
* // subnets: [ // Subnets // required
|
|
57
59
|
* // "STRING_VALUE",
|
|
58
60
|
* // ],
|
|
61
|
+
* // requireServiceS3Endpoint: true || false,
|
|
59
62
|
* // },
|
|
60
63
|
* // },
|
|
61
64
|
* // recording: { // RecordingConfig
|
|
@@ -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 { GetBrowserProfileRequest, GetBrowserProfileResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetBrowserProfileCommandInput extends GetBrowserProfileRequest
|
|
|
22
22
|
export interface GetBrowserProfileCommandOutput extends GetBrowserProfileResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetBrowserProfileCommand_base: {
|
|
25
|
-
new (input: GetBrowserProfileCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetBrowserProfileCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetBrowserProfileCommandInput): import("@smithy/core/client").CommandImpl<GetBrowserProfileCommandInput, GetBrowserProfileCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetBrowserProfileCommandInput): import("@smithy/core/client").CommandImpl<GetBrowserProfileCommandInput, GetBrowserProfileCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets information about a browser profile.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
|
|
4
4
|
import type { GetCodeInterpreterRequest, GetCodeInterpreterResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetCodeInterpreterCommandInput extends GetCodeInterpreterReques
|
|
|
22
22
|
export interface GetCodeInterpreterCommandOutput extends GetCodeInterpreterResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetCodeInterpreterCommand_base: {
|
|
25
|
-
new (input: GetCodeInterpreterCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetCodeInterpreterCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetCodeInterpreterCommandInput): import("@smithy/core/client").CommandImpl<GetCodeInterpreterCommandInput, GetCodeInterpreterCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetCodeInterpreterCommandInput): import("@smithy/core/client").CommandImpl<GetCodeInterpreterCommandInput, GetCodeInterpreterCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets information about a custom code interpreter.</p>
|
|
@@ -56,6 +58,7 @@ declare const GetCodeInterpreterCommand_base: {
|
|
|
56
58
|
* // subnets: [ // Subnets // required
|
|
57
59
|
* // "STRING_VALUE",
|
|
58
60
|
* // ],
|
|
61
|
+
* // requireServiceS3Endpoint: true || false,
|
|
59
62
|
* // },
|
|
60
63
|
* // },
|
|
61
64
|
* // status: "CREATING" || "CREATE_FAILED" || "READY" || "DELETING" || "DELETE_FAILED" || "DELETED", // required
|
|
@@ -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 { GetConfigurationBundleRequest, GetConfigurationBundleResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetConfigurationBundleCommandInput extends GetConfigurationBund
|
|
|
22
22
|
export interface GetConfigurationBundleCommandOutput extends GetConfigurationBundleResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetConfigurationBundleCommand_base: {
|
|
25
|
-
new (input: GetConfigurationBundleCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetConfigurationBundleCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetConfigurationBundleCommandInput): import("@smithy/core/client").CommandImpl<GetConfigurationBundleCommandInput, GetConfigurationBundleCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetConfigurationBundleCommandInput): import("@smithy/core/client").CommandImpl<GetConfigurationBundleCommandInput, GetConfigurationBundleCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets the latest version of a configuration bundle. By default, returns the latest version on the mainline branch. Use <code>GetConfigurationBundleVersion</code> to retrieve a specific historical version.</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 { GetConfigurationBundleVersionRequest, GetConfigurationBundleVersionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetConfigurationBundleVersionCommandInput extends GetConfigurat
|
|
|
22
22
|
export interface GetConfigurationBundleVersionCommandOutput extends GetConfigurationBundleVersionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetConfigurationBundleVersionCommand_base: {
|
|
25
|
-
new (input: GetConfigurationBundleVersionCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetConfigurationBundleVersionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetConfigurationBundleVersionCommandInput): import("@smithy/core/client").CommandImpl<GetConfigurationBundleVersionCommandInput, GetConfigurationBundleVersionCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetConfigurationBundleVersionCommandInput): import("@smithy/core/client").CommandImpl<GetConfigurationBundleVersionCommandInput, GetConfigurationBundleVersionCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets a specific version of a configuration bundle by its version identifier.</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 { GetEvaluatorRequest, GetEvaluatorResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetEvaluatorCommandInput extends GetEvaluatorRequest {
|
|
|
22
22
|
export interface GetEvaluatorCommandOutput extends GetEvaluatorResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetEvaluatorCommand_base: {
|
|
25
|
-
new (input: GetEvaluatorCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetEvaluatorCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetEvaluatorCommandInput): import("@smithy/core/client").CommandImpl<GetEvaluatorCommandInput, GetEvaluatorCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetEvaluatorCommandInput): import("@smithy/core/client").CommandImpl<GetEvaluatorCommandInput, GetEvaluatorCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Retrieves detailed information about an evaluator, including its configuration, status, and metadata. Works with both built-in and custom evaluators. </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 { GetGatewayRequest, GetGatewayResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetGatewayCommandInput extends GetGatewayRequest {
|
|
|
22
22
|
export interface GetGatewayCommandOutput extends GetGatewayResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetGatewayCommand_base: {
|
|
25
|
-
new (input: GetGatewayCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetGatewayCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetGatewayCommandInput): import("@smithy/core/client").CommandImpl<GetGatewayCommandInput, GetGatewayCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetGatewayCommandInput): import("@smithy/core/client").CommandImpl<GetGatewayCommandInput, GetGatewayCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves information about a specific Gateway.</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 { GetGatewayRuleRequest, GetGatewayRuleResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetGatewayRuleCommandInput extends GetGatewayRuleRequest {
|
|
|
22
22
|
export interface GetGatewayRuleCommandOutput extends GetGatewayRuleResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetGatewayRuleCommand_base: {
|
|
25
|
-
new (input: GetGatewayRuleCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetGatewayRuleCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetGatewayRuleCommandInput): import("@smithy/core/client").CommandImpl<GetGatewayRuleCommandInput, GetGatewayRuleCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetGatewayRuleCommandInput): import("@smithy/core/client").CommandImpl<GetGatewayRuleCommandInput, GetGatewayRuleCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves detailed information about a specific gateway rule.</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 { GetGatewayTargetRequest } from "../models/models_0";
|
|
@@ -23,9 +23,11 @@ export interface GetGatewayTargetCommandInput extends GetGatewayTargetRequest {
|
|
|
23
23
|
export interface GetGatewayTargetCommandOutput extends GetGatewayTargetResponse, __MetadataBearer {
|
|
24
24
|
}
|
|
25
25
|
declare const GetGatewayTargetCommand_base: {
|
|
26
|
-
new (input: GetGatewayTargetCommandInput): import("@smithy/
|
|
27
|
-
new (input: GetGatewayTargetCommandInput): import("@smithy/
|
|
28
|
-
getEndpointParameterInstructions():
|
|
26
|
+
new (input: GetGatewayTargetCommandInput): import("@smithy/core/client").CommandImpl<GetGatewayTargetCommandInput, GetGatewayTargetCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
new (input: GetGatewayTargetCommandInput): import("@smithy/core/client").CommandImpl<GetGatewayTargetCommandInput, GetGatewayTargetCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
28
|
+
getEndpointParameterInstructions(): {
|
|
29
|
+
[x: string]: unknown;
|
|
30
|
+
};
|
|
29
31
|
};
|
|
30
32
|
/**
|
|
31
33
|
* <p>Retrieves information about a specific gateway target.</p>
|