@aws-sdk/client-bedrock-agentcore-control 3.1027.0 → 3.1029.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 +84 -0
- package/dist-cjs/index.js +223 -0
- package/dist-cjs/schemas/schemas_0.js +502 -56
- package/dist-es/BedrockAgentCoreControl.js +28 -0
- package/dist-es/commands/CreateRegistryCommand.js +16 -0
- package/dist-es/commands/CreateRegistryRecordCommand.js +16 -0
- package/dist-es/commands/DeleteRegistryCommand.js +16 -0
- package/dist-es/commands/DeleteRegistryRecordCommand.js +16 -0
- package/dist-es/commands/GetRegistryCommand.js +16 -0
- package/dist-es/commands/GetRegistryRecordCommand.js +16 -0
- package/dist-es/commands/ListRegistriesCommand.js +16 -0
- package/dist-es/commands/ListRegistryRecordsCommand.js +16 -0
- package/dist-es/commands/SubmitRegistryRecordForApprovalCommand.js +16 -0
- package/dist-es/commands/UpdateRegistryCommand.js +16 -0
- package/dist-es/commands/UpdateRegistryRecordCommand.js +16 -0
- package/dist-es/commands/UpdateRegistryRecordStatusCommand.js +16 -0
- package/dist-es/commands/index.js +12 -0
- package/dist-es/models/enums.js +40 -0
- package/dist-es/pagination/ListRegistriesPaginator.js +4 -0
- package/dist-es/pagination/ListRegistryRecordsPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/schemas/schemas_0.js +491 -46
- package/dist-types/BedrockAgentCoreControl.d.ts +99 -0
- package/dist-types/BedrockAgentCoreControlClient.d.ts +14 -2
- package/dist-types/commands/CreatePolicyEngineCommand.d.ts +1 -2
- package/dist-types/commands/CreateRegistryCommand.d.ts +127 -0
- package/dist-types/commands/CreateRegistryRecordCommand.d.ts +159 -0
- package/dist-types/commands/DeleteRegistryCommand.d.ts +92 -0
- package/dist-types/commands/DeleteRegistryRecordCommand.d.ts +91 -0
- package/dist-types/commands/GetRegistryCommand.d.ts +129 -0
- package/dist-types/commands/GetRegistryRecordCommand.d.ts +161 -0
- package/dist-types/commands/ListOnlineEvaluationConfigsCommand.d.ts +2 -1
- package/dist-types/commands/ListRegistriesCommand.d.ts +101 -0
- package/dist-types/commands/ListRegistryRecordsCommand.d.ts +111 -0
- package/dist-types/commands/SubmitRegistryRecordForApprovalCommand.d.ts +97 -0
- package/dist-types/commands/UpdateOnlineEvaluationConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRegistryCommand.d.ts +175 -0
- package/dist-types/commands/UpdateRegistryRecordCommand.d.ts +248 -0
- package/dist-types/commands/UpdateRegistryRecordStatusCommand.d.ts +100 -0
- package/dist-types/commands/index.d.ts +12 -0
- package/dist-types/models/enums.d.ts +96 -0
- package/dist-types/models/models_0.d.ts +70 -176
- package/dist-types/models/models_1.d.ts +1438 -6
- package/dist-types/pagination/ListRegistriesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListRegistryRecordsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/schemas/schemas_0.d.ts +71 -0
- package/dist-types/ts3.4/BedrockAgentCoreControl.d.ts +219 -0
- package/dist-types/ts3.4/BedrockAgentCoreControlClient.d.ts +72 -0
- package/dist-types/ts3.4/commands/CreatePolicyEngineCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateRegistryCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreateRegistryRecordCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteRegistryCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeleteRegistryRecordCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetRegistryCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetRegistryRecordCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListOnlineEvaluationConfigsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListRegistriesCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListRegistryRecordsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/SubmitRegistryRecordForApprovalCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateOnlineEvaluationConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRegistryCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UpdateRegistryRecordCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateRegistryRecordStatusCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +12 -0
- package/dist-types/ts3.4/models/enums.d.ts +54 -0
- package/dist-types/ts3.4/models/models_0.d.ts +18 -40
- package/dist-types/ts3.4/models/models_1.d.ts +378 -0
- package/dist-types/ts3.4/pagination/ListRegistriesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListRegistryRecordsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +71 -0
- package/package.json +1 -1
|
@@ -1,19 +1,23 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
9
|
-
exports.
|
|
10
|
-
exports.
|
|
11
|
-
exports.
|
|
12
|
-
exports.
|
|
13
|
-
|
|
3
|
+
exports.CreateAgentRuntimeRequest$ = exports.CreateAgentRuntimeEndpointResponse$ = exports.CreateAgentRuntimeEndpointRequest$ = exports.ContentConfiguration$ = exports.ContainerConfiguration$ = exports.CodeInterpreterSummary$ = exports.CodeInterpreterNetworkConfiguration$ = exports.CodeConfiguration$ = exports.CloudWatchOutputConfig$ = exports.CloudWatchLogsInputConfig$ = exports.Certificate$ = exports.CedarPolicy$ = exports.CategoricalScaleDefinition$ = exports.BrowserSummary$ = exports.BrowserSigningConfigOutput$ = exports.BrowserSigningConfigInput$ = exports.BrowserProfileSummary$ = exports.BrowserNetworkConfiguration$ = exports.BrowserEnterprisePolicy$ = exports.BedrockEvaluatorModelConfig$ = exports.AuthorizingClaimMatchValueType$ = exports.AtlassianOauth2ProviderConfigOutput$ = exports.AtlassianOauth2ProviderConfigInput$ = exports.ApprovalConfiguration$ = exports.ApiKeyCredentialProviderItem$ = exports.ApiGatewayToolOverride$ = exports.ApiGatewayToolFilter$ = exports.ApiGatewayToolConfiguration$ = exports.ApiGatewayTargetConfiguration$ = exports.AgentSkillsDescriptor$ = exports.AgentRuntimeEndpoint$ = exports.AgentRuntime$ = exports.AgentCardDefinition$ = exports.A2aDescriptor$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.UnauthorizedException$ = exports.ThrottlingException$ = exports.ThrottledException$ = exports.ServiceQuotaExceededException$ = exports.ServiceException$ = exports.ResourceNotFoundException$ = exports.ResourceLimitExceededException$ = exports.InternalServerException$ = exports.EncryptionFailure$ = exports.DecryptionFailure$ = exports.ConflictException$ = exports.ConcurrentModificationException$ = exports.AccessDeniedException$ = exports.BedrockAgentCoreControlServiceException$ = void 0;
|
|
4
|
+
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$ = exports.CredentialProviderConfiguration$ = exports.CreateWorkloadIdentityResponse$ = exports.CreateWorkloadIdentityRequest$ = exports.CreateRegistryResponse$ = exports.CreateRegistryRequest$ = exports.CreateRegistryRecordResponse$ = exports.CreateRegistryRecordRequest$ = exports.CreatePolicyResponse$ = exports.CreatePolicyRequest$ = exports.CreatePolicyEngineResponse$ = exports.CreatePolicyEngineRequest$ = exports.CreateOnlineEvaluationConfigResponse$ = exports.CreateOnlineEvaluationConfigRequest$ = exports.CreateOauth2CredentialProviderResponse$ = exports.CreateOauth2CredentialProviderRequest$ = exports.CreateMemoryOutput$ = exports.CreateMemoryInput$ = exports.CreateGatewayTargetResponse$ = exports.CreateGatewayTargetRequest$ = exports.CreateGatewayResponse$ = exports.CreateGatewayRequest$ = exports.CreateEvaluatorResponse$ = exports.CreateEvaluatorRequest$ = exports.CreateCodeInterpreterResponse$ = exports.CreateCodeInterpreterRequest$ = exports.CreateBrowserResponse$ = exports.CreateBrowserRequest$ = exports.CreateBrowserProfileResponse$ = exports.CreateBrowserProfileRequest$ = exports.CreateApiKeyCredentialProviderResponse$ = exports.CreateApiKeyCredentialProviderRequest$ = exports.CreateAgentRuntimeResponse$ = void 0;
|
|
5
|
+
exports.GetApiKeyCredentialProviderRequest$ = exports.GetAgentRuntimeResponse$ = exports.GetAgentRuntimeRequest$ = exports.GetAgentRuntimeEndpointResponse$ = exports.GetAgentRuntimeEndpointRequest$ = exports.GatewayTarget$ = exports.GatewaySummary$ = 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.Descriptors$ = exports.DeleteWorkloadIdentityResponse$ = exports.DeleteWorkloadIdentityRequest$ = exports.DeleteResourcePolicyResponse$ = exports.DeleteResourcePolicyRequest$ = exports.DeleteRegistryResponse$ = exports.DeleteRegistryRequest$ = exports.DeleteRegistryRecordResponse$ = exports.DeleteRegistryRecordRequest$ = exports.DeletePolicyResponse$ = exports.DeletePolicyRequest$ = exports.DeletePolicyEngineResponse$ = exports.DeletePolicyEngineRequest$ = exports.DeleteOnlineEvaluationConfigResponse$ = exports.DeleteOnlineEvaluationConfigRequest$ = exports.DeleteOauth2CredentialProviderResponse$ = exports.DeleteOauth2CredentialProviderRequest$ = exports.DeleteMemoryStrategyInput$ = exports.DeleteMemoryOutput$ = exports.DeleteMemoryInput$ = exports.DeleteGatewayTargetResponse$ = exports.DeleteGatewayTargetRequest$ = exports.DeleteGatewayResponse$ = exports.DeleteGatewayRequest$ = exports.DeleteEvaluatorResponse$ = exports.DeleteEvaluatorRequest$ = void 0;
|
|
6
|
+
exports.LambdaInterceptorConfiguration$ = exports.LambdaEvaluatorConfig$ = exports.KmsConfiguration$ = exports.KinesisResource$ = exports.InvocationConfigurationInput$ = exports.InvocationConfiguration$ = exports.InterceptorInputConfiguration$ = exports.InferenceConfiguration$ = exports.IncludedOauth2ProviderConfigOutput$ = exports.IncludedOauth2ProviderConfigInput$ = exports.IamCredentialProvider$ = 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.GetPolicyResponse$ = exports.GetPolicyRequest$ = exports.GetPolicyGenerationResponse$ = exports.GetPolicyGenerationRequest$ = exports.GetPolicyEngineResponse$ = exports.GetPolicyEngineRequest$ = exports.GetOnlineEvaluationConfigResponse$ = exports.GetOnlineEvaluationConfigRequest$ = exports.GetOauth2CredentialProviderResponse$ = exports.GetOauth2CredentialProviderRequest$ = exports.GetMemoryOutput$ = exports.GetMemoryInput$ = exports.GetGatewayTargetResponse$ = exports.GetGatewayTargetRequest$ = exports.GetGatewayResponse$ = exports.GetGatewayRequest$ = exports.GetEvaluatorResponse$ = exports.GetEvaluatorRequest$ = exports.GetCodeInterpreterResponse$ = exports.GetCodeInterpreterRequest$ = exports.GetBrowserResponse$ = exports.GetBrowserRequest$ = exports.GetBrowserProfileResponse$ = exports.GetBrowserProfileRequest$ = exports.GetApiKeyCredentialProviderResponse$ = void 0;
|
|
7
|
+
exports.MCPGatewayConfiguration$ = exports.McpDescriptor$ = exports.ManagedResourceDetails$ = exports.ManagedLatticeResource$ = exports.LlmAsAJudgeEvaluatorConfig$ = exports.ListWorkloadIdentitiesResponse$ = exports.ListWorkloadIdentitiesRequest$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListRegistryRecordsResponse$ = exports.ListRegistryRecordsRequest$ = exports.ListRegistriesResponse$ = exports.ListRegistriesRequest$ = exports.ListPolicyGenerationsResponse$ = exports.ListPolicyGenerationsRequest$ = exports.ListPolicyGenerationAssetsResponse$ = exports.ListPolicyGenerationAssetsRequest$ = exports.ListPolicyEnginesResponse$ = exports.ListPolicyEnginesRequest$ = exports.ListPoliciesResponse$ = exports.ListPoliciesRequest$ = exports.ListOnlineEvaluationConfigsResponse$ = exports.ListOnlineEvaluationConfigsRequest$ = exports.ListOauth2CredentialProvidersResponse$ = exports.ListOauth2CredentialProvidersRequest$ = exports.ListMemoriesOutput$ = exports.ListMemoriesInput$ = exports.ListGatewayTargetsResponse$ = exports.ListGatewayTargetsRequest$ = exports.ListGatewaysResponse$ = exports.ListGatewaysRequest$ = exports.ListEvaluatorsResponse$ = exports.ListEvaluatorsRequest$ = 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$ = void 0;
|
|
8
|
+
exports.SemanticConsolidationOverride$ = exports.SelfManagedConfigurationInput$ = exports.SelfManagedConfiguration$ = exports.SecretsManagerLocation$ = exports.Secret$ = exports.SchemaDefinition$ = exports.SamplingConfig$ = exports.SalesforceOauth2ProviderConfigOutput$ = exports.SalesforceOauth2ProviderConfigInput$ = exports.S3Location$ = exports.S3Configuration$ = exports.RuntimeMetadataConfiguration$ = exports.Rule$ = exports.RegistrySummary$ = exports.RegistryRecordSummary$ = exports.RegistryRecordOAuthCredentialProvider$ = exports.RegistryRecordIamCredentialProvider$ = exports.RegistryRecordCredentialProviderConfiguration$ = exports.RecordingConfig$ = exports.PutResourcePolicyResponse$ = exports.PutResourcePolicyRequest$ = exports.ProtocolConfiguration$ = exports.PolicyGenerationDetails$ = exports.PolicyGenerationAsset$ = exports.PolicyGeneration$ = exports.PolicyEngine$ = exports.Policy$ = exports.OutputConfig$ = exports.OnlineEvaluationConfigSummary$ = exports.OAuthCredentialProvider$ = exports.Oauth2CredentialProviderItem$ = exports.Oauth2AuthorizationServerMetadata$ = exports.OAuth2AuthorizationData$ = exports.NumericalScaleDefinition$ = exports.NetworkConfiguration$ = exports.ModifyStrategyConfiguration$ = exports.ModifySelfManagedConfiguration$ = exports.ModifyMemoryStrategyInput$ = exports.ModifyMemoryStrategies$ = exports.ModifyInvocationConfigurationInput$ = exports.MicrosoftOauth2ProviderConfigOutput$ = exports.MicrosoftOauth2ProviderConfigInput$ = exports.MetadataConfiguration$ = exports.MessageBasedTriggerInput$ = exports.MessageBasedTrigger$ = exports.MemorySummary$ = exports.MemoryStrategy$ = exports.Memory$ = exports.McpServerTargetConfiguration$ = exports.McpLambdaTargetConfiguration$ = void 0;
|
|
9
|
+
exports.UpdatedCustomDescriptor$ = exports.UpdatedAuthorizerConfiguration$ = exports.UpdatedApprovalConfiguration$ = exports.UpdatedAgentSkillsDescriptorFields$ = exports.UpdatedAgentSkillsDescriptor$ = exports.UpdatedA2aDescriptor$ = exports.UpdateApiKeyCredentialProviderResponse$ = exports.UpdateApiKeyCredentialProviderRequest$ = exports.UpdateAgentRuntimeResponse$ = exports.UpdateAgentRuntimeRequest$ = exports.UpdateAgentRuntimeEndpointResponse$ = exports.UpdateAgentRuntimeEndpointRequest$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.ToolsDefinition$ = exports.ToolDefinition$ = exports.TokenBasedTriggerInput$ = exports.TokenBasedTrigger$ = exports.TimeBasedTriggerInput$ = exports.TimeBasedTrigger$ = exports.TargetSummary$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.SynchronizeGatewayTargetsResponse$ = exports.SynchronizeGatewayTargetsRequest$ = exports.SynchronizationConfiguration$ = exports.SummaryOverrideConsolidationConfigurationInput$ = exports.SummaryOverrideConfigurationInput$ = exports.SummaryMemoryStrategyInput$ = exports.SummaryConsolidationOverride$ = exports.SubmitRegistryRecordForApprovalResponse$ = exports.SubmitRegistryRecordForApprovalRequest$ = exports.StreamDeliveryResources$ = exports.StrategyConfiguration$ = exports.StartPolicyGenerationResponse$ = exports.StartPolicyGenerationRequest$ = exports.SlackOauth2ProviderConfigOutput$ = exports.SlackOauth2ProviderConfigInput$ = exports.SkillMdDefinition$ = exports.SkillDefinition$ = exports.SetTokenVaultCMKResponse$ = exports.SetTokenVaultCMKRequest$ = exports.SessionStorageConfiguration$ = exports.SessionConfig$ = exports.ServerDefinition$ = exports.SemanticOverrideExtractionConfigurationInput$ = exports.SemanticOverrideConsolidationConfigurationInput$ = exports.SemanticOverrideConfigurationInput$ = exports.SemanticMemoryStrategyInput$ = exports.SemanticExtractionOverride$ = void 0;
|
|
10
|
+
exports.CertificateLocation$ = exports.AuthorizerConfiguration$ = exports.AuthorizationData$ = exports.ApiSchemaConfiguration$ = exports.AgentRuntimeArtifact$ = exports.WorkloadIdentityType$ = exports.WorkloadIdentityDetails$ = exports.VpcConfig$ = 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.UpdateOnlineEvaluationConfigResponse$ = exports.UpdateOnlineEvaluationConfigRequest$ = exports.UpdateOauth2CredentialProviderResponse$ = exports.UpdateOauth2CredentialProviderRequest$ = exports.UpdateMemoryOutput$ = exports.UpdateMemoryInput$ = exports.UpdateGatewayTargetResponse$ = exports.UpdateGatewayTargetRequest$ = 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.UpdatedDescriptorsUnion$ = exports.UpdatedDescriptors$ = exports.UpdatedDescription$ = void 0;
|
|
11
|
+
exports.CreateBrowserProfile$ = exports.CreateBrowser$ = exports.CreateApiKeyCredentialProvider$ = exports.CreateAgentRuntimeEndpoint$ = exports.CreateAgentRuntime$ = exports.TriggerConditionInput$ = exports.TriggerCondition$ = exports.ToolSchema$ = exports.TargetConfiguration$ = exports.StreamDeliveryResource$ = exports.SelfManagedLatticeResource$ = exports.ResourceLocation$ = exports.Resource$ = exports.RequestHeaderConfiguration$ = exports.RegistryRecordCredentialProviderUnion$ = exports.ReflectionConfiguration$ = exports.RatingScale$ = exports.PrivateEndpoint$ = exports.PolicyDefinition$ = exports.Oauth2ProviderConfigOutput$ = exports.Oauth2ProviderConfigInput$ = exports.Oauth2Discovery$ = exports.ModifyReflectionConfiguration$ = exports.ModifyExtractionConfiguration$ = exports.ModifyConsolidationConfiguration$ = exports.MemoryStrategyInput$ = exports.McpToolSchemaConfiguration$ = exports.McpTargetConfiguration$ = exports.InterceptorConfiguration$ = exports.GatewayProtocolConfiguration$ = exports.FilterValue$ = exports.FilesystemConfiguration$ = exports.ExtractionConfiguration$ = exports.EvaluatorReference$ = exports.EvaluatorModelConfig$ = exports.EvaluatorConfig$ = exports.DataSourceConfig$ = exports.CustomReflectionConfigurationInput$ = exports.CustomReflectionConfiguration$ = exports.CustomExtractionConfigurationInput$ = exports.CustomExtractionConfiguration$ = exports.CustomConsolidationConfigurationInput$ = exports.CustomConsolidationConfiguration$ = exports.CustomConfigurationInput$ = exports.CredentialProvider$ = exports.Content$ = exports.ConsolidationConfiguration$ = exports.CodeBasedEvaluatorConfig$ = exports.Code$ = exports.ClaimMatchValueType$ = void 0;
|
|
12
|
+
exports.GetWorkloadIdentity$ = exports.GetTokenVault$ = exports.GetResourcePolicy$ = exports.GetRegistryRecord$ = exports.GetRegistry$ = exports.GetPolicyGeneration$ = exports.GetPolicyEngine$ = exports.GetPolicy$ = exports.GetOnlineEvaluationConfig$ = exports.GetOauth2CredentialProvider$ = exports.GetMemory$ = exports.GetGatewayTarget$ = exports.GetGateway$ = exports.GetEvaluator$ = exports.GetCodeInterpreter$ = exports.GetBrowserProfile$ = exports.GetBrowser$ = exports.GetApiKeyCredentialProvider$ = exports.GetAgentRuntimeEndpoint$ = exports.GetAgentRuntime$ = exports.DeleteWorkloadIdentity$ = exports.DeleteResourcePolicy$ = exports.DeleteRegistryRecord$ = exports.DeleteRegistry$ = exports.DeletePolicyEngine$ = exports.DeletePolicy$ = exports.DeleteOnlineEvaluationConfig$ = exports.DeleteOauth2CredentialProvider$ = exports.DeleteMemory$ = exports.DeleteGatewayTarget$ = exports.DeleteGateway$ = exports.DeleteEvaluator$ = exports.DeleteCodeInterpreter$ = exports.DeleteBrowserProfile$ = exports.DeleteBrowser$ = exports.DeleteApiKeyCredentialProvider$ = exports.DeleteAgentRuntimeEndpoint$ = exports.DeleteAgentRuntime$ = exports.CreateWorkloadIdentity$ = exports.CreateRegistryRecord$ = exports.CreateRegistry$ = exports.CreatePolicyEngine$ = exports.CreatePolicy$ = exports.CreateOnlineEvaluationConfig$ = exports.CreateOauth2CredentialProvider$ = exports.CreateMemory$ = exports.CreateGatewayTarget$ = exports.CreateGateway$ = exports.CreateEvaluator$ = exports.CreateCodeInterpreter$ = void 0;
|
|
13
|
+
exports.UpdateWorkloadIdentity$ = exports.UpdateRegistryRecordStatus$ = exports.UpdateRegistryRecord$ = exports.UpdateRegistry$ = exports.UpdatePolicyEngine$ = exports.UpdatePolicy$ = exports.UpdateOnlineEvaluationConfig$ = exports.UpdateOauth2CredentialProvider$ = exports.UpdateMemory$ = exports.UpdateGatewayTarget$ = exports.UpdateGateway$ = exports.UpdateEvaluator$ = 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.ListPolicyGenerations$ = exports.ListPolicyGenerationAssets$ = exports.ListPolicyEngines$ = exports.ListPolicies$ = exports.ListOnlineEvaluationConfigs$ = exports.ListOauth2CredentialProviders$ = exports.ListMemories$ = exports.ListGatewayTargets$ = exports.ListGateways$ = exports.ListEvaluators$ = exports.ListCodeInterpreters$ = exports.ListBrowsers$ = exports.ListBrowserProfiles$ = exports.ListApiKeyCredentialProviders$ = exports.ListAgentRuntimeVersions$ = exports.ListAgentRuntimes$ = exports.ListAgentRuntimeEndpoints$ = void 0;
|
|
14
|
+
const _AC = "ApprovalConfiguration";
|
|
15
|
+
const _ACD = "AgentCardDefinition";
|
|
14
16
|
const _ACMVT = "AuthorizingClaimMatchValueType";
|
|
15
|
-
const
|
|
17
|
+
const _ACu = "AuthorizerConfiguration";
|
|
18
|
+
const _AD = "A2aDescriptor";
|
|
16
19
|
const _ADE = "AccessDeniedException";
|
|
20
|
+
const _ADu = "AuthorizationData";
|
|
17
21
|
const _AGTC = "ApiGatewayTargetConfiguration";
|
|
18
22
|
const _AGTCp = "ApiGatewayToolConfiguration";
|
|
19
23
|
const _AGTF = "ApiGatewayToolFilter";
|
|
@@ -31,6 +35,7 @@ const _ARE = "AgentRuntimeEndpoint";
|
|
|
31
35
|
const _AREg = "AgentRuntimeEndpoints";
|
|
32
36
|
const _ARg = "AgentRuntimes";
|
|
33
37
|
const _ASC = "ApiSchemaConfiguration";
|
|
38
|
+
const _ASD = "AgentSkillsDescriptor";
|
|
34
39
|
const _BEMC = "BedrockEvaluatorModelConfig";
|
|
35
40
|
const _BEP = "BrowserEnterprisePolicy";
|
|
36
41
|
const _BEPr = "BrowserEnterprisePolicies";
|
|
@@ -71,6 +76,7 @@ const _CCVTu = "CustomClaimValidationsType";
|
|
|
71
76
|
const _CCo = "ContainerConfiguration";
|
|
72
77
|
const _CCon = "ContentConfiguration";
|
|
73
78
|
const _CCons = "ConsolidationConfiguration";
|
|
79
|
+
const _CD = "CustomDescriptor";
|
|
74
80
|
const _CE = "ConflictException";
|
|
75
81
|
const _CEC = "CustomExtractionConfiguration";
|
|
76
82
|
const _CECI = "CustomExtractionConfigurationInput";
|
|
@@ -112,8 +118,14 @@ const _CPR = "CreatePolicyRequest";
|
|
|
112
118
|
const _CPRr = "CreatePolicyResponse";
|
|
113
119
|
const _CPr = "CredentialProvider";
|
|
114
120
|
const _CPre = "CreatePolicy";
|
|
121
|
+
const _CR = "CreateRegistry";
|
|
115
122
|
const _CRC = "CustomReflectionConfiguration";
|
|
116
123
|
const _CRCI = "CustomReflectionConfigurationInput";
|
|
124
|
+
const _CRR = "CreateRegistryRequest";
|
|
125
|
+
const _CRRR = "CreateRegistryRecordRequest";
|
|
126
|
+
const _CRRRr = "CreateRegistryRecordResponse";
|
|
127
|
+
const _CRRr = "CreateRegistryResponse";
|
|
128
|
+
const _CRRre = "CreateRegistryRecord";
|
|
117
129
|
const _CSD = "CategoricalScaleDefinition";
|
|
118
130
|
const _CSDa = "CategoricalScaleDefinitions";
|
|
119
131
|
const _CST = "ClientSecretType";
|
|
@@ -171,13 +183,20 @@ const _DPER = "DeletePolicyEngineRequest";
|
|
|
171
183
|
const _DPERe = "DeletePolicyEngineResponse";
|
|
172
184
|
const _DPR = "DeletePolicyRequest";
|
|
173
185
|
const _DPRe = "DeletePolicyResponse";
|
|
186
|
+
const _DR = "DeleteRegistry";
|
|
174
187
|
const _DRP = "DeleteResourcePolicy";
|
|
175
188
|
const _DRPR = "DeleteResourcePolicyRequest";
|
|
176
189
|
const _DRPRe = "DeleteResourcePolicyResponse";
|
|
190
|
+
const _DRR = "DeleteRegistryRequest";
|
|
191
|
+
const _DRRR = "DeleteRegistryRecordRequest";
|
|
192
|
+
const _DRRRe = "DeleteRegistryRecordResponse";
|
|
193
|
+
const _DRRe = "DeleteRegistryResponse";
|
|
194
|
+
const _DRRel = "DeleteRegistryRecord";
|
|
177
195
|
const _DSC = "DataSourceConfig";
|
|
178
196
|
const _DWI = "DeleteWorkloadIdentity";
|
|
179
197
|
const _DWIR = "DeleteWorkloadIdentityRequest";
|
|
180
198
|
const _DWIRe = "DeleteWorkloadIdentityResponse";
|
|
199
|
+
const _De = "Descriptors";
|
|
181
200
|
const _EC = "EvaluatorConfig";
|
|
182
201
|
const _ECD = "EvaluationConfigDescription";
|
|
183
202
|
const _ECO = "EpisodicConsolidationOverride";
|
|
@@ -205,6 +224,7 @@ const _F = "Filter";
|
|
|
205
224
|
const _FC = "FilesystemConfigurations";
|
|
206
225
|
const _FCi = "FilesystemConfiguration";
|
|
207
226
|
const _FL = "FilterList";
|
|
227
|
+
const _FUSC = "FromUrlSynchronizationConfiguration";
|
|
208
228
|
const _FV = "FilterValue";
|
|
209
229
|
const _Fi = "Finding";
|
|
210
230
|
const _Fin = "Findings";
|
|
@@ -264,9 +284,15 @@ const _GPGR = "GetPolicyGenerationRequest";
|
|
|
264
284
|
const _GPGRe = "GetPolicyGenerationResponse";
|
|
265
285
|
const _GPR = "GetPolicyRequest";
|
|
266
286
|
const _GPRe = "GetPolicyResponse";
|
|
287
|
+
const _GR = "GetRegistry";
|
|
267
288
|
const _GRP = "GetResourcePolicy";
|
|
268
289
|
const _GRPR = "GetResourcePolicyRequest";
|
|
269
290
|
const _GRPRe = "GetResourcePolicyResponse";
|
|
291
|
+
const _GRR = "GetRegistryRequest";
|
|
292
|
+
const _GRRR = "GetRegistryRecordRequest";
|
|
293
|
+
const _GRRRe = "GetRegistryRecordResponse";
|
|
294
|
+
const _GRRe = "GetRegistryResponse";
|
|
295
|
+
const _GRRet = "GetRegistryRecord";
|
|
270
296
|
const _GS = "GatewaySummary";
|
|
271
297
|
const _GSa = "GatewaySummaries";
|
|
272
298
|
const _GT = "GatewayTarget";
|
|
@@ -346,6 +372,12 @@ const _LPGR = "ListPolicyGenerationsRequest";
|
|
|
346
372
|
const _LPGRi = "ListPolicyGenerationsResponse";
|
|
347
373
|
const _LPR = "ListPoliciesRequest";
|
|
348
374
|
const _LPRi = "ListPoliciesResponse";
|
|
375
|
+
const _LR = "ListRegistries";
|
|
376
|
+
const _LRR = "ListRegistriesRequest";
|
|
377
|
+
const _LRRR = "ListRegistryRecordsRequest";
|
|
378
|
+
const _LRRRi = "ListRegistryRecordsResponse";
|
|
379
|
+
const _LRRi = "ListRegistriesResponse";
|
|
380
|
+
const _LRRis = "ListRegistryRecords";
|
|
349
381
|
const _LTFR = "ListTagsForResource";
|
|
350
382
|
const _LTFRR = "ListTagsForResourceRequest";
|
|
351
383
|
const _LTFRRi = "ListTagsForResourceResponse";
|
|
@@ -358,6 +390,7 @@ const _MBTI = "MessageBasedTriggerInput";
|
|
|
358
390
|
const _MC = "MetadataConfiguration";
|
|
359
391
|
const _MCC = "ModifyConsolidationConfiguration";
|
|
360
392
|
const _MCPGC = "MCPGatewayConfiguration";
|
|
393
|
+
const _MD = "McpDescriptor";
|
|
361
394
|
const _MEC = "ModifyExtractionConfiguration";
|
|
362
395
|
const _MICI = "ModifyInvocationConfigurationInput";
|
|
363
396
|
const _MLR = "ManagedLatticeResource";
|
|
@@ -421,7 +454,16 @@ const _RL = "ResourceLocation";
|
|
|
421
454
|
const _RLEE = "ResourceLimitExceededException";
|
|
422
455
|
const _RMC = "RuntimeMetadataConfiguration";
|
|
423
456
|
const _RNFE = "ResourceNotFoundException";
|
|
424
|
-
const
|
|
457
|
+
const _RRCPC = "RegistryRecordCredentialProviderConfiguration";
|
|
458
|
+
const _RRCPCL = "RegistryRecordCredentialProviderConfigurationList";
|
|
459
|
+
const _RRCPU = "RegistryRecordCredentialProviderUnion";
|
|
460
|
+
const _RRICP = "RegistryRecordIamCredentialProvider";
|
|
461
|
+
const _RROACP = "RegistryRecordOAuthCredentialProvider";
|
|
462
|
+
const _RRS = "RegistryRecordSummary";
|
|
463
|
+
const _RRSL = "RegistryRecordSummaryList";
|
|
464
|
+
const _RS = "RegistrySummary";
|
|
465
|
+
const _RSL = "RegistrySummaryList";
|
|
466
|
+
const _RSa = "RatingScale";
|
|
425
467
|
const _Re = "Resource";
|
|
426
468
|
const _S = "Secret";
|
|
427
469
|
const _SC = "S3Configuration";
|
|
@@ -430,10 +472,13 @@ const _SCOu = "SummaryConsolidationOverride";
|
|
|
430
472
|
const _SCa = "SamplingConfig";
|
|
431
473
|
const _SCe = "SessionConfig";
|
|
432
474
|
const _SCt = "StrategyConfiguration";
|
|
475
|
+
const _SCy = "SynchronizationConfiguration";
|
|
433
476
|
const _SD = "SchemaDefinition";
|
|
434
477
|
const _SDR = "StreamDeliveryResources";
|
|
435
478
|
const _SDRL = "StreamDeliveryResourcesList";
|
|
436
479
|
const _SDRt = "StreamDeliveryResource";
|
|
480
|
+
const _SDe = "ServerDefinition";
|
|
481
|
+
const _SDk = "SkillDefinition";
|
|
437
482
|
const _SE = "ServiceException";
|
|
438
483
|
const _SEO = "SemanticExtractionOverride";
|
|
439
484
|
const _SGT = "SynchronizeGatewayTargets";
|
|
@@ -442,6 +487,7 @@ const _SGTRy = "SynchronizeGatewayTargetsResponse";
|
|
|
442
487
|
const _SL = "S3Location";
|
|
443
488
|
const _SMC = "SelfManagedConfiguration";
|
|
444
489
|
const _SMCI = "SelfManagedConfigurationInput";
|
|
490
|
+
const _SMD = "SkillMdDefinition";
|
|
445
491
|
const _SML = "SecretsManagerLocation";
|
|
446
492
|
const _SMLR = "SelfManagedLatticeResource";
|
|
447
493
|
const _SMSI = "SemanticMemoryStrategyInput";
|
|
@@ -460,6 +506,9 @@ const _SPG = "StartPolicyGeneration";
|
|
|
460
506
|
const _SPGR = "StartPolicyGenerationRequest";
|
|
461
507
|
const _SPGRt = "StartPolicyGenerationResponse";
|
|
462
508
|
const _SQEE = "ServiceQuotaExceededException";
|
|
509
|
+
const _SRRFA = "SubmitRegistryRecordForApproval";
|
|
510
|
+
const _SRRFAR = "SubmitRegistryRecordForApprovalRequest";
|
|
511
|
+
const _SRRFARu = "SubmitRegistryRecordForApprovalResponse";
|
|
463
512
|
const _SSC = "SessionStorageConfiguration";
|
|
464
513
|
const _STVCMK = "SetTokenVaultCMK";
|
|
465
514
|
const _STVCMKR = "SetTokenVaultCMKRequest";
|
|
@@ -475,7 +524,8 @@ const _TCL = "TriggerConditionsList";
|
|
|
475
524
|
const _TCr = "TriggerCondition";
|
|
476
525
|
const _TD = "TargetDescription";
|
|
477
526
|
const _TDo = "ToolDefinition";
|
|
478
|
-
const _TDoo = "
|
|
527
|
+
const _TDoo = "ToolsDefinition";
|
|
528
|
+
const _TDool = "ToolDefinitions";
|
|
479
529
|
const _TE = "ThrottledException";
|
|
480
530
|
const _TEh = "ThrottlingException";
|
|
481
531
|
const _TN = "TargetName";
|
|
@@ -485,6 +535,9 @@ const _TRRa = "TagResourceResponse";
|
|
|
485
535
|
const _TS = "TargetSummary";
|
|
486
536
|
const _TSa = "TargetSummaries";
|
|
487
537
|
const _TSo = "ToolSchema";
|
|
538
|
+
const _UAC = "UpdatedApprovalConfiguration";
|
|
539
|
+
const _UACp = "UpdatedAuthorizerConfiguration";
|
|
540
|
+
const _UAD = "UpdatedA2aDescriptor";
|
|
488
541
|
const _UAKCP = "UpdateApiKeyCredentialProvider";
|
|
489
542
|
const _UAKCPR = "UpdateApiKeyCredentialProviderRequest";
|
|
490
543
|
const _UAKCPRp = "UpdateApiKeyCredentialProviderResponse";
|
|
@@ -494,7 +547,12 @@ const _UARER = "UpdateAgentRuntimeEndpointRequest";
|
|
|
494
547
|
const _UARERp = "UpdateAgentRuntimeEndpointResponse";
|
|
495
548
|
const _UARR = "UpdateAgentRuntimeRequest";
|
|
496
549
|
const _UARRp = "UpdateAgentRuntimeResponse";
|
|
550
|
+
const _UASD = "UpdatedAgentSkillsDescriptor";
|
|
551
|
+
const _UASDF = "UpdatedAgentSkillsDescriptorFields";
|
|
552
|
+
const _UCD = "UpdatedCustomDescriptor";
|
|
497
553
|
const _UD = "UpdatedDescription";
|
|
554
|
+
const _UDU = "UpdatedDescriptorsUnion";
|
|
555
|
+
const _UDp = "UpdatedDescriptors";
|
|
498
556
|
const _UE = "UnauthorizedException";
|
|
499
557
|
const _UER = "UpdateEvaluatorRequest";
|
|
500
558
|
const _UERp = "UpdateEvaluatorResponse";
|
|
@@ -506,6 +564,8 @@ const _UGT = "UpdateGatewayTarget";
|
|
|
506
564
|
const _UGTR = "UpdateGatewayTargetRequest";
|
|
507
565
|
const _UGTRp = "UpdateGatewayTargetResponse";
|
|
508
566
|
const _UM = "UpdateMemory";
|
|
567
|
+
const _UMD = "UpdatedMcpDescriptor";
|
|
568
|
+
const _UMDF = "UpdatedMcpDescriptorFields";
|
|
509
569
|
const _UMI = "UpdateMemoryInput";
|
|
510
570
|
const _UMO = "UpdateMemoryOutput";
|
|
511
571
|
const _UOCP = "UpdateOauth2CredentialProvider";
|
|
@@ -528,7 +588,22 @@ const _UPR = "UpdatePolicyRequest";
|
|
|
528
588
|
const _UPRp = "UpdatePolicyResponse";
|
|
529
589
|
const _UR = "UntagResource";
|
|
530
590
|
const _URR = "UntagResourceRequest";
|
|
591
|
+
const _URRR = "UpdateRegistryRecordRequest";
|
|
592
|
+
const _URRRp = "UpdateRegistryRecordResponse";
|
|
593
|
+
const _URRS = "UpdateRegistryRecordStatus";
|
|
594
|
+
const _URRSR = "UpdateRegistryRecordStatusRequest";
|
|
595
|
+
const _URRSRp = "UpdateRegistryRecordStatusResponse";
|
|
531
596
|
const _URRn = "UntagResourceResponse";
|
|
597
|
+
const _URRp = "UpdateRegistryRequest";
|
|
598
|
+
const _URRpd = "UpdateRegistryResponse";
|
|
599
|
+
const _URRpda = "UpdateRegistryRecord";
|
|
600
|
+
const _URp = "UpdateRegistry";
|
|
601
|
+
const _USC = "UpdatedSynchronizationConfiguration";
|
|
602
|
+
const _USD = "UpdatedServerDefinition";
|
|
603
|
+
const _USDp = "UpdatedSkillDefinition";
|
|
604
|
+
const _USMD = "UpdatedSkillMdDefinition";
|
|
605
|
+
const _UST = "UpdatedSynchronizationType";
|
|
606
|
+
const _UTD = "UpdatedToolsDefinition";
|
|
532
607
|
const _UWI = "UpdateWorkloadIdentity";
|
|
533
608
|
const _UWIR = "UpdateWorkloadIdentityRequest";
|
|
534
609
|
const _UWIRp = "UpdateWorkloadIdentityResponse";
|
|
@@ -539,11 +614,14 @@ const _VEFL = "ValidationExceptionFieldList";
|
|
|
539
614
|
const _WID = "WorkloadIdentityDetails";
|
|
540
615
|
const _WIL = "WorkloadIdentityList";
|
|
541
616
|
const _WIT = "WorkloadIdentityType";
|
|
542
|
-
const _a = "
|
|
543
|
-
const _aA = "
|
|
544
|
-
const
|
|
617
|
+
const _a = "a2a";
|
|
618
|
+
const _aA = "autoApproval";
|
|
619
|
+
const _aAl = "allowedAudience";
|
|
620
|
+
const _aC = "agentCard";
|
|
545
621
|
const _aCMV = "authorizingClaimMatchValue";
|
|
546
622
|
const _aCl = "allowedClients";
|
|
623
|
+
const _aCp = "approvalConfiguration";
|
|
624
|
+
const _aCu = "authorizerConfiguration";
|
|
547
625
|
const _aD = "authorizationData";
|
|
548
626
|
const _aE = "authorizationEndpoint";
|
|
549
627
|
const _aG = "apiGateway";
|
|
@@ -567,9 +645,11 @@ const _aRORU = "allowedResourceOauth2ReturnUrls";
|
|
|
567
645
|
const _aRV = "agentRuntimeVersion";
|
|
568
646
|
const _aS = "allowedScopes";
|
|
569
647
|
const _aSM = "authorizationServerMetadata";
|
|
648
|
+
const _aSg = "agentSkills";
|
|
570
649
|
const _aT = "authorizerType";
|
|
571
650
|
const _aTP = "appendToPrompt";
|
|
572
651
|
const _aU = "authorizationUrl";
|
|
652
|
+
const _ar = "arn";
|
|
573
653
|
const _b = "bucket";
|
|
574
654
|
const _bA = "browserArn";
|
|
575
655
|
const _bEMC = "bedrockEvaluatorModelConfig";
|
|
@@ -622,14 +702,17 @@ const _co = "code";
|
|
|
622
702
|
const _con = "configuration";
|
|
623
703
|
const _cons = "consolidation";
|
|
624
704
|
const _cont = "content";
|
|
705
|
+
const _cu = "custom";
|
|
625
706
|
const _d = "description";
|
|
626
707
|
const _dMS = "deleteMemoryStrategies";
|
|
627
708
|
const _dRU = "defaultReturnUrl";
|
|
628
709
|
const _dSA = "dataStreamArn";
|
|
629
710
|
const _dSC = "dataSourceConfig";
|
|
711
|
+
const _dT = "descriptorType";
|
|
630
712
|
const _dU = "discoveryUrl";
|
|
631
713
|
const _dV = "doubleValue";
|
|
632
714
|
const _de = "definition";
|
|
715
|
+
const _des = "descriptors";
|
|
633
716
|
const _do = "domain";
|
|
634
717
|
const _e = "error";
|
|
635
718
|
const _eA = "evaluatorArn";
|
|
@@ -664,6 +747,7 @@ const _fC = "filesystemConfigurations";
|
|
|
664
747
|
const _fL = "fieldList";
|
|
665
748
|
const _fP = "filterPath";
|
|
666
749
|
const _fR = "failureReason";
|
|
750
|
+
const _fU = "fromUrl";
|
|
667
751
|
const _fi = "filters";
|
|
668
752
|
const _gA = "gatewayArn";
|
|
669
753
|
const _gI = "gatewayId";
|
|
@@ -677,10 +761,11 @@ const _hCWS = "historicalContextWindowSize";
|
|
|
677
761
|
const _hE = "httpError";
|
|
678
762
|
const _hQ = "httpQuery";
|
|
679
763
|
const _i = "id";
|
|
680
|
-
const _iC = "
|
|
764
|
+
const _iC = "inlineContent";
|
|
681
765
|
const _iCP = "iamCredentialProvider";
|
|
682
|
-
const _iCn = "
|
|
766
|
+
const _iCn = "inferenceConfig";
|
|
683
767
|
const _iCnp = "inputConfiguration";
|
|
768
|
+
const _iCnt = "interceptorConfigurations";
|
|
684
769
|
const _iCnv = "invocationConfiguration";
|
|
685
770
|
const _iOPC = "includedOauth2ProviderConfig";
|
|
686
771
|
const _iP = "interceptionPoints";
|
|
@@ -793,6 +878,7 @@ const _pIo = "policyId";
|
|
|
793
878
|
const _pRH = "passRequestHeaders";
|
|
794
879
|
const _pS = "profileSummaries";
|
|
795
880
|
const _pT = "protocolType";
|
|
881
|
+
const _pV = "protocolVersion";
|
|
796
882
|
const _po = "policy";
|
|
797
883
|
const _pol = "policies";
|
|
798
884
|
const _pr = "prefix";
|
|
@@ -801,7 +887,9 @@ const _r = "reason";
|
|
|
801
887
|
const _rA = "roleArn";
|
|
802
888
|
const _rAA = "resourceAssociationArn";
|
|
803
889
|
const _rAI = "restApiId";
|
|
804
|
-
const _rAe = "
|
|
890
|
+
const _rAe = "recordArn";
|
|
891
|
+
const _rAeg = "registryArn";
|
|
892
|
+
const _rAes = "resourceArn";
|
|
805
893
|
const _rC = "reflectionConfiguration";
|
|
806
894
|
const _rCI = "resourceConfigurationIdentifier";
|
|
807
895
|
const _rD = "routingDomain";
|
|
@@ -809,14 +897,19 @@ const _rE = "runtimeEndpoints";
|
|
|
809
897
|
const _rGA = "resourceGatewayArn";
|
|
810
898
|
const _rHA = "requestHeaderAllowlist";
|
|
811
899
|
const _rHC = "requestHeaderConfiguration";
|
|
900
|
+
const _rI = "registryId";
|
|
901
|
+
const _rIe = "recordId";
|
|
812
902
|
const _rMMDSV = "requireMMDSV2";
|
|
903
|
+
const _rR = "registryRecords";
|
|
813
904
|
const _rS = "ratingScale";
|
|
814
905
|
const _rT = "responseTypes";
|
|
815
906
|
const _rTF = "rawTextFragment";
|
|
816
907
|
const _rTa = "rawText";
|
|
908
|
+
const _rV = "recordVersion";
|
|
817
909
|
const _re = "recording";
|
|
818
910
|
const _ref = "reflection";
|
|
819
911
|
const _reg = "region";
|
|
912
|
+
const _regi = "registries";
|
|
820
913
|
const _req = "required";
|
|
821
914
|
const _res = "resource";
|
|
822
915
|
const _reso = "resources";
|
|
@@ -824,10 +917,12 @@ const _ru = "runtime";
|
|
|
824
917
|
const _rul = "rule";
|
|
825
918
|
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.bedrockagentcorecontrol";
|
|
826
919
|
const _sA = "secretArn";
|
|
827
|
-
const _sC = "
|
|
920
|
+
const _sC = "synchronizationConfiguration";
|
|
828
921
|
const _sCO = "semanticConsolidationOverride";
|
|
829
922
|
const _sCOu = "summaryConsolidationOverride";
|
|
923
|
+
const _sCa = "samplingConfig";
|
|
830
924
|
const _sCe = "sessionConfig";
|
|
925
|
+
const _sD = "skillDefinition";
|
|
831
926
|
const _sDR = "streamDeliveryResources";
|
|
832
927
|
const _sEO = "semanticExtractionOverride";
|
|
833
928
|
const _sG = "securityGroups";
|
|
@@ -835,11 +930,12 @@ const _sGI = "securityGroupIds";
|
|
|
835
930
|
const _sI = "subnetIds";
|
|
836
931
|
const _sIt = "strategyId";
|
|
837
932
|
const _sL = "s3Location";
|
|
838
|
-
const _sM = "
|
|
933
|
+
const _sM = "skillMd";
|
|
839
934
|
const _sMC = "selfManagedConfiguration";
|
|
840
935
|
const _sMLR = "selfManagedLatticeResource";
|
|
841
936
|
const _sMS = "semanticMemoryStrategy";
|
|
842
937
|
const _sMSu = "summaryMemoryStrategy";
|
|
938
|
+
const _sMe = "secretsManager";
|
|
843
939
|
const _sMm = "smithyModel";
|
|
844
940
|
const _sN = "serviceNames";
|
|
845
941
|
const _sO = "semanticOverride";
|
|
@@ -849,12 +945,15 @@ const _sOu = "summaryOverride";
|
|
|
849
945
|
const _sP = "serverProtocol";
|
|
850
946
|
const _sPa = "samplingPercentage";
|
|
851
947
|
const _sR = "statusReasons";
|
|
948
|
+
const _sRt = "statusReason";
|
|
852
949
|
const _sS = "stopSequences";
|
|
853
950
|
const _sSe = "sessionStorage";
|
|
854
|
-
const _sT = "
|
|
951
|
+
const _sT = "synchronizationType";
|
|
855
952
|
const _sTM = "sessionTimeoutMinutes";
|
|
856
|
-
const
|
|
953
|
+
const _sTe = "searchType";
|
|
954
|
+
const _sV = "schemaVersion";
|
|
857
955
|
const _sVt = "stringValue";
|
|
956
|
+
const _sVu = "supportedVersions";
|
|
858
957
|
const _s_ = "s3";
|
|
859
958
|
const _sc = "scopes";
|
|
860
959
|
const _se = "server";
|
|
@@ -882,18 +981,21 @@ const _tO = "toolOverrides";
|
|
|
882
981
|
const _tP = "topP";
|
|
883
982
|
const _tRS = "targetResourceScope";
|
|
884
983
|
const _tS = "toolSchema";
|
|
984
|
+
const _tSr = "triggerSynchronization";
|
|
885
985
|
const _tV = "targetVersion";
|
|
886
986
|
const _tVI = "tokenVaultId";
|
|
887
987
|
const _ta = "tags";
|
|
888
988
|
const _tar = "targets";
|
|
889
989
|
const _te = "temperature";
|
|
890
|
-
const
|
|
990
|
+
const _to = "tools";
|
|
991
|
+
const _u = "url";
|
|
891
992
|
const _uA = "updatedAt";
|
|
892
993
|
const _uI = "userId";
|
|
893
994
|
const _uPCO = "userPreferenceConsolidationOverride";
|
|
894
995
|
const _uPEO = "userPreferenceExtractionOverride";
|
|
895
996
|
const _uPMS = "userPreferenceMemoryStrategy";
|
|
896
997
|
const _uPO = "userPreferenceOverride";
|
|
998
|
+
const _ur = "uri";
|
|
897
999
|
const _v = "value";
|
|
898
1000
|
const _vC = "vpcConfig";
|
|
899
1001
|
const _vI = "vpcIdentifier";
|
|
@@ -1014,6 +1116,16 @@ var OAuthCustomParametersValue = [0, n0, _OACPV, 8, 0];
|
|
|
1014
1116
|
var Prompt = [0, n0, _P, 8, 0];
|
|
1015
1117
|
var TargetDescription = [0, n0, _TD, 8, 0];
|
|
1016
1118
|
var TargetName = [0, n0, _TN, 8, 0];
|
|
1119
|
+
exports.A2aDescriptor$ = [3, n0, _AD,
|
|
1120
|
+
0,
|
|
1121
|
+
[_aC],
|
|
1122
|
+
[() => exports.AgentCardDefinition$]
|
|
1123
|
+
];
|
|
1124
|
+
exports.AgentCardDefinition$ = [3, n0, _ACD,
|
|
1125
|
+
0,
|
|
1126
|
+
[_sV, _iC],
|
|
1127
|
+
[0, 0]
|
|
1128
|
+
];
|
|
1017
1129
|
exports.AgentRuntime$ = [3, n0, _AR,
|
|
1018
1130
|
0,
|
|
1019
1131
|
[_aRA, _aRI, _aRV, _aRN, _d, _lUA, _st],
|
|
@@ -1024,6 +1136,11 @@ exports.AgentRuntimeEndpoint$ = [3, n0, _ARE,
|
|
|
1024
1136
|
[_n, _aREA, _aRA, _st, _i, _cA, _lUA, _lV, _tV, _d],
|
|
1025
1137
|
[[() => EndpointName, 0], 0, 0, 0, 0, 5, 5, 0, 0, 0], 7
|
|
1026
1138
|
];
|
|
1139
|
+
exports.AgentSkillsDescriptor$ = [3, n0, _ASD,
|
|
1140
|
+
0,
|
|
1141
|
+
[_sM, _sD],
|
|
1142
|
+
[() => exports.SkillMdDefinition$, () => exports.SkillDefinition$]
|
|
1143
|
+
];
|
|
1027
1144
|
exports.ApiGatewayTargetConfiguration$ = [3, n0, _AGTC,
|
|
1028
1145
|
0,
|
|
1029
1146
|
[_rAI, _sta, _aGTC],
|
|
@@ -1049,6 +1166,11 @@ exports.ApiKeyCredentialProviderItem$ = [3, n0, _AKCPI,
|
|
|
1049
1166
|
[_n, _cPA, _cT, _lUT],
|
|
1050
1167
|
[0, 0, 4, 4], 4
|
|
1051
1168
|
];
|
|
1169
|
+
exports.ApprovalConfiguration$ = [3, n0, _AC,
|
|
1170
|
+
0,
|
|
1171
|
+
[_aA],
|
|
1172
|
+
[2]
|
|
1173
|
+
];
|
|
1052
1174
|
exports.AtlassianOauth2ProviderConfigInput$ = [3, n0, _AOPCI,
|
|
1053
1175
|
0,
|
|
1054
1176
|
[_cI, _cS],
|
|
@@ -1066,7 +1188,7 @@ exports.AuthorizingClaimMatchValueType$ = [3, n0, _ACMVT,
|
|
|
1066
1188
|
];
|
|
1067
1189
|
exports.BedrockEvaluatorModelConfig$ = [3, n0, _BEMC,
|
|
1068
1190
|
0,
|
|
1069
|
-
[_mI,
|
|
1191
|
+
[_mI, _iCn, _aMRF],
|
|
1070
1192
|
[0, () => exports.InferenceConfiguration$, 15], 1
|
|
1071
1193
|
];
|
|
1072
1194
|
exports.BrowserEnterprisePolicy$ = [3, n0, _BEP,
|
|
@@ -1161,7 +1283,7 @@ exports.CreateAgentRuntimeEndpointResponse$ = [3, n0, _CARERr,
|
|
|
1161
1283
|
];
|
|
1162
1284
|
exports.CreateAgentRuntimeRequest$ = [3, n0, _CARR,
|
|
1163
1285
|
0,
|
|
1164
|
-
[_aRN, _aRAg, _rA, _nC, _cTl, _d,
|
|
1286
|
+
[_aRN, _aRAg, _rA, _nC, _cTl, _d, _aCu, _rHC, _pC, _lC, _eV, _fC, _ta],
|
|
1165
1287
|
[0, () => exports.AgentRuntimeArtifact$, 0, () => exports.NetworkConfiguration$, [0, 4], [() => Description, 0], () => exports.AuthorizerConfiguration$, () => exports.RequestHeaderConfiguration$, () => exports.ProtocolConfiguration$, () => exports.LifecycleConfiguration$, [() => EnvironmentVariablesMap, 0], () => FilesystemConfigurations, 128 | 0], 4
|
|
1166
1288
|
];
|
|
1167
1289
|
exports.CreateAgentRuntimeResponse$ = [3, n0, _CARRr,
|
|
@@ -1221,12 +1343,12 @@ exports.CreateEvaluatorResponse$ = [3, n0, _CERr,
|
|
|
1221
1343
|
];
|
|
1222
1344
|
exports.CreateGatewayRequest$ = [3, n0, _CGR,
|
|
1223
1345
|
0,
|
|
1224
|
-
[_n, _rA, _pT, _aT, _d, _cTl, _pC,
|
|
1346
|
+
[_n, _rA, _pT, _aT, _d, _cTl, _pC, _aCu, _kKA, _iCnt, _pEC, _eL, _ta],
|
|
1225
1347
|
[[() => GatewayName, 0], 0, 0, 0, [() => GatewayDescription, 0], [0, 4], () => exports.GatewayProtocolConfiguration$, () => exports.AuthorizerConfiguration$, 0, () => GatewayInterceptorConfigurations, () => exports.GatewayPolicyEngineConfiguration$, 0, 128 | 0], 4
|
|
1226
1348
|
];
|
|
1227
1349
|
exports.CreateGatewayResponse$ = [3, n0, _CGRr,
|
|
1228
1350
|
0,
|
|
1229
|
-
[_gA, _gI, _cA, _uA, _st, _n, _pT, _aT, _gU, _sR, _d, _rA, _pC,
|
|
1351
|
+
[_gA, _gI, _cA, _uA, _st, _n, _pT, _aT, _gU, _sR, _d, _rA, _pC, _aCu, _kKA, _iCnt, _pEC, _wID, _eL],
|
|
1230
1352
|
[0, 0, 5, 5, 0, [() => GatewayName, 0], 0, 0, 0, 64 | 0, [() => GatewayDescription, 0], 0, () => exports.GatewayProtocolConfiguration$, () => exports.AuthorizerConfiguration$, 0, () => GatewayInterceptorConfigurations, () => exports.GatewayPolicyEngineConfiguration$, () => exports.WorkloadIdentityDetails$, 0], 8
|
|
1231
1353
|
];
|
|
1232
1354
|
exports.CreateGatewayTargetRequest$ = [3, n0, _CGTR,
|
|
@@ -1289,6 +1411,26 @@ exports.CreatePolicyResponse$ = [3, n0, _CPRr,
|
|
|
1289
1411
|
[_pIo, _n, _pEI, _de, _cA, _uA, _pAo, _st, _sR, _d],
|
|
1290
1412
|
[0, 0, 0, () => exports.PolicyDefinition$, 5, 5, 0, 0, 64 | 0, [() => Description, 0]], 9
|
|
1291
1413
|
];
|
|
1414
|
+
exports.CreateRegistryRecordRequest$ = [3, n0, _CRRR,
|
|
1415
|
+
0,
|
|
1416
|
+
[_rI, _n, _dT, _d, _des, _rV, _sT, _sC, _cTl],
|
|
1417
|
+
[[0, 1], 0, 0, [() => Description, 0], () => exports.Descriptors$, 0, 0, () => exports.SynchronizationConfiguration$, [0, 4]], 3
|
|
1418
|
+
];
|
|
1419
|
+
exports.CreateRegistryRecordResponse$ = [3, n0, _CRRRr,
|
|
1420
|
+
0,
|
|
1421
|
+
[_rAe, _st],
|
|
1422
|
+
[0, 0], 2
|
|
1423
|
+
];
|
|
1424
|
+
exports.CreateRegistryRequest$ = [3, n0, _CRR,
|
|
1425
|
+
0,
|
|
1426
|
+
[_n, _d, _aT, _aCu, _cTl, _aCp],
|
|
1427
|
+
[0, [() => Description, 0], 0, () => exports.AuthorizerConfiguration$, [0, 4], () => exports.ApprovalConfiguration$], 1
|
|
1428
|
+
];
|
|
1429
|
+
exports.CreateRegistryResponse$ = [3, n0, _CRRr,
|
|
1430
|
+
0,
|
|
1431
|
+
[_rAeg],
|
|
1432
|
+
[0], 1
|
|
1433
|
+
];
|
|
1292
1434
|
exports.CreateWorkloadIdentityRequest$ = [3, n0, _CWIR,
|
|
1293
1435
|
0,
|
|
1294
1436
|
[_n, _aRORU, _ta],
|
|
@@ -1309,9 +1451,14 @@ exports.CustomClaimValidationType$ = [3, n0, _CCVT,
|
|
|
1309
1451
|
[_iTCN, _iTCVT, _aCMV],
|
|
1310
1452
|
[0, 0, () => exports.AuthorizingClaimMatchValueType$], 3
|
|
1311
1453
|
];
|
|
1454
|
+
exports.CustomDescriptor$ = [3, n0, _CD,
|
|
1455
|
+
0,
|
|
1456
|
+
[_iC],
|
|
1457
|
+
[0]
|
|
1458
|
+
];
|
|
1312
1459
|
exports.CustomJWTAuthorizerConfiguration$ = [3, n0, _CJWTAC,
|
|
1313
1460
|
0,
|
|
1314
|
-
[_dU,
|
|
1461
|
+
[_dU, _aAl, _aCl, _aS, _cC],
|
|
1315
1462
|
[0, 64 | 0, 64 | 0, 64 | 0, () => CustomClaimValidationsType], 1
|
|
1316
1463
|
];
|
|
1317
1464
|
exports.CustomMemoryStrategyInput$ = [3, n0, _CMSI,
|
|
@@ -1474,9 +1621,29 @@ exports.DeletePolicyResponse$ = [3, n0, _DPRe,
|
|
|
1474
1621
|
[_pIo, _n, _pEI, _de, _cA, _uA, _pAo, _st, _sR, _d],
|
|
1475
1622
|
[0, 0, 0, () => exports.PolicyDefinition$, 5, 5, 0, 0, 64 | 0, [() => Description, 0]], 9
|
|
1476
1623
|
];
|
|
1624
|
+
exports.DeleteRegistryRecordRequest$ = [3, n0, _DRRR,
|
|
1625
|
+
0,
|
|
1626
|
+
[_rI, _rIe],
|
|
1627
|
+
[[0, 1], [0, 1]], 2
|
|
1628
|
+
];
|
|
1629
|
+
exports.DeleteRegistryRecordResponse$ = [3, n0, _DRRRe,
|
|
1630
|
+
0,
|
|
1631
|
+
[],
|
|
1632
|
+
[]
|
|
1633
|
+
];
|
|
1634
|
+
exports.DeleteRegistryRequest$ = [3, n0, _DRR,
|
|
1635
|
+
0,
|
|
1636
|
+
[_rI],
|
|
1637
|
+
[[0, 1]], 1
|
|
1638
|
+
];
|
|
1639
|
+
exports.DeleteRegistryResponse$ = [3, n0, _DRRe,
|
|
1640
|
+
0,
|
|
1641
|
+
[_st],
|
|
1642
|
+
[0], 1
|
|
1643
|
+
];
|
|
1477
1644
|
exports.DeleteResourcePolicyRequest$ = [3, n0, _DRPR,
|
|
1478
1645
|
0,
|
|
1479
|
-
[
|
|
1646
|
+
[_rAes],
|
|
1480
1647
|
[[0, 1]], 1
|
|
1481
1648
|
];
|
|
1482
1649
|
exports.DeleteResourcePolicyResponse$ = [3, n0, _DRPRe,
|
|
@@ -1494,6 +1661,11 @@ exports.DeleteWorkloadIdentityResponse$ = [3, n0, _DWIRe,
|
|
|
1494
1661
|
[],
|
|
1495
1662
|
[]
|
|
1496
1663
|
];
|
|
1664
|
+
exports.Descriptors$ = [3, n0, _De,
|
|
1665
|
+
0,
|
|
1666
|
+
[_mc, _a, _cu, _aSg],
|
|
1667
|
+
[() => exports.McpDescriptor$, () => exports.A2aDescriptor$, () => exports.CustomDescriptor$, () => exports.AgentSkillsDescriptor$]
|
|
1668
|
+
];
|
|
1497
1669
|
exports.EpisodicConsolidationOverride$ = [3, n0, _ECO,
|
|
1498
1670
|
0,
|
|
1499
1671
|
[_aTP, _mI],
|
|
@@ -1559,6 +1731,11 @@ exports.Finding$ = [3, n0, _Fi,
|
|
|
1559
1731
|
[_t, _d],
|
|
1560
1732
|
[0, 0]
|
|
1561
1733
|
];
|
|
1734
|
+
exports.FromUrlSynchronizationConfiguration$ = [3, n0, _FUSC,
|
|
1735
|
+
0,
|
|
1736
|
+
[_u, _cPC],
|
|
1737
|
+
[0, () => RegistryRecordCredentialProviderConfigurationList], 1
|
|
1738
|
+
];
|
|
1562
1739
|
exports.GatewayApiKeyCredentialProvider$ = [3, n0, _GAKCP,
|
|
1563
1740
|
0,
|
|
1564
1741
|
[_pAr, _cPN, _cPr, _cL],
|
|
@@ -1571,7 +1748,7 @@ exports.GatewayInterceptorConfiguration$ = [3, n0, _GIC,
|
|
|
1571
1748
|
];
|
|
1572
1749
|
exports.GatewayPolicyEngineConfiguration$ = [3, n0, _GPEC,
|
|
1573
1750
|
0,
|
|
1574
|
-
[
|
|
1751
|
+
[_ar, _mo],
|
|
1575
1752
|
[0, 0], 2
|
|
1576
1753
|
];
|
|
1577
1754
|
exports.GatewaySummary$ = [3, n0, _GS,
|
|
@@ -1601,7 +1778,7 @@ exports.GetAgentRuntimeRequest$ = [3, n0, _GARR,
|
|
|
1601
1778
|
];
|
|
1602
1779
|
exports.GetAgentRuntimeResponse$ = [3, n0, _GARRe,
|
|
1603
1780
|
0,
|
|
1604
|
-
[_aRA, _aRN, _aRI, _aRV, _cA, _lUA, _rA, _nC, _st, _lC, _fR, _d, _wID, _aRAg, _pC, _eV,
|
|
1781
|
+
[_aRA, _aRN, _aRI, _aRV, _cA, _lUA, _rA, _nC, _st, _lC, _fR, _d, _wID, _aRAg, _pC, _eV, _aCu, _rHC, _mC, _fC],
|
|
1605
1782
|
[0, 0, 0, 0, 5, 5, 0, () => exports.NetworkConfiguration$, 0, () => exports.LifecycleConfiguration$, 0, [() => Description, 0], () => exports.WorkloadIdentityDetails$, () => exports.AgentRuntimeArtifact$, () => exports.ProtocolConfiguration$, [() => EnvironmentVariablesMap, 0], () => exports.AuthorizerConfiguration$, () => exports.RequestHeaderConfiguration$, () => exports.RuntimeMetadataConfiguration$, () => FilesystemConfigurations], 10
|
|
1606
1783
|
];
|
|
1607
1784
|
exports.GetApiKeyCredentialProviderRequest$ = [3, n0, _GAKCPR,
|
|
@@ -1661,7 +1838,7 @@ exports.GetGatewayRequest$ = [3, n0, _GGR,
|
|
|
1661
1838
|
];
|
|
1662
1839
|
exports.GetGatewayResponse$ = [3, n0, _GGRe,
|
|
1663
1840
|
0,
|
|
1664
|
-
[_gA, _gI, _cA, _uA, _st, _n, _pT, _aT, _gU, _sR, _d, _rA, _pC,
|
|
1841
|
+
[_gA, _gI, _cA, _uA, _st, _n, _pT, _aT, _gU, _sR, _d, _rA, _pC, _aCu, _kKA, _iCnt, _pEC, _wID, _eL],
|
|
1665
1842
|
[0, 0, 5, 5, 0, [() => GatewayName, 0], 0, 0, 0, 64 | 0, [() => GatewayDescription, 0], 0, () => exports.GatewayProtocolConfiguration$, () => exports.AuthorizerConfiguration$, 0, () => GatewayInterceptorConfigurations, () => exports.GatewayPolicyEngineConfiguration$, () => exports.WorkloadIdentityDetails$, 0], 8
|
|
1666
1843
|
];
|
|
1667
1844
|
exports.GetGatewayTargetRequest$ = [3, n0, _GGTR,
|
|
@@ -1734,9 +1911,29 @@ exports.GetPolicyResponse$ = [3, n0, _GPRe,
|
|
|
1734
1911
|
[_pIo, _n, _pEI, _de, _cA, _uA, _pAo, _st, _sR, _d],
|
|
1735
1912
|
[0, 0, 0, () => exports.PolicyDefinition$, 5, 5, 0, 0, 64 | 0, [() => Description, 0]], 9
|
|
1736
1913
|
];
|
|
1914
|
+
exports.GetRegistryRecordRequest$ = [3, n0, _GRRR,
|
|
1915
|
+
0,
|
|
1916
|
+
[_rI, _rIe],
|
|
1917
|
+
[[0, 1], [0, 1]], 2
|
|
1918
|
+
];
|
|
1919
|
+
exports.GetRegistryRecordResponse$ = [3, n0, _GRRRe,
|
|
1920
|
+
0,
|
|
1921
|
+
[_rAeg, _rAe, _rIe, _n, _dT, _des, _st, _cA, _uA, _d, _rV, _sRt, _sT, _sC],
|
|
1922
|
+
[0, 0, 0, 0, 0, () => exports.Descriptors$, 0, 5, 5, [() => Description, 0], 0, 0, 0, () => exports.SynchronizationConfiguration$], 9
|
|
1923
|
+
];
|
|
1924
|
+
exports.GetRegistryRequest$ = [3, n0, _GRR,
|
|
1925
|
+
0,
|
|
1926
|
+
[_rI],
|
|
1927
|
+
[[0, 1]], 1
|
|
1928
|
+
];
|
|
1929
|
+
exports.GetRegistryResponse$ = [3, n0, _GRRe,
|
|
1930
|
+
0,
|
|
1931
|
+
[_n, _rI, _rAeg, _st, _cA, _uA, _d, _aT, _aCu, _aCp, _sRt],
|
|
1932
|
+
[0, 0, 0, 0, 5, 5, [() => Description, 0], 0, () => exports.AuthorizerConfiguration$, () => exports.ApprovalConfiguration$, 0], 6
|
|
1933
|
+
];
|
|
1737
1934
|
exports.GetResourcePolicyRequest$ = [3, n0, _GRPR,
|
|
1738
1935
|
0,
|
|
1739
|
-
[
|
|
1936
|
+
[_rAes],
|
|
1740
1937
|
[[0, 1]], 1
|
|
1741
1938
|
];
|
|
1742
1939
|
exports.GetResourcePolicyResponse$ = [3, n0, _GRPRe,
|
|
@@ -1836,7 +2033,7 @@ exports.LambdaEvaluatorConfig$ = [3, n0, _LEC,
|
|
|
1836
2033
|
];
|
|
1837
2034
|
exports.LambdaInterceptorConfiguration$ = [3, n0, _LIC,
|
|
1838
2035
|
0,
|
|
1839
|
-
[
|
|
2036
|
+
[_ar],
|
|
1840
2037
|
[0], 1
|
|
1841
2038
|
];
|
|
1842
2039
|
exports.LifecycleConfiguration$ = [3, n0, _LC,
|
|
@@ -2024,9 +2221,29 @@ exports.ListPolicyGenerationsResponse$ = [3, n0, _LPGRi,
|
|
|
2024
2221
|
[_pG, _nTe],
|
|
2025
2222
|
[() => PolicyGenerations, 0], 1
|
|
2026
2223
|
];
|
|
2224
|
+
exports.ListRegistriesRequest$ = [3, n0, _LRR,
|
|
2225
|
+
0,
|
|
2226
|
+
[_mR, _nTe, _st],
|
|
2227
|
+
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nTe }], [0, { [_hQ]: _st }]]
|
|
2228
|
+
];
|
|
2229
|
+
exports.ListRegistriesResponse$ = [3, n0, _LRRi,
|
|
2230
|
+
0,
|
|
2231
|
+
[_regi, _nTe],
|
|
2232
|
+
[[() => RegistrySummaryList, 0], 0], 1
|
|
2233
|
+
];
|
|
2234
|
+
exports.ListRegistryRecordsRequest$ = [3, n0, _LRRR,
|
|
2235
|
+
0,
|
|
2236
|
+
[_rI, _mR, _nTe, _n, _st, _dT],
|
|
2237
|
+
[[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nTe }], [0, { [_hQ]: _n }], [0, { [_hQ]: _st }], [0, { [_hQ]: _dT }]], 1
|
|
2238
|
+
];
|
|
2239
|
+
exports.ListRegistryRecordsResponse$ = [3, n0, _LRRRi,
|
|
2240
|
+
0,
|
|
2241
|
+
[_rR, _nTe],
|
|
2242
|
+
[[() => RegistryRecordSummaryList, 0], 0], 1
|
|
2243
|
+
];
|
|
2027
2244
|
exports.ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
2028
2245
|
0,
|
|
2029
|
-
[
|
|
2246
|
+
[_rAes],
|
|
2030
2247
|
[[0, 1]], 1
|
|
2031
2248
|
];
|
|
2032
2249
|
exports.ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
@@ -2047,7 +2264,7 @@ exports.ListWorkloadIdentitiesResponse$ = [3, n0, _LWIRi,
|
|
|
2047
2264
|
exports.LlmAsAJudgeEvaluatorConfig$ = [3, n0, _LAAJEC,
|
|
2048
2265
|
0,
|
|
2049
2266
|
[_ins, _rS, _mCo],
|
|
2050
|
-
[[() => EvaluatorInstructions, 0], () => exports.RatingScale$, () => exports.EvaluatorModelConfig$], 3
|
|
2267
|
+
[[() => EvaluatorInstructions, 0], [() => exports.RatingScale$, 0], () => exports.EvaluatorModelConfig$], 3
|
|
2051
2268
|
];
|
|
2052
2269
|
exports.ManagedLatticeResource$ = [3, n0, _MLR,
|
|
2053
2270
|
0,
|
|
@@ -2059,9 +2276,14 @@ exports.ManagedResourceDetails$ = [3, n0, _MRD,
|
|
|
2059
2276
|
[_do, _rGA, _rAA],
|
|
2060
2277
|
[0, 0, 0]
|
|
2061
2278
|
];
|
|
2279
|
+
exports.McpDescriptor$ = [3, n0, _MD,
|
|
2280
|
+
0,
|
|
2281
|
+
[_se, _to],
|
|
2282
|
+
[() => exports.ServerDefinition$, () => exports.ToolsDefinition$]
|
|
2283
|
+
];
|
|
2062
2284
|
exports.MCPGatewayConfiguration$ = [3, n0, _MCPGC,
|
|
2063
2285
|
0,
|
|
2064
|
-
[
|
|
2286
|
+
[_sVu, _ins, _sTe],
|
|
2065
2287
|
[64 | 0, 0, 0]
|
|
2066
2288
|
];
|
|
2067
2289
|
exports.McpLambdaTargetConfiguration$ = [3, n0, _MLTC,
|
|
@@ -2076,7 +2298,7 @@ exports.McpServerTargetConfiguration$ = [3, n0, _MSTC,
|
|
|
2076
2298
|
];
|
|
2077
2299
|
exports.Memory$ = [3, n0, _M,
|
|
2078
2300
|
0,
|
|
2079
|
-
[
|
|
2301
|
+
[_ar, _i, _n, _eED, _st, _cA, _uA, _d, _eKA, _mERA, _fR, _str, _sDR],
|
|
2080
2302
|
[0, 0, 0, 1, 0, 4, 4, [() => Description, 0], 0, 0, 0, [() => MemoryStrategyList, 0], () => exports.StreamDeliveryResources$], 7
|
|
2081
2303
|
];
|
|
2082
2304
|
exports.MemoryStrategy$ = [3, n0, _MS,
|
|
@@ -2086,7 +2308,7 @@ exports.MemoryStrategy$ = [3, n0, _MS,
|
|
|
2086
2308
|
];
|
|
2087
2309
|
exports.MemorySummary$ = [3, n0, _MSe,
|
|
2088
2310
|
0,
|
|
2089
|
-
[_cA, _uA,
|
|
2311
|
+
[_cA, _uA, _ar, _i, _st],
|
|
2090
2312
|
[4, 4, 0, 0, 0], 2
|
|
2091
2313
|
];
|
|
2092
2314
|
exports.MessageBasedTrigger$ = [3, n0, _MBT,
|
|
@@ -2211,7 +2433,7 @@ exports.ProtocolConfiguration$ = [3, n0, _PC,
|
|
|
2211
2433
|
];
|
|
2212
2434
|
exports.PutResourcePolicyRequest$ = [3, n0, _PRPR,
|
|
2213
2435
|
0,
|
|
2214
|
-
[
|
|
2436
|
+
[_rAes, _po],
|
|
2215
2437
|
[[0, 1], 0], 2
|
|
2216
2438
|
];
|
|
2217
2439
|
exports.PutResourcePolicyResponse$ = [3, n0, _PRPRu,
|
|
@@ -2224,9 +2446,34 @@ exports.RecordingConfig$ = [3, n0, _RC,
|
|
|
2224
2446
|
[_en, _sL],
|
|
2225
2447
|
[2, () => exports.S3Location$]
|
|
2226
2448
|
];
|
|
2449
|
+
exports.RegistryRecordCredentialProviderConfiguration$ = [3, n0, _RRCPC,
|
|
2450
|
+
0,
|
|
2451
|
+
[_cPT, _cP],
|
|
2452
|
+
[0, () => exports.RegistryRecordCredentialProviderUnion$], 2
|
|
2453
|
+
];
|
|
2454
|
+
exports.RegistryRecordIamCredentialProvider$ = [3, n0, _RRICP,
|
|
2455
|
+
0,
|
|
2456
|
+
[_rA, _ser, _reg],
|
|
2457
|
+
[0, 0, 0]
|
|
2458
|
+
];
|
|
2459
|
+
exports.RegistryRecordOAuthCredentialProvider$ = [3, n0, _RROACP,
|
|
2460
|
+
0,
|
|
2461
|
+
[_pAr, _gT, _sc, _cPu],
|
|
2462
|
+
[0, 0, 64 | 0, 128 | 0], 1
|
|
2463
|
+
];
|
|
2464
|
+
exports.RegistryRecordSummary$ = [3, n0, _RRS,
|
|
2465
|
+
0,
|
|
2466
|
+
[_rAeg, _rAe, _rIe, _n, _dT, _rV, _st, _cA, _uA, _d],
|
|
2467
|
+
[0, 0, 0, 0, 0, 0, 0, 5, 5, [() => Description, 0]], 9
|
|
2468
|
+
];
|
|
2469
|
+
exports.RegistrySummary$ = [3, n0, _RS,
|
|
2470
|
+
0,
|
|
2471
|
+
[_n, _rI, _rAeg, _st, _cA, _uA, _d, _aT, _sRt],
|
|
2472
|
+
[0, 0, 0, 0, 5, 5, [() => Description, 0], 0, 0], 6
|
|
2473
|
+
];
|
|
2227
2474
|
exports.Rule$ = [3, n0, _R,
|
|
2228
2475
|
0,
|
|
2229
|
-
[
|
|
2476
|
+
[_sCa, _fi, _sCe],
|
|
2230
2477
|
[() => exports.SamplingConfig$, () => FilterList, () => exports.SessionConfig$], 1
|
|
2231
2478
|
];
|
|
2232
2479
|
exports.RuntimeMetadataConfiguration$ = [3, n0, _RMC,
|
|
@@ -2236,7 +2483,7 @@ exports.RuntimeMetadataConfiguration$ = [3, n0, _RMC,
|
|
|
2236
2483
|
];
|
|
2237
2484
|
exports.S3Configuration$ = [3, n0, _SC,
|
|
2238
2485
|
0,
|
|
2239
|
-
[
|
|
2486
|
+
[_ur, _bOAI],
|
|
2240
2487
|
[0, 0]
|
|
2241
2488
|
];
|
|
2242
2489
|
exports.S3Location$ = [3, n0, _SL,
|
|
@@ -2314,6 +2561,11 @@ exports.SemanticOverrideExtractionConfigurationInput$ = [3, n0, _SOECI,
|
|
|
2314
2561
|
[_aTP, _mI],
|
|
2315
2562
|
[[() => Prompt, 0], 0], 2
|
|
2316
2563
|
];
|
|
2564
|
+
exports.ServerDefinition$ = [3, n0, _SDe,
|
|
2565
|
+
0,
|
|
2566
|
+
[_sV, _iC],
|
|
2567
|
+
[0, 0]
|
|
2568
|
+
];
|
|
2317
2569
|
exports.SessionConfig$ = [3, n0, _SCe,
|
|
2318
2570
|
0,
|
|
2319
2571
|
[_sTM],
|
|
@@ -2334,6 +2586,16 @@ exports.SetTokenVaultCMKResponse$ = [3, n0, _STVCMKRe,
|
|
|
2334
2586
|
[_tVI, _kC, _lMD],
|
|
2335
2587
|
[0, () => exports.KmsConfiguration$, 4], 3
|
|
2336
2588
|
];
|
|
2589
|
+
exports.SkillDefinition$ = [3, n0, _SDk,
|
|
2590
|
+
0,
|
|
2591
|
+
[_sV, _iC],
|
|
2592
|
+
[0, 0]
|
|
2593
|
+
];
|
|
2594
|
+
exports.SkillMdDefinition$ = [3, n0, _SMD,
|
|
2595
|
+
0,
|
|
2596
|
+
[_iC],
|
|
2597
|
+
[0]
|
|
2598
|
+
];
|
|
2337
2599
|
exports.SlackOauth2ProviderConfigInput$ = [3, n0, _SOPCIl,
|
|
2338
2600
|
0,
|
|
2339
2601
|
[_cI, _cS],
|
|
@@ -2364,6 +2626,16 @@ exports.StreamDeliveryResources$ = [3, n0, _SDR,
|
|
|
2364
2626
|
[_reso],
|
|
2365
2627
|
[() => StreamDeliveryResourcesList], 1
|
|
2366
2628
|
];
|
|
2629
|
+
exports.SubmitRegistryRecordForApprovalRequest$ = [3, n0, _SRRFAR,
|
|
2630
|
+
0,
|
|
2631
|
+
[_rI, _rIe],
|
|
2632
|
+
[[0, 1], [0, 1]], 2
|
|
2633
|
+
];
|
|
2634
|
+
exports.SubmitRegistryRecordForApprovalResponse$ = [3, n0, _SRRFARu,
|
|
2635
|
+
0,
|
|
2636
|
+
[_rAeg, _rAe, _rIe, _st, _uA],
|
|
2637
|
+
[0, 0, 0, 0, 5], 5
|
|
2638
|
+
];
|
|
2367
2639
|
exports.SummaryConsolidationOverride$ = [3, n0, _SCOu,
|
|
2368
2640
|
0,
|
|
2369
2641
|
[_aTP, _mI],
|
|
@@ -2384,6 +2656,11 @@ exports.SummaryOverrideConsolidationConfigurationInput$ = [3, n0, _SOCCIu,
|
|
|
2384
2656
|
[_aTP, _mI],
|
|
2385
2657
|
[[() => Prompt, 0], 0], 2
|
|
2386
2658
|
];
|
|
2659
|
+
exports.SynchronizationConfiguration$ = [3, n0, _SCy,
|
|
2660
|
+
0,
|
|
2661
|
+
[_fU],
|
|
2662
|
+
[() => exports.FromUrlSynchronizationConfiguration$]
|
|
2663
|
+
];
|
|
2387
2664
|
exports.SynchronizeGatewayTargetsRequest$ = [3, n0, _SGTR,
|
|
2388
2665
|
0,
|
|
2389
2666
|
[_gIa, _tIL],
|
|
@@ -2396,7 +2673,7 @@ exports.SynchronizeGatewayTargetsResponse$ = [3, n0, _SGTRy,
|
|
|
2396
2673
|
];
|
|
2397
2674
|
exports.TagResourceRequest$ = [3, n0, _TRR,
|
|
2398
2675
|
0,
|
|
2399
|
-
[
|
|
2676
|
+
[_rAes, _ta],
|
|
2400
2677
|
[[0, 1], 128 | 0], 2
|
|
2401
2678
|
];
|
|
2402
2679
|
exports.TagResourceResponse$ = [3, n0, _TRRa,
|
|
@@ -2434,9 +2711,14 @@ exports.ToolDefinition$ = [3, n0, _TDo,
|
|
|
2434
2711
|
[_n, _d, _iS, _oS],
|
|
2435
2712
|
[0, 0, () => exports.SchemaDefinition$, () => exports.SchemaDefinition$], 3
|
|
2436
2713
|
];
|
|
2714
|
+
exports.ToolsDefinition$ = [3, n0, _TDoo,
|
|
2715
|
+
0,
|
|
2716
|
+
[_pV, _iC],
|
|
2717
|
+
[0, 0]
|
|
2718
|
+
];
|
|
2437
2719
|
exports.UntagResourceRequest$ = [3, n0, _URR,
|
|
2438
2720
|
0,
|
|
2439
|
-
[
|
|
2721
|
+
[_rAes, _tK],
|
|
2440
2722
|
[[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
|
|
2441
2723
|
];
|
|
2442
2724
|
exports.UntagResourceResponse$ = [3, n0, _URRn,
|
|
@@ -2456,7 +2738,7 @@ exports.UpdateAgentRuntimeEndpointResponse$ = [3, n0, _UARERp,
|
|
|
2456
2738
|
];
|
|
2457
2739
|
exports.UpdateAgentRuntimeRequest$ = [3, n0, _UARR,
|
|
2458
2740
|
0,
|
|
2459
|
-
[_aRI, _aRAg, _rA, _nC, _d,
|
|
2741
|
+
[_aRI, _aRAg, _rA, _nC, _d, _aCu, _rHC, _pC, _lC, _mC, _eV, _fC, _cTl],
|
|
2460
2742
|
[[0, 1], () => exports.AgentRuntimeArtifact$, 0, () => exports.NetworkConfiguration$, [() => Description, 0], () => exports.AuthorizerConfiguration$, () => exports.RequestHeaderConfiguration$, () => exports.ProtocolConfiguration$, () => exports.LifecycleConfiguration$, () => exports.RuntimeMetadataConfiguration$, [() => EnvironmentVariablesMap, 0], () => FilesystemConfigurations, [0, 4]], 4
|
|
2461
2743
|
];
|
|
2462
2744
|
exports.UpdateAgentRuntimeResponse$ = [3, n0, _UARRp,
|
|
@@ -2474,11 +2756,91 @@ exports.UpdateApiKeyCredentialProviderResponse$ = [3, n0, _UAKCPRp,
|
|
|
2474
2756
|
[_aKSA, _n, _cPA, _cT, _lUT],
|
|
2475
2757
|
[() => exports.Secret$, 0, 0, 4, 4], 5
|
|
2476
2758
|
];
|
|
2759
|
+
exports.UpdatedA2aDescriptor$ = [3, n0, _UAD,
|
|
2760
|
+
0,
|
|
2761
|
+
[_oV],
|
|
2762
|
+
[() => exports.A2aDescriptor$]
|
|
2763
|
+
];
|
|
2764
|
+
exports.UpdatedAgentSkillsDescriptor$ = [3, n0, _UASD,
|
|
2765
|
+
0,
|
|
2766
|
+
[_oV],
|
|
2767
|
+
[() => exports.UpdatedAgentSkillsDescriptorFields$]
|
|
2768
|
+
];
|
|
2769
|
+
exports.UpdatedAgentSkillsDescriptorFields$ = [3, n0, _UASDF,
|
|
2770
|
+
0,
|
|
2771
|
+
[_sM, _sD],
|
|
2772
|
+
[() => exports.UpdatedSkillMdDefinition$, () => exports.UpdatedSkillDefinition$]
|
|
2773
|
+
];
|
|
2774
|
+
exports.UpdatedApprovalConfiguration$ = [3, n0, _UAC,
|
|
2775
|
+
0,
|
|
2776
|
+
[_oV],
|
|
2777
|
+
[() => exports.ApprovalConfiguration$]
|
|
2778
|
+
];
|
|
2779
|
+
exports.UpdatedAuthorizerConfiguration$ = [3, n0, _UACp,
|
|
2780
|
+
0,
|
|
2781
|
+
[_oV],
|
|
2782
|
+
[() => exports.AuthorizerConfiguration$]
|
|
2783
|
+
];
|
|
2784
|
+
exports.UpdatedCustomDescriptor$ = [3, n0, _UCD,
|
|
2785
|
+
0,
|
|
2786
|
+
[_oV],
|
|
2787
|
+
[() => exports.CustomDescriptor$]
|
|
2788
|
+
];
|
|
2477
2789
|
exports.UpdatedDescription$ = [3, n0, _UD,
|
|
2478
2790
|
0,
|
|
2479
2791
|
[_oV],
|
|
2480
2792
|
[[() => Description, 0]]
|
|
2481
2793
|
];
|
|
2794
|
+
exports.UpdatedDescriptors$ = [3, n0, _UDp,
|
|
2795
|
+
0,
|
|
2796
|
+
[_oV],
|
|
2797
|
+
[() => exports.UpdatedDescriptorsUnion$]
|
|
2798
|
+
];
|
|
2799
|
+
exports.UpdatedDescriptorsUnion$ = [3, n0, _UDU,
|
|
2800
|
+
0,
|
|
2801
|
+
[_mc, _a, _cu, _aSg],
|
|
2802
|
+
[() => exports.UpdatedMcpDescriptor$, () => exports.UpdatedA2aDescriptor$, () => exports.UpdatedCustomDescriptor$, () => exports.UpdatedAgentSkillsDescriptor$]
|
|
2803
|
+
];
|
|
2804
|
+
exports.UpdatedMcpDescriptor$ = [3, n0, _UMD,
|
|
2805
|
+
0,
|
|
2806
|
+
[_oV],
|
|
2807
|
+
[() => exports.UpdatedMcpDescriptorFields$]
|
|
2808
|
+
];
|
|
2809
|
+
exports.UpdatedMcpDescriptorFields$ = [3, n0, _UMDF,
|
|
2810
|
+
0,
|
|
2811
|
+
[_se, _to],
|
|
2812
|
+
[() => exports.UpdatedServerDefinition$, () => exports.UpdatedToolsDefinition$]
|
|
2813
|
+
];
|
|
2814
|
+
exports.UpdatedServerDefinition$ = [3, n0, _USD,
|
|
2815
|
+
0,
|
|
2816
|
+
[_oV],
|
|
2817
|
+
[() => exports.ServerDefinition$]
|
|
2818
|
+
];
|
|
2819
|
+
exports.UpdatedSkillDefinition$ = [3, n0, _USDp,
|
|
2820
|
+
0,
|
|
2821
|
+
[_oV],
|
|
2822
|
+
[() => exports.SkillDefinition$]
|
|
2823
|
+
];
|
|
2824
|
+
exports.UpdatedSkillMdDefinition$ = [3, n0, _USMD,
|
|
2825
|
+
0,
|
|
2826
|
+
[_oV],
|
|
2827
|
+
[() => exports.SkillMdDefinition$]
|
|
2828
|
+
];
|
|
2829
|
+
exports.UpdatedSynchronizationConfiguration$ = [3, n0, _USC,
|
|
2830
|
+
0,
|
|
2831
|
+
[_oV],
|
|
2832
|
+
[() => exports.SynchronizationConfiguration$]
|
|
2833
|
+
];
|
|
2834
|
+
exports.UpdatedSynchronizationType$ = [3, n0, _UST,
|
|
2835
|
+
0,
|
|
2836
|
+
[_oV],
|
|
2837
|
+
[0]
|
|
2838
|
+
];
|
|
2839
|
+
exports.UpdatedToolsDefinition$ = [3, n0, _UTD,
|
|
2840
|
+
0,
|
|
2841
|
+
[_oV],
|
|
2842
|
+
[() => exports.ToolsDefinition$]
|
|
2843
|
+
];
|
|
2482
2844
|
exports.UpdateEvaluatorRequest$ = [3, n0, _UER,
|
|
2483
2845
|
0,
|
|
2484
2846
|
[_eI, _cTl, _d, _eC, _le],
|
|
@@ -2491,12 +2853,12 @@ exports.UpdateEvaluatorResponse$ = [3, n0, _UERp,
|
|
|
2491
2853
|
];
|
|
2492
2854
|
exports.UpdateGatewayRequest$ = [3, n0, _UGR,
|
|
2493
2855
|
0,
|
|
2494
|
-
[_gIa, _n, _rA, _pT, _aT, _d, _pC,
|
|
2856
|
+
[_gIa, _n, _rA, _pT, _aT, _d, _pC, _aCu, _kKA, _iCnt, _pEC, _eL],
|
|
2495
2857
|
[[0, 1], [() => GatewayName, 0], 0, 0, 0, [() => GatewayDescription, 0], () => exports.GatewayProtocolConfiguration$, () => exports.AuthorizerConfiguration$, 0, () => GatewayInterceptorConfigurations, () => exports.GatewayPolicyEngineConfiguration$, 0], 5
|
|
2496
2858
|
];
|
|
2497
2859
|
exports.UpdateGatewayResponse$ = [3, n0, _UGRp,
|
|
2498
2860
|
0,
|
|
2499
|
-
[_gA, _gI, _cA, _uA, _st, _n, _pT, _aT, _gU, _sR, _d, _rA, _pC,
|
|
2861
|
+
[_gA, _gI, _cA, _uA, _st, _n, _pT, _aT, _gU, _sR, _d, _rA, _pC, _aCu, _kKA, _iCnt, _pEC, _wID, _eL],
|
|
2500
2862
|
[0, 0, 5, 5, 0, [() => GatewayName, 0], 0, 0, 0, 64 | 0, [() => GatewayDescription, 0], 0, () => exports.GatewayProtocolConfiguration$, () => exports.AuthorizerConfiguration$, 0, () => GatewayInterceptorConfigurations, () => exports.GatewayPolicyEngineConfiguration$, () => exports.WorkloadIdentityDetails$, 0], 8
|
|
2501
2863
|
];
|
|
2502
2864
|
exports.UpdateGatewayTargetRequest$ = [3, n0, _UGTR,
|
|
@@ -2559,6 +2921,36 @@ exports.UpdatePolicyResponse$ = [3, n0, _UPRp,
|
|
|
2559
2921
|
[_pIo, _n, _pEI, _de, _cA, _uA, _pAo, _st, _sR, _d],
|
|
2560
2922
|
[0, 0, 0, () => exports.PolicyDefinition$, 5, 5, 0, 0, 64 | 0, [() => Description, 0]], 9
|
|
2561
2923
|
];
|
|
2924
|
+
exports.UpdateRegistryRecordRequest$ = [3, n0, _URRR,
|
|
2925
|
+
0,
|
|
2926
|
+
[_rI, _rIe, _n, _d, _dT, _des, _rV, _sT, _sC, _tSr],
|
|
2927
|
+
[[0, 1], [0, 1], 0, [() => exports.UpdatedDescription$, 0], 0, () => exports.UpdatedDescriptors$, 0, () => exports.UpdatedSynchronizationType$, () => exports.UpdatedSynchronizationConfiguration$, 2], 2
|
|
2928
|
+
];
|
|
2929
|
+
exports.UpdateRegistryRecordResponse$ = [3, n0, _URRRp,
|
|
2930
|
+
0,
|
|
2931
|
+
[_rAeg, _rAe, _rIe, _n, _dT, _des, _st, _cA, _uA, _d, _rV, _sRt, _sT, _sC],
|
|
2932
|
+
[0, 0, 0, 0, 0, () => exports.Descriptors$, 0, 5, 5, [() => Description, 0], 0, 0, 0, () => exports.SynchronizationConfiguration$], 9
|
|
2933
|
+
];
|
|
2934
|
+
exports.UpdateRegistryRecordStatusRequest$ = [3, n0, _URRSR,
|
|
2935
|
+
0,
|
|
2936
|
+
[_rI, _rIe, _st, _sRt],
|
|
2937
|
+
[[0, 1], [0, 1], 0, 0], 4
|
|
2938
|
+
];
|
|
2939
|
+
exports.UpdateRegistryRecordStatusResponse$ = [3, n0, _URRSRp,
|
|
2940
|
+
0,
|
|
2941
|
+
[_rAeg, _rAe, _rIe, _st, _sRt, _uA],
|
|
2942
|
+
[0, 0, 0, 0, 0, 5], 6
|
|
2943
|
+
];
|
|
2944
|
+
exports.UpdateRegistryRequest$ = [3, n0, _URRp,
|
|
2945
|
+
0,
|
|
2946
|
+
[_rI, _n, _d, _aCu, _aCp],
|
|
2947
|
+
[[0, 1], 0, [() => exports.UpdatedDescription$, 0], () => exports.UpdatedAuthorizerConfiguration$, () => exports.UpdatedApprovalConfiguration$], 1
|
|
2948
|
+
];
|
|
2949
|
+
exports.UpdateRegistryResponse$ = [3, n0, _URRpd,
|
|
2950
|
+
0,
|
|
2951
|
+
[_n, _rI, _rAeg, _st, _cA, _uA, _d, _aT, _aCu, _aCp, _sRt],
|
|
2952
|
+
[0, 0, 0, 0, 5, 5, [() => Description, 0], 0, () => exports.AuthorizerConfiguration$, () => exports.ApprovalConfiguration$, 0], 6
|
|
2953
|
+
];
|
|
2562
2954
|
exports.UpdateWorkloadIdentityRequest$ = [3, n0, _UWIR,
|
|
2563
2955
|
0,
|
|
2564
2956
|
[_n, _aRORU],
|
|
@@ -2754,11 +3146,23 @@ var PolicyStatusReasons = 64 | 0;
|
|
|
2754
3146
|
var PrivateEndpointManagedResources = [1, n0, _PEMR,
|
|
2755
3147
|
0, () => exports.ManagedResourceDetails$
|
|
2756
3148
|
];
|
|
3149
|
+
var RegistryRecordCredentialProviderConfigurationList = [1, n0, _RRCPCL,
|
|
3150
|
+
0, () => exports.RegistryRecordCredentialProviderConfiguration$
|
|
3151
|
+
];
|
|
3152
|
+
var RegistryRecordSummaryList = [1, n0, _RRSL,
|
|
3153
|
+
0, [() => exports.RegistryRecordSummary$,
|
|
3154
|
+
0]
|
|
3155
|
+
];
|
|
3156
|
+
var RegistrySummaryList = [1, n0, _RSL,
|
|
3157
|
+
0, [() => exports.RegistrySummary$,
|
|
3158
|
+
0]
|
|
3159
|
+
];
|
|
2757
3160
|
var RequestHeaderAllowlist = 64 | 0;
|
|
2758
3161
|
var RequiredProperties = 64 | 0;
|
|
2759
3162
|
var ResourceOauth2ReturnUrlListType = 64 | 0;
|
|
2760
3163
|
var ResponseListType = 64 | 0;
|
|
2761
3164
|
var RestApiMethods = 64 | 0;
|
|
3165
|
+
var ScopeList = 64 | 0;
|
|
2762
3166
|
var SecurityGroupIds = 64 | 0;
|
|
2763
3167
|
var SecurityGroups = 64 | 0;
|
|
2764
3168
|
var ServiceNamesList = 64 | 0;
|
|
@@ -2775,7 +3179,7 @@ var TargetSummaries = [1, n0, _TSa,
|
|
|
2775
3179
|
0]
|
|
2776
3180
|
];
|
|
2777
3181
|
var TokenEndpointAuthMethodsType = 64 | 0;
|
|
2778
|
-
var ToolDefinitions = [1, n0,
|
|
3182
|
+
var ToolDefinitions = [1, n0, _TDool,
|
|
2779
3183
|
0, () => exports.ToolDefinition$
|
|
2780
3184
|
];
|
|
2781
3185
|
var TriggerConditionInputList = [1, n0, _TCIL,
|
|
@@ -2790,6 +3194,7 @@ var ValidationExceptionFieldList = [1, n0, _VEFL,
|
|
|
2790
3194
|
var WorkloadIdentityList = [1, n0, _WIL,
|
|
2791
3195
|
0, () => exports.WorkloadIdentityType$
|
|
2792
3196
|
];
|
|
3197
|
+
var CustomParameterMap = 128 | 0;
|
|
2793
3198
|
var EnvironmentVariablesMap = [2, n0, _EVM,
|
|
2794
3199
|
8, 0, 0
|
|
2795
3200
|
];
|
|
@@ -2813,19 +3218,19 @@ exports.ApiSchemaConfiguration$ = [4, n0, _ASC,
|
|
|
2813
3218
|
[_s_, _iPn],
|
|
2814
3219
|
[() => exports.S3Configuration$, [() => InlinePayload, 0]]
|
|
2815
3220
|
];
|
|
2816
|
-
exports.AuthorizationData$ = [4, n0,
|
|
3221
|
+
exports.AuthorizationData$ = [4, n0, _ADu,
|
|
2817
3222
|
0,
|
|
2818
3223
|
[_oa],
|
|
2819
3224
|
[() => exports.OAuth2AuthorizationData$]
|
|
2820
3225
|
];
|
|
2821
|
-
exports.AuthorizerConfiguration$ = [4, n0,
|
|
3226
|
+
exports.AuthorizerConfiguration$ = [4, n0, _ACu,
|
|
2822
3227
|
0,
|
|
2823
3228
|
[_cJWTA],
|
|
2824
3229
|
[() => exports.CustomJWTAuthorizerConfiguration$]
|
|
2825
3230
|
];
|
|
2826
3231
|
exports.CertificateLocation$ = [4, n0, _CL,
|
|
2827
3232
|
0,
|
|
2828
|
-
[
|
|
3233
|
+
[_sMe],
|
|
2829
3234
|
[() => exports.SecretsManagerLocation$]
|
|
2830
3235
|
];
|
|
2831
3236
|
exports.ClaimMatchValueType$ = [4, n0, _CMVT,
|
|
@@ -2993,8 +3398,8 @@ exports.PrivateEndpoint$ = [4, n0, _PEr,
|
|
|
2993
3398
|
[_sMLR, _mLR],
|
|
2994
3399
|
[() => exports.SelfManagedLatticeResource$, () => exports.ManagedLatticeResource$]
|
|
2995
3400
|
];
|
|
2996
|
-
exports.RatingScale$ = [4, n0,
|
|
2997
|
-
|
|
3401
|
+
exports.RatingScale$ = [4, n0, _RSa,
|
|
3402
|
+
8,
|
|
2998
3403
|
[_nu, _ca],
|
|
2999
3404
|
[() => NumericalScaleDefinitions, () => CategoricalScaleDefinitions]
|
|
3000
3405
|
];
|
|
@@ -3003,6 +3408,11 @@ exports.ReflectionConfiguration$ = [4, n0, _RCe,
|
|
|
3003
3408
|
[_cRC, _eRC],
|
|
3004
3409
|
[[() => exports.CustomReflectionConfiguration$, 0], () => exports.EpisodicReflectionConfiguration$]
|
|
3005
3410
|
];
|
|
3411
|
+
exports.RegistryRecordCredentialProviderUnion$ = [4, n0, _RRCPU,
|
|
3412
|
+
0,
|
|
3413
|
+
[_oCP, _iCP],
|
|
3414
|
+
[() => exports.RegistryRecordOAuthCredentialProvider$, () => exports.RegistryRecordIamCredentialProvider$]
|
|
3415
|
+
];
|
|
3006
3416
|
exports.RequestHeaderConfiguration$ = [4, n0, _RHC,
|
|
3007
3417
|
0,
|
|
3008
3418
|
[_rHA],
|
|
@@ -3010,7 +3420,7 @@ exports.RequestHeaderConfiguration$ = [4, n0, _RHC,
|
|
|
3010
3420
|
];
|
|
3011
3421
|
exports.Resource$ = [4, n0, _Re,
|
|
3012
3422
|
0,
|
|
3013
|
-
[
|
|
3423
|
+
[_ar],
|
|
3014
3424
|
[0]
|
|
3015
3425
|
];
|
|
3016
3426
|
exports.ResourceLocation$ = [4, n0, _RL,
|
|
@@ -3090,6 +3500,12 @@ exports.CreatePolicy$ = [9, n0, _CPre,
|
|
|
3090
3500
|
exports.CreatePolicyEngine$ = [9, n0, _CPE,
|
|
3091
3501
|
{ [_h]: ["POST", "/policy-engines", 202] }, () => exports.CreatePolicyEngineRequest$, () => exports.CreatePolicyEngineResponse$
|
|
3092
3502
|
];
|
|
3503
|
+
exports.CreateRegistry$ = [9, n0, _CR,
|
|
3504
|
+
{ [_h]: ["POST", "/registries", 202] }, () => exports.CreateRegistryRequest$, () => exports.CreateRegistryResponse$
|
|
3505
|
+
];
|
|
3506
|
+
exports.CreateRegistryRecord$ = [9, n0, _CRRre,
|
|
3507
|
+
{ [_h]: ["POST", "/registries/{registryId}/records", 202] }, () => exports.CreateRegistryRecordRequest$, () => exports.CreateRegistryRecordResponse$
|
|
3508
|
+
];
|
|
3093
3509
|
exports.CreateWorkloadIdentity$ = [9, n0, _CWI,
|
|
3094
3510
|
{ [_h]: ["POST", "/identities/CreateWorkloadIdentity", 201] }, () => exports.CreateWorkloadIdentityRequest$, () => exports.CreateWorkloadIdentityResponse$
|
|
3095
3511
|
];
|
|
@@ -3135,6 +3551,12 @@ exports.DeletePolicy$ = [9, n0, _DP,
|
|
|
3135
3551
|
exports.DeletePolicyEngine$ = [9, n0, _DPE,
|
|
3136
3552
|
{ [_h]: ["DELETE", "/policy-engines/{policyEngineId}", 202] }, () => exports.DeletePolicyEngineRequest$, () => exports.DeletePolicyEngineResponse$
|
|
3137
3553
|
];
|
|
3554
|
+
exports.DeleteRegistry$ = [9, n0, _DR,
|
|
3555
|
+
{ [_h]: ["DELETE", "/registries/{registryId}", 202] }, () => exports.DeleteRegistryRequest$, () => exports.DeleteRegistryResponse$
|
|
3556
|
+
];
|
|
3557
|
+
exports.DeleteRegistryRecord$ = [9, n0, _DRRel,
|
|
3558
|
+
{ [_h]: ["DELETE", "/registries/{registryId}/records/{recordId}", 200] }, () => exports.DeleteRegistryRecordRequest$, () => exports.DeleteRegistryRecordResponse$
|
|
3559
|
+
];
|
|
3138
3560
|
exports.DeleteResourcePolicy$ = [9, n0, _DRP,
|
|
3139
3561
|
{ [_h]: ["DELETE", "/resourcepolicy/{resourceArn}", 204] }, () => exports.DeleteResourcePolicyRequest$, () => exports.DeleteResourcePolicyResponse$
|
|
3140
3562
|
];
|
|
@@ -3186,6 +3608,12 @@ exports.GetPolicyEngine$ = [9, n0, _GPE,
|
|
|
3186
3608
|
exports.GetPolicyGeneration$ = [9, n0, _GPG,
|
|
3187
3609
|
{ [_h]: ["GET", "/policy-engines/{policyEngineId}/policy-generations/{policyGenerationId}", 200] }, () => exports.GetPolicyGenerationRequest$, () => exports.GetPolicyGenerationResponse$
|
|
3188
3610
|
];
|
|
3611
|
+
exports.GetRegistry$ = [9, n0, _GR,
|
|
3612
|
+
{ [_h]: ["GET", "/registries/{registryId}", 200] }, () => exports.GetRegistryRequest$, () => exports.GetRegistryResponse$
|
|
3613
|
+
];
|
|
3614
|
+
exports.GetRegistryRecord$ = [9, n0, _GRRet,
|
|
3615
|
+
{ [_h]: ["GET", "/registries/{registryId}/records/{recordId}", 200] }, () => exports.GetRegistryRecordRequest$, () => exports.GetRegistryRecordResponse$
|
|
3616
|
+
];
|
|
3189
3617
|
exports.GetResourcePolicy$ = [9, n0, _GRP,
|
|
3190
3618
|
{ [_h]: ["GET", "/resourcepolicy/{resourceArn}", 200] }, () => exports.GetResourcePolicyRequest$, () => exports.GetResourcePolicyResponse$
|
|
3191
3619
|
];
|
|
@@ -3246,6 +3674,12 @@ exports.ListPolicyGenerationAssets$ = [9, n0, _LPGA,
|
|
|
3246
3674
|
exports.ListPolicyGenerations$ = [9, n0, _LPG,
|
|
3247
3675
|
{ [_h]: ["GET", "/policy-engines/{policyEngineId}/policy-generations", 200] }, () => exports.ListPolicyGenerationsRequest$, () => exports.ListPolicyGenerationsResponse$
|
|
3248
3676
|
];
|
|
3677
|
+
exports.ListRegistries$ = [9, n0, _LR,
|
|
3678
|
+
{ [_h]: ["GET", "/registries", 200] }, () => exports.ListRegistriesRequest$, () => exports.ListRegistriesResponse$
|
|
3679
|
+
];
|
|
3680
|
+
exports.ListRegistryRecords$ = [9, n0, _LRRis,
|
|
3681
|
+
{ [_h]: ["GET", "/registries/{registryId}/records", 200] }, () => exports.ListRegistryRecordsRequest$, () => exports.ListRegistryRecordsResponse$
|
|
3682
|
+
];
|
|
3249
3683
|
exports.ListTagsForResource$ = [9, n0, _LTFR,
|
|
3250
3684
|
{ [_h]: ["GET", "/tags/{resourceArn}", 200] }, () => exports.ListTagsForResourceRequest$, () => exports.ListTagsForResourceResponse$
|
|
3251
3685
|
];
|
|
@@ -3261,6 +3695,9 @@ exports.SetTokenVaultCMK$ = [9, n0, _STVCMK,
|
|
|
3261
3695
|
exports.StartPolicyGeneration$ = [9, n0, _SPG,
|
|
3262
3696
|
{ [_h]: ["POST", "/policy-engines/{policyEngineId}/policy-generations", 202] }, () => exports.StartPolicyGenerationRequest$, () => exports.StartPolicyGenerationResponse$
|
|
3263
3697
|
];
|
|
3698
|
+
exports.SubmitRegistryRecordForApproval$ = [9, n0, _SRRFA,
|
|
3699
|
+
{ [_h]: ["POST", "/registries/{registryId}/records/{recordId}/submit-for-approval", 202] }, () => exports.SubmitRegistryRecordForApprovalRequest$, () => exports.SubmitRegistryRecordForApprovalResponse$
|
|
3700
|
+
];
|
|
3264
3701
|
exports.SynchronizeGatewayTargets$ = [9, n0, _SGT,
|
|
3265
3702
|
{ [_h]: ["PUT", "/gateways/{gatewayIdentifier}/synchronizeTargets", 202] }, () => exports.SynchronizeGatewayTargetsRequest$, () => exports.SynchronizeGatewayTargetsResponse$
|
|
3266
3703
|
];
|
|
@@ -3303,6 +3740,15 @@ exports.UpdatePolicy$ = [9, n0, _UP,
|
|
|
3303
3740
|
exports.UpdatePolicyEngine$ = [9, n0, _UPE,
|
|
3304
3741
|
{ [_h]: ["PATCH", "/policy-engines/{policyEngineId}", 202] }, () => exports.UpdatePolicyEngineRequest$, () => exports.UpdatePolicyEngineResponse$
|
|
3305
3742
|
];
|
|
3743
|
+
exports.UpdateRegistry$ = [9, n0, _URp,
|
|
3744
|
+
{ [_h]: ["PATCH", "/registries/{registryId}", 202] }, () => exports.UpdateRegistryRequest$, () => exports.UpdateRegistryResponse$
|
|
3745
|
+
];
|
|
3746
|
+
exports.UpdateRegistryRecord$ = [9, n0, _URRpda,
|
|
3747
|
+
{ [_h]: ["PATCH", "/registries/{registryId}/records/{recordId}", 202] }, () => exports.UpdateRegistryRecordRequest$, () => exports.UpdateRegistryRecordResponse$
|
|
3748
|
+
];
|
|
3749
|
+
exports.UpdateRegistryRecordStatus$ = [9, n0, _URRS,
|
|
3750
|
+
{ [_h]: ["PATCH", "/registries/{registryId}/records/{recordId}/status", 202] }, () => exports.UpdateRegistryRecordStatusRequest$, () => exports.UpdateRegistryRecordStatusResponse$
|
|
3751
|
+
];
|
|
3306
3752
|
exports.UpdateWorkloadIdentity$ = [9, n0, _UWI,
|
|
3307
3753
|
{ [_h]: ["POST", "/identities/UpdateWorkloadIdentity", 200] }, () => exports.UpdateWorkloadIdentityRequest$, () => exports.UpdateWorkloadIdentityResponse$
|
|
3308
3754
|
];
|