@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 { 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";
|
|
@@ -69,7 +69,10 @@ import { type GetPaymentCredentialProviderCommandInput, type GetPaymentCredentia
|
|
|
69
69
|
import { type GetPaymentManagerCommandInput, type GetPaymentManagerCommandOutput } from "./commands/GetPaymentManagerCommand";
|
|
70
70
|
import { type GetPolicyCommandInput, type GetPolicyCommandOutput } from "./commands/GetPolicyCommand";
|
|
71
71
|
import { type GetPolicyEngineCommandInput, type GetPolicyEngineCommandOutput } from "./commands/GetPolicyEngineCommand";
|
|
72
|
+
import { type GetPolicyEngineSummaryCommandInput, type GetPolicyEngineSummaryCommandOutput } from "./commands/GetPolicyEngineSummaryCommand";
|
|
72
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";
|
|
73
76
|
import { type GetRegistryCommandInput, type GetRegistryCommandOutput } from "./commands/GetRegistryCommand";
|
|
74
77
|
import { type GetRegistryRecordCommandInput, type GetRegistryRecordCommandOutput } from "./commands/GetRegistryRecordCommand";
|
|
75
78
|
import { type GetResourcePolicyCommandInput, type GetResourcePolicyCommandOutput } from "./commands/GetResourcePolicyCommand";
|
|
@@ -97,8 +100,11 @@ import { type ListPaymentCredentialProvidersCommandInput, type ListPaymentCreden
|
|
|
97
100
|
import { type ListPaymentManagersCommandInput, type ListPaymentManagersCommandOutput } from "./commands/ListPaymentManagersCommand";
|
|
98
101
|
import { type ListPoliciesCommandInput, type ListPoliciesCommandOutput } from "./commands/ListPoliciesCommand";
|
|
99
102
|
import { type ListPolicyEnginesCommandInput, type ListPolicyEnginesCommandOutput } from "./commands/ListPolicyEnginesCommand";
|
|
103
|
+
import { type ListPolicyEngineSummariesCommandInput, type ListPolicyEngineSummariesCommandOutput } from "./commands/ListPolicyEngineSummariesCommand";
|
|
100
104
|
import { type ListPolicyGenerationAssetsCommandInput, type ListPolicyGenerationAssetsCommandOutput } from "./commands/ListPolicyGenerationAssetsCommand";
|
|
101
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";
|
|
102
108
|
import { type ListRegistriesCommandInput, type ListRegistriesCommandOutput } from "./commands/ListRegistriesCommand";
|
|
103
109
|
import { type ListRegistryRecordsCommandInput, type ListRegistryRecordsCommandOutput } from "./commands/ListRegistryRecordsCommand";
|
|
104
110
|
import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
@@ -541,12 +547,30 @@ export interface BedrockAgentCoreControl {
|
|
|
541
547
|
getPolicyEngine(args: GetPolicyEngineCommandInput, options?: __HttpHandlerOptions): Promise<GetPolicyEngineCommandOutput>;
|
|
542
548
|
getPolicyEngine(args: GetPolicyEngineCommandInput, cb: (err: any, data?: GetPolicyEngineCommandOutput) => void): void;
|
|
543
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;
|
|
544
556
|
/**
|
|
545
557
|
* @see {@link GetPolicyGenerationCommand}
|
|
546
558
|
*/
|
|
547
559
|
getPolicyGeneration(args: GetPolicyGenerationCommandInput, options?: __HttpHandlerOptions): Promise<GetPolicyGenerationCommandOutput>;
|
|
548
560
|
getPolicyGeneration(args: GetPolicyGenerationCommandInput, cb: (err: any, data?: GetPolicyGenerationCommandOutput) => void): void;
|
|
549
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;
|
|
550
574
|
/**
|
|
551
575
|
* @see {@link GetRegistryCommand}
|
|
552
576
|
*/
|
|
@@ -725,6 +749,13 @@ export interface BedrockAgentCoreControl {
|
|
|
725
749
|
listPolicyEngines(args: ListPolicyEnginesCommandInput, options?: __HttpHandlerOptions): Promise<ListPolicyEnginesCommandOutput>;
|
|
726
750
|
listPolicyEngines(args: ListPolicyEnginesCommandInput, cb: (err: any, data?: ListPolicyEnginesCommandOutput) => void): void;
|
|
727
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;
|
|
728
759
|
/**
|
|
729
760
|
* @see {@link ListPolicyGenerationAssetsCommand}
|
|
730
761
|
*/
|
|
@@ -737,6 +768,18 @@ export interface BedrockAgentCoreControl {
|
|
|
737
768
|
listPolicyGenerations(args: ListPolicyGenerationsCommandInput, options?: __HttpHandlerOptions): Promise<ListPolicyGenerationsCommandOutput>;
|
|
738
769
|
listPolicyGenerations(args: ListPolicyGenerationsCommandInput, cb: (err: any, data?: ListPolicyGenerationsCommandOutput) => void): void;
|
|
739
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;
|
|
740
783
|
/**
|
|
741
784
|
* @see {@link ListRegistriesCommand}
|
|
742
785
|
*/
|
|
@@ -1085,6 +1128,13 @@ export interface BedrockAgentCoreControl {
|
|
|
1085
1128
|
* @returns AsyncIterable of {@link ListPolicyEnginesCommandOutput}.
|
|
1086
1129
|
*/
|
|
1087
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>;
|
|
1088
1138
|
/**
|
|
1089
1139
|
* @see {@link ListPolicyGenerationAssetsCommand}
|
|
1090
1140
|
* @param args - command input.
|
|
@@ -1099,6 +1149,20 @@ export interface BedrockAgentCoreControl {
|
|
|
1099
1149
|
* @returns AsyncIterable of {@link ListPolicyGenerationsCommandOutput}.
|
|
1100
1150
|
*/
|
|
1101
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>;
|
|
1102
1166
|
/**
|
|
1103
1167
|
* @see {@link ListRegistriesCommand}
|
|
1104
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";
|
|
@@ -75,7 +75,10 @@ import type { GetPaymentCredentialProviderCommandInput, GetPaymentCredentialProv
|
|
|
75
75
|
import type { GetPaymentManagerCommandInput, GetPaymentManagerCommandOutput } from "./commands/GetPaymentManagerCommand";
|
|
76
76
|
import type { GetPolicyCommandInput, GetPolicyCommandOutput } from "./commands/GetPolicyCommand";
|
|
77
77
|
import type { GetPolicyEngineCommandInput, GetPolicyEngineCommandOutput } from "./commands/GetPolicyEngineCommand";
|
|
78
|
+
import type { GetPolicyEngineSummaryCommandInput, GetPolicyEngineSummaryCommandOutput } from "./commands/GetPolicyEngineSummaryCommand";
|
|
78
79
|
import type { GetPolicyGenerationCommandInput, GetPolicyGenerationCommandOutput } from "./commands/GetPolicyGenerationCommand";
|
|
80
|
+
import type { GetPolicyGenerationSummaryCommandInput, GetPolicyGenerationSummaryCommandOutput } from "./commands/GetPolicyGenerationSummaryCommand";
|
|
81
|
+
import type { GetPolicySummaryCommandInput, GetPolicySummaryCommandOutput } from "./commands/GetPolicySummaryCommand";
|
|
79
82
|
import type { GetRegistryCommandInput, GetRegistryCommandOutput } from "./commands/GetRegistryCommand";
|
|
80
83
|
import type { GetRegistryRecordCommandInput, GetRegistryRecordCommandOutput } from "./commands/GetRegistryRecordCommand";
|
|
81
84
|
import type { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "./commands/GetResourcePolicyCommand";
|
|
@@ -103,8 +106,11 @@ import type { ListPaymentCredentialProvidersCommandInput, ListPaymentCredentialP
|
|
|
103
106
|
import type { ListPaymentManagersCommandInput, ListPaymentManagersCommandOutput } from "./commands/ListPaymentManagersCommand";
|
|
104
107
|
import type { ListPoliciesCommandInput, ListPoliciesCommandOutput } from "./commands/ListPoliciesCommand";
|
|
105
108
|
import type { ListPolicyEnginesCommandInput, ListPolicyEnginesCommandOutput } from "./commands/ListPolicyEnginesCommand";
|
|
109
|
+
import type { ListPolicyEngineSummariesCommandInput, ListPolicyEngineSummariesCommandOutput } from "./commands/ListPolicyEngineSummariesCommand";
|
|
106
110
|
import type { ListPolicyGenerationAssetsCommandInput, ListPolicyGenerationAssetsCommandOutput } from "./commands/ListPolicyGenerationAssetsCommand";
|
|
107
111
|
import type { ListPolicyGenerationsCommandInput, ListPolicyGenerationsCommandOutput } from "./commands/ListPolicyGenerationsCommand";
|
|
112
|
+
import type { ListPolicyGenerationSummariesCommandInput, ListPolicyGenerationSummariesCommandOutput } from "./commands/ListPolicyGenerationSummariesCommand";
|
|
113
|
+
import type { ListPolicySummariesCommandInput, ListPolicySummariesCommandOutput } from "./commands/ListPolicySummariesCommand";
|
|
108
114
|
import type { ListRegistriesCommandInput, ListRegistriesCommandOutput } from "./commands/ListRegistriesCommand";
|
|
109
115
|
import type { ListRegistryRecordsCommandInput, ListRegistryRecordsCommandOutput } from "./commands/ListRegistryRecordsCommand";
|
|
110
116
|
import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
@@ -143,11 +149,11 @@ export { __Client };
|
|
|
143
149
|
/**
|
|
144
150
|
* @public
|
|
145
151
|
*/
|
|
146
|
-
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 | GetPolicyGenerationCommandInput | 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 | 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 | UpdatePaymentConnectorCommandInput | UpdatePaymentCredentialProviderCommandInput | UpdatePaymentManagerCommandInput | 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;
|
|
147
153
|
/**
|
|
148
154
|
* @public
|
|
149
155
|
*/
|
|
150
|
-
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 | GetPolicyGenerationCommandOutput | 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 | 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 | UpdatePaymentConnectorCommandOutput | UpdatePaymentCredentialProviderCommandOutput | UpdatePaymentManagerCommandOutput | 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;
|
|
151
157
|
/**
|
|
152
158
|
* @public
|
|
153
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>
|
|
@@ -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 { CreateBrowserRequest, CreateBrowserResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateBrowserCommandInput extends CreateBrowserRequest {
|
|
|
22
22
|
export interface CreateBrowserCommandOutput extends CreateBrowserResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateBrowserCommand_base: {
|
|
25
|
-
new (input: CreateBrowserCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateBrowserCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateBrowserCommandInput): import("@smithy/core/client").CommandImpl<CreateBrowserCommandInput, CreateBrowserCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateBrowserCommandInput): import("@smithy/core/client").CommandImpl<CreateBrowserCommandInput, CreateBrowserCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a custom browser.</p>
|
|
@@ -49,6 +51,7 @@ declare const CreateBrowserCommand_base: {
|
|
|
49
51
|
* subnets: [ // Subnets // required
|
|
50
52
|
* "STRING_VALUE",
|
|
51
53
|
* ],
|
|
54
|
+
* requireServiceS3Endpoint: true || false,
|
|
52
55
|
* },
|
|
53
56
|
* },
|
|
54
57
|
* 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 { CreateBrowserProfileRequest, CreateBrowserProfileResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateBrowserProfileCommandInput extends CreateBrowserProfileRe
|
|
|
22
22
|
export interface CreateBrowserProfileCommandOutput extends CreateBrowserProfileResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateBrowserProfileCommand_base: {
|
|
25
|
-
new (input: CreateBrowserProfileCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateBrowserProfileCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateBrowserProfileCommandInput): import("@smithy/core/client").CommandImpl<CreateBrowserProfileCommandInput, CreateBrowserProfileCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateBrowserProfileCommandInput): import("@smithy/core/client").CommandImpl<CreateBrowserProfileCommandInput, CreateBrowserProfileCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a browser profile in Amazon Bedrock AgentCore. A browser profile stores persistent browser data such as cookies, local storage, session storage, and browsing history that can be saved from browser sessions and reused in subsequent sessions.</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 { CreateCodeInterpreterRequest, CreateCodeInterpreterResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateCodeInterpreterCommandInput extends CreateCodeInterpreter
|
|
|
22
22
|
export interface CreateCodeInterpreterCommandOutput extends CreateCodeInterpreterResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateCodeInterpreterCommand_base: {
|
|
25
|
-
new (input: CreateCodeInterpreterCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateCodeInterpreterCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateCodeInterpreterCommandInput): import("@smithy/core/client").CommandImpl<CreateCodeInterpreterCommandInput, CreateCodeInterpreterCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateCodeInterpreterCommandInput): import("@smithy/core/client").CommandImpl<CreateCodeInterpreterCommandInput, CreateCodeInterpreterCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a custom code interpreter.</p>
|
|
@@ -49,6 +51,7 @@ declare const CreateCodeInterpreterCommand_base: {
|
|
|
49
51
|
* subnets: [ // Subnets // required
|
|
50
52
|
* "STRING_VALUE",
|
|
51
53
|
* ],
|
|
54
|
+
* requireServiceS3Endpoint: true || false,
|
|
52
55
|
* },
|
|
53
56
|
* },
|
|
54
57
|
* certificates: [ // Certificates
|
|
@@ -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 { CreateConfigurationBundleRequest, CreateConfigurationBundleResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateConfigurationBundleCommandInput extends CreateConfigurati
|
|
|
22
22
|
export interface CreateConfigurationBundleCommandOutput extends CreateConfigurationBundleResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateConfigurationBundleCommand_base: {
|
|
25
|
-
new (input: CreateConfigurationBundleCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateConfigurationBundleCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateConfigurationBundleCommandInput): import("@smithy/core/client").CommandImpl<CreateConfigurationBundleCommandInput, CreateConfigurationBundleCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateConfigurationBundleCommandInput): import("@smithy/core/client").CommandImpl<CreateConfigurationBundleCommandInput, CreateConfigurationBundleCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a new configuration bundle resource. A configuration bundle stores versioned component configurations for agent evaluation workflows.</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 { CreateEvaluatorRequest, CreateEvaluatorResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateEvaluatorCommandInput extends CreateEvaluatorRequest {
|
|
|
22
22
|
export interface CreateEvaluatorCommandOutput extends CreateEvaluatorResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateEvaluatorCommand_base: {
|
|
25
|
-
new (input: CreateEvaluatorCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateEvaluatorCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateEvaluatorCommandInput): import("@smithy/core/client").CommandImpl<CreateEvaluatorCommandInput, CreateEvaluatorCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateEvaluatorCommandInput): import("@smithy/core/client").CommandImpl<CreateEvaluatorCommandInput, CreateEvaluatorCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Creates a custom evaluator for agent quality assessment. Custom evaluators can use either LLM-as-a-Judge configurations with user-defined prompts, rating scales, and model settings, or code-based configurations with customer-managed Lambda functions to evaluate agent performance at tool call, trace, or session levels. </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 { CreateGatewayRequest, CreateGatewayResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateGatewayCommandInput extends CreateGatewayRequest {
|
|
|
22
22
|
export interface CreateGatewayCommandOutput extends CreateGatewayResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateGatewayCommand_base: {
|
|
25
|
-
new (input: CreateGatewayCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateGatewayCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateGatewayCommandInput): import("@smithy/core/client").CommandImpl<CreateGatewayCommandInput, CreateGatewayCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateGatewayCommandInput): import("@smithy/core/client").CommandImpl<CreateGatewayCommandInput, CreateGatewayCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a gateway for Amazon Bedrock Agent. A gateway serves as an integration point between your agent and external services.</p> <p>If you specify <code>CUSTOM_JWT</code> as the <code>authorizerType</code>, you must provide an <code>authorizerConfiguration</code>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
|
|
4
4
|
import type { CreateGatewayRuleRequest, CreateGatewayRuleResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateGatewayRuleCommandInput extends CreateGatewayRuleRequest
|
|
|
22
22
|
export interface CreateGatewayRuleCommandOutput extends CreateGatewayRuleResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateGatewayRuleCommand_base: {
|
|
25
|
-
new (input: CreateGatewayRuleCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateGatewayRuleCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateGatewayRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateGatewayRuleCommandInput, CreateGatewayRuleCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateGatewayRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateGatewayRuleCommandInput, CreateGatewayRuleCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a rule for a gateway. Rules define conditions and actions that control how requests are routed and processed through the gateway, including principal-based access control and path-based routing.</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 { CreateGatewayTargetRequest, CreateGatewayTargetResponse } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface CreateGatewayTargetCommandInput extends CreateGatewayTargetRequ
|
|
|
22
22
|
export interface CreateGatewayTargetCommandOutput extends CreateGatewayTargetResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateGatewayTargetCommand_base: {
|
|
25
|
-
new (input: CreateGatewayTargetCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateGatewayTargetCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateGatewayTargetCommandInput): import("@smithy/core/client").CommandImpl<CreateGatewayTargetCommandInput, CreateGatewayTargetCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateGatewayTargetCommandInput): import("@smithy/core/client").CommandImpl<CreateGatewayTargetCommandInput, CreateGatewayTargetCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a target for a gateway. A target defines an endpoint that the gateway can connect to.</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 { CreateHarnessRequest, CreateHarnessResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateHarnessCommandInput extends CreateHarnessRequest {
|
|
|
22
22
|
export interface CreateHarnessCommandOutput extends CreateHarnessResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateHarnessCommand_base: {
|
|
25
|
-
new (input: CreateHarnessCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateHarnessCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateHarnessCommandInput): import("@smithy/core/client").CommandImpl<CreateHarnessCommandInput, CreateHarnessCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateHarnessCommandInput): import("@smithy/core/client").CommandImpl<CreateHarnessCommandInput, CreateHarnessCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Operation to create a Harness.</p>
|
|
@@ -55,6 +57,7 @@ declare const CreateHarnessCommand_base: {
|
|
|
55
57
|
* subnets: [ // Subnets // required
|
|
56
58
|
* "STRING_VALUE",
|
|
57
59
|
* ],
|
|
60
|
+
* requireServiceS3Endpoint: true || false,
|
|
58
61
|
* },
|
|
59
62
|
* },
|
|
60
63
|
* filesystemConfigurations: [ // FilesystemConfigurations
|
|
@@ -384,6 +387,7 @@ declare const CreateHarnessCommand_base: {
|
|
|
384
387
|
* // subnets: [ // Subnets // required
|
|
385
388
|
* // "STRING_VALUE",
|
|
386
389
|
* // ],
|
|
390
|
+
* // requireServiceS3Endpoint: true || false,
|
|
387
391
|
* // },
|
|
388
392
|
* // },
|
|
389
393
|
* // filesystemConfigurations: [ // FilesystemConfigurations
|
|
@@ -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 { CreateMemoryInput, CreateMemoryOutput } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface CreateMemoryCommandInput extends CreateMemoryInput {
|
|
|
22
22
|
export interface CreateMemoryCommandOutput extends CreateMemoryOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateMemoryCommand_base: {
|
|
25
|
-
new (input: CreateMemoryCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateMemoryCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateMemoryCommandInput): import("@smithy/core/client").CommandImpl<CreateMemoryCommandInput, CreateMemoryCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateMemoryCommandInput): import("@smithy/core/client").CommandImpl<CreateMemoryCommandInput, CreateMemoryCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a new Amazon Bedrock AgentCore Memory resource.</p>
|