@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
|
@@ -4,17 +4,17 @@ exports.ConfigurationBundleSummary$ = exports.ConfigurationBundleReference$ = ex
|
|
|
4
4
|
exports.CredentialProviderConfiguration$ = exports.CreateWorkloadIdentityResponse$ = exports.CreateWorkloadIdentityRequest$ = exports.CreateRegistryResponse$ = exports.CreateRegistryRequest$ = exports.CreateRegistryRecordResponse$ = exports.CreateRegistryRecordRequest$ = exports.CreatePolicyResponse$ = exports.CreatePolicyRequest$ = exports.CreatePolicyEngineResponse$ = exports.CreatePolicyEngineRequest$ = exports.CreatePaymentManagerResponse$ = exports.CreatePaymentManagerRequest$ = exports.CreatePaymentCredentialProviderResponse$ = exports.CreatePaymentCredentialProviderRequest$ = exports.CreatePaymentConnectorResponse$ = exports.CreatePaymentConnectorRequest$ = exports.CreateOnlineEvaluationConfigResponse$ = exports.CreateOnlineEvaluationConfigRequest$ = exports.CreateOauth2CredentialProviderResponse$ = exports.CreateOauth2CredentialProviderRequest$ = exports.CreateMemoryOutput$ = exports.CreateMemoryInput$ = exports.CreateHarnessResponse$ = exports.CreateHarnessRequest$ = exports.CreateGatewayTargetResponse$ = exports.CreateGatewayTargetRequest$ = exports.CreateGatewayRuleResponse$ = exports.CreateGatewayRuleRequest$ = exports.CreateGatewayResponse$ = exports.CreateGatewayRequest$ = exports.CreateEvaluatorResponse$ = exports.CreateEvaluatorRequest$ = exports.CreateConfigurationBundleResponse$ = exports.CreateConfigurationBundleRequest$ = exports.CreateCodeInterpreterResponse$ = exports.CreateCodeInterpreterRequest$ = exports.CreateBrowserResponse$ = exports.CreateBrowserRequest$ = exports.CreateBrowserProfileResponse$ = exports.CreateBrowserProfileRequest$ = exports.CreateApiKeyCredentialProviderResponse$ = exports.CreateApiKeyCredentialProviderRequest$ = exports.CreateAgentRuntimeResponse$ = exports.CreateAgentRuntimeRequest$ = exports.CreateAgentRuntimeEndpointResponse$ = exports.CreateAgentRuntimeEndpointRequest$ = exports.ContentConfiguration$ = exports.ContainerConfiguration$ = exports.ConfigurationBundleVersionSummary$ = void 0;
|
|
5
5
|
exports.DeleteRegistryRequest$ = exports.DeleteRegistryRecordResponse$ = exports.DeleteRegistryRecordRequest$ = exports.DeletePolicyResponse$ = exports.DeletePolicyRequest$ = exports.DeletePolicyEngineResponse$ = exports.DeletePolicyEngineRequest$ = exports.DeletePaymentManagerResponse$ = exports.DeletePaymentManagerRequest$ = exports.DeletePaymentCredentialProviderResponse$ = exports.DeletePaymentCredentialProviderRequest$ = exports.DeletePaymentConnectorResponse$ = exports.DeletePaymentConnectorRequest$ = exports.DeleteOnlineEvaluationConfigResponse$ = exports.DeleteOnlineEvaluationConfigRequest$ = exports.DeleteOauth2CredentialProviderResponse$ = exports.DeleteOauth2CredentialProviderRequest$ = exports.DeleteMemoryStrategyInput$ = exports.DeleteMemoryOutput$ = exports.DeleteMemoryInput$ = exports.DeleteHarnessResponse$ = exports.DeleteHarnessRequest$ = exports.DeleteGatewayTargetResponse$ = exports.DeleteGatewayTargetRequest$ = exports.DeleteGatewayRuleResponse$ = exports.DeleteGatewayRuleRequest$ = exports.DeleteGatewayResponse$ = exports.DeleteGatewayRequest$ = exports.DeleteEvaluatorResponse$ = exports.DeleteEvaluatorRequest$ = exports.DeleteConfigurationBundleResponse$ = exports.DeleteConfigurationBundleRequest$ = exports.DeleteCodeInterpreterResponse$ = exports.DeleteCodeInterpreterRequest$ = exports.DeleteBrowserResponse$ = exports.DeleteBrowserRequest$ = exports.DeleteBrowserProfileResponse$ = exports.DeleteBrowserProfileRequest$ = exports.DeleteApiKeyCredentialProviderResponse$ = exports.DeleteApiKeyCredentialProviderRequest$ = exports.DeleteAgentRuntimeResponse$ = exports.DeleteAgentRuntimeRequest$ = exports.DeleteAgentRuntimeEndpointResponse$ = exports.DeleteAgentRuntimeEndpointRequest$ = exports.CustomOauth2ProviderConfigOutput$ = exports.CustomOauth2ProviderConfigInput$ = exports.CustomMemoryStrategyInput$ = exports.CustomJWTAuthorizerConfiguration$ = exports.CustomDescriptor$ = exports.CustomClaimValidationType$ = void 0;
|
|
6
6
|
exports.GetGatewayTargetRequest$ = exports.GetGatewayRuleResponse$ = exports.GetGatewayRuleRequest$ = exports.GetGatewayResponse$ = exports.GetGatewayRequest$ = exports.GetEvaluatorResponse$ = exports.GetEvaluatorRequest$ = exports.GetConfigurationBundleVersionResponse$ = exports.GetConfigurationBundleVersionRequest$ = exports.GetConfigurationBundleResponse$ = exports.GetConfigurationBundleRequest$ = exports.GetCodeInterpreterResponse$ = exports.GetCodeInterpreterRequest$ = exports.GetBrowserResponse$ = exports.GetBrowserRequest$ = exports.GetBrowserProfileResponse$ = exports.GetBrowserProfileRequest$ = exports.GetApiKeyCredentialProviderResponse$ = exports.GetApiKeyCredentialProviderRequest$ = exports.GetAgentRuntimeResponse$ = exports.GetAgentRuntimeRequest$ = exports.GetAgentRuntimeEndpointResponse$ = exports.GetAgentRuntimeEndpointRequest$ = exports.GatewayTarget$ = exports.GatewaySummary$ = exports.GatewayRuleDetail$ = exports.GatewayPolicyEngineConfiguration$ = exports.GatewayInterceptorConfiguration$ = exports.GatewayApiKeyCredentialProvider$ = exports.FromUrlSynchronizationConfiguration$ = exports.Finding$ = exports.Filter$ = exports.EvaluatorSummary$ = exports.EpisodicReflectionOverride$ = exports.EpisodicReflectionConfigurationInput$ = exports.EpisodicReflectionConfiguration$ = exports.EpisodicOverrideReflectionConfigurationInput$ = exports.EpisodicOverrideExtractionConfigurationInput$ = exports.EpisodicOverrideConsolidationConfigurationInput$ = exports.EpisodicOverrideConfigurationInput$ = exports.EpisodicMemoryStrategyInput$ = exports.EpisodicExtractionOverride$ = exports.EpisodicConsolidationOverride$ = exports.EfsAccessPointConfiguration$ = exports.Descriptors$ = exports.DeleteWorkloadIdentityResponse$ = exports.DeleteWorkloadIdentityRequest$ = exports.DeleteResourcePolicyResponse$ = exports.DeleteResourcePolicyRequest$ = exports.DeleteRegistryResponse$ = void 0;
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
9
|
-
exports.
|
|
10
|
-
exports.
|
|
11
|
-
exports.
|
|
12
|
-
exports.
|
|
13
|
-
exports.
|
|
14
|
-
exports.
|
|
15
|
-
exports.
|
|
16
|
-
exports.
|
|
17
|
-
exports.UpdateWorkloadIdentity$ = exports.UpdateRegistryRecordStatus$ = exports.UpdateRegistryRecord$ = exports.UpdateRegistry$ = exports.UpdatePolicyEngine$ = exports.UpdatePolicy$ = exports.UpdatePaymentManager$ = exports.UpdatePaymentCredentialProvider$ = exports.UpdatePaymentConnector$ = exports.UpdateOnlineEvaluationConfig$ = exports.UpdateOauth2CredentialProvider$ = exports.UpdateMemory$ = exports.UpdateHarness$ = exports.UpdateGatewayTarget$ = exports.UpdateGatewayRule$ = exports.UpdateGateway$ = exports.UpdateEvaluator$ = exports.UpdateConfigurationBundle$ = exports.UpdateApiKeyCredentialProvider$ = exports.UpdateAgentRuntimeEndpoint$ = exports.UpdateAgentRuntime$ = void 0;
|
|
7
|
+
exports.HarnessBedrockModelConfig$ = exports.HarnessAgentCoreRuntimeEnvironmentRequest$ = exports.HarnessAgentCoreRuntimeEnvironment$ = exports.HarnessAgentCoreMemoryRetrievalConfig$ = exports.HarnessAgentCoreMemoryConfiguration$ = exports.HarnessAgentCoreGatewayConfig$ = exports.HarnessAgentCoreCodeInterpreterConfig$ = exports.HarnessAgentCoreBrowserConfig$ = exports.Harness$ = exports.GoogleOauth2ProviderConfigOutput$ = exports.GoogleOauth2ProviderConfigInput$ = exports.GithubOauth2ProviderConfigOutput$ = exports.GithubOauth2ProviderConfigInput$ = exports.GetWorkloadIdentityResponse$ = exports.GetWorkloadIdentityRequest$ = exports.GetTokenVaultResponse$ = exports.GetTokenVaultRequest$ = exports.GetResourcePolicyResponse$ = exports.GetResourcePolicyRequest$ = exports.GetRegistryResponse$ = exports.GetRegistryRequest$ = exports.GetRegistryRecordResponse$ = exports.GetRegistryRecordRequest$ = exports.GetPolicySummaryResponse$ = exports.GetPolicySummaryRequest$ = exports.GetPolicyResponse$ = exports.GetPolicyRequest$ = exports.GetPolicyGenerationSummaryResponse$ = exports.GetPolicyGenerationSummaryRequest$ = exports.GetPolicyGenerationResponse$ = exports.GetPolicyGenerationRequest$ = exports.GetPolicyEngineSummaryResponse$ = exports.GetPolicyEngineSummaryRequest$ = exports.GetPolicyEngineResponse$ = exports.GetPolicyEngineRequest$ = exports.GetPaymentManagerResponse$ = exports.GetPaymentManagerRequest$ = exports.GetPaymentCredentialProviderResponse$ = exports.GetPaymentCredentialProviderRequest$ = exports.GetPaymentConnectorResponse$ = exports.GetPaymentConnectorRequest$ = exports.GetOnlineEvaluationConfigResponse$ = exports.GetOnlineEvaluationConfigRequest$ = exports.GetOauth2CredentialProviderResponse$ = exports.GetOauth2CredentialProviderRequest$ = exports.GetMemoryOutput$ = exports.GetMemoryInput$ = exports.GetHarnessResponse$ = exports.GetHarnessRequest$ = exports.GetGatewayTargetResponse$ = void 0;
|
|
8
|
+
exports.ListGatewayTargetsRequest$ = exports.ListGatewaysResponse$ = exports.ListGatewaysRequest$ = exports.ListGatewayRulesResponse$ = exports.ListGatewayRulesRequest$ = exports.ListEvaluatorsResponse$ = exports.ListEvaluatorsRequest$ = exports.ListConfigurationBundleVersionsResponse$ = exports.ListConfigurationBundleVersionsRequest$ = exports.ListConfigurationBundlesResponse$ = exports.ListConfigurationBundlesRequest$ = exports.ListCodeInterpretersResponse$ = exports.ListCodeInterpretersRequest$ = exports.ListBrowsersResponse$ = exports.ListBrowsersRequest$ = exports.ListBrowserProfilesResponse$ = exports.ListBrowserProfilesRequest$ = exports.ListApiKeyCredentialProvidersResponse$ = exports.ListApiKeyCredentialProvidersRequest$ = exports.ListAgentRuntimeVersionsResponse$ = exports.ListAgentRuntimeVersionsRequest$ = exports.ListAgentRuntimesResponse$ = exports.ListAgentRuntimesRequest$ = exports.ListAgentRuntimeEndpointsResponse$ = exports.ListAgentRuntimeEndpointsRequest$ = exports.LinkedinOauth2ProviderConfigOutput$ = exports.LinkedinOauth2ProviderConfigInput$ = exports.LifecycleConfiguration$ = exports.LambdaInterceptorConfiguration$ = exports.LambdaEvaluatorConfig$ = exports.KmsConfiguration$ = exports.KinesisResource$ = exports.InvocationConfigurationInput$ = exports.InvocationConfiguration$ = exports.InterceptorInputConfiguration$ = exports.InferenceConfiguration$ = exports.IndexedKey$ = exports.IncludedOauth2ProviderConfigOutput$ = exports.IncludedOauth2ProviderConfigInput$ = exports.IamPrincipal$ = exports.IamCredentialProvider$ = exports.HarnessTruncationConfiguration$ = exports.HarnessTool$ = exports.HarnessSummary$ = exports.HarnessSummarizationConfiguration$ = exports.HarnessSlidingWindowConfiguration$ = exports.HarnessRemoteMcpConfig$ = exports.HarnessOpenAiModelConfig$ = exports.HarnessInlineFunctionConfig$ = exports.HarnessGeminiModelConfig$ = void 0;
|
|
9
|
+
exports.MemoryStrategy$ = exports.MemoryRecordSchema$ = exports.Memory$ = exports.McpServerTargetConfiguration$ = exports.McpLambdaTargetConfiguration$ = exports.MCPGatewayConfiguration$ = exports.McpDescriptor$ = exports.MatchPrincipals$ = exports.MatchPaths$ = exports.ManagedVpcResource$ = exports.ManagedResourceDetails$ = exports.LlmExtractionConfig$ = exports.LlmAsAJudgeEvaluatorConfig$ = exports.ListWorkloadIdentitiesResponse$ = exports.ListWorkloadIdentitiesRequest$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListRegistryRecordsResponse$ = exports.ListRegistryRecordsRequest$ = exports.ListRegistriesResponse$ = exports.ListRegistriesRequest$ = exports.ListPolicySummariesResponse$ = exports.ListPolicySummariesRequest$ = exports.ListPolicyGenerationSummariesResponse$ = exports.ListPolicyGenerationSummariesRequest$ = exports.ListPolicyGenerationsResponse$ = exports.ListPolicyGenerationsRequest$ = exports.ListPolicyGenerationAssetsResponse$ = exports.ListPolicyGenerationAssetsRequest$ = exports.ListPolicyEngineSummariesResponse$ = exports.ListPolicyEngineSummariesRequest$ = exports.ListPolicyEnginesResponse$ = exports.ListPolicyEnginesRequest$ = exports.ListPoliciesResponse$ = exports.ListPoliciesRequest$ = exports.ListPaymentManagersResponse$ = exports.ListPaymentManagersRequest$ = exports.ListPaymentCredentialProvidersResponse$ = exports.ListPaymentCredentialProvidersRequest$ = exports.ListPaymentConnectorsResponse$ = exports.ListPaymentConnectorsRequest$ = exports.ListOnlineEvaluationConfigsResponse$ = exports.ListOnlineEvaluationConfigsRequest$ = exports.ListOauth2CredentialProvidersResponse$ = exports.ListOauth2CredentialProvidersRequest$ = exports.ListMemoriesOutput$ = exports.ListMemoriesInput$ = exports.ListHarnessesResponse$ = exports.ListHarnessesRequest$ = exports.ListGatewayTargetsResponse$ = void 0;
|
|
10
|
+
exports.S3Location$ = exports.S3FilesAccessPointConfiguration$ = exports.S3Configuration$ = exports.RuntimeTargetConfiguration$ = exports.RuntimeMetadataConfiguration$ = exports.Rule$ = exports.RegistrySummary$ = exports.RegistryRecordSummary$ = exports.RegistryRecordOAuthCredentialProvider$ = exports.RegistryRecordIamCredentialProvider$ = exports.RegistryRecordCredentialProviderConfiguration$ = exports.RecordingConfig$ = exports.PutResourcePolicyResponse$ = exports.PutResourcePolicyRequest$ = exports.ProtocolConfiguration$ = exports.PrivateEndpointOverride$ = exports.PolicySummary$ = exports.PolicyGenerationSummary$ = exports.PolicyGenerationDetails$ = exports.PolicyGenerationAsset$ = exports.PolicyGeneration$ = exports.PolicyEngineSummary$ = exports.PolicyEngine$ = exports.Policy$ = exports.PaymentManagerSummary$ = exports.PaymentCredentialProviderItem$ = exports.PaymentCredentialProviderConfiguration$ = exports.PaymentConnectorSummary$ = exports.OutputConfig$ = exports.OnlineEvaluationConfigSummary$ = exports.OnBehalfOfTokenExchangeConfigType$ = exports.OAuthCredentialProvider$ = exports.Oauth2CredentialProviderItem$ = exports.Oauth2AuthorizationServerMetadata$ = exports.OAuth2AuthorizationData$ = exports.NumericalScaleDefinition$ = exports.NumberValidation$ = exports.NetworkConfiguration$ = exports.ModifyStrategyConfiguration$ = exports.ModifySelfManagedConfiguration$ = exports.ModifyMemoryStrategyInput$ = exports.ModifyMemoryStrategies$ = exports.ModifyInvocationConfigurationInput$ = exports.MicrosoftOauth2ProviderConfigOutput$ = exports.MicrosoftOauth2ProviderConfigInput$ = exports.MetadataSchemaEntry$ = exports.MetadataConfiguration$ = exports.MessageBasedTriggerInput$ = exports.MessageBasedTrigger$ = exports.MemorySummary$ = void 0;
|
|
11
|
+
exports.TimeBasedTrigger$ = exports.TargetTrafficSplitEntry$ = exports.TargetSummary$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.SystemManagedBlock$ = exports.SynchronizeGatewayTargetsResponse$ = exports.SynchronizeGatewayTargetsRequest$ = exports.SynchronizationConfiguration$ = exports.SummaryOverrideConsolidationConfigurationInput$ = exports.SummaryOverrideConfigurationInput$ = exports.SummaryMemoryStrategyInput$ = exports.SummaryConsolidationOverride$ = exports.SubmitRegistryRecordForApprovalResponse$ = exports.SubmitRegistryRecordForApprovalRequest$ = exports.StripePrivyConfigurationOutput$ = exports.StripePrivyConfigurationInput$ = exports.StringValidation$ = exports.StringListValidation$ = exports.StreamingConfiguration$ = exports.StreamDeliveryResources$ = exports.StrategyConfiguration$ = exports.StaticRoute$ = exports.StaticOverride$ = exports.StartPolicyGenerationResponse$ = exports.StartPolicyGenerationRequest$ = exports.SlackOauth2ProviderConfigOutput$ = exports.SlackOauth2ProviderConfigInput$ = exports.SkillMdDefinition$ = exports.SkillDefinition$ = exports.SetTokenVaultCMKResponse$ = exports.SetTokenVaultCMKRequest$ = exports.SessionStorageConfiguration$ = exports.SessionConfiguration$ = exports.SessionConfig$ = exports.ServerDefinition$ = exports.SemanticOverrideExtractionConfigurationInput$ = exports.SemanticOverrideConsolidationConfigurationInput$ = exports.SemanticOverrideConfigurationInput$ = exports.SemanticMemoryStrategyInput$ = exports.SemanticExtractionOverride$ = exports.SemanticConsolidationOverride$ = exports.SelfManagedConfigurationInput$ = exports.SelfManagedConfiguration$ = exports.SecretsManagerLocation$ = exports.Secret$ = exports.SchemaDefinition$ = exports.SamplingConfig$ = exports.SalesforceOauth2ProviderConfigOutput$ = exports.SalesforceOauth2ProviderConfigInput$ = void 0;
|
|
12
|
+
exports.UpdateOauth2CredentialProviderResponse$ = exports.UpdateOauth2CredentialProviderRequest$ = exports.UpdateMemoryOutput$ = exports.UpdateMemoryInput$ = exports.UpdateHarnessResponse$ = exports.UpdateHarnessRequest$ = exports.UpdateGatewayTargetResponse$ = exports.UpdateGatewayTargetRequest$ = exports.UpdateGatewayRuleResponse$ = exports.UpdateGatewayRuleRequest$ = exports.UpdateGatewayResponse$ = exports.UpdateGatewayRequest$ = exports.UpdateEvaluatorResponse$ = exports.UpdateEvaluatorRequest$ = exports.UpdatedToolsDefinition$ = exports.UpdatedSynchronizationType$ = exports.UpdatedSynchronizationConfiguration$ = exports.UpdatedSkillMdDefinition$ = exports.UpdatedSkillDefinition$ = exports.UpdatedServerDefinition$ = exports.UpdatedMcpDescriptorFields$ = exports.UpdatedMcpDescriptor$ = exports.UpdatedHarnessMemoryConfiguration$ = exports.UpdatedHarnessEnvironmentArtifact$ = exports.UpdatedDescriptorsUnion$ = exports.UpdatedDescriptors$ = exports.UpdatedDescription$ = exports.UpdatedCustomDescriptor$ = exports.UpdatedAuthorizerConfiguration$ = exports.UpdatedApprovalConfiguration$ = exports.UpdatedAgentSkillsDescriptorFields$ = exports.UpdatedAgentSkillsDescriptor$ = exports.UpdatedA2aDescriptor$ = exports.UpdateConfigurationBundleResponse$ = exports.UpdateConfigurationBundleRequest$ = exports.UpdateApiKeyCredentialProviderResponse$ = exports.UpdateApiKeyCredentialProviderRequest$ = exports.UpdateAgentRuntimeResponse$ = exports.UpdateAgentRuntimeRequest$ = exports.UpdateAgentRuntimeEndpointResponse$ = exports.UpdateAgentRuntimeEndpointRequest$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.TrafficSplitEntry$ = exports.ToolsDefinition$ = exports.ToolDefinition$ = exports.TokenExchangeGrantTypeConfigType$ = exports.TokenBasedTriggerInput$ = exports.TokenBasedTrigger$ = exports.TimeBasedTriggerInput$ = void 0;
|
|
13
|
+
exports.CredentialsProviderConfiguration$ = exports.CredentialProvider$ = exports.Content$ = exports.ConsolidationConfiguration$ = exports.ConfigurationBundleAction$ = exports.Condition$ = exports.CodeBasedEvaluatorConfig$ = exports.Code$ = exports.ClaimMatchValueType$ = exports.CertificateLocation$ = exports.AuthorizerConfiguration$ = exports.AuthorizationData$ = exports.ApiSchemaConfiguration$ = exports.AgentRuntimeArtifact$ = exports.Action$ = exports.WorkloadIdentityType$ = exports.WorkloadIdentityDetails$ = exports.WeightedRoute$ = exports.WeightedOverride$ = exports.VpcConfig$ = exports.VersionLineageMetadata$ = exports.VersionFilter$ = exports.VersionCreatedBySource$ = exports.ValidationExceptionField$ = exports.UserPreferenceOverrideExtractionConfigurationInput$ = exports.UserPreferenceOverrideConsolidationConfigurationInput$ = exports.UserPreferenceOverrideConfigurationInput$ = exports.UserPreferenceMemoryStrategyInput$ = exports.UserPreferenceExtractionOverride$ = exports.UserPreferenceConsolidationOverride$ = exports.UpdateWorkloadIdentityResponse$ = exports.UpdateWorkloadIdentityRequest$ = exports.UpdateRegistryResponse$ = exports.UpdateRegistryRequest$ = exports.UpdateRegistryRecordStatusResponse$ = exports.UpdateRegistryRecordStatusRequest$ = exports.UpdateRegistryRecordResponse$ = exports.UpdateRegistryRecordRequest$ = exports.UpdatePolicyResponse$ = exports.UpdatePolicyRequest$ = exports.UpdatePolicyEngineResponse$ = exports.UpdatePolicyEngineRequest$ = exports.UpdatePaymentManagerResponse$ = exports.UpdatePaymentManagerRequest$ = exports.UpdatePaymentCredentialProviderResponse$ = exports.UpdatePaymentCredentialProviderRequest$ = exports.UpdatePaymentConnectorResponse$ = exports.UpdatePaymentConnectorRequest$ = exports.UpdateOnlineEvaluationConfigResponse$ = exports.UpdateOnlineEvaluationConfigRequest$ = void 0;
|
|
14
|
+
exports.SelfManagedLatticeResource$ = exports.RouteToTargetAction$ = exports.ResourceLocation$ = exports.Resource$ = exports.RequestHeaderConfiguration$ = exports.RegistryRecordCredentialProviderUnion$ = exports.ReflectionConfiguration$ = exports.RatingScale$ = exports.PrivateEndpoint$ = exports.PolicyDefinition$ = exports.PaymentProviderConfigurationOutput$ = exports.PaymentProviderConfigurationInput$ = exports.Oauth2ProviderConfigOutput$ = exports.Oauth2ProviderConfigInput$ = exports.Oauth2Discovery$ = exports.ModifyReflectionConfiguration$ = exports.ModifyExtractionConfiguration$ = exports.ModifyConsolidationConfiguration$ = exports.MemoryStrategyInput$ = exports.McpToolSchemaConfiguration$ = exports.McpTargetConfiguration$ = exports.MatchPrincipalEntry$ = exports.InterceptorConfiguration$ = exports.HttpTargetConfiguration$ = exports.HarnessTruncationStrategyConfiguration$ = exports.HarnessToolConfiguration$ = exports.HarnessSystemContentBlock$ = exports.HarnessSkill$ = exports.HarnessModelConfiguration$ = exports.HarnessMemoryConfiguration$ = exports.HarnessGatewayOutboundAuth$ = exports.HarnessEnvironmentProviderRequest$ = exports.HarnessEnvironmentProvider$ = exports.HarnessEnvironmentArtifact$ = exports.GatewayProtocolConfiguration$ = exports.FilterValue$ = exports.FilesystemConfiguration$ = exports.ExtractionConfiguration$ = exports.ExtractionConfig$ = exports.EvaluatorReference$ = exports.EvaluatorModelConfig$ = exports.EvaluatorConfig$ = exports.DataSourceConfig$ = exports.CustomReflectionConfigurationInput$ = exports.CustomReflectionConfiguration$ = exports.CustomExtractionConfigurationInput$ = exports.CustomExtractionConfiguration$ = exports.CustomConsolidationConfigurationInput$ = exports.CustomConsolidationConfiguration$ = exports.CustomConfigurationInput$ = void 0;
|
|
15
|
+
exports.DeleteRegistry$ = exports.DeletePolicyEngine$ = exports.DeletePolicy$ = exports.DeletePaymentManager$ = exports.DeletePaymentCredentialProvider$ = exports.DeletePaymentConnector$ = exports.DeleteOnlineEvaluationConfig$ = exports.DeleteOauth2CredentialProvider$ = exports.DeleteMemory$ = exports.DeleteHarness$ = exports.DeleteGatewayTarget$ = exports.DeleteGatewayRule$ = exports.DeleteGateway$ = exports.DeleteEvaluator$ = exports.DeleteConfigurationBundle$ = exports.DeleteCodeInterpreter$ = exports.DeleteBrowserProfile$ = exports.DeleteBrowser$ = exports.DeleteApiKeyCredentialProvider$ = exports.DeleteAgentRuntimeEndpoint$ = exports.DeleteAgentRuntime$ = exports.CreateWorkloadIdentity$ = exports.CreateRegistryRecord$ = exports.CreateRegistry$ = exports.CreatePolicyEngine$ = exports.CreatePolicy$ = exports.CreatePaymentManager$ = exports.CreatePaymentCredentialProvider$ = exports.CreatePaymentConnector$ = exports.CreateOnlineEvaluationConfig$ = exports.CreateOauth2CredentialProvider$ = exports.CreateMemory$ = exports.CreateHarness$ = exports.CreateGatewayTarget$ = exports.CreateGatewayRule$ = exports.CreateGateway$ = exports.CreateEvaluator$ = exports.CreateConfigurationBundle$ = exports.CreateCodeInterpreter$ = exports.CreateBrowserProfile$ = exports.CreateBrowser$ = exports.CreateApiKeyCredentialProvider$ = exports.CreateAgentRuntimeEndpoint$ = exports.CreateAgentRuntime$ = exports.Validation$ = exports.TriggerConditionInput$ = exports.TriggerCondition$ = exports.ToolSchema$ = exports.TargetConfiguration$ = exports.StreamDeliveryResource$ = void 0;
|
|
16
|
+
exports.ListOnlineEvaluationConfigs$ = exports.ListOauth2CredentialProviders$ = exports.ListMemories$ = exports.ListHarnesses$ = exports.ListGatewayTargets$ = exports.ListGateways$ = exports.ListGatewayRules$ = exports.ListEvaluators$ = exports.ListConfigurationBundleVersions$ = exports.ListConfigurationBundles$ = exports.ListCodeInterpreters$ = exports.ListBrowsers$ = exports.ListBrowserProfiles$ = exports.ListApiKeyCredentialProviders$ = exports.ListAgentRuntimeVersions$ = exports.ListAgentRuntimes$ = exports.ListAgentRuntimeEndpoints$ = exports.GetWorkloadIdentity$ = exports.GetTokenVault$ = exports.GetResourcePolicy$ = exports.GetRegistryRecord$ = exports.GetRegistry$ = exports.GetPolicySummary$ = exports.GetPolicyGenerationSummary$ = exports.GetPolicyGeneration$ = exports.GetPolicyEngineSummary$ = exports.GetPolicyEngine$ = exports.GetPolicy$ = exports.GetPaymentManager$ = exports.GetPaymentCredentialProvider$ = exports.GetPaymentConnector$ = exports.GetOnlineEvaluationConfig$ = exports.GetOauth2CredentialProvider$ = exports.GetMemory$ = exports.GetHarness$ = exports.GetGatewayTarget$ = exports.GetGatewayRule$ = exports.GetGateway$ = exports.GetEvaluator$ = exports.GetConfigurationBundleVersion$ = exports.GetConfigurationBundle$ = exports.GetCodeInterpreter$ = exports.GetBrowserProfile$ = exports.GetBrowser$ = exports.GetApiKeyCredentialProvider$ = exports.GetAgentRuntimeEndpoint$ = exports.GetAgentRuntime$ = exports.DeleteWorkloadIdentity$ = exports.DeleteResourcePolicy$ = exports.DeleteRegistryRecord$ = void 0;
|
|
17
|
+
exports.UpdateWorkloadIdentity$ = exports.UpdateRegistryRecordStatus$ = exports.UpdateRegistryRecord$ = exports.UpdateRegistry$ = exports.UpdatePolicyEngine$ = exports.UpdatePolicy$ = exports.UpdatePaymentManager$ = exports.UpdatePaymentCredentialProvider$ = exports.UpdatePaymentConnector$ = exports.UpdateOnlineEvaluationConfig$ = exports.UpdateOauth2CredentialProvider$ = exports.UpdateMemory$ = exports.UpdateHarness$ = exports.UpdateGatewayTarget$ = exports.UpdateGatewayRule$ = exports.UpdateGateway$ = exports.UpdateEvaluator$ = exports.UpdateConfigurationBundle$ = exports.UpdateApiKeyCredentialProvider$ = exports.UpdateAgentRuntimeEndpoint$ = exports.UpdateAgentRuntime$ = exports.UntagResource$ = exports.TagResource$ = exports.SynchronizeGatewayTargets$ = exports.SubmitRegistryRecordForApproval$ = exports.StartPolicyGeneration$ = exports.SetTokenVaultCMK$ = exports.PutResourcePolicy$ = exports.ListWorkloadIdentities$ = exports.ListTagsForResource$ = exports.ListRegistryRecords$ = exports.ListRegistries$ = exports.ListPolicySummaries$ = exports.ListPolicyGenerationSummaries$ = exports.ListPolicyGenerations$ = exports.ListPolicyGenerationAssets$ = exports.ListPolicyEngineSummaries$ = exports.ListPolicyEngines$ = exports.ListPolicies$ = exports.ListPaymentManagers$ = exports.ListPaymentCredentialProviders$ = exports.ListPaymentConnectors$ = void 0;
|
|
18
18
|
const _A = "Actions";
|
|
19
19
|
const _AC = "ApprovalConfiguration";
|
|
20
20
|
const _ACD = "AgentCardDefinition";
|
|
@@ -360,14 +360,23 @@ const _GPE = "GetPolicyEngine";
|
|
|
360
360
|
const _GPEC = "GatewayPolicyEngineConfiguration";
|
|
361
361
|
const _GPER = "GetPolicyEngineRequest";
|
|
362
362
|
const _GPERe = "GetPolicyEngineResponse";
|
|
363
|
+
const _GPES = "GetPolicyEngineSummary";
|
|
364
|
+
const _GPESR = "GetPolicyEngineSummaryRequest";
|
|
365
|
+
const _GPESRe = "GetPolicyEngineSummaryResponse";
|
|
363
366
|
const _GPG = "GetPolicyGeneration";
|
|
364
367
|
const _GPGR = "GetPolicyGenerationRequest";
|
|
365
368
|
const _GPGRe = "GetPolicyGenerationResponse";
|
|
369
|
+
const _GPGS = "GetPolicyGenerationSummary";
|
|
370
|
+
const _GPGSR = "GetPolicyGenerationSummaryRequest";
|
|
371
|
+
const _GPGSRe = "GetPolicyGenerationSummaryResponse";
|
|
366
372
|
const _GPM = "GetPaymentManager";
|
|
367
373
|
const _GPMR = "GetPaymentManagerRequest";
|
|
368
374
|
const _GPMRe = "GetPaymentManagerResponse";
|
|
369
375
|
const _GPR = "GetPolicyRequest";
|
|
370
376
|
const _GPRe = "GetPolicyResponse";
|
|
377
|
+
const _GPS = "GetPolicySummary";
|
|
378
|
+
const _GPSR = "GetPolicySummaryRequest";
|
|
379
|
+
const _GPSRe = "GetPolicySummaryResponse";
|
|
371
380
|
const _GR = "GatewayRules";
|
|
372
381
|
const _GRD = "GatewayRuleDetail";
|
|
373
382
|
const _GRP = "GetResourcePolicy";
|
|
@@ -510,17 +519,26 @@ const _LPCRi = "ListPaymentConnectorsResponse";
|
|
|
510
519
|
const _LPE = "ListPolicyEngines";
|
|
511
520
|
const _LPER = "ListPolicyEnginesRequest";
|
|
512
521
|
const _LPERi = "ListPolicyEnginesResponse";
|
|
522
|
+
const _LPES = "ListPolicyEngineSummaries";
|
|
523
|
+
const _LPESR = "ListPolicyEngineSummariesRequest";
|
|
524
|
+
const _LPESRi = "ListPolicyEngineSummariesResponse";
|
|
513
525
|
const _LPG = "ListPolicyGenerations";
|
|
514
526
|
const _LPGA = "ListPolicyGenerationAssets";
|
|
515
527
|
const _LPGAR = "ListPolicyGenerationAssetsRequest";
|
|
516
528
|
const _LPGARi = "ListPolicyGenerationAssetsResponse";
|
|
517
529
|
const _LPGR = "ListPolicyGenerationsRequest";
|
|
518
530
|
const _LPGRi = "ListPolicyGenerationsResponse";
|
|
531
|
+
const _LPGS = "ListPolicyGenerationSummaries";
|
|
532
|
+
const _LPGSR = "ListPolicyGenerationSummariesRequest";
|
|
533
|
+
const _LPGSRi = "ListPolicyGenerationSummariesResponse";
|
|
519
534
|
const _LPM = "ListPaymentManagers";
|
|
520
535
|
const _LPMR = "ListPaymentManagersRequest";
|
|
521
536
|
const _LPMRi = "ListPaymentManagersResponse";
|
|
522
537
|
const _LPR = "ListPoliciesRequest";
|
|
523
538
|
const _LPRi = "ListPoliciesResponse";
|
|
539
|
+
const _LPS = "ListPolicySummaries";
|
|
540
|
+
const _LPSR = "ListPolicySummariesRequest";
|
|
541
|
+
const _LPSRi = "ListPolicySummariesResponse";
|
|
524
542
|
const _LR = "ListRegistries";
|
|
525
543
|
const _LRR = "ListRegistriesRequest";
|
|
526
544
|
const _LRRR = "ListRegistryRecordsRequest";
|
|
@@ -599,12 +617,16 @@ const _PE = "PolicyEngine";
|
|
|
599
617
|
const _PEMR = "PrivateEndpointManagedResources";
|
|
600
618
|
const _PEO = "PrivateEndpointOverride";
|
|
601
619
|
const _PEOr = "PrivateEndpointOverrides";
|
|
620
|
+
const _PES = "PolicyEngineSummary";
|
|
621
|
+
const _PESL = "PolicyEngineSummaryList";
|
|
602
622
|
const _PEo = "PolicyEngines";
|
|
603
623
|
const _PEr = "PrivateEndpoint";
|
|
604
624
|
const _PG = "PolicyGeneration";
|
|
605
625
|
const _PGA = "PolicyGenerationAsset";
|
|
606
626
|
const _PGAo = "PolicyGenerationAssets";
|
|
607
627
|
const _PGD = "PolicyGenerationDetails";
|
|
628
|
+
const _PGS = "PolicyGenerationSummary";
|
|
629
|
+
const _PGSL = "PolicyGenerationSummaryList";
|
|
608
630
|
const _PGo = "PolicyGenerations";
|
|
609
631
|
const _PMS = "PaymentManagerSummary";
|
|
610
632
|
const _PMSa = "PaymentManagerSummaries";
|
|
@@ -613,6 +635,8 @@ const _PPCO = "PaymentProviderConfigurationOutput";
|
|
|
613
635
|
const _PRP = "PutResourcePolicy";
|
|
614
636
|
const _PRPR = "PutResourcePolicyRequest";
|
|
615
637
|
const _PRPRu = "PutResourcePolicyResponse";
|
|
638
|
+
const _PS = "PolicySummary";
|
|
639
|
+
const _PSL = "PolicySummaryList";
|
|
616
640
|
const _Po = "Policy";
|
|
617
641
|
const _Pol = "Policies";
|
|
618
642
|
const _R = "Rule";
|
|
@@ -1216,6 +1240,7 @@ const _rMMDSV = "requireMMDSV2";
|
|
|
1216
1240
|
const _rP = "resourcePriority";
|
|
1217
1241
|
const _rR = "registryRecords";
|
|
1218
1242
|
const _rS = "relevanceScore";
|
|
1243
|
+
const _rSSE = "requireServiceS3Endpoint";
|
|
1219
1244
|
const _rSa = "ratingScale";
|
|
1220
1245
|
const _rT = "responseTypes";
|
|
1221
1246
|
const _rTF = "rawTextFragment";
|
|
@@ -1849,8 +1874,8 @@ exports.CreatePolicyEngineRequest$ = [3, n0, _CPER,
|
|
|
1849
1874
|
];
|
|
1850
1875
|
exports.CreatePolicyEngineResponse$ = [3, n0, _CPERr,
|
|
1851
1876
|
0,
|
|
1852
|
-
[_pEI, _n, _cA, _uA, _pEA, _st, _sR,
|
|
1853
|
-
[0, 0, 5, 5, 0, 0, 64 | 0, [() => Description, 0]
|
|
1877
|
+
[_pEI, _n, _cA, _uA, _pEA, _st, _sR, _eKA, _d],
|
|
1878
|
+
[0, 0, 5, 5, 0, 0, 64 | 0, 0, [() => Description, 0]], 7
|
|
1854
1879
|
];
|
|
1855
1880
|
exports.CreatePolicyRequest$ = [3, n0, _CPR,
|
|
1856
1881
|
0,
|
|
@@ -1859,8 +1884,8 @@ exports.CreatePolicyRequest$ = [3, n0, _CPR,
|
|
|
1859
1884
|
];
|
|
1860
1885
|
exports.CreatePolicyResponse$ = [3, n0, _CPRr,
|
|
1861
1886
|
0,
|
|
1862
|
-
[_pIo, _n, _pEI,
|
|
1863
|
-
[0, 0, 0,
|
|
1887
|
+
[_pIo, _n, _pEI, _cA, _uA, _pAo, _st, _de, _sR, _d],
|
|
1888
|
+
[0, 0, 0, 5, 5, 0, 0, () => exports.PolicyDefinition$, 64 | 0, [() => Description, 0]], 9
|
|
1864
1889
|
];
|
|
1865
1890
|
exports.CreateRegistryRecordRequest$ = [3, n0, _CRRR,
|
|
1866
1891
|
0,
|
|
@@ -2119,8 +2144,8 @@ exports.DeletePolicyEngineRequest$ = [3, n0, _DPER,
|
|
|
2119
2144
|
];
|
|
2120
2145
|
exports.DeletePolicyEngineResponse$ = [3, n0, _DPERe,
|
|
2121
2146
|
0,
|
|
2122
|
-
[_pEI, _n, _cA, _uA, _pEA, _st, _sR,
|
|
2123
|
-
[0, 0, 5, 5, 0, 0, 64 | 0, [() => Description, 0]
|
|
2147
|
+
[_pEI, _n, _cA, _uA, _pEA, _st, _sR, _eKA, _d],
|
|
2148
|
+
[0, 0, 5, 5, 0, 0, 64 | 0, 0, [() => Description, 0]], 7
|
|
2124
2149
|
];
|
|
2125
2150
|
exports.DeletePolicyRequest$ = [3, n0, _DPR,
|
|
2126
2151
|
0,
|
|
@@ -2129,8 +2154,8 @@ exports.DeletePolicyRequest$ = [3, n0, _DPR,
|
|
|
2129
2154
|
];
|
|
2130
2155
|
exports.DeletePolicyResponse$ = [3, n0, _DPRe,
|
|
2131
2156
|
0,
|
|
2132
|
-
[_pIo, _n, _pEI,
|
|
2133
|
-
[0, 0, 0,
|
|
2157
|
+
[_pIo, _n, _pEI, _cA, _uA, _pAo, _st, _de, _sR, _d],
|
|
2158
|
+
[0, 0, 0, 5, 5, 0, 0, () => exports.PolicyDefinition$, 64 | 0, [() => Description, 0]], 9
|
|
2134
2159
|
];
|
|
2135
2160
|
exports.DeleteRegistryRecordRequest$ = [3, n0, _DRRR,
|
|
2136
2161
|
0,
|
|
@@ -2479,8 +2504,18 @@ exports.GetPolicyEngineRequest$ = [3, n0, _GPER,
|
|
|
2479
2504
|
];
|
|
2480
2505
|
exports.GetPolicyEngineResponse$ = [3, n0, _GPERe,
|
|
2481
2506
|
0,
|
|
2482
|
-
[_pEI, _n, _cA, _uA, _pEA, _st, _sR,
|
|
2483
|
-
[0, 0, 5, 5, 0, 0, 64 | 0, [() => Description, 0]
|
|
2507
|
+
[_pEI, _n, _cA, _uA, _pEA, _st, _sR, _eKA, _d],
|
|
2508
|
+
[0, 0, 5, 5, 0, 0, 64 | 0, 0, [() => Description, 0]], 7
|
|
2509
|
+
];
|
|
2510
|
+
exports.GetPolicyEngineSummaryRequest$ = [3, n0, _GPESR,
|
|
2511
|
+
0,
|
|
2512
|
+
[_pEI],
|
|
2513
|
+
[[0, 1]], 1
|
|
2514
|
+
];
|
|
2515
|
+
exports.GetPolicyEngineSummaryResponse$ = [3, n0, _GPESRe,
|
|
2516
|
+
0,
|
|
2517
|
+
[_pEI, _n, _cA, _uA, _pEA, _st, _eKA],
|
|
2518
|
+
[0, 0, 5, 5, 0, 0, 0], 6
|
|
2484
2519
|
];
|
|
2485
2520
|
exports.GetPolicyGenerationRequest$ = [3, n0, _GPGR,
|
|
2486
2521
|
0,
|
|
@@ -2492,6 +2527,16 @@ exports.GetPolicyGenerationResponse$ = [3, n0, _GPGRe,
|
|
|
2492
2527
|
[_pEI, _pGI, _n, _pGA, _res, _cA, _uA, _st, _sR, _f],
|
|
2493
2528
|
[0, 0, 0, 0, () => exports.Resource$, 5, 5, 0, 64 | 0, 0], 9
|
|
2494
2529
|
];
|
|
2530
|
+
exports.GetPolicyGenerationSummaryRequest$ = [3, n0, _GPGSR,
|
|
2531
|
+
0,
|
|
2532
|
+
[_pGI, _pEI],
|
|
2533
|
+
[[0, 1], [0, 1]], 2
|
|
2534
|
+
];
|
|
2535
|
+
exports.GetPolicyGenerationSummaryResponse$ = [3, n0, _GPGSRe,
|
|
2536
|
+
0,
|
|
2537
|
+
[_pEI, _pGI, _n, _pGA, _res, _cA, _uA, _st, _f],
|
|
2538
|
+
[0, 0, 0, 0, () => exports.Resource$, 5, 5, 0, 0], 8
|
|
2539
|
+
];
|
|
2495
2540
|
exports.GetPolicyRequest$ = [3, n0, _GPR,
|
|
2496
2541
|
0,
|
|
2497
2542
|
[_pEI, _pIo],
|
|
@@ -2499,8 +2544,18 @@ exports.GetPolicyRequest$ = [3, n0, _GPR,
|
|
|
2499
2544
|
];
|
|
2500
2545
|
exports.GetPolicyResponse$ = [3, n0, _GPRe,
|
|
2501
2546
|
0,
|
|
2502
|
-
[_pIo, _n, _pEI,
|
|
2503
|
-
[0, 0, 0,
|
|
2547
|
+
[_pIo, _n, _pEI, _cA, _uA, _pAo, _st, _de, _sR, _d],
|
|
2548
|
+
[0, 0, 0, 5, 5, 0, 0, () => exports.PolicyDefinition$, 64 | 0, [() => Description, 0]], 9
|
|
2549
|
+
];
|
|
2550
|
+
exports.GetPolicySummaryRequest$ = [3, n0, _GPSR,
|
|
2551
|
+
0,
|
|
2552
|
+
[_pEI, _pIo],
|
|
2553
|
+
[[0, 1], [0, 1]], 2
|
|
2554
|
+
];
|
|
2555
|
+
exports.GetPolicySummaryResponse$ = [3, n0, _GPSRe,
|
|
2556
|
+
0,
|
|
2557
|
+
[_pIo, _n, _pEI, _cA, _uA, _pAo, _st],
|
|
2558
|
+
[0, 0, 0, 5, 5, 0, 0], 7
|
|
2504
2559
|
];
|
|
2505
2560
|
exports.GetRegistryRecordRequest$ = [3, n0, _GRRR,
|
|
2506
2561
|
0,
|
|
@@ -2962,6 +3017,16 @@ exports.ListPolicyEnginesResponse$ = [3, n0, _LPERi,
|
|
|
2962
3017
|
[_pEo, _nTe],
|
|
2963
3018
|
[[() => PolicyEngines, 0], 0], 1
|
|
2964
3019
|
];
|
|
3020
|
+
exports.ListPolicyEngineSummariesRequest$ = [3, n0, _LPESR,
|
|
3021
|
+
0,
|
|
3022
|
+
[_nTe, _mR],
|
|
3023
|
+
[[0, { [_hQ]: _nTe }], [1, { [_hQ]: _mR }]]
|
|
3024
|
+
];
|
|
3025
|
+
exports.ListPolicyEngineSummariesResponse$ = [3, n0, _LPESRi,
|
|
3026
|
+
0,
|
|
3027
|
+
[_pEo, _nTe],
|
|
3028
|
+
[() => PolicyEngineSummaryList, 0], 1
|
|
3029
|
+
];
|
|
2965
3030
|
exports.ListPolicyGenerationAssetsRequest$ = [3, n0, _LPGAR,
|
|
2966
3031
|
0,
|
|
2967
3032
|
[_pGI, _pEI, _nTe, _mR],
|
|
@@ -2982,10 +3047,30 @@ exports.ListPolicyGenerationsResponse$ = [3, n0, _LPGRi,
|
|
|
2982
3047
|
[_pG, _nTe],
|
|
2983
3048
|
[() => PolicyGenerations, 0], 1
|
|
2984
3049
|
];
|
|
3050
|
+
exports.ListPolicyGenerationSummariesRequest$ = [3, n0, _LPGSR,
|
|
3051
|
+
0,
|
|
3052
|
+
[_pEI, _nTe, _mR],
|
|
3053
|
+
[[0, 1], [0, { [_hQ]: _nTe }], [1, { [_hQ]: _mR }]], 1
|
|
3054
|
+
];
|
|
3055
|
+
exports.ListPolicyGenerationSummariesResponse$ = [3, n0, _LPGSRi,
|
|
3056
|
+
0,
|
|
3057
|
+
[_pG, _nTe],
|
|
3058
|
+
[() => PolicyGenerationSummaryList, 0], 1
|
|
3059
|
+
];
|
|
3060
|
+
exports.ListPolicySummariesRequest$ = [3, n0, _LPSR,
|
|
3061
|
+
0,
|
|
3062
|
+
[_pEI, _nTe, _mR, _tRS],
|
|
3063
|
+
[[0, 1], [0, { [_hQ]: _nTe }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _tRS }]], 1
|
|
3064
|
+
];
|
|
3065
|
+
exports.ListPolicySummariesResponse$ = [3, n0, _LPSRi,
|
|
3066
|
+
0,
|
|
3067
|
+
[_pol, _nTe],
|
|
3068
|
+
[() => PolicySummaryList, 0], 1
|
|
3069
|
+
];
|
|
2985
3070
|
exports.ListRegistriesRequest$ = [3, n0, _LRR,
|
|
2986
3071
|
0,
|
|
2987
|
-
[_mR, _nTe, _st],
|
|
2988
|
-
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nTe }], [0, { [_hQ]: _st }]]
|
|
3072
|
+
[_mR, _nTe, _st, _aT],
|
|
3073
|
+
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nTe }], [0, { [_hQ]: _st }], [0, { [_hQ]: _aT }]]
|
|
2989
3074
|
];
|
|
2990
3075
|
exports.ListRegistriesResponse$ = [3, n0, _LRRi,
|
|
2991
3076
|
0,
|
|
@@ -3219,13 +3304,18 @@ exports.PaymentManagerSummary$ = [3, n0, _PMS,
|
|
|
3219
3304
|
];
|
|
3220
3305
|
exports.Policy$ = [3, n0, _Po,
|
|
3221
3306
|
0,
|
|
3222
|
-
[_pIo, _n, _pEI,
|
|
3223
|
-
[0, 0, 0,
|
|
3307
|
+
[_pIo, _n, _pEI, _cA, _uA, _pAo, _st, _de, _sR, _d],
|
|
3308
|
+
[0, 0, 0, 5, 5, 0, 0, () => exports.PolicyDefinition$, 64 | 0, [() => Description, 0]], 9
|
|
3224
3309
|
];
|
|
3225
3310
|
exports.PolicyEngine$ = [3, n0, _PE,
|
|
3226
3311
|
0,
|
|
3227
|
-
[_pEI, _n, _cA, _uA, _pEA, _st, _sR,
|
|
3228
|
-
[0, 0, 5, 5, 0, 0, 64 | 0, [() => Description, 0]
|
|
3312
|
+
[_pEI, _n, _cA, _uA, _pEA, _st, _sR, _eKA, _d],
|
|
3313
|
+
[0, 0, 5, 5, 0, 0, 64 | 0, 0, [() => Description, 0]], 7
|
|
3314
|
+
];
|
|
3315
|
+
exports.PolicyEngineSummary$ = [3, n0, _PES,
|
|
3316
|
+
0,
|
|
3317
|
+
[_pEI, _n, _cA, _uA, _pEA, _st, _eKA],
|
|
3318
|
+
[0, 0, 5, 5, 0, 0, 0], 6
|
|
3229
3319
|
];
|
|
3230
3320
|
exports.PolicyGeneration$ = [3, n0, _PG,
|
|
3231
3321
|
0,
|
|
@@ -3242,6 +3332,16 @@ exports.PolicyGenerationDetails$ = [3, n0, _PGD,
|
|
|
3242
3332
|
[_pGI, _pGAI],
|
|
3243
3333
|
[0, 0], 2
|
|
3244
3334
|
];
|
|
3335
|
+
exports.PolicyGenerationSummary$ = [3, n0, _PGS,
|
|
3336
|
+
0,
|
|
3337
|
+
[_pEI, _pGI, _n, _pGA, _res, _cA, _uA, _st, _f],
|
|
3338
|
+
[0, 0, 0, 0, () => exports.Resource$, 5, 5, 0, 0], 8
|
|
3339
|
+
];
|
|
3340
|
+
exports.PolicySummary$ = [3, n0, _PS,
|
|
3341
|
+
0,
|
|
3342
|
+
[_pIo, _n, _pEI, _cA, _uA, _pAo, _st],
|
|
3343
|
+
[0, 0, 0, 5, 5, 0, 0], 7
|
|
3344
|
+
];
|
|
3245
3345
|
exports.PrivateEndpointOverride$ = [3, n0, _PEO,
|
|
3246
3346
|
0,
|
|
3247
3347
|
[_do, _pE],
|
|
@@ -3869,8 +3969,8 @@ exports.UpdatePolicyEngineRequest$ = [3, n0, _UPER,
|
|
|
3869
3969
|
];
|
|
3870
3970
|
exports.UpdatePolicyEngineResponse$ = [3, n0, _UPERp,
|
|
3871
3971
|
0,
|
|
3872
|
-
[_pEI, _n, _cA, _uA, _pEA, _st, _sR,
|
|
3873
|
-
[0, 0, 5, 5, 0, 0, 64 | 0, [() => Description, 0]
|
|
3972
|
+
[_pEI, _n, _cA, _uA, _pEA, _st, _sR, _eKA, _d],
|
|
3973
|
+
[0, 0, 5, 5, 0, 0, 64 | 0, 0, [() => Description, 0]], 7
|
|
3874
3974
|
];
|
|
3875
3975
|
exports.UpdatePolicyRequest$ = [3, n0, _UPR,
|
|
3876
3976
|
0,
|
|
@@ -3879,8 +3979,8 @@ exports.UpdatePolicyRequest$ = [3, n0, _UPR,
|
|
|
3879
3979
|
];
|
|
3880
3980
|
exports.UpdatePolicyResponse$ = [3, n0, _UPRp,
|
|
3881
3981
|
0,
|
|
3882
|
-
[_pIo, _n, _pEI,
|
|
3883
|
-
[0, 0, 0,
|
|
3982
|
+
[_pIo, _n, _pEI, _cA, _uA, _pAo, _st, _de, _sR, _d],
|
|
3983
|
+
[0, 0, 0, 5, 5, 0, 0, () => exports.PolicyDefinition$, 64 | 0, [() => Description, 0]], 9
|
|
3884
3984
|
];
|
|
3885
3985
|
exports.UpdateRegistryRecordRequest$ = [3, n0, _URRR,
|
|
3886
3986
|
0,
|
|
@@ -3974,8 +4074,8 @@ exports.VersionLineageMetadata$ = [3, n0, _VLM,
|
|
|
3974
4074
|
];
|
|
3975
4075
|
exports.VpcConfig$ = [3, n0, _VC,
|
|
3976
4076
|
0,
|
|
3977
|
-
[_sG, _su],
|
|
3978
|
-
[64 | 0, 64 | 0], 2
|
|
4077
|
+
[_sG, _su, _rSSE],
|
|
4078
|
+
[64 | 0, 64 | 0, 2], 2
|
|
3979
4079
|
];
|
|
3980
4080
|
exports.WeightedOverride$ = [3, n0, _WO,
|
|
3981
4081
|
0,
|
|
@@ -4182,13 +4282,22 @@ var PolicyEngines = [1, n0, _PEo,
|
|
|
4182
4282
|
0, [() => exports.PolicyEngine$,
|
|
4183
4283
|
0]
|
|
4184
4284
|
];
|
|
4285
|
+
var PolicyEngineSummaryList = [1, n0, _PESL,
|
|
4286
|
+
0, () => exports.PolicyEngineSummary$
|
|
4287
|
+
];
|
|
4185
4288
|
var PolicyGenerationAssets = [1, n0, _PGAo,
|
|
4186
4289
|
0, () => exports.PolicyGenerationAsset$
|
|
4187
4290
|
];
|
|
4188
4291
|
var PolicyGenerations = [1, n0, _PGo,
|
|
4189
4292
|
0, () => exports.PolicyGeneration$
|
|
4190
4293
|
];
|
|
4294
|
+
var PolicyGenerationSummaryList = [1, n0, _PGSL,
|
|
4295
|
+
0, () => exports.PolicyGenerationSummary$
|
|
4296
|
+
];
|
|
4191
4297
|
var PolicyStatusReasons = 64 | 0;
|
|
4298
|
+
var PolicySummaryList = [1, n0, _PSL,
|
|
4299
|
+
0, () => exports.PolicySummary$
|
|
4300
|
+
];
|
|
4192
4301
|
var PrivateEndpointManagedResources = [1, n0, _PEMR,
|
|
4193
4302
|
0, () => exports.ManagedResourceDetails$
|
|
4194
4303
|
];
|
|
@@ -4837,9 +4946,18 @@ exports.GetPolicy$ = [9, n0, _GP,
|
|
|
4837
4946
|
exports.GetPolicyEngine$ = [9, n0, _GPE,
|
|
4838
4947
|
{ [_ht]: ["GET", "/policy-engines/{policyEngineId}", 200] }, () => exports.GetPolicyEngineRequest$, () => exports.GetPolicyEngineResponse$
|
|
4839
4948
|
];
|
|
4949
|
+
exports.GetPolicyEngineSummary$ = [9, n0, _GPES,
|
|
4950
|
+
{ [_ht]: ["GET", "/policy-engine-summaries/{policyEngineId}", 200] }, () => exports.GetPolicyEngineSummaryRequest$, () => exports.GetPolicyEngineSummaryResponse$
|
|
4951
|
+
];
|
|
4840
4952
|
exports.GetPolicyGeneration$ = [9, n0, _GPG,
|
|
4841
4953
|
{ [_ht]: ["GET", "/policy-engines/{policyEngineId}/policy-generations/{policyGenerationId}", 200] }, () => exports.GetPolicyGenerationRequest$, () => exports.GetPolicyGenerationResponse$
|
|
4842
4954
|
];
|
|
4955
|
+
exports.GetPolicyGenerationSummary$ = [9, n0, _GPGS,
|
|
4956
|
+
{ [_ht]: ["GET", "/policy-engines/{policyEngineId}/policy-generation-summaries/{policyGenerationId}", 200] }, () => exports.GetPolicyGenerationSummaryRequest$, () => exports.GetPolicyGenerationSummaryResponse$
|
|
4957
|
+
];
|
|
4958
|
+
exports.GetPolicySummary$ = [9, n0, _GPS,
|
|
4959
|
+
{ [_ht]: ["GET", "/policy-engines/{policyEngineId}/policy-summaries/{policyId}", 200] }, () => exports.GetPolicySummaryRequest$, () => exports.GetPolicySummaryResponse$
|
|
4960
|
+
];
|
|
4843
4961
|
exports.GetRegistry$ = [9, n0, _GRe,
|
|
4844
4962
|
{ [_ht]: ["GET", "/registries/{registryId}", 200] }, () => exports.GetRegistryRequest$, () => exports.GetRegistryResponse$
|
|
4845
4963
|
];
|
|
@@ -4921,12 +5039,21 @@ exports.ListPolicies$ = [9, n0, _LP,
|
|
|
4921
5039
|
exports.ListPolicyEngines$ = [9, n0, _LPE,
|
|
4922
5040
|
{ [_ht]: ["GET", "/policy-engines", 200] }, () => exports.ListPolicyEnginesRequest$, () => exports.ListPolicyEnginesResponse$
|
|
4923
5041
|
];
|
|
5042
|
+
exports.ListPolicyEngineSummaries$ = [9, n0, _LPES,
|
|
5043
|
+
{ [_ht]: ["GET", "/policy-engine-summaries", 200] }, () => exports.ListPolicyEngineSummariesRequest$, () => exports.ListPolicyEngineSummariesResponse$
|
|
5044
|
+
];
|
|
4924
5045
|
exports.ListPolicyGenerationAssets$ = [9, n0, _LPGA,
|
|
4925
5046
|
{ [_ht]: ["GET", "/policy-engines/{policyEngineId}/policy-generations/{policyGenerationId}/assets", 200] }, () => exports.ListPolicyGenerationAssetsRequest$, () => exports.ListPolicyGenerationAssetsResponse$
|
|
4926
5047
|
];
|
|
4927
5048
|
exports.ListPolicyGenerations$ = [9, n0, _LPG,
|
|
4928
5049
|
{ [_ht]: ["GET", "/policy-engines/{policyEngineId}/policy-generations", 200] }, () => exports.ListPolicyGenerationsRequest$, () => exports.ListPolicyGenerationsResponse$
|
|
4929
5050
|
];
|
|
5051
|
+
exports.ListPolicyGenerationSummaries$ = [9, n0, _LPGS,
|
|
5052
|
+
{ [_ht]: ["GET", "/policy-engines/{policyEngineId}/policy-generation-summaries", 200] }, () => exports.ListPolicyGenerationSummariesRequest$, () => exports.ListPolicyGenerationSummariesResponse$
|
|
5053
|
+
];
|
|
5054
|
+
exports.ListPolicySummaries$ = [9, n0, _LPS,
|
|
5055
|
+
{ [_ht]: ["GET", "/policy-engines/{policyEngineId}/policy-summaries", 200] }, () => exports.ListPolicySummariesRequest$, () => exports.ListPolicySummariesResponse$
|
|
5056
|
+
];
|
|
4930
5057
|
exports.ListRegistries$ = [9, n0, _LR,
|
|
4931
5058
|
{ [_ht]: ["GET", "/registries", 200] }, () => exports.ListRegistriesRequest$, () => exports.ListRegistriesResponse$
|
|
4932
5059
|
];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { createAggregatedClient } from "@smithy/
|
|
1
|
+
import { createAggregatedClient } from "@smithy/core/client";
|
|
2
2
|
import { BedrockAgentCoreControlClient } from "./BedrockAgentCoreControlClient";
|
|
3
3
|
import { CreateAgentRuntimeCommand, } from "./commands/CreateAgentRuntimeCommand";
|
|
4
4
|
import { CreateAgentRuntimeEndpointCommand, } from "./commands/CreateAgentRuntimeEndpointCommand";
|
|
@@ -68,7 +68,10 @@ import { GetPaymentCredentialProviderCommand, } from "./commands/GetPaymentCrede
|
|
|
68
68
|
import { GetPaymentManagerCommand, } from "./commands/GetPaymentManagerCommand";
|
|
69
69
|
import { GetPolicyCommand } from "./commands/GetPolicyCommand";
|
|
70
70
|
import { GetPolicyEngineCommand, } from "./commands/GetPolicyEngineCommand";
|
|
71
|
+
import { GetPolicyEngineSummaryCommand, } from "./commands/GetPolicyEngineSummaryCommand";
|
|
71
72
|
import { GetPolicyGenerationCommand, } from "./commands/GetPolicyGenerationCommand";
|
|
73
|
+
import { GetPolicyGenerationSummaryCommand, } from "./commands/GetPolicyGenerationSummaryCommand";
|
|
74
|
+
import { GetPolicySummaryCommand, } from "./commands/GetPolicySummaryCommand";
|
|
72
75
|
import { GetRegistryCommand, } from "./commands/GetRegistryCommand";
|
|
73
76
|
import { GetRegistryRecordCommand, } from "./commands/GetRegistryRecordCommand";
|
|
74
77
|
import { GetResourcePolicyCommand, } from "./commands/GetResourcePolicyCommand";
|
|
@@ -96,8 +99,11 @@ import { ListPaymentCredentialProvidersCommand, } from "./commands/ListPaymentCr
|
|
|
96
99
|
import { ListPaymentManagersCommand, } from "./commands/ListPaymentManagersCommand";
|
|
97
100
|
import { ListPoliciesCommand, } from "./commands/ListPoliciesCommand";
|
|
98
101
|
import { ListPolicyEnginesCommand, } from "./commands/ListPolicyEnginesCommand";
|
|
102
|
+
import { ListPolicyEngineSummariesCommand, } from "./commands/ListPolicyEngineSummariesCommand";
|
|
99
103
|
import { ListPolicyGenerationAssetsCommand, } from "./commands/ListPolicyGenerationAssetsCommand";
|
|
100
104
|
import { ListPolicyGenerationsCommand, } from "./commands/ListPolicyGenerationsCommand";
|
|
105
|
+
import { ListPolicyGenerationSummariesCommand, } from "./commands/ListPolicyGenerationSummariesCommand";
|
|
106
|
+
import { ListPolicySummariesCommand, } from "./commands/ListPolicySummariesCommand";
|
|
101
107
|
import { ListRegistriesCommand, } from "./commands/ListRegistriesCommand";
|
|
102
108
|
import { ListRegistryRecordsCommand, } from "./commands/ListRegistryRecordsCommand";
|
|
103
109
|
import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
|
|
@@ -152,8 +158,11 @@ import { paginateListPaymentCredentialProviders } from "./pagination/ListPayment
|
|
|
152
158
|
import { paginateListPaymentManagers } from "./pagination/ListPaymentManagersPaginator";
|
|
153
159
|
import { paginateListPolicies } from "./pagination/ListPoliciesPaginator";
|
|
154
160
|
import { paginateListPolicyEngines } from "./pagination/ListPolicyEnginesPaginator";
|
|
161
|
+
import { paginateListPolicyEngineSummaries } from "./pagination/ListPolicyEngineSummariesPaginator";
|
|
155
162
|
import { paginateListPolicyGenerationAssets } from "./pagination/ListPolicyGenerationAssetsPaginator";
|
|
156
163
|
import { paginateListPolicyGenerations } from "./pagination/ListPolicyGenerationsPaginator";
|
|
164
|
+
import { paginateListPolicyGenerationSummaries } from "./pagination/ListPolicyGenerationSummariesPaginator";
|
|
165
|
+
import { paginateListPolicySummaries } from "./pagination/ListPolicySummariesPaginator";
|
|
157
166
|
import { paginateListRegistries } from "./pagination/ListRegistriesPaginator";
|
|
158
167
|
import { paginateListRegistryRecords } from "./pagination/ListRegistryRecordsPaginator";
|
|
159
168
|
import { paginateListWorkloadIdentities } from "./pagination/ListWorkloadIdentitiesPaginator";
|
|
@@ -232,7 +241,10 @@ const commands = {
|
|
|
232
241
|
GetPaymentManagerCommand,
|
|
233
242
|
GetPolicyCommand,
|
|
234
243
|
GetPolicyEngineCommand,
|
|
244
|
+
GetPolicyEngineSummaryCommand,
|
|
235
245
|
GetPolicyGenerationCommand,
|
|
246
|
+
GetPolicyGenerationSummaryCommand,
|
|
247
|
+
GetPolicySummaryCommand,
|
|
236
248
|
GetRegistryCommand,
|
|
237
249
|
GetRegistryRecordCommand,
|
|
238
250
|
GetResourcePolicyCommand,
|
|
@@ -260,8 +272,11 @@ const commands = {
|
|
|
260
272
|
ListPaymentManagersCommand,
|
|
261
273
|
ListPoliciesCommand,
|
|
262
274
|
ListPolicyEnginesCommand,
|
|
275
|
+
ListPolicyEngineSummariesCommand,
|
|
263
276
|
ListPolicyGenerationAssetsCommand,
|
|
264
277
|
ListPolicyGenerationsCommand,
|
|
278
|
+
ListPolicyGenerationSummariesCommand,
|
|
279
|
+
ListPolicySummariesCommand,
|
|
265
280
|
ListRegistriesCommand,
|
|
266
281
|
ListRegistryRecordsCommand,
|
|
267
282
|
ListTagsForResourceCommand,
|
|
@@ -318,8 +333,11 @@ const paginators = {
|
|
|
318
333
|
paginateListPaymentManagers,
|
|
319
334
|
paginateListPolicies,
|
|
320
335
|
paginateListPolicyEngines,
|
|
336
|
+
paginateListPolicyEngineSummaries,
|
|
321
337
|
paginateListPolicyGenerationAssets,
|
|
322
338
|
paginateListPolicyGenerations,
|
|
339
|
+
paginateListPolicyGenerationSummaries,
|
|
340
|
+
paginateListPolicySummaries,
|
|
323
341
|
paginateListRegistries,
|
|
324
342
|
paginateListRegistryRecords,
|
|
325
343
|
paginateListWorkloadIdentities,
|
|
@@ -2,13 +2,13 @@ import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middlewa
|
|
|
2
2
|
import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
|
|
3
3
|
import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection";
|
|
4
4
|
import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
|
|
5
|
-
import { resolveRegionConfig } from "@smithy/config-resolver";
|
|
6
5
|
import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
|
|
6
|
+
import { Client as __Client, } from "@smithy/core/client";
|
|
7
|
+
import { resolveRegionConfig } from "@smithy/core/config";
|
|
8
|
+
import { resolveEndpointConfig } from "@smithy/core/endpoints";
|
|
9
|
+
import { getContentLengthPlugin } from "@smithy/core/protocols";
|
|
10
|
+
import { getRetryPlugin, resolveRetryConfig, } from "@smithy/core/retry";
|
|
7
11
|
import { getSchemaSerdePlugin } from "@smithy/core/schema";
|
|
8
|
-
import { getContentLengthPlugin } from "@smithy/middleware-content-length";
|
|
9
|
-
import { resolveEndpointConfig, } from "@smithy/middleware-endpoint";
|
|
10
|
-
import { getRetryPlugin, resolveRetryConfig, } from "@smithy/middleware-retry";
|
|
11
|
-
import { Client as __Client, } from "@smithy/smithy-client";
|
|
12
12
|
import { defaultBedrockAgentCoreControlHttpAuthSchemeParametersProvider, resolveHttpAuthSchemeConfig, } from "./auth/httpAuthSchemeProvider";
|
|
13
13
|
import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
|
|
14
14
|
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { resolveAwsSdkSigV4Config, } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
|
-
import { getSmithyContext, normalizeProvider } from "@smithy/
|
|
2
|
+
import { getSmithyContext, normalizeProvider } from "@smithy/core/client";
|
|
3
3
|
export const defaultBedrockAgentCoreControlHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
4
4
|
return {
|
|
5
5
|
operation: getSmithyContext(context).operation,
|
|
@@ -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 { CreateAgentRuntime$ } 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 { CreateAgentRuntimeEndpoint$ } 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 { CreateApiKeyCredentialProvider$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|