@aws-sdk/client-bedrock-agentcore-control 3.1038.0 → 3.1040.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.
Files changed (99) hide show
  1. package/README.md +84 -0
  2. package/dist-cjs/index.js +239 -0
  3. package/dist-cjs/schemas/schemas_0.js +674 -138
  4. package/dist-es/BedrockAgentCoreControl.js +30 -0
  5. package/dist-es/commands/CreateConfigurationBundleCommand.js +16 -0
  6. package/dist-es/commands/CreateGatewayRuleCommand.js +16 -0
  7. package/dist-es/commands/DeleteConfigurationBundleCommand.js +16 -0
  8. package/dist-es/commands/DeleteGatewayRuleCommand.js +16 -0
  9. package/dist-es/commands/GetConfigurationBundleCommand.js +16 -0
  10. package/dist-es/commands/GetConfigurationBundleVersionCommand.js +16 -0
  11. package/dist-es/commands/GetGatewayRuleCommand.js +16 -0
  12. package/dist-es/commands/ListConfigurationBundleVersionsCommand.js +16 -0
  13. package/dist-es/commands/ListConfigurationBundlesCommand.js +16 -0
  14. package/dist-es/commands/ListGatewayRulesCommand.js +16 -0
  15. package/dist-es/commands/UpdateConfigurationBundleCommand.js +16 -0
  16. package/dist-es/commands/UpdateGatewayRuleCommand.js +16 -0
  17. package/dist-es/commands/index.js +12 -0
  18. package/dist-es/models/enums.js +50 -0
  19. package/dist-es/pagination/ListConfigurationBundleVersionsPaginator.js +4 -0
  20. package/dist-es/pagination/ListConfigurationBundlesPaginator.js +4 -0
  21. package/dist-es/pagination/ListGatewayRulesPaginator.js +4 -0
  22. package/dist-es/pagination/index.js +3 -0
  23. package/dist-es/schemas/schemas_0.js +660 -126
  24. package/dist-types/BedrockAgentCoreControl.d.ts +106 -0
  25. package/dist-types/BedrockAgentCoreControlClient.d.ts +14 -2
  26. package/dist-types/commands/CreateConfigurationBundleCommand.d.ts +111 -0
  27. package/dist-types/commands/CreateEvaluatorCommand.d.ts +1 -0
  28. package/dist-types/commands/CreateGatewayCommand.d.ts +4 -4
  29. package/dist-types/commands/CreateGatewayRuleCommand.d.ts +232 -0
  30. package/dist-types/commands/CreateGatewayTargetCommand.d.ts +19 -6
  31. package/dist-types/commands/CreateHarnessCommand.d.ts +2 -2
  32. package/dist-types/commands/CreateMemoryCommand.d.ts +233 -1
  33. package/dist-types/commands/CreateOauth2CredentialProviderCommand.d.ts +22 -2
  34. package/dist-types/commands/DeleteConfigurationBundleCommand.d.ts +93 -0
  35. package/dist-types/commands/DeleteGatewayRuleCommand.d.ts +94 -0
  36. package/dist-types/commands/DeleteHarnessCommand.d.ts +1 -1
  37. package/dist-types/commands/DeleteMemoryCommand.d.ts +1 -1
  38. package/dist-types/commands/GetConfigurationBundleCommand.d.ts +112 -0
  39. package/dist-types/commands/GetConfigurationBundleVersionCommand.d.ts +112 -0
  40. package/dist-types/commands/GetEvaluatorCommand.d.ts +2 -0
  41. package/dist-types/commands/GetGatewayCommand.d.ts +2 -2
  42. package/dist-types/commands/GetGatewayRuleCommand.d.ts +162 -0
  43. package/dist-types/commands/GetGatewayTargetCommand.d.ts +10 -3
  44. package/dist-types/commands/GetHarnessCommand.d.ts +1 -1
  45. package/dist-types/commands/GetMemoryCommand.d.ts +70 -1
  46. package/dist-types/commands/GetOauth2CredentialProviderCommand.d.ts +10 -0
  47. package/dist-types/commands/ListConfigurationBundleVersionsCommand.d.ts +115 -0
  48. package/dist-types/commands/ListConfigurationBundlesCommand.d.ts +95 -0
  49. package/dist-types/commands/ListEvaluatorsCommand.d.ts +1 -0
  50. package/dist-types/commands/ListGatewayRulesCommand.d.ts +168 -0
  51. package/dist-types/commands/ListGatewaysCommand.d.ts +2 -2
  52. package/dist-types/commands/ListMemoriesCommand.d.ts +1 -1
  53. package/dist-types/commands/SynchronizeGatewayTargetsCommand.d.ts +10 -3
  54. package/dist-types/commands/UpdateConfigurationBundleCommand.d.ts +112 -0
  55. package/dist-types/commands/UpdateEvaluatorCommand.d.ts +1 -0
  56. package/dist-types/commands/UpdateGatewayCommand.d.ts +4 -4
  57. package/dist-types/commands/UpdateGatewayRuleCommand.d.ts +230 -0
  58. package/dist-types/commands/UpdateGatewayTargetCommand.d.ts +19 -6
  59. package/dist-types/commands/UpdateHarnessCommand.d.ts +2 -2
  60. package/dist-types/commands/UpdateMemoryCommand.d.ts +236 -1
  61. package/dist-types/commands/UpdateOauth2CredentialProviderCommand.d.ts +22 -2
  62. package/dist-types/commands/index.d.ts +12 -0
  63. package/dist-types/models/enums.d.ts +130 -0
  64. package/dist-types/models/models_0.d.ts +2979 -3024
  65. package/dist-types/models/models_1.d.ts +1742 -4
  66. package/dist-types/pagination/ListConfigurationBundleVersionsPaginator.d.ts +7 -0
  67. package/dist-types/pagination/ListConfigurationBundlesPaginator.d.ts +7 -0
  68. package/dist-types/pagination/ListGatewayRulesPaginator.d.ts +7 -0
  69. package/dist-types/pagination/index.d.ts +3 -0
  70. package/dist-types/schemas/schemas_0.d.ts +72 -0
  71. package/dist-types/ts3.4/BedrockAgentCoreControl.d.ts +226 -0
  72. package/dist-types/ts3.4/BedrockAgentCoreControlClient.d.ts +72 -0
  73. package/dist-types/ts3.4/commands/CreateConfigurationBundleCommand.d.ts +51 -0
  74. package/dist-types/ts3.4/commands/CreateGatewayRuleCommand.d.ts +51 -0
  75. package/dist-types/ts3.4/commands/CreateMemoryCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/DeleteConfigurationBundleCommand.d.ts +51 -0
  77. package/dist-types/ts3.4/commands/DeleteGatewayRuleCommand.d.ts +51 -0
  78. package/dist-types/ts3.4/commands/DeleteMemoryCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/GetConfigurationBundleCommand.d.ts +51 -0
  80. package/dist-types/ts3.4/commands/GetConfigurationBundleVersionCommand.d.ts +51 -0
  81. package/dist-types/ts3.4/commands/GetGatewayRuleCommand.d.ts +50 -0
  82. package/dist-types/ts3.4/commands/GetMemoryCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/ListConfigurationBundleVersionsCommand.d.ts +51 -0
  84. package/dist-types/ts3.4/commands/ListConfigurationBundlesCommand.d.ts +51 -0
  85. package/dist-types/ts3.4/commands/ListGatewayRulesCommand.d.ts +50 -0
  86. package/dist-types/ts3.4/commands/ListMemoriesCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/UpdateConfigurationBundleCommand.d.ts +51 -0
  88. package/dist-types/ts3.4/commands/UpdateGatewayRuleCommand.d.ts +51 -0
  89. package/dist-types/ts3.4/commands/UpdateMemoryCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/index.d.ts +12 -0
  91. package/dist-types/ts3.4/models/enums.d.ts +67 -0
  92. package/dist-types/ts3.4/models/models_0.d.ts +495 -674
  93. package/dist-types/ts3.4/models/models_1.d.ts +718 -7
  94. package/dist-types/ts3.4/pagination/ListConfigurationBundleVersionsPaginator.d.ts +11 -0
  95. package/dist-types/ts3.4/pagination/ListConfigurationBundlesPaginator.d.ts +11 -0
  96. package/dist-types/ts3.4/pagination/ListGatewayRulesPaginator.d.ts +11 -0
  97. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  98. package/dist-types/ts3.4/schemas/schemas_0.d.ts +72 -0
  99. package/package.json +7 -7
@@ -1,17 +1,20 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
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.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.CreateHarnessResponse$ = exports.CreateHarnessRequest$ = 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.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.DeleteHarnessResponse$ = exports.DeleteHarnessRequest$ = exports.DeleteGatewayTargetResponse$ = exports.DeleteGatewayTargetRequest$ = exports.DeleteGatewayResponse$ = exports.DeleteGatewayRequest$ = exports.DeleteEvaluatorResponse$ = exports.DeleteEvaluatorRequest$ = exports.DeleteCodeInterpreterResponse$ = exports.DeleteCodeInterpreterRequest$ = void 0;
6
- exports.HarnessAgentCoreMemoryConfiguration$ = exports.HarnessAgentCoreGatewayConfig$ = exports.HarnessAgentCoreCodeInterpreterConfig$ = exports.HarnessAgentCoreBrowserConfig$ = exports.Harness$ = exports.GoogleOauth2ProviderConfigOutput$ = exports.GoogleOauth2ProviderConfigInput$ = exports.GithubOauth2ProviderConfigOutput$ = exports.GithubOauth2ProviderConfigInput$ = exports.GetWorkloadIdentityResponse$ = exports.GetWorkloadIdentityRequest$ = exports.GetTokenVaultResponse$ = exports.GetTokenVaultRequest$ = exports.GetResourcePolicyResponse$ = exports.GetResourcePolicyRequest$ = exports.GetRegistryResponse$ = exports.GetRegistryRequest$ = exports.GetRegistryRecordResponse$ = exports.GetRegistryRecordRequest$ = exports.GetPolicyResponse$ = exports.GetPolicyRequest$ = exports.GetPolicyGenerationResponse$ = exports.GetPolicyGenerationRequest$ = exports.GetPolicyEngineResponse$ = exports.GetPolicyEngineRequest$ = exports.GetOnlineEvaluationConfigResponse$ = exports.GetOnlineEvaluationConfigRequest$ = exports.GetOauth2CredentialProviderResponse$ = exports.GetOauth2CredentialProviderRequest$ = exports.GetMemoryOutput$ = exports.GetMemoryInput$ = exports.GetHarnessResponse$ = exports.GetHarnessRequest$ = 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$ = exports.GetApiKeyCredentialProviderRequest$ = exports.GetAgentRuntimeResponse$ = exports.GetAgentRuntimeRequest$ = exports.GetAgentRuntimeEndpointResponse$ = void 0;
7
- exports.ListMemoriesInput$ = exports.ListHarnessesResponse$ = exports.ListHarnessesRequest$ = 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$ = exports.LambdaInterceptorConfiguration$ = exports.LambdaEvaluatorConfig$ = exports.KmsConfiguration$ = exports.KinesisResource$ = exports.InvocationConfigurationInput$ = exports.InvocationConfiguration$ = exports.InterceptorInputConfiguration$ = exports.InferenceConfiguration$ = exports.IncludedOauth2ProviderConfigOutput$ = exports.IncludedOauth2ProviderConfigInput$ = exports.IamCredentialProvider$ = exports.HarnessTruncationConfiguration$ = exports.HarnessTool$ = exports.HarnessSummary$ = exports.HarnessSummarizationConfiguration$ = exports.HarnessSlidingWindowConfiguration$ = exports.HarnessRemoteMcpConfig$ = exports.HarnessOpenAiModelConfig$ = exports.HarnessInlineFunctionConfig$ = exports.HarnessGeminiModelConfig$ = exports.HarnessBedrockModelConfig$ = exports.HarnessAgentCoreRuntimeEnvironmentRequest$ = exports.HarnessAgentCoreRuntimeEnvironment$ = exports.HarnessAgentCoreMemoryRetrievalConfig$ = void 0;
8
- 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$ = exports.MCPGatewayConfiguration$ = exports.McpDescriptor$ = exports.ManagedVpcResource$ = exports.ManagedResourceDetails$ = 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$ = void 0;
9
- 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$ = 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.PrivateEndpointOverride$ = exports.PolicyGenerationDetails$ = exports.PolicyGenerationAsset$ = exports.PolicyGeneration$ = exports.PolicyEngine$ = void 0;
10
- exports.UpdateMemoryOutput$ = exports.UpdateMemoryInput$ = exports.UpdateHarnessResponse$ = exports.UpdateHarnessRequest$ = 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.UpdatedHarnessMemoryConfiguration$ = exports.UpdatedHarnessEnvironmentArtifact$ = exports.UpdatedDescriptorsUnion$ = exports.UpdatedDescriptors$ = exports.UpdatedDescription$ = 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$ = void 0;
11
- 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$ = 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$ = void 0;
12
- exports.CreatePolicy$ = exports.CreateOnlineEvaluationConfig$ = exports.CreateOauth2CredentialProvider$ = exports.CreateMemory$ = exports.CreateHarness$ = exports.CreateGatewayTarget$ = exports.CreateGateway$ = exports.CreateEvaluator$ = exports.CreateCodeInterpreter$ = 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.HarnessTruncationStrategyConfiguration$ = exports.HarnessToolConfiguration$ = exports.HarnessSystemContentBlock$ = exports.HarnessSkill$ = exports.HarnessModelConfiguration$ = exports.HarnessMemoryConfiguration$ = exports.HarnessGatewayOutboundAuth$ = exports.HarnessEnvironmentProviderRequest$ = exports.HarnessEnvironmentProvider$ = exports.HarnessEnvironmentArtifact$ = exports.GatewayProtocolConfiguration$ = exports.FilterValue$ = void 0;
13
- exports.ListBrowsers$ = exports.ListBrowserProfiles$ = exports.ListApiKeyCredentialProviders$ = exports.ListAgentRuntimeVersions$ = exports.ListAgentRuntimes$ = exports.ListAgentRuntimeEndpoints$ = exports.GetWorkloadIdentity$ = exports.GetTokenVault$ = exports.GetResourcePolicy$ = exports.GetRegistryRecord$ = exports.GetRegistry$ = exports.GetPolicyGeneration$ = exports.GetPolicyEngine$ = exports.GetPolicy$ = exports.GetOnlineEvaluationConfig$ = exports.GetOauth2CredentialProvider$ = exports.GetMemory$ = exports.GetHarness$ = 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.DeleteHarness$ = 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$ = void 0;
14
- exports.UpdateWorkloadIdentity$ = exports.UpdateRegistryRecordStatus$ = exports.UpdateRegistryRecord$ = exports.UpdateRegistry$ = exports.UpdatePolicyEngine$ = exports.UpdatePolicy$ = exports.UpdateOnlineEvaluationConfig$ = exports.UpdateOauth2CredentialProvider$ = exports.UpdateMemory$ = exports.UpdateHarness$ = 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.ListHarnesses$ = exports.ListGatewayTargets$ = exports.ListGateways$ = exports.ListEvaluators$ = exports.ListCodeInterpreters$ = void 0;
3
+ exports.ContainerConfiguration$ = exports.ConfigurationBundleVersionSummary$ = exports.ConfigurationBundleSummary$ = exports.ConfigurationBundleReference$ = exports.ComponentConfiguration$ = 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.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.CreateHarnessResponse$ = exports.CreateHarnessRequest$ = exports.CreateGatewayTargetResponse$ = exports.CreateGatewayTargetRequest$ = exports.CreateGatewayRuleResponse$ = exports.CreateGatewayRuleRequest$ = exports.CreateGatewayResponse$ = exports.CreateGatewayRequest$ = exports.CreateEvaluatorResponse$ = exports.CreateEvaluatorRequest$ = exports.CreateConfigurationBundleResponse$ = exports.CreateConfigurationBundleRequest$ = exports.CreateCodeInterpreterResponse$ = exports.CreateCodeInterpreterRequest$ = exports.CreateBrowserResponse$ = exports.CreateBrowserRequest$ = exports.CreateBrowserProfileResponse$ = exports.CreateBrowserProfileRequest$ = exports.CreateApiKeyCredentialProviderResponse$ = exports.CreateApiKeyCredentialProviderRequest$ = exports.CreateAgentRuntimeResponse$ = exports.CreateAgentRuntimeRequest$ = exports.CreateAgentRuntimeEndpointResponse$ = exports.CreateAgentRuntimeEndpointRequest$ = exports.ContentConfiguration$ = void 0;
5
+ 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.DeleteHarnessResponse$ = exports.DeleteHarnessRequest$ = exports.DeleteGatewayTargetResponse$ = exports.DeleteGatewayTargetRequest$ = exports.DeleteGatewayRuleResponse$ = exports.DeleteGatewayRuleRequest$ = exports.DeleteGatewayResponse$ = exports.DeleteGatewayRequest$ = exports.DeleteEvaluatorResponse$ = exports.DeleteEvaluatorRequest$ = exports.DeleteConfigurationBundleResponse$ = exports.DeleteConfigurationBundleRequest$ = exports.DeleteCodeInterpreterResponse$ = exports.DeleteCodeInterpreterRequest$ = exports.DeleteBrowserResponse$ = exports.DeleteBrowserRequest$ = exports.DeleteBrowserProfileResponse$ = exports.DeleteBrowserProfileRequest$ = exports.DeleteApiKeyCredentialProviderResponse$ = exports.DeleteApiKeyCredentialProviderRequest$ = exports.DeleteAgentRuntimeResponse$ = exports.DeleteAgentRuntimeRequest$ = void 0;
6
+ 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.GetHarnessResponse$ = exports.GetHarnessRequest$ = exports.GetGatewayTargetResponse$ = exports.GetGatewayTargetRequest$ = exports.GetGatewayRuleResponse$ = exports.GetGatewayRuleRequest$ = exports.GetGatewayResponse$ = exports.GetGatewayRequest$ = exports.GetEvaluatorResponse$ = exports.GetEvaluatorRequest$ = exports.GetConfigurationBundleVersionResponse$ = exports.GetConfigurationBundleVersionRequest$ = exports.GetConfigurationBundleResponse$ = exports.GetConfigurationBundleRequest$ = exports.GetCodeInterpreterResponse$ = exports.GetCodeInterpreterRequest$ = exports.GetBrowserResponse$ = exports.GetBrowserRequest$ = exports.GetBrowserProfileResponse$ = exports.GetBrowserProfileRequest$ = exports.GetApiKeyCredentialProviderResponse$ = exports.GetApiKeyCredentialProviderRequest$ = exports.GetAgentRuntimeResponse$ = exports.GetAgentRuntimeRequest$ = exports.GetAgentRuntimeEndpointResponse$ = exports.GetAgentRuntimeEndpointRequest$ = exports.GatewayTarget$ = exports.GatewaySummary$ = exports.GatewayRuleDetail$ = exports.GatewayPolicyEngineConfiguration$ = exports.GatewayInterceptorConfiguration$ = exports.GatewayApiKeyCredentialProvider$ = exports.FromUrlSynchronizationConfiguration$ = exports.Finding$ = exports.Filter$ = exports.EvaluatorSummary$ = exports.EpisodicReflectionOverride$ = exports.EpisodicReflectionConfigurationInput$ = void 0;
7
+ exports.ListAgentRuntimeEndpointsResponse$ = exports.ListAgentRuntimeEndpointsRequest$ = exports.LinkedinOauth2ProviderConfigOutput$ = exports.LinkedinOauth2ProviderConfigInput$ = exports.LifecycleConfiguration$ = exports.LambdaInterceptorConfiguration$ = exports.LambdaEvaluatorConfig$ = exports.KmsConfiguration$ = exports.KinesisResource$ = exports.InvocationConfigurationInput$ = exports.InvocationConfiguration$ = exports.InterceptorInputConfiguration$ = exports.InferenceConfiguration$ = exports.IndexedKey$ = exports.IncludedOauth2ProviderConfigOutput$ = exports.IncludedOauth2ProviderConfigInput$ = exports.IamPrincipal$ = exports.IamCredentialProvider$ = exports.HarnessTruncationConfiguration$ = exports.HarnessTool$ = exports.HarnessSummary$ = exports.HarnessSummarizationConfiguration$ = exports.HarnessSlidingWindowConfiguration$ = exports.HarnessRemoteMcpConfig$ = exports.HarnessOpenAiModelConfig$ = exports.HarnessInlineFunctionConfig$ = exports.HarnessGeminiModelConfig$ = exports.HarnessBedrockModelConfig$ = exports.HarnessAgentCoreRuntimeEnvironmentRequest$ = exports.HarnessAgentCoreRuntimeEnvironment$ = exports.HarnessAgentCoreMemoryRetrievalConfig$ = exports.HarnessAgentCoreMemoryConfiguration$ = exports.HarnessAgentCoreGatewayConfig$ = exports.HarnessAgentCoreCodeInterpreterConfig$ = exports.HarnessAgentCoreBrowserConfig$ = exports.Harness$ = exports.GoogleOauth2ProviderConfigOutput$ = exports.GoogleOauth2ProviderConfigInput$ = exports.GithubOauth2ProviderConfigOutput$ = exports.GithubOauth2ProviderConfigInput$ = exports.GetWorkloadIdentityResponse$ = exports.GetWorkloadIdentityRequest$ = exports.GetTokenVaultResponse$ = exports.GetTokenVaultRequest$ = exports.GetResourcePolicyResponse$ = exports.GetResourcePolicyRequest$ = exports.GetRegistryResponse$ = exports.GetRegistryRequest$ = exports.GetRegistryRecordResponse$ = exports.GetRegistryRecordRequest$ = void 0;
8
+ exports.LlmExtractionConfig$ = 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.ListHarnessesResponse$ = exports.ListHarnessesRequest$ = exports.ListGatewayTargetsResponse$ = exports.ListGatewayTargetsRequest$ = exports.ListGatewaysResponse$ = exports.ListGatewaysRequest$ = exports.ListGatewayRulesResponse$ = exports.ListGatewayRulesRequest$ = exports.ListEvaluatorsResponse$ = exports.ListEvaluatorsRequest$ = exports.ListConfigurationBundleVersionsResponse$ = exports.ListConfigurationBundleVersionsRequest$ = exports.ListConfigurationBundlesResponse$ = exports.ListConfigurationBundlesRequest$ = exports.ListCodeInterpretersResponse$ = exports.ListCodeInterpretersRequest$ = exports.ListBrowsersResponse$ = exports.ListBrowsersRequest$ = exports.ListBrowserProfilesResponse$ = exports.ListBrowserProfilesRequest$ = exports.ListApiKeyCredentialProvidersResponse$ = exports.ListApiKeyCredentialProvidersRequest$ = exports.ListAgentRuntimeVersionsResponse$ = exports.ListAgentRuntimeVersionsRequest$ = exports.ListAgentRuntimesResponse$ = exports.ListAgentRuntimesRequest$ = void 0;
9
+ exports.RuntimeMetadataConfiguration$ = exports.Rule$ = exports.RegistrySummary$ = exports.RegistryRecordSummary$ = exports.RegistryRecordOAuthCredentialProvider$ = exports.RegistryRecordIamCredentialProvider$ = exports.RegistryRecordCredentialProviderConfiguration$ = exports.RecordingConfig$ = exports.PutResourcePolicyResponse$ = exports.PutResourcePolicyRequest$ = exports.ProtocolConfiguration$ = exports.PrivateEndpointOverride$ = exports.PolicyGenerationDetails$ = exports.PolicyGenerationAsset$ = exports.PolicyGeneration$ = exports.PolicyEngine$ = exports.Policy$ = exports.OutputConfig$ = exports.OnlineEvaluationConfigSummary$ = exports.OnBehalfOfTokenExchangeConfigType$ = exports.OAuthCredentialProvider$ = exports.Oauth2CredentialProviderItem$ = exports.Oauth2AuthorizationServerMetadata$ = exports.OAuth2AuthorizationData$ = exports.NumericalScaleDefinition$ = exports.NumberValidation$ = exports.NetworkConfiguration$ = exports.ModifyStrategyConfiguration$ = exports.ModifySelfManagedConfiguration$ = exports.ModifyMemoryStrategyInput$ = exports.ModifyMemoryStrategies$ = exports.ModifyInvocationConfigurationInput$ = exports.MicrosoftOauth2ProviderConfigOutput$ = exports.MicrosoftOauth2ProviderConfigInput$ = exports.MetadataSchemaEntry$ = exports.MetadataConfiguration$ = exports.MessageBasedTriggerInput$ = exports.MessageBasedTrigger$ = exports.MemorySummary$ = exports.MemoryStrategy$ = exports.MemoryRecordSchema$ = exports.Memory$ = exports.McpServerTargetConfiguration$ = exports.McpLambdaTargetConfiguration$ = exports.MCPGatewayConfiguration$ = exports.McpDescriptor$ = exports.MatchPrincipals$ = exports.MatchPaths$ = exports.ManagedVpcResource$ = exports.ManagedResourceDetails$ = void 0;
10
+ exports.TimeBasedTriggerInput$ = exports.TimeBasedTrigger$ = exports.TargetTrafficSplitEntry$ = exports.TargetSummary$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.SystemManagedBlock$ = exports.SynchronizeGatewayTargetsResponse$ = exports.SynchronizeGatewayTargetsRequest$ = exports.SynchronizationConfiguration$ = exports.SummaryOverrideConsolidationConfigurationInput$ = exports.SummaryOverrideConfigurationInput$ = exports.SummaryMemoryStrategyInput$ = exports.SummaryConsolidationOverride$ = exports.SubmitRegistryRecordForApprovalResponse$ = exports.SubmitRegistryRecordForApprovalRequest$ = exports.StringValidation$ = exports.StringListValidation$ = exports.StreamDeliveryResources$ = exports.StrategyConfiguration$ = exports.StaticRoute$ = exports.StaticOverride$ = exports.StartPolicyGenerationResponse$ = exports.StartPolicyGenerationRequest$ = exports.SlackOauth2ProviderConfigOutput$ = exports.SlackOauth2ProviderConfigInput$ = exports.SkillMdDefinition$ = exports.SkillDefinition$ = exports.SetTokenVaultCMKResponse$ = exports.SetTokenVaultCMKRequest$ = exports.SessionStorageConfiguration$ = exports.SessionConfig$ = exports.ServerDefinition$ = exports.SemanticOverrideExtractionConfigurationInput$ = exports.SemanticOverrideConsolidationConfigurationInput$ = exports.SemanticOverrideConfigurationInput$ = exports.SemanticMemoryStrategyInput$ = exports.SemanticExtractionOverride$ = exports.SemanticConsolidationOverride$ = exports.SelfManagedConfigurationInput$ = exports.SelfManagedConfiguration$ = exports.SecretsManagerLocation$ = exports.Secret$ = exports.SchemaDefinition$ = exports.SamplingConfig$ = exports.SalesforceOauth2ProviderConfigOutput$ = exports.SalesforceOauth2ProviderConfigInput$ = exports.S3Location$ = exports.S3Configuration$ = exports.RuntimeTargetConfiguration$ = void 0;
11
+ exports.UpdateOnlineEvaluationConfigRequest$ = exports.UpdateOauth2CredentialProviderResponse$ = exports.UpdateOauth2CredentialProviderRequest$ = exports.UpdateMemoryOutput$ = exports.UpdateMemoryInput$ = exports.UpdateHarnessResponse$ = exports.UpdateHarnessRequest$ = exports.UpdateGatewayTargetResponse$ = exports.UpdateGatewayTargetRequest$ = exports.UpdateGatewayRuleResponse$ = exports.UpdateGatewayRuleRequest$ = exports.UpdateGatewayResponse$ = exports.UpdateGatewayRequest$ = exports.UpdateEvaluatorResponse$ = exports.UpdateEvaluatorRequest$ = exports.UpdatedToolsDefinition$ = exports.UpdatedSynchronizationType$ = exports.UpdatedSynchronizationConfiguration$ = exports.UpdatedSkillMdDefinition$ = exports.UpdatedSkillDefinition$ = exports.UpdatedServerDefinition$ = exports.UpdatedMcpDescriptorFields$ = exports.UpdatedMcpDescriptor$ = exports.UpdatedHarnessMemoryConfiguration$ = exports.UpdatedHarnessEnvironmentArtifact$ = exports.UpdatedDescriptorsUnion$ = exports.UpdatedDescriptors$ = exports.UpdatedDescription$ = exports.UpdatedCustomDescriptor$ = exports.UpdatedAuthorizerConfiguration$ = exports.UpdatedApprovalConfiguration$ = exports.UpdatedAgentSkillsDescriptorFields$ = exports.UpdatedAgentSkillsDescriptor$ = exports.UpdatedA2aDescriptor$ = exports.UpdateConfigurationBundleResponse$ = exports.UpdateConfigurationBundleRequest$ = exports.UpdateApiKeyCredentialProviderResponse$ = exports.UpdateApiKeyCredentialProviderRequest$ = exports.UpdateAgentRuntimeResponse$ = exports.UpdateAgentRuntimeRequest$ = exports.UpdateAgentRuntimeEndpointResponse$ = exports.UpdateAgentRuntimeEndpointRequest$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.TrafficSplitEntry$ = exports.ToolsDefinition$ = exports.ToolDefinition$ = exports.TokenExchangeGrantTypeConfigType$ = exports.TokenBasedTriggerInput$ = exports.TokenBasedTrigger$ = void 0;
12
+ exports.DataSourceConfig$ = exports.CustomReflectionConfigurationInput$ = exports.CustomReflectionConfiguration$ = exports.CustomExtractionConfigurationInput$ = exports.CustomExtractionConfiguration$ = exports.CustomConsolidationConfigurationInput$ = exports.CustomConsolidationConfiguration$ = exports.CustomConfigurationInput$ = exports.CredentialProvider$ = exports.Content$ = exports.ConsolidationConfiguration$ = exports.ConfigurationBundleAction$ = exports.Condition$ = exports.CodeBasedEvaluatorConfig$ = exports.Code$ = exports.ClaimMatchValueType$ = exports.CertificateLocation$ = exports.AuthorizerConfiguration$ = exports.AuthorizationData$ = exports.ApiSchemaConfiguration$ = exports.AgentRuntimeArtifact$ = exports.Action$ = exports.WorkloadIdentityType$ = exports.WorkloadIdentityDetails$ = exports.WeightedRoute$ = exports.WeightedOverride$ = exports.VpcConfig$ = exports.VersionLineageMetadata$ = exports.VersionFilter$ = exports.VersionCreatedBySource$ = exports.ValidationExceptionField$ = exports.UserPreferenceOverrideExtractionConfigurationInput$ = exports.UserPreferenceOverrideConsolidationConfigurationInput$ = exports.UserPreferenceOverrideConfigurationInput$ = exports.UserPreferenceMemoryStrategyInput$ = exports.UserPreferenceExtractionOverride$ = exports.UserPreferenceConsolidationOverride$ = exports.UpdateWorkloadIdentityResponse$ = exports.UpdateWorkloadIdentityRequest$ = exports.UpdateRegistryResponse$ = exports.UpdateRegistryRequest$ = exports.UpdateRegistryRecordStatusResponse$ = exports.UpdateRegistryRecordStatusRequest$ = exports.UpdateRegistryRecordResponse$ = exports.UpdateRegistryRecordRequest$ = exports.UpdatePolicyResponse$ = exports.UpdatePolicyRequest$ = exports.UpdatePolicyEngineResponse$ = exports.UpdatePolicyEngineRequest$ = exports.UpdateOnlineEvaluationConfigResponse$ = void 0;
13
+ exports.CreateBrowser$ = exports.CreateApiKeyCredentialProvider$ = exports.CreateAgentRuntimeEndpoint$ = exports.CreateAgentRuntime$ = exports.Validation$ = exports.TriggerConditionInput$ = exports.TriggerCondition$ = exports.ToolSchema$ = exports.TargetConfiguration$ = exports.StreamDeliveryResource$ = exports.SelfManagedLatticeResource$ = exports.RouteToTargetAction$ = 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.MatchPrincipalEntry$ = exports.InterceptorConfiguration$ = exports.HttpTargetConfiguration$ = exports.HarnessTruncationStrategyConfiguration$ = exports.HarnessToolConfiguration$ = exports.HarnessSystemContentBlock$ = exports.HarnessSkill$ = exports.HarnessModelConfiguration$ = exports.HarnessMemoryConfiguration$ = exports.HarnessGatewayOutboundAuth$ = exports.HarnessEnvironmentProviderRequest$ = exports.HarnessEnvironmentProvider$ = exports.HarnessEnvironmentArtifact$ = exports.GatewayProtocolConfiguration$ = exports.FilterValue$ = exports.FilesystemConfiguration$ = exports.ExtractionConfiguration$ = exports.ExtractionConfig$ = exports.EvaluatorReference$ = exports.EvaluatorModelConfig$ = exports.EvaluatorConfig$ = void 0;
14
+ exports.GetHarness$ = exports.GetGatewayTarget$ = exports.GetGatewayRule$ = exports.GetGateway$ = exports.GetEvaluator$ = exports.GetConfigurationBundleVersion$ = exports.GetConfigurationBundle$ = exports.GetCodeInterpreter$ = exports.GetBrowserProfile$ = exports.GetBrowser$ = exports.GetApiKeyCredentialProvider$ = exports.GetAgentRuntimeEndpoint$ = exports.GetAgentRuntime$ = exports.DeleteWorkloadIdentity$ = exports.DeleteResourcePolicy$ = exports.DeleteRegistryRecord$ = exports.DeleteRegistry$ = exports.DeletePolicyEngine$ = exports.DeletePolicy$ = exports.DeleteOnlineEvaluationConfig$ = exports.DeleteOauth2CredentialProvider$ = exports.DeleteMemory$ = exports.DeleteHarness$ = exports.DeleteGatewayTarget$ = exports.DeleteGatewayRule$ = exports.DeleteGateway$ = exports.DeleteEvaluator$ = exports.DeleteConfigurationBundle$ = exports.DeleteCodeInterpreter$ = exports.DeleteBrowserProfile$ = exports.DeleteBrowser$ = exports.DeleteApiKeyCredentialProvider$ = exports.DeleteAgentRuntimeEndpoint$ = exports.DeleteAgentRuntime$ = exports.CreateWorkloadIdentity$ = exports.CreateRegistryRecord$ = exports.CreateRegistry$ = exports.CreatePolicyEngine$ = exports.CreatePolicy$ = exports.CreateOnlineEvaluationConfig$ = exports.CreateOauth2CredentialProvider$ = exports.CreateMemory$ = exports.CreateHarness$ = exports.CreateGatewayTarget$ = exports.CreateGatewayRule$ = exports.CreateGateway$ = exports.CreateEvaluator$ = exports.CreateConfigurationBundle$ = exports.CreateCodeInterpreter$ = exports.CreateBrowserProfile$ = void 0;
15
+ exports.UpdateGatewayRule$ = exports.UpdateGateway$ = exports.UpdateEvaluator$ = exports.UpdateConfigurationBundle$ = exports.UpdateApiKeyCredentialProvider$ = exports.UpdateAgentRuntimeEndpoint$ = exports.UpdateAgentRuntime$ = exports.UntagResource$ = exports.TagResource$ = exports.SynchronizeGatewayTargets$ = exports.SubmitRegistryRecordForApproval$ = exports.StartPolicyGeneration$ = exports.SetTokenVaultCMK$ = exports.PutResourcePolicy$ = exports.ListWorkloadIdentities$ = exports.ListTagsForResource$ = exports.ListRegistryRecords$ = exports.ListRegistries$ = exports.ListPolicyGenerations$ = exports.ListPolicyGenerationAssets$ = exports.ListPolicyEngines$ = exports.ListPolicies$ = exports.ListOnlineEvaluationConfigs$ = exports.ListOauth2CredentialProviders$ = exports.ListMemories$ = exports.ListHarnesses$ = exports.ListGatewayTargets$ = exports.ListGateways$ = exports.ListGatewayRules$ = exports.ListEvaluators$ = exports.ListConfigurationBundleVersions$ = exports.ListConfigurationBundles$ = exports.ListCodeInterpreters$ = exports.ListBrowsers$ = exports.ListBrowserProfiles$ = exports.ListApiKeyCredentialProviders$ = exports.ListAgentRuntimeVersions$ = exports.ListAgentRuntimes$ = exports.ListAgentRuntimeEndpoints$ = exports.GetWorkloadIdentity$ = exports.GetTokenVault$ = exports.GetResourcePolicy$ = exports.GetRegistryRecord$ = exports.GetRegistry$ = exports.GetPolicyGeneration$ = exports.GetPolicyEngine$ = exports.GetPolicy$ = exports.GetOnlineEvaluationConfig$ = exports.GetOauth2CredentialProvider$ = exports.GetMemory$ = void 0;
16
+ exports.UpdateWorkloadIdentity$ = exports.UpdateRegistryRecordStatus$ = exports.UpdateRegistryRecord$ = exports.UpdateRegistry$ = exports.UpdatePolicyEngine$ = exports.UpdatePolicy$ = exports.UpdateOnlineEvaluationConfig$ = exports.UpdateOauth2CredentialProvider$ = exports.UpdateMemory$ = exports.UpdateHarness$ = exports.UpdateGatewayTarget$ = void 0;
17
+ const _A = "Actions";
15
18
  const _AC = "ApprovalConfiguration";
16
19
  const _ACD = "AgentCardDefinition";
17
20
  const _ACMVT = "AuthorizingClaimMatchValueType";
@@ -37,6 +40,7 @@ const _AREg = "AgentRuntimeEndpoints";
37
40
  const _ARg = "AgentRuntimes";
38
41
  const _ASC = "ApiSchemaConfiguration";
39
42
  const _ASD = "AgentSkillsDescriptor";
43
+ const _Ac = "Action";
40
44
  const _BEMC = "BedrockEvaluatorModelConfig";
41
45
  const _BEP = "BrowserEnterprisePolicy";
42
46
  const _BEPr = "BrowserEnterprisePolicies";
@@ -58,13 +62,23 @@ const _CARERr = "CreateAgentRuntimeEndpointResponse";
58
62
  const _CARR = "CreateAgentRuntimeRequest";
59
63
  const _CARRr = "CreateAgentRuntimeResponse";
60
64
  const _CB = "CreateBrowser";
65
+ const _CBA = "ConfigurationBundleAction";
66
+ const _CBD = "ConfigurationBundleDescription";
61
67
  const _CBEC = "CodeBasedEvaluatorConfig";
62
68
  const _CBP = "CreateBrowserProfile";
63
69
  const _CBPR = "CreateBrowserProfileRequest";
64
70
  const _CBPRr = "CreateBrowserProfileResponse";
65
- const _CBR = "CreateBrowserRequest";
66
- const _CBRr = "CreateBrowserResponse";
71
+ const _CBR = "ConfigurationBundleReference";
72
+ const _CBRr = "CreateBrowserRequest";
73
+ const _CBRre = "CreateBrowserResponse";
74
+ const _CBS = "ConfigurationBundleSummary";
75
+ const _CBSL = "ConfigurationBundleSummaryList";
76
+ const _CBVS = "ConfigurationBundleVersionSummary";
77
+ const _CBVSL = "ConfigurationBundleVersionSummaryList";
67
78
  const _CC = "CodeConfiguration";
79
+ const _CCB = "CreateConfigurationBundle";
80
+ const _CCBR = "CreateConfigurationBundleRequest";
81
+ const _CCBRr = "CreateConfigurationBundleResponse";
68
82
  const _CCC = "CustomConsolidationConfiguration";
69
83
  const _CCCI = "CustomConsolidationConfigurationInput";
70
84
  const _CCI = "CustomConfigurationInput";
@@ -72,11 +86,13 @@ const _CCIR = "CreateCodeInterpreterRequest";
72
86
  const _CCIRr = "CreateCodeInterpreterResponse";
73
87
  const _CCIr = "CreateCodeInterpreter";
74
88
  const _CCL = "ContentConfigurationList";
89
+ const _CCM = "ComponentConfigurationMap";
75
90
  const _CCVT = "CustomClaimValidationType";
76
91
  const _CCVTu = "CustomClaimValidationsType";
77
- const _CCo = "ContainerConfiguration";
78
- const _CCon = "ContentConfiguration";
92
+ const _CCo = "ComponentConfiguration";
93
+ const _CCon = "ContainerConfiguration";
79
94
  const _CCons = "ConsolidationConfiguration";
95
+ const _CCont = "ContentConfiguration";
80
96
  const _CD = "CustomDescriptor";
81
97
  const _CE = "ConflictException";
82
98
  const _CEC = "CustomExtractionConfiguration";
@@ -86,7 +102,10 @@ const _CERr = "CreateEvaluatorResponse";
86
102
  const _CEr = "CreateEvaluator";
87
103
  const _CG = "CreateGateway";
88
104
  const _CGR = "CreateGatewayRequest";
105
+ const _CGRR = "CreateGatewayRuleRequest";
106
+ const _CGRRr = "CreateGatewayRuleResponse";
89
107
  const _CGRr = "CreateGatewayResponse";
108
+ const _CGRre = "CreateGatewayRule";
90
109
  const _CGT = "CreateGatewayTarget";
91
110
  const _CGTR = "CreateGatewayTargetRequest";
92
111
  const _CGTRr = "CreateGatewayTargetResponse";
@@ -139,9 +158,11 @@ const _CWIRr = "CreateWorkloadIdentityResponse";
139
158
  const _CWLIC = "CloudWatchLogsInputConfig";
140
159
  const _CWOC = "CloudWatchOutputConfig";
141
160
  const _Ce = "Certificates";
142
- const _Co = "Code";
143
- const _Con = "Content";
144
- const _D = "Description";
161
+ const _Co = "Conditions";
162
+ const _Cod = "Code";
163
+ const _Con = "Condition";
164
+ const _Cont = "Content";
165
+ const _D = "Definition";
145
166
  const _DAKCP = "DeleteApiKeyCredentialProvider";
146
167
  const _DAKCPR = "DeleteApiKeyCredentialProviderRequest";
147
168
  const _DAKCPRe = "DeleteApiKeyCredentialProviderResponse";
@@ -157,16 +178,23 @@ const _DBPR = "DeleteBrowserProfileRequest";
157
178
  const _DBPRe = "DeleteBrowserProfileResponse";
158
179
  const _DBR = "DeleteBrowserRequest";
159
180
  const _DBRe = "DeleteBrowserResponse";
181
+ const _DCB = "DeleteConfigurationBundle";
182
+ const _DCBR = "DeleteConfigurationBundleRequest";
183
+ const _DCBRe = "DeleteConfigurationBundleResponse";
160
184
  const _DCI = "DeleteCodeInterpreter";
161
185
  const _DCIR = "DeleteCodeInterpreterRequest";
162
186
  const _DCIRe = "DeleteCodeInterpreterResponse";
187
+ const _DCST = "DefaultClientSecretType";
163
188
  const _DE = "DeleteEvaluator";
164
189
  const _DER = "DeleteEvaluatorRequest";
165
190
  const _DERe = "DeleteEvaluatorResponse";
166
191
  const _DF = "DecryptionFailure";
167
192
  const _DG = "DeleteGateway";
168
193
  const _DGR = "DeleteGatewayRequest";
194
+ const _DGRR = "DeleteGatewayRuleRequest";
195
+ const _DGRRe = "DeleteGatewayRuleResponse";
169
196
  const _DGRe = "DeleteGatewayResponse";
197
+ const _DGRel = "DeleteGatewayRule";
170
198
  const _DGT = "DeleteGatewayTarget";
171
199
  const _DGTR = "DeleteGatewayTargetRequest";
172
200
  const _DGTRe = "DeleteGatewayTargetResponse";
@@ -203,11 +231,13 @@ const _DSC = "DataSourceConfig";
203
231
  const _DWI = "DeleteWorkloadIdentity";
204
232
  const _DWIR = "DeleteWorkloadIdentityRequest";
205
233
  const _DWIRe = "DeleteWorkloadIdentityResponse";
206
- const _De = "Descriptors";
234
+ const _De = "Description";
235
+ const _Des = "Descriptors";
207
236
  const _EC = "EvaluatorConfig";
208
237
  const _ECD = "EvaluationConfigDescription";
209
238
  const _ECO = "EpisodicConsolidationOverride";
210
- const _ECx = "ExtractionConfiguration";
239
+ const _ECx = "ExtractionConfig";
240
+ const _ECxt = "ExtractionConfiguration";
211
241
  const _ED = "EvaluatorDescription";
212
242
  const _EEO = "EpisodicExtractionOverride";
213
243
  const _EF = "EncryptionFailure";
@@ -251,6 +281,12 @@ const _GBPR = "GetBrowserProfileRequest";
251
281
  const _GBPRe = "GetBrowserProfileResponse";
252
282
  const _GBR = "GetBrowserRequest";
253
283
  const _GBRe = "GetBrowserResponse";
284
+ const _GCB = "GetConfigurationBundle";
285
+ const _GCBR = "GetConfigurationBundleRequest";
286
+ const _GCBRe = "GetConfigurationBundleResponse";
287
+ const _GCBV = "GetConfigurationBundleVersion";
288
+ const _GCBVR = "GetConfigurationBundleVersionRequest";
289
+ const _GCBVRe = "GetConfigurationBundleVersionResponse";
254
290
  const _GCI = "GetCodeInterpreter";
255
291
  const _GCIR = "GetCodeInterpreterRequest";
256
292
  const _GCIRe = "GetCodeInterpreterResponse";
@@ -260,7 +296,10 @@ const _GER = "GetEvaluatorRequest";
260
296
  const _GERe = "GetEvaluatorResponse";
261
297
  const _GG = "GetGateway";
262
298
  const _GGR = "GetGatewayRequest";
299
+ const _GGRR = "GetGatewayRuleRequest";
300
+ const _GGRRe = "GetGatewayRuleResponse";
263
301
  const _GGRe = "GetGatewayResponse";
302
+ const _GGRet = "GetGatewayRule";
264
303
  const _GGT = "GetGatewayTarget";
265
304
  const _GGTR = "GetGatewayTargetRequest";
266
305
  const _GGTRe = "GetGatewayTargetResponse";
@@ -294,7 +333,8 @@ const _GPGR = "GetPolicyGenerationRequest";
294
333
  const _GPGRe = "GetPolicyGenerationResponse";
295
334
  const _GPR = "GetPolicyRequest";
296
335
  const _GPRe = "GetPolicyResponse";
297
- const _GR = "GetRegistry";
336
+ const _GR = "GatewayRules";
337
+ const _GRD = "GatewayRuleDetail";
298
338
  const _GRP = "GetResourcePolicy";
299
339
  const _GRPR = "GetResourcePolicyRequest";
300
340
  const _GRPRe = "GetResourcePolicyResponse";
@@ -303,6 +343,7 @@ const _GRRR = "GetRegistryRecordRequest";
303
343
  const _GRRRe = "GetRegistryRecordResponse";
304
344
  const _GRRe = "GetRegistryResponse";
305
345
  const _GRRet = "GetRegistryRecord";
346
+ const _GRe = "GetRegistry";
306
347
  const _GS = "GatewaySummary";
307
348
  const _GSa = "GatewaySummaries";
308
349
  const _GT = "GatewayTarget";
@@ -347,6 +388,7 @@ const _HSarn = "HarnessSkill";
347
388
  const _HT = "HarnessTool";
348
389
  const _HTC = "HarnessTruncationConfiguration";
349
390
  const _HTCa = "HarnessToolConfiguration";
391
+ const _HTCt = "HttpTargetConfiguration";
350
392
  const _HTSC = "HarnessTruncationStrategyConfiguration";
351
393
  const _HTa = "HarnessTools";
352
394
  const _IC = "InferenceConfiguration";
@@ -355,9 +397,12 @@ const _ICP = "IamCredentialProvider";
355
397
  const _ICn = "InvocationConfiguration";
356
398
  const _ICnt = "InterceptorConfiguration";
357
399
  const _IIC = "InterceptorInputConfiguration";
400
+ const _IK = "IndexedKey";
401
+ const _IKL = "IndexedKeysList";
358
402
  const _IOPCI = "IncludedOauth2ProviderConfigInput";
359
403
  const _IOPCO = "IncludedOauth2ProviderConfigOutput";
360
404
  const _IP = "InlinePayload";
405
+ const _IPa = "IamPrincipal";
361
406
  const _ISE = "InternalServerException";
362
407
  const _KC = "KmsConfiguration";
363
408
  const _KR = "KinesisResource";
@@ -381,16 +426,27 @@ const _LBPRi = "ListBrowserProfilesResponse";
381
426
  const _LBR = "ListBrowsersRequest";
382
427
  const _LBRi = "ListBrowsersResponse";
383
428
  const _LC = "LifecycleConfiguration";
429
+ const _LCB = "ListConfigurationBundles";
430
+ const _LCBR = "ListConfigurationBundlesRequest";
431
+ const _LCBRi = "ListConfigurationBundlesResponse";
432
+ const _LCBV = "ListConfigurationBundleVersions";
433
+ const _LCBVR = "ListConfigurationBundleVersionsRequest";
434
+ const _LCBVRi = "ListConfigurationBundleVersionsResponse";
384
435
  const _LCI = "ListCodeInterpreters";
385
436
  const _LCIR = "ListCodeInterpretersRequest";
386
437
  const _LCIRi = "ListCodeInterpretersResponse";
387
438
  const _LE = "ListEvaluators";
388
439
  const _LEC = "LambdaEvaluatorConfig";
440
+ const _LECl = "LlmExtractionConfig";
441
+ const _LEI = "LlmExtractionInstruction";
389
442
  const _LER = "ListEvaluatorsRequest";
390
443
  const _LERi = "ListEvaluatorsResponse";
391
444
  const _LG = "ListGateways";
392
445
  const _LGR = "ListGatewaysRequest";
446
+ const _LGRR = "ListGatewayRulesRequest";
447
+ const _LGRRi = "ListGatewayRulesResponse";
393
448
  const _LGRi = "ListGatewaysResponse";
449
+ const _LGRis = "ListGatewayRules";
394
450
  const _LGT = "ListGatewayTargets";
395
451
  const _LGTR = "ListGatewayTargetsRequest";
396
452
  const _LGTRi = "ListGatewayTargetsResponse";
@@ -448,14 +504,21 @@ const _MMSI = "ModifyMemoryStrategyInput";
448
504
  const _MMSL = "ModifyMemoryStrategiesList";
449
505
  const _MOPCI = "MicrosoftOauth2ProviderConfigInput";
450
506
  const _MOPCO = "MicrosoftOauth2ProviderConfigOutput";
507
+ const _MP = "MatchPaths";
508
+ const _MPE = "MatchPrincipalEntries";
509
+ const _MPEa = "MatchPrincipalEntry";
510
+ const _MPa = "MatchPrincipals";
451
511
  const _MRC = "ModifyReflectionConfiguration";
452
512
  const _MRD = "ManagedResourceDetails";
513
+ const _MRS = "MemoryRecordSchema";
453
514
  const _MS = "MemoryStrategy";
454
515
  const _MSC = "ModifyStrategyConfiguration";
516
+ const _MSE = "MetadataSchemaEntry";
455
517
  const _MSI = "MemoryStrategyInput";
456
518
  const _MSIL = "MemoryStrategyInputList";
457
519
  const _MSL = "MemoryStrategyList";
458
520
  const _MSLe = "MemorySummaryList";
521
+ const _MSLet = "MetadataSchemaList";
459
522
  const _MSMC = "ModifySelfManagedConfiguration";
460
523
  const _MSTC = "McpServerTargetConfiguration";
461
524
  const _MSe = "MemorySummary";
@@ -465,11 +528,13 @@ const _MVR = "ManagedVpcResource";
465
528
  const _NC = "NetworkConfiguration";
466
529
  const _NSD = "NumericalScaleDefinition";
467
530
  const _NSDu = "NumericalScaleDefinitions";
531
+ const _NV = "NumberValidation";
468
532
  const _OAAD = "OAuth2AuthorizationData";
469
533
  const _OACP = "OAuthCredentialProvider";
470
534
  const _OACPV = "OAuthCustomParametersValue";
471
535
  const _OACPu = "OAuthCustomParameters";
472
536
  const _OASM = "Oauth2AuthorizationServerMetadata";
537
+ const _OBOTECT = "OnBehalfOfTokenExchangeConfigType";
473
538
  const _OC = "OutputConfig";
474
539
  const _OCP = "Oauth2CredentialProviders";
475
540
  const _OCPI = "Oauth2CredentialProviderItem";
@@ -515,6 +580,8 @@ const _RRSL = "RegistryRecordSummaryList";
515
580
  const _RS = "RegistrySummary";
516
581
  const _RSL = "RegistrySummaryList";
517
582
  const _RSa = "RatingScale";
583
+ const _RTC = "RuntimeTargetConfiguration";
584
+ const _RTTA = "RouteToTargetAction";
518
585
  const _Re = "Resource";
519
586
  const _S = "Secret";
520
587
  const _SC = "S3Configuration";
@@ -537,6 +604,8 @@ const _SGTR = "SynchronizeGatewayTargetsRequest";
537
604
  const _SGTRy = "SynchronizeGatewayTargetsResponse";
538
605
  const _SJ = "SensitiveJson";
539
606
  const _SL = "S3Location";
607
+ const _SLV = "StringListValidation";
608
+ const _SMB = "SystemManagedBlock";
540
609
  const _SMC = "SelfManagedConfiguration";
541
610
  const _SMCI = "SelfManagedConfigurationInput";
542
611
  const _SMD = "SkillMdDefinition";
@@ -544,6 +613,7 @@ const _SML = "SecretsManagerLocation";
544
613
  const _SMLR = "SelfManagedLatticeResource";
545
614
  const _SMSI = "SemanticMemoryStrategyInput";
546
615
  const _SMSIu = "SummaryMemoryStrategyInput";
616
+ const _SO = "StaticOverride";
547
617
  const _SOCCI = "SemanticOverrideConsolidationConfigurationInput";
548
618
  const _SOCCIu = "SummaryOverrideConsolidationConfigurationInput";
549
619
  const _SOCI = "SemanticOverrideConfigurationInput";
@@ -558,6 +628,7 @@ const _SPG = "StartPolicyGeneration";
558
628
  const _SPGR = "StartPolicyGenerationRequest";
559
629
  const _SPGRt = "StartPolicyGenerationResponse";
560
630
  const _SQEE = "ServiceQuotaExceededException";
631
+ const _SR = "StaticRoute";
561
632
  const _SRRFA = "SubmitRegistryRecordForApproval";
562
633
  const _SRRFAR = "SubmitRegistryRecordForApprovalRequest";
563
634
  const _SRRFARu = "SubmitRegistryRecordForApprovalResponse";
@@ -566,6 +637,7 @@ const _ST = "SensitiveText";
566
637
  const _STVCMK = "SetTokenVaultCMK";
567
638
  const _STVCMKR = "SetTokenVaultCMKRequest";
568
639
  const _STVCMKRe = "SetTokenVaultCMKResponse";
640
+ const _SV = "StringValidation";
569
641
  const _TBT = "TimeBasedTrigger";
570
642
  const _TBTI = "TimeBasedTriggerInput";
571
643
  const _TBTIo = "TokenBasedTriggerInput";
@@ -580,14 +652,19 @@ const _TDo = "ToolDefinition";
580
652
  const _TDoo = "ToolsDefinition";
581
653
  const _TDool = "ToolDefinitions";
582
654
  const _TE = "ThrottledException";
655
+ const _TEGTCT = "TokenExchangeGrantTypeConfigType";
583
656
  const _TEh = "ThrottlingException";
584
657
  const _TN = "TargetName";
585
658
  const _TR = "TagResource";
586
659
  const _TRR = "TagResourceRequest";
587
660
  const _TRRa = "TagResourceResponse";
588
661
  const _TS = "TargetSummary";
662
+ const _TSE = "TrafficSplitEntry";
663
+ const _TSEr = "TrafficSplitEntries";
589
664
  const _TSa = "TargetSummaries";
590
665
  const _TSo = "ToolSchema";
666
+ const _TTSE = "TargetTrafficSplitEntry";
667
+ const _TTSEa = "TargetTrafficSplitEntries";
591
668
  const _UAC = "UpdatedApprovalConfiguration";
592
669
  const _UACp = "UpdatedAuthorizerConfiguration";
593
670
  const _UAD = "UpdatedA2aDescriptor";
@@ -602,6 +679,9 @@ const _UARR = "UpdateAgentRuntimeRequest";
602
679
  const _UARRp = "UpdateAgentRuntimeResponse";
603
680
  const _UASD = "UpdatedAgentSkillsDescriptor";
604
681
  const _UASDF = "UpdatedAgentSkillsDescriptorFields";
682
+ const _UCB = "UpdateConfigurationBundle";
683
+ const _UCBR = "UpdateConfigurationBundleRequest";
684
+ const _UCBRp = "UpdateConfigurationBundleResponse";
605
685
  const _UCD = "UpdatedCustomDescriptor";
606
686
  const _UD = "UpdatedDescription";
607
687
  const _UDU = "UpdatedDescriptorsUnion";
@@ -612,7 +692,10 @@ const _UERp = "UpdateEvaluatorResponse";
612
692
  const _UEp = "UpdateEvaluator";
613
693
  const _UG = "UpdateGateway";
614
694
  const _UGR = "UpdateGatewayRequest";
695
+ const _UGRR = "UpdateGatewayRuleRequest";
696
+ const _UGRRp = "UpdateGatewayRuleResponse";
615
697
  const _UGRp = "UpdateGatewayResponse";
698
+ const _UGRpd = "UpdateGatewayRule";
616
699
  const _UGT = "UpdateGatewayTarget";
617
700
  const _UGTR = "UpdateGatewayTargetRequest";
618
701
  const _UGTRp = "UpdateGatewayTargetResponse";
@@ -665,14 +748,20 @@ const _UTD = "UpdatedToolsDefinition";
665
748
  const _UWI = "UpdateWorkloadIdentity";
666
749
  const _UWIR = "UpdateWorkloadIdentityRequest";
667
750
  const _UWIRp = "UpdateWorkloadIdentityResponse";
751
+ const _V = "Validation";
668
752
  const _VC = "VpcConfig";
753
+ const _VCBS = "VersionCreatedBySource";
669
754
  const _VE = "ValidationException";
670
755
  const _VEF = "ValidationExceptionField";
671
756
  const _VEFL = "ValidationExceptionFieldList";
757
+ const _VF = "VersionFilter";
758
+ const _VLM = "VersionLineageMetadata";
672
759
  const _WID = "WorkloadIdentityDetails";
673
760
  const _WIL = "WorkloadIdentityList";
674
761
  const _WIT = "WorkloadIdentityType";
675
- const _a = "a2a";
762
+ const _WO = "WeightedOverride";
763
+ const _WR = "WeightedRoute";
764
+ const _a = "actions";
676
765
  const _aA = "autoApproval";
677
766
  const _aAl = "allowedAudience";
678
767
  const _aC = "agentCard";
@@ -690,6 +779,7 @@ const _aE = "authorizationEndpoint";
690
779
  const _aG = "apiGateway";
691
780
  const _aGTC = "apiGatewayToolConfiguration";
692
781
  const _aI = "actorId";
782
+ const _aIK = "addIndexedKeys";
693
783
  const _aIw = "awsIam";
694
784
  const _aK = "apiKey";
695
785
  const _aKA = "apiKeyArn";
@@ -697,6 +787,7 @@ const _aKCP = "apiKeyCredentialProvider";
697
787
  const _aKSA = "apiKeySecretArn";
698
788
  const _aMRF = "additionalModelRequestFields";
699
789
  const _aMS = "addMemoryStrategies";
790
+ const _aO = "anyOf";
700
791
  const _aOPC = "atlassianOauth2ProviderConfig";
701
792
  const _aQP = "allowedQueryParameters";
702
793
  const _aR = "agentRuntimes";
@@ -709,26 +800,41 @@ const _aRI = "agentRuntimeId";
709
800
  const _aRN = "agentRuntimeName";
710
801
  const _aRORU = "allowedResourceOauth2ReturnUrls";
711
802
  const _aRV = "agentRuntimeVersion";
803
+ const _aRg = "agentcoreRuntime";
712
804
  const _aS = "allowedScopes";
713
805
  const _aSM = "authorizationServerMetadata";
714
806
  const _aSg = "agentSkills";
715
807
  const _aT = "authorizerType";
808
+ const _aTC = "actorTokenContent";
716
809
  const _aTP = "appendToPrompt";
810
+ const _aTS = "actorTokenScopes";
717
811
  const _aTl = "allowedTools";
718
812
  const _aU = "authorizationUrl";
813
+ const _aV = "allowedValues";
814
+ const _aa = "a2a";
719
815
  const _ar = "arn";
720
- const _b = "bucket";
816
+ const _b = "bundles";
721
817
  const _bA = "browserArn";
818
+ const _bAu = "bundleArn";
722
819
  const _bEMC = "bedrockEvaluatorModelConfig";
723
820
  const _bI = "browserId";
821
+ const _bIu = "bundleId";
724
822
  const _bMC = "bedrockModelConfig";
823
+ const _bN = "bundleName";
824
+ const _bNr = "branchName";
725
825
  const _bOAI = "bucketOwnerAccountId";
726
826
  const _bS = "browserSigning";
727
827
  const _bSr = "browserSummaries";
728
- const _bV = "booleanValue";
828
+ const _bV = "bundleVersion";
829
+ const _bVo = "booleanValue";
830
+ const _bu = "bucket";
729
831
  const _c = "client";
730
832
  const _cA = "createdAt";
731
- const _cB = "codeBased";
833
+ const _cAM = "clientAuthenticationMethod";
834
+ const _cB = "createdBy";
835
+ const _cBN = "createdByName";
836
+ const _cBo = "configurationBundle";
837
+ const _cBod = "codeBased";
732
838
  const _cC = "customClaims";
733
839
  const _cCC = "customConsolidationConfiguration";
734
840
  const _cCo = "contentConfigurations";
@@ -741,6 +847,7 @@ const _cII = "codeInterpreterId";
741
847
  const _cIS = "codeInterpreterSummaries";
742
848
  const _cJWTA = "customJWTAuthorizer";
743
849
  const _cL = "credentialLocation";
850
+ const _cM = "commitMessage";
744
851
  const _cMO = "claimMatchOperator";
745
852
  const _cMS = "customMemoryStrategy";
746
853
  const _cMV = "claimMatchValue";
@@ -767,7 +874,9 @@ const _ca = "categorical";
767
874
  const _ce = "certificates";
768
875
  const _ced = "cedar";
769
876
  const _co = "code";
877
+ const _com = "components";
770
878
  const _con = "configuration";
879
+ const _cond = "conditions";
771
880
  const _conf = "config";
772
881
  const _cons = "consolidation";
773
882
  const _cont = "content";
@@ -788,6 +897,7 @@ const _eA = "evaluatorArn";
788
897
  const _eAn = "environmentArtifact";
789
898
  const _eC = "evaluatorConfig";
790
899
  const _eCO = "episodicConsolidationOverride";
900
+ const _eCx = "extractionConfig";
791
901
  const _eED = "eventExpiryDuration";
792
902
  const _eEO = "episodicExtractionOverride";
793
903
  const _eERA = "evaluationExecutionRoleArn";
@@ -819,13 +929,15 @@ const _fL = "fieldList";
819
929
  const _fP = "filterPath";
820
930
  const _fR = "failureReason";
821
931
  const _fU = "fromUrl";
822
- const _fi = "filters";
932
+ const _fi = "filter";
933
+ const _fil = "filters";
823
934
  const _gA = "gatewayArn";
824
935
  const _gI = "gatewayId";
825
936
  const _gIa = "gatewayIdentifier";
826
937
  const _gMC = "geminiModelConfig";
827
938
  const _gOPC = "googleOauth2ProviderConfig";
828
939
  const _gOPCi = "githubOauth2ProviderConfig";
940
+ const _gR = "gatewayRules";
829
941
  const _gT = "grantType";
830
942
  const _gU = "gatewayUrl";
831
943
  const _h = "harness";
@@ -844,9 +956,12 @@ const _iCn = "inferenceConfig";
844
956
  const _iCnp = "inputConfiguration";
845
957
  const _iCnt = "interceptorConfigurations";
846
958
  const _iCnv = "invocationConfiguration";
959
+ const _iD = "includedData";
847
960
  const _iF = "inlineFunction";
961
+ const _iK = "indexedKeys";
848
962
  const _iOPC = "includedOauth2ProviderConfig";
849
963
  const _iP = "interceptionPoints";
964
+ const _iPa = "iamPrincipal";
850
965
  const _iPn = "inlinePayload";
851
966
  const _iRST = "idleRuntimeSessionTimeout";
852
967
  const _iS = "inputSchema";
@@ -868,12 +983,16 @@ const _lA = "lambdaArn";
868
983
  const _lAAJ = "llmAsAJudge";
869
984
  const _lC = "lifecycleConfiguration";
870
985
  const _lCa = "lambdaConfig";
986
+ const _lEC = "llmExtractionConfig";
987
+ const _lEI = "llmExtractionInstruction";
871
988
  const _lFM = "lockedForModification";
872
989
  const _lGN = "logGroupNames";
873
990
  const _lGNo = "logGroupName";
874
- const _lM = "listingMode";
991
+ const _lM = "lineageMetadata";
875
992
  const _lMD = "lastModifiedDate";
993
+ const _lMi = "listingMode";
876
994
  const _lOPC = "linkedinOauth2ProviderConfig";
995
+ const _lPB = "latestPerBranch";
877
996
  const _lSA = "lastSavedAt";
878
997
  const _lSAa = "lastSynchronizedAt";
879
998
  const _lSBI = "lastSavedBrowserId";
@@ -886,6 +1005,7 @@ const _la = "label";
886
1005
  const _lam = "lambda";
887
1006
  const _le = "level";
888
1007
  const _m = "message";
1008
+ const _mB = "managedBy";
889
1009
  const _mBT = "messageBasedTrigger";
890
1010
  const _mC = "metadataConfiguration";
891
1011
  const _mCe = "messagesCount";
@@ -894,25 +1014,33 @@ const _mCo = "modelConfig";
894
1014
  const _mERA = "memoryExecutionRoleArn";
895
1015
  const _mI = "modelId";
896
1016
  const _mIa = "maxIterations";
1017
+ const _mIax = "maxItems";
897
1018
  const _mIe = "memoryId";
898
1019
  const _mL = "maxLifetime";
899
1020
  const _mMS = "modifyMemoryStrategies";
900
1021
  const _mOPC = "microsoftOauth2ProviderConfig";
901
1022
  const _mP = "mountPath";
1023
+ const _mPa = "matchPrincipals";
1024
+ const _mPat = "matchPaths";
902
1025
  const _mR = "maxResults";
1026
+ const _mRS = "memoryRecordSchema";
903
1027
  const _mS = "memoryStrategies";
904
1028
  const _mSI = "memoryStrategyId";
905
1029
  const _mSc = "mcpServer";
1030
+ const _mSe = "metadataSchema";
906
1031
  const _mT = "maxTokens";
907
1032
  const _mTS = "mcpToolSchema";
1033
+ const _mV = "minValue";
908
1034
  const _mVR = "managedVpcResource";
909
1035
  const _mVS = "matchValueString";
910
1036
  const _mVSL = "matchValueStringList";
1037
+ const _mVa = "maxValue";
911
1038
  const _mc = "mcp";
912
1039
  const _me = "methods";
913
1040
  const _mem = "memory";
914
1041
  const _memo = "memories";
915
1042
  const _met = "method";
1043
+ const _meta = "metadata";
916
1044
  const _mo = "model";
917
1045
  const _mod = "mode";
918
1046
  const _n = "name";
@@ -921,6 +1049,7 @@ const _nM = "networkMode";
921
1049
  const _nMC = "networkModeConfig";
922
1050
  const _nT = "namespaceTemplates";
923
1051
  const _nTe = "nextToken";
1052
+ const _nV = "numberValidation";
924
1053
  const _na = "namespaces";
925
1054
  const _no = "none";
926
1055
  const _nu = "numerical";
@@ -928,6 +1057,7 @@ const _o = "operator";
928
1057
  const _oA = "outboundAuth";
929
1058
  const _oAMC = "openAiModelConfig";
930
1059
  const _oAS = "openApiSchema";
1060
+ const _oBOTEC = "onBehalfOfTokenExchangeConfig";
931
1061
  const _oC = "outputConfig";
932
1062
  const _oCP = "oauthCredentialProvider";
933
1063
  const _oD = "oauthDiscovery";
@@ -967,10 +1097,13 @@ const _pRM = "preserveRecentMessages";
967
1097
  const _pS = "profileSummaries";
968
1098
  const _pT = "protocolType";
969
1099
  const _pV = "protocolVersion";
1100
+ const _pVI = "parentVersionIds";
970
1101
  const _po = "policy";
971
1102
  const _pol = "policies";
972
- const _pr = "prefix";
1103
+ const _pr = "priority";
1104
+ const _pre = "prefix";
973
1105
  const _pro = "properties";
1106
+ const _q = "qualifier";
974
1107
  const _r = "reason";
975
1108
  const _rA = "roleArn";
976
1109
  const _rAA = "resourceAssociationArn";
@@ -986,8 +1119,9 @@ const _rE = "runtimeEndpoints";
986
1119
  const _rGA = "resourceGatewayArn";
987
1120
  const _rHA = "requestHeaderAllowlist";
988
1121
  const _rHC = "requestHeaderConfiguration";
989
- const _rI = "registryId";
990
- const _rIe = "recordId";
1122
+ const _rI = "ruleId";
1123
+ const _rIe = "registryId";
1124
+ const _rIec = "recordId";
991
1125
  const _rM = "remoteMcp";
992
1126
  const _rMMDSV = "requireMMDSV2";
993
1127
  const _rP = "resourcePriority";
@@ -996,6 +1130,7 @@ const _rS = "relevanceScore";
996
1130
  const _rSa = "ratingScale";
997
1131
  const _rT = "responseTypes";
998
1132
  const _rTF = "rawTextFragment";
1133
+ const _rTT = "routeToTarget";
999
1134
  const _rTa = "rawText";
1000
1135
  const _rV = "recordVersion";
1001
1136
  const _re = "recording";
@@ -1022,6 +1157,7 @@ const _sGI = "securityGroupIds";
1022
1157
  const _sI = "strategyId";
1023
1158
  const _sIu = "subnetIds";
1024
1159
  const _sL = "s3Location";
1160
+ const _sLV = "stringListValidation";
1025
1161
  const _sM = "skillMd";
1026
1162
  const _sMC = "selfManagedConfiguration";
1027
1163
  const _sMLR = "selfManagedLatticeResource";
@@ -1030,15 +1166,17 @@ const _sMSu = "summaryMemoryStrategy";
1030
1166
  const _sMe = "secretsManager";
1031
1167
  const _sMm = "smithyModel";
1032
1168
  const _sN = "serviceNames";
1033
- const _sO = "semanticOverride";
1169
+ const _sO = "staticOverride";
1034
1170
  const _sOPC = "slackOauth2ProviderConfig";
1035
1171
  const _sOPCa = "salesforceOauth2ProviderConfig";
1172
+ const _sOe = "semanticOverride";
1036
1173
  const _sOu = "summaryOverride";
1037
1174
  const _sP = "systemPrompt";
1038
1175
  const _sPa = "samplingPercentage";
1039
1176
  const _sPe = "serverProtocol";
1040
1177
  const _sR = "statusReasons";
1041
1178
  const _sRt = "statusReason";
1179
+ const _sRta = "staticRoute";
1042
1180
  const _sRu = "summaryRatio";
1043
1181
  const _sS = "stopSequences";
1044
1182
  const _sSP = "summarizationSystemPrompt";
@@ -1048,6 +1186,7 @@ const _sTM = "sessionTimeoutMinutes";
1048
1186
  const _sTe = "searchType";
1049
1187
  const _sV = "schemaVersion";
1050
1188
  const _sVt = "stringValue";
1189
+ const _sVtr = "stringValidation";
1051
1190
  const _sVu = "supportedVersions";
1052
1191
  const _sW = "slidingWindow";
1053
1192
  const _s_ = "s3";
@@ -1062,6 +1201,7 @@ const _str = "strategy";
1062
1201
  const _stra = "strategies";
1063
1202
  const _su = "subnets";
1064
1203
  const _sum = "summarization";
1204
+ const _sy = "system";
1065
1205
  const _t = "type";
1066
1206
  const _tA = "topicArn";
1067
1207
  const _tBT = "tokenBasedTrigger";
@@ -1071,18 +1211,21 @@ const _tCo = "tokenCount";
1071
1211
  const _tCr = "triggerConditions";
1072
1212
  const _tE = "tokenEndpoint";
1073
1213
  const _tEAM = "tokenEndpointAuthMethods";
1214
+ const _tEGTC = "tokenExchangeGrantTypeConfig";
1074
1215
  const _tF = "toolFilters";
1075
1216
  const _tI = "targetId";
1076
1217
  const _tIL = "targetIdList";
1077
1218
  const _tIe = "tenantId";
1078
1219
  const _tK = "topK";
1079
1220
  const _tKa = "tagKeys";
1221
+ const _tN = "targetName";
1080
1222
  const _tO = "toolOverrides";
1081
1223
  const _tP = "topP";
1082
1224
  const _tRS = "targetResourceScope";
1083
1225
  const _tS = "timeoutSeconds";
1084
1226
  const _tSo = "toolSchema";
1085
1227
  const _tSr = "triggerSynchronization";
1228
+ const _tSra = "trafficSplit";
1086
1229
  const _tV = "targetVersion";
1087
1230
  const _tVI = "tokenVaultId";
1088
1231
  const _ta = "tags";
@@ -1101,14 +1244,20 @@ const _uPO = "userPreferenceOverride";
1101
1244
  const _ur = "uri";
1102
1245
  const _v = "value";
1103
1246
  const _vC = "vpcConfig";
1104
- const _vI = "vpcIdentifier";
1105
- const _vIe = "versionId";
1247
+ const _vCA = "versionCreatedAt";
1248
+ const _vI = "versionId";
1249
+ const _vIp = "vpcIdentifier";
1106
1250
  const _vM = "validationMode";
1251
+ const _va = "validation";
1107
1252
  const _ve = "version";
1253
+ const _ver = "versions";
1108
1254
  const _vi = "view";
1255
+ const _w = "weight";
1109
1256
  const _wI = "workloadIdentities";
1110
1257
  const _wIA = "workloadIdentityArn";
1111
1258
  const _wID = "workloadIdentityDetails";
1259
+ const _wO = "weightedOverride";
1260
+ const _wR = "weightedRoute";
1112
1261
  const n0 = "com.amazonaws.bedrockagentcorecontrol";
1113
1262
  const schema_1 = require("@smithy/core/schema");
1114
1263
  const BedrockAgentCoreControlServiceException_1 = require("../models/BedrockAgentCoreControlServiceException");
@@ -1207,7 +1356,10 @@ exports.errorTypeRegistries = [
1207
1356
  ];
1208
1357
  var ApiKeyType = [0, n0, _AKT, 8, 0];
1209
1358
  var ClientSecretType = [0, n0, _CST, 8, 0];
1210
- var Description = [0, n0, _D, 8, 0];
1359
+ var ConfigurationBundleDescription = [0, n0, _CBD, 8, 0];
1360
+ var DefaultClientSecretType = [0, n0, _DCST, 8, 0];
1361
+ var Definition = [0, n0, _D, 8, 0];
1362
+ var Description = [0, n0, _De, 8, 0];
1211
1363
  var EndpointName = [0, n0, _EN, 8, 0];
1212
1364
  var EvaluationConfigDescription = [0, n0, _ECD, 8, 0];
1213
1365
  var EvaluatorDescription = [0, n0, _ED, 8, 0];
@@ -1217,6 +1369,7 @@ var GatewayName = [0, n0, _GN, 8, 0];
1217
1369
  var HarnessInlineFunctionDescription = [0, n0, _HIFD, 8, 0];
1218
1370
  var HarnessRemoteMcpUrl = [0, n0, _HRMU, 8, 0];
1219
1371
  var InlinePayload = [0, n0, _IP, 8, 0];
1372
+ var LlmExtractionInstruction = [0, n0, _LEI, 8, 0];
1220
1373
  var OAuthCustomParametersValue = [0, n0, _OACPV, 8, 0];
1221
1374
  var Prompt = [0, n0, _P, 8, 0];
1222
1375
  var SensitiveJson = [0, n0, _SJ, 8, 15];
@@ -1368,12 +1521,32 @@ exports.CodeInterpreterSummary$ = [3, n0, _CIS,
1368
1521
  [_cII, _cIA, _st, _cA, _n, _d, _lUA],
1369
1522
  [0, 0, 0, 5, 0, [() => Description, 0], 5], 4
1370
1523
  ];
1371
- exports.ContainerConfiguration$ = [3, n0, _CCo,
1524
+ exports.ComponentConfiguration$ = [3, n0, _CCo,
1525
+ 8,
1526
+ [_con],
1527
+ [15], 1
1528
+ ];
1529
+ exports.ConfigurationBundleReference$ = [3, n0, _CBR,
1530
+ 0,
1531
+ [_bAu, _bV],
1532
+ [0, 0], 2
1533
+ ];
1534
+ exports.ConfigurationBundleSummary$ = [3, n0, _CBS,
1535
+ 0,
1536
+ [_bAu, _bIu, _bN, _d],
1537
+ [0, 0, 0, [() => ConfigurationBundleDescription, 0]], 3
1538
+ ];
1539
+ exports.ConfigurationBundleVersionSummary$ = [3, n0, _CBVS,
1540
+ 0,
1541
+ [_bAu, _bIu, _vI, _vCA, _lM],
1542
+ [0, 0, 0, 4, () => exports.VersionLineageMetadata$], 4
1543
+ ];
1544
+ exports.ContainerConfiguration$ = [3, n0, _CCon,
1372
1545
  0,
1373
1546
  [_cU],
1374
1547
  [0], 1
1375
1548
  ];
1376
- exports.ContentConfiguration$ = [3, n0, _CCon,
1549
+ exports.ContentConfiguration$ = [3, n0, _CCont,
1377
1550
  0,
1378
1551
  [_t, _le],
1379
1552
  [0, 0], 1
@@ -1418,12 +1591,12 @@ exports.CreateBrowserProfileResponse$ = [3, n0, _CBPRr,
1418
1591
  [_pI, _pA, _cA, _st],
1419
1592
  [0, 0, 5, 0], 4
1420
1593
  ];
1421
- exports.CreateBrowserRequest$ = [3, n0, _CBR,
1594
+ exports.CreateBrowserRequest$ = [3, n0, _CBRr,
1422
1595
  0,
1423
1596
  [_n, _nC, _d, _eRA, _re, _bS, _ePn, _ce, _cTl, _ta],
1424
1597
  [0, () => exports.BrowserNetworkConfiguration$, [() => Description, 0], 0, () => exports.RecordingConfig$, () => exports.BrowserSigningConfigInput$, () => BrowserEnterprisePolicies, () => Certificates, [0, 4], 128 | 0], 2
1425
1598
  ];
1426
- exports.CreateBrowserResponse$ = [3, n0, _CBRr,
1599
+ exports.CreateBrowserResponse$ = [3, n0, _CBRre,
1427
1600
  0,
1428
1601
  [_bI, _bA, _cA, _st],
1429
1602
  [0, 0, 5, 0], 4
@@ -1438,10 +1611,20 @@ exports.CreateCodeInterpreterResponse$ = [3, n0, _CCIRr,
1438
1611
  [_cII, _cIA, _cA, _st],
1439
1612
  [0, 0, 5, 0], 4
1440
1613
  ];
1614
+ exports.CreateConfigurationBundleRequest$ = [3, n0, _CCBR,
1615
+ 0,
1616
+ [_bN, _com, _cTl, _d, _bNr, _cM, _cB, _ta],
1617
+ [0, [() => ComponentConfigurationMap, 0], [0, 4], [() => ConfigurationBundleDescription, 0], 0, 0, () => exports.VersionCreatedBySource$, 128 | 0], 2
1618
+ ];
1619
+ exports.CreateConfigurationBundleResponse$ = [3, n0, _CCBRr,
1620
+ 0,
1621
+ [_bAu, _bIu, _vI, _cA],
1622
+ [0, 0, 0, 4], 4
1623
+ ];
1441
1624
  exports.CreateEvaluatorRequest$ = [3, n0, _CER,
1442
1625
  0,
1443
- [_eNv, _eC, _le, _cTl, _d, _ta],
1444
- [0, [() => exports.EvaluatorConfig$, 0], 0, [0, 4], [() => EvaluatorDescription, 0], 128 | 0], 3
1626
+ [_eNv, _eC, _le, _cTl, _d, _kKA, _ta],
1627
+ [0, [() => exports.EvaluatorConfig$, 0], 0, [0, 4], [() => EvaluatorDescription, 0], 0, 128 | 0], 3
1445
1628
  ];
1446
1629
  exports.CreateEvaluatorResponse$ = [3, n0, _CERr,
1447
1630
  0,
@@ -1450,13 +1633,23 @@ exports.CreateEvaluatorResponse$ = [3, n0, _CERr,
1450
1633
  ];
1451
1634
  exports.CreateGatewayRequest$ = [3, n0, _CGR,
1452
1635
  0,
1453
- [_n, _rA, _pT, _aT, _d, _cTl, _pC, _aCu, _kKA, _iCnt, _pEC, _eL, _ta],
1454
- [[() => GatewayName, 0], 0, 0, 0, [() => GatewayDescription, 0], [0, 4], () => exports.GatewayProtocolConfiguration$, () => exports.AuthorizerConfiguration$, 0, () => GatewayInterceptorConfigurations, () => exports.GatewayPolicyEngineConfiguration$, 0, 128 | 0], 4
1636
+ [_n, _rA, _aT, _d, _cTl, _pT, _pC, _aCu, _kKA, _iCnt, _pEC, _eL, _ta],
1637
+ [[() => GatewayName, 0], 0, 0, [() => GatewayDescription, 0], [0, 4], 0, () => exports.GatewayProtocolConfiguration$, () => exports.AuthorizerConfiguration$, 0, () => GatewayInterceptorConfigurations, () => exports.GatewayPolicyEngineConfiguration$, 0, 128 | 0], 3
1455
1638
  ];
1456
1639
  exports.CreateGatewayResponse$ = [3, n0, _CGRr,
1457
1640
  0,
1458
- [_gA, _gI, _cA, _uA, _st, _n, _pT, _aT, _gU, _sR, _d, _rA, _pC, _aCu, _kKA, _iCnt, _pEC, _wID, _eL],
1459
- [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
1641
+ [_gA, _gI, _cA, _uA, _st, _n, _aT, _gU, _sR, _d, _rA, _pT, _pC, _aCu, _kKA, _iCnt, _pEC, _wID, _eL],
1642
+ [0, 0, 5, 5, 0, [() => GatewayName, 0], 0, 0, 64 | 0, [() => GatewayDescription, 0], 0, 0, () => exports.GatewayProtocolConfiguration$, () => exports.AuthorizerConfiguration$, 0, () => GatewayInterceptorConfigurations, () => exports.GatewayPolicyEngineConfiguration$, () => exports.WorkloadIdentityDetails$, 0], 7
1643
+ ];
1644
+ exports.CreateGatewayRuleRequest$ = [3, n0, _CGRR,
1645
+ 0,
1646
+ [_gIa, _pr, _a, _cTl, _cond, _d],
1647
+ [[0, 1], 1, [() => Actions, 0], [0, 4], () => Conditions, 0], 3
1648
+ ];
1649
+ exports.CreateGatewayRuleResponse$ = [3, n0, _CGRRr,
1650
+ 0,
1651
+ [_rI, _gA, _pr, _a, _cA, _st, _cond, _d, _sy],
1652
+ [0, 0, 1, [() => Actions, 0], 5, 0, () => Conditions, 0, () => exports.SystemManagedBlock$], 6
1460
1653
  ];
1461
1654
  exports.CreateGatewayTargetRequest$ = [3, n0, _CGTR,
1462
1655
  0,
@@ -1465,8 +1658,8 @@ exports.CreateGatewayTargetRequest$ = [3, n0, _CGTR,
1465
1658
  ];
1466
1659
  exports.CreateGatewayTargetResponse$ = [3, n0, _CGTRr,
1467
1660
  0,
1468
- [_gA, _tI, _cA, _uA, _st, _n, _tC, _cPC, _sR, _d, _lSAa, _mC, _pE, _pEMR, _aD],
1469
- [0, 0, 5, 5, 0, [() => TargetName, 0], [() => exports.TargetConfiguration$, 0], [() => CredentialProviderConfigurations, 0], 64 | 0, [() => TargetDescription, 0], 5, () => exports.MetadataConfiguration$, () => exports.PrivateEndpoint$, () => PrivateEndpointManagedResources, () => exports.AuthorizationData$], 8
1661
+ [_gA, _tI, _cA, _uA, _st, _n, _tC, _cPC, _sR, _d, _lSAa, _mC, _pE, _pEMR, _aD, _pT],
1662
+ [0, 0, 5, 5, 0, [() => TargetName, 0], [() => exports.TargetConfiguration$, 0], [() => CredentialProviderConfigurations, 0], 64 | 0, [() => TargetDescription, 0], 5, () => exports.MetadataConfiguration$, () => exports.PrivateEndpoint$, () => PrivateEndpointManagedResources, () => exports.AuthorizationData$, 0], 8
1470
1663
  ];
1471
1664
  exports.CreateHarnessRequest$ = [3, n0, _CHR,
1472
1665
  0,
@@ -1480,8 +1673,8 @@ exports.CreateHarnessResponse$ = [3, n0, _CHRr,
1480
1673
  ];
1481
1674
  exports.CreateMemoryInput$ = [3, n0, _CMI,
1482
1675
  0,
1483
- [_n, _eED, _cTl, _d, _eKA, _mERA, _mS, _sDR, _ta],
1484
- [0, 1, [0, 4], [() => Description, 0], 0, 0, [() => MemoryStrategyInputList, 0], () => exports.StreamDeliveryResources$, 128 | 0], 2
1676
+ [_n, _eED, _cTl, _d, _eKA, _mERA, _mS, _iK, _sDR, _ta],
1677
+ [0, 1, [0, 4], [() => Description, 0], 0, 0, [() => MemoryStrategyInputList, 0], () => IndexedKeysList, () => exports.StreamDeliveryResources$, 128 | 0], 2
1485
1678
  ];
1486
1679
  exports.CreateMemoryOutput$ = [3, n0, _CMO,
1487
1680
  0,
@@ -1530,7 +1723,7 @@ exports.CreatePolicyResponse$ = [3, n0, _CPRr,
1530
1723
  ];
1531
1724
  exports.CreateRegistryRecordRequest$ = [3, n0, _CRRR,
1532
1725
  0,
1533
- [_rI, _n, _dT, _d, _des, _rV, _sT, _sC, _cTl],
1726
+ [_rIe, _n, _dT, _d, _des, _rV, _sT, _sC, _cTl],
1534
1727
  [[0, 1], 0, 0, [() => Description, 0], () => exports.Descriptors$, 0, 0, () => exports.SynchronizationConfiguration$, [0, 4]], 3
1535
1728
  ];
1536
1729
  exports.CreateRegistryRecordResponse$ = [3, n0, _CRRRr,
@@ -1580,18 +1773,18 @@ exports.CustomJWTAuthorizerConfiguration$ = [3, n0, _CJWTAC,
1580
1773
  ];
1581
1774
  exports.CustomMemoryStrategyInput$ = [3, n0, _CMSI,
1582
1775
  0,
1583
- [_n, _d, _na, _nT, _con],
1584
- [0, [() => Description, 0], 64 | 0, 64 | 0, [() => exports.CustomConfigurationInput$, 0]], 1
1776
+ [_n, _d, _na, _nT, _con, _mRS],
1777
+ [0, [() => Description, 0], 64 | 0, 64 | 0, [() => exports.CustomConfigurationInput$, 0], [() => exports.MemoryRecordSchema$, 0]], 1
1585
1778
  ];
1586
1779
  exports.CustomOauth2ProviderConfigInput$ = [3, n0, _COPCI,
1587
1780
  0,
1588
- [_oD, _cI, _cS, _pE, _pEO],
1589
- [() => exports.Oauth2Discovery$, 0, [() => ClientSecretType, 0], () => exports.PrivateEndpoint$, () => PrivateEndpointOverrides], 3
1781
+ [_oD, _cI, _cS, _pE, _pEO, _oBOTEC, _cAM],
1782
+ [() => exports.Oauth2Discovery$, 0, [() => DefaultClientSecretType, 0], () => exports.PrivateEndpoint$, () => PrivateEndpointOverrides, () => exports.OnBehalfOfTokenExchangeConfigType$, 0], 1
1590
1783
  ];
1591
1784
  exports.CustomOauth2ProviderConfigOutput$ = [3, n0, _COPCO,
1592
1785
  0,
1593
- [_oD, _cI, _pE, _pEO],
1594
- [() => exports.Oauth2Discovery$, 0, () => exports.PrivateEndpoint$, () => PrivateEndpointOverrides], 1
1786
+ [_oD, _cI, _pE, _pEO, _oBOTEC, _cAM],
1787
+ [() => exports.Oauth2Discovery$, 0, () => exports.PrivateEndpoint$, () => PrivateEndpointOverrides, () => exports.OnBehalfOfTokenExchangeConfigType$, 0], 1
1595
1788
  ];
1596
1789
  exports.DeleteAgentRuntimeEndpointRequest$ = [3, n0, _DARER,
1597
1790
  0,
@@ -1653,6 +1846,16 @@ exports.DeleteCodeInterpreterResponse$ = [3, n0, _DCIRe,
1653
1846
  [_cII, _st, _lUA],
1654
1847
  [0, 0, 5], 3
1655
1848
  ];
1849
+ exports.DeleteConfigurationBundleRequest$ = [3, n0, _DCBR,
1850
+ 0,
1851
+ [_bIu],
1852
+ [[0, 1]], 1
1853
+ ];
1854
+ exports.DeleteConfigurationBundleResponse$ = [3, n0, _DCBRe,
1855
+ 0,
1856
+ [_bIu, _st],
1857
+ [0, 0], 2
1858
+ ];
1656
1859
  exports.DeleteEvaluatorRequest$ = [3, n0, _DER,
1657
1860
  0,
1658
1861
  [_eI],
@@ -1673,6 +1876,16 @@ exports.DeleteGatewayResponse$ = [3, n0, _DGRe,
1673
1876
  [_gI, _st, _sR],
1674
1877
  [0, 0, 64 | 0], 2
1675
1878
  ];
1879
+ exports.DeleteGatewayRuleRequest$ = [3, n0, _DGRR,
1880
+ 0,
1881
+ [_gIa, _rI],
1882
+ [[0, 1], [0, 1]], 2
1883
+ ];
1884
+ exports.DeleteGatewayRuleResponse$ = [3, n0, _DGRRe,
1885
+ 0,
1886
+ [_rI, _st],
1887
+ [0, 0], 2
1888
+ ];
1676
1889
  exports.DeleteGatewayTargetRequest$ = [3, n0, _DGTR,
1677
1890
  0,
1678
1891
  [_gIa, _tI],
@@ -1750,7 +1963,7 @@ exports.DeletePolicyResponse$ = [3, n0, _DPRe,
1750
1963
  ];
1751
1964
  exports.DeleteRegistryRecordRequest$ = [3, n0, _DRRR,
1752
1965
  0,
1753
- [_rI, _rIe],
1966
+ [_rIe, _rIec],
1754
1967
  [[0, 1], [0, 1]], 2
1755
1968
  ];
1756
1969
  exports.DeleteRegistryRecordResponse$ = [3, n0, _DRRRe,
@@ -1760,7 +1973,7 @@ exports.DeleteRegistryRecordResponse$ = [3, n0, _DRRRe,
1760
1973
  ];
1761
1974
  exports.DeleteRegistryRequest$ = [3, n0, _DRR,
1762
1975
  0,
1763
- [_rI],
1976
+ [_rIe],
1764
1977
  [[0, 1]], 1
1765
1978
  ];
1766
1979
  exports.DeleteRegistryResponse$ = [3, n0, _DRRe,
@@ -1788,9 +2001,9 @@ exports.DeleteWorkloadIdentityResponse$ = [3, n0, _DWIRe,
1788
2001
  [],
1789
2002
  []
1790
2003
  ];
1791
- exports.Descriptors$ = [3, n0, _De,
2004
+ exports.Descriptors$ = [3, n0, _Des,
1792
2005
  0,
1793
- [_mc, _a, _cu, _aSg],
2006
+ [_mc, _aa, _cu, _aSg],
1794
2007
  [() => exports.McpDescriptor$, () => exports.A2aDescriptor$, () => exports.CustomDescriptor$, () => exports.AgentSkillsDescriptor$]
1795
2008
  ];
1796
2009
  exports.EpisodicConsolidationOverride$ = [3, n0, _ECO,
@@ -1805,8 +2018,8 @@ exports.EpisodicExtractionOverride$ = [3, n0, _EEO,
1805
2018
  ];
1806
2019
  exports.EpisodicMemoryStrategyInput$ = [3, n0, _EMSI,
1807
2020
  0,
1808
- [_n, _d, _na, _nT, _rC],
1809
- [0, [() => Description, 0], 64 | 0, 64 | 0, () => exports.EpisodicReflectionConfigurationInput$], 1
2021
+ [_n, _d, _na, _nT, _rC, _mRS],
2022
+ [0, [() => Description, 0], 64 | 0, 64 | 0, [() => exports.EpisodicReflectionConfigurationInput$, 0], [() => exports.MemoryRecordSchema$, 0]], 1
1810
2023
  ];
1811
2024
  exports.EpisodicOverrideConfigurationInput$ = [3, n0, _EOCI,
1812
2025
  0,
@@ -1825,28 +2038,28 @@ exports.EpisodicOverrideExtractionConfigurationInput$ = [3, n0, _EOECI,
1825
2038
  ];
1826
2039
  exports.EpisodicOverrideReflectionConfigurationInput$ = [3, n0, _EORCI,
1827
2040
  0,
1828
- [_aTP, _mI, _na, _nT],
1829
- [[() => Prompt, 0], 0, 64 | 0, 64 | 0], 2
2041
+ [_aTP, _mI, _na, _nT, _mRS],
2042
+ [[() => Prompt, 0], 0, 64 | 0, 64 | 0, [() => exports.MemoryRecordSchema$, 0]], 2
1830
2043
  ];
1831
2044
  exports.EpisodicReflectionConfiguration$ = [3, n0, _ERC,
1832
2045
  0,
1833
- [_na, _nT],
1834
- [64 | 0, 64 | 0]
2046
+ [_na, _nT, _mRS],
2047
+ [64 | 0, 64 | 0, [() => exports.MemoryRecordSchema$, 0]]
1835
2048
  ];
1836
2049
  exports.EpisodicReflectionConfigurationInput$ = [3, n0, _ERCI,
1837
2050
  0,
1838
- [_na, _nT],
1839
- [64 | 0, 64 | 0]
2051
+ [_na, _nT, _mRS],
2052
+ [64 | 0, 64 | 0, [() => exports.MemoryRecordSchema$, 0]]
1840
2053
  ];
1841
2054
  exports.EpisodicReflectionOverride$ = [3, n0, _ERO,
1842
2055
  0,
1843
- [_aTP, _mI, _na, _nT],
1844
- [[() => Prompt, 0], 0, 64 | 0, 64 | 0], 2
2056
+ [_aTP, _mI, _na, _nT, _mRS],
2057
+ [[() => Prompt, 0], 0, 64 | 0, 64 | 0, [() => exports.MemoryRecordSchema$, 0]], 2
1845
2058
  ];
1846
2059
  exports.EvaluatorSummary$ = [3, n0, _ES,
1847
2060
  0,
1848
- [_eA, _eI, _eNv, _eT, _st, _cA, _uA, _d, _le, _lFM],
1849
- [0, 0, 0, 0, 0, 4, 4, [() => EvaluatorDescription, 0], 0, 2], 7
2061
+ [_eA, _eI, _eNv, _eT, _st, _cA, _uA, _d, _le, _lFM, _kKA],
2062
+ [0, 0, 0, 0, 0, 4, 4, [() => EvaluatorDescription, 0], 0, 2, 0], 7
1850
2063
  ];
1851
2064
  exports.Filter$ = [3, n0, _F,
1852
2065
  0,
@@ -1878,15 +2091,20 @@ exports.GatewayPolicyEngineConfiguration$ = [3, n0, _GPEC,
1878
2091
  [_ar, _mod],
1879
2092
  [0, 0], 2
1880
2093
  ];
2094
+ exports.GatewayRuleDetail$ = [3, n0, _GRD,
2095
+ 0,
2096
+ [_rI, _gA, _pr, _a, _cA, _st, _cond, _d, _sy, _uA],
2097
+ [0, 0, 1, [() => Actions, 0], 5, 0, () => Conditions, 0, () => exports.SystemManagedBlock$, 5], 6
2098
+ ];
1881
2099
  exports.GatewaySummary$ = [3, n0, _GS,
1882
2100
  0,
1883
- [_gI, _n, _st, _cA, _uA, _aT, _pT, _d],
1884
- [0, [() => GatewayName, 0], 0, 5, 5, 0, 0, [() => GatewayDescription, 0]], 7
2101
+ [_gI, _n, _st, _cA, _uA, _aT, _d, _pT],
2102
+ [0, [() => GatewayName, 0], 0, 5, 5, 0, [() => GatewayDescription, 0], 0], 6
1885
2103
  ];
1886
2104
  exports.GatewayTarget$ = [3, n0, _GT,
1887
2105
  0,
1888
- [_gA, _tI, _cA, _uA, _st, _n, _tC, _cPC, _sR, _d, _lSAa, _mC, _pE, _pEMR, _aD],
1889
- [0, 0, 5, 5, 0, [() => TargetName, 0], [() => exports.TargetConfiguration$, 0], [() => CredentialProviderConfigurations, 0], 64 | 0, [() => TargetDescription, 0], 5, () => exports.MetadataConfiguration$, () => exports.PrivateEndpoint$, () => PrivateEndpointManagedResources, () => exports.AuthorizationData$], 8
2106
+ [_gA, _tI, _cA, _uA, _st, _n, _tC, _cPC, _sR, _d, _lSAa, _mC, _pE, _pEMR, _aD, _pT],
2107
+ [0, 0, 5, 5, 0, [() => TargetName, 0], [() => exports.TargetConfiguration$, 0], [() => CredentialProviderConfigurations, 0], 64 | 0, [() => TargetDescription, 0], 5, () => exports.MetadataConfiguration$, () => exports.PrivateEndpoint$, () => PrivateEndpointManagedResources, () => exports.AuthorizationData$, 0], 8
1890
2108
  ];
1891
2109
  exports.GetAgentRuntimeEndpointRequest$ = [3, n0, _GARER,
1892
2110
  0,
@@ -1948,15 +2166,35 @@ exports.GetCodeInterpreterResponse$ = [3, n0, _GCIRe,
1948
2166
  [_cII, _cIA, _n, _nC, _st, _cA, _lUA, _d, _eRA, _ce, _fR],
1949
2167
  [0, 0, 0, () => exports.CodeInterpreterNetworkConfiguration$, 0, 5, 5, [() => Description, 0], 0, () => Certificates, 0], 7
1950
2168
  ];
2169
+ exports.GetConfigurationBundleRequest$ = [3, n0, _GCBR,
2170
+ 0,
2171
+ [_bIu, _bNr],
2172
+ [[0, 1], [0, { [_hQ]: _bNr }]], 1
2173
+ ];
2174
+ exports.GetConfigurationBundleResponse$ = [3, n0, _GCBRe,
2175
+ 0,
2176
+ [_bAu, _bIu, _bN, _vI, _com, _cA, _uA, _d, _lM],
2177
+ [0, 0, 0, 0, [() => ComponentConfigurationMap, 0], 4, 4, [() => ConfigurationBundleDescription, 0], () => exports.VersionLineageMetadata$], 7
2178
+ ];
2179
+ exports.GetConfigurationBundleVersionRequest$ = [3, n0, _GCBVR,
2180
+ 0,
2181
+ [_bIu, _vI],
2182
+ [[0, 1], [0, 1]], 2
2183
+ ];
2184
+ exports.GetConfigurationBundleVersionResponse$ = [3, n0, _GCBVRe,
2185
+ 0,
2186
+ [_bAu, _bIu, _bN, _vI, _com, _cA, _vCA, _d, _lM],
2187
+ [0, 0, 0, 0, [() => ComponentConfigurationMap, 0], 4, 4, [() => ConfigurationBundleDescription, 0], () => exports.VersionLineageMetadata$], 7
2188
+ ];
1951
2189
  exports.GetEvaluatorRequest$ = [3, n0, _GER,
1952
2190
  0,
1953
- [_eI],
1954
- [[0, 1]], 1
2191
+ [_eI, _iD],
2192
+ [[0, 1], [0, { [_hQ]: _iD }]], 1
1955
2193
  ];
1956
2194
  exports.GetEvaluatorResponse$ = [3, n0, _GERe,
1957
2195
  0,
1958
- [_eA, _eI, _eNv, _eC, _le, _st, _cA, _uA, _d, _lFM],
1959
- [0, 0, 0, [() => exports.EvaluatorConfig$, 0], 0, 0, 4, 4, [() => EvaluatorDescription, 0], 2], 8
2196
+ [_eA, _eI, _eNv, _eC, _le, _st, _cA, _uA, _d, _lFM, _kKA],
2197
+ [0, 0, 0, [() => exports.EvaluatorConfig$, 0], 0, 0, 4, 4, [() => EvaluatorDescription, 0], 2, 0], 8
1960
2198
  ];
1961
2199
  exports.GetGatewayRequest$ = [3, n0, _GGR,
1962
2200
  0,
@@ -1965,8 +2203,18 @@ exports.GetGatewayRequest$ = [3, n0, _GGR,
1965
2203
  ];
1966
2204
  exports.GetGatewayResponse$ = [3, n0, _GGRe,
1967
2205
  0,
1968
- [_gA, _gI, _cA, _uA, _st, _n, _pT, _aT, _gU, _sR, _d, _rA, _pC, _aCu, _kKA, _iCnt, _pEC, _wID, _eL],
1969
- [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
2206
+ [_gA, _gI, _cA, _uA, _st, _n, _aT, _gU, _sR, _d, _rA, _pT, _pC, _aCu, _kKA, _iCnt, _pEC, _wID, _eL],
2207
+ [0, 0, 5, 5, 0, [() => GatewayName, 0], 0, 0, 64 | 0, [() => GatewayDescription, 0], 0, 0, () => exports.GatewayProtocolConfiguration$, () => exports.AuthorizerConfiguration$, 0, () => GatewayInterceptorConfigurations, () => exports.GatewayPolicyEngineConfiguration$, () => exports.WorkloadIdentityDetails$, 0], 7
2208
+ ];
2209
+ exports.GetGatewayRuleRequest$ = [3, n0, _GGRR,
2210
+ 0,
2211
+ [_gIa, _rI],
2212
+ [[0, 1], [0, 1]], 2
2213
+ ];
2214
+ exports.GetGatewayRuleResponse$ = [3, n0, _GGRRe,
2215
+ 0,
2216
+ [_rI, _gA, _pr, _a, _cA, _st, _cond, _d, _sy, _uA],
2217
+ [0, 0, 1, [() => Actions, 0], 5, 0, () => Conditions, 0, () => exports.SystemManagedBlock$, 5], 6
1970
2218
  ];
1971
2219
  exports.GetGatewayTargetRequest$ = [3, n0, _GGTR,
1972
2220
  0,
@@ -1975,8 +2223,8 @@ exports.GetGatewayTargetRequest$ = [3, n0, _GGTR,
1975
2223
  ];
1976
2224
  exports.GetGatewayTargetResponse$ = [3, n0, _GGTRe,
1977
2225
  0,
1978
- [_gA, _tI, _cA, _uA, _st, _n, _tC, _cPC, _sR, _d, _lSAa, _mC, _pE, _pEMR, _aD],
1979
- [0, 0, 5, 5, 0, [() => TargetName, 0], [() => exports.TargetConfiguration$, 0], [() => CredentialProviderConfigurations, 0], 64 | 0, [() => TargetDescription, 0], 5, () => exports.MetadataConfiguration$, () => exports.PrivateEndpoint$, () => PrivateEndpointManagedResources, () => exports.AuthorizationData$], 8
2226
+ [_gA, _tI, _cA, _uA, _st, _n, _tC, _cPC, _sR, _d, _lSAa, _mC, _pE, _pEMR, _aD, _pT],
2227
+ [0, 0, 5, 5, 0, [() => TargetName, 0], [() => exports.TargetConfiguration$, 0], [() => CredentialProviderConfigurations, 0], 64 | 0, [() => TargetDescription, 0], 5, () => exports.MetadataConfiguration$, () => exports.PrivateEndpoint$, () => PrivateEndpointManagedResources, () => exports.AuthorizationData$, 0], 8
1980
2228
  ];
1981
2229
  exports.GetHarnessRequest$ = [3, n0, _GHR,
1982
2230
  0,
@@ -2050,22 +2298,22 @@ exports.GetPolicyResponse$ = [3, n0, _GPRe,
2050
2298
  ];
2051
2299
  exports.GetRegistryRecordRequest$ = [3, n0, _GRRR,
2052
2300
  0,
2053
- [_rI, _rIe],
2301
+ [_rIe, _rIec],
2054
2302
  [[0, 1], [0, 1]], 2
2055
2303
  ];
2056
2304
  exports.GetRegistryRecordResponse$ = [3, n0, _GRRRe,
2057
2305
  0,
2058
- [_rAeg, _rAe, _rIe, _n, _dT, _des, _st, _cA, _uA, _d, _rV, _sRt, _sT, _sC],
2306
+ [_rAeg, _rAe, _rIec, _n, _dT, _des, _st, _cA, _uA, _d, _rV, _sRt, _sT, _sC],
2059
2307
  [0, 0, 0, 0, 0, () => exports.Descriptors$, 0, 5, 5, [() => Description, 0], 0, 0, 0, () => exports.SynchronizationConfiguration$], 9
2060
2308
  ];
2061
2309
  exports.GetRegistryRequest$ = [3, n0, _GRR,
2062
2310
  0,
2063
- [_rI],
2311
+ [_rIe],
2064
2312
  [[0, 1]], 1
2065
2313
  ];
2066
2314
  exports.GetRegistryResponse$ = [3, n0, _GRRe,
2067
2315
  0,
2068
- [_n, _rI, _rAeg, _st, _cA, _uA, _d, _aT, _aCu, _aCp, _sRt],
2316
+ [_n, _rIe, _rAeg, _st, _cA, _uA, _d, _aT, _aCu, _aCp, _sRt],
2069
2317
  [0, 0, 0, 0, 5, 5, [() => Description, 0], 0, () => exports.AuthorizerConfiguration$, () => exports.ApprovalConfiguration$, 0], 6
2070
2318
  ];
2071
2319
  exports.GetResourcePolicyRequest$ = [3, n0, _GRPR,
@@ -2213,6 +2461,11 @@ exports.IamCredentialProvider$ = [3, n0, _ICP,
2213
2461
  [_ser, _reg],
2214
2462
  [0, 0], 1
2215
2463
  ];
2464
+ exports.IamPrincipal$ = [3, n0, _IPa,
2465
+ 0,
2466
+ [_ar, _o],
2467
+ [0, 0], 1
2468
+ ];
2216
2469
  exports.IncludedOauth2ProviderConfigInput$ = [3, n0, _IOPCI,
2217
2470
  0,
2218
2471
  [_cI, _cS, _is, _aE, _tE],
@@ -2223,6 +2476,11 @@ exports.IncludedOauth2ProviderConfigOutput$ = [3, n0, _IOPCO,
2223
2476
  [_oD, _cI],
2224
2477
  [() => exports.Oauth2Discovery$, 0], 1
2225
2478
  ];
2479
+ exports.IndexedKey$ = [3, n0, _IK,
2480
+ 0,
2481
+ [_k, _t],
2482
+ [0, 0], 2
2483
+ ];
2226
2484
  exports.InferenceConfiguration$ = [3, n0, _IC,
2227
2485
  0,
2228
2486
  [_mT, _te, _tP, _sS],
@@ -2348,6 +2606,26 @@ exports.ListCodeInterpretersResponse$ = [3, n0, _LCIRi,
2348
2606
  [_cIS, _nTe],
2349
2607
  [[() => CodeInterpreterSummaries, 0], 0], 1
2350
2608
  ];
2609
+ exports.ListConfigurationBundlesRequest$ = [3, n0, _LCBR,
2610
+ 0,
2611
+ [_nTe, _mR],
2612
+ [[0, { [_hQ]: _nTe }], [1, { [_hQ]: _mR }]]
2613
+ ];
2614
+ exports.ListConfigurationBundlesResponse$ = [3, n0, _LCBRi,
2615
+ 0,
2616
+ [_b, _nTe],
2617
+ [[() => ConfigurationBundleSummaryList, 0], 0], 1
2618
+ ];
2619
+ exports.ListConfigurationBundleVersionsRequest$ = [3, n0, _LCBVR,
2620
+ 0,
2621
+ [_bIu, _nTe, _mR, _fi],
2622
+ [[0, 1], [0, { [_hQ]: _nTe }], [1, { [_hQ]: _mR }], () => exports.VersionFilter$], 1
2623
+ ];
2624
+ exports.ListConfigurationBundleVersionsResponse$ = [3, n0, _LCBVRi,
2625
+ 0,
2626
+ [_ver, _nTe],
2627
+ [() => ConfigurationBundleVersionSummaryList, 0], 1
2628
+ ];
2351
2629
  exports.ListEvaluatorsRequest$ = [3, n0, _LER,
2352
2630
  0,
2353
2631
  [_nTe, _mR],
@@ -2358,6 +2636,16 @@ exports.ListEvaluatorsResponse$ = [3, n0, _LERi,
2358
2636
  [_ev, _nTe],
2359
2637
  [[() => EvaluatorSummaryList, 0], 0], 1
2360
2638
  ];
2639
+ exports.ListGatewayRulesRequest$ = [3, n0, _LGRR,
2640
+ 0,
2641
+ [_gIa, _mR, _nTe],
2642
+ [[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nTe }]], 1
2643
+ ];
2644
+ exports.ListGatewayRulesResponse$ = [3, n0, _LGRRi,
2645
+ 0,
2646
+ [_gR, _nTe],
2647
+ [[() => GatewayRules, 0], 0], 1
2648
+ ];
2361
2649
  exports.ListGatewaysRequest$ = [3, n0, _LGR,
2362
2650
  0,
2363
2651
  [_mR, _nTe],
@@ -2470,7 +2758,7 @@ exports.ListRegistriesResponse$ = [3, n0, _LRRi,
2470
2758
  ];
2471
2759
  exports.ListRegistryRecordsRequest$ = [3, n0, _LRRR,
2472
2760
  0,
2473
- [_rI, _mR, _nTe, _n, _st, _dT],
2761
+ [_rIe, _mR, _nTe, _n, _st, _dT],
2474
2762
  [[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nTe }], [0, { [_hQ]: _n }], [0, { [_hQ]: _st }], [0, { [_hQ]: _dT }]], 1
2475
2763
  ];
2476
2764
  exports.ListRegistryRecordsResponse$ = [3, n0, _LRRRi,
@@ -2503,6 +2791,11 @@ exports.LlmAsAJudgeEvaluatorConfig$ = [3, n0, _LAAJEC,
2503
2791
  [_ins, _rSa, _mCo],
2504
2792
  [[() => EvaluatorInstructions, 0], [() => exports.RatingScale$, 0], () => exports.EvaluatorModelConfig$], 3
2505
2793
  ];
2794
+ exports.LlmExtractionConfig$ = [3, n0, _LECl,
2795
+ 0,
2796
+ [_de, _lEI, _va],
2797
+ [[() => Definition, 0], [() => LlmExtractionInstruction, 0], () => exports.Validation$], 1
2798
+ ];
2506
2799
  exports.ManagedResourceDetails$ = [3, n0, _MRD,
2507
2800
  0,
2508
2801
  [_do, _rGA, _rAA],
@@ -2510,9 +2803,19 @@ exports.ManagedResourceDetails$ = [3, n0, _MRD,
2510
2803
  ];
2511
2804
  exports.ManagedVpcResource$ = [3, n0, _MVR,
2512
2805
  0,
2513
- [_vI, _sIu, _eIAT, _sGI, _ta, _rD],
2806
+ [_vIp, _sIu, _eIAT, _sGI, _ta, _rD],
2514
2807
  [0, 64 | 0, 0, 64 | 0, 128 | 0, 0], 3
2515
2808
  ];
2809
+ exports.MatchPaths$ = [3, n0, _MP,
2810
+ 0,
2811
+ [_aO],
2812
+ [64 | 0], 1
2813
+ ];
2814
+ exports.MatchPrincipals$ = [3, n0, _MPa,
2815
+ 0,
2816
+ [_aO],
2817
+ [() => MatchPrincipalEntries], 1
2818
+ ];
2516
2819
  exports.McpDescriptor$ = [3, n0, _MD,
2517
2820
  0,
2518
2821
  [_se, _to],
@@ -2530,18 +2833,23 @@ exports.McpLambdaTargetConfiguration$ = [3, n0, _MLTC,
2530
2833
  ];
2531
2834
  exports.McpServerTargetConfiguration$ = [3, n0, _MSTC,
2532
2835
  0,
2533
- [_end, _mTS, _rP, _lM],
2534
- [0, [() => exports.McpToolSchemaConfiguration$, 0], 1, 0], 1
2836
+ [_end, _mTS, _lMi, _rP],
2837
+ [0, [() => exports.McpToolSchemaConfiguration$, 0], 0, 1], 1
2535
2838
  ];
2536
2839
  exports.Memory$ = [3, n0, _M,
2537
2840
  0,
2538
- [_ar, _i, _n, _eED, _st, _cA, _uA, _d, _eKA, _mERA, _fR, _stra, _sDR],
2539
- [0, 0, 0, 1, 0, 4, 4, [() => Description, 0], 0, 0, 0, [() => MemoryStrategyList, 0], () => exports.StreamDeliveryResources$], 7
2841
+ [_ar, _i, _n, _eED, _st, _cA, _uA, _d, _eKA, _mERA, _fR, _stra, _iK, _sDR],
2842
+ [0, 0, 0, 1, 0, 4, 4, [() => Description, 0], 0, 0, 0, [() => MemoryStrategyList, 0], () => IndexedKeysList, () => exports.StreamDeliveryResources$], 7
2843
+ ];
2844
+ exports.MemoryRecordSchema$ = [3, n0, _MRS,
2845
+ 0,
2846
+ [_mSe],
2847
+ [[() => MetadataSchemaList, 0]]
2540
2848
  ];
2541
2849
  exports.MemoryStrategy$ = [3, n0, _MS,
2542
2850
  0,
2543
- [_sI, _n, _t, _na, _nT, _d, _con, _cA, _uA, _st],
2544
- [0, 0, 0, 64 | 0, 64 | 0, [() => Description, 0], [() => exports.StrategyConfiguration$, 0], 4, 4, 0], 5
2851
+ [_sI, _n, _t, _na, _nT, _d, _con, _cA, _uA, _st, _mRS],
2852
+ [0, 0, 0, 64 | 0, 64 | 0, [() => Description, 0], [() => exports.StrategyConfiguration$, 0], 4, 4, 0, [() => exports.MemoryRecordSchema$, 0]], 5
2545
2853
  ];
2546
2854
  exports.MemorySummary$ = [3, n0, _MSe,
2547
2855
  0,
@@ -2563,6 +2871,11 @@ exports.MetadataConfiguration$ = [3, n0, _MC,
2563
2871
  [_aRH, _aQP, _aRHl],
2564
2872
  [64 | 0, 64 | 0, 64 | 0]
2565
2873
  ];
2874
+ exports.MetadataSchemaEntry$ = [3, n0, _MSE,
2875
+ 0,
2876
+ [_k, _t, _eCx],
2877
+ [0, 0, [() => exports.ExtractionConfig$, 0]], 1
2878
+ ];
2566
2879
  exports.MicrosoftOauth2ProviderConfigInput$ = [3, n0, _MOPCI,
2567
2880
  0,
2568
2881
  [_cI, _cS, _tIe],
@@ -2585,8 +2898,8 @@ exports.ModifyMemoryStrategies$ = [3, n0, _MMS,
2585
2898
  ];
2586
2899
  exports.ModifyMemoryStrategyInput$ = [3, n0, _MMSI,
2587
2900
  0,
2588
- [_mSI, _d, _na, _nT, _con],
2589
- [0, [() => Description, 0], 64 | 0, 64 | 0, [() => exports.ModifyStrategyConfiguration$, 0]], 1
2901
+ [_mSI, _d, _na, _nT, _con, _mRS],
2902
+ [0, [() => Description, 0], 64 | 0, 64 | 0, [() => exports.ModifyStrategyConfiguration$, 0], [() => exports.MemoryRecordSchema$, 0]], 1
2590
2903
  ];
2591
2904
  exports.ModifySelfManagedConfiguration$ = [3, n0, _MSMC,
2592
2905
  0,
@@ -2603,6 +2916,11 @@ exports.NetworkConfiguration$ = [3, n0, _NC,
2603
2916
  [_nM, _nMC],
2604
2917
  [0, () => exports.VpcConfig$], 1
2605
2918
  ];
2919
+ exports.NumberValidation$ = [3, n0, _NV,
2920
+ 0,
2921
+ [_mV, _mVa],
2922
+ [1, 1]
2923
+ ];
2606
2924
  exports.NumericalScaleDefinition$ = [3, n0, _NSD,
2607
2925
  0,
2608
2926
  [_de, _v, _la],
@@ -2628,6 +2946,11 @@ exports.OAuthCredentialProvider$ = [3, n0, _OACP,
2628
2946
  [_pAr, _sc, _cPu, _gT, _dRU],
2629
2947
  [0, 64 | 0, [() => OAuthCustomParameters, 0], 0, 0], 2
2630
2948
  ];
2949
+ exports.OnBehalfOfTokenExchangeConfigType$ = [3, n0, _OBOTECT,
2950
+ 0,
2951
+ [_gT, _tEGTC],
2952
+ [0, () => exports.TokenExchangeGrantTypeConfigType$], 1
2953
+ ];
2631
2954
  exports.OnlineEvaluationConfigSummary$ = [3, n0, _OECS,
2632
2955
  0,
2633
2956
  [_oECA, _oECI, _oECN, _st, _eS, _cA, _uA, _d, _fR],
@@ -2705,17 +3028,17 @@ exports.RegistryRecordOAuthCredentialProvider$ = [3, n0, _RROACP,
2705
3028
  ];
2706
3029
  exports.RegistryRecordSummary$ = [3, n0, _RRS,
2707
3030
  0,
2708
- [_rAeg, _rAe, _rIe, _n, _dT, _rV, _st, _cA, _uA, _d],
3031
+ [_rAeg, _rAe, _rIec, _n, _dT, _rV, _st, _cA, _uA, _d],
2709
3032
  [0, 0, 0, 0, 0, 0, 0, 5, 5, [() => Description, 0]], 9
2710
3033
  ];
2711
3034
  exports.RegistrySummary$ = [3, n0, _RS,
2712
3035
  0,
2713
- [_n, _rI, _rAeg, _st, _cA, _uA, _d, _aT, _sRt],
3036
+ [_n, _rIe, _rAeg, _st, _cA, _uA, _d, _aT, _sRt],
2714
3037
  [0, 0, 0, 0, 5, 5, [() => Description, 0], 0, 0], 6
2715
3038
  ];
2716
3039
  exports.Rule$ = [3, n0, _R,
2717
3040
  0,
2718
- [_sCa, _fi, _sCe],
3041
+ [_sCa, _fil, _sCe],
2719
3042
  [() => exports.SamplingConfig$, () => FilterList, () => exports.SessionConfig$], 1
2720
3043
  ];
2721
3044
  exports.RuntimeMetadataConfiguration$ = [3, n0, _RMC,
@@ -2723,6 +3046,11 @@ exports.RuntimeMetadataConfiguration$ = [3, n0, _RMC,
2723
3046
  [_rMMDSV],
2724
3047
  [2], 1
2725
3048
  ];
3049
+ exports.RuntimeTargetConfiguration$ = [3, n0, _RTC,
3050
+ 0,
3051
+ [_ar, _q],
3052
+ [0, 0], 1
3053
+ ];
2726
3054
  exports.S3Configuration$ = [3, n0, _SC,
2727
3055
  0,
2728
3056
  [_ur, _bOAI],
@@ -2730,7 +3058,7 @@ exports.S3Configuration$ = [3, n0, _SC,
2730
3058
  ];
2731
3059
  exports.S3Location$ = [3, n0, _SL,
2732
3060
  0,
2733
- [_b, _pr, _vIe],
3061
+ [_bu, _pre, _vI],
2734
3062
  [0, 0, 0], 2
2735
3063
  ];
2736
3064
  exports.SalesforceOauth2ProviderConfigInput$ = [3, n0, _SOPCI,
@@ -2785,8 +3113,8 @@ exports.SemanticExtractionOverride$ = [3, n0, _SEO,
2785
3113
  ];
2786
3114
  exports.SemanticMemoryStrategyInput$ = [3, n0, _SMSI,
2787
3115
  0,
2788
- [_n, _d, _na, _nT],
2789
- [0, [() => Description, 0], 64 | 0, 64 | 0], 1
3116
+ [_n, _d, _na, _nT, _mRS],
3117
+ [0, [() => Description, 0], 64 | 0, 64 | 0, [() => exports.MemoryRecordSchema$, 0]], 1
2790
3118
  ];
2791
3119
  exports.SemanticOverrideConfigurationInput$ = [3, n0, _SOCI,
2792
3120
  0,
@@ -2858,6 +3186,16 @@ exports.StartPolicyGenerationResponse$ = [3, n0, _SPGRt,
2858
3186
  [_pEI, _pGI, _n, _pGA, _res, _cA, _uA, _st, _sR, _f],
2859
3187
  [0, 0, 0, 0, () => exports.Resource$, 5, 5, 0, 64 | 0, 0], 9
2860
3188
  ];
3189
+ exports.StaticOverride$ = [3, n0, _SO,
3190
+ 0,
3191
+ [_bAu, _bV],
3192
+ [0, 0], 2
3193
+ ];
3194
+ exports.StaticRoute$ = [3, n0, _SR,
3195
+ 0,
3196
+ [_tN],
3197
+ [[() => TargetName, 0]], 1
3198
+ ];
2861
3199
  exports.StrategyConfiguration$ = [3, n0, _SCt,
2862
3200
  0,
2863
3201
  [_t, _ex, _cons, _ref, _sMC],
@@ -2868,14 +3206,24 @@ exports.StreamDeliveryResources$ = [3, n0, _SDR,
2868
3206
  [_reso],
2869
3207
  [() => StreamDeliveryResourcesList], 1
2870
3208
  ];
3209
+ exports.StringListValidation$ = [3, n0, _SLV,
3210
+ 0,
3211
+ [_aV, _mIax],
3212
+ [64 | 0, 1]
3213
+ ];
3214
+ exports.StringValidation$ = [3, n0, _SV,
3215
+ 0,
3216
+ [_aV],
3217
+ [64 | 0], 1
3218
+ ];
2871
3219
  exports.SubmitRegistryRecordForApprovalRequest$ = [3, n0, _SRRFAR,
2872
3220
  0,
2873
- [_rI, _rIe],
3221
+ [_rIe, _rIec],
2874
3222
  [[0, 1], [0, 1]], 2
2875
3223
  ];
2876
3224
  exports.SubmitRegistryRecordForApprovalResponse$ = [3, n0, _SRRFARu,
2877
3225
  0,
2878
- [_rAeg, _rAe, _rIe, _st, _uA],
3226
+ [_rAeg, _rAe, _rIec, _st, _uA],
2879
3227
  [0, 0, 0, 0, 5], 5
2880
3228
  ];
2881
3229
  exports.SummaryConsolidationOverride$ = [3, n0, _SCOu,
@@ -2885,8 +3233,8 @@ exports.SummaryConsolidationOverride$ = [3, n0, _SCOu,
2885
3233
  ];
2886
3234
  exports.SummaryMemoryStrategyInput$ = [3, n0, _SMSIu,
2887
3235
  0,
2888
- [_n, _d, _na, _nT],
2889
- [0, [() => Description, 0], 64 | 0, 64 | 0], 1
3236
+ [_n, _d, _na, _nT, _mRS],
3237
+ [0, [() => Description, 0], 64 | 0, 64 | 0, [() => exports.MemoryRecordSchema$, 0]], 1
2890
3238
  ];
2891
3239
  exports.SummaryOverrideConfigurationInput$ = [3, n0, _SOCIu,
2892
3240
  0,
@@ -2913,6 +3261,11 @@ exports.SynchronizeGatewayTargetsResponse$ = [3, n0, _SGTRy,
2913
3261
  [_tar],
2914
3262
  [[() => GatewayTargetList, 0]]
2915
3263
  ];
3264
+ exports.SystemManagedBlock$ = [3, n0, _SMB,
3265
+ 0,
3266
+ [_mB],
3267
+ [0], 1
3268
+ ];
2916
3269
  exports.TagResourceRequest$ = [3, n0, _TRR,
2917
3270
  0,
2918
3271
  [_rAes, _ta],
@@ -2928,6 +3281,11 @@ exports.TargetSummary$ = [3, n0, _TS,
2928
3281
  [_tI, _n, _st, _cA, _uA, _d, _rP],
2929
3282
  [0, [() => TargetName, 0], 0, 5, 5, [() => TargetDescription, 0], 1], 5
2930
3283
  ];
3284
+ exports.TargetTrafficSplitEntry$ = [3, n0, _TTSE,
3285
+ 0,
3286
+ [_n, _w, _tN, _d, _meta],
3287
+ [0, 1, [() => TargetName, 0], 0, 128 | 0], 3
3288
+ ];
2931
3289
  exports.TimeBasedTrigger$ = [3, n0, _TBT,
2932
3290
  0,
2933
3291
  [_iST],
@@ -2948,6 +3306,11 @@ exports.TokenBasedTriggerInput$ = [3, n0, _TBTIo,
2948
3306
  [_tCo],
2949
3307
  [1]
2950
3308
  ];
3309
+ exports.TokenExchangeGrantTypeConfigType$ = [3, n0, _TEGTCT,
3310
+ 0,
3311
+ [_aTC, _aTS],
3312
+ [0, 64 | 0], 1
3313
+ ];
2951
3314
  exports.ToolDefinition$ = [3, n0, _TDo,
2952
3315
  0,
2953
3316
  [_n, _d, _iS, _oS],
@@ -2958,6 +3321,11 @@ exports.ToolsDefinition$ = [3, n0, _TDoo,
2958
3321
  [_pV, _iC],
2959
3322
  [0, 0]
2960
3323
  ];
3324
+ exports.TrafficSplitEntry$ = [3, n0, _TSE,
3325
+ 0,
3326
+ [_n, _w, _cBo, _d, _meta],
3327
+ [0, 1, () => exports.ConfigurationBundleReference$, 0, 128 | 0], 3
3328
+ ];
2961
3329
  exports.UntagResourceRequest$ = [3, n0, _URR,
2962
3330
  0,
2963
3331
  [_rAes, _tKa],
@@ -2998,6 +3366,16 @@ exports.UpdateApiKeyCredentialProviderResponse$ = [3, n0, _UAKCPRp,
2998
3366
  [_aKSA, _n, _cPA, _cT, _lUT],
2999
3367
  [() => exports.Secret$, 0, 0, 4, 4], 5
3000
3368
  ];
3369
+ exports.UpdateConfigurationBundleRequest$ = [3, n0, _UCBR,
3370
+ 0,
3371
+ [_bIu, _cTl, _bN, _d, _com, _pVI, _bNr, _cM, _cB],
3372
+ [[0, 1], [0, 4], 0, [() => ConfigurationBundleDescription, 0], [() => ComponentConfigurationMap, 0], 64 | 0, 0, 0, () => exports.VersionCreatedBySource$], 1
3373
+ ];
3374
+ exports.UpdateConfigurationBundleResponse$ = [3, n0, _UCBRp,
3375
+ 0,
3376
+ [_bAu, _bIu, _vI, _uA],
3377
+ [0, 0, 0, 4], 4
3378
+ ];
3001
3379
  exports.UpdatedA2aDescriptor$ = [3, n0, _UAD,
3002
3380
  0,
3003
3381
  [_oV],
@@ -3040,7 +3418,7 @@ exports.UpdatedDescriptors$ = [3, n0, _UDp,
3040
3418
  ];
3041
3419
  exports.UpdatedDescriptorsUnion$ = [3, n0, _UDU,
3042
3420
  0,
3043
- [_mc, _a, _cu, _aSg],
3421
+ [_mc, _aa, _cu, _aSg],
3044
3422
  [() => exports.UpdatedMcpDescriptor$, () => exports.UpdatedA2aDescriptor$, () => exports.UpdatedCustomDescriptor$, () => exports.UpdatedAgentSkillsDescriptor$]
3045
3423
  ];
3046
3424
  exports.UpdatedHarnessEnvironmentArtifact$ = [3, n0, _UHEA,
@@ -3095,8 +3473,8 @@ exports.UpdatedToolsDefinition$ = [3, n0, _UTD,
3095
3473
  ];
3096
3474
  exports.UpdateEvaluatorRequest$ = [3, n0, _UER,
3097
3475
  0,
3098
- [_eI, _cTl, _d, _eC, _le],
3099
- [[0, 1], [0, 4], [() => EvaluatorDescription, 0], [() => exports.EvaluatorConfig$, 0], 0], 1
3476
+ [_eI, _cTl, _d, _eC, _le, _kKA],
3477
+ [[0, 1], [0, 4], [() => EvaluatorDescription, 0], [() => exports.EvaluatorConfig$, 0], 0, 0], 1
3100
3478
  ];
3101
3479
  exports.UpdateEvaluatorResponse$ = [3, n0, _UERp,
3102
3480
  0,
@@ -3105,13 +3483,23 @@ exports.UpdateEvaluatorResponse$ = [3, n0, _UERp,
3105
3483
  ];
3106
3484
  exports.UpdateGatewayRequest$ = [3, n0, _UGR,
3107
3485
  0,
3108
- [_gIa, _n, _rA, _pT, _aT, _d, _pC, _aCu, _kKA, _iCnt, _pEC, _eL],
3109
- [[0, 1], [() => GatewayName, 0], 0, 0, 0, [() => GatewayDescription, 0], () => exports.GatewayProtocolConfiguration$, () => exports.AuthorizerConfiguration$, 0, () => GatewayInterceptorConfigurations, () => exports.GatewayPolicyEngineConfiguration$, 0], 5
3486
+ [_gIa, _n, _rA, _aT, _d, _pT, _pC, _aCu, _kKA, _iCnt, _pEC, _eL],
3487
+ [[0, 1], [() => GatewayName, 0], 0, 0, [() => GatewayDescription, 0], 0, () => exports.GatewayProtocolConfiguration$, () => exports.AuthorizerConfiguration$, 0, () => GatewayInterceptorConfigurations, () => exports.GatewayPolicyEngineConfiguration$, 0], 4
3110
3488
  ];
3111
3489
  exports.UpdateGatewayResponse$ = [3, n0, _UGRp,
3112
3490
  0,
3113
- [_gA, _gI, _cA, _uA, _st, _n, _pT, _aT, _gU, _sR, _d, _rA, _pC, _aCu, _kKA, _iCnt, _pEC, _wID, _eL],
3114
- [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
3491
+ [_gA, _gI, _cA, _uA, _st, _n, _aT, _gU, _sR, _d, _rA, _pT, _pC, _aCu, _kKA, _iCnt, _pEC, _wID, _eL],
3492
+ [0, 0, 5, 5, 0, [() => GatewayName, 0], 0, 0, 64 | 0, [() => GatewayDescription, 0], 0, 0, () => exports.GatewayProtocolConfiguration$, () => exports.AuthorizerConfiguration$, 0, () => GatewayInterceptorConfigurations, () => exports.GatewayPolicyEngineConfiguration$, () => exports.WorkloadIdentityDetails$, 0], 7
3493
+ ];
3494
+ exports.UpdateGatewayRuleRequest$ = [3, n0, _UGRR,
3495
+ 0,
3496
+ [_gIa, _rI, _pr, _cond, _a, _d],
3497
+ [[0, 1], [0, 1], 1, () => Conditions, [() => Actions, 0], 0], 2
3498
+ ];
3499
+ exports.UpdateGatewayRuleResponse$ = [3, n0, _UGRRp,
3500
+ 0,
3501
+ [_rI, _gA, _pr, _a, _cA, _st, _cond, _d, _sy, _uA],
3502
+ [0, 0, 1, [() => Actions, 0], 5, 0, () => Conditions, 0, () => exports.SystemManagedBlock$, 5], 6
3115
3503
  ];
3116
3504
  exports.UpdateGatewayTargetRequest$ = [3, n0, _UGTR,
3117
3505
  0,
@@ -3120,8 +3508,8 @@ exports.UpdateGatewayTargetRequest$ = [3, n0, _UGTR,
3120
3508
  ];
3121
3509
  exports.UpdateGatewayTargetResponse$ = [3, n0, _UGTRp,
3122
3510
  0,
3123
- [_gA, _tI, _cA, _uA, _st, _n, _tC, _cPC, _sR, _d, _lSAa, _mC, _pE, _pEMR, _aD],
3124
- [0, 0, 5, 5, 0, [() => TargetName, 0], [() => exports.TargetConfiguration$, 0], [() => CredentialProviderConfigurations, 0], 64 | 0, [() => TargetDescription, 0], 5, () => exports.MetadataConfiguration$, () => exports.PrivateEndpoint$, () => PrivateEndpointManagedResources, () => exports.AuthorizationData$], 8
3511
+ [_gA, _tI, _cA, _uA, _st, _n, _tC, _cPC, _sR, _d, _lSAa, _mC, _pE, _pEMR, _aD, _pT],
3512
+ [0, 0, 5, 5, 0, [() => TargetName, 0], [() => exports.TargetConfiguration$, 0], [() => CredentialProviderConfigurations, 0], 64 | 0, [() => TargetDescription, 0], 5, () => exports.MetadataConfiguration$, () => exports.PrivateEndpoint$, () => PrivateEndpointManagedResources, () => exports.AuthorizationData$, 0], 8
3125
3513
  ];
3126
3514
  exports.UpdateHarnessRequest$ = [3, n0, _UHR,
3127
3515
  0,
@@ -3135,8 +3523,8 @@ exports.UpdateHarnessResponse$ = [3, n0, _UHRp,
3135
3523
  ];
3136
3524
  exports.UpdateMemoryInput$ = [3, n0, _UMI,
3137
3525
  0,
3138
- [_mIe, _cTl, _d, _eED, _mERA, _mS, _sDR],
3139
- [[0, 1], [0, 4], [() => Description, 0], 1, 0, [() => exports.ModifyMemoryStrategies$, 0], () => exports.StreamDeliveryResources$], 1
3526
+ [_mIe, _cTl, _d, _eED, _mERA, _mS, _aIK, _sDR],
3527
+ [[0, 1], [0, 4], [() => Description, 0], 1, 0, [() => exports.ModifyMemoryStrategies$, 0], () => IndexedKeysList, () => exports.StreamDeliveryResources$], 1
3140
3528
  ];
3141
3529
  exports.UpdateMemoryOutput$ = [3, n0, _UMO,
3142
3530
  0,
@@ -3185,32 +3573,32 @@ exports.UpdatePolicyResponse$ = [3, n0, _UPRp,
3185
3573
  ];
3186
3574
  exports.UpdateRegistryRecordRequest$ = [3, n0, _URRR,
3187
3575
  0,
3188
- [_rI, _rIe, _n, _d, _dT, _des, _rV, _sT, _sC, _tSr],
3576
+ [_rIe, _rIec, _n, _d, _dT, _des, _rV, _sT, _sC, _tSr],
3189
3577
  [[0, 1], [0, 1], 0, [() => exports.UpdatedDescription$, 0], 0, () => exports.UpdatedDescriptors$, 0, () => exports.UpdatedSynchronizationType$, () => exports.UpdatedSynchronizationConfiguration$, 2], 2
3190
3578
  ];
3191
3579
  exports.UpdateRegistryRecordResponse$ = [3, n0, _URRRp,
3192
3580
  0,
3193
- [_rAeg, _rAe, _rIe, _n, _dT, _des, _st, _cA, _uA, _d, _rV, _sRt, _sT, _sC],
3581
+ [_rAeg, _rAe, _rIec, _n, _dT, _des, _st, _cA, _uA, _d, _rV, _sRt, _sT, _sC],
3194
3582
  [0, 0, 0, 0, 0, () => exports.Descriptors$, 0, 5, 5, [() => Description, 0], 0, 0, 0, () => exports.SynchronizationConfiguration$], 9
3195
3583
  ];
3196
3584
  exports.UpdateRegistryRecordStatusRequest$ = [3, n0, _URRSR,
3197
3585
  0,
3198
- [_rI, _rIe, _st, _sRt],
3586
+ [_rIe, _rIec, _st, _sRt],
3199
3587
  [[0, 1], [0, 1], 0, 0], 4
3200
3588
  ];
3201
3589
  exports.UpdateRegistryRecordStatusResponse$ = [3, n0, _URRSRp,
3202
3590
  0,
3203
- [_rAeg, _rAe, _rIe, _st, _sRt, _uA],
3591
+ [_rAeg, _rAe, _rIec, _st, _sRt, _uA],
3204
3592
  [0, 0, 0, 0, 0, 5], 6
3205
3593
  ];
3206
3594
  exports.UpdateRegistryRequest$ = [3, n0, _URRp,
3207
3595
  0,
3208
- [_rI, _n, _d, _aCu, _aCp],
3596
+ [_rIe, _n, _d, _aCu, _aCp],
3209
3597
  [[0, 1], 0, [() => exports.UpdatedDescription$, 0], () => exports.UpdatedAuthorizerConfiguration$, () => exports.UpdatedApprovalConfiguration$], 1
3210
3598
  ];
3211
3599
  exports.UpdateRegistryResponse$ = [3, n0, _URRpd,
3212
3600
  0,
3213
- [_n, _rI, _rAeg, _st, _cA, _uA, _d, _aT, _aCu, _aCp, _sRt],
3601
+ [_n, _rIe, _rAeg, _st, _cA, _uA, _d, _aT, _aCu, _aCp, _sRt],
3214
3602
  [0, 0, 0, 0, 5, 5, [() => Description, 0], 0, () => exports.AuthorizerConfiguration$, () => exports.ApprovalConfiguration$, 0], 6
3215
3603
  ];
3216
3604
  exports.UpdateWorkloadIdentityRequest$ = [3, n0, _UWIR,
@@ -3235,8 +3623,8 @@ exports.UserPreferenceExtractionOverride$ = [3, n0, _UPEO,
3235
3623
  ];
3236
3624
  exports.UserPreferenceMemoryStrategyInput$ = [3, n0, _UPMSI,
3237
3625
  0,
3238
- [_n, _d, _na, _nT],
3239
- [0, [() => Description, 0], 64 | 0, 64 | 0], 1
3626
+ [_n, _d, _na, _nT, _mRS],
3627
+ [0, [() => Description, 0], 64 | 0, 64 | 0, [() => exports.MemoryRecordSchema$, 0]], 1
3240
3628
  ];
3241
3629
  exports.UserPreferenceOverrideConfigurationInput$ = [3, n0, _UPOCI,
3242
3630
  0,
@@ -3258,11 +3646,36 @@ exports.ValidationExceptionField$ = [3, n0, _VEF,
3258
3646
  [_n, _m],
3259
3647
  [0, 0], 2
3260
3648
  ];
3649
+ exports.VersionCreatedBySource$ = [3, n0, _VCBS,
3650
+ 0,
3651
+ [_n, _ar],
3652
+ [0, 0], 1
3653
+ ];
3654
+ exports.VersionFilter$ = [3, n0, _VF,
3655
+ 0,
3656
+ [_bNr, _cBN, _lPB],
3657
+ [0, 0, 2]
3658
+ ];
3659
+ exports.VersionLineageMetadata$ = [3, n0, _VLM,
3660
+ 0,
3661
+ [_pVI, _bNr, _cB, _cM],
3662
+ [64 | 0, 0, () => exports.VersionCreatedBySource$, 0]
3663
+ ];
3261
3664
  exports.VpcConfig$ = [3, n0, _VC,
3262
3665
  0,
3263
3666
  [_sG, _su],
3264
3667
  [64 | 0, 64 | 0], 2
3265
3668
  ];
3669
+ exports.WeightedOverride$ = [3, n0, _WO,
3670
+ 0,
3671
+ [_tSra],
3672
+ [() => TrafficSplitEntries], 1
3673
+ ];
3674
+ exports.WeightedRoute$ = [3, n0, _WR,
3675
+ 0,
3676
+ [_tSra],
3677
+ [[() => TargetTrafficSplitEntries, 0]], 1
3678
+ ];
3266
3679
  exports.WorkloadIdentityDetails$ = [3, n0, _WID,
3267
3680
  0,
3268
3681
  [_wIA],
@@ -3274,6 +3687,10 @@ exports.WorkloadIdentityType$ = [3, n0, _WIT,
3274
3687
  [0, 0], 2
3275
3688
  ];
3276
3689
  var __Unit = "unit";
3690
+ var Actions = [1, n0, _A,
3691
+ 0, [() => exports.Action$,
3692
+ 0]
3693
+ ];
3277
3694
  var AgentRuntimeEndpoints = [1, n0, _AREg,
3278
3695
  0, [() => exports.AgentRuntimeEndpoint$,
3279
3696
  0]
@@ -3288,6 +3705,8 @@ var AllowedQueryParameters = 64 | 0;
3288
3705
  var AllowedRequestHeaders = 64 | 0;
3289
3706
  var AllowedResponseHeaders = 64 | 0;
3290
3707
  var AllowedScopesType = 64 | 0;
3708
+ var AllowedStringListValuesList = 64 | 0;
3709
+ var AllowedStringValuesList = 64 | 0;
3291
3710
  var ApiGatewayToolFilters = [1, n0, _AGTFp,
3292
3711
  0, () => exports.ApiGatewayToolFilter$
3293
3712
  ];
@@ -3318,6 +3737,17 @@ var CodeInterpreterSummaries = [1, n0, _CISo,
3318
3737
  0, [() => exports.CodeInterpreterSummary$,
3319
3738
  0]
3320
3739
  ];
3740
+ var Conditions = [1, n0, _Co,
3741
+ 0, () => exports.Condition$
3742
+ ];
3743
+ var ConfigurationBundleSummaryList = [1, n0, _CBSL,
3744
+ 0, [() => exports.ConfigurationBundleSummary$,
3745
+ 0]
3746
+ ];
3747
+ var ConfigurationBundleVersionList = 64 | 0;
3748
+ var ConfigurationBundleVersionSummaryList = [1, n0, _CBVSL,
3749
+ 0, () => exports.ConfigurationBundleVersionSummary$
3750
+ ];
3321
3751
  var ContentConfigurationList = [1, n0, _CCL,
3322
3752
  0, () => exports.ContentConfiguration$
3323
3753
  ];
@@ -3352,6 +3782,10 @@ var GatewayInterceptionPoints = 64 | 0;
3352
3782
  var GatewayInterceptorConfigurations = [1, n0, _GICa,
3353
3783
  0, () => exports.GatewayInterceptorConfiguration$
3354
3784
  ];
3785
+ var GatewayRules = [1, n0, _GR,
3786
+ 0, [() => exports.GatewayRuleDetail$,
3787
+ 0]
3788
+ ];
3355
3789
  var GatewaySummaries = [1, n0, _GSa,
3356
3790
  0, [() => exports.GatewaySummary$,
3357
3791
  0]
@@ -3375,7 +3809,14 @@ var HarnessTools = [1, n0, _HTa,
3375
3809
  0, [() => exports.HarnessTool$,
3376
3810
  0]
3377
3811
  ];
3812
+ var IndexedKeysList = [1, n0, _IKL,
3813
+ 0, () => exports.IndexedKey$
3814
+ ];
3378
3815
  var LogGroupNamesList = 64 | 0;
3816
+ var MatchPathPatterns = 64 | 0;
3817
+ var MatchPrincipalEntries = [1, n0, _MPE,
3818
+ 0, () => exports.MatchPrincipalEntry$
3819
+ ];
3379
3820
  var MatchValueStringList = 64 | 0;
3380
3821
  var McpSupportedVersions = 64 | 0;
3381
3822
  var MemoryStrategyInputList = [1, n0, _MSIL,
@@ -3389,6 +3830,10 @@ var MemoryStrategyList = [1, n0, _MSL,
3389
3830
  var MemorySummaryList = [1, n0, _MSLe,
3390
3831
  0, () => exports.MemorySummary$
3391
3832
  ];
3833
+ var MetadataSchemaList = [1, n0, _MSLet,
3834
+ 0, [() => exports.MetadataSchemaEntry$,
3835
+ 0]
3836
+ ];
3392
3837
  var ModifyMemoryStrategiesList = [1, n0, _MMSL,
3393
3838
  0, [() => exports.ModifyMemoryStrategyInput$,
3394
3839
  0]
@@ -3444,6 +3889,7 @@ var ResourceOauth2ReturnUrlListType = 64 | 0;
3444
3889
  var ResponseListType = 64 | 0;
3445
3890
  var RestApiMethods = 64 | 0;
3446
3891
  var ScopeList = 64 | 0;
3892
+ var ScopesListType = 64 | 0;
3447
3893
  var SecurityGroupIds = 64 | 0;
3448
3894
  var SecurityGroups = 64 | 0;
3449
3895
  var ServiceNamesList = 64 | 0;
@@ -3459,10 +3905,17 @@ var TargetSummaries = [1, n0, _TSa,
3459
3905
  0, [() => exports.TargetSummary$,
3460
3906
  0]
3461
3907
  ];
3908
+ var TargetTrafficSplitEntries = [1, n0, _TTSEa,
3909
+ 0, [() => exports.TargetTrafficSplitEntry$,
3910
+ 0]
3911
+ ];
3462
3912
  var TokenEndpointAuthMethodsType = 64 | 0;
3463
3913
  var ToolDefinitions = [1, n0, _TDool,
3464
3914
  0, () => exports.ToolDefinition$
3465
3915
  ];
3916
+ var TrafficSplitEntries = [1, n0, _TSEr,
3917
+ 0, () => exports.TrafficSplitEntry$
3918
+ ];
3466
3919
  var TriggerConditionInputList = [1, n0, _TCIL,
3467
3920
  0, () => exports.TriggerConditionInput$
3468
3921
  ];
@@ -3475,6 +3928,12 @@ var ValidationExceptionFieldList = [1, n0, _VEFL,
3475
3928
  var WorkloadIdentityList = [1, n0, _WIL,
3476
3929
  0, () => exports.WorkloadIdentityType$
3477
3930
  ];
3931
+ var ComponentConfigurationMap = [2, n0, _CCM,
3932
+ 0, [0,
3933
+ 0],
3934
+ [() => exports.ComponentConfiguration$,
3935
+ 0]
3936
+ ];
3478
3937
  var CustomParameterMap = 128 | 0;
3479
3938
  var EnvironmentVariablesMap = [2, n0, _EVM,
3480
3939
  8, 0, 0
@@ -3495,6 +3954,12 @@ var SchemaProperties = [2, n0, _SP,
3495
3954
  0, 0, () => exports.SchemaDefinition$
3496
3955
  ];
3497
3956
  var TagsMap = 128 | 0;
3957
+ var TrafficSplitMetadataMap = 128 | 0;
3958
+ exports.Action$ = [4, n0, _Ac,
3959
+ 0,
3960
+ [_cBo, _rTT],
3961
+ [() => exports.ConfigurationBundleAction$, [() => exports.RouteToTargetAction$, 0]]
3962
+ ];
3498
3963
  exports.AgentRuntimeArtifact$ = [4, n0, _ARA,
3499
3964
  0,
3500
3965
  [_cCon, _cCod],
@@ -3525,7 +3990,7 @@ exports.ClaimMatchValueType$ = [4, n0, _CMVT,
3525
3990
  [_mVS, _mVSL],
3526
3991
  [0, 64 | 0]
3527
3992
  ];
3528
- exports.Code$ = [4, n0, _Co,
3993
+ exports.Code$ = [4, n0, _Cod,
3529
3994
  0,
3530
3995
  [_s_],
3531
3996
  [() => exports.S3Location$]
@@ -3535,12 +4000,22 @@ exports.CodeBasedEvaluatorConfig$ = [4, n0, _CBEC,
3535
4000
  [_lCa],
3536
4001
  [() => exports.LambdaEvaluatorConfig$]
3537
4002
  ];
4003
+ exports.Condition$ = [4, n0, _Con,
4004
+ 0,
4005
+ [_mPa, _mPat],
4006
+ [() => exports.MatchPrincipals$, () => exports.MatchPaths$]
4007
+ ];
4008
+ exports.ConfigurationBundleAction$ = [4, n0, _CBA,
4009
+ 0,
4010
+ [_sO, _wO],
4011
+ [() => exports.StaticOverride$, () => exports.WeightedOverride$]
4012
+ ];
3538
4013
  exports.ConsolidationConfiguration$ = [4, n0, _CCons,
3539
4014
  0,
3540
4015
  [_cCC],
3541
4016
  [[() => exports.CustomConsolidationConfiguration$, 0]]
3542
4017
  ];
3543
- exports.Content$ = [4, n0, _Con,
4018
+ exports.Content$ = [4, n0, _Cont,
3544
4019
  0,
3545
4020
  [_rTa],
3546
4021
  [0]
@@ -3552,7 +4027,7 @@ exports.CredentialProvider$ = [4, n0, _CPr,
3552
4027
  ];
3553
4028
  exports.CustomConfigurationInput$ = [4, n0, _CCI,
3554
4029
  0,
3555
- [_sO, _sOu, _uPO, _eO, _sMC],
4030
+ [_sOe, _sOu, _uPO, _eO, _sMC],
3556
4031
  [[() => exports.SemanticOverrideConfigurationInput$, 0], [() => exports.SummaryOverrideConfigurationInput$, 0], [() => exports.UserPreferenceOverrideConfigurationInput$, 0], [() => exports.EpisodicOverrideConfigurationInput$, 0], () => exports.SelfManagedConfigurationInput$]
3557
4032
  ];
3558
4033
  exports.CustomConsolidationConfiguration$ = [4, n0, _CCC,
@@ -3592,7 +4067,7 @@ exports.DataSourceConfig$ = [4, n0, _DSC,
3592
4067
  ];
3593
4068
  exports.EvaluatorConfig$ = [4, n0, _EC,
3594
4069
  0,
3595
- [_lAAJ, _cB],
4070
+ [_lAAJ, _cBod],
3596
4071
  [[() => exports.LlmAsAJudgeEvaluatorConfig$, 0], () => exports.CodeBasedEvaluatorConfig$]
3597
4072
  ];
3598
4073
  exports.EvaluatorModelConfig$ = [4, n0, _EMC,
@@ -3605,7 +4080,12 @@ exports.EvaluatorReference$ = [4, n0, _ER,
3605
4080
  [_eI],
3606
4081
  [0]
3607
4082
  ];
3608
- exports.ExtractionConfiguration$ = [4, n0, _ECx,
4083
+ exports.ExtractionConfig$ = [4, n0, _ECx,
4084
+ 0,
4085
+ [_lEC],
4086
+ [[() => exports.LlmExtractionConfig$, 0]]
4087
+ ];
4088
+ exports.ExtractionConfiguration$ = [4, n0, _ECxt,
3609
4089
  0,
3610
4090
  [_cEC],
3611
4091
  [[() => exports.CustomExtractionConfiguration$, 0]]
@@ -3617,7 +4097,7 @@ exports.FilesystemConfiguration$ = [4, n0, _FCi,
3617
4097
  ];
3618
4098
  exports.FilterValue$ = [4, n0, _FV,
3619
4099
  0,
3620
- [_sVt, _dV, _bV],
4100
+ [_sVt, _dV, _bVo],
3621
4101
  [0, 1, 2]
3622
4102
  ];
3623
4103
  exports.GatewayProtocolConfiguration$ = [4, n0, _GPC,
@@ -3675,11 +4155,21 @@ exports.HarnessTruncationStrategyConfiguration$ = [4, n0, _HTSC,
3675
4155
  [_sW, _sum],
3676
4156
  [() => exports.HarnessSlidingWindowConfiguration$, () => exports.HarnessSummarizationConfiguration$]
3677
4157
  ];
4158
+ exports.HttpTargetConfiguration$ = [4, n0, _HTCt,
4159
+ 0,
4160
+ [_aRg],
4161
+ [() => exports.RuntimeTargetConfiguration$]
4162
+ ];
3678
4163
  exports.InterceptorConfiguration$ = [4, n0, _ICnt,
3679
4164
  0,
3680
4165
  [_lam],
3681
4166
  [() => exports.LambdaInterceptorConfiguration$]
3682
4167
  ];
4168
+ exports.MatchPrincipalEntry$ = [4, n0, _MPEa,
4169
+ 0,
4170
+ [_iPa],
4171
+ [() => exports.IamPrincipal$]
4172
+ ];
3683
4173
  exports.McpTargetConfiguration$ = [4, n0, _MTC,
3684
4174
  0,
3685
4175
  [_oAS, _sMm, _lam, _mSc, _aG],
@@ -3708,7 +4198,7 @@ exports.ModifyExtractionConfiguration$ = [4, n0, _MEC,
3708
4198
  exports.ModifyReflectionConfiguration$ = [4, n0, _MRC,
3709
4199
  0,
3710
4200
  [_eRC, _cRC],
3711
- [() => exports.EpisodicReflectionConfigurationInput$, [() => exports.CustomReflectionConfigurationInput$, 0]]
4201
+ [[() => exports.EpisodicReflectionConfigurationInput$, 0], [() => exports.CustomReflectionConfigurationInput$, 0]]
3712
4202
  ];
3713
4203
  exports.Oauth2Discovery$ = [4, n0, _OD,
3714
4204
  0,
@@ -3743,7 +4233,7 @@ exports.RatingScale$ = [4, n0, _RSa,
3743
4233
  exports.ReflectionConfiguration$ = [4, n0, _RCe,
3744
4234
  0,
3745
4235
  [_cRC, _eRC],
3746
- [[() => exports.CustomReflectionConfiguration$, 0], () => exports.EpisodicReflectionConfiguration$]
4236
+ [[() => exports.CustomReflectionConfiguration$, 0], [() => exports.EpisodicReflectionConfiguration$, 0]]
3747
4237
  ];
3748
4238
  exports.RegistryRecordCredentialProviderUnion$ = [4, n0, _RRCPU,
3749
4239
  0,
@@ -3765,6 +4255,11 @@ exports.ResourceLocation$ = [4, n0, _RL,
3765
4255
  [_s_],
3766
4256
  [() => exports.S3Location$]
3767
4257
  ];
4258
+ exports.RouteToTargetAction$ = [4, n0, _RTTA,
4259
+ 0,
4260
+ [_sRta, _wR],
4261
+ [[() => exports.StaticRoute$, 0], [() => exports.WeightedRoute$, 0]]
4262
+ ];
3768
4263
  exports.SelfManagedLatticeResource$ = [4, n0, _SMLR,
3769
4264
  0,
3770
4265
  [_rCI],
@@ -3777,8 +4272,8 @@ exports.StreamDeliveryResource$ = [4, n0, _SDRt,
3777
4272
  ];
3778
4273
  exports.TargetConfiguration$ = [4, n0, _TC,
3779
4274
  0,
3780
- [_mc],
3781
- [[() => exports.McpTargetConfiguration$, 0]]
4275
+ [_mc, _ht],
4276
+ [[() => exports.McpTargetConfiguration$, 0], () => exports.HttpTargetConfiguration$]
3782
4277
  ];
3783
4278
  exports.ToolSchema$ = [4, n0, _TSo,
3784
4279
  0,
@@ -3795,6 +4290,11 @@ exports.TriggerConditionInput$ = [4, n0, _TCI,
3795
4290
  [_mBT, _tBT, _tBTi],
3796
4291
  [() => exports.MessageBasedTriggerInput$, () => exports.TokenBasedTriggerInput$, () => exports.TimeBasedTriggerInput$]
3797
4292
  ];
4293
+ exports.Validation$ = [4, n0, _V,
4294
+ 0,
4295
+ [_sVtr, _sLV, _nV],
4296
+ [() => exports.StringValidation$, () => exports.StringListValidation$, () => exports.NumberValidation$]
4297
+ ];
3798
4298
  exports.CreateAgentRuntime$ = [9, n0, _CAR,
3799
4299
  { [_ht]: ["PUT", "/runtimes/", 202] }, () => exports.CreateAgentRuntimeRequest$, () => exports.CreateAgentRuntimeResponse$
3800
4300
  ];
@@ -3813,12 +4313,18 @@ exports.CreateBrowserProfile$ = [9, n0, _CBP,
3813
4313
  exports.CreateCodeInterpreter$ = [9, n0, _CCIr,
3814
4314
  { [_ht]: ["PUT", "/code-interpreters", 202] }, () => exports.CreateCodeInterpreterRequest$, () => exports.CreateCodeInterpreterResponse$
3815
4315
  ];
4316
+ exports.CreateConfigurationBundle$ = [9, n0, _CCB,
4317
+ { [_ht]: ["POST", "/configuration-bundles/create", 201] }, () => exports.CreateConfigurationBundleRequest$, () => exports.CreateConfigurationBundleResponse$
4318
+ ];
3816
4319
  exports.CreateEvaluator$ = [9, n0, _CEr,
3817
4320
  { [_ht]: ["POST", "/evaluators/create", 202] }, () => exports.CreateEvaluatorRequest$, () => exports.CreateEvaluatorResponse$
3818
4321
  ];
3819
4322
  exports.CreateGateway$ = [9, n0, _CG,
3820
4323
  { [_ht]: ["POST", "/gateways/", 202] }, () => exports.CreateGatewayRequest$, () => exports.CreateGatewayResponse$
3821
4324
  ];
4325
+ exports.CreateGatewayRule$ = [9, n0, _CGRre,
4326
+ { [_ht]: ["POST", "/gateways/{gatewayIdentifier}/rules", 202] }, () => exports.CreateGatewayRuleRequest$, () => exports.CreateGatewayRuleResponse$
4327
+ ];
3822
4328
  exports.CreateGatewayTarget$ = [9, n0, _CGT,
3823
4329
  { [_ht]: ["POST", "/gateways/{gatewayIdentifier}/targets/", 202] }, () => exports.CreateGatewayTargetRequest$, () => exports.CreateGatewayTargetResponse$
3824
4330
  ];
@@ -3867,12 +4373,18 @@ exports.DeleteBrowserProfile$ = [9, n0, _DBP,
3867
4373
  exports.DeleteCodeInterpreter$ = [9, n0, _DCI,
3868
4374
  { [_ht]: ["DELETE", "/code-interpreters/{codeInterpreterId}", 202] }, () => exports.DeleteCodeInterpreterRequest$, () => exports.DeleteCodeInterpreterResponse$
3869
4375
  ];
4376
+ exports.DeleteConfigurationBundle$ = [9, n0, _DCB,
4377
+ { [_ht]: ["DELETE", "/configuration-bundles/{bundleId}", 202] }, () => exports.DeleteConfigurationBundleRequest$, () => exports.DeleteConfigurationBundleResponse$
4378
+ ];
3870
4379
  exports.DeleteEvaluator$ = [9, n0, _DE,
3871
4380
  { [_ht]: ["DELETE", "/evaluators/{evaluatorId}", 202] }, () => exports.DeleteEvaluatorRequest$, () => exports.DeleteEvaluatorResponse$
3872
4381
  ];
3873
4382
  exports.DeleteGateway$ = [9, n0, _DG,
3874
4383
  { [_ht]: ["DELETE", "/gateways/{gatewayIdentifier}/", 202] }, () => exports.DeleteGatewayRequest$, () => exports.DeleteGatewayResponse$
3875
4384
  ];
4385
+ exports.DeleteGatewayRule$ = [9, n0, _DGRel,
4386
+ { [_ht]: ["DELETE", "/gateways/{gatewayIdentifier}/rules/{ruleId}", 202] }, () => exports.DeleteGatewayRuleRequest$, () => exports.DeleteGatewayRuleResponse$
4387
+ ];
3876
4388
  exports.DeleteGatewayTarget$ = [9, n0, _DGT,
3877
4389
  { [_ht]: ["DELETE", "/gateways/{gatewayIdentifier}/targets/{targetId}/", 202] }, () => exports.DeleteGatewayTargetRequest$, () => exports.DeleteGatewayTargetResponse$
3878
4390
  ];
@@ -3924,12 +4436,21 @@ exports.GetBrowserProfile$ = [9, n0, _GBP,
3924
4436
  exports.GetCodeInterpreter$ = [9, n0, _GCI,
3925
4437
  { [_ht]: ["GET", "/code-interpreters/{codeInterpreterId}", 200] }, () => exports.GetCodeInterpreterRequest$, () => exports.GetCodeInterpreterResponse$
3926
4438
  ];
4439
+ exports.GetConfigurationBundle$ = [9, n0, _GCB,
4440
+ { [_ht]: ["GET", "/configuration-bundles/{bundleId}", 200] }, () => exports.GetConfigurationBundleRequest$, () => exports.GetConfigurationBundleResponse$
4441
+ ];
4442
+ exports.GetConfigurationBundleVersion$ = [9, n0, _GCBV,
4443
+ { [_ht]: ["GET", "/configuration-bundles/{bundleId}/versions/{versionId}", 200] }, () => exports.GetConfigurationBundleVersionRequest$, () => exports.GetConfigurationBundleVersionResponse$
4444
+ ];
3927
4445
  exports.GetEvaluator$ = [9, n0, _GE,
3928
4446
  { [_ht]: ["GET", "/evaluators/{evaluatorId}", 200] }, () => exports.GetEvaluatorRequest$, () => exports.GetEvaluatorResponse$
3929
4447
  ];
3930
4448
  exports.GetGateway$ = [9, n0, _GG,
3931
4449
  { [_ht]: ["GET", "/gateways/{gatewayIdentifier}/", 200] }, () => exports.GetGatewayRequest$, () => exports.GetGatewayResponse$
3932
4450
  ];
4451
+ exports.GetGatewayRule$ = [9, n0, _GGRet,
4452
+ { [_ht]: ["GET", "/gateways/{gatewayIdentifier}/rules/{ruleId}", 200] }, () => exports.GetGatewayRuleRequest$, () => exports.GetGatewayRuleResponse$
4453
+ ];
3933
4454
  exports.GetGatewayTarget$ = [9, n0, _GGT,
3934
4455
  { [_ht]: ["GET", "/gateways/{gatewayIdentifier}/targets/{targetId}/", 200] }, () => exports.GetGatewayTargetRequest$, () => exports.GetGatewayTargetResponse$
3935
4456
  ];
@@ -3954,7 +4475,7 @@ exports.GetPolicyEngine$ = [9, n0, _GPE,
3954
4475
  exports.GetPolicyGeneration$ = [9, n0, _GPG,
3955
4476
  { [_ht]: ["GET", "/policy-engines/{policyEngineId}/policy-generations/{policyGenerationId}", 200] }, () => exports.GetPolicyGenerationRequest$, () => exports.GetPolicyGenerationResponse$
3956
4477
  ];
3957
- exports.GetRegistry$ = [9, n0, _GR,
4478
+ exports.GetRegistry$ = [9, n0, _GRe,
3958
4479
  { [_ht]: ["GET", "/registries/{registryId}", 200] }, () => exports.GetRegistryRequest$, () => exports.GetRegistryResponse$
3959
4480
  ];
3960
4481
  exports.GetRegistryRecord$ = [9, n0, _GRRet,
@@ -3990,9 +4511,18 @@ exports.ListBrowsers$ = [9, n0, _LB,
3990
4511
  exports.ListCodeInterpreters$ = [9, n0, _LCI,
3991
4512
  { [_ht]: ["POST", "/code-interpreters", 200] }, () => exports.ListCodeInterpretersRequest$, () => exports.ListCodeInterpretersResponse$
3992
4513
  ];
4514
+ exports.ListConfigurationBundles$ = [9, n0, _LCB,
4515
+ { [_ht]: ["POST", "/configuration-bundles", 200] }, () => exports.ListConfigurationBundlesRequest$, () => exports.ListConfigurationBundlesResponse$
4516
+ ];
4517
+ exports.ListConfigurationBundleVersions$ = [9, n0, _LCBV,
4518
+ { [_ht]: ["POST", "/configuration-bundles/{bundleId}/versions", 200] }, () => exports.ListConfigurationBundleVersionsRequest$, () => exports.ListConfigurationBundleVersionsResponse$
4519
+ ];
3993
4520
  exports.ListEvaluators$ = [9, n0, _LE,
3994
4521
  { [_ht]: ["POST", "/evaluators", 200] }, () => exports.ListEvaluatorsRequest$, () => exports.ListEvaluatorsResponse$
3995
4522
  ];
4523
+ exports.ListGatewayRules$ = [9, n0, _LGRis,
4524
+ { [_ht]: ["GET", "/gateways/{gatewayIdentifier}/rules", 200] }, () => exports.ListGatewayRulesRequest$, () => exports.ListGatewayRulesResponse$
4525
+ ];
3996
4526
  exports.ListGateways$ = [9, n0, _LG,
3997
4527
  { [_ht]: ["GET", "/gateways/", 200] }, () => exports.ListGatewaysRequest$, () => exports.ListGatewaysResponse$
3998
4528
  ];
@@ -4065,12 +4595,18 @@ exports.UpdateAgentRuntimeEndpoint$ = [9, n0, _UARE,
4065
4595
  exports.UpdateApiKeyCredentialProvider$ = [9, n0, _UAKCP,
4066
4596
  { [_ht]: ["POST", "/identities/UpdateApiKeyCredentialProvider", 200] }, () => exports.UpdateApiKeyCredentialProviderRequest$, () => exports.UpdateApiKeyCredentialProviderResponse$
4067
4597
  ];
4598
+ exports.UpdateConfigurationBundle$ = [9, n0, _UCB,
4599
+ { [_ht]: ["PUT", "/configuration-bundles/{bundleId}", 200] }, () => exports.UpdateConfigurationBundleRequest$, () => exports.UpdateConfigurationBundleResponse$
4600
+ ];
4068
4601
  exports.UpdateEvaluator$ = [9, n0, _UEp,
4069
4602
  { [_ht]: ["PUT", "/evaluators/{evaluatorId}", 202] }, () => exports.UpdateEvaluatorRequest$, () => exports.UpdateEvaluatorResponse$
4070
4603
  ];
4071
4604
  exports.UpdateGateway$ = [9, n0, _UG,
4072
4605
  { [_ht]: ["PUT", "/gateways/{gatewayIdentifier}/", 202] }, () => exports.UpdateGatewayRequest$, () => exports.UpdateGatewayResponse$
4073
4606
  ];
4607
+ exports.UpdateGatewayRule$ = [9, n0, _UGRpd,
4608
+ { [_ht]: ["PATCH", "/gateways/{gatewayIdentifier}/rules/{ruleId}", 202] }, () => exports.UpdateGatewayRuleRequest$, () => exports.UpdateGatewayRuleResponse$
4609
+ ];
4074
4610
  exports.UpdateGatewayTarget$ = [9, n0, _UGT,
4075
4611
  { [_ht]: ["PUT", "/gateways/{gatewayIdentifier}/targets/{targetId}/", 202] }, () => exports.UpdateGatewayTargetRequest$, () => exports.UpdateGatewayTargetResponse$
4076
4612
  ];