@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,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateHarness$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateMemory$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateOauth2CredentialProvider$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateOnlineEvaluationConfig$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdatePaymentConnector$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdatePaymentCredentialProvider$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdatePaymentManager$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdatePolicy$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdatePolicyEngine$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateRegistry$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateRegistryRecord$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateRegistryRecordStatus$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateWorkloadIdentity$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -66,7 +66,10 @@ export * from "./GetPaymentCredentialProviderCommand";
|
|
|
66
66
|
export * from "./GetPaymentManagerCommand";
|
|
67
67
|
export * from "./GetPolicyCommand";
|
|
68
68
|
export * from "./GetPolicyEngineCommand";
|
|
69
|
+
export * from "./GetPolicyEngineSummaryCommand";
|
|
69
70
|
export * from "./GetPolicyGenerationCommand";
|
|
71
|
+
export * from "./GetPolicyGenerationSummaryCommand";
|
|
72
|
+
export * from "./GetPolicySummaryCommand";
|
|
70
73
|
export * from "./GetRegistryCommand";
|
|
71
74
|
export * from "./GetRegistryRecordCommand";
|
|
72
75
|
export * from "./GetResourcePolicyCommand";
|
|
@@ -93,9 +96,12 @@ export * from "./ListPaymentConnectorsCommand";
|
|
|
93
96
|
export * from "./ListPaymentCredentialProvidersCommand";
|
|
94
97
|
export * from "./ListPaymentManagersCommand";
|
|
95
98
|
export * from "./ListPoliciesCommand";
|
|
99
|
+
export * from "./ListPolicyEngineSummariesCommand";
|
|
96
100
|
export * from "./ListPolicyEnginesCommand";
|
|
97
101
|
export * from "./ListPolicyGenerationAssetsCommand";
|
|
102
|
+
export * from "./ListPolicyGenerationSummariesCommand";
|
|
98
103
|
export * from "./ListPolicyGenerationsCommand";
|
|
104
|
+
export * from "./ListPolicySummariesCommand";
|
|
99
105
|
export * from "./ListRegistriesCommand";
|
|
100
106
|
export * from "./ListRegistryRecordsCommand";
|
|
101
107
|
export * from "./ListTagsForResourceCommand";
|
package/dist-es/endpoint/bdd.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
const k = "ref";
|
|
3
3
|
const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = { [k]: "Endpoint" }, h = { [k]: d }, i = {}, j = [{ [k]: "Region" }];
|
|
4
4
|
const _data = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
-
import { customEndpointFunctions, decideEndpoint, EndpointCache } from "@smithy/
|
|
2
|
+
import { customEndpointFunctions, decideEndpoint, EndpointCache } from "@smithy/core/endpoints";
|
|
3
3
|
import { bdd } from "./bdd";
|
|
4
4
|
const cache = new EndpointCache({
|
|
5
5
|
size: 50,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ServiceException as __ServiceException, } from "@smithy/
|
|
1
|
+
import { ServiceException as __ServiceException, } from "@smithy/core/client";
|
|
2
2
|
export { __ServiceException };
|
|
3
3
|
export class BedrockAgentCoreControlServiceException extends __ServiceException {
|
|
4
4
|
constructor(options) {
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { BedrockAgentCoreControlClient } from "../BedrockAgentCoreControlClient";
|
|
3
|
+
import { ListPolicyEngineSummariesCommand, } from "../commands/ListPolicyEngineSummariesCommand";
|
|
4
|
+
export const paginateListPolicyEngineSummaries = createPaginator(BedrockAgentCoreControlClient, ListPolicyEngineSummariesCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { BedrockAgentCoreControlClient } from "../BedrockAgentCoreControlClient";
|
|
3
|
+
import { ListPolicyGenerationSummariesCommand, } from "../commands/ListPolicyGenerationSummariesCommand";
|
|
4
|
+
export const paginateListPolicyGenerationSummaries = createPaginator(BedrockAgentCoreControlClient, ListPolicyGenerationSummariesCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { BedrockAgentCoreControlClient } from "../BedrockAgentCoreControlClient";
|
|
3
|
+
import { ListPolicySummariesCommand, } from "../commands/ListPolicySummariesCommand";
|
|
4
|
+
export const paginateListPolicySummaries = createPaginator(BedrockAgentCoreControlClient, ListPolicySummariesCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -21,8 +21,11 @@ export * from "./ListPaymentCredentialProvidersPaginator";
|
|
|
21
21
|
export * from "./ListPaymentManagersPaginator";
|
|
22
22
|
export * from "./ListPoliciesPaginator";
|
|
23
23
|
export * from "./ListPolicyEnginesPaginator";
|
|
24
|
+
export * from "./ListPolicyEngineSummariesPaginator";
|
|
24
25
|
export * from "./ListPolicyGenerationAssetsPaginator";
|
|
25
26
|
export * from "./ListPolicyGenerationsPaginator";
|
|
27
|
+
export * from "./ListPolicyGenerationSummariesPaginator";
|
|
28
|
+
export * from "./ListPolicySummariesPaginator";
|
|
26
29
|
export * from "./ListRegistriesPaginator";
|
|
27
30
|
export * from "./ListRegistryRecordsPaginator";
|
|
28
31
|
export * from "./ListWorkloadIdentitiesPaginator";
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
2
|
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
3
3
|
import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser";
|
|
4
|
-
import {
|
|
4
|
+
import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
5
|
+
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
6
|
+
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/core/retry";
|
|
7
|
+
import { calculateBodyLength } from "@smithy/core/serde";
|
|
5
8
|
import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
|
|
6
|
-
import { invalidProvider } from "@smithy/invalid-dependency";
|
|
7
|
-
import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
8
|
-
import { calculateBodyLength } from "@smithy/util-body-length-browser";
|
|
9
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
|
|
10
|
-
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
11
9
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
12
10
|
export const getRuntimeConfig = (config) => {
|
|
13
11
|
const defaultsMode = resolveDefaultsModeConfig(config);
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -3,15 +3,11 @@ import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/cor
|
|
|
3
3
|
import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core/httpAuthSchemes";
|
|
4
4
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
5
5
|
import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/
|
|
9
|
-
import {
|
|
6
|
+
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
7
|
+
import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
8
|
+
import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
|
|
9
|
+
import { calculateBodyLength, Hash } from "@smithy/core/serde";
|
|
10
10
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
|
|
11
|
-
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
12
|
-
import { calculateBodyLength } from "@smithy/util-body-length-node";
|
|
13
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
|
|
14
|
-
import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
15
11
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
16
12
|
export const getRuntimeConfig = (config) => {
|
|
17
13
|
emitWarningIfUnsupportedVersion(process.version);
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
3
|
-
import { NoOpLogger } from "@smithy/
|
|
4
|
-
import { parseUrl } from "@smithy/
|
|
5
|
-
import { fromBase64, toBase64 } from "@smithy/
|
|
6
|
-
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
3
|
+
import { NoOpLogger } from "@smithy/core/client";
|
|
4
|
+
import { parseUrl } from "@smithy/core/protocols";
|
|
5
|
+
import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
|
|
7
6
|
import { defaultBedrockAgentCoreControlHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
7
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
8
|
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/core/client";
|
|
3
|
+
import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/core/protocols";
|
|
4
4
|
import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
6
6
|
const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
@@ -343,14 +343,23 @@ const _GPE = "GetPolicyEngine";
|
|
|
343
343
|
const _GPEC = "GatewayPolicyEngineConfiguration";
|
|
344
344
|
const _GPER = "GetPolicyEngineRequest";
|
|
345
345
|
const _GPERe = "GetPolicyEngineResponse";
|
|
346
|
+
const _GPES = "GetPolicyEngineSummary";
|
|
347
|
+
const _GPESR = "GetPolicyEngineSummaryRequest";
|
|
348
|
+
const _GPESRe = "GetPolicyEngineSummaryResponse";
|
|
346
349
|
const _GPG = "GetPolicyGeneration";
|
|
347
350
|
const _GPGR = "GetPolicyGenerationRequest";
|
|
348
351
|
const _GPGRe = "GetPolicyGenerationResponse";
|
|
352
|
+
const _GPGS = "GetPolicyGenerationSummary";
|
|
353
|
+
const _GPGSR = "GetPolicyGenerationSummaryRequest";
|
|
354
|
+
const _GPGSRe = "GetPolicyGenerationSummaryResponse";
|
|
349
355
|
const _GPM = "GetPaymentManager";
|
|
350
356
|
const _GPMR = "GetPaymentManagerRequest";
|
|
351
357
|
const _GPMRe = "GetPaymentManagerResponse";
|
|
352
358
|
const _GPR = "GetPolicyRequest";
|
|
353
359
|
const _GPRe = "GetPolicyResponse";
|
|
360
|
+
const _GPS = "GetPolicySummary";
|
|
361
|
+
const _GPSR = "GetPolicySummaryRequest";
|
|
362
|
+
const _GPSRe = "GetPolicySummaryResponse";
|
|
354
363
|
const _GR = "GatewayRules";
|
|
355
364
|
const _GRD = "GatewayRuleDetail";
|
|
356
365
|
const _GRP = "GetResourcePolicy";
|
|
@@ -493,17 +502,26 @@ const _LPCRi = "ListPaymentConnectorsResponse";
|
|
|
493
502
|
const _LPE = "ListPolicyEngines";
|
|
494
503
|
const _LPER = "ListPolicyEnginesRequest";
|
|
495
504
|
const _LPERi = "ListPolicyEnginesResponse";
|
|
505
|
+
const _LPES = "ListPolicyEngineSummaries";
|
|
506
|
+
const _LPESR = "ListPolicyEngineSummariesRequest";
|
|
507
|
+
const _LPESRi = "ListPolicyEngineSummariesResponse";
|
|
496
508
|
const _LPG = "ListPolicyGenerations";
|
|
497
509
|
const _LPGA = "ListPolicyGenerationAssets";
|
|
498
510
|
const _LPGAR = "ListPolicyGenerationAssetsRequest";
|
|
499
511
|
const _LPGARi = "ListPolicyGenerationAssetsResponse";
|
|
500
512
|
const _LPGR = "ListPolicyGenerationsRequest";
|
|
501
513
|
const _LPGRi = "ListPolicyGenerationsResponse";
|
|
514
|
+
const _LPGS = "ListPolicyGenerationSummaries";
|
|
515
|
+
const _LPGSR = "ListPolicyGenerationSummariesRequest";
|
|
516
|
+
const _LPGSRi = "ListPolicyGenerationSummariesResponse";
|
|
502
517
|
const _LPM = "ListPaymentManagers";
|
|
503
518
|
const _LPMR = "ListPaymentManagersRequest";
|
|
504
519
|
const _LPMRi = "ListPaymentManagersResponse";
|
|
505
520
|
const _LPR = "ListPoliciesRequest";
|
|
506
521
|
const _LPRi = "ListPoliciesResponse";
|
|
522
|
+
const _LPS = "ListPolicySummaries";
|
|
523
|
+
const _LPSR = "ListPolicySummariesRequest";
|
|
524
|
+
const _LPSRi = "ListPolicySummariesResponse";
|
|
507
525
|
const _LR = "ListRegistries";
|
|
508
526
|
const _LRR = "ListRegistriesRequest";
|
|
509
527
|
const _LRRR = "ListRegistryRecordsRequest";
|
|
@@ -582,12 +600,16 @@ const _PE = "PolicyEngine";
|
|
|
582
600
|
const _PEMR = "PrivateEndpointManagedResources";
|
|
583
601
|
const _PEO = "PrivateEndpointOverride";
|
|
584
602
|
const _PEOr = "PrivateEndpointOverrides";
|
|
603
|
+
const _PES = "PolicyEngineSummary";
|
|
604
|
+
const _PESL = "PolicyEngineSummaryList";
|
|
585
605
|
const _PEo = "PolicyEngines";
|
|
586
606
|
const _PEr = "PrivateEndpoint";
|
|
587
607
|
const _PG = "PolicyGeneration";
|
|
588
608
|
const _PGA = "PolicyGenerationAsset";
|
|
589
609
|
const _PGAo = "PolicyGenerationAssets";
|
|
590
610
|
const _PGD = "PolicyGenerationDetails";
|
|
611
|
+
const _PGS = "PolicyGenerationSummary";
|
|
612
|
+
const _PGSL = "PolicyGenerationSummaryList";
|
|
591
613
|
const _PGo = "PolicyGenerations";
|
|
592
614
|
const _PMS = "PaymentManagerSummary";
|
|
593
615
|
const _PMSa = "PaymentManagerSummaries";
|
|
@@ -596,6 +618,8 @@ const _PPCO = "PaymentProviderConfigurationOutput";
|
|
|
596
618
|
const _PRP = "PutResourcePolicy";
|
|
597
619
|
const _PRPR = "PutResourcePolicyRequest";
|
|
598
620
|
const _PRPRu = "PutResourcePolicyResponse";
|
|
621
|
+
const _PS = "PolicySummary";
|
|
622
|
+
const _PSL = "PolicySummaryList";
|
|
599
623
|
const _Po = "Policy";
|
|
600
624
|
const _Pol = "Policies";
|
|
601
625
|
const _R = "Rule";
|
|
@@ -1199,6 +1223,7 @@ const _rMMDSV = "requireMMDSV2";
|
|
|
1199
1223
|
const _rP = "resourcePriority";
|
|
1200
1224
|
const _rR = "registryRecords";
|
|
1201
1225
|
const _rS = "relevanceScore";
|
|
1226
|
+
const _rSSE = "requireServiceS3Endpoint";
|
|
1202
1227
|
const _rSa = "ratingScale";
|
|
1203
1228
|
const _rT = "responseTypes";
|
|
1204
1229
|
const _rTF = "rawTextFragment";
|
|
@@ -1832,8 +1857,8 @@ export var CreatePolicyEngineRequest$ = [3, n0, _CPER,
|
|
|
1832
1857
|
];
|
|
1833
1858
|
export var CreatePolicyEngineResponse$ = [3, n0, _CPERr,
|
|
1834
1859
|
0,
|
|
1835
|
-
[_pEI, _n, _cA, _uA, _pEA, _st, _sR,
|
|
1836
|
-
[0, 0, 5, 5, 0, 0, 64 | 0, [() => Description, 0]
|
|
1860
|
+
[_pEI, _n, _cA, _uA, _pEA, _st, _sR, _eKA, _d],
|
|
1861
|
+
[0, 0, 5, 5, 0, 0, 64 | 0, 0, [() => Description, 0]], 7
|
|
1837
1862
|
];
|
|
1838
1863
|
export var CreatePolicyRequest$ = [3, n0, _CPR,
|
|
1839
1864
|
0,
|
|
@@ -1842,8 +1867,8 @@ export var CreatePolicyRequest$ = [3, n0, _CPR,
|
|
|
1842
1867
|
];
|
|
1843
1868
|
export var CreatePolicyResponse$ = [3, n0, _CPRr,
|
|
1844
1869
|
0,
|
|
1845
|
-
[_pIo, _n, _pEI,
|
|
1846
|
-
[0, 0, 0,
|
|
1870
|
+
[_pIo, _n, _pEI, _cA, _uA, _pAo, _st, _de, _sR, _d],
|
|
1871
|
+
[0, 0, 0, 5, 5, 0, 0, () => PolicyDefinition$, 64 | 0, [() => Description, 0]], 9
|
|
1847
1872
|
];
|
|
1848
1873
|
export var CreateRegistryRecordRequest$ = [3, n0, _CRRR,
|
|
1849
1874
|
0,
|
|
@@ -2102,8 +2127,8 @@ export var DeletePolicyEngineRequest$ = [3, n0, _DPER,
|
|
|
2102
2127
|
];
|
|
2103
2128
|
export var DeletePolicyEngineResponse$ = [3, n0, _DPERe,
|
|
2104
2129
|
0,
|
|
2105
|
-
[_pEI, _n, _cA, _uA, _pEA, _st, _sR,
|
|
2106
|
-
[0, 0, 5, 5, 0, 0, 64 | 0, [() => Description, 0]
|
|
2130
|
+
[_pEI, _n, _cA, _uA, _pEA, _st, _sR, _eKA, _d],
|
|
2131
|
+
[0, 0, 5, 5, 0, 0, 64 | 0, 0, [() => Description, 0]], 7
|
|
2107
2132
|
];
|
|
2108
2133
|
export var DeletePolicyRequest$ = [3, n0, _DPR,
|
|
2109
2134
|
0,
|
|
@@ -2112,8 +2137,8 @@ export var DeletePolicyRequest$ = [3, n0, _DPR,
|
|
|
2112
2137
|
];
|
|
2113
2138
|
export var DeletePolicyResponse$ = [3, n0, _DPRe,
|
|
2114
2139
|
0,
|
|
2115
|
-
[_pIo, _n, _pEI,
|
|
2116
|
-
[0, 0, 0,
|
|
2140
|
+
[_pIo, _n, _pEI, _cA, _uA, _pAo, _st, _de, _sR, _d],
|
|
2141
|
+
[0, 0, 0, 5, 5, 0, 0, () => PolicyDefinition$, 64 | 0, [() => Description, 0]], 9
|
|
2117
2142
|
];
|
|
2118
2143
|
export var DeleteRegistryRecordRequest$ = [3, n0, _DRRR,
|
|
2119
2144
|
0,
|
|
@@ -2462,8 +2487,18 @@ export var GetPolicyEngineRequest$ = [3, n0, _GPER,
|
|
|
2462
2487
|
];
|
|
2463
2488
|
export var GetPolicyEngineResponse$ = [3, n0, _GPERe,
|
|
2464
2489
|
0,
|
|
2465
|
-
[_pEI, _n, _cA, _uA, _pEA, _st, _sR,
|
|
2466
|
-
[0, 0, 5, 5, 0, 0, 64 | 0, [() => Description, 0]
|
|
2490
|
+
[_pEI, _n, _cA, _uA, _pEA, _st, _sR, _eKA, _d],
|
|
2491
|
+
[0, 0, 5, 5, 0, 0, 64 | 0, 0, [() => Description, 0]], 7
|
|
2492
|
+
];
|
|
2493
|
+
export var GetPolicyEngineSummaryRequest$ = [3, n0, _GPESR,
|
|
2494
|
+
0,
|
|
2495
|
+
[_pEI],
|
|
2496
|
+
[[0, 1]], 1
|
|
2497
|
+
];
|
|
2498
|
+
export var GetPolicyEngineSummaryResponse$ = [3, n0, _GPESRe,
|
|
2499
|
+
0,
|
|
2500
|
+
[_pEI, _n, _cA, _uA, _pEA, _st, _eKA],
|
|
2501
|
+
[0, 0, 5, 5, 0, 0, 0], 6
|
|
2467
2502
|
];
|
|
2468
2503
|
export var GetPolicyGenerationRequest$ = [3, n0, _GPGR,
|
|
2469
2504
|
0,
|
|
@@ -2475,6 +2510,16 @@ export var GetPolicyGenerationResponse$ = [3, n0, _GPGRe,
|
|
|
2475
2510
|
[_pEI, _pGI, _n, _pGA, _res, _cA, _uA, _st, _sR, _f],
|
|
2476
2511
|
[0, 0, 0, 0, () => Resource$, 5, 5, 0, 64 | 0, 0], 9
|
|
2477
2512
|
];
|
|
2513
|
+
export var GetPolicyGenerationSummaryRequest$ = [3, n0, _GPGSR,
|
|
2514
|
+
0,
|
|
2515
|
+
[_pGI, _pEI],
|
|
2516
|
+
[[0, 1], [0, 1]], 2
|
|
2517
|
+
];
|
|
2518
|
+
export var GetPolicyGenerationSummaryResponse$ = [3, n0, _GPGSRe,
|
|
2519
|
+
0,
|
|
2520
|
+
[_pEI, _pGI, _n, _pGA, _res, _cA, _uA, _st, _f],
|
|
2521
|
+
[0, 0, 0, 0, () => Resource$, 5, 5, 0, 0], 8
|
|
2522
|
+
];
|
|
2478
2523
|
export var GetPolicyRequest$ = [3, n0, _GPR,
|
|
2479
2524
|
0,
|
|
2480
2525
|
[_pEI, _pIo],
|
|
@@ -2482,8 +2527,18 @@ export var GetPolicyRequest$ = [3, n0, _GPR,
|
|
|
2482
2527
|
];
|
|
2483
2528
|
export var GetPolicyResponse$ = [3, n0, _GPRe,
|
|
2484
2529
|
0,
|
|
2485
|
-
[_pIo, _n, _pEI,
|
|
2486
|
-
[0, 0, 0,
|
|
2530
|
+
[_pIo, _n, _pEI, _cA, _uA, _pAo, _st, _de, _sR, _d],
|
|
2531
|
+
[0, 0, 0, 5, 5, 0, 0, () => PolicyDefinition$, 64 | 0, [() => Description, 0]], 9
|
|
2532
|
+
];
|
|
2533
|
+
export var GetPolicySummaryRequest$ = [3, n0, _GPSR,
|
|
2534
|
+
0,
|
|
2535
|
+
[_pEI, _pIo],
|
|
2536
|
+
[[0, 1], [0, 1]], 2
|
|
2537
|
+
];
|
|
2538
|
+
export var GetPolicySummaryResponse$ = [3, n0, _GPSRe,
|
|
2539
|
+
0,
|
|
2540
|
+
[_pIo, _n, _pEI, _cA, _uA, _pAo, _st],
|
|
2541
|
+
[0, 0, 0, 5, 5, 0, 0], 7
|
|
2487
2542
|
];
|
|
2488
2543
|
export var GetRegistryRecordRequest$ = [3, n0, _GRRR,
|
|
2489
2544
|
0,
|
|
@@ -2945,6 +3000,16 @@ export var ListPolicyEnginesResponse$ = [3, n0, _LPERi,
|
|
|
2945
3000
|
[_pEo, _nTe],
|
|
2946
3001
|
[[() => PolicyEngines, 0], 0], 1
|
|
2947
3002
|
];
|
|
3003
|
+
export var ListPolicyEngineSummariesRequest$ = [3, n0, _LPESR,
|
|
3004
|
+
0,
|
|
3005
|
+
[_nTe, _mR],
|
|
3006
|
+
[[0, { [_hQ]: _nTe }], [1, { [_hQ]: _mR }]]
|
|
3007
|
+
];
|
|
3008
|
+
export var ListPolicyEngineSummariesResponse$ = [3, n0, _LPESRi,
|
|
3009
|
+
0,
|
|
3010
|
+
[_pEo, _nTe],
|
|
3011
|
+
[() => PolicyEngineSummaryList, 0], 1
|
|
3012
|
+
];
|
|
2948
3013
|
export var ListPolicyGenerationAssetsRequest$ = [3, n0, _LPGAR,
|
|
2949
3014
|
0,
|
|
2950
3015
|
[_pGI, _pEI, _nTe, _mR],
|
|
@@ -2965,10 +3030,30 @@ export var ListPolicyGenerationsResponse$ = [3, n0, _LPGRi,
|
|
|
2965
3030
|
[_pG, _nTe],
|
|
2966
3031
|
[() => PolicyGenerations, 0], 1
|
|
2967
3032
|
];
|
|
3033
|
+
export var ListPolicyGenerationSummariesRequest$ = [3, n0, _LPGSR,
|
|
3034
|
+
0,
|
|
3035
|
+
[_pEI, _nTe, _mR],
|
|
3036
|
+
[[0, 1], [0, { [_hQ]: _nTe }], [1, { [_hQ]: _mR }]], 1
|
|
3037
|
+
];
|
|
3038
|
+
export var ListPolicyGenerationSummariesResponse$ = [3, n0, _LPGSRi,
|
|
3039
|
+
0,
|
|
3040
|
+
[_pG, _nTe],
|
|
3041
|
+
[() => PolicyGenerationSummaryList, 0], 1
|
|
3042
|
+
];
|
|
3043
|
+
export var ListPolicySummariesRequest$ = [3, n0, _LPSR,
|
|
3044
|
+
0,
|
|
3045
|
+
[_pEI, _nTe, _mR, _tRS],
|
|
3046
|
+
[[0, 1], [0, { [_hQ]: _nTe }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _tRS }]], 1
|
|
3047
|
+
];
|
|
3048
|
+
export var ListPolicySummariesResponse$ = [3, n0, _LPSRi,
|
|
3049
|
+
0,
|
|
3050
|
+
[_pol, _nTe],
|
|
3051
|
+
[() => PolicySummaryList, 0], 1
|
|
3052
|
+
];
|
|
2968
3053
|
export var ListRegistriesRequest$ = [3, n0, _LRR,
|
|
2969
3054
|
0,
|
|
2970
|
-
[_mR, _nTe, _st],
|
|
2971
|
-
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nTe }], [0, { [_hQ]: _st }]]
|
|
3055
|
+
[_mR, _nTe, _st, _aT],
|
|
3056
|
+
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nTe }], [0, { [_hQ]: _st }], [0, { [_hQ]: _aT }]]
|
|
2972
3057
|
];
|
|
2973
3058
|
export var ListRegistriesResponse$ = [3, n0, _LRRi,
|
|
2974
3059
|
0,
|
|
@@ -3202,13 +3287,18 @@ export var PaymentManagerSummary$ = [3, n0, _PMS,
|
|
|
3202
3287
|
];
|
|
3203
3288
|
export var Policy$ = [3, n0, _Po,
|
|
3204
3289
|
0,
|
|
3205
|
-
[_pIo, _n, _pEI,
|
|
3206
|
-
[0, 0, 0,
|
|
3290
|
+
[_pIo, _n, _pEI, _cA, _uA, _pAo, _st, _de, _sR, _d],
|
|
3291
|
+
[0, 0, 0, 5, 5, 0, 0, () => PolicyDefinition$, 64 | 0, [() => Description, 0]], 9
|
|
3207
3292
|
];
|
|
3208
3293
|
export var PolicyEngine$ = [3, n0, _PE,
|
|
3209
3294
|
0,
|
|
3210
|
-
[_pEI, _n, _cA, _uA, _pEA, _st, _sR,
|
|
3211
|
-
[0, 0, 5, 5, 0, 0, 64 | 0, [() => Description, 0]
|
|
3295
|
+
[_pEI, _n, _cA, _uA, _pEA, _st, _sR, _eKA, _d],
|
|
3296
|
+
[0, 0, 5, 5, 0, 0, 64 | 0, 0, [() => Description, 0]], 7
|
|
3297
|
+
];
|
|
3298
|
+
export var PolicyEngineSummary$ = [3, n0, _PES,
|
|
3299
|
+
0,
|
|
3300
|
+
[_pEI, _n, _cA, _uA, _pEA, _st, _eKA],
|
|
3301
|
+
[0, 0, 5, 5, 0, 0, 0], 6
|
|
3212
3302
|
];
|
|
3213
3303
|
export var PolicyGeneration$ = [3, n0, _PG,
|
|
3214
3304
|
0,
|
|
@@ -3225,6 +3315,16 @@ export var PolicyGenerationDetails$ = [3, n0, _PGD,
|
|
|
3225
3315
|
[_pGI, _pGAI],
|
|
3226
3316
|
[0, 0], 2
|
|
3227
3317
|
];
|
|
3318
|
+
export var PolicyGenerationSummary$ = [3, n0, _PGS,
|
|
3319
|
+
0,
|
|
3320
|
+
[_pEI, _pGI, _n, _pGA, _res, _cA, _uA, _st, _f],
|
|
3321
|
+
[0, 0, 0, 0, () => Resource$, 5, 5, 0, 0], 8
|
|
3322
|
+
];
|
|
3323
|
+
export var PolicySummary$ = [3, n0, _PS,
|
|
3324
|
+
0,
|
|
3325
|
+
[_pIo, _n, _pEI, _cA, _uA, _pAo, _st],
|
|
3326
|
+
[0, 0, 0, 5, 5, 0, 0], 7
|
|
3327
|
+
];
|
|
3228
3328
|
export var PrivateEndpointOverride$ = [3, n0, _PEO,
|
|
3229
3329
|
0,
|
|
3230
3330
|
[_do, _pE],
|
|
@@ -3852,8 +3952,8 @@ export var UpdatePolicyEngineRequest$ = [3, n0, _UPER,
|
|
|
3852
3952
|
];
|
|
3853
3953
|
export var UpdatePolicyEngineResponse$ = [3, n0, _UPERp,
|
|
3854
3954
|
0,
|
|
3855
|
-
[_pEI, _n, _cA, _uA, _pEA, _st, _sR,
|
|
3856
|
-
[0, 0, 5, 5, 0, 0, 64 | 0, [() => Description, 0]
|
|
3955
|
+
[_pEI, _n, _cA, _uA, _pEA, _st, _sR, _eKA, _d],
|
|
3956
|
+
[0, 0, 5, 5, 0, 0, 64 | 0, 0, [() => Description, 0]], 7
|
|
3857
3957
|
];
|
|
3858
3958
|
export var UpdatePolicyRequest$ = [3, n0, _UPR,
|
|
3859
3959
|
0,
|
|
@@ -3862,8 +3962,8 @@ export var UpdatePolicyRequest$ = [3, n0, _UPR,
|
|
|
3862
3962
|
];
|
|
3863
3963
|
export var UpdatePolicyResponse$ = [3, n0, _UPRp,
|
|
3864
3964
|
0,
|
|
3865
|
-
[_pIo, _n, _pEI,
|
|
3866
|
-
[0, 0, 0,
|
|
3965
|
+
[_pIo, _n, _pEI, _cA, _uA, _pAo, _st, _de, _sR, _d],
|
|
3966
|
+
[0, 0, 0, 5, 5, 0, 0, () => PolicyDefinition$, 64 | 0, [() => Description, 0]], 9
|
|
3867
3967
|
];
|
|
3868
3968
|
export var UpdateRegistryRecordRequest$ = [3, n0, _URRR,
|
|
3869
3969
|
0,
|
|
@@ -3957,8 +4057,8 @@ export var VersionLineageMetadata$ = [3, n0, _VLM,
|
|
|
3957
4057
|
];
|
|
3958
4058
|
export var VpcConfig$ = [3, n0, _VC,
|
|
3959
4059
|
0,
|
|
3960
|
-
[_sG, _su],
|
|
3961
|
-
[64 | 0, 64 | 0], 2
|
|
4060
|
+
[_sG, _su, _rSSE],
|
|
4061
|
+
[64 | 0, 64 | 0, 2], 2
|
|
3962
4062
|
];
|
|
3963
4063
|
export var WeightedOverride$ = [3, n0, _WO,
|
|
3964
4064
|
0,
|
|
@@ -4165,13 +4265,22 @@ var PolicyEngines = [1, n0, _PEo,
|
|
|
4165
4265
|
0, [() => PolicyEngine$,
|
|
4166
4266
|
0]
|
|
4167
4267
|
];
|
|
4268
|
+
var PolicyEngineSummaryList = [1, n0, _PESL,
|
|
4269
|
+
0, () => PolicyEngineSummary$
|
|
4270
|
+
];
|
|
4168
4271
|
var PolicyGenerationAssets = [1, n0, _PGAo,
|
|
4169
4272
|
0, () => PolicyGenerationAsset$
|
|
4170
4273
|
];
|
|
4171
4274
|
var PolicyGenerations = [1, n0, _PGo,
|
|
4172
4275
|
0, () => PolicyGeneration$
|
|
4173
4276
|
];
|
|
4277
|
+
var PolicyGenerationSummaryList = [1, n0, _PGSL,
|
|
4278
|
+
0, () => PolicyGenerationSummary$
|
|
4279
|
+
];
|
|
4174
4280
|
var PolicyStatusReasons = 64 | 0;
|
|
4281
|
+
var PolicySummaryList = [1, n0, _PSL,
|
|
4282
|
+
0, () => PolicySummary$
|
|
4283
|
+
];
|
|
4175
4284
|
var PrivateEndpointManagedResources = [1, n0, _PEMR,
|
|
4176
4285
|
0, () => ManagedResourceDetails$
|
|
4177
4286
|
];
|
|
@@ -4820,9 +4929,18 @@ export var GetPolicy$ = [9, n0, _GP,
|
|
|
4820
4929
|
export var GetPolicyEngine$ = [9, n0, _GPE,
|
|
4821
4930
|
{ [_ht]: ["GET", "/policy-engines/{policyEngineId}", 200] }, () => GetPolicyEngineRequest$, () => GetPolicyEngineResponse$
|
|
4822
4931
|
];
|
|
4932
|
+
export var GetPolicyEngineSummary$ = [9, n0, _GPES,
|
|
4933
|
+
{ [_ht]: ["GET", "/policy-engine-summaries/{policyEngineId}", 200] }, () => GetPolicyEngineSummaryRequest$, () => GetPolicyEngineSummaryResponse$
|
|
4934
|
+
];
|
|
4823
4935
|
export var GetPolicyGeneration$ = [9, n0, _GPG,
|
|
4824
4936
|
{ [_ht]: ["GET", "/policy-engines/{policyEngineId}/policy-generations/{policyGenerationId}", 200] }, () => GetPolicyGenerationRequest$, () => GetPolicyGenerationResponse$
|
|
4825
4937
|
];
|
|
4938
|
+
export var GetPolicyGenerationSummary$ = [9, n0, _GPGS,
|
|
4939
|
+
{ [_ht]: ["GET", "/policy-engines/{policyEngineId}/policy-generation-summaries/{policyGenerationId}", 200] }, () => GetPolicyGenerationSummaryRequest$, () => GetPolicyGenerationSummaryResponse$
|
|
4940
|
+
];
|
|
4941
|
+
export var GetPolicySummary$ = [9, n0, _GPS,
|
|
4942
|
+
{ [_ht]: ["GET", "/policy-engines/{policyEngineId}/policy-summaries/{policyId}", 200] }, () => GetPolicySummaryRequest$, () => GetPolicySummaryResponse$
|
|
4943
|
+
];
|
|
4826
4944
|
export var GetRegistry$ = [9, n0, _GRe,
|
|
4827
4945
|
{ [_ht]: ["GET", "/registries/{registryId}", 200] }, () => GetRegistryRequest$, () => GetRegistryResponse$
|
|
4828
4946
|
];
|
|
@@ -4904,12 +5022,21 @@ export var ListPolicies$ = [9, n0, _LP,
|
|
|
4904
5022
|
export var ListPolicyEngines$ = [9, n0, _LPE,
|
|
4905
5023
|
{ [_ht]: ["GET", "/policy-engines", 200] }, () => ListPolicyEnginesRequest$, () => ListPolicyEnginesResponse$
|
|
4906
5024
|
];
|
|
5025
|
+
export var ListPolicyEngineSummaries$ = [9, n0, _LPES,
|
|
5026
|
+
{ [_ht]: ["GET", "/policy-engine-summaries", 200] }, () => ListPolicyEngineSummariesRequest$, () => ListPolicyEngineSummariesResponse$
|
|
5027
|
+
];
|
|
4907
5028
|
export var ListPolicyGenerationAssets$ = [9, n0, _LPGA,
|
|
4908
5029
|
{ [_ht]: ["GET", "/policy-engines/{policyEngineId}/policy-generations/{policyGenerationId}/assets", 200] }, () => ListPolicyGenerationAssetsRequest$, () => ListPolicyGenerationAssetsResponse$
|
|
4909
5030
|
];
|
|
4910
5031
|
export var ListPolicyGenerations$ = [9, n0, _LPG,
|
|
4911
5032
|
{ [_ht]: ["GET", "/policy-engines/{policyEngineId}/policy-generations", 200] }, () => ListPolicyGenerationsRequest$, () => ListPolicyGenerationsResponse$
|
|
4912
5033
|
];
|
|
5034
|
+
export var ListPolicyGenerationSummaries$ = [9, n0, _LPGS,
|
|
5035
|
+
{ [_ht]: ["GET", "/policy-engines/{policyEngineId}/policy-generation-summaries", 200] }, () => ListPolicyGenerationSummariesRequest$, () => ListPolicyGenerationSummariesResponse$
|
|
5036
|
+
];
|
|
5037
|
+
export var ListPolicySummaries$ = [9, n0, _LPS,
|
|
5038
|
+
{ [_ht]: ["GET", "/policy-engines/{policyEngineId}/policy-summaries", 200] }, () => ListPolicySummariesRequest$, () => ListPolicySummariesResponse$
|
|
5039
|
+
];
|
|
4913
5040
|
export var ListRegistries$ = [9, n0, _LR,
|
|
4914
5041
|
{ [_ht]: ["GET", "/registries", 200] }, () => ListRegistriesRequest$, () => ListRegistriesResponse$
|
|
4915
5042
|
];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/core/client";
|
|
2
2
|
import { GetMemoryCommand, } from "../commands/GetMemoryCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|