@aws-sdk/client-bedrock-agentcore-control 3.1044.0 → 3.1046.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +147 -0
- package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +656 -305
- package/dist-cjs/models/BedrockAgentCoreControlServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-cjs/schemas/schemas_0.js +519 -40
- package/dist-es/BedrockAgentCoreControl.js +55 -1
- package/dist-es/BedrockAgentCoreControlClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/CreateAgentRuntimeCommand.js +2 -2
- package/dist-es/commands/CreateAgentRuntimeEndpointCommand.js +2 -2
- package/dist-es/commands/CreateApiKeyCredentialProviderCommand.js +2 -2
- package/dist-es/commands/CreateBrowserCommand.js +2 -2
- package/dist-es/commands/CreateBrowserProfileCommand.js +2 -2
- package/dist-es/commands/CreateCodeInterpreterCommand.js +2 -2
- package/dist-es/commands/CreateConfigurationBundleCommand.js +2 -2
- package/dist-es/commands/CreateEvaluatorCommand.js +2 -2
- package/dist-es/commands/CreateGatewayCommand.js +2 -2
- package/dist-es/commands/CreateGatewayRuleCommand.js +2 -2
- package/dist-es/commands/CreateGatewayTargetCommand.js +2 -2
- package/dist-es/commands/CreateHarnessCommand.js +2 -2
- package/dist-es/commands/CreateMemoryCommand.js +2 -2
- package/dist-es/commands/CreateOauth2CredentialProviderCommand.js +2 -2
- package/dist-es/commands/CreateOnlineEvaluationConfigCommand.js +2 -2
- package/dist-es/commands/CreatePaymentConnectorCommand.js +16 -0
- package/dist-es/commands/CreatePaymentCredentialProviderCommand.js +16 -0
- package/dist-es/commands/CreatePaymentManagerCommand.js +16 -0
- package/dist-es/commands/CreatePolicyCommand.js +2 -2
- package/dist-es/commands/CreatePolicyEngineCommand.js +2 -2
- package/dist-es/commands/CreateRegistryCommand.js +2 -2
- package/dist-es/commands/CreateRegistryRecordCommand.js +2 -2
- package/dist-es/commands/CreateWorkloadIdentityCommand.js +2 -2
- package/dist-es/commands/DeleteAgentRuntimeCommand.js +2 -2
- package/dist-es/commands/DeleteAgentRuntimeEndpointCommand.js +2 -2
- package/dist-es/commands/DeleteApiKeyCredentialProviderCommand.js +2 -2
- package/dist-es/commands/DeleteBrowserCommand.js +2 -2
- package/dist-es/commands/DeleteBrowserProfileCommand.js +2 -2
- package/dist-es/commands/DeleteCodeInterpreterCommand.js +2 -2
- package/dist-es/commands/DeleteConfigurationBundleCommand.js +2 -2
- package/dist-es/commands/DeleteEvaluatorCommand.js +2 -2
- package/dist-es/commands/DeleteGatewayCommand.js +2 -2
- package/dist-es/commands/DeleteGatewayRuleCommand.js +2 -2
- package/dist-es/commands/DeleteGatewayTargetCommand.js +2 -2
- package/dist-es/commands/DeleteHarnessCommand.js +2 -2
- package/dist-es/commands/DeleteMemoryCommand.js +2 -2
- package/dist-es/commands/DeleteOauth2CredentialProviderCommand.js +2 -2
- package/dist-es/commands/DeleteOnlineEvaluationConfigCommand.js +2 -2
- package/dist-es/commands/DeletePaymentConnectorCommand.js +16 -0
- package/dist-es/commands/DeletePaymentCredentialProviderCommand.js +16 -0
- package/dist-es/commands/DeletePaymentManagerCommand.js +16 -0
- package/dist-es/commands/DeletePolicyCommand.js +2 -2
- package/dist-es/commands/DeletePolicyEngineCommand.js +2 -2
- package/dist-es/commands/DeleteRegistryCommand.js +2 -2
- package/dist-es/commands/DeleteRegistryRecordCommand.js +2 -2
- package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
- package/dist-es/commands/DeleteWorkloadIdentityCommand.js +2 -2
- package/dist-es/commands/GetAgentRuntimeCommand.js +2 -2
- package/dist-es/commands/GetAgentRuntimeEndpointCommand.js +2 -2
- package/dist-es/commands/GetApiKeyCredentialProviderCommand.js +2 -2
- package/dist-es/commands/GetBrowserCommand.js +2 -2
- package/dist-es/commands/GetBrowserProfileCommand.js +2 -2
- package/dist-es/commands/GetCodeInterpreterCommand.js +2 -2
- package/dist-es/commands/GetConfigurationBundleCommand.js +2 -2
- package/dist-es/commands/GetConfigurationBundleVersionCommand.js +2 -2
- package/dist-es/commands/GetEvaluatorCommand.js +2 -2
- package/dist-es/commands/GetGatewayCommand.js +2 -2
- package/dist-es/commands/GetGatewayRuleCommand.js +2 -2
- package/dist-es/commands/GetGatewayTargetCommand.js +2 -2
- package/dist-es/commands/GetHarnessCommand.js +2 -2
- package/dist-es/commands/GetMemoryCommand.js +2 -2
- package/dist-es/commands/GetOauth2CredentialProviderCommand.js +2 -2
- package/dist-es/commands/GetOnlineEvaluationConfigCommand.js +2 -2
- package/dist-es/commands/GetPaymentConnectorCommand.js +16 -0
- package/dist-es/commands/GetPaymentCredentialProviderCommand.js +16 -0
- package/dist-es/commands/GetPaymentManagerCommand.js +16 -0
- package/dist-es/commands/GetPolicyCommand.js +2 -2
- package/dist-es/commands/GetPolicyEngineCommand.js +2 -2
- package/dist-es/commands/GetPolicyEngineSummaryCommand.js +16 -0
- package/dist-es/commands/GetPolicyGenerationCommand.js +2 -2
- package/dist-es/commands/GetPolicyGenerationSummaryCommand.js +16 -0
- package/dist-es/commands/GetPolicySummaryCommand.js +16 -0
- package/dist-es/commands/GetRegistryCommand.js +2 -2
- package/dist-es/commands/GetRegistryRecordCommand.js +2 -2
- package/dist-es/commands/GetResourcePolicyCommand.js +2 -2
- package/dist-es/commands/GetTokenVaultCommand.js +2 -2
- package/dist-es/commands/GetWorkloadIdentityCommand.js +2 -2
- package/dist-es/commands/ListAgentRuntimeEndpointsCommand.js +2 -2
- package/dist-es/commands/ListAgentRuntimeVersionsCommand.js +2 -2
- package/dist-es/commands/ListAgentRuntimesCommand.js +2 -2
- package/dist-es/commands/ListApiKeyCredentialProvidersCommand.js +2 -2
- package/dist-es/commands/ListBrowserProfilesCommand.js +2 -2
- package/dist-es/commands/ListBrowsersCommand.js +2 -2
- package/dist-es/commands/ListCodeInterpretersCommand.js +2 -2
- package/dist-es/commands/ListConfigurationBundleVersionsCommand.js +2 -2
- package/dist-es/commands/ListConfigurationBundlesCommand.js +2 -2
- package/dist-es/commands/ListEvaluatorsCommand.js +2 -2
- package/dist-es/commands/ListGatewayRulesCommand.js +2 -2
- package/dist-es/commands/ListGatewayTargetsCommand.js +2 -2
- package/dist-es/commands/ListGatewaysCommand.js +2 -2
- package/dist-es/commands/ListHarnessesCommand.js +2 -2
- package/dist-es/commands/ListMemoriesCommand.js +2 -2
- package/dist-es/commands/ListOauth2CredentialProvidersCommand.js +2 -2
- package/dist-es/commands/ListOnlineEvaluationConfigsCommand.js +2 -2
- package/dist-es/commands/ListPaymentConnectorsCommand.js +16 -0
- package/dist-es/commands/ListPaymentCredentialProvidersCommand.js +16 -0
- package/dist-es/commands/ListPaymentManagersCommand.js +16 -0
- package/dist-es/commands/ListPoliciesCommand.js +2 -2
- package/dist-es/commands/ListPolicyEngineSummariesCommand.js +16 -0
- package/dist-es/commands/ListPolicyEnginesCommand.js +2 -2
- package/dist-es/commands/ListPolicyGenerationAssetsCommand.js +2 -2
- package/dist-es/commands/ListPolicyGenerationSummariesCommand.js +16 -0
- package/dist-es/commands/ListPolicyGenerationsCommand.js +2 -2
- package/dist-es/commands/ListPolicySummariesCommand.js +16 -0
- package/dist-es/commands/ListRegistriesCommand.js +2 -2
- package/dist-es/commands/ListRegistryRecordsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListWorkloadIdentitiesCommand.js +2 -2
- package/dist-es/commands/PutResourcePolicyCommand.js +2 -2
- package/dist-es/commands/SetTokenVaultCMKCommand.js +2 -2
- package/dist-es/commands/StartPolicyGenerationCommand.js +2 -2
- package/dist-es/commands/SubmitRegistryRecordForApprovalCommand.js +2 -2
- package/dist-es/commands/SynchronizeGatewayTargetsCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAgentRuntimeCommand.js +2 -2
- package/dist-es/commands/UpdateAgentRuntimeEndpointCommand.js +2 -2
- package/dist-es/commands/UpdateApiKeyCredentialProviderCommand.js +2 -2
- package/dist-es/commands/UpdateConfigurationBundleCommand.js +2 -2
- package/dist-es/commands/UpdateEvaluatorCommand.js +2 -2
- package/dist-es/commands/UpdateGatewayCommand.js +2 -2
- package/dist-es/commands/UpdateGatewayRuleCommand.js +2 -2
- package/dist-es/commands/UpdateGatewayTargetCommand.js +2 -2
- package/dist-es/commands/UpdateHarnessCommand.js +2 -2
- package/dist-es/commands/UpdateMemoryCommand.js +2 -2
- package/dist-es/commands/UpdateOauth2CredentialProviderCommand.js +2 -2
- package/dist-es/commands/UpdateOnlineEvaluationConfigCommand.js +2 -2
- package/dist-es/commands/UpdatePaymentConnectorCommand.js +16 -0
- package/dist-es/commands/UpdatePaymentCredentialProviderCommand.js +16 -0
- package/dist-es/commands/UpdatePaymentManagerCommand.js +16 -0
- package/dist-es/commands/UpdatePolicyCommand.js +2 -2
- package/dist-es/commands/UpdatePolicyEngineCommand.js +2 -2
- package/dist-es/commands/UpdateRegistryCommand.js +2 -2
- package/dist-es/commands/UpdateRegistryRecordCommand.js +2 -2
- package/dist-es/commands/UpdateRegistryRecordStatusCommand.js +2 -2
- package/dist-es/commands/UpdateWorkloadIdentityCommand.js +2 -2
- package/dist-es/commands/index.js +21 -0
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/BedrockAgentCoreControlServiceException.js +1 -1
- package/dist-es/models/enums.js +30 -0
- package/dist-es/pagination/ListPaymentConnectorsPaginator.js +4 -0
- package/dist-es/pagination/ListPaymentCredentialProvidersPaginator.js +4 -0
- package/dist-es/pagination/ListPaymentManagersPaginator.js +4 -0
- package/dist-es/pagination/ListPolicyEngineSummariesPaginator.js +4 -0
- package/dist-es/pagination/ListPolicyGenerationSummariesPaginator.js +4 -0
- package/dist-es/pagination/ListPolicySummariesPaginator.js +4 -0
- package/dist-es/pagination/index.js +6 -0
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-es/schemas/schemas_0.js +504 -26
- package/dist-es/waiters/waitForMemoryCreated.js +1 -1
- package/dist-es/waiters/waitForPolicyActive.js +1 -1
- package/dist-es/waiters/waitForPolicyDeleted.js +1 -1
- package/dist-es/waiters/waitForPolicyEngineActive.js +1 -1
- package/dist-es/waiters/waitForPolicyEngineDeleted.js +1 -1
- package/dist-es/waiters/waitForPolicyGenerationCompleted.js +1 -1
- package/dist-types/BedrockAgentCoreControl.d.ts +193 -1
- package/dist-types/BedrockAgentCoreControlClient.d.ts +28 -7
- package/dist-types/commands/CreateAgentRuntimeCommand.d.ts +7 -4
- package/dist-types/commands/CreateAgentRuntimeEndpointCommand.d.ts +6 -4
- package/dist-types/commands/CreateApiKeyCredentialProviderCommand.d.ts +6 -4
- package/dist-types/commands/CreateBrowserCommand.d.ts +7 -4
- package/dist-types/commands/CreateBrowserProfileCommand.d.ts +6 -4
- package/dist-types/commands/CreateCodeInterpreterCommand.d.ts +7 -4
- package/dist-types/commands/CreateConfigurationBundleCommand.d.ts +6 -4
- package/dist-types/commands/CreateEvaluatorCommand.d.ts +6 -4
- package/dist-types/commands/CreateGatewayCommand.d.ts +6 -4
- package/dist-types/commands/CreateGatewayRuleCommand.d.ts +6 -4
- package/dist-types/commands/CreateGatewayTargetCommand.d.ts +6 -4
- package/dist-types/commands/CreateHarnessCommand.d.ts +8 -4
- package/dist-types/commands/CreateMemoryCommand.d.ts +6 -4
- package/dist-types/commands/CreateOauth2CredentialProviderCommand.d.ts +6 -4
- package/dist-types/commands/CreateOnlineEvaluationConfigCommand.d.ts +6 -4
- package/dist-types/commands/CreatePaymentConnectorCommand.d.ts +126 -0
- package/dist-types/commands/CreatePaymentCredentialProviderCommand.d.ts +149 -0
- package/dist-types/commands/CreatePaymentManagerCommand.d.ts +253 -0
- package/dist-types/commands/CreatePolicyCommand.d.ts +10 -8
- package/dist-types/commands/CreatePolicyEngineCommand.d.ts +8 -6
- package/dist-types/commands/CreateRegistryCommand.d.ts +6 -4
- package/dist-types/commands/CreateRegistryRecordCommand.d.ts +6 -4
- package/dist-types/commands/CreateWorkloadIdentityCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAgentRuntimeCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAgentRuntimeEndpointCommand.d.ts +6 -4
- package/dist-types/commands/DeleteApiKeyCredentialProviderCommand.d.ts +6 -4
- package/dist-types/commands/DeleteBrowserCommand.d.ts +6 -4
- package/dist-types/commands/DeleteBrowserProfileCommand.d.ts +6 -4
- package/dist-types/commands/DeleteCodeInterpreterCommand.d.ts +6 -4
- package/dist-types/commands/DeleteConfigurationBundleCommand.d.ts +6 -4
- package/dist-types/commands/DeleteEvaluatorCommand.d.ts +6 -4
- package/dist-types/commands/DeleteGatewayCommand.d.ts +6 -4
- package/dist-types/commands/DeleteGatewayRuleCommand.d.ts +6 -4
- package/dist-types/commands/DeleteGatewayTargetCommand.d.ts +6 -4
- package/dist-types/commands/DeleteHarnessCommand.d.ts +7 -4
- package/dist-types/commands/DeleteMemoryCommand.d.ts +6 -4
- package/dist-types/commands/DeleteOauth2CredentialProviderCommand.d.ts +6 -4
- package/dist-types/commands/DeleteOnlineEvaluationConfigCommand.d.ts +6 -4
- package/dist-types/commands/DeletePaymentConnectorCommand.d.ts +94 -0
- package/dist-types/commands/DeletePaymentCredentialProviderCommand.d.ts +92 -0
- package/dist-types/commands/DeletePaymentManagerCommand.d.ts +93 -0
- package/dist-types/commands/DeletePolicyCommand.d.ts +10 -8
- package/dist-types/commands/DeletePolicyEngineCommand.d.ts +8 -6
- package/dist-types/commands/DeleteRegistryCommand.d.ts +6 -4
- package/dist-types/commands/DeleteRegistryRecordCommand.d.ts +6 -4
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -4
- package/dist-types/commands/DeleteWorkloadIdentityCommand.d.ts +6 -4
- package/dist-types/commands/GetAgentRuntimeCommand.d.ts +7 -4
- package/dist-types/commands/GetAgentRuntimeEndpointCommand.d.ts +6 -4
- package/dist-types/commands/GetApiKeyCredentialProviderCommand.d.ts +6 -4
- package/dist-types/commands/GetBrowserCommand.d.ts +7 -4
- package/dist-types/commands/GetBrowserProfileCommand.d.ts +6 -4
- package/dist-types/commands/GetCodeInterpreterCommand.d.ts +7 -4
- package/dist-types/commands/GetConfigurationBundleCommand.d.ts +6 -4
- package/dist-types/commands/GetConfigurationBundleVersionCommand.d.ts +6 -4
- package/dist-types/commands/GetEvaluatorCommand.d.ts +6 -4
- package/dist-types/commands/GetGatewayCommand.d.ts +6 -4
- package/dist-types/commands/GetGatewayRuleCommand.d.ts +6 -4
- package/dist-types/commands/GetGatewayTargetCommand.d.ts +6 -4
- package/dist-types/commands/GetHarnessCommand.d.ts +7 -4
- package/dist-types/commands/GetMemoryCommand.d.ts +6 -4
- package/dist-types/commands/GetOauth2CredentialProviderCommand.d.ts +6 -4
- package/dist-types/commands/GetOnlineEvaluationConfigCommand.d.ts +6 -4
- package/dist-types/commands/GetPaymentConnectorCommand.d.ts +108 -0
- package/dist-types/commands/GetPaymentCredentialProviderCommand.d.ts +125 -0
- package/dist-types/commands/GetPaymentManagerCommand.d.ts +175 -0
- package/dist-types/commands/GetPolicyCommand.d.ts +10 -8
- package/dist-types/commands/GetPolicyEngineCommand.d.ts +8 -6
- package/dist-types/commands/GetPolicyEngineSummaryCommand.d.ts +97 -0
- package/dist-types/commands/GetPolicyGenerationCommand.d.ts +7 -5
- package/dist-types/commands/GetPolicyGenerationSummaryCommand.d.ts +102 -0
- package/dist-types/commands/GetPolicySummaryCommand.d.ts +98 -0
- package/dist-types/commands/GetRegistryCommand.d.ts +6 -4
- package/dist-types/commands/GetRegistryRecordCommand.d.ts +6 -4
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +6 -4
- package/dist-types/commands/GetTokenVaultCommand.d.ts +6 -4
- package/dist-types/commands/GetWorkloadIdentityCommand.d.ts +6 -4
- package/dist-types/commands/ListAgentRuntimeEndpointsCommand.d.ts +6 -4
- package/dist-types/commands/ListAgentRuntimeVersionsCommand.d.ts +6 -4
- package/dist-types/commands/ListAgentRuntimesCommand.d.ts +6 -4
- package/dist-types/commands/ListApiKeyCredentialProvidersCommand.d.ts +6 -4
- package/dist-types/commands/ListBrowserProfilesCommand.d.ts +6 -4
- package/dist-types/commands/ListBrowsersCommand.d.ts +6 -4
- package/dist-types/commands/ListCodeInterpretersCommand.d.ts +6 -4
- package/dist-types/commands/ListConfigurationBundleVersionsCommand.d.ts +6 -4
- package/dist-types/commands/ListConfigurationBundlesCommand.d.ts +6 -4
- package/dist-types/commands/ListEvaluatorsCommand.d.ts +6 -4
- package/dist-types/commands/ListGatewayRulesCommand.d.ts +6 -4
- package/dist-types/commands/ListGatewayTargetsCommand.d.ts +6 -4
- package/dist-types/commands/ListGatewaysCommand.d.ts +6 -4
- package/dist-types/commands/ListHarnessesCommand.d.ts +6 -4
- package/dist-types/commands/ListMemoriesCommand.d.ts +6 -4
- package/dist-types/commands/ListOauth2CredentialProvidersCommand.d.ts +6 -4
- package/dist-types/commands/ListOnlineEvaluationConfigsCommand.d.ts +6 -4
- package/dist-types/commands/ListPaymentConnectorsCommand.d.ts +99 -0
- package/dist-types/commands/ListPaymentCredentialProvidersCommand.d.ts +104 -0
- package/dist-types/commands/ListPaymentManagersCommand.d.ts +102 -0
- package/dist-types/commands/ListPoliciesCommand.d.ts +10 -8
- package/dist-types/commands/ListPolicyEngineSummariesCommand.d.ts +100 -0
- package/dist-types/commands/ListPolicyEnginesCommand.d.ts +8 -6
- package/dist-types/commands/ListPolicyGenerationAssetsCommand.d.ts +6 -4
- package/dist-types/commands/ListPolicyGenerationSummariesCommand.d.ts +108 -0
- package/dist-types/commands/ListPolicyGenerationsCommand.d.ts +7 -5
- package/dist-types/commands/ListPolicySummariesCommand.d.ts +105 -0
- package/dist-types/commands/ListRegistriesCommand.d.ts +8 -5
- package/dist-types/commands/ListRegistryRecordsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ListWorkloadIdentitiesCommand.d.ts +6 -4
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -4
- package/dist-types/commands/SetTokenVaultCMKCommand.d.ts +6 -4
- package/dist-types/commands/StartPolicyGenerationCommand.d.ts +7 -5
- package/dist-types/commands/SubmitRegistryRecordForApprovalCommand.d.ts +6 -4
- package/dist-types/commands/SynchronizeGatewayTargetsCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAgentRuntimeCommand.d.ts +7 -4
- package/dist-types/commands/UpdateAgentRuntimeEndpointCommand.d.ts +6 -4
- package/dist-types/commands/UpdateApiKeyCredentialProviderCommand.d.ts +6 -4
- package/dist-types/commands/UpdateConfigurationBundleCommand.d.ts +6 -4
- package/dist-types/commands/UpdateEvaluatorCommand.d.ts +6 -4
- package/dist-types/commands/UpdateGatewayCommand.d.ts +6 -4
- package/dist-types/commands/UpdateGatewayRuleCommand.d.ts +6 -4
- package/dist-types/commands/UpdateGatewayTargetCommand.d.ts +6 -4
- package/dist-types/commands/UpdateHarnessCommand.d.ts +8 -4
- package/dist-types/commands/UpdateMemoryCommand.d.ts +6 -4
- package/dist-types/commands/UpdateOauth2CredentialProviderCommand.d.ts +6 -4
- package/dist-types/commands/UpdateOnlineEvaluationConfigCommand.d.ts +6 -4
- package/dist-types/commands/UpdatePaymentConnectorCommand.d.ts +126 -0
- package/dist-types/commands/UpdatePaymentCredentialProviderCommand.d.ts +145 -0
- package/dist-types/commands/UpdatePaymentManagerCommand.d.ts +182 -0
- package/dist-types/commands/UpdatePolicyCommand.d.ts +10 -8
- package/dist-types/commands/UpdatePolicyEngineCommand.d.ts +8 -6
- package/dist-types/commands/UpdateRegistryCommand.d.ts +6 -4
- package/dist-types/commands/UpdateRegistryRecordCommand.d.ts +6 -4
- package/dist-types/commands/UpdateRegistryRecordStatusCommand.d.ts +6 -4
- package/dist-types/commands/UpdateWorkloadIdentityCommand.d.ts +6 -4
- package/dist-types/commands/index.d.ts +21 -0
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/BedrockAgentCoreControlServiceException.d.ts +1 -1
- package/dist-types/models/enums.d.ts +76 -0
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +15 -11
- package/dist-types/models/models_1.d.ts +1795 -239
- package/dist-types/pagination/ListPaymentConnectorsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListPaymentCredentialProvidersPaginator.d.ts +7 -0
- package/dist-types/pagination/ListPaymentManagersPaginator.d.ts +7 -0
- package/dist-types/pagination/ListPolicyEngineSummariesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListPolicyGenerationSummariesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListPolicySummariesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +6 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/schemas/schemas_0.d.ts +77 -0
- package/dist-types/ts3.4/BedrockAgentCoreControl.d.ts +403 -1
- package/dist-types/ts3.4/BedrockAgentCoreControlClient.d.ts +134 -14
- package/dist-types/ts3.4/commands/CreateAgentRuntimeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAgentRuntimeEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateApiKeyCredentialProviderCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateBrowserCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateBrowserProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateCodeInterpreterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateConfigurationBundleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateEvaluatorCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateGatewayCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateGatewayRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateGatewayTargetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateHarnessCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateMemoryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateOauth2CredentialProviderCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateOnlineEvaluationConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreatePaymentConnectorCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/CreatePaymentCredentialProviderCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/CreatePaymentManagerCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreatePolicyEngineCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateRegistryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateRegistryRecordCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateWorkloadIdentityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAgentRuntimeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAgentRuntimeEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteApiKeyCredentialProviderCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteBrowserCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteBrowserProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteCodeInterpreterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteConfigurationBundleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteEvaluatorCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteGatewayRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteGatewayTargetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteHarnessCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteMemoryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteOauth2CredentialProviderCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteOnlineEvaluationConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeletePaymentConnectorCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DeletePaymentCredentialProviderCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DeletePaymentManagerCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeletePolicyEngineCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteRegistryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteRegistryRecordCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteWorkloadIdentityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAgentRuntimeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAgentRuntimeEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetApiKeyCredentialProviderCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetBrowserCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetBrowserProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCodeInterpreterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetConfigurationBundleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetConfigurationBundleVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetEvaluatorCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetGatewayCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetGatewayRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetGatewayTargetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetHarnessCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetMemoryCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/GetOauth2CredentialProviderCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetOnlineEvaluationConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPaymentConnectorCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/GetPaymentCredentialProviderCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/GetPaymentManagerCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/GetPolicyEngineCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPolicyEngineSummaryCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/GetPolicyGenerationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPolicyGenerationSummaryCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/GetPolicySummaryCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/GetRegistryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetRegistryRecordCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTokenVaultCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetWorkloadIdentityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAgentRuntimeEndpointsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAgentRuntimeVersionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAgentRuntimesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListApiKeyCredentialProvidersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListBrowserProfilesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListBrowsersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListCodeInterpretersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListConfigurationBundleVersionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListConfigurationBundlesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListEvaluatorsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListGatewayRulesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListGatewayTargetsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListHarnessesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListMemoriesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListOauth2CredentialProvidersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListOnlineEvaluationConfigsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPaymentConnectorsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListPaymentCredentialProvidersCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListPaymentManagersCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPolicyEngineSummariesCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListPolicyEnginesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPolicyGenerationAssetsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPolicyGenerationSummariesCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListPolicyGenerationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPolicySummariesCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListRegistriesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListRegistryRecordsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListWorkloadIdentitiesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SetTokenVaultCMKCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartPolicyGenerationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SubmitRegistryRecordForApprovalCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SynchronizeGatewayTargetsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAgentRuntimeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAgentRuntimeEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateApiKeyCredentialProviderCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateConfigurationBundleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateEvaluatorCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateGatewayCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateGatewayRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateGatewayTargetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateHarnessCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateMemoryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateOauth2CredentialProviderCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateOnlineEvaluationConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdatePaymentConnectorCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UpdatePaymentCredentialProviderCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UpdatePaymentManagerCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UpdatePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdatePolicyEngineCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateRegistryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateRegistryRecordCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateRegistryRecordStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateWorkloadIdentityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/index.d.ts +21 -0
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/BedrockAgentCoreControlServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/enums.d.ts +40 -0
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +448 -20
- package/dist-types/ts3.4/pagination/ListPaymentConnectorsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListPaymentCredentialProvidersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListPaymentManagersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListPolicyEngineSummariesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListPolicyGenerationSummariesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListPolicySummariesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +6 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +77 -0
- package/dist-types/ts3.4/waiters/waitForMemoryCreated.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForPolicyActive.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForPolicyDeleted.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForPolicyEngineActive.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForPolicyEngineDeleted.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForPolicyGenerationCompleted.d.ts +1 -1
- package/dist-types/waiters/waitForMemoryCreated.d.ts +1 -1
- package/dist-types/waiters/waitForPolicyActive.d.ts +1 -1
- package/dist-types/waiters/waitForPolicyDeleted.d.ts +1 -1
- package/dist-types/waiters/waitForPolicyEngineActive.d.ts +1 -1
- package/dist-types/waiters/waitForPolicyEngineDeleted.d.ts +1 -1
- package/dist-types/waiters/waitForPolicyGenerationCompleted.d.ts +1 -1
- package/package.json +13 -35
|
@@ -6,25 +6,19 @@ import {
|
|
|
6
6
|
UserAgentInputConfig,
|
|
7
7
|
UserAgentResolvedConfig,
|
|
8
8
|
} from "@aws-sdk/middleware-user-agent";
|
|
9
|
-
import {
|
|
10
|
-
RegionInputConfig,
|
|
11
|
-
RegionResolvedConfig,
|
|
12
|
-
} from "@smithy/config-resolver";
|
|
13
|
-
import {
|
|
14
|
-
EndpointInputConfig,
|
|
15
|
-
EndpointResolvedConfig,
|
|
16
|
-
} from "@smithy/middleware-endpoint";
|
|
17
|
-
import {
|
|
18
|
-
RetryInputConfig,
|
|
19
|
-
RetryResolvedConfig,
|
|
20
|
-
} from "@smithy/middleware-retry";
|
|
21
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
22
9
|
import {
|
|
23
10
|
DefaultsMode as __DefaultsMode,
|
|
24
11
|
SmithyConfiguration as __SmithyConfiguration,
|
|
25
12
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
26
13
|
Client as __Client,
|
|
27
|
-
} from "@smithy/
|
|
14
|
+
} from "@smithy/core/client";
|
|
15
|
+
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
16
|
+
import {
|
|
17
|
+
EndpointInputConfig,
|
|
18
|
+
EndpointResolvedConfig,
|
|
19
|
+
} from "@smithy/core/endpoints";
|
|
20
|
+
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
21
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
28
22
|
import {
|
|
29
23
|
AwsCredentialIdentityProvider,
|
|
30
24
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
@@ -104,6 +98,18 @@ import {
|
|
|
104
98
|
CreateOnlineEvaluationConfigCommandInput,
|
|
105
99
|
CreateOnlineEvaluationConfigCommandOutput,
|
|
106
100
|
} from "./commands/CreateOnlineEvaluationConfigCommand";
|
|
101
|
+
import {
|
|
102
|
+
CreatePaymentConnectorCommandInput,
|
|
103
|
+
CreatePaymentConnectorCommandOutput,
|
|
104
|
+
} from "./commands/CreatePaymentConnectorCommand";
|
|
105
|
+
import {
|
|
106
|
+
CreatePaymentCredentialProviderCommandInput,
|
|
107
|
+
CreatePaymentCredentialProviderCommandOutput,
|
|
108
|
+
} from "./commands/CreatePaymentCredentialProviderCommand";
|
|
109
|
+
import {
|
|
110
|
+
CreatePaymentManagerCommandInput,
|
|
111
|
+
CreatePaymentManagerCommandOutput,
|
|
112
|
+
} from "./commands/CreatePaymentManagerCommand";
|
|
107
113
|
import {
|
|
108
114
|
CreatePolicyCommandInput,
|
|
109
115
|
CreatePolicyCommandOutput,
|
|
@@ -184,6 +190,18 @@ import {
|
|
|
184
190
|
DeleteOnlineEvaluationConfigCommandInput,
|
|
185
191
|
DeleteOnlineEvaluationConfigCommandOutput,
|
|
186
192
|
} from "./commands/DeleteOnlineEvaluationConfigCommand";
|
|
193
|
+
import {
|
|
194
|
+
DeletePaymentConnectorCommandInput,
|
|
195
|
+
DeletePaymentConnectorCommandOutput,
|
|
196
|
+
} from "./commands/DeletePaymentConnectorCommand";
|
|
197
|
+
import {
|
|
198
|
+
DeletePaymentCredentialProviderCommandInput,
|
|
199
|
+
DeletePaymentCredentialProviderCommandOutput,
|
|
200
|
+
} from "./commands/DeletePaymentCredentialProviderCommand";
|
|
201
|
+
import {
|
|
202
|
+
DeletePaymentManagerCommandInput,
|
|
203
|
+
DeletePaymentManagerCommandOutput,
|
|
204
|
+
} from "./commands/DeletePaymentManagerCommand";
|
|
187
205
|
import {
|
|
188
206
|
DeletePolicyCommandInput,
|
|
189
207
|
DeletePolicyCommandOutput,
|
|
@@ -272,6 +290,18 @@ import {
|
|
|
272
290
|
GetOnlineEvaluationConfigCommandInput,
|
|
273
291
|
GetOnlineEvaluationConfigCommandOutput,
|
|
274
292
|
} from "./commands/GetOnlineEvaluationConfigCommand";
|
|
293
|
+
import {
|
|
294
|
+
GetPaymentConnectorCommandInput,
|
|
295
|
+
GetPaymentConnectorCommandOutput,
|
|
296
|
+
} from "./commands/GetPaymentConnectorCommand";
|
|
297
|
+
import {
|
|
298
|
+
GetPaymentCredentialProviderCommandInput,
|
|
299
|
+
GetPaymentCredentialProviderCommandOutput,
|
|
300
|
+
} from "./commands/GetPaymentCredentialProviderCommand";
|
|
301
|
+
import {
|
|
302
|
+
GetPaymentManagerCommandInput,
|
|
303
|
+
GetPaymentManagerCommandOutput,
|
|
304
|
+
} from "./commands/GetPaymentManagerCommand";
|
|
275
305
|
import {
|
|
276
306
|
GetPolicyCommandInput,
|
|
277
307
|
GetPolicyCommandOutput,
|
|
@@ -280,10 +310,22 @@ import {
|
|
|
280
310
|
GetPolicyEngineCommandInput,
|
|
281
311
|
GetPolicyEngineCommandOutput,
|
|
282
312
|
} from "./commands/GetPolicyEngineCommand";
|
|
313
|
+
import {
|
|
314
|
+
GetPolicyEngineSummaryCommandInput,
|
|
315
|
+
GetPolicyEngineSummaryCommandOutput,
|
|
316
|
+
} from "./commands/GetPolicyEngineSummaryCommand";
|
|
283
317
|
import {
|
|
284
318
|
GetPolicyGenerationCommandInput,
|
|
285
319
|
GetPolicyGenerationCommandOutput,
|
|
286
320
|
} from "./commands/GetPolicyGenerationCommand";
|
|
321
|
+
import {
|
|
322
|
+
GetPolicyGenerationSummaryCommandInput,
|
|
323
|
+
GetPolicyGenerationSummaryCommandOutput,
|
|
324
|
+
} from "./commands/GetPolicyGenerationSummaryCommand";
|
|
325
|
+
import {
|
|
326
|
+
GetPolicySummaryCommandInput,
|
|
327
|
+
GetPolicySummaryCommandOutput,
|
|
328
|
+
} from "./commands/GetPolicySummaryCommand";
|
|
287
329
|
import {
|
|
288
330
|
GetRegistryCommandInput,
|
|
289
331
|
GetRegistryCommandOutput,
|
|
@@ -372,6 +414,18 @@ import {
|
|
|
372
414
|
ListOnlineEvaluationConfigsCommandInput,
|
|
373
415
|
ListOnlineEvaluationConfigsCommandOutput,
|
|
374
416
|
} from "./commands/ListOnlineEvaluationConfigsCommand";
|
|
417
|
+
import {
|
|
418
|
+
ListPaymentConnectorsCommandInput,
|
|
419
|
+
ListPaymentConnectorsCommandOutput,
|
|
420
|
+
} from "./commands/ListPaymentConnectorsCommand";
|
|
421
|
+
import {
|
|
422
|
+
ListPaymentCredentialProvidersCommandInput,
|
|
423
|
+
ListPaymentCredentialProvidersCommandOutput,
|
|
424
|
+
} from "./commands/ListPaymentCredentialProvidersCommand";
|
|
425
|
+
import {
|
|
426
|
+
ListPaymentManagersCommandInput,
|
|
427
|
+
ListPaymentManagersCommandOutput,
|
|
428
|
+
} from "./commands/ListPaymentManagersCommand";
|
|
375
429
|
import {
|
|
376
430
|
ListPoliciesCommandInput,
|
|
377
431
|
ListPoliciesCommandOutput,
|
|
@@ -380,6 +434,10 @@ import {
|
|
|
380
434
|
ListPolicyEnginesCommandInput,
|
|
381
435
|
ListPolicyEnginesCommandOutput,
|
|
382
436
|
} from "./commands/ListPolicyEnginesCommand";
|
|
437
|
+
import {
|
|
438
|
+
ListPolicyEngineSummariesCommandInput,
|
|
439
|
+
ListPolicyEngineSummariesCommandOutput,
|
|
440
|
+
} from "./commands/ListPolicyEngineSummariesCommand";
|
|
383
441
|
import {
|
|
384
442
|
ListPolicyGenerationAssetsCommandInput,
|
|
385
443
|
ListPolicyGenerationAssetsCommandOutput,
|
|
@@ -388,6 +446,14 @@ import {
|
|
|
388
446
|
ListPolicyGenerationsCommandInput,
|
|
389
447
|
ListPolicyGenerationsCommandOutput,
|
|
390
448
|
} from "./commands/ListPolicyGenerationsCommand";
|
|
449
|
+
import {
|
|
450
|
+
ListPolicyGenerationSummariesCommandInput,
|
|
451
|
+
ListPolicyGenerationSummariesCommandOutput,
|
|
452
|
+
} from "./commands/ListPolicyGenerationSummariesCommand";
|
|
453
|
+
import {
|
|
454
|
+
ListPolicySummariesCommandInput,
|
|
455
|
+
ListPolicySummariesCommandOutput,
|
|
456
|
+
} from "./commands/ListPolicySummariesCommand";
|
|
391
457
|
import {
|
|
392
458
|
ListRegistriesCommandInput,
|
|
393
459
|
ListRegistriesCommandOutput,
|
|
@@ -480,6 +546,18 @@ import {
|
|
|
480
546
|
UpdateOnlineEvaluationConfigCommandInput,
|
|
481
547
|
UpdateOnlineEvaluationConfigCommandOutput,
|
|
482
548
|
} from "./commands/UpdateOnlineEvaluationConfigCommand";
|
|
549
|
+
import {
|
|
550
|
+
UpdatePaymentConnectorCommandInput,
|
|
551
|
+
UpdatePaymentConnectorCommandOutput,
|
|
552
|
+
} from "./commands/UpdatePaymentConnectorCommand";
|
|
553
|
+
import {
|
|
554
|
+
UpdatePaymentCredentialProviderCommandInput,
|
|
555
|
+
UpdatePaymentCredentialProviderCommandOutput,
|
|
556
|
+
} from "./commands/UpdatePaymentCredentialProviderCommand";
|
|
557
|
+
import {
|
|
558
|
+
UpdatePaymentManagerCommandInput,
|
|
559
|
+
UpdatePaymentManagerCommandOutput,
|
|
560
|
+
} from "./commands/UpdatePaymentManagerCommand";
|
|
483
561
|
import {
|
|
484
562
|
UpdatePolicyCommandInput,
|
|
485
563
|
UpdatePolicyCommandOutput,
|
|
@@ -527,6 +605,9 @@ export type ServiceInputTypes =
|
|
|
527
605
|
| CreateMemoryCommandInput
|
|
528
606
|
| CreateOauth2CredentialProviderCommandInput
|
|
529
607
|
| CreateOnlineEvaluationConfigCommandInput
|
|
608
|
+
| CreatePaymentConnectorCommandInput
|
|
609
|
+
| CreatePaymentCredentialProviderCommandInput
|
|
610
|
+
| CreatePaymentManagerCommandInput
|
|
530
611
|
| CreatePolicyCommandInput
|
|
531
612
|
| CreatePolicyEngineCommandInput
|
|
532
613
|
| CreateRegistryCommandInput
|
|
@@ -547,6 +628,9 @@ export type ServiceInputTypes =
|
|
|
547
628
|
| DeleteMemoryCommandInput
|
|
548
629
|
| DeleteOauth2CredentialProviderCommandInput
|
|
549
630
|
| DeleteOnlineEvaluationConfigCommandInput
|
|
631
|
+
| DeletePaymentConnectorCommandInput
|
|
632
|
+
| DeletePaymentCredentialProviderCommandInput
|
|
633
|
+
| DeletePaymentManagerCommandInput
|
|
550
634
|
| DeletePolicyCommandInput
|
|
551
635
|
| DeletePolicyEngineCommandInput
|
|
552
636
|
| DeleteRegistryCommandInput
|
|
@@ -569,9 +653,15 @@ export type ServiceInputTypes =
|
|
|
569
653
|
| GetMemoryCommandInput
|
|
570
654
|
| GetOauth2CredentialProviderCommandInput
|
|
571
655
|
| GetOnlineEvaluationConfigCommandInput
|
|
656
|
+
| GetPaymentConnectorCommandInput
|
|
657
|
+
| GetPaymentCredentialProviderCommandInput
|
|
658
|
+
| GetPaymentManagerCommandInput
|
|
572
659
|
| GetPolicyCommandInput
|
|
573
660
|
| GetPolicyEngineCommandInput
|
|
661
|
+
| GetPolicyEngineSummaryCommandInput
|
|
574
662
|
| GetPolicyGenerationCommandInput
|
|
663
|
+
| GetPolicyGenerationSummaryCommandInput
|
|
664
|
+
| GetPolicySummaryCommandInput
|
|
575
665
|
| GetRegistryCommandInput
|
|
576
666
|
| GetRegistryRecordCommandInput
|
|
577
667
|
| GetResourcePolicyCommandInput
|
|
@@ -594,10 +684,16 @@ export type ServiceInputTypes =
|
|
|
594
684
|
| ListMemoriesCommandInput
|
|
595
685
|
| ListOauth2CredentialProvidersCommandInput
|
|
596
686
|
| ListOnlineEvaluationConfigsCommandInput
|
|
687
|
+
| ListPaymentConnectorsCommandInput
|
|
688
|
+
| ListPaymentCredentialProvidersCommandInput
|
|
689
|
+
| ListPaymentManagersCommandInput
|
|
597
690
|
| ListPoliciesCommandInput
|
|
691
|
+
| ListPolicyEngineSummariesCommandInput
|
|
598
692
|
| ListPolicyEnginesCommandInput
|
|
599
693
|
| ListPolicyGenerationAssetsCommandInput
|
|
694
|
+
| ListPolicyGenerationSummariesCommandInput
|
|
600
695
|
| ListPolicyGenerationsCommandInput
|
|
696
|
+
| ListPolicySummariesCommandInput
|
|
601
697
|
| ListRegistriesCommandInput
|
|
602
698
|
| ListRegistryRecordsCommandInput
|
|
603
699
|
| ListTagsForResourceCommandInput
|
|
@@ -621,6 +717,9 @@ export type ServiceInputTypes =
|
|
|
621
717
|
| UpdateMemoryCommandInput
|
|
622
718
|
| UpdateOauth2CredentialProviderCommandInput
|
|
623
719
|
| UpdateOnlineEvaluationConfigCommandInput
|
|
720
|
+
| UpdatePaymentConnectorCommandInput
|
|
721
|
+
| UpdatePaymentCredentialProviderCommandInput
|
|
722
|
+
| UpdatePaymentManagerCommandInput
|
|
624
723
|
| UpdatePolicyCommandInput
|
|
625
724
|
| UpdatePolicyEngineCommandInput
|
|
626
725
|
| UpdateRegistryCommandInput
|
|
@@ -643,6 +742,9 @@ export type ServiceOutputTypes =
|
|
|
643
742
|
| CreateMemoryCommandOutput
|
|
644
743
|
| CreateOauth2CredentialProviderCommandOutput
|
|
645
744
|
| CreateOnlineEvaluationConfigCommandOutput
|
|
745
|
+
| CreatePaymentConnectorCommandOutput
|
|
746
|
+
| CreatePaymentCredentialProviderCommandOutput
|
|
747
|
+
| CreatePaymentManagerCommandOutput
|
|
646
748
|
| CreatePolicyCommandOutput
|
|
647
749
|
| CreatePolicyEngineCommandOutput
|
|
648
750
|
| CreateRegistryCommandOutput
|
|
@@ -663,6 +765,9 @@ export type ServiceOutputTypes =
|
|
|
663
765
|
| DeleteMemoryCommandOutput
|
|
664
766
|
| DeleteOauth2CredentialProviderCommandOutput
|
|
665
767
|
| DeleteOnlineEvaluationConfigCommandOutput
|
|
768
|
+
| DeletePaymentConnectorCommandOutput
|
|
769
|
+
| DeletePaymentCredentialProviderCommandOutput
|
|
770
|
+
| DeletePaymentManagerCommandOutput
|
|
666
771
|
| DeletePolicyCommandOutput
|
|
667
772
|
| DeletePolicyEngineCommandOutput
|
|
668
773
|
| DeleteRegistryCommandOutput
|
|
@@ -685,9 +790,15 @@ export type ServiceOutputTypes =
|
|
|
685
790
|
| GetMemoryCommandOutput
|
|
686
791
|
| GetOauth2CredentialProviderCommandOutput
|
|
687
792
|
| GetOnlineEvaluationConfigCommandOutput
|
|
793
|
+
| GetPaymentConnectorCommandOutput
|
|
794
|
+
| GetPaymentCredentialProviderCommandOutput
|
|
795
|
+
| GetPaymentManagerCommandOutput
|
|
688
796
|
| GetPolicyCommandOutput
|
|
689
797
|
| GetPolicyEngineCommandOutput
|
|
798
|
+
| GetPolicyEngineSummaryCommandOutput
|
|
690
799
|
| GetPolicyGenerationCommandOutput
|
|
800
|
+
| GetPolicyGenerationSummaryCommandOutput
|
|
801
|
+
| GetPolicySummaryCommandOutput
|
|
691
802
|
| GetRegistryCommandOutput
|
|
692
803
|
| GetRegistryRecordCommandOutput
|
|
693
804
|
| GetResourcePolicyCommandOutput
|
|
@@ -710,10 +821,16 @@ export type ServiceOutputTypes =
|
|
|
710
821
|
| ListMemoriesCommandOutput
|
|
711
822
|
| ListOauth2CredentialProvidersCommandOutput
|
|
712
823
|
| ListOnlineEvaluationConfigsCommandOutput
|
|
824
|
+
| ListPaymentConnectorsCommandOutput
|
|
825
|
+
| ListPaymentCredentialProvidersCommandOutput
|
|
826
|
+
| ListPaymentManagersCommandOutput
|
|
713
827
|
| ListPoliciesCommandOutput
|
|
828
|
+
| ListPolicyEngineSummariesCommandOutput
|
|
714
829
|
| ListPolicyEnginesCommandOutput
|
|
715
830
|
| ListPolicyGenerationAssetsCommandOutput
|
|
831
|
+
| ListPolicyGenerationSummariesCommandOutput
|
|
716
832
|
| ListPolicyGenerationsCommandOutput
|
|
833
|
+
| ListPolicySummariesCommandOutput
|
|
717
834
|
| ListRegistriesCommandOutput
|
|
718
835
|
| ListRegistryRecordsCommandOutput
|
|
719
836
|
| ListTagsForResourceCommandOutput
|
|
@@ -737,6 +854,9 @@ export type ServiceOutputTypes =
|
|
|
737
854
|
| UpdateMemoryCommandOutput
|
|
738
855
|
| UpdateOauth2CredentialProviderCommandOutput
|
|
739
856
|
| UpdateOnlineEvaluationConfigCommandOutput
|
|
857
|
+
| UpdatePaymentConnectorCommandOutput
|
|
858
|
+
| UpdatePaymentCredentialProviderCommandOutput
|
|
859
|
+
| UpdatePaymentManagerCommandOutput
|
|
740
860
|
| UpdatePolicyCommandOutput
|
|
741
861
|
| UpdatePolicyEngineCommandOutput
|
|
742
862
|
| UpdateRegistryCommandOutput
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BedrockAgentCoreControlClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface CreateAgentRuntimeCommandOutput
|
|
|
19
19
|
declare const CreateAgentRuntimeCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateAgentRuntimeCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateAgentRuntimeCommandInput,
|
|
24
24
|
CreateAgentRuntimeCommandOutput,
|
|
25
25
|
BedrockAgentCoreControlClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateAgentRuntimeCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateAgentRuntimeCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateAgentRuntimeCommandInput,
|
|
33
33
|
CreateAgentRuntimeCommandOutput,
|
|
34
34
|
BedrockAgentCoreControlClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateAgentRuntimeCommand extends CreateAgentRuntimeCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BedrockAgentCoreControlClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface CreateAgentRuntimeEndpointCommandOutput
|
|
|
19
19
|
declare const CreateAgentRuntimeEndpointCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateAgentRuntimeEndpointCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateAgentRuntimeEndpointCommandInput,
|
|
24
24
|
CreateAgentRuntimeEndpointCommandOutput,
|
|
25
25
|
BedrockAgentCoreControlClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateAgentRuntimeEndpointCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateAgentRuntimeEndpointCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateAgentRuntimeEndpointCommandInput,
|
|
33
33
|
CreateAgentRuntimeEndpointCommandOutput,
|
|
34
34
|
BedrockAgentCoreControlClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateAgentRuntimeEndpointCommand extends CreateAgentRuntimeEndpointCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BedrockAgentCoreControlClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface CreateApiKeyCredentialProviderCommandOutput
|
|
|
19
19
|
declare const CreateApiKeyCredentialProviderCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateApiKeyCredentialProviderCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateApiKeyCredentialProviderCommandInput,
|
|
24
24
|
CreateApiKeyCredentialProviderCommandOutput,
|
|
25
25
|
BedrockAgentCoreControlClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateApiKeyCredentialProviderCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateApiKeyCredentialProviderCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateApiKeyCredentialProviderCommandInput,
|
|
33
33
|
CreateApiKeyCredentialProviderCommandOutput,
|
|
34
34
|
BedrockAgentCoreControlClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateApiKeyCredentialProviderCommand extends CreateApiKeyCredentialProviderCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BedrockAgentCoreControlClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface CreateBrowserCommandOutput
|
|
|
18
18
|
declare const CreateBrowserCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: CreateBrowserCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
CreateBrowserCommandInput,
|
|
23
23
|
CreateBrowserCommandOutput,
|
|
24
24
|
BedrockAgentCoreControlClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const CreateBrowserCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: CreateBrowserCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
CreateBrowserCommandInput,
|
|
32
32
|
CreateBrowserCommandOutput,
|
|
33
33
|
BedrockAgentCoreControlClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class CreateBrowserCommand extends CreateBrowserCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BedrockAgentCoreControlClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface CreateBrowserProfileCommandOutput
|
|
|
19
19
|
declare const CreateBrowserProfileCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateBrowserProfileCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateBrowserProfileCommandInput,
|
|
24
24
|
CreateBrowserProfileCommandOutput,
|
|
25
25
|
BedrockAgentCoreControlClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateBrowserProfileCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateBrowserProfileCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateBrowserProfileCommandInput,
|
|
33
33
|
CreateBrowserProfileCommandOutput,
|
|
34
34
|
BedrockAgentCoreControlClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateBrowserProfileCommand extends CreateBrowserProfileCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BedrockAgentCoreControlClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface CreateCodeInterpreterCommandOutput
|
|
|
19
19
|
declare const CreateCodeInterpreterCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateCodeInterpreterCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateCodeInterpreterCommandInput,
|
|
24
24
|
CreateCodeInterpreterCommandOutput,
|
|
25
25
|
BedrockAgentCoreControlClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateCodeInterpreterCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateCodeInterpreterCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateCodeInterpreterCommandInput,
|
|
33
33
|
CreateCodeInterpreterCommandOutput,
|
|
34
34
|
BedrockAgentCoreControlClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateCodeInterpreterCommand extends CreateCodeInterpreterCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BedrockAgentCoreControlClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface CreateConfigurationBundleCommandOutput
|
|
|
19
19
|
declare const CreateConfigurationBundleCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateConfigurationBundleCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateConfigurationBundleCommandInput,
|
|
24
24
|
CreateConfigurationBundleCommandOutput,
|
|
25
25
|
BedrockAgentCoreControlClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateConfigurationBundleCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateConfigurationBundleCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateConfigurationBundleCommandInput,
|
|
33
33
|
CreateConfigurationBundleCommandOutput,
|
|
34
34
|
BedrockAgentCoreControlClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateConfigurationBundleCommand extends CreateConfigurationBundleCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BedrockAgentCoreControlClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface CreateEvaluatorCommandOutput
|
|
|
18
18
|
declare const CreateEvaluatorCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: CreateEvaluatorCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
CreateEvaluatorCommandInput,
|
|
23
23
|
CreateEvaluatorCommandOutput,
|
|
24
24
|
BedrockAgentCoreControlClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const CreateEvaluatorCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: CreateEvaluatorCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
CreateEvaluatorCommandInput,
|
|
32
32
|
CreateEvaluatorCommandOutput,
|
|
33
33
|
BedrockAgentCoreControlClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class CreateEvaluatorCommand extends CreateEvaluatorCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BedrockAgentCoreControlClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface CreateGatewayCommandOutput
|
|
|
18
18
|
declare const CreateGatewayCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: CreateGatewayCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
CreateGatewayCommandInput,
|
|
23
23
|
CreateGatewayCommandOutput,
|
|
24
24
|
BedrockAgentCoreControlClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const CreateGatewayCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: CreateGatewayCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
CreateGatewayCommandInput,
|
|
32
32
|
CreateGatewayCommandOutput,
|
|
33
33
|
BedrockAgentCoreControlClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class CreateGatewayCommand extends CreateGatewayCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BedrockAgentCoreControlClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface CreateGatewayRuleCommandOutput
|
|
|
19
19
|
declare const CreateGatewayRuleCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateGatewayRuleCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateGatewayRuleCommandInput,
|
|
24
24
|
CreateGatewayRuleCommandOutput,
|
|
25
25
|
BedrockAgentCoreControlClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateGatewayRuleCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateGatewayRuleCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateGatewayRuleCommandInput,
|
|
33
33
|
CreateGatewayRuleCommandOutput,
|
|
34
34
|
BedrockAgentCoreControlClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateGatewayRuleCommand extends CreateGatewayRuleCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BedrockAgentCoreControlClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface CreateGatewayTargetCommandOutput
|
|
|
19
19
|
declare const CreateGatewayTargetCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateGatewayTargetCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateGatewayTargetCommandInput,
|
|
24
24
|
CreateGatewayTargetCommandOutput,
|
|
25
25
|
BedrockAgentCoreControlClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateGatewayTargetCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateGatewayTargetCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateGatewayTargetCommandInput,
|
|
33
33
|
CreateGatewayTargetCommandOutput,
|
|
34
34
|
BedrockAgentCoreControlClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateGatewayTargetCommand extends CreateGatewayTargetCommand_base {
|
|
41
43
|
protected static __types: {
|