@aws-sdk/client-bedrock-agentcore 3.985.0 → 3.987.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 +63 -8
- package/dist-es/schemas/schemas_0.js +58 -8
- package/dist-types/commands/GetBrowserSessionCommand.d.ts +23 -0
- package/dist-types/commands/StartBrowserSessionCommand.d.ts +23 -0
- package/dist-types/models/models_0.d.ts +140 -0
- package/dist-types/schemas/schemas_0.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +50 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +6 -0
- package/package.json +2 -2
package/dist-cjs/index.js
CHANGED
|
@@ -303,6 +303,7 @@ const _ASu = "AutomationStream";
|
|
|
303
303
|
const _ATT = "AccessTokenType";
|
|
304
304
|
const _AUT = "AuthorizationUrlType";
|
|
305
305
|
const _B = "Body";
|
|
306
|
+
const _BA = "BasicAuth";
|
|
306
307
|
const _BCMR = "BatchCreateMemoryRecords";
|
|
307
308
|
const _BCMRI = "BatchCreateMemoryRecordsInput";
|
|
308
309
|
const _BCMRO = "BatchCreateMemoryRecordsOutput";
|
|
@@ -358,6 +359,7 @@ const _EJMx = "ExtractionJobMessages";
|
|
|
358
359
|
const _EL = "EventList";
|
|
359
360
|
const _EMFE = "EventMetadataFilterExpression";
|
|
360
361
|
const _EMFL = "EventMetadataFilterList";
|
|
362
|
+
const _EP = "ExternalProxy";
|
|
361
363
|
const _ER = "EvaluateRequest";
|
|
362
364
|
const _ERC = "EvaluationResultContent";
|
|
363
365
|
const _ERv = "EvaluateResponse";
|
|
@@ -448,8 +450,13 @@ const _MRUI = "MemoryRecordUpdateInput";
|
|
|
448
450
|
const _MRUIL = "MemoryRecordsUpdateInputList";
|
|
449
451
|
const _MSI = "Mcp-Session-Id";
|
|
450
452
|
const _MV = "MetadataValue";
|
|
453
|
+
const _P = "Proxies";
|
|
454
|
+
const _PB = "ProxyBypass";
|
|
455
|
+
const _PC = "ProxyConfiguration";
|
|
456
|
+
const _PCr = "ProxyCredentials";
|
|
451
457
|
const _PT = "PayloadType";
|
|
452
458
|
const _PTL = "PayloadTypeList";
|
|
459
|
+
const _Pr = "Proxy";
|
|
453
460
|
const _RC = "ResourceContent";
|
|
454
461
|
const _RCE = "RetryableConflictException";
|
|
455
462
|
const _RCEu = "RuntimeClientError";
|
|
@@ -525,10 +532,12 @@ const _aT = "accessToken";
|
|
|
525
532
|
const _aU = "authorizationUrl";
|
|
526
533
|
const _ar = "arguments";
|
|
527
534
|
const _b = "branch";
|
|
535
|
+
const _bA = "basicAuth";
|
|
528
536
|
const _bI = "browserIdentifier";
|
|
529
537
|
const _ba = "baggage";
|
|
530
538
|
const _bl = "blob";
|
|
531
539
|
const _bu = "bucket";
|
|
540
|
+
const _by = "bypass";
|
|
532
541
|
const _c = "client";
|
|
533
542
|
const _cA = "createdAt";
|
|
534
543
|
const _cC = "clearContext";
|
|
@@ -543,8 +552,10 @@ const _cod = "code";
|
|
|
543
552
|
const _com = "command";
|
|
544
553
|
const _con = "context";
|
|
545
554
|
const _conv = "conversational";
|
|
555
|
+
const _cr = "credentials";
|
|
546
556
|
const _d = "data";
|
|
547
|
-
const _dP = "
|
|
557
|
+
const _dP = "domainPatterns";
|
|
558
|
+
const _dPi = "directoryPath";
|
|
548
559
|
const _de = "description";
|
|
549
560
|
const _e = "error";
|
|
550
561
|
const _eA = "evaluatorArn";
|
|
@@ -557,6 +568,7 @@ const _eJ = "extractionJob";
|
|
|
557
568
|
const _eM = "errorMessage";
|
|
558
569
|
const _eMv = "eventMetadata";
|
|
559
570
|
const _eN = "evaluatorName";
|
|
571
|
+
const _eP = "externalProxy";
|
|
560
572
|
const _eR = "evaluationResults";
|
|
561
573
|
const _eT = "eventTimestamp";
|
|
562
574
|
const _eTv = "evaluationTarget";
|
|
@@ -617,10 +629,13 @@ const _oF = "oauth2Flow";
|
|
|
617
629
|
const _oT = "outputTokens";
|
|
618
630
|
const _p = "payload";
|
|
619
631
|
const _pC = "profileConfiguration";
|
|
632
|
+
const _pCr = "proxyConfiguration";
|
|
620
633
|
const _pI = "profileIdentifier";
|
|
621
634
|
const _pa = "path";
|
|
622
635
|
const _pat = "paths";
|
|
623
|
-
const
|
|
636
|
+
const _po = "port";
|
|
637
|
+
const _pr = "proxies";
|
|
638
|
+
const _pre = "prefix";
|
|
624
639
|
const _q = "qualifier";
|
|
625
640
|
const _r = "records";
|
|
626
641
|
const _rCPN = "resourceCredentialProviderName";
|
|
@@ -637,6 +652,7 @@ const _resu = "result";
|
|
|
637
652
|
const _ri = "right";
|
|
638
653
|
const _ro = "role";
|
|
639
654
|
const _s = "sensitive";
|
|
655
|
+
const _sA = "secretArn";
|
|
640
656
|
const _sC = "structuredContent";
|
|
641
657
|
const _sCe = "searchCriteria";
|
|
642
658
|
const _sCp = "spanContext";
|
|
@@ -733,6 +749,11 @@ var AutomationStreamUpdate$ = [3, n0, _ASU,
|
|
|
733
749
|
[_sS],
|
|
734
750
|
[0]
|
|
735
751
|
];
|
|
752
|
+
var BasicAuth$ = [3, n0, _BA,
|
|
753
|
+
0,
|
|
754
|
+
[_sA],
|
|
755
|
+
[0], 1
|
|
756
|
+
];
|
|
736
757
|
var BatchCreateMemoryRecordsInput$ = [3, n0, _BCMRI,
|
|
737
758
|
0,
|
|
738
759
|
[_mI, _r, _cT],
|
|
@@ -890,6 +911,11 @@ var EventMetadataFilterExpression$ = [3, n0, _EMFE,
|
|
|
890
911
|
[_le, _o, _ri],
|
|
891
912
|
[() => LeftExpression$, 0, () => RightExpression$], 2
|
|
892
913
|
];
|
|
914
|
+
var ExternalProxy$ = [3, n0, _EP,
|
|
915
|
+
0,
|
|
916
|
+
[_se, _po, _dP, _cr],
|
|
917
|
+
[0, 1, 64 | 0, () => ProxyCredentials$], 2
|
|
918
|
+
];
|
|
893
919
|
var ExtractionJob$ = [3, n0, _EJ,
|
|
894
920
|
0,
|
|
895
921
|
[_jI],
|
|
@@ -927,8 +953,8 @@ var GetBrowserSessionRequest$ = [3, n0, _GBSR,
|
|
|
927
953
|
];
|
|
928
954
|
var GetBrowserSessionResponse$ = [3, n0, _GBSRe,
|
|
929
955
|
0,
|
|
930
|
-
[_bI, _sI, _cA, _n, _vP, _ext, _pC, _sTS, _sta, _str, _sRA, _lUA],
|
|
931
|
-
[0, 0, 5, 0, () => ViewPort$, () => BrowserExtensions, () => BrowserProfileConfiguration$, 1, 0, () => BrowserSessionStream$, 0, 5], 3
|
|
956
|
+
[_bI, _sI, _cA, _n, _vP, _ext, _pC, _sTS, _sta, _str, _pCr, _sRA, _lUA],
|
|
957
|
+
[0, 0, 5, 0, () => ViewPort$, () => BrowserExtensions, () => BrowserProfileConfiguration$, 1, 0, () => BrowserSessionStream$, () => ProxyConfiguration$, 0, 5], 3
|
|
932
958
|
];
|
|
933
959
|
var GetCodeInterpreterSessionRequest$ = [3, n0, _GCISR,
|
|
934
960
|
0,
|
|
@@ -1162,6 +1188,16 @@ var MessageMetadata$ = [3, n0, _MM,
|
|
|
1162
1188
|
[_eI, _mIe],
|
|
1163
1189
|
[0, 1], 2
|
|
1164
1190
|
];
|
|
1191
|
+
var ProxyBypass$ = [3, n0, _PB,
|
|
1192
|
+
0,
|
|
1193
|
+
[_dP],
|
|
1194
|
+
[64 | 0]
|
|
1195
|
+
];
|
|
1196
|
+
var ProxyConfiguration$ = [3, n0, _PC,
|
|
1197
|
+
0,
|
|
1198
|
+
[_pr, _by],
|
|
1199
|
+
[() => Proxies, () => ProxyBypass$], 1
|
|
1200
|
+
];
|
|
1165
1201
|
var ResourceContent$ = [3, n0, _RC,
|
|
1166
1202
|
0,
|
|
1167
1203
|
[_t, _u, _mT, _te, _bl],
|
|
@@ -1197,7 +1233,7 @@ var RuntimeClientError$ = [-3, n0, _RCEu,
|
|
|
1197
1233
|
schema.TypeRegistry.for(n0).registerError(RuntimeClientError$, RuntimeClientError);
|
|
1198
1234
|
var S3Location$ = [3, n0, _SL,
|
|
1199
1235
|
0,
|
|
1200
|
-
[_bu,
|
|
1236
|
+
[_bu, _pre, _vI],
|
|
1201
1237
|
[0, 0, 0], 2
|
|
1202
1238
|
];
|
|
1203
1239
|
var SaveBrowserSessionProfileRequest$ = [3, n0, _SBSPR,
|
|
@@ -1239,8 +1275,8 @@ var SpanContext$ = [3, n0, _SCp,
|
|
|
1239
1275
|
];
|
|
1240
1276
|
var StartBrowserSessionRequest$ = [3, n0, _SBSR,
|
|
1241
1277
|
0,
|
|
1242
|
-
[_bI, _tI, _tP, _n, _sTS, _vP, _ext, _pC, _cT],
|
|
1243
|
-
[[0, 1], [0, { [_hH]: _XATI }], [0, { [_hH]: _tr }], 0, 1, () => ViewPort$, () => BrowserExtensions, () => BrowserProfileConfiguration$, [0, 4]], 1
|
|
1278
|
+
[_bI, _tI, _tP, _n, _sTS, _vP, _ext, _pC, _pCr, _cT],
|
|
1279
|
+
[[0, 1], [0, { [_hH]: _XATI }], [0, { [_hH]: _tr }], 0, 1, () => ViewPort$, () => BrowserExtensions, () => BrowserProfileConfiguration$, () => ProxyConfiguration$, [0, 4]], 1
|
|
1244
1280
|
];
|
|
1245
1281
|
var StartBrowserSessionResponse$ = [3, n0, _SBSRt,
|
|
1246
1282
|
0,
|
|
@@ -1316,7 +1352,7 @@ var TokenUsage$ = [3, n0, _TU,
|
|
|
1316
1352
|
];
|
|
1317
1353
|
var ToolArguments$ = [3, n0, _TA,
|
|
1318
1354
|
0,
|
|
1319
|
-
[_cod, _lan, _cC, _com, _pa, _pat, _co,
|
|
1355
|
+
[_cod, _lan, _cC, _com, _pa, _pat, _co, _dPi, _tIa],
|
|
1320
1356
|
[0, 0, 2, 0, 0, 64 | 0, [() => InputContentBlockList, 0], 0, 0]
|
|
1321
1357
|
];
|
|
1322
1358
|
var ToolResultStructuredContent$ = [3, n0, _TRSC,
|
|
@@ -1419,6 +1455,9 @@ var PayloadTypeList = [1, n0, _PTL,
|
|
|
1419
1455
|
0, [() => PayloadType$,
|
|
1420
1456
|
0]
|
|
1421
1457
|
];
|
|
1458
|
+
var Proxies = [1, n0, _P,
|
|
1459
|
+
0, () => Proxy$
|
|
1460
|
+
];
|
|
1422
1461
|
var SessionSummaryList = [1, n0, _SSL,
|
|
1423
1462
|
0, () => SessionSummary$
|
|
1424
1463
|
];
|
|
@@ -1487,6 +1526,16 @@ var PayloadType$ = [4, n0, _PT,
|
|
|
1487
1526
|
[_conv, _bl],
|
|
1488
1527
|
[[() => Conversational$, 0], [() => Document, 0]]
|
|
1489
1528
|
];
|
|
1529
|
+
var Proxy$ = [4, n0, _Pr,
|
|
1530
|
+
0,
|
|
1531
|
+
[_eP],
|
|
1532
|
+
[() => ExternalProxy$]
|
|
1533
|
+
];
|
|
1534
|
+
var ProxyCredentials$ = [4, n0, _PCr,
|
|
1535
|
+
0,
|
|
1536
|
+
[_bA],
|
|
1537
|
+
[() => BasicAuth$]
|
|
1538
|
+
];
|
|
1490
1539
|
var ResourceLocation$ = [4, n0, _RL,
|
|
1491
1540
|
0,
|
|
1492
1541
|
[_s_],
|
|
@@ -2207,6 +2256,7 @@ exports.ActorSummary$ = ActorSummary$;
|
|
|
2207
2256
|
exports.AutomationStream$ = AutomationStream$;
|
|
2208
2257
|
exports.AutomationStreamStatus = AutomationStreamStatus;
|
|
2209
2258
|
exports.AutomationStreamUpdate$ = AutomationStreamUpdate$;
|
|
2259
|
+
exports.BasicAuth$ = BasicAuth$;
|
|
2210
2260
|
exports.BatchCreateMemoryRecords$ = BatchCreateMemoryRecords$;
|
|
2211
2261
|
exports.BatchCreateMemoryRecordsCommand = BatchCreateMemoryRecordsCommand;
|
|
2212
2262
|
exports.BatchCreateMemoryRecordsInput$ = BatchCreateMemoryRecordsInput$;
|
|
@@ -2268,6 +2318,7 @@ exports.EvaluationResultContent$ = EvaluationResultContent$;
|
|
|
2268
2318
|
exports.EvaluationTarget$ = EvaluationTarget$;
|
|
2269
2319
|
exports.Event$ = Event$;
|
|
2270
2320
|
exports.EventMetadataFilterExpression$ = EventMetadataFilterExpression$;
|
|
2321
|
+
exports.ExternalProxy$ = ExternalProxy$;
|
|
2271
2322
|
exports.ExtractionJob$ = ExtractionJob$;
|
|
2272
2323
|
exports.ExtractionJobFilterInput$ = ExtractionJobFilterInput$;
|
|
2273
2324
|
exports.ExtractionJobMessages$ = ExtractionJobMessages$;
|
|
@@ -2372,6 +2423,10 @@ exports.Oauth2FlowType = Oauth2FlowType;
|
|
|
2372
2423
|
exports.OperatorType = OperatorType;
|
|
2373
2424
|
exports.PayloadType$ = PayloadType$;
|
|
2374
2425
|
exports.ProgrammingLanguage = ProgrammingLanguage;
|
|
2426
|
+
exports.Proxy$ = Proxy$;
|
|
2427
|
+
exports.ProxyBypass$ = ProxyBypass$;
|
|
2428
|
+
exports.ProxyConfiguration$ = ProxyConfiguration$;
|
|
2429
|
+
exports.ProxyCredentials$ = ProxyCredentials$;
|
|
2375
2430
|
exports.ResourceContent$ = ResourceContent$;
|
|
2376
2431
|
exports.ResourceContentType = ResourceContentType;
|
|
2377
2432
|
exports.ResourceLocation$ = ResourceLocation$;
|
|
@@ -8,6 +8,7 @@ const _ASu = "AutomationStream";
|
|
|
8
8
|
const _ATT = "AccessTokenType";
|
|
9
9
|
const _AUT = "AuthorizationUrlType";
|
|
10
10
|
const _B = "Body";
|
|
11
|
+
const _BA = "BasicAuth";
|
|
11
12
|
const _BCMR = "BatchCreateMemoryRecords";
|
|
12
13
|
const _BCMRI = "BatchCreateMemoryRecordsInput";
|
|
13
14
|
const _BCMRO = "BatchCreateMemoryRecordsOutput";
|
|
@@ -63,6 +64,7 @@ const _EJMx = "ExtractionJobMessages";
|
|
|
63
64
|
const _EL = "EventList";
|
|
64
65
|
const _EMFE = "EventMetadataFilterExpression";
|
|
65
66
|
const _EMFL = "EventMetadataFilterList";
|
|
67
|
+
const _EP = "ExternalProxy";
|
|
66
68
|
const _ER = "EvaluateRequest";
|
|
67
69
|
const _ERC = "EvaluationResultContent";
|
|
68
70
|
const _ERv = "EvaluateResponse";
|
|
@@ -153,8 +155,13 @@ const _MRUI = "MemoryRecordUpdateInput";
|
|
|
153
155
|
const _MRUIL = "MemoryRecordsUpdateInputList";
|
|
154
156
|
const _MSI = "Mcp-Session-Id";
|
|
155
157
|
const _MV = "MetadataValue";
|
|
158
|
+
const _P = "Proxies";
|
|
159
|
+
const _PB = "ProxyBypass";
|
|
160
|
+
const _PC = "ProxyConfiguration";
|
|
161
|
+
const _PCr = "ProxyCredentials";
|
|
156
162
|
const _PT = "PayloadType";
|
|
157
163
|
const _PTL = "PayloadTypeList";
|
|
164
|
+
const _Pr = "Proxy";
|
|
158
165
|
const _RC = "ResourceContent";
|
|
159
166
|
const _RCE = "RetryableConflictException";
|
|
160
167
|
const _RCEu = "RuntimeClientError";
|
|
@@ -230,10 +237,12 @@ const _aT = "accessToken";
|
|
|
230
237
|
const _aU = "authorizationUrl";
|
|
231
238
|
const _ar = "arguments";
|
|
232
239
|
const _b = "branch";
|
|
240
|
+
const _bA = "basicAuth";
|
|
233
241
|
const _bI = "browserIdentifier";
|
|
234
242
|
const _ba = "baggage";
|
|
235
243
|
const _bl = "blob";
|
|
236
244
|
const _bu = "bucket";
|
|
245
|
+
const _by = "bypass";
|
|
237
246
|
const _c = "client";
|
|
238
247
|
const _cA = "createdAt";
|
|
239
248
|
const _cC = "clearContext";
|
|
@@ -248,8 +257,10 @@ const _cod = "code";
|
|
|
248
257
|
const _com = "command";
|
|
249
258
|
const _con = "context";
|
|
250
259
|
const _conv = "conversational";
|
|
260
|
+
const _cr = "credentials";
|
|
251
261
|
const _d = "data";
|
|
252
|
-
const _dP = "
|
|
262
|
+
const _dP = "domainPatterns";
|
|
263
|
+
const _dPi = "directoryPath";
|
|
253
264
|
const _de = "description";
|
|
254
265
|
const _e = "error";
|
|
255
266
|
const _eA = "evaluatorArn";
|
|
@@ -262,6 +273,7 @@ const _eJ = "extractionJob";
|
|
|
262
273
|
const _eM = "errorMessage";
|
|
263
274
|
const _eMv = "eventMetadata";
|
|
264
275
|
const _eN = "evaluatorName";
|
|
276
|
+
const _eP = "externalProxy";
|
|
265
277
|
const _eR = "evaluationResults";
|
|
266
278
|
const _eT = "eventTimestamp";
|
|
267
279
|
const _eTv = "evaluationTarget";
|
|
@@ -322,10 +334,13 @@ const _oF = "oauth2Flow";
|
|
|
322
334
|
const _oT = "outputTokens";
|
|
323
335
|
const _p = "payload";
|
|
324
336
|
const _pC = "profileConfiguration";
|
|
337
|
+
const _pCr = "proxyConfiguration";
|
|
325
338
|
const _pI = "profileIdentifier";
|
|
326
339
|
const _pa = "path";
|
|
327
340
|
const _pat = "paths";
|
|
328
|
-
const
|
|
341
|
+
const _po = "port";
|
|
342
|
+
const _pr = "proxies";
|
|
343
|
+
const _pre = "prefix";
|
|
329
344
|
const _q = "qualifier";
|
|
330
345
|
const _r = "records";
|
|
331
346
|
const _rCPN = "resourceCredentialProviderName";
|
|
@@ -342,6 +357,7 @@ const _resu = "result";
|
|
|
342
357
|
const _ri = "right";
|
|
343
358
|
const _ro = "role";
|
|
344
359
|
const _s = "sensitive";
|
|
360
|
+
const _sA = "secretArn";
|
|
345
361
|
const _sC = "structuredContent";
|
|
346
362
|
const _sCe = "searchCriteria";
|
|
347
363
|
const _sCp = "spanContext";
|
|
@@ -441,6 +457,11 @@ export var AutomationStreamUpdate$ = [3, n0, _ASU,
|
|
|
441
457
|
[_sS],
|
|
442
458
|
[0]
|
|
443
459
|
];
|
|
460
|
+
export var BasicAuth$ = [3, n0, _BA,
|
|
461
|
+
0,
|
|
462
|
+
[_sA],
|
|
463
|
+
[0], 1
|
|
464
|
+
];
|
|
444
465
|
export var BatchCreateMemoryRecordsInput$ = [3, n0, _BCMRI,
|
|
445
466
|
0,
|
|
446
467
|
[_mI, _r, _cT],
|
|
@@ -598,6 +619,11 @@ export var EventMetadataFilterExpression$ = [3, n0, _EMFE,
|
|
|
598
619
|
[_le, _o, _ri],
|
|
599
620
|
[() => LeftExpression$, 0, () => RightExpression$], 2
|
|
600
621
|
];
|
|
622
|
+
export var ExternalProxy$ = [3, n0, _EP,
|
|
623
|
+
0,
|
|
624
|
+
[_se, _po, _dP, _cr],
|
|
625
|
+
[0, 1, 64 | 0, () => ProxyCredentials$], 2
|
|
626
|
+
];
|
|
601
627
|
export var ExtractionJob$ = [3, n0, _EJ,
|
|
602
628
|
0,
|
|
603
629
|
[_jI],
|
|
@@ -635,8 +661,8 @@ export var GetBrowserSessionRequest$ = [3, n0, _GBSR,
|
|
|
635
661
|
];
|
|
636
662
|
export var GetBrowserSessionResponse$ = [3, n0, _GBSRe,
|
|
637
663
|
0,
|
|
638
|
-
[_bI, _sI, _cA, _n, _vP, _ext, _pC, _sTS, _sta, _str, _sRA, _lUA],
|
|
639
|
-
[0, 0, 5, 0, () => ViewPort$, () => BrowserExtensions, () => BrowserProfileConfiguration$, 1, 0, () => BrowserSessionStream$, 0, 5], 3
|
|
664
|
+
[_bI, _sI, _cA, _n, _vP, _ext, _pC, _sTS, _sta, _str, _pCr, _sRA, _lUA],
|
|
665
|
+
[0, 0, 5, 0, () => ViewPort$, () => BrowserExtensions, () => BrowserProfileConfiguration$, 1, 0, () => BrowserSessionStream$, () => ProxyConfiguration$, 0, 5], 3
|
|
640
666
|
];
|
|
641
667
|
export var GetCodeInterpreterSessionRequest$ = [3, n0, _GCISR,
|
|
642
668
|
0,
|
|
@@ -870,6 +896,16 @@ export var MessageMetadata$ = [3, n0, _MM,
|
|
|
870
896
|
[_eI, _mIe],
|
|
871
897
|
[0, 1], 2
|
|
872
898
|
];
|
|
899
|
+
export var ProxyBypass$ = [3, n0, _PB,
|
|
900
|
+
0,
|
|
901
|
+
[_dP],
|
|
902
|
+
[64 | 0]
|
|
903
|
+
];
|
|
904
|
+
export var ProxyConfiguration$ = [3, n0, _PC,
|
|
905
|
+
0,
|
|
906
|
+
[_pr, _by],
|
|
907
|
+
[() => Proxies, () => ProxyBypass$], 1
|
|
908
|
+
];
|
|
873
909
|
export var ResourceContent$ = [3, n0, _RC,
|
|
874
910
|
0,
|
|
875
911
|
[_t, _u, _mT, _te, _bl],
|
|
@@ -905,7 +941,7 @@ export var RuntimeClientError$ = [-3, n0, _RCEu,
|
|
|
905
941
|
TypeRegistry.for(n0).registerError(RuntimeClientError$, RuntimeClientError);
|
|
906
942
|
export var S3Location$ = [3, n0, _SL,
|
|
907
943
|
0,
|
|
908
|
-
[_bu,
|
|
944
|
+
[_bu, _pre, _vI],
|
|
909
945
|
[0, 0, 0], 2
|
|
910
946
|
];
|
|
911
947
|
export var SaveBrowserSessionProfileRequest$ = [3, n0, _SBSPR,
|
|
@@ -947,8 +983,8 @@ export var SpanContext$ = [3, n0, _SCp,
|
|
|
947
983
|
];
|
|
948
984
|
export var StartBrowserSessionRequest$ = [3, n0, _SBSR,
|
|
949
985
|
0,
|
|
950
|
-
[_bI, _tI, _tP, _n, _sTS, _vP, _ext, _pC, _cT],
|
|
951
|
-
[[0, 1], [0, { [_hH]: _XATI }], [0, { [_hH]: _tr }], 0, 1, () => ViewPort$, () => BrowserExtensions, () => BrowserProfileConfiguration$, [0, 4]], 1
|
|
986
|
+
[_bI, _tI, _tP, _n, _sTS, _vP, _ext, _pC, _pCr, _cT],
|
|
987
|
+
[[0, 1], [0, { [_hH]: _XATI }], [0, { [_hH]: _tr }], 0, 1, () => ViewPort$, () => BrowserExtensions, () => BrowserProfileConfiguration$, () => ProxyConfiguration$, [0, 4]], 1
|
|
952
988
|
];
|
|
953
989
|
export var StartBrowserSessionResponse$ = [3, n0, _SBSRt,
|
|
954
990
|
0,
|
|
@@ -1024,7 +1060,7 @@ export var TokenUsage$ = [3, n0, _TU,
|
|
|
1024
1060
|
];
|
|
1025
1061
|
export var ToolArguments$ = [3, n0, _TA,
|
|
1026
1062
|
0,
|
|
1027
|
-
[_cod, _lan, _cC, _com, _pa, _pat, _co,
|
|
1063
|
+
[_cod, _lan, _cC, _com, _pa, _pat, _co, _dPi, _tIa],
|
|
1028
1064
|
[0, 0, 2, 0, 0, 64 | 0, [() => InputContentBlockList, 0], 0, 0]
|
|
1029
1065
|
];
|
|
1030
1066
|
export var ToolResultStructuredContent$ = [3, n0, _TRSC,
|
|
@@ -1081,6 +1117,7 @@ var CodeInterpreterSessionSummaries = [1, n0, _CISSo,
|
|
|
1081
1117
|
var ContentBlockList = [1, n0, _CBL,
|
|
1082
1118
|
0, () => ContentBlock$
|
|
1083
1119
|
];
|
|
1120
|
+
var DomainPatterns = 64 | 0;
|
|
1084
1121
|
var EvaluationResults = [1, n0, _ERva,
|
|
1085
1122
|
0, [() => EvaluationResultContent$,
|
|
1086
1123
|
0]
|
|
@@ -1128,6 +1165,9 @@ var PayloadTypeList = [1, n0, _PTL,
|
|
|
1128
1165
|
0, [() => PayloadType$,
|
|
1129
1166
|
0]
|
|
1130
1167
|
];
|
|
1168
|
+
var Proxies = [1, n0, _P,
|
|
1169
|
+
0, () => Proxy$
|
|
1170
|
+
];
|
|
1131
1171
|
var ScopesListType = 64 | 0;
|
|
1132
1172
|
var SessionSummaryList = [1, n0, _SSL,
|
|
1133
1173
|
0, () => SessionSummary$
|
|
@@ -1200,6 +1240,16 @@ export var PayloadType$ = [4, n0, _PT,
|
|
|
1200
1240
|
[_conv, _bl],
|
|
1201
1241
|
[[() => Conversational$, 0], [() => Document, 0]]
|
|
1202
1242
|
];
|
|
1243
|
+
export var Proxy$ = [4, n0, _Pr,
|
|
1244
|
+
0,
|
|
1245
|
+
[_eP],
|
|
1246
|
+
[() => ExternalProxy$]
|
|
1247
|
+
];
|
|
1248
|
+
export var ProxyCredentials$ = [4, n0, _PCr,
|
|
1249
|
+
0,
|
|
1250
|
+
[_bA],
|
|
1251
|
+
[() => BasicAuth$]
|
|
1252
|
+
];
|
|
1203
1253
|
export var ResourceLocation$ = [4, n0, _RL,
|
|
1204
1254
|
0,
|
|
1205
1255
|
[_s_],
|
|
@@ -76,6 +76,29 @@ declare const GetBrowserSessionCommand_base: {
|
|
|
76
76
|
* // streamEndpoint: "STRING_VALUE",
|
|
77
77
|
* // },
|
|
78
78
|
* // },
|
|
79
|
+
* // proxyConfiguration: { // ProxyConfiguration
|
|
80
|
+
* // proxies: [ // Proxies // required
|
|
81
|
+
* // { // Proxy Union: only one key present
|
|
82
|
+
* // externalProxy: { // ExternalProxy
|
|
83
|
+
* // server: "STRING_VALUE", // required
|
|
84
|
+
* // port: Number("int"), // required
|
|
85
|
+
* // domainPatterns: [ // DomainPatterns
|
|
86
|
+
* // "STRING_VALUE",
|
|
87
|
+
* // ],
|
|
88
|
+
* // credentials: { // ProxyCredentials Union: only one key present
|
|
89
|
+
* // basicAuth: { // BasicAuth
|
|
90
|
+
* // secretArn: "STRING_VALUE", // required
|
|
91
|
+
* // },
|
|
92
|
+
* // },
|
|
93
|
+
* // },
|
|
94
|
+
* // },
|
|
95
|
+
* // ],
|
|
96
|
+
* // bypass: { // ProxyBypass
|
|
97
|
+
* // domainPatterns: [
|
|
98
|
+
* // "STRING_VALUE",
|
|
99
|
+
* // ],
|
|
100
|
+
* // },
|
|
101
|
+
* // },
|
|
79
102
|
* // sessionReplayArtifact: "STRING_VALUE",
|
|
80
103
|
* // lastUpdatedAt: new Date("TIMESTAMP"),
|
|
81
104
|
* // };
|
|
@@ -60,6 +60,29 @@ declare const StartBrowserSessionCommand_base: {
|
|
|
60
60
|
* profileConfiguration: { // BrowserProfileConfiguration
|
|
61
61
|
* profileIdentifier: "STRING_VALUE", // required
|
|
62
62
|
* },
|
|
63
|
+
* proxyConfiguration: { // ProxyConfiguration
|
|
64
|
+
* proxies: [ // Proxies // required
|
|
65
|
+
* { // Proxy Union: only one key present
|
|
66
|
+
* externalProxy: { // ExternalProxy
|
|
67
|
+
* server: "STRING_VALUE", // required
|
|
68
|
+
* port: Number("int"), // required
|
|
69
|
+
* domainPatterns: [ // DomainPatterns
|
|
70
|
+
* "STRING_VALUE",
|
|
71
|
+
* ],
|
|
72
|
+
* credentials: { // ProxyCredentials Union: only one key present
|
|
73
|
+
* basicAuth: { // BasicAuth
|
|
74
|
+
* secretArn: "STRING_VALUE", // required
|
|
75
|
+
* },
|
|
76
|
+
* },
|
|
77
|
+
* },
|
|
78
|
+
* },
|
|
79
|
+
* ],
|
|
80
|
+
* bypass: { // ProxyBypass
|
|
81
|
+
* domainPatterns: [
|
|
82
|
+
* "STRING_VALUE",
|
|
83
|
+
* ],
|
|
84
|
+
* },
|
|
85
|
+
* },
|
|
63
86
|
* clientToken: "STRING_VALUE",
|
|
64
87
|
* };
|
|
65
88
|
* const command = new StartBrowserSessionCommand(input);
|
|
@@ -389,6 +389,136 @@ export interface BrowserProfileConfiguration {
|
|
|
389
389
|
*/
|
|
390
390
|
profileIdentifier: string | undefined;
|
|
391
391
|
}
|
|
392
|
+
/**
|
|
393
|
+
* <p>Configuration for domains that should bypass all proxies and connect directly to the internet. These bypass rules take precedence over all proxy routing rules.</p>
|
|
394
|
+
* @public
|
|
395
|
+
*/
|
|
396
|
+
export interface ProxyBypass {
|
|
397
|
+
/**
|
|
398
|
+
* <p>Array of domain patterns that should bypass the proxy. Supports <code>.amazonaws.com</code> for subdomain matching or <code>amazonaws.com</code> for exact domain matching. Requests to these domains connect directly without using any proxy. Maximum 253 characters per pattern.</p>
|
|
399
|
+
* @public
|
|
400
|
+
*/
|
|
401
|
+
domainPatterns?: string[] | undefined;
|
|
402
|
+
}
|
|
403
|
+
/**
|
|
404
|
+
* <p>Configuration for HTTP Basic Authentication using credentials stored in Amazon Web Services Secrets Manager. The secret must contain a JSON object with <code>username</code> and <code>password</code> string fields. Username allows alphanumeric characters and <code>@._+=-</code> symbols (pattern: <code>^[a-zA-Z0-9@._+=\-]+$</code>). Password allows alphanumeric characters and <code>@._+=-!#$%&*</code> symbols (pattern: <code>^[a-zA-Z0-9@._+=\-!#$%&*]+$</code>). Both fields have a maximum length of 256 characters.</p>
|
|
405
|
+
* @public
|
|
406
|
+
*/
|
|
407
|
+
export interface BasicAuth {
|
|
408
|
+
/**
|
|
409
|
+
* <p>The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret containing proxy credentials. The secret must be a JSON object with <code>username</code> and <code>password</code> string fields that meet validation requirements. The caller must have <code>secretsmanager:GetSecretValue</code> permission for this ARN. Example secret format: <code>\{"username": "proxy_user", "password": "secure_password"\}</code> </p>
|
|
410
|
+
* @public
|
|
411
|
+
*/
|
|
412
|
+
secretArn: string | undefined;
|
|
413
|
+
}
|
|
414
|
+
/**
|
|
415
|
+
* <p>Union type representing different proxy authentication methods. Currently supports HTTP Basic Authentication (username and password).</p>
|
|
416
|
+
* @public
|
|
417
|
+
*/
|
|
418
|
+
export type ProxyCredentials = ProxyCredentials.BasicAuthMember | ProxyCredentials.$UnknownMember;
|
|
419
|
+
/**
|
|
420
|
+
* @public
|
|
421
|
+
*/
|
|
422
|
+
export declare namespace ProxyCredentials {
|
|
423
|
+
/**
|
|
424
|
+
* <p>HTTP Basic Authentication credentials (username and password) stored in Amazon Web Services Secrets Manager.</p>
|
|
425
|
+
* @public
|
|
426
|
+
*/
|
|
427
|
+
interface BasicAuthMember {
|
|
428
|
+
basicAuth: BasicAuth;
|
|
429
|
+
$unknown?: never;
|
|
430
|
+
}
|
|
431
|
+
/**
|
|
432
|
+
* @public
|
|
433
|
+
*/
|
|
434
|
+
interface $UnknownMember {
|
|
435
|
+
basicAuth?: never;
|
|
436
|
+
$unknown: [string, any];
|
|
437
|
+
}
|
|
438
|
+
/**
|
|
439
|
+
* @deprecated unused in schema-serde mode.
|
|
440
|
+
*
|
|
441
|
+
*/
|
|
442
|
+
interface Visitor<T> {
|
|
443
|
+
basicAuth: (value: BasicAuth) => T;
|
|
444
|
+
_: (name: string, value: any) => T;
|
|
445
|
+
}
|
|
446
|
+
}
|
|
447
|
+
/**
|
|
448
|
+
* <p>Configuration for a customer-managed external proxy server. Includes server location, optional domain-based routing patterns, and authentication credentials.</p>
|
|
449
|
+
* @public
|
|
450
|
+
*/
|
|
451
|
+
export interface ExternalProxy {
|
|
452
|
+
/**
|
|
453
|
+
* <p>The hostname of the proxy server. Must be a valid DNS hostname (maximum 253 characters).</p>
|
|
454
|
+
* @public
|
|
455
|
+
*/
|
|
456
|
+
server: string | undefined;
|
|
457
|
+
/**
|
|
458
|
+
* <p>The port number of the proxy server. Valid range: 1-65535.</p>
|
|
459
|
+
* @public
|
|
460
|
+
*/
|
|
461
|
+
port: number | undefined;
|
|
462
|
+
/**
|
|
463
|
+
* <p>Optional array of domain patterns that should route through this specific proxy. Supports <code>.example.com</code> for subdomain matching (matches any subdomain of example.com) or <code>example.com</code> for exact domain matching. If omitted, this proxy acts as a catch-all for domains not matched by other proxies. Maximum 100 patterns per proxy, each up to 253 characters.</p>
|
|
464
|
+
* @public
|
|
465
|
+
*/
|
|
466
|
+
domainPatterns?: string[] | undefined;
|
|
467
|
+
/**
|
|
468
|
+
* <p>Optional authentication credentials for the proxy server. If omitted, the proxy is accessed without authentication (useful for IP-allowlisted proxies).</p>
|
|
469
|
+
* @public
|
|
470
|
+
*/
|
|
471
|
+
credentials?: ProxyCredentials | undefined;
|
|
472
|
+
}
|
|
473
|
+
/**
|
|
474
|
+
* <p>Union type representing different proxy configurations. Currently supports external customer-managed proxies.</p>
|
|
475
|
+
* @public
|
|
476
|
+
*/
|
|
477
|
+
export type Proxy = Proxy.ExternalProxyMember | Proxy.$UnknownMember;
|
|
478
|
+
/**
|
|
479
|
+
* @public
|
|
480
|
+
*/
|
|
481
|
+
export declare namespace Proxy {
|
|
482
|
+
/**
|
|
483
|
+
* <p>Configuration for an external customer-managed proxy server.</p>
|
|
484
|
+
* @public
|
|
485
|
+
*/
|
|
486
|
+
interface ExternalProxyMember {
|
|
487
|
+
externalProxy: ExternalProxy;
|
|
488
|
+
$unknown?: never;
|
|
489
|
+
}
|
|
490
|
+
/**
|
|
491
|
+
* @public
|
|
492
|
+
*/
|
|
493
|
+
interface $UnknownMember {
|
|
494
|
+
externalProxy?: never;
|
|
495
|
+
$unknown: [string, any];
|
|
496
|
+
}
|
|
497
|
+
/**
|
|
498
|
+
* @deprecated unused in schema-serde mode.
|
|
499
|
+
*
|
|
500
|
+
*/
|
|
501
|
+
interface Visitor<T> {
|
|
502
|
+
externalProxy: (value: ExternalProxy) => T;
|
|
503
|
+
_: (name: string, value: any) => T;
|
|
504
|
+
}
|
|
505
|
+
}
|
|
506
|
+
/**
|
|
507
|
+
* <p>Configuration for routing browser traffic through customer-managed proxy servers. Supports 1-5 proxy servers for domain-based routing and proxy bypass rules.</p>
|
|
508
|
+
* @public
|
|
509
|
+
*/
|
|
510
|
+
export interface ProxyConfiguration {
|
|
511
|
+
/**
|
|
512
|
+
* <p>An array of 1-5 proxy server configurations for domain-based routing. Each proxy can specify which domains it handles via <code>domainPatterns</code>, enabling flexible routing of different traffic through different proxies based on destination domain.</p>
|
|
513
|
+
* @public
|
|
514
|
+
*/
|
|
515
|
+
proxies: Proxy[] | undefined;
|
|
516
|
+
/**
|
|
517
|
+
* <p>Optional configuration for domains that should bypass all proxies and connect directly to their destination, like the internet. Takes precedence over all proxy routing rules.</p>
|
|
518
|
+
* @public
|
|
519
|
+
*/
|
|
520
|
+
bypass?: ProxyBypass | undefined;
|
|
521
|
+
}
|
|
392
522
|
/**
|
|
393
523
|
* <p>The configuration for a stream that enables programmatic control of a browser session in Amazon Bedrock AgentCore. This stream provides a bidirectional communication channel for sending commands to the browser and receiving responses, allowing agents to automate web interactions such as navigation, form filling, and element clicking.</p>
|
|
394
524
|
* @public
|
|
@@ -502,6 +632,11 @@ export interface GetBrowserSessionResponse {
|
|
|
502
632
|
* @public
|
|
503
633
|
*/
|
|
504
634
|
streams?: BrowserSessionStream | undefined;
|
|
635
|
+
/**
|
|
636
|
+
* <p>The active proxy configuration for this browser session. This field is only present if proxy configuration was provided when the session was started using <code>StartBrowserSession</code>. The configuration includes proxy servers, domain bypass rules and the proxy authentication credentials.</p>
|
|
637
|
+
* @public
|
|
638
|
+
*/
|
|
639
|
+
proxyConfiguration?: ProxyConfiguration | undefined;
|
|
505
640
|
/**
|
|
506
641
|
* <p>The artifact containing the session replay information.</p>
|
|
507
642
|
* @public
|
|
@@ -633,6 +768,11 @@ export interface StartBrowserSessionRequest {
|
|
|
633
768
|
* @public
|
|
634
769
|
*/
|
|
635
770
|
profileConfiguration?: BrowserProfileConfiguration | undefined;
|
|
771
|
+
/**
|
|
772
|
+
* <p>Optional proxy configuration for routing browser traffic through customer-specified proxy servers. When provided, enables HTTP Basic authentication via Amazon Web Services Secrets Manager and domain-based routing rules. Requires <code>secretsmanager:GetSecretValue</code> IAM permission for the specified secret ARNs.</p>
|
|
773
|
+
* @public
|
|
774
|
+
*/
|
|
775
|
+
proxyConfiguration?: ProxyConfiguration | undefined;
|
|
636
776
|
/**
|
|
637
777
|
* <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>
|
|
638
778
|
* @public
|
|
@@ -3,6 +3,7 @@ export declare var AccessDeniedException$: StaticErrorSchema;
|
|
|
3
3
|
export declare var ActorSummary$: StaticStructureSchema;
|
|
4
4
|
export declare var AutomationStream$: StaticStructureSchema;
|
|
5
5
|
export declare var AutomationStreamUpdate$: StaticStructureSchema;
|
|
6
|
+
export declare var BasicAuth$: StaticStructureSchema;
|
|
6
7
|
export declare var BatchCreateMemoryRecordsInput$: StaticStructureSchema;
|
|
7
8
|
export declare var BatchCreateMemoryRecordsOutput$: StaticStructureSchema;
|
|
8
9
|
export declare var BatchDeleteMemoryRecordsInput$: StaticStructureSchema;
|
|
@@ -34,6 +35,7 @@ export declare var EvaluateResponse$: StaticStructureSchema;
|
|
|
34
35
|
export declare var EvaluationResultContent$: StaticStructureSchema;
|
|
35
36
|
export declare var Event$: StaticStructureSchema;
|
|
36
37
|
export declare var EventMetadataFilterExpression$: StaticStructureSchema;
|
|
38
|
+
export declare var ExternalProxy$: StaticStructureSchema;
|
|
37
39
|
export declare var ExtractionJob$: StaticStructureSchema;
|
|
38
40
|
export declare var ExtractionJobFilterInput$: StaticStructureSchema;
|
|
39
41
|
export declare var ExtractionJobMetadata$: StaticStructureSchema;
|
|
@@ -88,6 +90,8 @@ export declare var MemoryRecordOutput$: StaticStructureSchema;
|
|
|
88
90
|
export declare var MemoryRecordSummary$: StaticStructureSchema;
|
|
89
91
|
export declare var MemoryRecordUpdateInput$: StaticStructureSchema;
|
|
90
92
|
export declare var MessageMetadata$: StaticStructureSchema;
|
|
93
|
+
export declare var ProxyBypass$: StaticStructureSchema;
|
|
94
|
+
export declare var ProxyConfiguration$: StaticStructureSchema;
|
|
91
95
|
export declare var ResourceContent$: StaticStructureSchema;
|
|
92
96
|
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
93
97
|
export declare var RetrieveMemoryRecordsInput$: StaticStructureSchema;
|
|
@@ -136,6 +140,8 @@ export declare var LeftExpression$: StaticUnionSchema;
|
|
|
136
140
|
export declare var MemoryContent$: StaticUnionSchema;
|
|
137
141
|
export declare var MetadataValue$: StaticUnionSchema;
|
|
138
142
|
export declare var PayloadType$: StaticUnionSchema;
|
|
143
|
+
export declare var Proxy$: StaticUnionSchema;
|
|
144
|
+
export declare var ProxyCredentials$: StaticUnionSchema;
|
|
139
145
|
export declare var ResourceLocation$: StaticUnionSchema;
|
|
140
146
|
export declare var RightExpression$: StaticUnionSchema;
|
|
141
147
|
export declare var StreamUpdate$: StaticUnionSchema;
|
|
@@ -128,6 +128,54 @@ export interface BrowserExtension {
|
|
|
128
128
|
export interface BrowserProfileConfiguration {
|
|
129
129
|
profileIdentifier: string | undefined;
|
|
130
130
|
}
|
|
131
|
+
export interface ProxyBypass {
|
|
132
|
+
domainPatterns?: string[] | undefined;
|
|
133
|
+
}
|
|
134
|
+
export interface BasicAuth {
|
|
135
|
+
secretArn: string | undefined;
|
|
136
|
+
}
|
|
137
|
+
export type ProxyCredentials =
|
|
138
|
+
| ProxyCredentials.BasicAuthMember
|
|
139
|
+
| ProxyCredentials.$UnknownMember;
|
|
140
|
+
export declare namespace ProxyCredentials {
|
|
141
|
+
interface BasicAuthMember {
|
|
142
|
+
basicAuth: BasicAuth;
|
|
143
|
+
$unknown?: never;
|
|
144
|
+
}
|
|
145
|
+
interface $UnknownMember {
|
|
146
|
+
basicAuth?: never;
|
|
147
|
+
$unknown: [string, any];
|
|
148
|
+
}
|
|
149
|
+
interface Visitor<T> {
|
|
150
|
+
basicAuth: (value: BasicAuth) => T;
|
|
151
|
+
_: (name: string, value: any) => T;
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
export interface ExternalProxy {
|
|
155
|
+
server: string | undefined;
|
|
156
|
+
port: number | undefined;
|
|
157
|
+
domainPatterns?: string[] | undefined;
|
|
158
|
+
credentials?: ProxyCredentials | undefined;
|
|
159
|
+
}
|
|
160
|
+
export type Proxy = Proxy.ExternalProxyMember | Proxy.$UnknownMember;
|
|
161
|
+
export declare namespace Proxy {
|
|
162
|
+
interface ExternalProxyMember {
|
|
163
|
+
externalProxy: ExternalProxy;
|
|
164
|
+
$unknown?: never;
|
|
165
|
+
}
|
|
166
|
+
interface $UnknownMember {
|
|
167
|
+
externalProxy?: never;
|
|
168
|
+
$unknown: [string, any];
|
|
169
|
+
}
|
|
170
|
+
interface Visitor<T> {
|
|
171
|
+
externalProxy: (value: ExternalProxy) => T;
|
|
172
|
+
_: (name: string, value: any) => T;
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
export interface ProxyConfiguration {
|
|
176
|
+
proxies: Proxy[] | undefined;
|
|
177
|
+
bypass?: ProxyBypass | undefined;
|
|
178
|
+
}
|
|
131
179
|
export interface AutomationStream {
|
|
132
180
|
streamEndpoint: string | undefined;
|
|
133
181
|
streamStatus: AutomationStreamStatus | undefined;
|
|
@@ -154,6 +202,7 @@ export interface GetBrowserSessionResponse {
|
|
|
154
202
|
sessionTimeoutSeconds?: number | undefined;
|
|
155
203
|
status?: BrowserSessionStatus | undefined;
|
|
156
204
|
streams?: BrowserSessionStream | undefined;
|
|
205
|
+
proxyConfiguration?: ProxyConfiguration | undefined;
|
|
157
206
|
sessionReplayArtifact?: string | undefined;
|
|
158
207
|
lastUpdatedAt?: Date | undefined;
|
|
159
208
|
}
|
|
@@ -184,6 +233,7 @@ export interface StartBrowserSessionRequest {
|
|
|
184
233
|
viewPort?: ViewPort | undefined;
|
|
185
234
|
extensions?: BrowserExtension[] | undefined;
|
|
186
235
|
profileConfiguration?: BrowserProfileConfiguration | undefined;
|
|
236
|
+
proxyConfiguration?: ProxyConfiguration | undefined;
|
|
187
237
|
clientToken?: string | undefined;
|
|
188
238
|
}
|
|
189
239
|
export interface StartBrowserSessionResponse {
|
|
@@ -8,6 +8,7 @@ export declare var AccessDeniedException$: StaticErrorSchema;
|
|
|
8
8
|
export declare var ActorSummary$: StaticStructureSchema;
|
|
9
9
|
export declare var AutomationStream$: StaticStructureSchema;
|
|
10
10
|
export declare var AutomationStreamUpdate$: StaticStructureSchema;
|
|
11
|
+
export declare var BasicAuth$: StaticStructureSchema;
|
|
11
12
|
export declare var BatchCreateMemoryRecordsInput$: StaticStructureSchema;
|
|
12
13
|
export declare var BatchCreateMemoryRecordsOutput$: StaticStructureSchema;
|
|
13
14
|
export declare var BatchDeleteMemoryRecordsInput$: StaticStructureSchema;
|
|
@@ -39,6 +40,7 @@ export declare var EvaluateResponse$: StaticStructureSchema;
|
|
|
39
40
|
export declare var EvaluationResultContent$: StaticStructureSchema;
|
|
40
41
|
export declare var Event$: StaticStructureSchema;
|
|
41
42
|
export declare var EventMetadataFilterExpression$: StaticStructureSchema;
|
|
43
|
+
export declare var ExternalProxy$: StaticStructureSchema;
|
|
42
44
|
export declare var ExtractionJob$: StaticStructureSchema;
|
|
43
45
|
export declare var ExtractionJobFilterInput$: StaticStructureSchema;
|
|
44
46
|
export declare var ExtractionJobMetadata$: StaticStructureSchema;
|
|
@@ -93,6 +95,8 @@ export declare var MemoryRecordOutput$: StaticStructureSchema;
|
|
|
93
95
|
export declare var MemoryRecordSummary$: StaticStructureSchema;
|
|
94
96
|
export declare var MemoryRecordUpdateInput$: StaticStructureSchema;
|
|
95
97
|
export declare var MessageMetadata$: StaticStructureSchema;
|
|
98
|
+
export declare var ProxyBypass$: StaticStructureSchema;
|
|
99
|
+
export declare var ProxyConfiguration$: StaticStructureSchema;
|
|
96
100
|
export declare var ResourceContent$: StaticStructureSchema;
|
|
97
101
|
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
98
102
|
export declare var RetrieveMemoryRecordsInput$: StaticStructureSchema;
|
|
@@ -141,6 +145,8 @@ export declare var LeftExpression$: StaticUnionSchema;
|
|
|
141
145
|
export declare var MemoryContent$: StaticUnionSchema;
|
|
142
146
|
export declare var MetadataValue$: StaticUnionSchema;
|
|
143
147
|
export declare var PayloadType$: StaticUnionSchema;
|
|
148
|
+
export declare var Proxy$: StaticUnionSchema;
|
|
149
|
+
export declare var ProxyCredentials$: StaticUnionSchema;
|
|
144
150
|
export declare var ResourceLocation$: StaticUnionSchema;
|
|
145
151
|
export declare var RightExpression$: StaticUnionSchema;
|
|
146
152
|
export declare var StreamUpdate$: 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.987.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",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"@aws-sdk/middleware-user-agent": "^3.972.7",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
31
31
|
"@aws-sdk/types": "^3.973.1",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.987.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
34
34
|
"@aws-sdk/util-user-agent-node": "^3.972.5",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|