@aws-sdk/client-bedrock-agentcore-control 3.1003.0 → 3.1005.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 +9 -0
- package/dist-cjs/schemas/schemas_0.js +83 -46
- package/dist-es/models/enums.js +7 -0
- package/dist-es/schemas/schemas_0.js +73 -36
- package/dist-types/commands/CreateMemoryCommand.d.ts +30 -0
- package/dist-types/commands/GetMemoryCommand.d.ts +15 -0
- package/dist-types/commands/ListPolicyGenerationAssetsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateMemoryCommand.d.ts +30 -0
- package/dist-types/models/enums.d.ts +23 -0
- package/dist-types/models/models_0.d.ts +92 -103
- package/dist-types/models/models_1.d.ts +104 -2
- package/dist-types/schemas/schemas_0.d.ts +4 -0
- package/dist-types/ts3.4/commands/ListPolicyGenerationAssetsCommand.d.ts +2 -4
- package/dist-types/ts3.4/models/enums.d.ts +9 -0
- package/dist-types/ts3.4/models/models_0.d.ts +33 -41
- package/dist-types/ts3.4/models/models_1.d.ts +43 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +4 -0
- package/package.json +11 -11
package/dist-cjs/index.js
CHANGED
|
@@ -1779,6 +1779,13 @@ const KeyType = {
|
|
|
1779
1779
|
CustomerManagedKey: "CustomerManagedKey",
|
|
1780
1780
|
ServiceManagedKey: "ServiceManagedKey",
|
|
1781
1781
|
};
|
|
1782
|
+
const ContentLevel = {
|
|
1783
|
+
FULL_CONTENT: "FULL_CONTENT",
|
|
1784
|
+
METADATA_ONLY: "METADATA_ONLY",
|
|
1785
|
+
};
|
|
1786
|
+
const ContentType = {
|
|
1787
|
+
MEMORY_RECORDS: "MEMORY_RECORDS",
|
|
1788
|
+
};
|
|
1782
1789
|
const MemoryStatus = {
|
|
1783
1790
|
ACTIVE: "ACTIVE",
|
|
1784
1791
|
CREATING: "CREATING",
|
|
@@ -1912,6 +1919,8 @@ exports.BrowserStatus = BrowserStatus;
|
|
|
1912
1919
|
exports.ClaimMatchOperatorType = ClaimMatchOperatorType;
|
|
1913
1920
|
exports.CodeInterpreterNetworkMode = CodeInterpreterNetworkMode;
|
|
1914
1921
|
exports.CodeInterpreterStatus = CodeInterpreterStatus;
|
|
1922
|
+
exports.ContentLevel = ContentLevel;
|
|
1923
|
+
exports.ContentType = ContentType;
|
|
1915
1924
|
exports.CreateAgentRuntimeCommand = CreateAgentRuntimeCommand;
|
|
1916
1925
|
exports.CreateAgentRuntimeEndpointCommand = CreateAgentRuntimeEndpointCommand;
|
|
1917
1926
|
exports.CreateApiKeyCredentialProviderCommand = CreateApiKeyCredentialProviderCommand;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
9
|
-
exports.
|
|
10
|
-
exports.
|
|
11
|
-
exports.
|
|
12
|
-
exports.UpdateWorkloadIdentity$ = void 0;
|
|
3
|
+
exports.CreateBrowserRequest$ = exports.CreateBrowserProfileResponse$ = 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.CedarPolicy$ = exports.CategoricalScaleDefinition$ = exports.BrowserSummary$ = exports.BrowserSigningConfigOutput$ = exports.BrowserSigningConfigInput$ = exports.BrowserProfileSummary$ = exports.BrowserNetworkConfiguration$ = 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
|
+
exports.DeleteOauth2CredentialProviderResponse$ = exports.DeleteOauth2CredentialProviderRequest$ = 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$ = void 0;
|
|
5
|
+
exports.GetOauth2CredentialProviderResponse$ = exports.GetOauth2CredentialProviderRequest$ = exports.GetMemoryOutput$ = exports.GetMemoryInput$ = exports.GetGatewayTargetResponse$ = exports.GetGatewayTargetRequest$ = exports.GetGatewayResponse$ = exports.GetGatewayRequest$ = exports.GetEvaluatorResponse$ = exports.GetEvaluatorRequest$ = exports.GetCodeInterpreterResponse$ = exports.GetCodeInterpreterRequest$ = exports.GetBrowserResponse$ = exports.GetBrowserRequest$ = exports.GetBrowserProfileResponse$ = exports.GetBrowserProfileRequest$ = exports.GetApiKeyCredentialProviderResponse$ = 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$ = void 0;
|
|
6
|
+
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.KmsConfiguration$ = exports.KinesisResource$ = exports.InvocationConfigurationInput$ = exports.InvocationConfiguration$ = exports.InterceptorInputConfiguration$ = exports.InferenceConfiguration$ = exports.IncludedOauth2ProviderConfigOutput$ = exports.IncludedOauth2ProviderConfigInput$ = 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$ = void 0;
|
|
7
|
+
exports.PutResourcePolicyResponse$ = exports.PutResourcePolicyRequest$ = exports.ProtocolConfiguration$ = exports.PolicyGenerationDetails$ = exports.PolicyGenerationAsset$ = exports.PolicyGeneration$ = exports.PolicyEngine$ = exports.Policy$ = exports.OutputConfig$ = exports.OnlineEvaluationConfigSummary$ = exports.OAuthCredentialProvider$ = exports.Oauth2CredentialProviderItem$ = exports.Oauth2AuthorizationServerMetadata$ = exports.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.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$ = void 0;
|
|
8
|
+
exports.UpdatedDescription$ = exports.UpdateApiKeyCredentialProviderResponse$ = exports.UpdateApiKeyCredentialProviderRequest$ = exports.UpdateAgentRuntimeResponse$ = exports.UpdateAgentRuntimeRequest$ = exports.UpdateAgentRuntimeEndpointResponse$ = exports.UpdateAgentRuntimeEndpointRequest$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = 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.SessionConfig$ = exports.SemanticOverrideExtractionConfigurationInput$ = exports.SemanticOverrideConsolidationConfigurationInput$ = exports.SemanticOverrideConfigurationInput$ = exports.SemanticMemoryStrategyInput$ = exports.SemanticExtractionOverride$ = exports.SemanticConsolidationOverride$ = exports.SelfManagedConfigurationInput$ = exports.SelfManagedConfiguration$ = exports.Secret$ = exports.SchemaDefinition$ = exports.SamplingConfig$ = exports.SalesforceOauth2ProviderConfigOutput$ = exports.SalesforceOauth2ProviderConfigInput$ = exports.S3Location$ = exports.S3Configuration$ = exports.RuntimeMetadataConfiguration$ = exports.Rule$ = exports.RecordingConfig$ = void 0;
|
|
9
|
+
exports.GatewayProtocolConfiguration$ = exports.FilterValue$ = 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.Code$ = exports.ClaimMatchValueType$ = exports.AuthorizerConfiguration$ = 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$ = void 0;
|
|
10
|
+
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$ = 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.Resource$ = exports.RequestHeaderConfiguration$ = exports.ReflectionConfiguration$ = exports.RatingScale$ = exports.PolicyDefinition$ = exports.Oauth2ProviderConfigOutput$ = exports.Oauth2ProviderConfigInput$ = exports.Oauth2Discovery$ = exports.ModifyReflectionConfiguration$ = exports.ModifyExtractionConfiguration$ = exports.ModifyConsolidationConfiguration$ = exports.MemoryStrategyInput$ = exports.McpTargetConfiguration$ = exports.InterceptorConfiguration$ = void 0;
|
|
11
|
+
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$ = 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$ = void 0;
|
|
12
|
+
exports.UpdateWorkloadIdentity$ = exports.UpdatePolicyEngine$ = exports.UpdatePolicy$ = exports.UpdateOnlineEvaluationConfig$ = exports.UpdateOauth2CredentialProvider$ = void 0;
|
|
13
13
|
const _AC = "AuthorizerConfiguration";
|
|
14
14
|
const _ACMVT = "AuthorizingClaimMatchValueType";
|
|
15
15
|
const _ADE = "AccessDeniedException";
|
|
@@ -61,10 +61,12 @@ const _CCI = "CustomConfigurationInput";
|
|
|
61
61
|
const _CCIR = "CreateCodeInterpreterRequest";
|
|
62
62
|
const _CCIRr = "CreateCodeInterpreterResponse";
|
|
63
63
|
const _CCIr = "CreateCodeInterpreter";
|
|
64
|
+
const _CCL = "ContentConfigurationList";
|
|
64
65
|
const _CCVT = "CustomClaimValidationType";
|
|
65
66
|
const _CCVTu = "CustomClaimValidationsType";
|
|
66
67
|
const _CCo = "ContainerConfiguration";
|
|
67
|
-
const _CCon = "
|
|
68
|
+
const _CCon = "ContentConfiguration";
|
|
69
|
+
const _CCons = "ConsolidationConfiguration";
|
|
68
70
|
const _CE = "ConflictException";
|
|
69
71
|
const _CEC = "CustomExtractionConfiguration";
|
|
70
72
|
const _CECI = "CustomExtractionConfigurationInput";
|
|
@@ -276,6 +278,7 @@ const _IOPCO = "IncludedOauth2ProviderConfigOutput";
|
|
|
276
278
|
const _IP = "InlinePayload";
|
|
277
279
|
const _ISE = "InternalServerException";
|
|
278
280
|
const _KC = "KmsConfiguration";
|
|
281
|
+
const _KR = "KinesisResource";
|
|
279
282
|
const _LAAJEC = "LlmAsAJudgeEvaluatorConfig";
|
|
280
283
|
const _LAKCP = "ListApiKeyCredentialProviders";
|
|
281
284
|
const _LAKCPR = "ListApiKeyCredentialProvidersRequest";
|
|
@@ -410,6 +413,9 @@ const _SCa = "SamplingConfig";
|
|
|
410
413
|
const _SCe = "SessionConfig";
|
|
411
414
|
const _SCt = "StrategyConfiguration";
|
|
412
415
|
const _SD = "SchemaDefinition";
|
|
416
|
+
const _SDR = "StreamDeliveryResources";
|
|
417
|
+
const _SDRL = "StreamDeliveryResourcesList";
|
|
418
|
+
const _SDRt = "StreamDeliveryResource";
|
|
413
419
|
const _SE = "ServiceException";
|
|
414
420
|
const _SEO = "SemanticExtractionOverride";
|
|
415
421
|
const _SGT = "SynchronizeGatewayTargets";
|
|
@@ -553,8 +559,9 @@ const _c = "client";
|
|
|
553
559
|
const _cA = "createdAt";
|
|
554
560
|
const _cC = "customClaims";
|
|
555
561
|
const _cCC = "customConsolidationConfiguration";
|
|
556
|
-
const _cCo = "
|
|
562
|
+
const _cCo = "contentConfigurations";
|
|
557
563
|
const _cCod = "codeConfiguration";
|
|
564
|
+
const _cCon = "containerConfiguration";
|
|
558
565
|
const _cEC = "customExtractionConfiguration";
|
|
559
566
|
const _cI = "clientId";
|
|
560
567
|
const _cIA = "codeInterpreterArn";
|
|
@@ -593,6 +600,7 @@ const _cont = "content";
|
|
|
593
600
|
const _d = "description";
|
|
594
601
|
const _dMS = "deleteMemoryStrategies";
|
|
595
602
|
const _dRU = "defaultReturnUrl";
|
|
603
|
+
const _dSA = "dataStreamArn";
|
|
596
604
|
const _dSC = "dataSourceConfig";
|
|
597
605
|
const _dU = "discoveryUrl";
|
|
598
606
|
const _dV = "doubleValue";
|
|
@@ -661,6 +669,7 @@ const _k = "key";
|
|
|
661
669
|
const _kC = "kmsConfiguration";
|
|
662
670
|
const _kKA = "kmsKeyArn";
|
|
663
671
|
const _kT = "keyType";
|
|
672
|
+
const _ki = "kinesis";
|
|
664
673
|
const _l = "label";
|
|
665
674
|
const _lA = "lambdaArn";
|
|
666
675
|
const _lAAJ = "llmAsAJudge";
|
|
@@ -765,6 +774,7 @@ const _re = "recording";
|
|
|
765
774
|
const _ref = "reflection";
|
|
766
775
|
const _req = "required";
|
|
767
776
|
const _res = "resource";
|
|
777
|
+
const _reso = "resources";
|
|
768
778
|
const _ru = "runtime";
|
|
769
779
|
const _rul = "rule";
|
|
770
780
|
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.bedrockagentcorecontrol";
|
|
@@ -773,6 +783,7 @@ const _sC = "samplingConfig";
|
|
|
773
783
|
const _sCO = "semanticConsolidationOverride";
|
|
774
784
|
const _sCOu = "summaryConsolidationOverride";
|
|
775
785
|
const _sCe = "sessionConfig";
|
|
786
|
+
const _sDR = "streamDeliveryResources";
|
|
776
787
|
const _sEO = "semanticExtractionOverride";
|
|
777
788
|
const _sG = "securityGroups";
|
|
778
789
|
const _sI = "strategyId";
|
|
@@ -802,7 +813,7 @@ const _sta = "stage";
|
|
|
802
813
|
const _stat = "statement";
|
|
803
814
|
const _str = "strategies";
|
|
804
815
|
const _su = "subnets";
|
|
805
|
-
const _t = "
|
|
816
|
+
const _t = "type";
|
|
806
817
|
const _tA = "topicArn";
|
|
807
818
|
const _tBT = "tokenBasedTrigger";
|
|
808
819
|
const _tBTi = "timeBasedTrigger";
|
|
@@ -822,9 +833,9 @@ const _tRS = "targetResourceScope";
|
|
|
822
833
|
const _tS = "toolSchema";
|
|
823
834
|
const _tV = "targetVersion";
|
|
824
835
|
const _tVI = "tokenVaultId";
|
|
825
|
-
const _ta = "
|
|
836
|
+
const _ta = "tags";
|
|
837
|
+
const _tar = "targets";
|
|
826
838
|
const _te = "temperature";
|
|
827
|
-
const _ty = "type";
|
|
828
839
|
const _u = "uri";
|
|
829
840
|
const _uA = "updatedAt";
|
|
830
841
|
const _uPCO = "userPreferenceConsolidationOverride";
|
|
@@ -1070,9 +1081,14 @@ exports.ContainerConfiguration$ = [3, n0, _CCo,
|
|
|
1070
1081
|
[_cU],
|
|
1071
1082
|
[0], 1
|
|
1072
1083
|
];
|
|
1084
|
+
exports.ContentConfiguration$ = [3, n0, _CCon,
|
|
1085
|
+
0,
|
|
1086
|
+
[_t, _le],
|
|
1087
|
+
[0, 0], 1
|
|
1088
|
+
];
|
|
1073
1089
|
exports.CreateAgentRuntimeEndpointRequest$ = [3, n0, _CARER,
|
|
1074
1090
|
0,
|
|
1075
|
-
[_aRI, _n, _aRV, _d, _cTl,
|
|
1091
|
+
[_aRI, _n, _aRV, _d, _cTl, _ta],
|
|
1076
1092
|
[[0, 1], [() => EndpointName, 0], 0, 0, [0, 4], 128 | 0], 2
|
|
1077
1093
|
];
|
|
1078
1094
|
exports.CreateAgentRuntimeEndpointResponse$ = [3, n0, _CARERr,
|
|
@@ -1082,7 +1098,7 @@ exports.CreateAgentRuntimeEndpointResponse$ = [3, n0, _CARERr,
|
|
|
1082
1098
|
];
|
|
1083
1099
|
exports.CreateAgentRuntimeRequest$ = [3, n0, _CARR,
|
|
1084
1100
|
0,
|
|
1085
|
-
[_aRN, _aRAg, _rA, _nC, _cTl, _d, _aC, _rHC, _pC, _lC, _eV,
|
|
1101
|
+
[_aRN, _aRAg, _rA, _nC, _cTl, _d, _aC, _rHC, _pC, _lC, _eV, _ta],
|
|
1086
1102
|
[0, () => exports.AgentRuntimeArtifact$, 0, () => exports.NetworkConfiguration$, [0, 4], [() => Description, 0], () => exports.AuthorizerConfiguration$, () => exports.RequestHeaderConfiguration$, () => exports.ProtocolConfiguration$, () => exports.LifecycleConfiguration$, [() => EnvironmentVariablesMap, 0], 128 | 0], 4
|
|
1087
1103
|
];
|
|
1088
1104
|
exports.CreateAgentRuntimeResponse$ = [3, n0, _CARRr,
|
|
@@ -1092,7 +1108,7 @@ exports.CreateAgentRuntimeResponse$ = [3, n0, _CARRr,
|
|
|
1092
1108
|
];
|
|
1093
1109
|
exports.CreateApiKeyCredentialProviderRequest$ = [3, n0, _CAKCPR,
|
|
1094
1110
|
0,
|
|
1095
|
-
[_n, _aK,
|
|
1111
|
+
[_n, _aK, _ta],
|
|
1096
1112
|
[0, [() => ApiKeyType, 0], 128 | 0], 2
|
|
1097
1113
|
];
|
|
1098
1114
|
exports.CreateApiKeyCredentialProviderResponse$ = [3, n0, _CAKCPRr,
|
|
@@ -1102,7 +1118,7 @@ exports.CreateApiKeyCredentialProviderResponse$ = [3, n0, _CAKCPRr,
|
|
|
1102
1118
|
];
|
|
1103
1119
|
exports.CreateBrowserProfileRequest$ = [3, n0, _CBPR,
|
|
1104
1120
|
0,
|
|
1105
|
-
[_n, _d, _cTl,
|
|
1121
|
+
[_n, _d, _cTl, _ta],
|
|
1106
1122
|
[0, [() => Description, 0], [0, 4], 128 | 0], 1
|
|
1107
1123
|
];
|
|
1108
1124
|
exports.CreateBrowserProfileResponse$ = [3, n0, _CBPRr,
|
|
@@ -1112,7 +1128,7 @@ exports.CreateBrowserProfileResponse$ = [3, n0, _CBPRr,
|
|
|
1112
1128
|
];
|
|
1113
1129
|
exports.CreateBrowserRequest$ = [3, n0, _CBR,
|
|
1114
1130
|
0,
|
|
1115
|
-
[_n, _nC, _d, _eRA, _re, _bS, _cTl,
|
|
1131
|
+
[_n, _nC, _d, _eRA, _re, _bS, _cTl, _ta],
|
|
1116
1132
|
[0, () => exports.BrowserNetworkConfiguration$, [() => Description, 0], 0, () => exports.RecordingConfig$, () => exports.BrowserSigningConfigInput$, [0, 4], 128 | 0], 2
|
|
1117
1133
|
];
|
|
1118
1134
|
exports.CreateBrowserResponse$ = [3, n0, _CBRr,
|
|
@@ -1122,7 +1138,7 @@ exports.CreateBrowserResponse$ = [3, n0, _CBRr,
|
|
|
1122
1138
|
];
|
|
1123
1139
|
exports.CreateCodeInterpreterRequest$ = [3, n0, _CCIR,
|
|
1124
1140
|
0,
|
|
1125
|
-
[_n, _nC, _d, _eRA, _cTl,
|
|
1141
|
+
[_n, _nC, _d, _eRA, _cTl, _ta],
|
|
1126
1142
|
[0, () => exports.CodeInterpreterNetworkConfiguration$, [() => Description, 0], 0, [0, 4], 128 | 0], 2
|
|
1127
1143
|
];
|
|
1128
1144
|
exports.CreateCodeInterpreterResponse$ = [3, n0, _CCIRr,
|
|
@@ -1132,7 +1148,7 @@ exports.CreateCodeInterpreterResponse$ = [3, n0, _CCIRr,
|
|
|
1132
1148
|
];
|
|
1133
1149
|
exports.CreateEvaluatorRequest$ = [3, n0, _CER,
|
|
1134
1150
|
0,
|
|
1135
|
-
[_eNv, _eC, _le, _cTl, _d,
|
|
1151
|
+
[_eNv, _eC, _le, _cTl, _d, _ta],
|
|
1136
1152
|
[0, [() => exports.EvaluatorConfig$, 0], 0, [0, 4], [() => EvaluatorDescription, 0], 128 | 0], 3
|
|
1137
1153
|
];
|
|
1138
1154
|
exports.CreateEvaluatorResponse$ = [3, n0, _CERr,
|
|
@@ -1142,7 +1158,7 @@ exports.CreateEvaluatorResponse$ = [3, n0, _CERr,
|
|
|
1142
1158
|
];
|
|
1143
1159
|
exports.CreateGatewayRequest$ = [3, n0, _CGR,
|
|
1144
1160
|
0,
|
|
1145
|
-
[_n, _rA, _pT, _aT, _d, _cTl, _pC, _aC, _kKA, _iCn, _pEC, _eL,
|
|
1161
|
+
[_n, _rA, _pT, _aT, _d, _cTl, _pC, _aC, _kKA, _iCn, _pEC, _eL, _ta],
|
|
1146
1162
|
[[() => GatewayName, 0], 0, 0, 0, [() => GatewayDescription, 0], [0, 4], () => exports.GatewayProtocolConfiguration$, () => exports.AuthorizerConfiguration$, 0, () => GatewayInterceptorConfigurations, () => exports.GatewayPolicyEngineConfiguration$, 0, 128 | 0], 4
|
|
1147
1163
|
];
|
|
1148
1164
|
exports.CreateGatewayResponse$ = [3, n0, _CGRr,
|
|
@@ -1162,8 +1178,8 @@ exports.CreateGatewayTargetResponse$ = [3, n0, _CGTRr,
|
|
|
1162
1178
|
];
|
|
1163
1179
|
exports.CreateMemoryInput$ = [3, n0, _CMI,
|
|
1164
1180
|
0,
|
|
1165
|
-
[_n, _eED, _cTl, _d, _eKA, _mERA, _mS,
|
|
1166
|
-
[0, 1, [0, 4], [() => Description, 0], 0, 0, [() => MemoryStrategyInputList, 0], 128 | 0], 2
|
|
1181
|
+
[_n, _eED, _cTl, _d, _eKA, _mERA, _mS, _sDR, _ta],
|
|
1182
|
+
[0, 1, [0, 4], [() => Description, 0], 0, 0, [() => MemoryStrategyInputList, 0], () => exports.StreamDeliveryResources$, 128 | 0], 2
|
|
1167
1183
|
];
|
|
1168
1184
|
exports.CreateMemoryOutput$ = [3, n0, _CMO,
|
|
1169
1185
|
0,
|
|
@@ -1172,7 +1188,7 @@ exports.CreateMemoryOutput$ = [3, n0, _CMO,
|
|
|
1172
1188
|
];
|
|
1173
1189
|
exports.CreateOauth2CredentialProviderRequest$ = [3, n0, _COCPR,
|
|
1174
1190
|
0,
|
|
1175
|
-
[_n, _cPV, _oPCI,
|
|
1191
|
+
[_n, _cPV, _oPCI, _ta],
|
|
1176
1192
|
[0, 0, [() => exports.Oauth2ProviderConfigInput$, 0], 128 | 0], 3
|
|
1177
1193
|
];
|
|
1178
1194
|
exports.CreateOauth2CredentialProviderResponse$ = [3, n0, _COCPRr,
|
|
@@ -1182,7 +1198,7 @@ exports.CreateOauth2CredentialProviderResponse$ = [3, n0, _COCPRr,
|
|
|
1182
1198
|
];
|
|
1183
1199
|
exports.CreateOnlineEvaluationConfigRequest$ = [3, n0, _COECR,
|
|
1184
1200
|
0,
|
|
1185
|
-
[_oECN, _rul, _dSC, _ev, _eERA, _eOC, _cTl, _d,
|
|
1201
|
+
[_oECN, _rul, _dSC, _ev, _eERA, _eOC, _cTl, _d, _ta],
|
|
1186
1202
|
[0, () => exports.Rule$, () => exports.DataSourceConfig$, () => EvaluatorList, 0, 2, [0, 4], [() => EvaluationConfigDescription, 0], 128 | 0], 6
|
|
1187
1203
|
];
|
|
1188
1204
|
exports.CreateOnlineEvaluationConfigResponse$ = [3, n0, _COECRr,
|
|
@@ -1192,7 +1208,7 @@ exports.CreateOnlineEvaluationConfigResponse$ = [3, n0, _COECRr,
|
|
|
1192
1208
|
];
|
|
1193
1209
|
exports.CreatePolicyEngineRequest$ = [3, n0, _CPER,
|
|
1194
1210
|
0,
|
|
1195
|
-
[_n, _d, _cTl, _eKA,
|
|
1211
|
+
[_n, _d, _cTl, _eKA, _ta],
|
|
1196
1212
|
[0, [() => Description, 0], [0, 4], 0, 128 | 0], 1
|
|
1197
1213
|
];
|
|
1198
1214
|
exports.CreatePolicyEngineResponse$ = [3, n0, _CPERr,
|
|
@@ -1212,7 +1228,7 @@ exports.CreatePolicyResponse$ = [3, n0, _CPRr,
|
|
|
1212
1228
|
];
|
|
1213
1229
|
exports.CreateWorkloadIdentityRequest$ = [3, n0, _CWIR,
|
|
1214
1230
|
0,
|
|
1215
|
-
[_n, _aRORU,
|
|
1231
|
+
[_n, _aRORU, _ta],
|
|
1216
1232
|
[0, 64 | 0, 128 | 0], 1
|
|
1217
1233
|
];
|
|
1218
1234
|
exports.CreateWorkloadIdentityResponse$ = [3, n0, _CWIRr,
|
|
@@ -1477,7 +1493,7 @@ exports.Filter$ = [3, n0, _F,
|
|
|
1477
1493
|
];
|
|
1478
1494
|
exports.Finding$ = [3, n0, _Fi,
|
|
1479
1495
|
0,
|
|
1480
|
-
[
|
|
1496
|
+
[_t, _d],
|
|
1481
1497
|
[0, 0]
|
|
1482
1498
|
];
|
|
1483
1499
|
exports.GatewayApiKeyCredentialProvider$ = [3, n0, _GAKCP,
|
|
@@ -1735,6 +1751,11 @@ exports.InvocationConfigurationInput$ = [3, n0, _ICI,
|
|
|
1735
1751
|
[_tA, _pDBN],
|
|
1736
1752
|
[0, 0], 2
|
|
1737
1753
|
];
|
|
1754
|
+
exports.KinesisResource$ = [3, n0, _KR,
|
|
1755
|
+
0,
|
|
1756
|
+
[_dSA, _cCo],
|
|
1757
|
+
[0, () => ContentConfigurationList], 2
|
|
1758
|
+
];
|
|
1738
1759
|
exports.KmsConfiguration$ = [3, n0, _KC,
|
|
1739
1760
|
0,
|
|
1740
1761
|
[_kT, _kKA],
|
|
@@ -1812,8 +1833,8 @@ exports.ListBrowserProfilesResponse$ = [3, n0, _LBPRi,
|
|
|
1812
1833
|
];
|
|
1813
1834
|
exports.ListBrowsersRequest$ = [3, n0, _LBR,
|
|
1814
1835
|
0,
|
|
1815
|
-
[_mR, _nT,
|
|
1816
|
-
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [0, { [_hQ]:
|
|
1836
|
+
[_mR, _nT, _t],
|
|
1837
|
+
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [0, { [_hQ]: _t }]]
|
|
1817
1838
|
];
|
|
1818
1839
|
exports.ListBrowsersResponse$ = [3, n0, _LBRi,
|
|
1819
1840
|
0,
|
|
@@ -1822,8 +1843,8 @@ exports.ListBrowsersResponse$ = [3, n0, _LBRi,
|
|
|
1822
1843
|
];
|
|
1823
1844
|
exports.ListCodeInterpretersRequest$ = [3, n0, _LCIR,
|
|
1824
1845
|
0,
|
|
1825
|
-
[_mR, _nT,
|
|
1826
|
-
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [0, { [_hQ]:
|
|
1846
|
+
[_mR, _nT, _t],
|
|
1847
|
+
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [0, { [_hQ]: _t }]]
|
|
1827
1848
|
];
|
|
1828
1849
|
exports.ListCodeInterpretersResponse$ = [3, n0, _LCIRi,
|
|
1829
1850
|
0,
|
|
@@ -1937,7 +1958,7 @@ exports.ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
|
1937
1958
|
];
|
|
1938
1959
|
exports.ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
1939
1960
|
0,
|
|
1940
|
-
[
|
|
1961
|
+
[_ta],
|
|
1941
1962
|
[128 | 0]
|
|
1942
1963
|
];
|
|
1943
1964
|
exports.ListWorkloadIdentitiesRequest$ = [3, n0, _LWIR,
|
|
@@ -1972,12 +1993,12 @@ exports.McpServerTargetConfiguration$ = [3, n0, _MSTC,
|
|
|
1972
1993
|
];
|
|
1973
1994
|
exports.Memory$ = [3, n0, _M,
|
|
1974
1995
|
0,
|
|
1975
|
-
[_a, _i, _n, _eED, _st, _cA, _uA, _d, _eKA, _mERA, _fR, _str],
|
|
1976
|
-
[0, 0, 0, 1, 0, 4, 4, [() => Description, 0], 0, 0, 0, [() => MemoryStrategyList, 0]], 7
|
|
1996
|
+
[_a, _i, _n, _eED, _st, _cA, _uA, _d, _eKA, _mERA, _fR, _str, _sDR],
|
|
1997
|
+
[0, 0, 0, 1, 0, 4, 4, [() => Description, 0], 0, 0, 0, [() => MemoryStrategyList, 0], () => exports.StreamDeliveryResources$], 7
|
|
1977
1998
|
];
|
|
1978
1999
|
exports.MemoryStrategy$ = [3, n0, _MS,
|
|
1979
2000
|
0,
|
|
1980
|
-
[_sI, _n,
|
|
2001
|
+
[_sI, _n, _t, _na, _d, _con, _cA, _uA, _st],
|
|
1981
2002
|
[0, 0, 0, 64 | 0, [() => Description, 0], [() => exports.StrategyConfiguration$, 0], 4, 4, 0], 4
|
|
1982
2003
|
];
|
|
1983
2004
|
exports.MemorySummary$ = [3, n0, _MSe,
|
|
@@ -2152,7 +2173,7 @@ exports.SamplingConfig$ = [3, n0, _SCa,
|
|
|
2152
2173
|
];
|
|
2153
2174
|
exports.SchemaDefinition$ = [3, n0, _SD,
|
|
2154
2175
|
0,
|
|
2155
|
-
[
|
|
2176
|
+
[_t, _pro, _req, _it, _d],
|
|
2156
2177
|
[0, () => SchemaProperties, 64 | 0, () => exports.SchemaDefinition$, 0], 1
|
|
2157
2178
|
];
|
|
2158
2179
|
exports.Secret$ = [3, n0, _S,
|
|
@@ -2237,9 +2258,14 @@ exports.StartPolicyGenerationResponse$ = [3, n0, _SPGRt,
|
|
|
2237
2258
|
];
|
|
2238
2259
|
exports.StrategyConfiguration$ = [3, n0, _SCt,
|
|
2239
2260
|
0,
|
|
2240
|
-
[
|
|
2261
|
+
[_t, _ex, _cons, _ref, _sMC],
|
|
2241
2262
|
[0, [() => exports.ExtractionConfiguration$, 0], [() => exports.ConsolidationConfiguration$, 0], [() => exports.ReflectionConfiguration$, 0], () => exports.SelfManagedConfiguration$]
|
|
2242
2263
|
];
|
|
2264
|
+
exports.StreamDeliveryResources$ = [3, n0, _SDR,
|
|
2265
|
+
0,
|
|
2266
|
+
[_reso],
|
|
2267
|
+
[() => StreamDeliveryResourcesList], 1
|
|
2268
|
+
];
|
|
2243
2269
|
exports.SummaryConsolidationOverride$ = [3, n0, _SCOu,
|
|
2244
2270
|
0,
|
|
2245
2271
|
[_aTP, _mI],
|
|
@@ -2267,12 +2293,12 @@ exports.SynchronizeGatewayTargetsRequest$ = [3, n0, _SGTR,
|
|
|
2267
2293
|
];
|
|
2268
2294
|
exports.SynchronizeGatewayTargetsResponse$ = [3, n0, _SGTRy,
|
|
2269
2295
|
0,
|
|
2270
|
-
[
|
|
2296
|
+
[_tar],
|
|
2271
2297
|
[[() => GatewayTargetList, 0]]
|
|
2272
2298
|
];
|
|
2273
2299
|
exports.TagResourceRequest$ = [3, n0, _TRR,
|
|
2274
2300
|
0,
|
|
2275
|
-
[_rAe,
|
|
2301
|
+
[_rAe, _ta],
|
|
2276
2302
|
[[0, 1], 128 | 0], 2
|
|
2277
2303
|
];
|
|
2278
2304
|
exports.TagResourceResponse$ = [3, n0, _TRRa,
|
|
@@ -2387,8 +2413,8 @@ exports.UpdateGatewayTargetResponse$ = [3, n0, _UGTRp,
|
|
|
2387
2413
|
];
|
|
2388
2414
|
exports.UpdateMemoryInput$ = [3, n0, _UMI,
|
|
2389
2415
|
0,
|
|
2390
|
-
[_mIe, _cTl, _d, _eED, _mERA, _mS],
|
|
2391
|
-
[[0, 1], [0, 4], [() => Description, 0], 1, 0, [() => exports.ModifyMemoryStrategies$, 0]], 1
|
|
2416
|
+
[_mIe, _cTl, _d, _eED, _mERA, _mS, _sDR],
|
|
2417
|
+
[[0, 1], [0, 4], [() => Description, 0], 1, 0, [() => exports.ModifyMemoryStrategies$, 0], () => exports.StreamDeliveryResources$], 1
|
|
2392
2418
|
];
|
|
2393
2419
|
exports.UpdateMemoryOutput$ = [3, n0, _UMO,
|
|
2394
2420
|
0,
|
|
@@ -2533,6 +2559,9 @@ var CodeInterpreterSummaries = [1, n0, _CISo,
|
|
|
2533
2559
|
0, [() => exports.CodeInterpreterSummary$,
|
|
2534
2560
|
0]
|
|
2535
2561
|
];
|
|
2562
|
+
var ContentConfigurationList = [1, n0, _CCL,
|
|
2563
|
+
0, () => exports.ContentConfiguration$
|
|
2564
|
+
];
|
|
2536
2565
|
var CredentialProviderConfigurations = [1, n0, _CPCr,
|
|
2537
2566
|
0, [() => exports.CredentialProviderConfiguration$,
|
|
2538
2567
|
0]
|
|
@@ -2623,6 +2652,9 @@ var RestApiMethods = 64 | 0;
|
|
|
2623
2652
|
var SecurityGroups = 64 | 0;
|
|
2624
2653
|
var ServiceNamesList = 64 | 0;
|
|
2625
2654
|
var StatusReasons = 64 | 0;
|
|
2655
|
+
var StreamDeliveryResourcesList = [1, n0, _SDRL,
|
|
2656
|
+
0, () => exports.StreamDeliveryResource$
|
|
2657
|
+
];
|
|
2626
2658
|
var Subnets = 64 | 0;
|
|
2627
2659
|
var TagKeyList = 64 | 0;
|
|
2628
2660
|
var TargetIdList = 64 | 0;
|
|
@@ -2661,7 +2693,7 @@ var SchemaProperties = [2, n0, _SP,
|
|
|
2661
2693
|
var TagsMap = 128 | 0;
|
|
2662
2694
|
exports.AgentRuntimeArtifact$ = [4, n0, _ARA,
|
|
2663
2695
|
0,
|
|
2664
|
-
[
|
|
2696
|
+
[_cCon, _cCod],
|
|
2665
2697
|
[() => exports.ContainerConfiguration$, () => exports.CodeConfiguration$]
|
|
2666
2698
|
];
|
|
2667
2699
|
exports.ApiSchemaConfiguration$ = [4, n0, _ASC,
|
|
@@ -2684,7 +2716,7 @@ exports.Code$ = [4, n0, _C,
|
|
|
2684
2716
|
[_s_],
|
|
2685
2717
|
[() => exports.S3Location$]
|
|
2686
2718
|
];
|
|
2687
|
-
exports.ConsolidationConfiguration$ = [4, n0,
|
|
2719
|
+
exports.ConsolidationConfiguration$ = [4, n0, _CCons,
|
|
2688
2720
|
0,
|
|
2689
2721
|
[_cCC],
|
|
2690
2722
|
[[() => exports.CustomConsolidationConfiguration$, 0]]
|
|
@@ -2839,6 +2871,11 @@ exports.Resource$ = [4, n0, _Re,
|
|
|
2839
2871
|
[_a],
|
|
2840
2872
|
[0]
|
|
2841
2873
|
];
|
|
2874
|
+
exports.StreamDeliveryResource$ = [4, n0, _SDRt,
|
|
2875
|
+
0,
|
|
2876
|
+
[_ki],
|
|
2877
|
+
[() => exports.KinesisResource$]
|
|
2878
|
+
];
|
|
2842
2879
|
exports.TargetConfiguration$ = [4, n0, _TC,
|
|
2843
2880
|
0,
|
|
2844
2881
|
[_mc],
|
package/dist-es/models/enums.js
CHANGED
|
@@ -172,6 +172,13 @@ export const KeyType = {
|
|
|
172
172
|
CustomerManagedKey: "CustomerManagedKey",
|
|
173
173
|
ServiceManagedKey: "ServiceManagedKey",
|
|
174
174
|
};
|
|
175
|
+
export const ContentLevel = {
|
|
176
|
+
FULL_CONTENT: "FULL_CONTENT",
|
|
177
|
+
METADATA_ONLY: "METADATA_ONLY",
|
|
178
|
+
};
|
|
179
|
+
export const ContentType = {
|
|
180
|
+
MEMORY_RECORDS: "MEMORY_RECORDS",
|
|
181
|
+
};
|
|
175
182
|
export const MemoryStatus = {
|
|
176
183
|
ACTIVE: "ACTIVE",
|
|
177
184
|
CREATING: "CREATING",
|