@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
|
@@ -16,7 +16,7 @@ export interface SummaryMemoryStrategyInput {
|
|
|
16
16
|
*/
|
|
17
17
|
description?: string | undefined;
|
|
18
18
|
/**
|
|
19
|
-
* <p>The namespaces associated with the summary memory strategy.</p>
|
|
19
|
+
* <p>This is a legacy parameter, use <code>namespaceTemplates</code>. The namespaces associated with the summary memory strategy.</p>
|
|
20
20
|
*
|
|
21
21
|
* @deprecated (since 2026-03-02) Use namespaceTemplates instead.
|
|
22
22
|
* @public
|
|
@@ -49,7 +49,7 @@ export interface UserPreferenceMemoryStrategyInput {
|
|
|
49
49
|
*/
|
|
50
50
|
description?: string | undefined;
|
|
51
51
|
/**
|
|
52
|
-
* <p>The namespaces associated with the user preference memory strategy.</p>
|
|
52
|
+
* <p>This is a legacy parameter, use <code>namespaceTemplates</code>. The namespaces associated with the user preference memory strategy.</p>
|
|
53
53
|
*
|
|
54
54
|
* @deprecated (since 2026-03-02) Use namespaceTemplates instead.
|
|
55
55
|
* @public
|
|
@@ -618,7 +618,7 @@ export interface EpisodicReflectionOverride {
|
|
|
618
618
|
*/
|
|
619
619
|
modelId: string | undefined;
|
|
620
620
|
/**
|
|
621
|
-
* <p>The namespaces over which reflections were created. Can be less nested than the episodic namespaces.</p>
|
|
621
|
+
* <p>This is a legacy parameter. The namespaces over which reflections were created. Can be less nested than the episodic namespaces.</p>
|
|
622
622
|
*
|
|
623
623
|
* @deprecated (since 2026-03-02) Use namespaceTemplates instead.
|
|
624
624
|
* @public
|
|
@@ -674,7 +674,7 @@ export declare namespace CustomReflectionConfiguration {
|
|
|
674
674
|
*/
|
|
675
675
|
export interface EpisodicReflectionConfiguration {
|
|
676
676
|
/**
|
|
677
|
-
* <p>The namespaces for which to create reflections. Can be less nested than the episodic namespaces.</p>
|
|
677
|
+
* <p>This is a legacy parameter, use <code>namespaceTemplates</code>. The namespaces for which to create reflections. Can be less nested than the episodic namespaces.</p>
|
|
678
678
|
*
|
|
679
679
|
* @deprecated (since 2026-03-02) Use namespaceTemplates instead.
|
|
680
680
|
* @public
|
|
@@ -927,7 +927,7 @@ export interface MemoryStrategy {
|
|
|
927
927
|
*/
|
|
928
928
|
type: MemoryStrategyType | undefined;
|
|
929
929
|
/**
|
|
930
|
-
* <p>The namespaces associated with the memory strategy.</p>
|
|
930
|
+
* <p>This is a legacy parameter. The namespaces associated with the memory strategy.</p>
|
|
931
931
|
*
|
|
932
932
|
* @deprecated (since 2026-03-02) Use namespaceTemplates instead.
|
|
933
933
|
* @public
|
|
@@ -1529,7 +1529,7 @@ export interface ModifyMemoryStrategyInput {
|
|
|
1529
1529
|
*/
|
|
1530
1530
|
description?: string | undefined;
|
|
1531
1531
|
/**
|
|
1532
|
-
* <p>The updated namespaces for the memory strategy.</p>
|
|
1532
|
+
* <p>This is a legacy parameter, use <code>namespaceTemplates</code>. The updated namespaces for the memory strategy.</p>
|
|
1533
1533
|
*
|
|
1534
1534
|
* @deprecated (since 2026-03-02) Use namespaceTemplates instead.
|
|
1535
1535
|
* @public
|
|
@@ -3323,7 +3323,7 @@ export interface UpdateOnlineEvaluationConfigResponse {
|
|
|
3323
3323
|
failureReason?: string | undefined;
|
|
3324
3324
|
}
|
|
3325
3325
|
/**
|
|
3326
|
-
* Coinbase CDP configuration
|
|
3326
|
+
* <p>Coinbase CDP configuration — credentials provided by Coinbase Developer Platform.</p>
|
|
3327
3327
|
* @public
|
|
3328
3328
|
*/
|
|
3329
3329
|
export interface CoinbaseCdpConfigurationInput {
|
|
@@ -3344,7 +3344,7 @@ export interface CoinbaseCdpConfigurationInput {
|
|
|
3344
3344
|
walletSecret: string | undefined;
|
|
3345
3345
|
}
|
|
3346
3346
|
/**
|
|
3347
|
-
*
|
|
3347
|
+
* <p>Stripe Privy configuration — credentials provided by Stripe and Privy.</p>
|
|
3348
3348
|
* @public
|
|
3349
3349
|
*/
|
|
3350
3350
|
export interface StripePrivyConfigurationInput {
|
|
@@ -3370,7 +3370,7 @@ export interface StripePrivyConfigurationInput {
|
|
|
3370
3370
|
authorizationId: string | undefined;
|
|
3371
3371
|
}
|
|
3372
3372
|
/**
|
|
3373
|
-
*
|
|
3373
|
+
* <p>Provider configuration input — contains secrets for creation and update. Varies by vendor type.</p>
|
|
3374
3374
|
* @public
|
|
3375
3375
|
*/
|
|
3376
3376
|
export type PaymentProviderConfigurationInput = PaymentProviderConfigurationInput.CoinbaseCdpConfigurationMember | PaymentProviderConfigurationInput.StripePrivyConfigurationMember | PaymentProviderConfigurationInput.$UnknownMember;
|
|
@@ -3379,7 +3379,7 @@ export type PaymentProviderConfigurationInput = PaymentProviderConfigurationInpu
|
|
|
3379
3379
|
*/
|
|
3380
3380
|
export declare namespace PaymentProviderConfigurationInput {
|
|
3381
3381
|
/**
|
|
3382
|
-
* Coinbase CDP configuration
|
|
3382
|
+
* <p>The Coinbase CDP configuration.</p>
|
|
3383
3383
|
* @public
|
|
3384
3384
|
*/
|
|
3385
3385
|
interface CoinbaseCdpConfigurationMember {
|
|
@@ -3388,7 +3388,7 @@ export declare namespace PaymentProviderConfigurationInput {
|
|
|
3388
3388
|
$unknown?: never;
|
|
3389
3389
|
}
|
|
3390
3390
|
/**
|
|
3391
|
-
*
|
|
3391
|
+
* <p>The Stripe Privy configuration.</p>
|
|
3392
3392
|
* @public
|
|
3393
3393
|
*/
|
|
3394
3394
|
interface StripePrivyConfigurationMember {
|
|
@@ -3419,28 +3419,28 @@ export declare namespace PaymentProviderConfigurationInput {
|
|
|
3419
3419
|
*/
|
|
3420
3420
|
export interface CreatePaymentCredentialProviderRequest {
|
|
3421
3421
|
/**
|
|
3422
|
-
* Unique name for the payment credential provider
|
|
3422
|
+
* <p>Unique name for the payment credential provider.</p>
|
|
3423
3423
|
* @public
|
|
3424
3424
|
*/
|
|
3425
3425
|
name: string | undefined;
|
|
3426
3426
|
/**
|
|
3427
|
-
* The vendor type (e.g., CoinbaseCDP)
|
|
3427
|
+
* <p>The vendor type for the payment credential provider (e.g., CoinbaseCDP, StripePrivy).</p>
|
|
3428
3428
|
* @public
|
|
3429
3429
|
*/
|
|
3430
3430
|
credentialProviderVendor: PaymentCredentialProviderVendorType | undefined;
|
|
3431
3431
|
/**
|
|
3432
|
-
* Configuration specific to the vendor, including API credentials
|
|
3432
|
+
* <p>Configuration specific to the vendor, including API credentials.</p>
|
|
3433
3433
|
* @public
|
|
3434
3434
|
*/
|
|
3435
3435
|
providerConfigurationInput: PaymentProviderConfigurationInput | undefined;
|
|
3436
3436
|
/**
|
|
3437
|
-
* Optional tags for resource organization
|
|
3437
|
+
* <p>Optional tags for resource organization.</p>
|
|
3438
3438
|
* @public
|
|
3439
3439
|
*/
|
|
3440
3440
|
tags?: Record<string, string> | undefined;
|
|
3441
3441
|
}
|
|
3442
3442
|
/**
|
|
3443
|
-
* Coinbase CDP configuration output with secret ARNs
|
|
3443
|
+
* <p>Coinbase CDP configuration output with secret ARNs.</p>
|
|
3444
3444
|
* @public
|
|
3445
3445
|
*/
|
|
3446
3446
|
export interface CoinbaseCdpConfigurationOutput {
|
|
@@ -3461,7 +3461,7 @@ export interface CoinbaseCdpConfigurationOutput {
|
|
|
3461
3461
|
walletSecretArn: Secret | undefined;
|
|
3462
3462
|
}
|
|
3463
3463
|
/**
|
|
3464
|
-
*
|
|
3464
|
+
* <p>Stripe Privy configuration output with secret ARNs.</p>
|
|
3465
3465
|
* @public
|
|
3466
3466
|
*/
|
|
3467
3467
|
export interface StripePrivyConfigurationOutput {
|
|
@@ -3487,7 +3487,7 @@ export interface StripePrivyConfigurationOutput {
|
|
|
3487
3487
|
authorizationId: string | undefined;
|
|
3488
3488
|
}
|
|
3489
3489
|
/**
|
|
3490
|
-
*
|
|
3490
|
+
* <p>Provider configuration output — no raw secrets, only ARNs. Varies by vendor type.</p>
|
|
3491
3491
|
* @public
|
|
3492
3492
|
*/
|
|
3493
3493
|
export type PaymentProviderConfigurationOutput = PaymentProviderConfigurationOutput.CoinbaseCdpConfigurationMember | PaymentProviderConfigurationOutput.StripePrivyConfigurationMember | PaymentProviderConfigurationOutput.$UnknownMember;
|
|
@@ -3496,7 +3496,7 @@ export type PaymentProviderConfigurationOutput = PaymentProviderConfigurationOut
|
|
|
3496
3496
|
*/
|
|
3497
3497
|
export declare namespace PaymentProviderConfigurationOutput {
|
|
3498
3498
|
/**
|
|
3499
|
-
* Coinbase CDP configuration
|
|
3499
|
+
* <p>The Coinbase CDP configuration.</p>
|
|
3500
3500
|
* @public
|
|
3501
3501
|
*/
|
|
3502
3502
|
interface CoinbaseCdpConfigurationMember {
|
|
@@ -3505,7 +3505,7 @@ export declare namespace PaymentProviderConfigurationOutput {
|
|
|
3505
3505
|
$unknown?: never;
|
|
3506
3506
|
}
|
|
3507
3507
|
/**
|
|
3508
|
-
*
|
|
3508
|
+
* <p>The Stripe Privy configuration.</p>
|
|
3509
3509
|
* @public
|
|
3510
3510
|
*/
|
|
3511
3511
|
interface StripePrivyConfigurationMember {
|
|
@@ -3541,7 +3541,7 @@ export interface CreatePaymentCredentialProviderResponse {
|
|
|
3541
3541
|
*/
|
|
3542
3542
|
name: string | undefined;
|
|
3543
3543
|
/**
|
|
3544
|
-
*
|
|
3544
|
+
* <p>The vendor type for the created payment credential provider.</p>
|
|
3545
3545
|
* @public
|
|
3546
3546
|
*/
|
|
3547
3547
|
credentialProviderVendor: PaymentCredentialProviderVendorType | undefined;
|
|
@@ -3551,7 +3551,7 @@ export interface CreatePaymentCredentialProviderResponse {
|
|
|
3551
3551
|
*/
|
|
3552
3552
|
credentialProviderArn: string | undefined;
|
|
3553
3553
|
/**
|
|
3554
|
-
* Output configuration (contains secret ARNs, excludes actual secret values)
|
|
3554
|
+
* <p>Output configuration (contains secret ARNs, excludes actual secret values).</p>
|
|
3555
3555
|
* @public
|
|
3556
3556
|
*/
|
|
3557
3557
|
providerConfigurationOutput: PaymentProviderConfigurationOutput | undefined;
|
|
@@ -3596,12 +3596,12 @@ export interface GetPaymentCredentialProviderResponse {
|
|
|
3596
3596
|
*/
|
|
3597
3597
|
credentialProviderArn: string | undefined;
|
|
3598
3598
|
/**
|
|
3599
|
-
*
|
|
3599
|
+
* <p>The vendor type for the payment credential provider.</p>
|
|
3600
3600
|
* @public
|
|
3601
3601
|
*/
|
|
3602
3602
|
credentialProviderVendor: PaymentCredentialProviderVendorType | undefined;
|
|
3603
3603
|
/**
|
|
3604
|
-
* Output configuration (contains secret ARNs, excludes actual secret values)
|
|
3604
|
+
* <p>Output configuration (contains secret ARNs, excludes actual secret values).</p>
|
|
3605
3605
|
* @public
|
|
3606
3606
|
*/
|
|
3607
3607
|
providerConfigurationOutput: PaymentProviderConfigurationOutput | undefined;
|
|
@@ -3647,7 +3647,7 @@ export interface PaymentCredentialProviderItem {
|
|
|
3647
3647
|
*/
|
|
3648
3648
|
name: string | undefined;
|
|
3649
3649
|
/**
|
|
3650
|
-
*
|
|
3650
|
+
* <p>The vendor type for the payment credential provider.</p>
|
|
3651
3651
|
* @public
|
|
3652
3652
|
*/
|
|
3653
3653
|
credentialProviderVendor: PaymentCredentialProviderVendorType | undefined;
|
|
@@ -3692,12 +3692,12 @@ export interface UpdatePaymentCredentialProviderRequest {
|
|
|
3692
3692
|
*/
|
|
3693
3693
|
name: string | undefined;
|
|
3694
3694
|
/**
|
|
3695
|
-
*
|
|
3695
|
+
* <p>The vendor type for the payment credential provider (e.g., CoinbaseCDP, StripePrivy).</p>
|
|
3696
3696
|
* @public
|
|
3697
3697
|
*/
|
|
3698
3698
|
credentialProviderVendor: PaymentCredentialProviderVendorType | undefined;
|
|
3699
3699
|
/**
|
|
3700
|
-
* Configuration specific to the vendor, including API credentials
|
|
3700
|
+
* <p>Configuration specific to the vendor, including API credentials.</p>
|
|
3701
3701
|
* @public
|
|
3702
3702
|
*/
|
|
3703
3703
|
providerConfigurationInput: PaymentProviderConfigurationInput | undefined;
|
|
@@ -3712,7 +3712,7 @@ export interface UpdatePaymentCredentialProviderResponse {
|
|
|
3712
3712
|
*/
|
|
3713
3713
|
name: string | undefined;
|
|
3714
3714
|
/**
|
|
3715
|
-
*
|
|
3715
|
+
* <p>The vendor type for the updated payment credential provider.</p>
|
|
3716
3716
|
* @public
|
|
3717
3717
|
*/
|
|
3718
3718
|
credentialProviderVendor: PaymentCredentialProviderVendorType | undefined;
|
|
@@ -3722,7 +3722,7 @@ export interface UpdatePaymentCredentialProviderResponse {
|
|
|
3722
3722
|
*/
|
|
3723
3723
|
credentialProviderArn: string | undefined;
|
|
3724
3724
|
/**
|
|
3725
|
-
* Output configuration (contains secret ARNs, excludes actual secret values)
|
|
3725
|
+
* <p>Output configuration (contains secret ARNs, excludes actual secret values).</p>
|
|
3726
3726
|
* @public
|
|
3727
3727
|
*/
|
|
3728
3728
|
providerConfigurationOutput: PaymentProviderConfigurationOutput | undefined;
|
|
@@ -4509,11 +4509,6 @@ export interface CreatePolicyEngineResponse {
|
|
|
4509
4509
|
* @public
|
|
4510
4510
|
*/
|
|
4511
4511
|
name: string | undefined;
|
|
4512
|
-
/**
|
|
4513
|
-
* <p>A human-readable description of the policy engine's purpose.</p>
|
|
4514
|
-
* @public
|
|
4515
|
-
*/
|
|
4516
|
-
description?: string | undefined;
|
|
4517
4512
|
/**
|
|
4518
4513
|
* <p>The timestamp when the policy engine was created. This is automatically set by the service and used for auditing and lifecycle management.</p>
|
|
4519
4514
|
* @public
|
|
@@ -4535,15 +4530,20 @@ export interface CreatePolicyEngineResponse {
|
|
|
4535
4530
|
*/
|
|
4536
4531
|
status: PolicyEngineStatus | undefined;
|
|
4537
4532
|
/**
|
|
4538
|
-
* <p>
|
|
4533
|
+
* <p>The Amazon Resource Name (ARN) of the KMS key used to encrypt the policy engine data.</p>
|
|
4539
4534
|
* @public
|
|
4540
4535
|
*/
|
|
4541
|
-
|
|
4536
|
+
encryptionKeyArn?: string | undefined;
|
|
4542
4537
|
/**
|
|
4543
|
-
* <p>
|
|
4538
|
+
* <p>A human-readable description of the policy engine's purpose.</p>
|
|
4544
4539
|
* @public
|
|
4545
4540
|
*/
|
|
4546
|
-
|
|
4541
|
+
description?: string | undefined;
|
|
4542
|
+
/**
|
|
4543
|
+
* <p>Additional information about the policy engine status. This provides details about any failures or the current state of the policy engine creation process.</p>
|
|
4544
|
+
* @public
|
|
4545
|
+
*/
|
|
4546
|
+
statusReasons: string[] | undefined;
|
|
4547
4547
|
}
|
|
4548
4548
|
/**
|
|
4549
4549
|
* @public
|
|
@@ -4569,11 +4569,6 @@ export interface DeletePolicyEngineResponse {
|
|
|
4569
4569
|
* @public
|
|
4570
4570
|
*/
|
|
4571
4571
|
name: string | undefined;
|
|
4572
|
-
/**
|
|
4573
|
-
* <p>The human-readable description of the deleted policy engine.</p>
|
|
4574
|
-
* @public
|
|
4575
|
-
*/
|
|
4576
|
-
description?: string | undefined;
|
|
4577
4572
|
/**
|
|
4578
4573
|
* <p>The timestamp when the deleted policy engine was originally created.</p>
|
|
4579
4574
|
* @public
|
|
@@ -4595,15 +4590,20 @@ export interface DeletePolicyEngineResponse {
|
|
|
4595
4590
|
*/
|
|
4596
4591
|
status: PolicyEngineStatus | undefined;
|
|
4597
4592
|
/**
|
|
4598
|
-
* <p>
|
|
4593
|
+
* <p>The Amazon Resource Name (ARN) of the KMS key used to encrypt the policy engine data.</p>
|
|
4599
4594
|
* @public
|
|
4600
4595
|
*/
|
|
4601
|
-
|
|
4596
|
+
encryptionKeyArn?: string | undefined;
|
|
4602
4597
|
/**
|
|
4603
|
-
* <p>The
|
|
4598
|
+
* <p>The human-readable description of the deleted policy engine.</p>
|
|
4604
4599
|
* @public
|
|
4605
4600
|
*/
|
|
4606
|
-
|
|
4601
|
+
description?: string | undefined;
|
|
4602
|
+
/**
|
|
4603
|
+
* <p>Additional information about the deletion status. This provides details about the deletion process or any issues that may have occurred.</p>
|
|
4604
|
+
* @public
|
|
4605
|
+
*/
|
|
4606
|
+
statusReasons: string[] | undefined;
|
|
4607
4607
|
}
|
|
4608
4608
|
/**
|
|
4609
4609
|
* @public
|
|
@@ -4629,11 +4629,6 @@ export interface GetPolicyEngineResponse {
|
|
|
4629
4629
|
* @public
|
|
4630
4630
|
*/
|
|
4631
4631
|
name: string | undefined;
|
|
4632
|
-
/**
|
|
4633
|
-
* <p>The human-readable description of the policy engine's purpose and scope. This helps administrators understand the policy engine's role in governance.</p>
|
|
4634
|
-
* @public
|
|
4635
|
-
*/
|
|
4636
|
-
description?: string | undefined;
|
|
4637
4632
|
/**
|
|
4638
4633
|
* <p>The timestamp when the policy engine was originally created.</p>
|
|
4639
4634
|
* @public
|
|
@@ -4654,11 +4649,66 @@ export interface GetPolicyEngineResponse {
|
|
|
4654
4649
|
* @public
|
|
4655
4650
|
*/
|
|
4656
4651
|
status: PolicyEngineStatus | undefined;
|
|
4652
|
+
/**
|
|
4653
|
+
* <p>The Amazon Resource Name (ARN) of the KMS key used to encrypt the policy engine data.</p>
|
|
4654
|
+
* @public
|
|
4655
|
+
*/
|
|
4656
|
+
encryptionKeyArn?: string | undefined;
|
|
4657
|
+
/**
|
|
4658
|
+
* <p>The human-readable description of the policy engine's purpose and scope. This helps administrators understand the policy engine's role in governance.</p>
|
|
4659
|
+
* @public
|
|
4660
|
+
*/
|
|
4661
|
+
description?: string | undefined;
|
|
4657
4662
|
/**
|
|
4658
4663
|
* <p>Additional information about the policy engine status. This provides details about any failures or the current state of the policy engine.</p>
|
|
4659
4664
|
* @public
|
|
4660
4665
|
*/
|
|
4661
4666
|
statusReasons: string[] | undefined;
|
|
4667
|
+
}
|
|
4668
|
+
/**
|
|
4669
|
+
* @public
|
|
4670
|
+
*/
|
|
4671
|
+
export interface GetPolicyEngineSummaryRequest {
|
|
4672
|
+
/**
|
|
4673
|
+
* <p>The unique identifier of the policy engine to retrieve the summary for. This must be a valid policy engine ID that exists within the account.</p>
|
|
4674
|
+
* @public
|
|
4675
|
+
*/
|
|
4676
|
+
policyEngineId: string | undefined;
|
|
4677
|
+
}
|
|
4678
|
+
/**
|
|
4679
|
+
* @public
|
|
4680
|
+
*/
|
|
4681
|
+
export interface GetPolicyEngineSummaryResponse {
|
|
4682
|
+
/**
|
|
4683
|
+
* <p>The unique identifier of the policy engine.</p>
|
|
4684
|
+
* @public
|
|
4685
|
+
*/
|
|
4686
|
+
policyEngineId: string | undefined;
|
|
4687
|
+
/**
|
|
4688
|
+
* <p>The customer-assigned name of the policy engine.</p>
|
|
4689
|
+
* @public
|
|
4690
|
+
*/
|
|
4691
|
+
name: string | undefined;
|
|
4692
|
+
/**
|
|
4693
|
+
* <p>The timestamp when the policy engine was originally created.</p>
|
|
4694
|
+
* @public
|
|
4695
|
+
*/
|
|
4696
|
+
createdAt: Date | undefined;
|
|
4697
|
+
/**
|
|
4698
|
+
* <p>The timestamp when the policy engine was last modified.</p>
|
|
4699
|
+
* @public
|
|
4700
|
+
*/
|
|
4701
|
+
updatedAt: Date | undefined;
|
|
4702
|
+
/**
|
|
4703
|
+
* <p>The Amazon Resource Name (ARN) of the policy engine.</p>
|
|
4704
|
+
* @public
|
|
4705
|
+
*/
|
|
4706
|
+
policyEngineArn: string | undefined;
|
|
4707
|
+
/**
|
|
4708
|
+
* <p>The current status of the policy engine.</p>
|
|
4709
|
+
* @public
|
|
4710
|
+
*/
|
|
4711
|
+
status: PolicyEngineStatus | undefined;
|
|
4662
4712
|
/**
|
|
4663
4713
|
* <p>The Amazon Resource Name (ARN) of the KMS key used to encrypt the policy engine data.</p>
|
|
4664
4714
|
* @public
|
|
@@ -4695,11 +4745,6 @@ export interface PolicyEngine {
|
|
|
4695
4745
|
* @public
|
|
4696
4746
|
*/
|
|
4697
4747
|
name: string | undefined;
|
|
4698
|
-
/**
|
|
4699
|
-
* <p>A human-readable description of the policy engine's purpose and scope. Limited to 4,096 characters, this helps administrators understand the policy engine's role in the overall governance strategy.</p>
|
|
4700
|
-
* @public
|
|
4701
|
-
*/
|
|
4702
|
-
description?: string | undefined;
|
|
4703
4748
|
/**
|
|
4704
4749
|
* <p>The timestamp when the policy engine was originally created. This is automatically set by the service and used for auditing and lifecycle management.</p>
|
|
4705
4750
|
* @public
|
|
@@ -4721,15 +4766,20 @@ export interface PolicyEngine {
|
|
|
4721
4766
|
*/
|
|
4722
4767
|
status: PolicyEngineStatus | undefined;
|
|
4723
4768
|
/**
|
|
4724
|
-
* <p>
|
|
4769
|
+
* <p>The Amazon Resource Name (ARN) of the KMS key used to encrypt the policy engine data.</p>
|
|
4725
4770
|
* @public
|
|
4726
4771
|
*/
|
|
4727
|
-
|
|
4772
|
+
encryptionKeyArn?: string | undefined;
|
|
4728
4773
|
/**
|
|
4729
|
-
* <p>
|
|
4774
|
+
* <p>A human-readable description of the policy engine's purpose and scope. Limited to 4,096 characters, this helps administrators understand the policy engine's role in the overall governance strategy.</p>
|
|
4730
4775
|
* @public
|
|
4731
4776
|
*/
|
|
4732
|
-
|
|
4777
|
+
description?: string | undefined;
|
|
4778
|
+
/**
|
|
4779
|
+
* <p>Additional information about the policy engine status. This provides details about any failures or the current state of the policy engine lifecycle.</p>
|
|
4780
|
+
* @public
|
|
4781
|
+
*/
|
|
4782
|
+
statusReasons: string[] | undefined;
|
|
4733
4783
|
}
|
|
4734
4784
|
/**
|
|
4735
4785
|
* @public
|
|
@@ -4746,6 +4796,77 @@ export interface ListPolicyEnginesResponse {
|
|
|
4746
4796
|
*/
|
|
4747
4797
|
nextToken?: string | undefined;
|
|
4748
4798
|
}
|
|
4799
|
+
/**
|
|
4800
|
+
* @public
|
|
4801
|
+
*/
|
|
4802
|
+
export interface ListPolicyEngineSummariesRequest {
|
|
4803
|
+
/**
|
|
4804
|
+
* <p>A pagination token returned from a previous <a href="https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_ListPolicyEngineSummaries.html">ListPolicyEngineSummaries</a> call. Use this token to retrieve the next page of results when the response is paginated.</p>
|
|
4805
|
+
* @public
|
|
4806
|
+
*/
|
|
4807
|
+
nextToken?: string | undefined;
|
|
4808
|
+
/**
|
|
4809
|
+
* <p>The maximum number of policy engine summaries to return in a single response.</p>
|
|
4810
|
+
* @public
|
|
4811
|
+
*/
|
|
4812
|
+
maxResults?: number | undefined;
|
|
4813
|
+
}
|
|
4814
|
+
/**
|
|
4815
|
+
* <p>Represents a metadata-only summary of a policy engine resource. This structure contains resource identifiers, status, and timestamps without customer-encrypted fields such as description or status reasons. Policy engine summaries are returned by operations that do not require access to the customer's KMS key.</p>
|
|
4816
|
+
* @public
|
|
4817
|
+
*/
|
|
4818
|
+
export interface PolicyEngineSummary {
|
|
4819
|
+
/**
|
|
4820
|
+
* <p>The unique identifier for the policy engine.</p>
|
|
4821
|
+
* @public
|
|
4822
|
+
*/
|
|
4823
|
+
policyEngineId: string | undefined;
|
|
4824
|
+
/**
|
|
4825
|
+
* <p>The customer-assigned name of the policy engine.</p>
|
|
4826
|
+
* @public
|
|
4827
|
+
*/
|
|
4828
|
+
name: string | undefined;
|
|
4829
|
+
/**
|
|
4830
|
+
* <p>The timestamp when the policy engine was originally created.</p>
|
|
4831
|
+
* @public
|
|
4832
|
+
*/
|
|
4833
|
+
createdAt: Date | undefined;
|
|
4834
|
+
/**
|
|
4835
|
+
* <p>The timestamp when the policy engine was last modified.</p>
|
|
4836
|
+
* @public
|
|
4837
|
+
*/
|
|
4838
|
+
updatedAt: Date | undefined;
|
|
4839
|
+
/**
|
|
4840
|
+
* <p>The Amazon Resource Name (ARN) of the policy engine.</p>
|
|
4841
|
+
* @public
|
|
4842
|
+
*/
|
|
4843
|
+
policyEngineArn: string | undefined;
|
|
4844
|
+
/**
|
|
4845
|
+
* <p>The current status of the policy engine.</p>
|
|
4846
|
+
* @public
|
|
4847
|
+
*/
|
|
4848
|
+
status: PolicyEngineStatus | undefined;
|
|
4849
|
+
/**
|
|
4850
|
+
* <p>The Amazon Resource Name (ARN) of the KMS key used to encrypt the policy engine data.</p>
|
|
4851
|
+
* @public
|
|
4852
|
+
*/
|
|
4853
|
+
encryptionKeyArn?: string | undefined;
|
|
4854
|
+
}
|
|
4855
|
+
/**
|
|
4856
|
+
* @public
|
|
4857
|
+
*/
|
|
4858
|
+
export interface ListPolicyEngineSummariesResponse {
|
|
4859
|
+
/**
|
|
4860
|
+
* <p>An array of policy engine summary objects that exist in the account. Each summary contains resource identifiers, status, and timestamps without customer-encrypted content.</p>
|
|
4861
|
+
* @public
|
|
4862
|
+
*/
|
|
4863
|
+
policyEngines: PolicyEngineSummary[] | undefined;
|
|
4864
|
+
/**
|
|
4865
|
+
* <p>A pagination token that can be used in subsequent <a href="https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_ListPolicyEngineSummaries.html">ListPolicyEngineSummaries</a> calls to retrieve additional results. This token is only present when there are more results available.</p>
|
|
4866
|
+
* @public
|
|
4867
|
+
*/
|
|
4868
|
+
nextToken?: string | undefined;
|
|
4869
|
+
}
|
|
4749
4870
|
/**
|
|
4750
4871
|
* <p>Wrapper for updating an optional Description field with PATCH semantics. When present in an update request, the description is replaced with optionalValue. When absent, the description is left unchanged. To unset the description, include the wrapper with optionalValue not specified.</p>
|
|
4751
4872
|
* @public
|
|
@@ -4786,11 +4907,6 @@ export interface UpdatePolicyEngineResponse {
|
|
|
4786
4907
|
* @public
|
|
4787
4908
|
*/
|
|
4788
4909
|
name: string | undefined;
|
|
4789
|
-
/**
|
|
4790
|
-
* <p>The updated description of the policy engine.</p>
|
|
4791
|
-
* @public
|
|
4792
|
-
*/
|
|
4793
|
-
description?: string | undefined;
|
|
4794
4910
|
/**
|
|
4795
4911
|
* <p>The original creation timestamp of the policy engine.</p>
|
|
4796
4912
|
* @public
|
|
@@ -4812,15 +4928,20 @@ export interface UpdatePolicyEngineResponse {
|
|
|
4812
4928
|
*/
|
|
4813
4929
|
status: PolicyEngineStatus | undefined;
|
|
4814
4930
|
/**
|
|
4815
|
-
* <p>
|
|
4931
|
+
* <p>The Amazon Resource Name (ARN) of the KMS key used to encrypt the policy engine data.</p>
|
|
4816
4932
|
* @public
|
|
4817
4933
|
*/
|
|
4818
|
-
|
|
4934
|
+
encryptionKeyArn?: string | undefined;
|
|
4819
4935
|
/**
|
|
4820
|
-
* <p>The
|
|
4936
|
+
* <p>The updated description of the policy engine.</p>
|
|
4821
4937
|
* @public
|
|
4822
4938
|
*/
|
|
4823
|
-
|
|
4939
|
+
description?: string | undefined;
|
|
4940
|
+
/**
|
|
4941
|
+
* <p>Additional information about the update status.</p>
|
|
4942
|
+
* @public
|
|
4943
|
+
*/
|
|
4944
|
+
statusReasons: string[] | undefined;
|
|
4824
4945
|
}
|
|
4825
4946
|
/**
|
|
4826
4947
|
* @public
|
|
@@ -4914,13 +5035,78 @@ export interface GetPolicyGenerationResponse {
|
|
|
4914
5035
|
* @public
|
|
4915
5036
|
*/
|
|
4916
5037
|
status: PolicyGenerationStatus | undefined;
|
|
5038
|
+
/**
|
|
5039
|
+
* <p>The findings and results from the policy generation process. This includes any issues, recommendations, validation results, or insights from the generated policies.</p>
|
|
5040
|
+
* @public
|
|
5041
|
+
*/
|
|
5042
|
+
findings?: string | undefined;
|
|
4917
5043
|
/**
|
|
4918
5044
|
* <p>Additional information about the generation status. This provides details about any failures, warnings, or the current state of the generation process.</p>
|
|
4919
5045
|
* @public
|
|
4920
5046
|
*/
|
|
4921
5047
|
statusReasons: string[] | undefined;
|
|
5048
|
+
}
|
|
5049
|
+
/**
|
|
5050
|
+
* @public
|
|
5051
|
+
*/
|
|
5052
|
+
export interface GetPolicyGenerationSummaryRequest {
|
|
4922
5053
|
/**
|
|
4923
|
-
* <p>The
|
|
5054
|
+
* <p>The unique identifier of the policy generation request to retrieve the summary for.</p>
|
|
5055
|
+
* @public
|
|
5056
|
+
*/
|
|
5057
|
+
policyGenerationId: string | undefined;
|
|
5058
|
+
/**
|
|
5059
|
+
* <p>The identifier of the policy engine associated with the policy generation request.</p>
|
|
5060
|
+
* @public
|
|
5061
|
+
*/
|
|
5062
|
+
policyEngineId: string | undefined;
|
|
5063
|
+
}
|
|
5064
|
+
/**
|
|
5065
|
+
* @public
|
|
5066
|
+
*/
|
|
5067
|
+
export interface GetPolicyGenerationSummaryResponse {
|
|
5068
|
+
/**
|
|
5069
|
+
* <p>The identifier of the policy engine associated with this policy generation.</p>
|
|
5070
|
+
* @public
|
|
5071
|
+
*/
|
|
5072
|
+
policyEngineId: string | undefined;
|
|
5073
|
+
/**
|
|
5074
|
+
* <p>The unique identifier of the policy generation request.</p>
|
|
5075
|
+
* @public
|
|
5076
|
+
*/
|
|
5077
|
+
policyGenerationId: string | undefined;
|
|
5078
|
+
/**
|
|
5079
|
+
* <p>The customer-assigned name for the policy generation request.</p>
|
|
5080
|
+
* @public
|
|
5081
|
+
*/
|
|
5082
|
+
name: string | undefined;
|
|
5083
|
+
/**
|
|
5084
|
+
* <p>The Amazon Resource Name (ARN) of the policy generation request.</p>
|
|
5085
|
+
* @public
|
|
5086
|
+
*/
|
|
5087
|
+
policyGenerationArn: string | undefined;
|
|
5088
|
+
/**
|
|
5089
|
+
* <p>The resource information associated with the policy generation.</p>
|
|
5090
|
+
* @public
|
|
5091
|
+
*/
|
|
5092
|
+
resource: Resource | undefined;
|
|
5093
|
+
/**
|
|
5094
|
+
* <p>The timestamp when the policy generation request was created.</p>
|
|
5095
|
+
* @public
|
|
5096
|
+
*/
|
|
5097
|
+
createdAt: Date | undefined;
|
|
5098
|
+
/**
|
|
5099
|
+
* <p>The timestamp when the policy generation was last updated.</p>
|
|
5100
|
+
* @public
|
|
5101
|
+
*/
|
|
5102
|
+
updatedAt: Date | undefined;
|
|
5103
|
+
/**
|
|
5104
|
+
* <p>The current status of the policy generation request.</p>
|
|
5105
|
+
* @public
|
|
5106
|
+
*/
|
|
5107
|
+
status: PolicyGenerationStatus | undefined;
|
|
5108
|
+
/**
|
|
5109
|
+
* <p>The findings from the policy generation process, if available.</p>
|
|
4924
5110
|
* @public
|
|
4925
5111
|
*/
|
|
4926
5112
|
findings?: string | undefined;
|
|
@@ -5044,37 +5230,128 @@ export interface Finding {
|
|
|
5044
5230
|
*/
|
|
5045
5231
|
export interface PolicyGenerationAsset {
|
|
5046
5232
|
/**
|
|
5047
|
-
* <p>The unique identifier for this generated policy asset within the policy generation request. This ID can be used to reference specific generated policy options when creating actual policies from the generation results.</p>
|
|
5233
|
+
* <p>The unique identifier for this generated policy asset within the policy generation request. This ID can be used to reference specific generated policy options when creating actual policies from the generation results.</p>
|
|
5234
|
+
* @public
|
|
5235
|
+
*/
|
|
5236
|
+
policyGenerationAssetId: string | undefined;
|
|
5237
|
+
/**
|
|
5238
|
+
* <p>Represents the definition structure for policies within the AgentCore Policy system. This structure encapsulates different policy formats and languages that can be used to define access control rules.</p>
|
|
5239
|
+
* @public
|
|
5240
|
+
*/
|
|
5241
|
+
definition?: PolicyDefinition | undefined;
|
|
5242
|
+
/**
|
|
5243
|
+
* <p>The portion of the original natural language input that this generated policy asset addresses. This helps users understand which part of their policy description was translated into this specific Cedar policy statement, enabling better policy selection and refinement. When a single natural language input describes multiple authorization requirements, the generation process creates separate policy assets for each requirement, with each asset's rawTextFragment showing which requirement it addresses. Use this mapping to verify that all parts of your natural language input were correctly translated into Cedar policies.</p>
|
|
5244
|
+
* @public
|
|
5245
|
+
*/
|
|
5246
|
+
rawTextFragment: string | undefined;
|
|
5247
|
+
/**
|
|
5248
|
+
* <p>Analysis findings and insights related to this specific generated policy asset. These findings may include validation results, potential issues, or recommendations for improvement to help users evaluate the quality and appropriateness of the generated policy.</p>
|
|
5249
|
+
* @public
|
|
5250
|
+
*/
|
|
5251
|
+
findings: Finding[] | undefined;
|
|
5252
|
+
}
|
|
5253
|
+
/**
|
|
5254
|
+
* @public
|
|
5255
|
+
*/
|
|
5256
|
+
export interface ListPolicyGenerationAssetsResponse {
|
|
5257
|
+
/**
|
|
5258
|
+
* <p>An array of generated policy assets including Cedar policies and related artifacts from the AI-powered policy generation process. Each asset represents a different policy option or variation generated from the original natural language input.</p>
|
|
5259
|
+
* @public
|
|
5260
|
+
*/
|
|
5261
|
+
policyGenerationAssets?: PolicyGenerationAsset[] | undefined;
|
|
5262
|
+
/**
|
|
5263
|
+
* <p>A pagination token that can be used in subsequent <a href="https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_ListPolicyGenerationAssets.html">ListPolicyGenerationAssets</a> calls to retrieve additional assets. This token is only present when there are more generated policy assets available beyond the current response.</p>
|
|
5264
|
+
* @public
|
|
5265
|
+
*/
|
|
5266
|
+
nextToken?: string | undefined;
|
|
5267
|
+
}
|
|
5268
|
+
/**
|
|
5269
|
+
* @public
|
|
5270
|
+
*/
|
|
5271
|
+
export interface ListPolicyGenerationsRequest {
|
|
5272
|
+
/**
|
|
5273
|
+
* <p>A pagination token for retrieving additional policy generations when results are paginated.</p>
|
|
5274
|
+
* @public
|
|
5275
|
+
*/
|
|
5276
|
+
nextToken?: string | undefined;
|
|
5277
|
+
/**
|
|
5278
|
+
* <p>The maximum number of policy generations to return in a single response.</p>
|
|
5279
|
+
* @public
|
|
5280
|
+
*/
|
|
5281
|
+
maxResults?: number | undefined;
|
|
5282
|
+
/**
|
|
5283
|
+
* <p>The identifier of the policy engine whose policy generations to retrieve.</p>
|
|
5284
|
+
* @public
|
|
5285
|
+
*/
|
|
5286
|
+
policyEngineId: string | undefined;
|
|
5287
|
+
}
|
|
5288
|
+
/**
|
|
5289
|
+
* <p>Represents a policy generation request within the AgentCore Policy system. Tracks the AI-powered conversion of natural language descriptions into Cedar policy statements, enabling users to author policies by describing authorization requirements in plain English. The generation process analyzes the natural language input along with the Gateway's tool context and Cedar schema to produce one or more validated policy options. Each generation request tracks the status of the conversion process and maintains findings about the generated policies, including validation results and potential issues. Generated policy assets remain available for one week after successful generation, allowing time to review and create policies from the generated options.</p>
|
|
5290
|
+
* @public
|
|
5291
|
+
*/
|
|
5292
|
+
export interface PolicyGeneration {
|
|
5293
|
+
/**
|
|
5294
|
+
* <p>The identifier of the policy engine associated with this generation request.</p>
|
|
5295
|
+
* @public
|
|
5296
|
+
*/
|
|
5297
|
+
policyEngineId: string | undefined;
|
|
5298
|
+
/**
|
|
5299
|
+
* <p>The unique identifier for this policy generation request.</p>
|
|
5300
|
+
* @public
|
|
5301
|
+
*/
|
|
5302
|
+
policyGenerationId: string | undefined;
|
|
5303
|
+
/**
|
|
5304
|
+
* <p>The customer-assigned name for this policy generation request.</p>
|
|
5305
|
+
* @public
|
|
5306
|
+
*/
|
|
5307
|
+
name: string | undefined;
|
|
5308
|
+
/**
|
|
5309
|
+
* <p>The ARN of this policy generation request.</p>
|
|
5310
|
+
* @public
|
|
5311
|
+
*/
|
|
5312
|
+
policyGenerationArn: string | undefined;
|
|
5313
|
+
/**
|
|
5314
|
+
* <p>The resource information associated with this policy generation.</p>
|
|
5315
|
+
* @public
|
|
5316
|
+
*/
|
|
5317
|
+
resource: Resource | undefined;
|
|
5318
|
+
/**
|
|
5319
|
+
* <p>The timestamp when this policy generation request was created.</p>
|
|
5320
|
+
* @public
|
|
5321
|
+
*/
|
|
5322
|
+
createdAt: Date | undefined;
|
|
5323
|
+
/**
|
|
5324
|
+
* <p>The timestamp when this policy generation was last updated.</p>
|
|
5048
5325
|
* @public
|
|
5049
5326
|
*/
|
|
5050
|
-
|
|
5327
|
+
updatedAt: Date | undefined;
|
|
5051
5328
|
/**
|
|
5052
|
-
* <p>
|
|
5329
|
+
* <p>The current status of this policy generation request.</p>
|
|
5053
5330
|
* @public
|
|
5054
5331
|
*/
|
|
5055
|
-
|
|
5332
|
+
status: PolicyGenerationStatus | undefined;
|
|
5056
5333
|
/**
|
|
5057
|
-
* <p>
|
|
5334
|
+
* <p>Findings and insights from this policy generation process.</p>
|
|
5058
5335
|
* @public
|
|
5059
5336
|
*/
|
|
5060
|
-
|
|
5337
|
+
findings?: string | undefined;
|
|
5061
5338
|
/**
|
|
5062
|
-
* <p>
|
|
5339
|
+
* <p>Additional information about the generation status.</p>
|
|
5063
5340
|
* @public
|
|
5064
5341
|
*/
|
|
5065
|
-
|
|
5342
|
+
statusReasons: string[] | undefined;
|
|
5066
5343
|
}
|
|
5067
5344
|
/**
|
|
5068
5345
|
* @public
|
|
5069
5346
|
*/
|
|
5070
|
-
export interface
|
|
5347
|
+
export interface ListPolicyGenerationsResponse {
|
|
5071
5348
|
/**
|
|
5072
|
-
* <p>An array of
|
|
5349
|
+
* <p>An array of policy generation objects that match the specified criteria.</p>
|
|
5073
5350
|
* @public
|
|
5074
5351
|
*/
|
|
5075
|
-
|
|
5352
|
+
policyGenerations: PolicyGeneration[] | undefined;
|
|
5076
5353
|
/**
|
|
5077
|
-
* <p>A pagination token
|
|
5354
|
+
* <p>A pagination token for retrieving additional policy generations if more results are available.</p>
|
|
5078
5355
|
* @public
|
|
5079
5356
|
*/
|
|
5080
5357
|
nextToken?: string | undefined;
|
|
@@ -5082,28 +5359,28 @@ export interface ListPolicyGenerationAssetsResponse {
|
|
|
5082
5359
|
/**
|
|
5083
5360
|
* @public
|
|
5084
5361
|
*/
|
|
5085
|
-
export interface
|
|
5362
|
+
export interface ListPolicyGenerationSummariesRequest {
|
|
5086
5363
|
/**
|
|
5087
|
-
* <p>A pagination token
|
|
5364
|
+
* <p>A pagination token returned from a previous <a href="https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_ListPolicyGenerationSummaries.html">ListPolicyGenerationSummaries</a> call. Use this token to retrieve the next page of results when the response is paginated.</p>
|
|
5088
5365
|
* @public
|
|
5089
5366
|
*/
|
|
5090
5367
|
nextToken?: string | undefined;
|
|
5091
5368
|
/**
|
|
5092
|
-
* <p>The maximum number of policy
|
|
5369
|
+
* <p>The maximum number of policy generation summaries to return in a single response.</p>
|
|
5093
5370
|
* @public
|
|
5094
5371
|
*/
|
|
5095
5372
|
maxResults?: number | undefined;
|
|
5096
5373
|
/**
|
|
5097
|
-
* <p>The identifier of the policy engine whose policy
|
|
5374
|
+
* <p>The identifier of the policy engine whose policy generation summaries to retrieve.</p>
|
|
5098
5375
|
* @public
|
|
5099
5376
|
*/
|
|
5100
5377
|
policyEngineId: string | undefined;
|
|
5101
5378
|
}
|
|
5102
5379
|
/**
|
|
5103
|
-
* <p>Represents a
|
|
5380
|
+
* <p>Represents a metadata-only summary of a policy generation resource. This structure contains resource identifiers, status, timestamps, and findings without customer-encrypted fields such as status reasons. Policy generation summaries are returned by operations that do not require access to the customer's KMS key.</p>
|
|
5104
5381
|
* @public
|
|
5105
5382
|
*/
|
|
5106
|
-
export interface
|
|
5383
|
+
export interface PolicyGenerationSummary {
|
|
5107
5384
|
/**
|
|
5108
5385
|
* <p>The identifier of the policy engine associated with this generation request.</p>
|
|
5109
5386
|
* @public
|
|
@@ -5144,11 +5421,6 @@ export interface PolicyGeneration {
|
|
|
5144
5421
|
* @public
|
|
5145
5422
|
*/
|
|
5146
5423
|
status: PolicyGenerationStatus | undefined;
|
|
5147
|
-
/**
|
|
5148
|
-
* <p>Additional information about the generation status.</p>
|
|
5149
|
-
* @public
|
|
5150
|
-
*/
|
|
5151
|
-
statusReasons: string[] | undefined;
|
|
5152
5424
|
/**
|
|
5153
5425
|
* <p>Findings and insights from this policy generation process.</p>
|
|
5154
5426
|
* @public
|
|
@@ -5158,14 +5430,14 @@ export interface PolicyGeneration {
|
|
|
5158
5430
|
/**
|
|
5159
5431
|
* @public
|
|
5160
5432
|
*/
|
|
5161
|
-
export interface
|
|
5433
|
+
export interface ListPolicyGenerationSummariesResponse {
|
|
5162
5434
|
/**
|
|
5163
|
-
* <p>An array of policy generation objects that match the specified criteria.</p>
|
|
5435
|
+
* <p>An array of policy generation summary objects that match the specified criteria. Each summary contains resource identifiers, status, timestamps, and findings without customer-encrypted content.</p>
|
|
5164
5436
|
* @public
|
|
5165
5437
|
*/
|
|
5166
|
-
policyGenerations:
|
|
5438
|
+
policyGenerations: PolicyGenerationSummary[] | undefined;
|
|
5167
5439
|
/**
|
|
5168
|
-
* <p>A pagination token
|
|
5440
|
+
* <p>A pagination token that can be used in subsequent <a href="https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_ListPolicyGenerationSummaries.html">ListPolicyGenerationSummaries</a> calls to retrieve additional results. This token is only present when there are more results available.</p>
|
|
5169
5441
|
* @public
|
|
5170
5442
|
*/
|
|
5171
5443
|
nextToken?: string | undefined;
|
|
@@ -5278,15 +5550,15 @@ export interface StartPolicyGenerationResponse {
|
|
|
5278
5550
|
*/
|
|
5279
5551
|
status: PolicyGenerationStatus | undefined;
|
|
5280
5552
|
/**
|
|
5281
|
-
* <p>
|
|
5553
|
+
* <p>Initial findings from the policy generation process.</p>
|
|
5282
5554
|
* @public
|
|
5283
5555
|
*/
|
|
5284
|
-
|
|
5556
|
+
findings?: string | undefined;
|
|
5285
5557
|
/**
|
|
5286
|
-
* <p>
|
|
5558
|
+
* <p>Additional information about the generation status.</p>
|
|
5287
5559
|
* @public
|
|
5288
5560
|
*/
|
|
5289
|
-
|
|
5561
|
+
statusReasons: string[] | undefined;
|
|
5290
5562
|
}
|
|
5291
5563
|
/**
|
|
5292
5564
|
* @public
|
|
@@ -5342,16 +5614,6 @@ export interface CreatePolicyResponse {
|
|
|
5342
5614
|
* @public
|
|
5343
5615
|
*/
|
|
5344
5616
|
policyEngineId: string | undefined;
|
|
5345
|
-
/**
|
|
5346
|
-
* <p>The Cedar policy statement that was created. This is the validated policy definition that will be used for agent behavior control and access decisions.</p>
|
|
5347
|
-
* @public
|
|
5348
|
-
*/
|
|
5349
|
-
definition: PolicyDefinition | undefined;
|
|
5350
|
-
/**
|
|
5351
|
-
* <p>The human-readable description of the policy's purpose and functionality. This helps administrators understand and manage the policy.</p>
|
|
5352
|
-
* @public
|
|
5353
|
-
*/
|
|
5354
|
-
description?: string | undefined;
|
|
5355
5617
|
/**
|
|
5356
5618
|
* <p>The timestamp when the policy was created. This is automatically set by the service and used for auditing and lifecycle management.</p>
|
|
5357
5619
|
* @public
|
|
@@ -5372,6 +5634,16 @@ export interface CreatePolicyResponse {
|
|
|
5372
5634
|
* @public
|
|
5373
5635
|
*/
|
|
5374
5636
|
status: PolicyStatus | undefined;
|
|
5637
|
+
/**
|
|
5638
|
+
* <p>The Cedar policy statement that was created. This is the validated policy definition that will be used for agent behavior control and access decisions.</p>
|
|
5639
|
+
* @public
|
|
5640
|
+
*/
|
|
5641
|
+
definition: PolicyDefinition | undefined;
|
|
5642
|
+
/**
|
|
5643
|
+
* <p>The human-readable description of the policy's purpose and functionality. This helps administrators understand and manage the policy.</p>
|
|
5644
|
+
* @public
|
|
5645
|
+
*/
|
|
5646
|
+
description?: string | undefined;
|
|
5375
5647
|
/**
|
|
5376
5648
|
* <p>Additional information about the policy status. This provides details about any failures or the current state of the policy creation process.</p>
|
|
5377
5649
|
* @public
|
|
@@ -5412,16 +5684,6 @@ export interface DeletePolicyResponse {
|
|
|
5412
5684
|
* @public
|
|
5413
5685
|
*/
|
|
5414
5686
|
policyEngineId: string | undefined;
|
|
5415
|
-
/**
|
|
5416
|
-
* <p>Represents the definition structure for policies within the AgentCore Policy system. This structure encapsulates different policy formats and languages that can be used to define access control rules.</p>
|
|
5417
|
-
* @public
|
|
5418
|
-
*/
|
|
5419
|
-
definition: PolicyDefinition | undefined;
|
|
5420
|
-
/**
|
|
5421
|
-
* <p>The human-readable description of the deleted policy.</p>
|
|
5422
|
-
* @public
|
|
5423
|
-
*/
|
|
5424
|
-
description?: string | undefined;
|
|
5425
5687
|
/**
|
|
5426
5688
|
* <p>The timestamp when the deleted policy was originally created.</p>
|
|
5427
5689
|
* @public
|
|
@@ -5442,6 +5704,16 @@ export interface DeletePolicyResponse {
|
|
|
5442
5704
|
* @public
|
|
5443
5705
|
*/
|
|
5444
5706
|
status: PolicyStatus | undefined;
|
|
5707
|
+
/**
|
|
5708
|
+
* <p>Represents the definition structure for policies within the AgentCore Policy system. This structure encapsulates different policy formats and languages that can be used to define access control rules.</p>
|
|
5709
|
+
* @public
|
|
5710
|
+
*/
|
|
5711
|
+
definition: PolicyDefinition | undefined;
|
|
5712
|
+
/**
|
|
5713
|
+
* <p>The human-readable description of the deleted policy.</p>
|
|
5714
|
+
* @public
|
|
5715
|
+
*/
|
|
5716
|
+
description?: string | undefined;
|
|
5445
5717
|
/**
|
|
5446
5718
|
* <p>Additional information about the deletion status. This provides details about the deletion process or any issues that may have occurred.</p>
|
|
5447
5719
|
* @public
|
|
@@ -5482,6 +5754,26 @@ export interface GetPolicyResponse {
|
|
|
5482
5754
|
* @public
|
|
5483
5755
|
*/
|
|
5484
5756
|
policyEngineId: string | undefined;
|
|
5757
|
+
/**
|
|
5758
|
+
* <p>The timestamp when the policy was originally created.</p>
|
|
5759
|
+
* @public
|
|
5760
|
+
*/
|
|
5761
|
+
createdAt: Date | undefined;
|
|
5762
|
+
/**
|
|
5763
|
+
* <p>The timestamp when the policy was last modified. This tracks the most recent changes to the policy configuration.</p>
|
|
5764
|
+
* @public
|
|
5765
|
+
*/
|
|
5766
|
+
updatedAt: Date | undefined;
|
|
5767
|
+
/**
|
|
5768
|
+
* <p>The Amazon Resource Name (ARN) of the policy. This globally unique identifier can be used for cross-service references and IAM policy statements.</p>
|
|
5769
|
+
* @public
|
|
5770
|
+
*/
|
|
5771
|
+
policyArn: string | undefined;
|
|
5772
|
+
/**
|
|
5773
|
+
* <p>The current status of the policy.</p>
|
|
5774
|
+
* @public
|
|
5775
|
+
*/
|
|
5776
|
+
status: PolicyStatus | undefined;
|
|
5485
5777
|
/**
|
|
5486
5778
|
* <p>The Cedar policy statement that defines the access control rules. This contains the actual policy logic used for agent behavior control and access decisions.</p>
|
|
5487
5779
|
* @public
|
|
@@ -5492,18 +5784,58 @@ export interface GetPolicyResponse {
|
|
|
5492
5784
|
* @public
|
|
5493
5785
|
*/
|
|
5494
5786
|
description?: string | undefined;
|
|
5787
|
+
/**
|
|
5788
|
+
* <p>Additional information about the policy status. This provides details about any failures or the current state of the policy.</p>
|
|
5789
|
+
* @public
|
|
5790
|
+
*/
|
|
5791
|
+
statusReasons: string[] | undefined;
|
|
5792
|
+
}
|
|
5793
|
+
/**
|
|
5794
|
+
* @public
|
|
5795
|
+
*/
|
|
5796
|
+
export interface GetPolicySummaryRequest {
|
|
5797
|
+
/**
|
|
5798
|
+
* <p>The identifier of the policy engine that manages the policy to retrieve the summary for.</p>
|
|
5799
|
+
* @public
|
|
5800
|
+
*/
|
|
5801
|
+
policyEngineId: string | undefined;
|
|
5802
|
+
/**
|
|
5803
|
+
* <p>The unique identifier of the policy to retrieve the summary for. This must be a valid policy ID that exists within the specified policy engine.</p>
|
|
5804
|
+
* @public
|
|
5805
|
+
*/
|
|
5806
|
+
policyId: string | undefined;
|
|
5807
|
+
}
|
|
5808
|
+
/**
|
|
5809
|
+
* @public
|
|
5810
|
+
*/
|
|
5811
|
+
export interface GetPolicySummaryResponse {
|
|
5812
|
+
/**
|
|
5813
|
+
* <p>The unique identifier of the policy.</p>
|
|
5814
|
+
* @public
|
|
5815
|
+
*/
|
|
5816
|
+
policyId: string | undefined;
|
|
5817
|
+
/**
|
|
5818
|
+
* <p>The customer-assigned name of the policy.</p>
|
|
5819
|
+
* @public
|
|
5820
|
+
*/
|
|
5821
|
+
name: string | undefined;
|
|
5822
|
+
/**
|
|
5823
|
+
* <p>The identifier of the policy engine that manages this policy.</p>
|
|
5824
|
+
* @public
|
|
5825
|
+
*/
|
|
5826
|
+
policyEngineId: string | undefined;
|
|
5495
5827
|
/**
|
|
5496
5828
|
* <p>The timestamp when the policy was originally created.</p>
|
|
5497
5829
|
* @public
|
|
5498
5830
|
*/
|
|
5499
5831
|
createdAt: Date | undefined;
|
|
5500
5832
|
/**
|
|
5501
|
-
* <p>The timestamp when the policy was last modified
|
|
5833
|
+
* <p>The timestamp when the policy was last modified.</p>
|
|
5502
5834
|
* @public
|
|
5503
5835
|
*/
|
|
5504
5836
|
updatedAt: Date | undefined;
|
|
5505
5837
|
/**
|
|
5506
|
-
* <p>The Amazon Resource Name (ARN) of the policy
|
|
5838
|
+
* <p>The Amazon Resource Name (ARN) of the policy.</p>
|
|
5507
5839
|
* @public
|
|
5508
5840
|
*/
|
|
5509
5841
|
policyArn: string | undefined;
|
|
@@ -5512,11 +5844,6 @@ export interface GetPolicyResponse {
|
|
|
5512
5844
|
* @public
|
|
5513
5845
|
*/
|
|
5514
5846
|
status: PolicyStatus | undefined;
|
|
5515
|
-
/**
|
|
5516
|
-
* <p>Additional information about the policy status. This provides details about any failures or the current state of the policy.</p>
|
|
5517
|
-
* @public
|
|
5518
|
-
*/
|
|
5519
|
-
statusReasons: string[] | undefined;
|
|
5520
5847
|
}
|
|
5521
5848
|
/**
|
|
5522
5849
|
* @public
|
|
@@ -5563,16 +5890,6 @@ export interface Policy {
|
|
|
5563
5890
|
* @public
|
|
5564
5891
|
*/
|
|
5565
5892
|
policyEngineId: string | undefined;
|
|
5566
|
-
/**
|
|
5567
|
-
* <p>The Cedar policy statement that defines the access control rules. This contains the actual policy logic used for agent behavior control and access decisions.</p>
|
|
5568
|
-
* @public
|
|
5569
|
-
*/
|
|
5570
|
-
definition: PolicyDefinition | undefined;
|
|
5571
|
-
/**
|
|
5572
|
-
* <p>A human-readable description of the policy's purpose and functionality. Limited to 4,096 characters, this helps administrators understand and manage the policy.</p>
|
|
5573
|
-
* @public
|
|
5574
|
-
*/
|
|
5575
|
-
description?: string | undefined;
|
|
5576
5893
|
/**
|
|
5577
5894
|
* <p>The timestamp when the policy was originally created. This is automatically set by the service and used for auditing and lifecycle management.</p>
|
|
5578
5895
|
* @public
|
|
@@ -5593,6 +5910,16 @@ export interface Policy {
|
|
|
5593
5910
|
* @public
|
|
5594
5911
|
*/
|
|
5595
5912
|
status: PolicyStatus | undefined;
|
|
5913
|
+
/**
|
|
5914
|
+
* <p>The Cedar policy statement that defines the access control rules. This contains the actual policy logic used for agent behavior control and access decisions.</p>
|
|
5915
|
+
* @public
|
|
5916
|
+
*/
|
|
5917
|
+
definition: PolicyDefinition | undefined;
|
|
5918
|
+
/**
|
|
5919
|
+
* <p>A human-readable description of the policy's purpose and functionality. Limited to 4,096 characters, this helps administrators understand and manage the policy.</p>
|
|
5920
|
+
* @public
|
|
5921
|
+
*/
|
|
5922
|
+
description?: string | undefined;
|
|
5596
5923
|
/**
|
|
5597
5924
|
* <p>Additional information about the policy status. This provides details about any failures or the current state of the policy lifecycle.</p>
|
|
5598
5925
|
* @public
|
|
@@ -5614,6 +5941,87 @@ export interface ListPoliciesResponse {
|
|
|
5614
5941
|
*/
|
|
5615
5942
|
nextToken?: string | undefined;
|
|
5616
5943
|
}
|
|
5944
|
+
/**
|
|
5945
|
+
* @public
|
|
5946
|
+
*/
|
|
5947
|
+
export interface ListPolicySummariesRequest {
|
|
5948
|
+
/**
|
|
5949
|
+
* <p>A pagination token returned from a previous <a href="https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_ListPolicySummaries.html">ListPolicySummaries</a> call. Use this token to retrieve the next page of results when the response is paginated.</p>
|
|
5950
|
+
* @public
|
|
5951
|
+
*/
|
|
5952
|
+
nextToken?: string | undefined;
|
|
5953
|
+
/**
|
|
5954
|
+
* <p>The maximum number of policy summaries to return in a single response.</p>
|
|
5955
|
+
* @public
|
|
5956
|
+
*/
|
|
5957
|
+
maxResults?: number | undefined;
|
|
5958
|
+
/**
|
|
5959
|
+
* <p>The identifier of the policy engine whose policy summaries to retrieve.</p>
|
|
5960
|
+
* @public
|
|
5961
|
+
*/
|
|
5962
|
+
policyEngineId: string | undefined;
|
|
5963
|
+
/**
|
|
5964
|
+
* <p>Optional filter to list policy summaries that apply to a specific resource scope or resource type. This helps narrow down results to those relevant for particular Amazon Web Services resources, agent tools, or operational contexts within the policy engine ecosystem.</p>
|
|
5965
|
+
* @public
|
|
5966
|
+
*/
|
|
5967
|
+
targetResourceScope?: string | undefined;
|
|
5968
|
+
}
|
|
5969
|
+
/**
|
|
5970
|
+
* <p>Represents a metadata-only summary of a policy resource. This structure contains resource identifiers, status, and timestamps without customer-encrypted fields such as definition, description, or status reasons. Policy summaries are returned by operations that do not require access to the customer's KMS key.</p>
|
|
5971
|
+
* @public
|
|
5972
|
+
*/
|
|
5973
|
+
export interface PolicySummary {
|
|
5974
|
+
/**
|
|
5975
|
+
* <p>The unique identifier for the policy.</p>
|
|
5976
|
+
* @public
|
|
5977
|
+
*/
|
|
5978
|
+
policyId: string | undefined;
|
|
5979
|
+
/**
|
|
5980
|
+
* <p>The customer-assigned name of the policy.</p>
|
|
5981
|
+
* @public
|
|
5982
|
+
*/
|
|
5983
|
+
name: string | undefined;
|
|
5984
|
+
/**
|
|
5985
|
+
* <p>The identifier of the policy engine that manages this policy.</p>
|
|
5986
|
+
* @public
|
|
5987
|
+
*/
|
|
5988
|
+
policyEngineId: string | undefined;
|
|
5989
|
+
/**
|
|
5990
|
+
* <p>The timestamp when the policy was originally created.</p>
|
|
5991
|
+
* @public
|
|
5992
|
+
*/
|
|
5993
|
+
createdAt: Date | undefined;
|
|
5994
|
+
/**
|
|
5995
|
+
* <p>The timestamp when the policy was last modified.</p>
|
|
5996
|
+
* @public
|
|
5997
|
+
*/
|
|
5998
|
+
updatedAt: Date | undefined;
|
|
5999
|
+
/**
|
|
6000
|
+
* <p>The Amazon Resource Name (ARN) of the policy.</p>
|
|
6001
|
+
* @public
|
|
6002
|
+
*/
|
|
6003
|
+
policyArn: string | undefined;
|
|
6004
|
+
/**
|
|
6005
|
+
* <p>The current status of the policy.</p>
|
|
6006
|
+
* @public
|
|
6007
|
+
*/
|
|
6008
|
+
status: PolicyStatus | undefined;
|
|
6009
|
+
}
|
|
6010
|
+
/**
|
|
6011
|
+
* @public
|
|
6012
|
+
*/
|
|
6013
|
+
export interface ListPolicySummariesResponse {
|
|
6014
|
+
/**
|
|
6015
|
+
* <p>An array of policy summary objects that match the specified criteria. Each summary contains resource identifiers, status, and timestamps without customer-encrypted content.</p>
|
|
6016
|
+
* @public
|
|
6017
|
+
*/
|
|
6018
|
+
policies: PolicySummary[] | undefined;
|
|
6019
|
+
/**
|
|
6020
|
+
* <p>A pagination token that can be used in subsequent <a href="https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_ListPolicySummaries.html">ListPolicySummaries</a> calls to retrieve additional results. This token is only present when there are more results available.</p>
|
|
6021
|
+
* @public
|
|
6022
|
+
*/
|
|
6023
|
+
nextToken?: string | undefined;
|
|
6024
|
+
}
|
|
5617
6025
|
/**
|
|
5618
6026
|
* @public
|
|
5619
6027
|
*/
|
|
@@ -5663,16 +6071,6 @@ export interface UpdatePolicyResponse {
|
|
|
5663
6071
|
* @public
|
|
5664
6072
|
*/
|
|
5665
6073
|
policyEngineId: string | undefined;
|
|
5666
|
-
/**
|
|
5667
|
-
* <p>The updated Cedar policy statement.</p>
|
|
5668
|
-
* @public
|
|
5669
|
-
*/
|
|
5670
|
-
definition: PolicyDefinition | undefined;
|
|
5671
|
-
/**
|
|
5672
|
-
* <p>The updated description of the policy.</p>
|
|
5673
|
-
* @public
|
|
5674
|
-
*/
|
|
5675
|
-
description?: string | undefined;
|
|
5676
6074
|
/**
|
|
5677
6075
|
* <p>The original creation timestamp of the policy.</p>
|
|
5678
6076
|
* @public
|
|
@@ -5693,6 +6091,16 @@ export interface UpdatePolicyResponse {
|
|
|
5693
6091
|
* @public
|
|
5694
6092
|
*/
|
|
5695
6093
|
status: PolicyStatus | undefined;
|
|
6094
|
+
/**
|
|
6095
|
+
* <p>The updated Cedar policy statement.</p>
|
|
6096
|
+
* @public
|
|
6097
|
+
*/
|
|
6098
|
+
definition: PolicyDefinition | undefined;
|
|
6099
|
+
/**
|
|
6100
|
+
* <p>The updated description of the policy.</p>
|
|
6101
|
+
* @public
|
|
6102
|
+
*/
|
|
6103
|
+
description?: string | undefined;
|
|
5696
6104
|
/**
|
|
5697
6105
|
* <p>Additional information about the update status.</p>
|
|
5698
6106
|
* @public
|
|
@@ -6804,6 +7212,11 @@ export interface ListRegistriesRequest {
|
|
|
6804
7212
|
* @public
|
|
6805
7213
|
*/
|
|
6806
7214
|
status?: RegistryStatus | undefined;
|
|
7215
|
+
/**
|
|
7216
|
+
* <p>Filter registries by their authorizer type. Possible values are <code>CUSTOM_JWT</code> and <code>AWS_IAM</code>. For more information about authorizer types, see the <code>RegistryAuthorizerType</code> enum.</p>
|
|
7217
|
+
* @public
|
|
7218
|
+
*/
|
|
7219
|
+
authorizerType?: RegistryAuthorizerType | undefined;
|
|
6807
7220
|
}
|
|
6808
7221
|
/**
|
|
6809
7222
|
* <p>Contains summary information about a registry.</p>
|