@aws-sdk/client-bedrock-agentcore-control 3.1021.0 → 3.1023.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +8 -0
- package/dist-cjs/schemas/schemas_0.js +105 -30
- package/dist-es/models/enums.js +7 -0
- package/dist-es/schemas/schemas_0.js +98 -23
- package/dist-types/commands/CreateGatewayTargetCommand.d.ts +74 -1
- package/dist-types/commands/CreatePolicyEngineCommand.d.ts +2 -1
- package/dist-types/commands/DeleteGatewayTargetCommand.d.ts +2 -2
- package/dist-types/commands/DeletePolicyEngineCommand.d.ts +1 -1
- package/dist-types/commands/GetGatewayTargetCommand.d.ts +44 -1
- package/dist-types/commands/GetPolicyEngineCommand.d.ts +1 -1
- package/dist-types/commands/ListGatewayTargetsCommand.d.ts +1 -1
- package/dist-types/commands/ListPolicyEnginesCommand.d.ts +1 -1
- package/dist-types/commands/SynchronizeGatewayTargetsCommand.d.ts +45 -2
- package/dist-types/commands/UpdateGatewayTargetCommand.d.ts +75 -2
- package/dist-types/models/enums.d.ts +15 -0
- package/dist-types/models/models_0.d.ts +266 -253
- package/dist-types/models/models_1.d.ts +322 -1
- package/dist-types/schemas/schemas_0.d.ts +8 -0
- package/dist-types/ts3.4/commands/CreatePolicyEngineCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeletePolicyEngineCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetPolicyEngineCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPolicyEnginesCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/enums.d.ts +9 -0
- package/dist-types/ts3.4/models/models_0.d.ts +120 -59
- package/dist-types/ts3.4/models/models_1.d.ts +75 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +8 -0
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -1754,6 +1754,10 @@ const CredentialProviderType = {
|
|
|
1754
1754
|
GATEWAY_IAM_ROLE: "GATEWAY_IAM_ROLE",
|
|
1755
1755
|
OAUTH: "OAUTH",
|
|
1756
1756
|
};
|
|
1757
|
+
const EndpointIpAddressType = {
|
|
1758
|
+
IPV4: "IPV4",
|
|
1759
|
+
IPV6: "IPV6",
|
|
1760
|
+
};
|
|
1757
1761
|
const RestApiMethod = {
|
|
1758
1762
|
DELETE: "DELETE",
|
|
1759
1763
|
GET: "GET",
|
|
@@ -1772,12 +1776,15 @@ const SchemaType = {
|
|
|
1772
1776
|
STRING: "string",
|
|
1773
1777
|
};
|
|
1774
1778
|
const TargetStatus = {
|
|
1779
|
+
CREATE_PENDING_AUTH: "CREATE_PENDING_AUTH",
|
|
1775
1780
|
CREATING: "CREATING",
|
|
1776
1781
|
DELETING: "DELETING",
|
|
1777
1782
|
FAILED: "FAILED",
|
|
1778
1783
|
READY: "READY",
|
|
1784
|
+
SYNCHRONIZE_PENDING_AUTH: "SYNCHRONIZE_PENDING_AUTH",
|
|
1779
1785
|
SYNCHRONIZE_UNSUCCESSFUL: "SYNCHRONIZE_UNSUCCESSFUL",
|
|
1780
1786
|
SYNCHRONIZING: "SYNCHRONIZING",
|
|
1787
|
+
UPDATE_PENDING_AUTH: "UPDATE_PENDING_AUTH",
|
|
1781
1788
|
UPDATE_UNSUCCESSFUL: "UPDATE_UNSUCCESSFUL",
|
|
1782
1789
|
UPDATING: "UPDATING",
|
|
1783
1790
|
};
|
|
@@ -1961,6 +1968,7 @@ exports.DeletePolicyCommand = DeletePolicyCommand;
|
|
|
1961
1968
|
exports.DeletePolicyEngineCommand = DeletePolicyEngineCommand;
|
|
1962
1969
|
exports.DeleteResourcePolicyCommand = DeleteResourcePolicyCommand;
|
|
1963
1970
|
exports.DeleteWorkloadIdentityCommand = DeleteWorkloadIdentityCommand;
|
|
1971
|
+
exports.EndpointIpAddressType = EndpointIpAddressType;
|
|
1964
1972
|
exports.EvaluatorLevel = EvaluatorLevel;
|
|
1965
1973
|
exports.EvaluatorStatus = EvaluatorStatus;
|
|
1966
1974
|
exports.EvaluatorType = EvaluatorType;
|
|
@@ -3,15 +3,16 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.CreateBrowserProfileRequest$ = exports.CreateApiKeyCredentialProviderResponse$ = exports.CreateApiKeyCredentialProviderRequest$ = exports.CreateAgentRuntimeResponse$ = 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.ApiKeyCredentialProviderItem$ = exports.ApiGatewayToolOverride$ = exports.ApiGatewayToolFilter$ = exports.ApiGatewayToolConfiguration$ = exports.ApiGatewayTargetConfiguration$ = exports.AgentRuntimeEndpoint$ = exports.AgentRuntime$ = 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
4
|
exports.DeleteMemoryStrategyInput$ = exports.DeleteMemoryOutput$ = exports.DeleteMemoryInput$ = exports.DeleteGatewayTargetResponse$ = exports.DeleteGatewayTargetRequest$ = exports.DeleteGatewayResponse$ = exports.DeleteGatewayRequest$ = exports.DeleteEvaluatorResponse$ = exports.DeleteEvaluatorRequest$ = exports.DeleteCodeInterpreterResponse$ = exports.DeleteCodeInterpreterRequest$ = exports.DeleteBrowserResponse$ = exports.DeleteBrowserRequest$ = exports.DeleteBrowserProfileResponse$ = exports.DeleteBrowserProfileRequest$ = exports.DeleteApiKeyCredentialProviderResponse$ = exports.DeleteApiKeyCredentialProviderRequest$ = exports.DeleteAgentRuntimeResponse$ = exports.DeleteAgentRuntimeRequest$ = exports.DeleteAgentRuntimeEndpointResponse$ = exports.DeleteAgentRuntimeEndpointRequest$ = exports.CustomOauth2ProviderConfigOutput$ = exports.CustomOauth2ProviderConfigInput$ = exports.CustomMemoryStrategyInput$ = exports.CustomJWTAuthorizerConfiguration$ = exports.CustomClaimValidationType$ = exports.CredentialProviderConfiguration$ = exports.CreateWorkloadIdentityResponse$ = exports.CreateWorkloadIdentityRequest$ = exports.CreatePolicyResponse$ = exports.CreatePolicyRequest$ = exports.CreatePolicyEngineResponse$ = exports.CreatePolicyEngineRequest$ = exports.CreateOnlineEvaluationConfigResponse$ = exports.CreateOnlineEvaluationConfigRequest$ = exports.CreateOauth2CredentialProviderResponse$ = exports.CreateOauth2CredentialProviderRequest$ = exports.CreateMemoryOutput$ = exports.CreateMemoryInput$ = exports.CreateGatewayTargetResponse$ = exports.CreateGatewayTargetRequest$ = exports.CreateGatewayResponse$ = exports.CreateGatewayRequest$ = exports.CreateEvaluatorResponse$ = exports.CreateEvaluatorRequest$ = exports.CreateCodeInterpreterResponse$ = exports.CreateCodeInterpreterRequest$ = exports.CreateBrowserResponse$ = exports.CreateBrowserRequest$ = exports.CreateBrowserProfileResponse$ = void 0;
|
|
5
5
|
exports.GetMemoryOutput$ = exports.GetMemoryInput$ = exports.GetGatewayTargetResponse$ = exports.GetGatewayTargetRequest$ = exports.GetGatewayResponse$ = exports.GetGatewayRequest$ = exports.GetEvaluatorResponse$ = exports.GetEvaluatorRequest$ = exports.GetCodeInterpreterResponse$ = exports.GetCodeInterpreterRequest$ = exports.GetBrowserResponse$ = exports.GetBrowserRequest$ = exports.GetBrowserProfileResponse$ = exports.GetBrowserProfileRequest$ = exports.GetApiKeyCredentialProviderResponse$ = exports.GetApiKeyCredentialProviderRequest$ = exports.GetAgentRuntimeResponse$ = exports.GetAgentRuntimeRequest$ = exports.GetAgentRuntimeEndpointResponse$ = exports.GetAgentRuntimeEndpointRequest$ = exports.GatewayTarget$ = exports.GatewaySummary$ = exports.GatewayPolicyEngineConfiguration$ = exports.GatewayInterceptorConfiguration$ = exports.GatewayApiKeyCredentialProvider$ = 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.DeleteWorkloadIdentityResponse$ = exports.DeleteWorkloadIdentityRequest$ = exports.DeleteResourcePolicyResponse$ = exports.DeleteResourcePolicyRequest$ = exports.DeletePolicyResponse$ = exports.DeletePolicyRequest$ = exports.DeletePolicyEngineResponse$ = exports.DeletePolicyEngineRequest$ = exports.DeleteOnlineEvaluationConfigResponse$ = exports.DeleteOnlineEvaluationConfigRequest$ = exports.DeleteOauth2CredentialProviderResponse$ = exports.DeleteOauth2CredentialProviderRequest$ = void 0;
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
9
|
-
exports.
|
|
10
|
-
exports.
|
|
11
|
-
exports.
|
|
12
|
-
exports.UpdateWorkloadIdentity$ = exports.UpdatePolicyEngine$ = exports.UpdatePolicy$ = exports.UpdateOnlineEvaluationConfig$ = exports.UpdateOauth2CredentialProvider$ = exports.UpdateMemory$ = exports.UpdateGatewayTarget$ = exports.UpdateGateway$ = exports.UpdateEvaluator$ = exports.UpdateApiKeyCredentialProvider$ = exports.UpdateAgentRuntimeEndpoint$ = exports.UpdateAgentRuntime$ = exports.UntagResource$ = exports.TagResource$ = void 0;
|
|
6
|
+
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.GoogleOauth2ProviderConfigOutput$ = exports.GoogleOauth2ProviderConfigInput$ = exports.GithubOauth2ProviderConfigOutput$ = exports.GithubOauth2ProviderConfigInput$ = exports.GetWorkloadIdentityResponse$ = exports.GetWorkloadIdentityRequest$ = exports.GetTokenVaultResponse$ = exports.GetTokenVaultRequest$ = exports.GetResourcePolicyResponse$ = exports.GetResourcePolicyRequest$ = exports.GetPolicyResponse$ = exports.GetPolicyRequest$ = exports.GetPolicyGenerationResponse$ = exports.GetPolicyGenerationRequest$ = exports.GetPolicyEngineResponse$ = exports.GetPolicyEngineRequest$ = exports.GetOnlineEvaluationConfigResponse$ = exports.GetOnlineEvaluationConfigRequest$ = exports.GetOauth2CredentialProviderResponse$ = exports.GetOauth2CredentialProviderRequest$ = void 0;
|
|
7
|
+
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.ManagedResourceDetails$ = exports.ManagedLatticeResource$ = exports.LlmAsAJudgeEvaluatorConfig$ = exports.ListWorkloadIdentitiesResponse$ = exports.ListWorkloadIdentitiesRequest$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListPolicyGenerationsResponse$ = exports.ListPolicyGenerationsRequest$ = exports.ListPolicyGenerationAssetsResponse$ = exports.ListPolicyGenerationAssetsRequest$ = exports.ListPolicyEnginesResponse$ = exports.ListPolicyEnginesRequest$ = exports.ListPoliciesResponse$ = exports.ListPoliciesRequest$ = exports.ListOnlineEvaluationConfigsResponse$ = exports.ListOnlineEvaluationConfigsRequest$ = exports.ListOauth2CredentialProvidersResponse$ = exports.ListOauth2CredentialProvidersRequest$ = exports.ListMemoriesOutput$ = exports.ListMemoriesInput$ = exports.ListGatewayTargetsResponse$ = exports.ListGatewayTargetsRequest$ = exports.ListGatewaysResponse$ = exports.ListGatewaysRequest$ = void 0;
|
|
8
|
+
exports.ToolDefinition$ = exports.TokenBasedTriggerInput$ = exports.TokenBasedTrigger$ = exports.TimeBasedTriggerInput$ = exports.TimeBasedTrigger$ = exports.TargetSummary$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.SynchronizeGatewayTargetsResponse$ = exports.SynchronizeGatewayTargetsRequest$ = exports.SummaryOverrideConsolidationConfigurationInput$ = exports.SummaryOverrideConfigurationInput$ = exports.SummaryMemoryStrategyInput$ = exports.SummaryConsolidationOverride$ = exports.StreamDeliveryResources$ = exports.StrategyConfiguration$ = exports.StartPolicyGenerationResponse$ = exports.StartPolicyGenerationRequest$ = exports.SlackOauth2ProviderConfigOutput$ = exports.SlackOauth2ProviderConfigInput$ = exports.SetTokenVaultCMKResponse$ = exports.SetTokenVaultCMKRequest$ = exports.SessionStorageConfiguration$ = exports.SessionConfig$ = 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.RecordingConfig$ = exports.PutResourcePolicyResponse$ = exports.PutResourcePolicyRequest$ = exports.ProtocolConfiguration$ = exports.PolicyGenerationDetails$ = exports.PolicyGenerationAsset$ = exports.PolicyGeneration$ = exports.PolicyEngine$ = void 0;
|
|
9
|
+
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.UpdatePolicyResponse$ = exports.UpdatePolicyRequest$ = exports.UpdatePolicyEngineResponse$ = exports.UpdatePolicyEngineRequest$ = exports.UpdateOnlineEvaluationConfigResponse$ = exports.UpdateOnlineEvaluationConfigRequest$ = exports.UpdateOauth2CredentialProviderResponse$ = exports.UpdateOauth2CredentialProviderRequest$ = exports.UpdateMemoryOutput$ = exports.UpdateMemoryInput$ = exports.UpdateGatewayTargetResponse$ = exports.UpdateGatewayTargetRequest$ = exports.UpdateGatewayResponse$ = exports.UpdateGatewayRequest$ = exports.UpdateEvaluatorResponse$ = exports.UpdateEvaluatorRequest$ = exports.UpdatedDescription$ = exports.UpdateApiKeyCredentialProviderResponse$ = exports.UpdateApiKeyCredentialProviderRequest$ = exports.UpdateAgentRuntimeResponse$ = exports.UpdateAgentRuntimeRequest$ = exports.UpdateAgentRuntimeEndpointResponse$ = exports.UpdateAgentRuntimeEndpointRequest$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = void 0;
|
|
10
|
+
exports.CreatePolicyEngine$ = exports.CreatePolicy$ = exports.CreateOnlineEvaluationConfig$ = exports.CreateOauth2CredentialProvider$ = exports.CreateMemory$ = 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.ReflectionConfiguration$ = exports.RatingScale$ = exports.PrivateEndpoint$ = exports.PolicyDefinition$ = exports.Oauth2ProviderConfigOutput$ = exports.Oauth2ProviderConfigInput$ = exports.Oauth2Discovery$ = exports.ModifyReflectionConfiguration$ = exports.ModifyExtractionConfiguration$ = exports.ModifyConsolidationConfiguration$ = exports.MemoryStrategyInput$ = exports.McpToolSchemaConfiguration$ = exports.McpTargetConfiguration$ = exports.InterceptorConfiguration$ = exports.GatewayProtocolConfiguration$ = exports.FilterValue$ = exports.FilesystemConfiguration$ = exports.ExtractionConfiguration$ = exports.EvaluatorReference$ = exports.EvaluatorModelConfig$ = exports.EvaluatorConfig$ = exports.DataSourceConfig$ = exports.CustomReflectionConfigurationInput$ = exports.CustomReflectionConfiguration$ = exports.CustomExtractionConfigurationInput$ = exports.CustomExtractionConfiguration$ = exports.CustomConsolidationConfigurationInput$ = void 0;
|
|
11
|
+
exports.ListPolicyEngines$ = exports.ListPolicies$ = exports.ListOnlineEvaluationConfigs$ = exports.ListOauth2CredentialProviders$ = exports.ListMemories$ = exports.ListGatewayTargets$ = exports.ListGateways$ = exports.ListEvaluators$ = exports.ListCodeInterpreters$ = exports.ListBrowsers$ = exports.ListBrowserProfiles$ = exports.ListApiKeyCredentialProviders$ = exports.ListAgentRuntimeVersions$ = exports.ListAgentRuntimes$ = exports.ListAgentRuntimeEndpoints$ = exports.GetWorkloadIdentity$ = exports.GetTokenVault$ = exports.GetResourcePolicy$ = exports.GetPolicyGeneration$ = exports.GetPolicyEngine$ = exports.GetPolicy$ = exports.GetOnlineEvaluationConfig$ = exports.GetOauth2CredentialProvider$ = exports.GetMemory$ = exports.GetGatewayTarget$ = exports.GetGateway$ = exports.GetEvaluator$ = exports.GetCodeInterpreter$ = exports.GetBrowserProfile$ = exports.GetBrowser$ = exports.GetApiKeyCredentialProvider$ = exports.GetAgentRuntimeEndpoint$ = exports.GetAgentRuntime$ = exports.DeleteWorkloadIdentity$ = exports.DeleteResourcePolicy$ = exports.DeletePolicyEngine$ = exports.DeletePolicy$ = exports.DeleteOnlineEvaluationConfig$ = exports.DeleteOauth2CredentialProvider$ = exports.DeleteMemory$ = exports.DeleteGatewayTarget$ = exports.DeleteGateway$ = exports.DeleteEvaluator$ = exports.DeleteCodeInterpreter$ = exports.DeleteBrowserProfile$ = exports.DeleteBrowser$ = exports.DeleteApiKeyCredentialProvider$ = exports.DeleteAgentRuntimeEndpoint$ = exports.DeleteAgentRuntime$ = exports.CreateWorkloadIdentity$ = void 0;
|
|
12
|
+
exports.UpdateWorkloadIdentity$ = exports.UpdatePolicyEngine$ = exports.UpdatePolicy$ = exports.UpdateOnlineEvaluationConfig$ = exports.UpdateOauth2CredentialProvider$ = exports.UpdateMemory$ = exports.UpdateGatewayTarget$ = exports.UpdateGateway$ = exports.UpdateEvaluator$ = exports.UpdateApiKeyCredentialProvider$ = exports.UpdateAgentRuntimeEndpoint$ = exports.UpdateAgentRuntime$ = exports.UntagResource$ = exports.TagResource$ = exports.SynchronizeGatewayTargets$ = exports.StartPolicyGeneration$ = exports.SetTokenVaultCMK$ = exports.PutResourcePolicy$ = exports.ListWorkloadIdentities$ = exports.ListTagsForResource$ = exports.ListPolicyGenerations$ = exports.ListPolicyGenerationAssets$ = void 0;
|
|
13
13
|
const _AC = "AuthorizerConfiguration";
|
|
14
14
|
const _ACMVT = "AuthorizingClaimMatchValueType";
|
|
15
|
+
const _AD = "AuthorizationData";
|
|
15
16
|
const _ADE = "AccessDeniedException";
|
|
16
17
|
const _AGTC = "ApiGatewayTargetConfiguration";
|
|
17
18
|
const _AGTCp = "ApiGatewayToolConfiguration";
|
|
@@ -278,6 +279,7 @@ const _GWIR = "GetWorkloadIdentityRequest";
|
|
|
278
279
|
const _GWIRe = "GetWorkloadIdentityResponse";
|
|
279
280
|
const _IC = "InferenceConfiguration";
|
|
280
281
|
const _ICI = "InvocationConfigurationInput";
|
|
282
|
+
const _ICP = "IamCredentialProvider";
|
|
281
283
|
const _ICn = "InvocationConfiguration";
|
|
282
284
|
const _ICnt = "InterceptorConfiguration";
|
|
283
285
|
const _IIC = "InterceptorInputConfiguration";
|
|
@@ -358,6 +360,7 @@ const _MCC = "ModifyConsolidationConfiguration";
|
|
|
358
360
|
const _MCPGC = "MCPGatewayConfiguration";
|
|
359
361
|
const _MEC = "ModifyExtractionConfiguration";
|
|
360
362
|
const _MICI = "ModifyInvocationConfigurationInput";
|
|
363
|
+
const _MLR = "ManagedLatticeResource";
|
|
361
364
|
const _MLTC = "McpLambdaTargetConfiguration";
|
|
362
365
|
const _MMS = "ModifyMemoryStrategies";
|
|
363
366
|
const _MMSI = "ModifyMemoryStrategyInput";
|
|
@@ -365,6 +368,7 @@ const _MMSL = "ModifyMemoryStrategiesList";
|
|
|
365
368
|
const _MOPCI = "MicrosoftOauth2ProviderConfigInput";
|
|
366
369
|
const _MOPCO = "MicrosoftOauth2ProviderConfigOutput";
|
|
367
370
|
const _MRC = "ModifyReflectionConfiguration";
|
|
371
|
+
const _MRD = "ManagedResourceDetails";
|
|
368
372
|
const _MS = "MemoryStrategy";
|
|
369
373
|
const _MSC = "ModifyStrategyConfiguration";
|
|
370
374
|
const _MSI = "MemoryStrategyInput";
|
|
@@ -375,9 +379,11 @@ const _MSMC = "ModifySelfManagedConfiguration";
|
|
|
375
379
|
const _MSTC = "McpServerTargetConfiguration";
|
|
376
380
|
const _MSe = "MemorySummary";
|
|
377
381
|
const _MTC = "McpTargetConfiguration";
|
|
382
|
+
const _MTSC = "McpToolSchemaConfiguration";
|
|
378
383
|
const _NC = "NetworkConfiguration";
|
|
379
384
|
const _NSD = "NumericalScaleDefinition";
|
|
380
385
|
const _NSDu = "NumericalScaleDefinitions";
|
|
386
|
+
const _OAAD = "OAuth2AuthorizationData";
|
|
381
387
|
const _OACP = "OAuthCredentialProvider";
|
|
382
388
|
const _OACPV = "OAuthCustomParametersValue";
|
|
383
389
|
const _OACPu = "OAuthCustomParameters";
|
|
@@ -394,7 +400,9 @@ const _P = "Prompt";
|
|
|
394
400
|
const _PC = "ProtocolConfiguration";
|
|
395
401
|
const _PD = "PolicyDefinition";
|
|
396
402
|
const _PE = "PolicyEngine";
|
|
403
|
+
const _PEMR = "PrivateEndpointManagedResources";
|
|
397
404
|
const _PEo = "PolicyEngines";
|
|
405
|
+
const _PEr = "PrivateEndpoint";
|
|
398
406
|
const _PG = "PolicyGeneration";
|
|
399
407
|
const _PGA = "PolicyGenerationAsset";
|
|
400
408
|
const _PGAo = "PolicyGenerationAssets";
|
|
@@ -435,6 +443,7 @@ const _SL = "S3Location";
|
|
|
435
443
|
const _SMC = "SelfManagedConfiguration";
|
|
436
444
|
const _SMCI = "SelfManagedConfigurationInput";
|
|
437
445
|
const _SML = "SecretsManagerLocation";
|
|
446
|
+
const _SMLR = "SelfManagedLatticeResource";
|
|
438
447
|
const _SMSI = "SemanticMemoryStrategyInput";
|
|
439
448
|
const _SMSIu = "SummaryMemoryStrategyInput";
|
|
440
449
|
const _SOCCI = "SemanticOverrideConsolidationConfigurationInput";
|
|
@@ -535,6 +544,7 @@ const _aA = "allowedAudience";
|
|
|
535
544
|
const _aC = "authorizerConfiguration";
|
|
536
545
|
const _aCMV = "authorizingClaimMatchValue";
|
|
537
546
|
const _aCl = "allowedClients";
|
|
547
|
+
const _aD = "authorizationData";
|
|
538
548
|
const _aE = "authorizationEndpoint";
|
|
539
549
|
const _aG = "apiGateway";
|
|
540
550
|
const _aGTC = "apiGatewayToolConfiguration";
|
|
@@ -559,6 +569,7 @@ const _aS = "allowedScopes";
|
|
|
559
569
|
const _aSM = "authorizationServerMetadata";
|
|
560
570
|
const _aT = "authorizerType";
|
|
561
571
|
const _aTP = "appendToPrompt";
|
|
572
|
+
const _aU = "authorizationUrl";
|
|
562
573
|
const _b = "bucket";
|
|
563
574
|
const _bA = "browserArn";
|
|
564
575
|
const _bEMC = "bedrockEvaluatorModelConfig";
|
|
@@ -619,6 +630,7 @@ const _dSC = "dataSourceConfig";
|
|
|
619
630
|
const _dU = "discoveryUrl";
|
|
620
631
|
const _dV = "doubleValue";
|
|
621
632
|
const _de = "definition";
|
|
633
|
+
const _do = "domain";
|
|
622
634
|
const _e = "error";
|
|
623
635
|
const _eA = "evaluatorArn";
|
|
624
636
|
const _eC = "evaluatorConfig";
|
|
@@ -627,6 +639,7 @@ const _eED = "eventExpiryDuration";
|
|
|
627
639
|
const _eEO = "episodicExtractionOverride";
|
|
628
640
|
const _eERA = "evaluationExecutionRoleArn";
|
|
629
641
|
const _eI = "evaluatorId";
|
|
642
|
+
const _eIAT = "endpointIpAddressType";
|
|
630
643
|
const _eKA = "encryptionKeyArn";
|
|
631
644
|
const _eL = "exceptionLevel";
|
|
632
645
|
const _eMS = "episodicMemoryStrategy";
|
|
@@ -665,6 +678,7 @@ const _hE = "httpError";
|
|
|
665
678
|
const _hQ = "httpQuery";
|
|
666
679
|
const _i = "id";
|
|
667
680
|
const _iC = "inferenceConfig";
|
|
681
|
+
const _iCP = "iamCredentialProvider";
|
|
668
682
|
const _iCn = "interceptorConfigurations";
|
|
669
683
|
const _iCnp = "inputConfiguration";
|
|
670
684
|
const _iCnv = "invocationConfiguration";
|
|
@@ -716,6 +730,7 @@ const _mERA = "memoryExecutionRoleArn";
|
|
|
716
730
|
const _mI = "modelId";
|
|
717
731
|
const _mIe = "memoryId";
|
|
718
732
|
const _mL = "maxLifetime";
|
|
733
|
+
const _mLR = "managedLatticeResource";
|
|
719
734
|
const _mMS = "modifyMemoryStrategies";
|
|
720
735
|
const _mOPC = "microsoftOauth2ProviderConfig";
|
|
721
736
|
const _mP = "mountPath";
|
|
@@ -724,6 +739,7 @@ const _mS = "memoryStrategies";
|
|
|
724
739
|
const _mSI = "memoryStrategyId";
|
|
725
740
|
const _mSc = "mcpServer";
|
|
726
741
|
const _mT = "maxTokens";
|
|
742
|
+
const _mTS = "mcpToolSchema";
|
|
727
743
|
const _mVS = "matchValueString";
|
|
728
744
|
const _mVSL = "matchValueStringList";
|
|
729
745
|
const _mc = "mcp";
|
|
@@ -753,16 +769,19 @@ const _oPCI = "oauth2ProviderConfigInput";
|
|
|
753
769
|
const _oPCO = "oauth2ProviderConfigOutput";
|
|
754
770
|
const _oS = "outputSchema";
|
|
755
771
|
const _oV = "optionalValue";
|
|
772
|
+
const _oa = "oauth2";
|
|
756
773
|
const _p = "path";
|
|
757
774
|
const _pA = "profileArn";
|
|
758
775
|
const _pAo = "policyArn";
|
|
759
776
|
const _pAr = "providerArn";
|
|
760
777
|
const _pC = "protocolConfiguration";
|
|
761
778
|
const _pDBN = "payloadDeliveryBucketName";
|
|
762
|
-
const _pE = "
|
|
779
|
+
const _pE = "privateEndpoint";
|
|
763
780
|
const _pEA = "policyEngineArn";
|
|
764
781
|
const _pEC = "policyEngineConfiguration";
|
|
765
782
|
const _pEI = "policyEngineId";
|
|
783
|
+
const _pEMR = "privateEndpointManagedResources";
|
|
784
|
+
const _pEo = "policyEngines";
|
|
766
785
|
const _pG = "policyGenerations";
|
|
767
786
|
const _pGA = "policyGenerationArn";
|
|
768
787
|
const _pGAI = "policyGenerationAssetId";
|
|
@@ -780,10 +799,14 @@ const _pr = "prefix";
|
|
|
780
799
|
const _pro = "properties";
|
|
781
800
|
const _r = "reason";
|
|
782
801
|
const _rA = "roleArn";
|
|
802
|
+
const _rAA = "resourceAssociationArn";
|
|
783
803
|
const _rAI = "restApiId";
|
|
784
804
|
const _rAe = "resourceArn";
|
|
785
805
|
const _rC = "reflectionConfiguration";
|
|
806
|
+
const _rCI = "resourceConfigurationIdentifier";
|
|
807
|
+
const _rD = "routingDomain";
|
|
786
808
|
const _rE = "runtimeEndpoints";
|
|
809
|
+
const _rGA = "resourceGatewayArn";
|
|
787
810
|
const _rHA = "requestHeaderAllowlist";
|
|
788
811
|
const _rHC = "requestHeaderConfiguration";
|
|
789
812
|
const _rMMDSV = "requireMMDSV2";
|
|
@@ -793,6 +816,7 @@ const _rTF = "rawTextFragment";
|
|
|
793
816
|
const _rTa = "rawText";
|
|
794
817
|
const _re = "recording";
|
|
795
818
|
const _ref = "reflection";
|
|
819
|
+
const _reg = "region";
|
|
796
820
|
const _req = "required";
|
|
797
821
|
const _res = "resource";
|
|
798
822
|
const _reso = "resources";
|
|
@@ -807,10 +831,13 @@ const _sCe = "sessionConfig";
|
|
|
807
831
|
const _sDR = "streamDeliveryResources";
|
|
808
832
|
const _sEO = "semanticExtractionOverride";
|
|
809
833
|
const _sG = "securityGroups";
|
|
810
|
-
const
|
|
834
|
+
const _sGI = "securityGroupIds";
|
|
835
|
+
const _sI = "subnetIds";
|
|
836
|
+
const _sIt = "strategyId";
|
|
811
837
|
const _sL = "s3Location";
|
|
812
838
|
const _sM = "secretsManager";
|
|
813
839
|
const _sMC = "selfManagedConfiguration";
|
|
840
|
+
const _sMLR = "selfManagedLatticeResource";
|
|
814
841
|
const _sMS = "semanticMemoryStrategy";
|
|
815
842
|
const _sMSu = "summaryMemoryStrategy";
|
|
816
843
|
const _sMm = "smithyModel";
|
|
@@ -831,6 +858,7 @@ const _sVt = "stringValue";
|
|
|
831
858
|
const _s_ = "s3";
|
|
832
859
|
const _sc = "scopes";
|
|
833
860
|
const _se = "server";
|
|
861
|
+
const _ser = "service";
|
|
834
862
|
const _st = "status";
|
|
835
863
|
const _sta = "stage";
|
|
836
864
|
const _stat = "statement";
|
|
@@ -861,13 +889,15 @@ const _tar = "targets";
|
|
|
861
889
|
const _te = "temperature";
|
|
862
890
|
const _u = "uri";
|
|
863
891
|
const _uA = "updatedAt";
|
|
892
|
+
const _uI = "userId";
|
|
864
893
|
const _uPCO = "userPreferenceConsolidationOverride";
|
|
865
894
|
const _uPEO = "userPreferenceExtractionOverride";
|
|
866
895
|
const _uPMS = "userPreferenceMemoryStrategy";
|
|
867
896
|
const _uPO = "userPreferenceOverride";
|
|
868
897
|
const _v = "value";
|
|
869
898
|
const _vC = "vpcConfig";
|
|
870
|
-
const _vI = "
|
|
899
|
+
const _vI = "vpcIdentifier";
|
|
900
|
+
const _vIe = "versionId";
|
|
871
901
|
const _vM = "validationMode";
|
|
872
902
|
const _ve = "version";
|
|
873
903
|
const _vi = "view";
|
|
@@ -1201,13 +1231,13 @@ exports.CreateGatewayResponse$ = [3, n0, _CGRr,
|
|
|
1201
1231
|
];
|
|
1202
1232
|
exports.CreateGatewayTargetRequest$ = [3, n0, _CGTR,
|
|
1203
1233
|
0,
|
|
1204
|
-
[_gIa, _n, _tC, _d, _cTl, _cPC, _mC],
|
|
1205
|
-
[[0, 1], [() => TargetName, 0], [() => exports.TargetConfiguration$, 0], [() => TargetDescription, 0], [0, 4], [() => CredentialProviderConfigurations, 0], () => exports.MetadataConfiguration$], 3
|
|
1234
|
+
[_gIa, _n, _tC, _d, _cTl, _cPC, _mC, _pE],
|
|
1235
|
+
[[0, 1], [() => TargetName, 0], [() => exports.TargetConfiguration$, 0], [() => TargetDescription, 0], [0, 4], [() => CredentialProviderConfigurations, 0], () => exports.MetadataConfiguration$, () => exports.PrivateEndpoint$], 3
|
|
1206
1236
|
];
|
|
1207
1237
|
exports.CreateGatewayTargetResponse$ = [3, n0, _CGTRr,
|
|
1208
1238
|
0,
|
|
1209
|
-
[_gA, _tI, _cA, _uA, _st, _n, _tC, _cPC, _sR, _d, _lSAa, _mC],
|
|
1210
|
-
[0, 0, 5, 5, 0, [() => TargetName, 0], [() => exports.TargetConfiguration$, 0], [() => CredentialProviderConfigurations, 0], 64 | 0, [() => TargetDescription, 0], 5, () => exports.MetadataConfiguration$], 8
|
|
1239
|
+
[_gA, _tI, _cA, _uA, _st, _n, _tC, _cPC, _sR, _d, _lSAa, _mC, _pE, _pEMR, _aD],
|
|
1240
|
+
[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
|
|
1211
1241
|
];
|
|
1212
1242
|
exports.CreateMemoryInput$ = [3, n0, _CMI,
|
|
1213
1243
|
0,
|
|
@@ -1551,8 +1581,8 @@ exports.GatewaySummary$ = [3, n0, _GS,
|
|
|
1551
1581
|
];
|
|
1552
1582
|
exports.GatewayTarget$ = [3, n0, _GT,
|
|
1553
1583
|
0,
|
|
1554
|
-
[_gA, _tI, _cA, _uA, _st, _n, _tC, _cPC, _sR, _d, _lSAa, _mC],
|
|
1555
|
-
[0, 0, 5, 5, 0, [() => TargetName, 0], [() => exports.TargetConfiguration$, 0], [() => CredentialProviderConfigurations, 0], 64 | 0, [() => TargetDescription, 0], 5, () => exports.MetadataConfiguration$], 8
|
|
1584
|
+
[_gA, _tI, _cA, _uA, _st, _n, _tC, _cPC, _sR, _d, _lSAa, _mC, _pE, _pEMR, _aD],
|
|
1585
|
+
[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
|
|
1556
1586
|
];
|
|
1557
1587
|
exports.GetAgentRuntimeEndpointRequest$ = [3, n0, _GARER,
|
|
1558
1588
|
0,
|
|
@@ -1641,8 +1671,8 @@ exports.GetGatewayTargetRequest$ = [3, n0, _GGTR,
|
|
|
1641
1671
|
];
|
|
1642
1672
|
exports.GetGatewayTargetResponse$ = [3, n0, _GGTRe,
|
|
1643
1673
|
0,
|
|
1644
|
-
[_gA, _tI, _cA, _uA, _st, _n, _tC, _cPC, _sR, _d, _lSAa, _mC],
|
|
1645
|
-
[0, 0, 5, 5, 0, [() => TargetName, 0], [() => exports.TargetConfiguration$, 0], [() => CredentialProviderConfigurations, 0], 64 | 0, [() => TargetDescription, 0], 5, () => exports.MetadataConfiguration$], 8
|
|
1674
|
+
[_gA, _tI, _cA, _uA, _st, _n, _tC, _cPC, _sR, _d, _lSAa, _mC, _pE, _pEMR, _aD],
|
|
1675
|
+
[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
|
|
1646
1676
|
];
|
|
1647
1677
|
exports.GetMemoryInput$ = [3, n0, _GMI,
|
|
1648
1678
|
0,
|
|
@@ -1754,6 +1784,11 @@ exports.GoogleOauth2ProviderConfigOutput$ = [3, n0, _GOPCOo,
|
|
|
1754
1784
|
[_oD, _cI],
|
|
1755
1785
|
[() => exports.Oauth2Discovery$, 0], 1
|
|
1756
1786
|
];
|
|
1787
|
+
exports.IamCredentialProvider$ = [3, n0, _ICP,
|
|
1788
|
+
0,
|
|
1789
|
+
[_ser, _reg],
|
|
1790
|
+
[0, 0], 1
|
|
1791
|
+
];
|
|
1757
1792
|
exports.IncludedOauth2ProviderConfigInput$ = [3, n0, _IOPCI,
|
|
1758
1793
|
0,
|
|
1759
1794
|
[_cI, _cS, _is, _aE, _tE],
|
|
@@ -1966,7 +2001,7 @@ exports.ListPolicyEnginesRequest$ = [3, n0, _LPER,
|
|
|
1966
2001
|
];
|
|
1967
2002
|
exports.ListPolicyEnginesResponse$ = [3, n0, _LPERi,
|
|
1968
2003
|
0,
|
|
1969
|
-
[
|
|
2004
|
+
[_pEo, _nTe],
|
|
1970
2005
|
[[() => PolicyEngines, 0], 0], 1
|
|
1971
2006
|
];
|
|
1972
2007
|
exports.ListPolicyGenerationAssetsRequest$ = [3, n0, _LPGAR,
|
|
@@ -2014,6 +2049,16 @@ exports.LlmAsAJudgeEvaluatorConfig$ = [3, n0, _LAAJEC,
|
|
|
2014
2049
|
[_ins, _rS, _mCo],
|
|
2015
2050
|
[[() => EvaluatorInstructions, 0], () => exports.RatingScale$, () => exports.EvaluatorModelConfig$], 3
|
|
2016
2051
|
];
|
|
2052
|
+
exports.ManagedLatticeResource$ = [3, n0, _MLR,
|
|
2053
|
+
0,
|
|
2054
|
+
[_vI, _sI, _eIAT, _sGI, _ta, _rD],
|
|
2055
|
+
[0, 64 | 0, 0, 64 | 0, 128 | 0, 0], 3
|
|
2056
|
+
];
|
|
2057
|
+
exports.ManagedResourceDetails$ = [3, n0, _MRD,
|
|
2058
|
+
0,
|
|
2059
|
+
[_do, _rGA, _rAA],
|
|
2060
|
+
[0, 0, 0]
|
|
2061
|
+
];
|
|
2017
2062
|
exports.MCPGatewayConfiguration$ = [3, n0, _MCPGC,
|
|
2018
2063
|
0,
|
|
2019
2064
|
[_sV, _ins, _sT],
|
|
@@ -2026,8 +2071,8 @@ exports.McpLambdaTargetConfiguration$ = [3, n0, _MLTC,
|
|
|
2026
2071
|
];
|
|
2027
2072
|
exports.McpServerTargetConfiguration$ = [3, n0, _MSTC,
|
|
2028
2073
|
0,
|
|
2029
|
-
[_end],
|
|
2030
|
-
[0], 1
|
|
2074
|
+
[_end, _mTS],
|
|
2075
|
+
[0, [() => exports.McpToolSchemaConfiguration$, 0]], 1
|
|
2031
2076
|
];
|
|
2032
2077
|
exports.Memory$ = [3, n0, _M,
|
|
2033
2078
|
0,
|
|
@@ -2036,7 +2081,7 @@ exports.Memory$ = [3, n0, _M,
|
|
|
2036
2081
|
];
|
|
2037
2082
|
exports.MemoryStrategy$ = [3, n0, _MS,
|
|
2038
2083
|
0,
|
|
2039
|
-
[
|
|
2084
|
+
[_sIt, _n, _t, _na, _nT, _d, _con, _cA, _uA, _st],
|
|
2040
2085
|
[0, 0, 0, 64 | 0, 64 | 0, [() => Description, 0], [() => exports.StrategyConfiguration$, 0], 4, 4, 0], 5
|
|
2041
2086
|
];
|
|
2042
2087
|
exports.MemorySummary$ = [3, n0, _MSe,
|
|
@@ -2104,6 +2149,11 @@ exports.NumericalScaleDefinition$ = [3, n0, _NSD,
|
|
|
2104
2149
|
[_de, _v, _la],
|
|
2105
2150
|
[0, 1, 0], 3
|
|
2106
2151
|
];
|
|
2152
|
+
exports.OAuth2AuthorizationData$ = [3, n0, _OAAD,
|
|
2153
|
+
0,
|
|
2154
|
+
[_aU, _uI],
|
|
2155
|
+
[0, 0], 1
|
|
2156
|
+
];
|
|
2107
2157
|
exports.Oauth2AuthorizationServerMetadata$ = [3, n0, _OASM,
|
|
2108
2158
|
0,
|
|
2109
2159
|
[_is, _aE, _tE, _rT, _tEAM],
|
|
@@ -2191,7 +2241,7 @@ exports.S3Configuration$ = [3, n0, _SC,
|
|
|
2191
2241
|
];
|
|
2192
2242
|
exports.S3Location$ = [3, n0, _SL,
|
|
2193
2243
|
0,
|
|
2194
|
-
[_b, _pr,
|
|
2244
|
+
[_b, _pr, _vIe],
|
|
2195
2245
|
[0, 0, 0], 2
|
|
2196
2246
|
];
|
|
2197
2247
|
exports.SalesforceOauth2ProviderConfigInput$ = [3, n0, _SOPCI,
|
|
@@ -2451,13 +2501,13 @@ exports.UpdateGatewayResponse$ = [3, n0, _UGRp,
|
|
|
2451
2501
|
];
|
|
2452
2502
|
exports.UpdateGatewayTargetRequest$ = [3, n0, _UGTR,
|
|
2453
2503
|
0,
|
|
2454
|
-
[_gIa, _tI, _n, _tC, _d, _cPC, _mC],
|
|
2455
|
-
[[0, 1], [0, 1], [() => TargetName, 0], [() => exports.TargetConfiguration$, 0], [() => TargetDescription, 0], [() => CredentialProviderConfigurations, 0], () => exports.MetadataConfiguration$], 4
|
|
2504
|
+
[_gIa, _tI, _n, _tC, _d, _cPC, _mC, _pE],
|
|
2505
|
+
[[0, 1], [0, 1], [() => TargetName, 0], [() => exports.TargetConfiguration$, 0], [() => TargetDescription, 0], [() => CredentialProviderConfigurations, 0], () => exports.MetadataConfiguration$, () => exports.PrivateEndpoint$], 4
|
|
2456
2506
|
];
|
|
2457
2507
|
exports.UpdateGatewayTargetResponse$ = [3, n0, _UGTRp,
|
|
2458
2508
|
0,
|
|
2459
|
-
[_gA, _tI, _cA, _uA, _st, _n, _tC, _cPC, _sR, _d, _lSAa, _mC],
|
|
2460
|
-
[0, 0, 5, 5, 0, [() => TargetName, 0], [() => exports.TargetConfiguration$, 0], [() => CredentialProviderConfigurations, 0], 64 | 0, [() => TargetDescription, 0], 5, () => exports.MetadataConfiguration$], 8
|
|
2509
|
+
[_gA, _tI, _cA, _uA, _st, _n, _tC, _cPC, _sR, _d, _lSAa, _mC, _pE, _pEMR, _aD],
|
|
2510
|
+
[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
|
|
2461
2511
|
];
|
|
2462
2512
|
exports.UpdateMemoryInput$ = [3, n0, _UMI,
|
|
2463
2513
|
0,
|
|
@@ -2701,17 +2751,22 @@ var PolicyGenerations = [1, n0, _PGo,
|
|
|
2701
2751
|
0, () => exports.PolicyGeneration$
|
|
2702
2752
|
];
|
|
2703
2753
|
var PolicyStatusReasons = 64 | 0;
|
|
2754
|
+
var PrivateEndpointManagedResources = [1, n0, _PEMR,
|
|
2755
|
+
0, () => exports.ManagedResourceDetails$
|
|
2756
|
+
];
|
|
2704
2757
|
var RequestHeaderAllowlist = 64 | 0;
|
|
2705
2758
|
var RequiredProperties = 64 | 0;
|
|
2706
2759
|
var ResourceOauth2ReturnUrlListType = 64 | 0;
|
|
2707
2760
|
var ResponseListType = 64 | 0;
|
|
2708
2761
|
var RestApiMethods = 64 | 0;
|
|
2762
|
+
var SecurityGroupIds = 64 | 0;
|
|
2709
2763
|
var SecurityGroups = 64 | 0;
|
|
2710
2764
|
var ServiceNamesList = 64 | 0;
|
|
2711
2765
|
var StatusReasons = 64 | 0;
|
|
2712
2766
|
var StreamDeliveryResourcesList = [1, n0, _SDRL,
|
|
2713
2767
|
0, () => exports.StreamDeliveryResource$
|
|
2714
2768
|
];
|
|
2769
|
+
var SubnetIds = 64 | 0;
|
|
2715
2770
|
var Subnets = 64 | 0;
|
|
2716
2771
|
var TagKeyList = 64 | 0;
|
|
2717
2772
|
var TargetIdList = 64 | 0;
|
|
@@ -2758,6 +2813,11 @@ exports.ApiSchemaConfiguration$ = [4, n0, _ASC,
|
|
|
2758
2813
|
[_s_, _iPn],
|
|
2759
2814
|
[() => exports.S3Configuration$, [() => InlinePayload, 0]]
|
|
2760
2815
|
];
|
|
2816
|
+
exports.AuthorizationData$ = [4, n0, _AD,
|
|
2817
|
+
0,
|
|
2818
|
+
[_oa],
|
|
2819
|
+
[() => exports.OAuth2AuthorizationData$]
|
|
2820
|
+
];
|
|
2761
2821
|
exports.AuthorizerConfiguration$ = [4, n0, _AC,
|
|
2762
2822
|
0,
|
|
2763
2823
|
[_cJWTA],
|
|
@@ -2795,8 +2855,8 @@ exports.Content$ = [4, n0, _Con,
|
|
|
2795
2855
|
];
|
|
2796
2856
|
exports.CredentialProvider$ = [4, n0, _CPr,
|
|
2797
2857
|
0,
|
|
2798
|
-
[_oCP, _aKCP],
|
|
2799
|
-
[[() => exports.OAuthCredentialProvider$, 0], () => exports.GatewayApiKeyCredentialProvider$]
|
|
2858
|
+
[_oCP, _aKCP, _iCP],
|
|
2859
|
+
[[() => exports.OAuthCredentialProvider$, 0], () => exports.GatewayApiKeyCredentialProvider$, () => exports.IamCredentialProvider$]
|
|
2800
2860
|
];
|
|
2801
2861
|
exports.CustomConfigurationInput$ = [4, n0, _CCI,
|
|
2802
2862
|
0,
|
|
@@ -2881,7 +2941,12 @@ exports.InterceptorConfiguration$ = [4, n0, _ICnt,
|
|
|
2881
2941
|
exports.McpTargetConfiguration$ = [4, n0, _MTC,
|
|
2882
2942
|
0,
|
|
2883
2943
|
[_oAS, _sMm, _lam, _mSc, _aG],
|
|
2884
|
-
[[() => exports.ApiSchemaConfiguration$, 0], [() => exports.ApiSchemaConfiguration$, 0], () => exports.McpLambdaTargetConfiguration$, () => exports.McpServerTargetConfiguration$, () => exports.ApiGatewayTargetConfiguration$]
|
|
2944
|
+
[[() => exports.ApiSchemaConfiguration$, 0], [() => exports.ApiSchemaConfiguration$, 0], () => exports.McpLambdaTargetConfiguration$, [() => exports.McpServerTargetConfiguration$, 0], () => exports.ApiGatewayTargetConfiguration$]
|
|
2945
|
+
];
|
|
2946
|
+
exports.McpToolSchemaConfiguration$ = [4, n0, _MTSC,
|
|
2947
|
+
0,
|
|
2948
|
+
[_s_, _iPn],
|
|
2949
|
+
[() => exports.S3Configuration$, [() => InlinePayload, 0]]
|
|
2885
2950
|
];
|
|
2886
2951
|
exports.MemoryStrategyInput$ = [4, n0, _MSI,
|
|
2887
2952
|
0,
|
|
@@ -2923,6 +2988,11 @@ exports.PolicyDefinition$ = [4, n0, _PD,
|
|
|
2923
2988
|
[_ced, _pGo],
|
|
2924
2989
|
[() => exports.CedarPolicy$, () => exports.PolicyGenerationDetails$]
|
|
2925
2990
|
];
|
|
2991
|
+
exports.PrivateEndpoint$ = [4, n0, _PEr,
|
|
2992
|
+
0,
|
|
2993
|
+
[_sMLR, _mLR],
|
|
2994
|
+
[() => exports.SelfManagedLatticeResource$, () => exports.ManagedLatticeResource$]
|
|
2995
|
+
];
|
|
2926
2996
|
exports.RatingScale$ = [4, n0, _RS,
|
|
2927
2997
|
0,
|
|
2928
2998
|
[_nu, _ca],
|
|
@@ -2948,6 +3018,11 @@ exports.ResourceLocation$ = [4, n0, _RL,
|
|
|
2948
3018
|
[_s_],
|
|
2949
3019
|
[() => exports.S3Location$]
|
|
2950
3020
|
];
|
|
3021
|
+
exports.SelfManagedLatticeResource$ = [4, n0, _SMLR,
|
|
3022
|
+
0,
|
|
3023
|
+
[_rCI],
|
|
3024
|
+
[0]
|
|
3025
|
+
];
|
|
2951
3026
|
exports.StreamDeliveryResource$ = [4, n0, _SDRt,
|
|
2952
3027
|
0,
|
|
2953
3028
|
[_ki],
|
package/dist-es/models/enums.js
CHANGED
|
@@ -147,6 +147,10 @@ export const CredentialProviderType = {
|
|
|
147
147
|
GATEWAY_IAM_ROLE: "GATEWAY_IAM_ROLE",
|
|
148
148
|
OAUTH: "OAUTH",
|
|
149
149
|
};
|
|
150
|
+
export const EndpointIpAddressType = {
|
|
151
|
+
IPV4: "IPV4",
|
|
152
|
+
IPV6: "IPV6",
|
|
153
|
+
};
|
|
150
154
|
export const RestApiMethod = {
|
|
151
155
|
DELETE: "DELETE",
|
|
152
156
|
GET: "GET",
|
|
@@ -165,12 +169,15 @@ export const SchemaType = {
|
|
|
165
169
|
STRING: "string",
|
|
166
170
|
};
|
|
167
171
|
export const TargetStatus = {
|
|
172
|
+
CREATE_PENDING_AUTH: "CREATE_PENDING_AUTH",
|
|
168
173
|
CREATING: "CREATING",
|
|
169
174
|
DELETING: "DELETING",
|
|
170
175
|
FAILED: "FAILED",
|
|
171
176
|
READY: "READY",
|
|
177
|
+
SYNCHRONIZE_PENDING_AUTH: "SYNCHRONIZE_PENDING_AUTH",
|
|
172
178
|
SYNCHRONIZE_UNSUCCESSFUL: "SYNCHRONIZE_UNSUCCESSFUL",
|
|
173
179
|
SYNCHRONIZING: "SYNCHRONIZING",
|
|
180
|
+
UPDATE_PENDING_AUTH: "UPDATE_PENDING_AUTH",
|
|
174
181
|
UPDATE_UNSUCCESSFUL: "UPDATE_UNSUCCESSFUL",
|
|
175
182
|
UPDATING: "UPDATING",
|
|
176
183
|
};
|