@aws-sdk/client-bedrock-agentcore 3.1012.0 → 3.1013.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 +5 -0
- package/dist-cjs/schemas/schemas_0.js +55 -20
- package/dist-es/models/enums.js +4 -0
- package/dist-es/schemas/schemas_0.js +51 -16
- package/dist-types/commands/GetBrowserSessionCommand.d.ts +21 -0
- package/dist-types/commands/GetCodeInterpreterSessionCommand.d.ts +9 -0
- package/dist-types/commands/StartBrowserSessionCommand.d.ts +21 -0
- package/dist-types/commands/StartCodeInterpreterSessionCommand.d.ts +9 -0
- package/dist-types/models/enums.d.ts +12 -0
- package/dist-types/models/models_0.d.ts +102 -1
- package/dist-types/schemas/schemas_0.d.ts +4 -0
- package/dist-types/ts3.4/models/enums.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +34 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +4 -0
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -641,6 +641,10 @@ const CommandExecutionStatus = {
|
|
|
641
641
|
COMPLETED: "COMPLETED",
|
|
642
642
|
TIMED_OUT: "TIMED_OUT",
|
|
643
643
|
};
|
|
644
|
+
const BrowserEnterprisePolicyType = {
|
|
645
|
+
MANAGED: "MANAGED",
|
|
646
|
+
RECOMMENDED: "RECOMMENDED",
|
|
647
|
+
};
|
|
644
648
|
const BrowserSessionStatus = {
|
|
645
649
|
READY: "READY",
|
|
646
650
|
TERMINATED: "TERMINATED",
|
|
@@ -722,6 +726,7 @@ exports.BatchDeleteMemoryRecordsCommand = BatchDeleteMemoryRecordsCommand;
|
|
|
722
726
|
exports.BatchUpdateMemoryRecordsCommand = BatchUpdateMemoryRecordsCommand;
|
|
723
727
|
exports.BedrockAgentCore = BedrockAgentCore;
|
|
724
728
|
exports.BedrockAgentCoreClient = BedrockAgentCoreClient;
|
|
729
|
+
exports.BrowserEnterprisePolicyType = BrowserEnterprisePolicyType;
|
|
725
730
|
exports.BrowserSessionStatus = BrowserSessionStatus;
|
|
726
731
|
exports.CodeInterpreterSessionStatus = CodeInterpreterSessionStatus;
|
|
727
732
|
exports.CommandExecutionStatus = CommandExecutionStatus;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.UpdateBrowserStream$ = exports.StopRuntimeSession$ = exports.StopCodeInterpreterSession$ = exports.StopBrowserSession$ = exports.StartMemoryExtractionJob$ = exports.StartCodeInterpreterSession$ = exports.StartBrowserSession$ = exports.SaveBrowserSessionProfile$ = exports.RetrieveMemoryRecords$ = exports.ListSessions$ = exports.ListMemoryRecords$ = exports.ListMemoryExtractionJobs$ = exports.ListEvents$ = exports.ListCodeInterpreterSessions$ = exports.ListBrowserSessions$ = exports.ListActors$ = exports.InvokeCodeInterpreter$ = exports.InvokeAgentRuntimeCommand$ = exports.InvokeAgentRuntime$ = exports.GetWorkloadAccessTokenForUserId$ = exports.GetWorkloadAccessTokenForJWT$ = exports.GetWorkloadAccessToken$ = exports.GetResourceOauth2Token$ = exports.GetResourceApiKey$ = exports.GetMemoryRecord$ = exports.GetEvent$ = exports.GetCodeInterpreterSession$ = exports.GetBrowserSession$ = exports.GetAgentCard$ = exports.Evaluate$ = exports.DeleteMemoryRecord$ = exports.DeleteEvent$ = exports.CreateEvent$ = exports.CompleteResourceTokenAuth$ = exports.BatchUpdateMemoryRecords$ = exports.BatchDeleteMemoryRecords$ = exports.BatchCreateMemoryRecords$ = exports.UserIdentifier$ = exports.StreamUpdate$ = exports.RightExpression$ = exports.ResourceLocation$ = exports.ProxyCredentials$ = exports.Proxy$ = void 0;
|
|
3
|
+
exports.EvaluateRequest$ = exports.DeleteMemoryRecordOutput$ = exports.DeleteMemoryRecordInput$ = exports.DeleteEventOutput$ = exports.DeleteEventInput$ = exports.CreateEventOutput$ = exports.CreateEventInput$ = exports.Conversational$ = exports.ContentStopEvent$ = exports.ContentStartEvent$ = exports.ContentDeltaEvent$ = exports.ContentBlock$ = exports.CompleteResourceTokenAuthResponse$ = exports.CompleteResourceTokenAuthRequest$ = exports.CodeInterpreterSessionSummary$ = exports.CodeInterpreterResult$ = exports.Certificate$ = exports.BrowserSessionSummary$ = exports.BrowserSessionStream$ = exports.BrowserProfileConfiguration$ = exports.BrowserExtension$ = exports.BrowserEnterprisePolicy$ = exports.BranchFilter$ = exports.Branch$ = exports.BatchUpdateMemoryRecordsOutput$ = exports.BatchUpdateMemoryRecordsInput$ = exports.BatchDeleteMemoryRecordsOutput$ = exports.BatchDeleteMemoryRecordsInput$ = exports.BatchCreateMemoryRecordsOutput$ = exports.BatchCreateMemoryRecordsInput$ = exports.BasicAuth$ = exports.AutomationStreamUpdate$ = exports.AutomationStream$ = exports.ActorSummary$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.UnauthorizedException$ = exports.ThrottlingException$ = exports.ThrottledException$ = exports.ServiceQuotaExceededException$ = exports.ServiceException$ = exports.RuntimeClientError$ = exports.RetryableConflictException$ = exports.ResourceNotFoundException$ = exports.InvalidInputException$ = exports.InternalServerException$ = exports.DuplicateIdException$ = exports.ConflictException$ = exports.AccessDeniedException$ = exports.BedrockAgentCoreServiceException$ = void 0;
|
|
4
|
+
exports.ListSessionsInput$ = exports.ListMemoryRecordsOutput$ = exports.ListMemoryRecordsInput$ = exports.ListMemoryExtractionJobsOutput$ = exports.ListMemoryExtractionJobsInput$ = exports.ListEventsOutput$ = exports.ListEventsInput$ = exports.ListCodeInterpreterSessionsResponse$ = exports.ListCodeInterpreterSessionsRequest$ = exports.ListBrowserSessionsResponse$ = exports.ListBrowserSessionsRequest$ = exports.ListActorsOutput$ = exports.ListActorsInput$ = exports.InvokeCodeInterpreterResponse$ = exports.InvokeCodeInterpreterRequest$ = exports.InvokeAgentRuntimeResponse$ = exports.InvokeAgentRuntimeRequest$ = exports.InvokeAgentRuntimeCommandResponse$ = exports.InvokeAgentRuntimeCommandRequestBody$ = exports.InvokeAgentRuntimeCommandRequest$ = exports.InputContentBlock$ = exports.GetWorkloadAccessTokenResponse$ = exports.GetWorkloadAccessTokenRequest$ = exports.GetWorkloadAccessTokenForUserIdResponse$ = exports.GetWorkloadAccessTokenForUserIdRequest$ = exports.GetWorkloadAccessTokenForJWTResponse$ = exports.GetWorkloadAccessTokenForJWTRequest$ = exports.GetResourceOauth2TokenResponse$ = exports.GetResourceOauth2TokenRequest$ = exports.GetResourceApiKeyResponse$ = exports.GetResourceApiKeyRequest$ = exports.GetMemoryRecordOutput$ = exports.GetMemoryRecordInput$ = exports.GetEventOutput$ = exports.GetEventInput$ = exports.GetCodeInterpreterSessionResponse$ = exports.GetCodeInterpreterSessionRequest$ = exports.GetBrowserSessionResponse$ = exports.GetBrowserSessionRequest$ = exports.GetAgentCardResponse$ = exports.GetAgentCardRequest$ = exports.FilterInput$ = exports.ExtractionJobMetadata$ = exports.ExtractionJobFilterInput$ = exports.ExtractionJob$ = exports.ExternalProxy$ = exports.EventMetadataFilterExpression$ = exports.Event$ = exports.EvaluationResultContent$ = exports.EvaluateResponse$ = void 0;
|
|
5
|
+
exports.InvokeAgentRuntimeCommandStreamOutput$ = exports.ExtractionJobMessages$ = exports.EvaluationTarget$ = exports.EvaluationInput$ = exports.Context$ = exports.Content$ = exports.CodeInterpreterStreamOutput$ = exports.CertificateLocation$ = exports.ViewPort$ = exports.ValidationExceptionField$ = exports.UpdateBrowserStreamResponse$ = exports.UpdateBrowserStreamRequest$ = exports.ToolResultStructuredContent$ = exports.ToolArguments$ = exports.TokenUsage$ = exports.StopRuntimeSessionResponse$ = exports.StopRuntimeSessionRequest$ = exports.StopCodeInterpreterSessionResponse$ = exports.StopCodeInterpreterSessionRequest$ = exports.StopBrowserSessionResponse$ = exports.StopBrowserSessionRequest$ = exports.StartMemoryExtractionJobOutput$ = exports.StartMemoryExtractionJobInput$ = exports.StartCodeInterpreterSessionResponse$ = exports.StartCodeInterpreterSessionRequest$ = exports.StartBrowserSessionResponse$ = exports.StartBrowserSessionRequest$ = exports.SpanContext$ = exports.SessionSummary$ = exports.SecretsManagerLocation$ = exports.SearchCriteria$ = exports.SaveBrowserSessionProfileResponse$ = exports.SaveBrowserSessionProfileRequest$ = exports.S3Location$ = exports.RetrieveMemoryRecordsOutput$ = exports.RetrieveMemoryRecordsInput$ = exports.ResponseChunk$ = exports.ResourceContent$ = exports.ProxyConfiguration$ = exports.ProxyBypass$ = exports.MessageMetadata$ = exports.MemoryRecordUpdateInput$ = exports.MemoryRecordSummary$ = exports.MemoryRecordOutput$ = exports.MemoryRecordDeleteInput$ = exports.MemoryRecordCreateInput$ = exports.MemoryRecord$ = exports.MemoryMetadataFilterExpression$ = exports.LiveViewStream$ = exports.ListSessionsOutput$ = void 0;
|
|
6
|
+
exports.UpdateBrowserStream$ = exports.StopRuntimeSession$ = exports.StopCodeInterpreterSession$ = exports.StopBrowserSession$ = exports.StartMemoryExtractionJob$ = exports.StartCodeInterpreterSession$ = exports.StartBrowserSession$ = exports.SaveBrowserSessionProfile$ = exports.RetrieveMemoryRecords$ = exports.ListSessions$ = exports.ListMemoryRecords$ = exports.ListMemoryExtractionJobs$ = exports.ListEvents$ = exports.ListCodeInterpreterSessions$ = exports.ListBrowserSessions$ = exports.ListActors$ = exports.InvokeCodeInterpreter$ = exports.InvokeAgentRuntimeCommand$ = exports.InvokeAgentRuntime$ = exports.GetWorkloadAccessTokenForUserId$ = exports.GetWorkloadAccessTokenForJWT$ = exports.GetWorkloadAccessToken$ = exports.GetResourceOauth2Token$ = exports.GetResourceApiKey$ = exports.GetMemoryRecord$ = exports.GetEvent$ = exports.GetCodeInterpreterSession$ = exports.GetBrowserSession$ = exports.GetAgentCard$ = exports.Evaluate$ = exports.DeleteMemoryRecord$ = exports.DeleteEvent$ = exports.CreateEvent$ = exports.CompleteResourceTokenAuth$ = exports.BatchUpdateMemoryRecords$ = exports.BatchDeleteMemoryRecords$ = exports.BatchCreateMemoryRecords$ = exports.UserIdentifier$ = exports.StreamUpdate$ = exports.RightExpression$ = exports.ResourceLocation$ = exports.ProxyCredentials$ = exports.Proxy$ = exports.PayloadType$ = exports.MetadataValue$ = exports.MemoryContent$ = exports.LeftExpression$ = void 0;
|
|
7
7
|
const _A = "Accept";
|
|
8
8
|
const _ADE = "AccessDeniedException";
|
|
9
9
|
const _AKT = "ApiKeyType";
|
|
@@ -22,6 +22,8 @@ const _BDMR = "BatchDeleteMemoryRecords";
|
|
|
22
22
|
const _BDMRI = "BatchDeleteMemoryRecordsInput";
|
|
23
23
|
const _BDMRO = "BatchDeleteMemoryRecordsOutput";
|
|
24
24
|
const _BE = "BrowserExtension";
|
|
25
|
+
const _BEP = "BrowserEnterprisePolicy";
|
|
26
|
+
const _BEPr = "BrowserEnterprisePolicies";
|
|
25
27
|
const _BEr = "BrowserExtensions";
|
|
26
28
|
const _BF = "BranchFilter";
|
|
27
29
|
const _BPC = "BrowserProfileConfiguration";
|
|
@@ -32,7 +34,7 @@ const _BUMR = "BatchUpdateMemoryRecords";
|
|
|
32
34
|
const _BUMRI = "BatchUpdateMemoryRecordsInput";
|
|
33
35
|
const _BUMRO = "BatchUpdateMemoryRecordsOutput";
|
|
34
36
|
const _Br = "Branch";
|
|
35
|
-
const _C = "
|
|
37
|
+
const _C = "Certificate";
|
|
36
38
|
const _CB = "ContentBlock";
|
|
37
39
|
const _CBL = "ContentBlockList";
|
|
38
40
|
const _CDE = "ContentDeltaEvent";
|
|
@@ -44,6 +46,7 @@ const _CIR = "CodeInterpreterResult";
|
|
|
44
46
|
const _CISO = "CodeInterpreterStreamOutput";
|
|
45
47
|
const _CISS = "CodeInterpreterSessionSummary";
|
|
46
48
|
const _CISSo = "CodeInterpreterSessionSummaries";
|
|
49
|
+
const _CL = "CertificateLocation";
|
|
47
50
|
const _CRPT = "CustomRequestParametersType";
|
|
48
51
|
const _CRTA = "CompleteResourceTokenAuth";
|
|
49
52
|
const _CRTAR = "CompleteResourceTokenAuthRequest";
|
|
@@ -52,8 +55,10 @@ const _CRVT = "CustomRequestValueType";
|
|
|
52
55
|
const _CSE = "ContentStartEvent";
|
|
53
56
|
const _CSEo = "ContentStopEvent";
|
|
54
57
|
const _CT = "Content-Type";
|
|
55
|
-
const
|
|
56
|
-
const
|
|
58
|
+
const _Ce = "Certificates";
|
|
59
|
+
const _Co = "Conversational";
|
|
60
|
+
const _Con = "Content";
|
|
61
|
+
const _Cont = "Context";
|
|
57
62
|
const _D = "Document";
|
|
58
63
|
const _DE = "DeleteEvent";
|
|
59
64
|
const _DEI = "DeleteEventInput";
|
|
@@ -210,6 +215,7 @@ const _SL = "S3Location";
|
|
|
210
215
|
const _SMEJ = "StartMemoryExtractionJob";
|
|
211
216
|
const _SMEJI = "StartMemoryExtractionJobInput";
|
|
212
217
|
const _SMEJO = "StartMemoryExtractionJobOutput";
|
|
218
|
+
const _SML = "SecretsManagerLocation";
|
|
213
219
|
const _SQEE = "ServiceQuotaExceededException";
|
|
214
220
|
const _SRS = "StopRuntimeSession";
|
|
215
221
|
const _SRSR = "StopRuntimeSessionRequest";
|
|
@@ -271,6 +277,7 @@ const _cSo = "contentStart";
|
|
|
271
277
|
const _cSon = "contentStop";
|
|
272
278
|
const _cT = "clientToken";
|
|
273
279
|
const _cTo = "contentType";
|
|
280
|
+
const _ce = "certificates";
|
|
274
281
|
const _ch = "chunk";
|
|
275
282
|
const _co = "content";
|
|
276
283
|
const _cod = "code";
|
|
@@ -293,7 +300,8 @@ const _eJ = "extractionJob";
|
|
|
293
300
|
const _eM = "errorMessage";
|
|
294
301
|
const _eMv = "eventMetadata";
|
|
295
302
|
const _eN = "evaluatorName";
|
|
296
|
-
const _eP = "
|
|
303
|
+
const _eP = "enterprisePolicies";
|
|
304
|
+
const _ePx = "externalProxy";
|
|
297
305
|
const _eR = "evaluationResults";
|
|
298
306
|
const _eT = "eventTimestamp";
|
|
299
307
|
const _eTv = "evaluationTarget";
|
|
@@ -388,6 +396,7 @@ const _sI = "sessionId";
|
|
|
388
396
|
const _sIp = "spanId";
|
|
389
397
|
const _sIpa = "spanIds";
|
|
390
398
|
const _sIt = "strategyId";
|
|
399
|
+
const _sM = "secretsManager";
|
|
391
400
|
const _sQ = "searchQuery";
|
|
392
401
|
const _sQEE = "serviceQuotaExceededException";
|
|
393
402
|
const _sR = "successfulRecords";
|
|
@@ -610,6 +619,11 @@ exports.BranchFilter$ = [3, n0, _BF,
|
|
|
610
619
|
[_n, _iPB],
|
|
611
620
|
[0, 2], 1
|
|
612
621
|
];
|
|
622
|
+
exports.BrowserEnterprisePolicy$ = [3, n0, _BEP,
|
|
623
|
+
0,
|
|
624
|
+
[_l, _t],
|
|
625
|
+
[() => exports.ResourceLocation$, 0], 1
|
|
626
|
+
];
|
|
613
627
|
exports.BrowserExtension$ = [3, n0, _BE,
|
|
614
628
|
0,
|
|
615
629
|
[_l],
|
|
@@ -630,6 +644,11 @@ exports.BrowserSessionSummary$ = [3, n0, _BSSr,
|
|
|
630
644
|
[_bI, _sI, _sta, _cA, _n, _lUA],
|
|
631
645
|
[0, 0, 0, 5, 0, 5], 4
|
|
632
646
|
];
|
|
647
|
+
exports.Certificate$ = [3, n0, _C,
|
|
648
|
+
0,
|
|
649
|
+
[_l],
|
|
650
|
+
[() => exports.CertificateLocation$], 1
|
|
651
|
+
];
|
|
633
652
|
exports.CodeInterpreterResult$ = [3, n0, _CIR,
|
|
634
653
|
0,
|
|
635
654
|
[_co, _sC, _iE],
|
|
@@ -670,7 +689,7 @@ exports.ContentStopEvent$ = [3, n0, _CSEo,
|
|
|
670
689
|
[_eC, _sta],
|
|
671
690
|
[1, 0], 2
|
|
672
691
|
];
|
|
673
|
-
exports.Conversational$ = [3, n0,
|
|
692
|
+
exports.Conversational$ = [3, n0, _Co,
|
|
674
693
|
0,
|
|
675
694
|
[_co, _ro],
|
|
676
695
|
[[() => exports.Content$, 0], 0], 2
|
|
@@ -772,8 +791,8 @@ exports.GetBrowserSessionRequest$ = [3, n0, _GBSR,
|
|
|
772
791
|
];
|
|
773
792
|
exports.GetBrowserSessionResponse$ = [3, n0, _GBSRe,
|
|
774
793
|
0,
|
|
775
|
-
[_bI, _sI, _cA, _n, _vP, _ext, _pC, _sTS, _sta, _str, _pCr, _sRA, _lUA],
|
|
776
|
-
[0, 0, 5, 0, () => exports.ViewPort$, () => BrowserExtensions, () => exports.BrowserProfileConfiguration$, 1, 0, () => exports.BrowserSessionStream$, () => exports.ProxyConfiguration$, 0, 5], 3
|
|
794
|
+
[_bI, _sI, _cA, _n, _vP, _ext, _eP, _pC, _sTS, _sta, _str, _pCr, _ce, _sRA, _lUA],
|
|
795
|
+
[0, 0, 5, 0, () => exports.ViewPort$, () => BrowserExtensions, () => BrowserEnterprisePolicies, () => exports.BrowserProfileConfiguration$, 1, 0, () => exports.BrowserSessionStream$, () => exports.ProxyConfiguration$, () => Certificates, 0, 5], 3
|
|
777
796
|
];
|
|
778
797
|
exports.GetCodeInterpreterSessionRequest$ = [3, n0, _GCISR,
|
|
779
798
|
0,
|
|
@@ -782,8 +801,8 @@ exports.GetCodeInterpreterSessionRequest$ = [3, n0, _GCISR,
|
|
|
782
801
|
];
|
|
783
802
|
exports.GetCodeInterpreterSessionResponse$ = [3, n0, _GCISRe,
|
|
784
803
|
0,
|
|
785
|
-
[_cII, _sI, _cA, _n, _sTS, _sta],
|
|
786
|
-
[0, 0, 5, 0, 1, 0], 3
|
|
804
|
+
[_cII, _sI, _cA, _n, _sTS, _sta, _ce],
|
|
805
|
+
[0, 0, 5, 0, 1, 0, () => Certificates], 3
|
|
787
806
|
];
|
|
788
807
|
exports.GetEventInput$ = [3, n0, _GEI,
|
|
789
808
|
0,
|
|
@@ -1060,6 +1079,11 @@ exports.SearchCriteria$ = [3, n0, _SC,
|
|
|
1060
1079
|
[_sQ, _mSIe, _tK, _mF],
|
|
1061
1080
|
[[() => SensitiveString, 0], 0, 1, () => MemoryMetadataFilterList], 1
|
|
1062
1081
|
];
|
|
1082
|
+
exports.SecretsManagerLocation$ = [3, n0, _SML,
|
|
1083
|
+
0,
|
|
1084
|
+
[_sA],
|
|
1085
|
+
[0], 1
|
|
1086
|
+
];
|
|
1063
1087
|
exports.SessionSummary$ = [3, n0, _SSe,
|
|
1064
1088
|
0,
|
|
1065
1089
|
[_sI, _aI, _cA],
|
|
@@ -1072,8 +1096,8 @@ exports.SpanContext$ = [3, n0, _SCp,
|
|
|
1072
1096
|
];
|
|
1073
1097
|
exports.StartBrowserSessionRequest$ = [3, n0, _SBSR,
|
|
1074
1098
|
0,
|
|
1075
|
-
[_bI, _tI, _tP, _n, _sTS, _vP, _ext, _pC, _pCr, _cT],
|
|
1076
|
-
[[0, 1], [0, { [_hH]: _XATI }], [0, { [_hH]: _tr }], 0, 1, () => exports.ViewPort$, () => BrowserExtensions, () => exports.BrowserProfileConfiguration$, () => exports.ProxyConfiguration$, [0, 4]], 1
|
|
1099
|
+
[_bI, _tI, _tP, _n, _sTS, _vP, _ext, _pC, _pCr, _eP, _ce, _cT],
|
|
1100
|
+
[[0, 1], [0, { [_hH]: _XATI }], [0, { [_hH]: _tr }], 0, 1, () => exports.ViewPort$, () => BrowserExtensions, () => exports.BrowserProfileConfiguration$, () => exports.ProxyConfiguration$, () => BrowserEnterprisePolicies, () => Certificates, [0, 4]], 1
|
|
1077
1101
|
];
|
|
1078
1102
|
exports.StartBrowserSessionResponse$ = [3, n0, _SBSRt,
|
|
1079
1103
|
0,
|
|
@@ -1082,8 +1106,8 @@ exports.StartBrowserSessionResponse$ = [3, n0, _SBSRt,
|
|
|
1082
1106
|
];
|
|
1083
1107
|
exports.StartCodeInterpreterSessionRequest$ = [3, n0, _SCISR,
|
|
1084
1108
|
0,
|
|
1085
|
-
[_cII, _tI, _tP, _n, _sTS, _cT],
|
|
1086
|
-
[[0, 1], [0, { [_hH]: _XATI }], [0, { [_hH]: _tr }], 0, 1, [0, 4]], 1
|
|
1109
|
+
[_cII, _tI, _tP, _n, _sTS, _ce, _cT],
|
|
1110
|
+
[[0, 1], [0, { [_hH]: _XATI }], [0, { [_hH]: _tr }], 0, 1, () => Certificates, [0, 4]], 1
|
|
1087
1111
|
];
|
|
1088
1112
|
exports.StartCodeInterpreterSessionResponse$ = [3, n0, _SCISRt,
|
|
1089
1113
|
0,
|
|
@@ -1168,12 +1192,18 @@ exports.ViewPort$ = [3, n0, _VP,
|
|
|
1168
1192
|
var ActorSummaryList = [1, n0, _ASL,
|
|
1169
1193
|
0, () => exports.ActorSummary$
|
|
1170
1194
|
];
|
|
1195
|
+
var BrowserEnterprisePolicies = [1, n0, _BEPr,
|
|
1196
|
+
0, () => exports.BrowserEnterprisePolicy$
|
|
1197
|
+
];
|
|
1171
1198
|
var BrowserExtensions = [1, n0, _BEr,
|
|
1172
1199
|
0, () => exports.BrowserExtension$
|
|
1173
1200
|
];
|
|
1174
1201
|
var BrowserSessionSummaries = [1, n0, _BSSro,
|
|
1175
1202
|
0, () => exports.BrowserSessionSummary$
|
|
1176
1203
|
];
|
|
1204
|
+
var Certificates = [1, n0, _Ce,
|
|
1205
|
+
0, () => exports.Certificate$
|
|
1206
|
+
];
|
|
1177
1207
|
var CodeInterpreterSessionSummaries = [1, n0, _CISSo,
|
|
1178
1208
|
0, () => exports.CodeInterpreterSessionSummary$
|
|
1179
1209
|
];
|
|
@@ -1253,17 +1283,22 @@ var CustomRequestParametersType = [2, n0, _CRPT,
|
|
|
1253
1283
|
var MetadataMap = [2, n0, _MMe,
|
|
1254
1284
|
0, 0, () => exports.MetadataValue$
|
|
1255
1285
|
];
|
|
1286
|
+
exports.CertificateLocation$ = [4, n0, _CL,
|
|
1287
|
+
0,
|
|
1288
|
+
[_sM],
|
|
1289
|
+
[() => exports.SecretsManagerLocation$]
|
|
1290
|
+
];
|
|
1256
1291
|
exports.CodeInterpreterStreamOutput$ = [4, n0, _CISO,
|
|
1257
1292
|
{ [_st]: 1 },
|
|
1258
1293
|
[_resu, _aDE, _cE, _iSE, _rNFE, _sQEE, _tE, _vE],
|
|
1259
1294
|
[() => exports.CodeInterpreterResult$, [() => exports.AccessDeniedException$, 0], [() => exports.ConflictException$, 0], [() => exports.InternalServerException$, 0], [() => exports.ResourceNotFoundException$, 0], [() => exports.ServiceQuotaExceededException$, 0], [() => exports.ThrottlingException$, 0], [() => exports.ValidationException$, 0]]
|
|
1260
1295
|
];
|
|
1261
|
-
exports.Content$ = [4, n0,
|
|
1296
|
+
exports.Content$ = [4, n0, _Con,
|
|
1262
1297
|
0,
|
|
1263
1298
|
[_te],
|
|
1264
1299
|
[[() => SensitiveString, 0]]
|
|
1265
1300
|
];
|
|
1266
|
-
exports.Context$ = [4, n0,
|
|
1301
|
+
exports.Context$ = [4, n0, _Cont,
|
|
1267
1302
|
0,
|
|
1268
1303
|
[_sCp],
|
|
1269
1304
|
[() => exports.SpanContext$]
|
|
@@ -1310,7 +1345,7 @@ exports.PayloadType$ = [4, n0, _PT,
|
|
|
1310
1345
|
];
|
|
1311
1346
|
exports.Proxy$ = [4, n0, _Pr,
|
|
1312
1347
|
0,
|
|
1313
|
-
[
|
|
1348
|
+
[_ePx],
|
|
1314
1349
|
[() => exports.ExternalProxy$]
|
|
1315
1350
|
];
|
|
1316
1351
|
exports.ProxyCredentials$ = [4, n0, _PCr,
|
package/dist-es/models/enums.js
CHANGED
|
@@ -9,6 +9,10 @@ export const CommandExecutionStatus = {
|
|
|
9
9
|
COMPLETED: "COMPLETED",
|
|
10
10
|
TIMED_OUT: "TIMED_OUT",
|
|
11
11
|
};
|
|
12
|
+
export const BrowserEnterprisePolicyType = {
|
|
13
|
+
MANAGED: "MANAGED",
|
|
14
|
+
RECOMMENDED: "RECOMMENDED",
|
|
15
|
+
};
|
|
12
16
|
export const BrowserSessionStatus = {
|
|
13
17
|
READY: "READY",
|
|
14
18
|
TERMINATED: "TERMINATED",
|
|
@@ -16,6 +16,8 @@ const _BDMR = "BatchDeleteMemoryRecords";
|
|
|
16
16
|
const _BDMRI = "BatchDeleteMemoryRecordsInput";
|
|
17
17
|
const _BDMRO = "BatchDeleteMemoryRecordsOutput";
|
|
18
18
|
const _BE = "BrowserExtension";
|
|
19
|
+
const _BEP = "BrowserEnterprisePolicy";
|
|
20
|
+
const _BEPr = "BrowserEnterprisePolicies";
|
|
19
21
|
const _BEr = "BrowserExtensions";
|
|
20
22
|
const _BF = "BranchFilter";
|
|
21
23
|
const _BPC = "BrowserProfileConfiguration";
|
|
@@ -26,7 +28,7 @@ const _BUMR = "BatchUpdateMemoryRecords";
|
|
|
26
28
|
const _BUMRI = "BatchUpdateMemoryRecordsInput";
|
|
27
29
|
const _BUMRO = "BatchUpdateMemoryRecordsOutput";
|
|
28
30
|
const _Br = "Branch";
|
|
29
|
-
const _C = "
|
|
31
|
+
const _C = "Certificate";
|
|
30
32
|
const _CB = "ContentBlock";
|
|
31
33
|
const _CBL = "ContentBlockList";
|
|
32
34
|
const _CDE = "ContentDeltaEvent";
|
|
@@ -38,6 +40,7 @@ const _CIR = "CodeInterpreterResult";
|
|
|
38
40
|
const _CISO = "CodeInterpreterStreamOutput";
|
|
39
41
|
const _CISS = "CodeInterpreterSessionSummary";
|
|
40
42
|
const _CISSo = "CodeInterpreterSessionSummaries";
|
|
43
|
+
const _CL = "CertificateLocation";
|
|
41
44
|
const _CRPT = "CustomRequestParametersType";
|
|
42
45
|
const _CRTA = "CompleteResourceTokenAuth";
|
|
43
46
|
const _CRTAR = "CompleteResourceTokenAuthRequest";
|
|
@@ -46,8 +49,10 @@ const _CRVT = "CustomRequestValueType";
|
|
|
46
49
|
const _CSE = "ContentStartEvent";
|
|
47
50
|
const _CSEo = "ContentStopEvent";
|
|
48
51
|
const _CT = "Content-Type";
|
|
49
|
-
const
|
|
50
|
-
const
|
|
52
|
+
const _Ce = "Certificates";
|
|
53
|
+
const _Co = "Conversational";
|
|
54
|
+
const _Con = "Content";
|
|
55
|
+
const _Cont = "Context";
|
|
51
56
|
const _D = "Document";
|
|
52
57
|
const _DE = "DeleteEvent";
|
|
53
58
|
const _DEI = "DeleteEventInput";
|
|
@@ -204,6 +209,7 @@ const _SL = "S3Location";
|
|
|
204
209
|
const _SMEJ = "StartMemoryExtractionJob";
|
|
205
210
|
const _SMEJI = "StartMemoryExtractionJobInput";
|
|
206
211
|
const _SMEJO = "StartMemoryExtractionJobOutput";
|
|
212
|
+
const _SML = "SecretsManagerLocation";
|
|
207
213
|
const _SQEE = "ServiceQuotaExceededException";
|
|
208
214
|
const _SRS = "StopRuntimeSession";
|
|
209
215
|
const _SRSR = "StopRuntimeSessionRequest";
|
|
@@ -265,6 +271,7 @@ const _cSo = "contentStart";
|
|
|
265
271
|
const _cSon = "contentStop";
|
|
266
272
|
const _cT = "clientToken";
|
|
267
273
|
const _cTo = "contentType";
|
|
274
|
+
const _ce = "certificates";
|
|
268
275
|
const _ch = "chunk";
|
|
269
276
|
const _co = "content";
|
|
270
277
|
const _cod = "code";
|
|
@@ -287,7 +294,8 @@ const _eJ = "extractionJob";
|
|
|
287
294
|
const _eM = "errorMessage";
|
|
288
295
|
const _eMv = "eventMetadata";
|
|
289
296
|
const _eN = "evaluatorName";
|
|
290
|
-
const _eP = "
|
|
297
|
+
const _eP = "enterprisePolicies";
|
|
298
|
+
const _ePx = "externalProxy";
|
|
291
299
|
const _eR = "evaluationResults";
|
|
292
300
|
const _eT = "eventTimestamp";
|
|
293
301
|
const _eTv = "evaluationTarget";
|
|
@@ -382,6 +390,7 @@ const _sI = "sessionId";
|
|
|
382
390
|
const _sIp = "spanId";
|
|
383
391
|
const _sIpa = "spanIds";
|
|
384
392
|
const _sIt = "strategyId";
|
|
393
|
+
const _sM = "secretsManager";
|
|
385
394
|
const _sQ = "searchQuery";
|
|
386
395
|
const _sQEE = "serviceQuotaExceededException";
|
|
387
396
|
const _sR = "successfulRecords";
|
|
@@ -604,6 +613,11 @@ export var BranchFilter$ = [3, n0, _BF,
|
|
|
604
613
|
[_n, _iPB],
|
|
605
614
|
[0, 2], 1
|
|
606
615
|
];
|
|
616
|
+
export var BrowserEnterprisePolicy$ = [3, n0, _BEP,
|
|
617
|
+
0,
|
|
618
|
+
[_l, _t],
|
|
619
|
+
[() => ResourceLocation$, 0], 1
|
|
620
|
+
];
|
|
607
621
|
export var BrowserExtension$ = [3, n0, _BE,
|
|
608
622
|
0,
|
|
609
623
|
[_l],
|
|
@@ -624,6 +638,11 @@ export var BrowserSessionSummary$ = [3, n0, _BSSr,
|
|
|
624
638
|
[_bI, _sI, _sta, _cA, _n, _lUA],
|
|
625
639
|
[0, 0, 0, 5, 0, 5], 4
|
|
626
640
|
];
|
|
641
|
+
export var Certificate$ = [3, n0, _C,
|
|
642
|
+
0,
|
|
643
|
+
[_l],
|
|
644
|
+
[() => CertificateLocation$], 1
|
|
645
|
+
];
|
|
627
646
|
export var CodeInterpreterResult$ = [3, n0, _CIR,
|
|
628
647
|
0,
|
|
629
648
|
[_co, _sC, _iE],
|
|
@@ -664,7 +683,7 @@ export var ContentStopEvent$ = [3, n0, _CSEo,
|
|
|
664
683
|
[_eC, _sta],
|
|
665
684
|
[1, 0], 2
|
|
666
685
|
];
|
|
667
|
-
export var Conversational$ = [3, n0,
|
|
686
|
+
export var Conversational$ = [3, n0, _Co,
|
|
668
687
|
0,
|
|
669
688
|
[_co, _ro],
|
|
670
689
|
[[() => Content$, 0], 0], 2
|
|
@@ -766,8 +785,8 @@ export var GetBrowserSessionRequest$ = [3, n0, _GBSR,
|
|
|
766
785
|
];
|
|
767
786
|
export var GetBrowserSessionResponse$ = [3, n0, _GBSRe,
|
|
768
787
|
0,
|
|
769
|
-
[_bI, _sI, _cA, _n, _vP, _ext, _pC, _sTS, _sta, _str, _pCr, _sRA, _lUA],
|
|
770
|
-
[0, 0, 5, 0, () => ViewPort$, () => BrowserExtensions, () => BrowserProfileConfiguration$, 1, 0, () => BrowserSessionStream$, () => ProxyConfiguration$, 0, 5], 3
|
|
788
|
+
[_bI, _sI, _cA, _n, _vP, _ext, _eP, _pC, _sTS, _sta, _str, _pCr, _ce, _sRA, _lUA],
|
|
789
|
+
[0, 0, 5, 0, () => ViewPort$, () => BrowserExtensions, () => BrowserEnterprisePolicies, () => BrowserProfileConfiguration$, 1, 0, () => BrowserSessionStream$, () => ProxyConfiguration$, () => Certificates, 0, 5], 3
|
|
771
790
|
];
|
|
772
791
|
export var GetCodeInterpreterSessionRequest$ = [3, n0, _GCISR,
|
|
773
792
|
0,
|
|
@@ -776,8 +795,8 @@ export var GetCodeInterpreterSessionRequest$ = [3, n0, _GCISR,
|
|
|
776
795
|
];
|
|
777
796
|
export var GetCodeInterpreterSessionResponse$ = [3, n0, _GCISRe,
|
|
778
797
|
0,
|
|
779
|
-
[_cII, _sI, _cA, _n, _sTS, _sta],
|
|
780
|
-
[0, 0, 5, 0, 1, 0], 3
|
|
798
|
+
[_cII, _sI, _cA, _n, _sTS, _sta, _ce],
|
|
799
|
+
[0, 0, 5, 0, 1, 0, () => Certificates], 3
|
|
781
800
|
];
|
|
782
801
|
export var GetEventInput$ = [3, n0, _GEI,
|
|
783
802
|
0,
|
|
@@ -1054,6 +1073,11 @@ export var SearchCriteria$ = [3, n0, _SC,
|
|
|
1054
1073
|
[_sQ, _mSIe, _tK, _mF],
|
|
1055
1074
|
[[() => SensitiveString, 0], 0, 1, () => MemoryMetadataFilterList], 1
|
|
1056
1075
|
];
|
|
1076
|
+
export var SecretsManagerLocation$ = [3, n0, _SML,
|
|
1077
|
+
0,
|
|
1078
|
+
[_sA],
|
|
1079
|
+
[0], 1
|
|
1080
|
+
];
|
|
1057
1081
|
export var SessionSummary$ = [3, n0, _SSe,
|
|
1058
1082
|
0,
|
|
1059
1083
|
[_sI, _aI, _cA],
|
|
@@ -1066,8 +1090,8 @@ export var SpanContext$ = [3, n0, _SCp,
|
|
|
1066
1090
|
];
|
|
1067
1091
|
export var StartBrowserSessionRequest$ = [3, n0, _SBSR,
|
|
1068
1092
|
0,
|
|
1069
|
-
[_bI, _tI, _tP, _n, _sTS, _vP, _ext, _pC, _pCr, _cT],
|
|
1070
|
-
[[0, 1], [0, { [_hH]: _XATI }], [0, { [_hH]: _tr }], 0, 1, () => ViewPort$, () => BrowserExtensions, () => BrowserProfileConfiguration$, () => ProxyConfiguration$, [0, 4]], 1
|
|
1093
|
+
[_bI, _tI, _tP, _n, _sTS, _vP, _ext, _pC, _pCr, _eP, _ce, _cT],
|
|
1094
|
+
[[0, 1], [0, { [_hH]: _XATI }], [0, { [_hH]: _tr }], 0, 1, () => ViewPort$, () => BrowserExtensions, () => BrowserProfileConfiguration$, () => ProxyConfiguration$, () => BrowserEnterprisePolicies, () => Certificates, [0, 4]], 1
|
|
1071
1095
|
];
|
|
1072
1096
|
export var StartBrowserSessionResponse$ = [3, n0, _SBSRt,
|
|
1073
1097
|
0,
|
|
@@ -1076,8 +1100,8 @@ export var StartBrowserSessionResponse$ = [3, n0, _SBSRt,
|
|
|
1076
1100
|
];
|
|
1077
1101
|
export var StartCodeInterpreterSessionRequest$ = [3, n0, _SCISR,
|
|
1078
1102
|
0,
|
|
1079
|
-
[_cII, _tI, _tP, _n, _sTS, _cT],
|
|
1080
|
-
[[0, 1], [0, { [_hH]: _XATI }], [0, { [_hH]: _tr }], 0, 1, [0, 4]], 1
|
|
1103
|
+
[_cII, _tI, _tP, _n, _sTS, _ce, _cT],
|
|
1104
|
+
[[0, 1], [0, { [_hH]: _XATI }], [0, { [_hH]: _tr }], 0, 1, () => Certificates, [0, 4]], 1
|
|
1081
1105
|
];
|
|
1082
1106
|
export var StartCodeInterpreterSessionResponse$ = [3, n0, _SCISRt,
|
|
1083
1107
|
0,
|
|
@@ -1162,12 +1186,18 @@ export var ViewPort$ = [3, n0, _VP,
|
|
|
1162
1186
|
var ActorSummaryList = [1, n0, _ASL,
|
|
1163
1187
|
0, () => ActorSummary$
|
|
1164
1188
|
];
|
|
1189
|
+
var BrowserEnterprisePolicies = [1, n0, _BEPr,
|
|
1190
|
+
0, () => BrowserEnterprisePolicy$
|
|
1191
|
+
];
|
|
1165
1192
|
var BrowserExtensions = [1, n0, _BEr,
|
|
1166
1193
|
0, () => BrowserExtension$
|
|
1167
1194
|
];
|
|
1168
1195
|
var BrowserSessionSummaries = [1, n0, _BSSro,
|
|
1169
1196
|
0, () => BrowserSessionSummary$
|
|
1170
1197
|
];
|
|
1198
|
+
var Certificates = [1, n0, _Ce,
|
|
1199
|
+
0, () => Certificate$
|
|
1200
|
+
];
|
|
1171
1201
|
var CodeInterpreterSessionSummaries = [1, n0, _CISSo,
|
|
1172
1202
|
0, () => CodeInterpreterSessionSummary$
|
|
1173
1203
|
];
|
|
@@ -1247,17 +1277,22 @@ var CustomRequestParametersType = [2, n0, _CRPT,
|
|
|
1247
1277
|
var MetadataMap = [2, n0, _MMe,
|
|
1248
1278
|
0, 0, () => MetadataValue$
|
|
1249
1279
|
];
|
|
1280
|
+
export var CertificateLocation$ = [4, n0, _CL,
|
|
1281
|
+
0,
|
|
1282
|
+
[_sM],
|
|
1283
|
+
[() => SecretsManagerLocation$]
|
|
1284
|
+
];
|
|
1250
1285
|
export var CodeInterpreterStreamOutput$ = [4, n0, _CISO,
|
|
1251
1286
|
{ [_st]: 1 },
|
|
1252
1287
|
[_resu, _aDE, _cE, _iSE, _rNFE, _sQEE, _tE, _vE],
|
|
1253
1288
|
[() => CodeInterpreterResult$, [() => AccessDeniedException$, 0], [() => ConflictException$, 0], [() => InternalServerException$, 0], [() => ResourceNotFoundException$, 0], [() => ServiceQuotaExceededException$, 0], [() => ThrottlingException$, 0], [() => ValidationException$, 0]]
|
|
1254
1289
|
];
|
|
1255
|
-
export var Content$ = [4, n0,
|
|
1290
|
+
export var Content$ = [4, n0, _Con,
|
|
1256
1291
|
0,
|
|
1257
1292
|
[_te],
|
|
1258
1293
|
[[() => SensitiveString, 0]]
|
|
1259
1294
|
];
|
|
1260
|
-
export var Context$ = [4, n0,
|
|
1295
|
+
export var Context$ = [4, n0, _Cont,
|
|
1261
1296
|
0,
|
|
1262
1297
|
[_sCp],
|
|
1263
1298
|
[() => SpanContext$]
|
|
@@ -1304,7 +1339,7 @@ export var PayloadType$ = [4, n0, _PT,
|
|
|
1304
1339
|
];
|
|
1305
1340
|
export var Proxy$ = [4, n0, _Pr,
|
|
1306
1341
|
0,
|
|
1307
|
-
[
|
|
1342
|
+
[_ePx],
|
|
1308
1343
|
[() => ExternalProxy$]
|
|
1309
1344
|
];
|
|
1310
1345
|
export var ProxyCredentials$ = [4, n0, _PCr,
|
|
@@ -62,6 +62,18 @@ declare const GetBrowserSessionCommand_base: {
|
|
|
62
62
|
* // },
|
|
63
63
|
* // },
|
|
64
64
|
* // ],
|
|
65
|
+
* // enterprisePolicies: [ // BrowserEnterprisePolicies
|
|
66
|
+
* // { // BrowserEnterprisePolicy
|
|
67
|
+
* // location: {// Union: only one key present
|
|
68
|
+
* // s3: {
|
|
69
|
+
* // bucket: "STRING_VALUE", // required
|
|
70
|
+
* // prefix: "STRING_VALUE", // required
|
|
71
|
+
* // versionId: "STRING_VALUE",
|
|
72
|
+
* // },
|
|
73
|
+
* // },
|
|
74
|
+
* // type: "MANAGED" || "RECOMMENDED",
|
|
75
|
+
* // },
|
|
76
|
+
* // ],
|
|
65
77
|
* // profileConfiguration: { // BrowserProfileConfiguration
|
|
66
78
|
* // profileIdentifier: "STRING_VALUE", // required
|
|
67
79
|
* // },
|
|
@@ -99,6 +111,15 @@ declare const GetBrowserSessionCommand_base: {
|
|
|
99
111
|
* // ],
|
|
100
112
|
* // },
|
|
101
113
|
* // },
|
|
114
|
+
* // certificates: [ // Certificates
|
|
115
|
+
* // { // Certificate
|
|
116
|
+
* // location: { // CertificateLocation Union: only one key present
|
|
117
|
+
* // secretsManager: { // SecretsManagerLocation
|
|
118
|
+
* // secretArn: "STRING_VALUE", // required
|
|
119
|
+
* // },
|
|
120
|
+
* // },
|
|
121
|
+
* // },
|
|
122
|
+
* // ],
|
|
102
123
|
* // sessionReplayArtifact: "STRING_VALUE",
|
|
103
124
|
* // lastUpdatedAt: new Date("TIMESTAMP"),
|
|
104
125
|
* // };
|
|
@@ -49,6 +49,15 @@ declare const GetCodeInterpreterSessionCommand_base: {
|
|
|
49
49
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
50
50
|
* // sessionTimeoutSeconds: Number("int"),
|
|
51
51
|
* // status: "READY" || "TERMINATED",
|
|
52
|
+
* // certificates: [ // Certificates
|
|
53
|
+
* // { // Certificate
|
|
54
|
+
* // location: { // CertificateLocation Union: only one key present
|
|
55
|
+
* // secretsManager: { // SecretsManagerLocation
|
|
56
|
+
* // secretArn: "STRING_VALUE", // required
|
|
57
|
+
* // },
|
|
58
|
+
* // },
|
|
59
|
+
* // },
|
|
60
|
+
* // ],
|
|
52
61
|
* // };
|
|
53
62
|
*
|
|
54
63
|
* ```
|
|
@@ -83,6 +83,27 @@ declare const StartBrowserSessionCommand_base: {
|
|
|
83
83
|
* ],
|
|
84
84
|
* },
|
|
85
85
|
* },
|
|
86
|
+
* enterprisePolicies: [ // BrowserEnterprisePolicies
|
|
87
|
+
* { // BrowserEnterprisePolicy
|
|
88
|
+
* location: {// Union: only one key present
|
|
89
|
+
* s3: {
|
|
90
|
+
* bucket: "STRING_VALUE", // required
|
|
91
|
+
* prefix: "STRING_VALUE", // required
|
|
92
|
+
* versionId: "STRING_VALUE",
|
|
93
|
+
* },
|
|
94
|
+
* },
|
|
95
|
+
* type: "MANAGED" || "RECOMMENDED",
|
|
96
|
+
* },
|
|
97
|
+
* ],
|
|
98
|
+
* certificates: [ // Certificates
|
|
99
|
+
* { // Certificate
|
|
100
|
+
* location: { // CertificateLocation Union: only one key present
|
|
101
|
+
* secretsManager: { // SecretsManagerLocation
|
|
102
|
+
* secretArn: "STRING_VALUE", // required
|
|
103
|
+
* },
|
|
104
|
+
* },
|
|
105
|
+
* },
|
|
106
|
+
* ],
|
|
86
107
|
* clientToken: "STRING_VALUE",
|
|
87
108
|
* };
|
|
88
109
|
* const command = new StartBrowserSessionCommand(input);
|
|
@@ -42,6 +42,15 @@ declare const StartCodeInterpreterSessionCommand_base: {
|
|
|
42
42
|
* codeInterpreterIdentifier: "STRING_VALUE", // required
|
|
43
43
|
* name: "STRING_VALUE",
|
|
44
44
|
* sessionTimeoutSeconds: Number("int"),
|
|
45
|
+
* certificates: [ // Certificates
|
|
46
|
+
* { // Certificate
|
|
47
|
+
* location: { // CertificateLocation Union: only one key present
|
|
48
|
+
* secretsManager: { // SecretsManagerLocation
|
|
49
|
+
* secretArn: "STRING_VALUE", // required
|
|
50
|
+
* },
|
|
51
|
+
* },
|
|
52
|
+
* },
|
|
53
|
+
* ],
|
|
45
54
|
* clientToken: "STRING_VALUE",
|
|
46
55
|
* };
|
|
47
56
|
* const command = new StartCodeInterpreterSessionCommand(input);
|
|
@@ -25,6 +25,18 @@ export declare const CommandExecutionStatus: {
|
|
|
25
25
|
* @public
|
|
26
26
|
*/
|
|
27
27
|
export type CommandExecutionStatus = (typeof CommandExecutionStatus)[keyof typeof CommandExecutionStatus];
|
|
28
|
+
/**
|
|
29
|
+
* @public
|
|
30
|
+
* @enum
|
|
31
|
+
*/
|
|
32
|
+
export declare const BrowserEnterprisePolicyType: {
|
|
33
|
+
readonly MANAGED: "MANAGED";
|
|
34
|
+
readonly RECOMMENDED: "RECOMMENDED";
|
|
35
|
+
};
|
|
36
|
+
/**
|
|
37
|
+
* @public
|
|
38
|
+
*/
|
|
39
|
+
export type BrowserEnterprisePolicyType = (typeof BrowserEnterprisePolicyType)[keyof typeof BrowserEnterprisePolicyType];
|
|
28
40
|
/**
|
|
29
41
|
* @public
|
|
30
42
|
* @enum
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { DocumentType as __DocumentType, StreamingBlobTypes } from "@smithy/types";
|
|
2
|
-
import { AutomationStreamStatus, BrowserSessionStatus, CodeInterpreterSessionStatus, CommandExecutionStatus, ContentBlockType, ExtractionJobStatus, MemoryRecordStatus, Oauth2FlowType, OperatorType, ProgrammingLanguage, ResourceContentType, Role, SessionStatus, TaskStatus, ToolName } from "./enums";
|
|
2
|
+
import { AutomationStreamStatus, BrowserEnterprisePolicyType, BrowserSessionStatus, CodeInterpreterSessionStatus, CommandExecutionStatus, ContentBlockType, ExtractionJobStatus, MemoryRecordStatus, Oauth2FlowType, OperatorType, ProgrammingLanguage, ResourceContentType, Role, SessionStatus, TaskStatus, ToolName } from "./enums";
|
|
3
3
|
import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, RuntimeClientError, ServiceQuotaExceededException, ThrottlingException, ValidationException } from "./errors";
|
|
4
4
|
/**
|
|
5
5
|
* <p>Contains summary information about an actor in an AgentCore Memory resource.</p>
|
|
@@ -655,6 +655,61 @@ export interface GetBrowserSessionRequest {
|
|
|
655
655
|
*/
|
|
656
656
|
sessionId: string | undefined;
|
|
657
657
|
}
|
|
658
|
+
/**
|
|
659
|
+
* <p>The Amazon Web Services Secrets Manager location configuration.</p>
|
|
660
|
+
* @public
|
|
661
|
+
*/
|
|
662
|
+
export interface SecretsManagerLocation {
|
|
663
|
+
/**
|
|
664
|
+
* <p>The ARN of the Amazon Web Services Secrets Manager secret containing the certificate.</p>
|
|
665
|
+
* @public
|
|
666
|
+
*/
|
|
667
|
+
secretArn: string | undefined;
|
|
668
|
+
}
|
|
669
|
+
/**
|
|
670
|
+
* <p>The location from which to retrieve a certificate.</p>
|
|
671
|
+
* @public
|
|
672
|
+
*/
|
|
673
|
+
export type CertificateLocation = CertificateLocation.SecretsManagerMember | CertificateLocation.$UnknownMember;
|
|
674
|
+
/**
|
|
675
|
+
* @public
|
|
676
|
+
*/
|
|
677
|
+
export declare namespace CertificateLocation {
|
|
678
|
+
/**
|
|
679
|
+
* <p>The Amazon Web Services Secrets Manager location of the certificate.</p>
|
|
680
|
+
* @public
|
|
681
|
+
*/
|
|
682
|
+
interface SecretsManagerMember {
|
|
683
|
+
secretsManager: SecretsManagerLocation;
|
|
684
|
+
$unknown?: never;
|
|
685
|
+
}
|
|
686
|
+
/**
|
|
687
|
+
* @public
|
|
688
|
+
*/
|
|
689
|
+
interface $UnknownMember {
|
|
690
|
+
secretsManager?: never;
|
|
691
|
+
$unknown: [string, any];
|
|
692
|
+
}
|
|
693
|
+
/**
|
|
694
|
+
* @deprecated unused in schema-serde mode.
|
|
695
|
+
*
|
|
696
|
+
*/
|
|
697
|
+
interface Visitor<T> {
|
|
698
|
+
secretsManager: (value: SecretsManagerLocation) => T;
|
|
699
|
+
_: (name: string, value: any) => T;
|
|
700
|
+
}
|
|
701
|
+
}
|
|
702
|
+
/**
|
|
703
|
+
* <p>A certificate to install in the browser or code interpreter session.</p>
|
|
704
|
+
* @public
|
|
705
|
+
*/
|
|
706
|
+
export interface Certificate {
|
|
707
|
+
/**
|
|
708
|
+
* <p>The location of the certificate.</p>
|
|
709
|
+
* @public
|
|
710
|
+
*/
|
|
711
|
+
location: CertificateLocation | undefined;
|
|
712
|
+
}
|
|
658
713
|
/**
|
|
659
714
|
* <p>The Amazon S3 location configuration of a resource.</p>
|
|
660
715
|
* @public
|
|
@@ -709,6 +764,22 @@ export declare namespace ResourceLocation {
|
|
|
709
764
|
_: (name: string, value: any) => T;
|
|
710
765
|
}
|
|
711
766
|
}
|
|
767
|
+
/**
|
|
768
|
+
* <p>Browser enterprise policy configuration.</p>
|
|
769
|
+
* @public
|
|
770
|
+
*/
|
|
771
|
+
export interface BrowserEnterprisePolicy {
|
|
772
|
+
/**
|
|
773
|
+
* <p>The location of the enterprise policy file.</p>
|
|
774
|
+
* @public
|
|
775
|
+
*/
|
|
776
|
+
location: ResourceLocation | undefined;
|
|
777
|
+
/**
|
|
778
|
+
* <p>The enterprise policy type. See BrowserEnterprisePolicyType.</p>
|
|
779
|
+
* @public
|
|
780
|
+
*/
|
|
781
|
+
type?: BrowserEnterprisePolicyType | undefined;
|
|
782
|
+
}
|
|
712
783
|
/**
|
|
713
784
|
* <p>Browser extension configuration.</p>
|
|
714
785
|
* @public
|
|
@@ -954,6 +1025,11 @@ export interface GetBrowserSessionResponse {
|
|
|
954
1025
|
* @public
|
|
955
1026
|
*/
|
|
956
1027
|
extensions?: BrowserExtension[] | undefined;
|
|
1028
|
+
/**
|
|
1029
|
+
* <p>A list of files containing enterprise policies for the browser session.</p>
|
|
1030
|
+
* @public
|
|
1031
|
+
*/
|
|
1032
|
+
enterprisePolicies?: BrowserEnterprisePolicy[] | undefined;
|
|
957
1033
|
/**
|
|
958
1034
|
* <p>The browser profile configuration associated with this session. Contains the profile identifier that links to persistent browser data such as cookies and local storage.</p>
|
|
959
1035
|
* @public
|
|
@@ -979,6 +1055,11 @@ export interface GetBrowserSessionResponse {
|
|
|
979
1055
|
* @public
|
|
980
1056
|
*/
|
|
981
1057
|
proxyConfiguration?: ProxyConfiguration | undefined;
|
|
1058
|
+
/**
|
|
1059
|
+
* <p>The list of certificates installed in the browser session.</p>
|
|
1060
|
+
* @public
|
|
1061
|
+
*/
|
|
1062
|
+
certificates?: Certificate[] | undefined;
|
|
982
1063
|
/**
|
|
983
1064
|
* <p>The artifact containing the session replay information.</p>
|
|
984
1065
|
* @public
|
|
@@ -1115,6 +1196,16 @@ export interface StartBrowserSessionRequest {
|
|
|
1115
1196
|
* @public
|
|
1116
1197
|
*/
|
|
1117
1198
|
proxyConfiguration?: ProxyConfiguration | undefined;
|
|
1199
|
+
/**
|
|
1200
|
+
* <p>A list of files containing enterprise policies for the browser.</p>
|
|
1201
|
+
* @public
|
|
1202
|
+
*/
|
|
1203
|
+
enterprisePolicies?: BrowserEnterprisePolicy[] | undefined;
|
|
1204
|
+
/**
|
|
1205
|
+
* <p>A list of certificates to install in the browser session.</p>
|
|
1206
|
+
* @public
|
|
1207
|
+
*/
|
|
1208
|
+
certificates?: Certificate[] | undefined;
|
|
1118
1209
|
/**
|
|
1119
1210
|
* <p>A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock AgentCore ignores the request, but does not return an error. This parameter helps prevent the creation of duplicate sessions if there are temporary network issues.</p>
|
|
1120
1211
|
* @public
|
|
@@ -1339,6 +1430,11 @@ export interface GetCodeInterpreterSessionResponse {
|
|
|
1339
1430
|
* @public
|
|
1340
1431
|
*/
|
|
1341
1432
|
status?: CodeInterpreterSessionStatus | undefined;
|
|
1433
|
+
/**
|
|
1434
|
+
* <p>The list of certificates installed in the code interpreter session.</p>
|
|
1435
|
+
* @public
|
|
1436
|
+
*/
|
|
1437
|
+
certificates?: Certificate[] | undefined;
|
|
1342
1438
|
}
|
|
1343
1439
|
/**
|
|
1344
1440
|
* @public
|
|
@@ -1445,6 +1541,11 @@ export interface StartCodeInterpreterSessionRequest {
|
|
|
1445
1541
|
* @public
|
|
1446
1542
|
*/
|
|
1447
1543
|
sessionTimeoutSeconds?: number | undefined;
|
|
1544
|
+
/**
|
|
1545
|
+
* <p>A list of certificates to install in the code interpreter session.</p>
|
|
1546
|
+
* @public
|
|
1547
|
+
*/
|
|
1548
|
+
certificates?: Certificate[] | undefined;
|
|
1448
1549
|
/**
|
|
1449
1550
|
* <p>A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock AgentCore ignores the request, but does not return an error. This parameter helps prevent the creation of duplicate sessions if there are temporary network issues.</p>
|
|
1450
1551
|
* @public
|
|
@@ -33,10 +33,12 @@ export declare var BatchUpdateMemoryRecordsInput$: StaticStructureSchema;
|
|
|
33
33
|
export declare var BatchUpdateMemoryRecordsOutput$: StaticStructureSchema;
|
|
34
34
|
export declare var Branch$: StaticStructureSchema;
|
|
35
35
|
export declare var BranchFilter$: StaticStructureSchema;
|
|
36
|
+
export declare var BrowserEnterprisePolicy$: StaticStructureSchema;
|
|
36
37
|
export declare var BrowserExtension$: StaticStructureSchema;
|
|
37
38
|
export declare var BrowserProfileConfiguration$: StaticStructureSchema;
|
|
38
39
|
export declare var BrowserSessionStream$: StaticStructureSchema;
|
|
39
40
|
export declare var BrowserSessionSummary$: StaticStructureSchema;
|
|
41
|
+
export declare var Certificate$: StaticStructureSchema;
|
|
40
42
|
export declare var CodeInterpreterResult$: StaticStructureSchema;
|
|
41
43
|
export declare var CodeInterpreterSessionSummary$: StaticStructureSchema;
|
|
42
44
|
export declare var CompleteResourceTokenAuthRequest$: StaticStructureSchema;
|
|
@@ -123,6 +125,7 @@ export declare var S3Location$: StaticStructureSchema;
|
|
|
123
125
|
export declare var SaveBrowserSessionProfileRequest$: StaticStructureSchema;
|
|
124
126
|
export declare var SaveBrowserSessionProfileResponse$: StaticStructureSchema;
|
|
125
127
|
export declare var SearchCriteria$: StaticStructureSchema;
|
|
128
|
+
export declare var SecretsManagerLocation$: StaticStructureSchema;
|
|
126
129
|
export declare var SessionSummary$: StaticStructureSchema;
|
|
127
130
|
export declare var SpanContext$: StaticStructureSchema;
|
|
128
131
|
export declare var StartBrowserSessionRequest$: StaticStructureSchema;
|
|
@@ -144,6 +147,7 @@ export declare var UpdateBrowserStreamRequest$: StaticStructureSchema;
|
|
|
144
147
|
export declare var UpdateBrowserStreamResponse$: StaticStructureSchema;
|
|
145
148
|
export declare var ValidationExceptionField$: StaticStructureSchema;
|
|
146
149
|
export declare var ViewPort$: StaticStructureSchema;
|
|
150
|
+
export declare var CertificateLocation$: StaticUnionSchema;
|
|
147
151
|
export declare var CodeInterpreterStreamOutput$: StaticUnionSchema;
|
|
148
152
|
export declare var Content$: StaticUnionSchema;
|
|
149
153
|
export declare var Context$: StaticUnionSchema;
|
|
@@ -13,6 +13,12 @@ export declare const CommandExecutionStatus: {
|
|
|
13
13
|
};
|
|
14
14
|
export type CommandExecutionStatus =
|
|
15
15
|
(typeof CommandExecutionStatus)[keyof typeof CommandExecutionStatus];
|
|
16
|
+
export declare const BrowserEnterprisePolicyType: {
|
|
17
|
+
readonly MANAGED: "MANAGED";
|
|
18
|
+
readonly RECOMMENDED: "RECOMMENDED";
|
|
19
|
+
};
|
|
20
|
+
export type BrowserEnterprisePolicyType =
|
|
21
|
+
(typeof BrowserEnterprisePolicyType)[keyof typeof BrowserEnterprisePolicyType];
|
|
16
22
|
export declare const BrowserSessionStatus: {
|
|
17
23
|
readonly READY: "READY";
|
|
18
24
|
readonly TERMINATED: "TERMINATED";
|
|
@@ -4,6 +4,7 @@ import {
|
|
|
4
4
|
} from "@smithy/types";
|
|
5
5
|
import {
|
|
6
6
|
AutomationStreamStatus,
|
|
7
|
+
BrowserEnterprisePolicyType,
|
|
7
8
|
BrowserSessionStatus,
|
|
8
9
|
CodeInterpreterSessionStatus,
|
|
9
10
|
CommandExecutionStatus,
|
|
@@ -265,6 +266,29 @@ export interface GetBrowserSessionRequest {
|
|
|
265
266
|
browserIdentifier: string | undefined;
|
|
266
267
|
sessionId: string | undefined;
|
|
267
268
|
}
|
|
269
|
+
export interface SecretsManagerLocation {
|
|
270
|
+
secretArn: string | undefined;
|
|
271
|
+
}
|
|
272
|
+
export type CertificateLocation =
|
|
273
|
+
| CertificateLocation.SecretsManagerMember
|
|
274
|
+
| CertificateLocation.$UnknownMember;
|
|
275
|
+
export declare namespace CertificateLocation {
|
|
276
|
+
interface SecretsManagerMember {
|
|
277
|
+
secretsManager: SecretsManagerLocation;
|
|
278
|
+
$unknown?: never;
|
|
279
|
+
}
|
|
280
|
+
interface $UnknownMember {
|
|
281
|
+
secretsManager?: never;
|
|
282
|
+
$unknown: [string, any];
|
|
283
|
+
}
|
|
284
|
+
interface Visitor<T> {
|
|
285
|
+
secretsManager: (value: SecretsManagerLocation) => T;
|
|
286
|
+
_: (name: string, value: any) => T;
|
|
287
|
+
}
|
|
288
|
+
}
|
|
289
|
+
export interface Certificate {
|
|
290
|
+
location: CertificateLocation | undefined;
|
|
291
|
+
}
|
|
268
292
|
export interface S3Location {
|
|
269
293
|
bucket: string | undefined;
|
|
270
294
|
prefix: string | undefined;
|
|
@@ -287,6 +311,10 @@ export declare namespace ResourceLocation {
|
|
|
287
311
|
_: (name: string, value: any) => T;
|
|
288
312
|
}
|
|
289
313
|
}
|
|
314
|
+
export interface BrowserEnterprisePolicy {
|
|
315
|
+
location: ResourceLocation | undefined;
|
|
316
|
+
type?: BrowserEnterprisePolicyType | undefined;
|
|
317
|
+
}
|
|
290
318
|
export interface BrowserExtension {
|
|
291
319
|
location: ResourceLocation | undefined;
|
|
292
320
|
}
|
|
@@ -363,11 +391,13 @@ export interface GetBrowserSessionResponse {
|
|
|
363
391
|
createdAt: Date | undefined;
|
|
364
392
|
viewPort?: ViewPort | undefined;
|
|
365
393
|
extensions?: BrowserExtension[] | undefined;
|
|
394
|
+
enterprisePolicies?: BrowserEnterprisePolicy[] | undefined;
|
|
366
395
|
profileConfiguration?: BrowserProfileConfiguration | undefined;
|
|
367
396
|
sessionTimeoutSeconds?: number | undefined;
|
|
368
397
|
status?: BrowserSessionStatus | undefined;
|
|
369
398
|
streams?: BrowserSessionStream | undefined;
|
|
370
399
|
proxyConfiguration?: ProxyConfiguration | undefined;
|
|
400
|
+
certificates?: Certificate[] | undefined;
|
|
371
401
|
sessionReplayArtifact?: string | undefined;
|
|
372
402
|
lastUpdatedAt?: Date | undefined;
|
|
373
403
|
}
|
|
@@ -399,6 +429,8 @@ export interface StartBrowserSessionRequest {
|
|
|
399
429
|
extensions?: BrowserExtension[] | undefined;
|
|
400
430
|
profileConfiguration?: BrowserProfileConfiguration | undefined;
|
|
401
431
|
proxyConfiguration?: ProxyConfiguration | undefined;
|
|
432
|
+
enterprisePolicies?: BrowserEnterprisePolicy[] | undefined;
|
|
433
|
+
certificates?: Certificate[] | undefined;
|
|
402
434
|
clientToken?: string | undefined;
|
|
403
435
|
}
|
|
404
436
|
export interface StartBrowserSessionResponse {
|
|
@@ -462,6 +494,7 @@ export interface GetCodeInterpreterSessionResponse {
|
|
|
462
494
|
createdAt: Date | undefined;
|
|
463
495
|
sessionTimeoutSeconds?: number | undefined;
|
|
464
496
|
status?: CodeInterpreterSessionStatus | undefined;
|
|
497
|
+
certificates?: Certificate[] | undefined;
|
|
465
498
|
}
|
|
466
499
|
export interface ListCodeInterpreterSessionsRequest {
|
|
467
500
|
codeInterpreterIdentifier: string | undefined;
|
|
@@ -487,6 +520,7 @@ export interface StartCodeInterpreterSessionRequest {
|
|
|
487
520
|
codeInterpreterIdentifier: string | undefined;
|
|
488
521
|
name?: string | undefined;
|
|
489
522
|
sessionTimeoutSeconds?: number | undefined;
|
|
523
|
+
certificates?: Certificate[] | undefined;
|
|
490
524
|
clientToken?: string | undefined;
|
|
491
525
|
}
|
|
492
526
|
export interface StartCodeInterpreterSessionResponse {
|
|
@@ -33,10 +33,12 @@ export declare var BatchUpdateMemoryRecordsInput$: StaticStructureSchema;
|
|
|
33
33
|
export declare var BatchUpdateMemoryRecordsOutput$: StaticStructureSchema;
|
|
34
34
|
export declare var Branch$: StaticStructureSchema;
|
|
35
35
|
export declare var BranchFilter$: StaticStructureSchema;
|
|
36
|
+
export declare var BrowserEnterprisePolicy$: StaticStructureSchema;
|
|
36
37
|
export declare var BrowserExtension$: StaticStructureSchema;
|
|
37
38
|
export declare var BrowserProfileConfiguration$: StaticStructureSchema;
|
|
38
39
|
export declare var BrowserSessionStream$: StaticStructureSchema;
|
|
39
40
|
export declare var BrowserSessionSummary$: StaticStructureSchema;
|
|
41
|
+
export declare var Certificate$: StaticStructureSchema;
|
|
40
42
|
export declare var CodeInterpreterResult$: StaticStructureSchema;
|
|
41
43
|
export declare var CodeInterpreterSessionSummary$: StaticStructureSchema;
|
|
42
44
|
export declare var CompleteResourceTokenAuthRequest$: StaticStructureSchema;
|
|
@@ -123,6 +125,7 @@ export declare var S3Location$: StaticStructureSchema;
|
|
|
123
125
|
export declare var SaveBrowserSessionProfileRequest$: StaticStructureSchema;
|
|
124
126
|
export declare var SaveBrowserSessionProfileResponse$: StaticStructureSchema;
|
|
125
127
|
export declare var SearchCriteria$: StaticStructureSchema;
|
|
128
|
+
export declare var SecretsManagerLocation$: StaticStructureSchema;
|
|
126
129
|
export declare var SessionSummary$: StaticStructureSchema;
|
|
127
130
|
export declare var SpanContext$: StaticStructureSchema;
|
|
128
131
|
export declare var StartBrowserSessionRequest$: StaticStructureSchema;
|
|
@@ -144,6 +147,7 @@ export declare var UpdateBrowserStreamRequest$: StaticStructureSchema;
|
|
|
144
147
|
export declare var UpdateBrowserStreamResponse$: StaticStructureSchema;
|
|
145
148
|
export declare var ValidationExceptionField$: StaticStructureSchema;
|
|
146
149
|
export declare var ViewPort$: StaticStructureSchema;
|
|
150
|
+
export declare var CertificateLocation$: StaticUnionSchema;
|
|
147
151
|
export declare var CodeInterpreterStreamOutput$: StaticUnionSchema;
|
|
148
152
|
export declare var Content$: StaticUnionSchema;
|
|
149
153
|
export declare var Context$: StaticUnionSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-bedrock-agentcore",
|
|
3
3
|
"description": "AWS SDK for JavaScript Bedrock Agentcore Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1013.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-bedrock-agentcore",
|
|
@@ -21,17 +21,17 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.22",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.23",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.8",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.23",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.8",
|
|
31
31
|
"@aws-sdk/types": "^3.973.6",
|
|
32
32
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.973.9",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.11",
|
|
36
36
|
"@smithy/core": "^3.23.12",
|
|
37
37
|
"@smithy/eventstream-serde-browser": "^4.2.12",
|