@aws-sdk/client-bedrock-agentcore 3.943.0 → 3.946.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (68) hide show
  1. package/dist-cjs/index.js +89 -537
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/BedrockAgentCoreClient.js +2 -2
  5. package/dist-es/runtimeConfig.browser.js +2 -2
  6. package/dist-es/runtimeConfig.js +2 -3
  7. package/dist-es/schemas/schemas_0.js +89 -537
  8. package/dist-types/BedrockAgentCore.d.ts +1 -1
  9. package/dist-types/BedrockAgentCoreClient.d.ts +11 -11
  10. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  11. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  12. package/dist-types/commands/BatchCreateMemoryRecordsCommand.d.ts +3 -3
  13. package/dist-types/commands/BatchDeleteMemoryRecordsCommand.d.ts +3 -3
  14. package/dist-types/commands/BatchUpdateMemoryRecordsCommand.d.ts +3 -3
  15. package/dist-types/commands/CompleteResourceTokenAuthCommand.d.ts +3 -3
  16. package/dist-types/commands/CreateEventCommand.d.ts +3 -3
  17. package/dist-types/commands/DeleteEventCommand.d.ts +3 -3
  18. package/dist-types/commands/DeleteMemoryRecordCommand.d.ts +3 -3
  19. package/dist-types/commands/EvaluateCommand.d.ts +3 -3
  20. package/dist-types/commands/GetAgentCardCommand.d.ts +3 -3
  21. package/dist-types/commands/GetBrowserSessionCommand.d.ts +3 -3
  22. package/dist-types/commands/GetCodeInterpreterSessionCommand.d.ts +3 -3
  23. package/dist-types/commands/GetEventCommand.d.ts +3 -3
  24. package/dist-types/commands/GetMemoryRecordCommand.d.ts +3 -3
  25. package/dist-types/commands/GetResourceApiKeyCommand.d.ts +3 -3
  26. package/dist-types/commands/GetResourceOauth2TokenCommand.d.ts +3 -3
  27. package/dist-types/commands/GetWorkloadAccessTokenCommand.d.ts +3 -3
  28. package/dist-types/commands/GetWorkloadAccessTokenForJWTCommand.d.ts +3 -3
  29. package/dist-types/commands/GetWorkloadAccessTokenForUserIdCommand.d.ts +3 -3
  30. package/dist-types/commands/InvokeAgentRuntimeCommand.d.ts +2 -2
  31. package/dist-types/commands/InvokeCodeInterpreterCommand.d.ts +3 -3
  32. package/dist-types/commands/ListActorsCommand.d.ts +3 -3
  33. package/dist-types/commands/ListBrowserSessionsCommand.d.ts +3 -3
  34. package/dist-types/commands/ListCodeInterpreterSessionsCommand.d.ts +3 -3
  35. package/dist-types/commands/ListEventsCommand.d.ts +3 -3
  36. package/dist-types/commands/ListMemoryExtractionJobsCommand.d.ts +3 -3
  37. package/dist-types/commands/ListMemoryRecordsCommand.d.ts +3 -3
  38. package/dist-types/commands/ListSessionsCommand.d.ts +3 -3
  39. package/dist-types/commands/RetrieveMemoryRecordsCommand.d.ts +3 -3
  40. package/dist-types/commands/StartBrowserSessionCommand.d.ts +3 -3
  41. package/dist-types/commands/StartCodeInterpreterSessionCommand.d.ts +3 -3
  42. package/dist-types/commands/StartMemoryExtractionJobCommand.d.ts +3 -3
  43. package/dist-types/commands/StopBrowserSessionCommand.d.ts +3 -3
  44. package/dist-types/commands/StopCodeInterpreterSessionCommand.d.ts +3 -3
  45. package/dist-types/commands/StopRuntimeSessionCommand.d.ts +3 -3
  46. package/dist-types/commands/UpdateBrowserStreamCommand.d.ts +3 -3
  47. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  48. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  49. package/dist-types/extensionConfiguration.d.ts +4 -4
  50. package/dist-types/models/BedrockAgentCoreServiceException.d.ts +1 -1
  51. package/dist-types/models/errors.d.ts +1 -1
  52. package/dist-types/pagination/Interfaces.d.ts +1 -1
  53. package/dist-types/pagination/ListActorsPaginator.d.ts +1 -1
  54. package/dist-types/pagination/ListEventsPaginator.d.ts +1 -1
  55. package/dist-types/pagination/ListMemoryExtractionJobsPaginator.d.ts +1 -1
  56. package/dist-types/pagination/ListMemoryRecordsPaginator.d.ts +1 -1
  57. package/dist-types/pagination/ListSessionsPaginator.d.ts +1 -1
  58. package/dist-types/pagination/RetrieveMemoryRecordsPaginator.d.ts +1 -1
  59. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  60. package/dist-types/runtimeConfig.d.ts +1 -1
  61. package/dist-types/runtimeConfig.native.d.ts +1 -1
  62. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  63. package/dist-types/runtimeExtensions.d.ts +1 -1
  64. package/dist-types/schemas/schemas_0.d.ts +1 -1
  65. package/dist-types/ts3.4/BedrockAgentCoreClient.d.ts +3 -3
  66. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  67. package/dist-types/ts3.4/models/BedrockAgentCoreServiceException.d.ts +1 -1
  68. package/package.json +13 -12
@@ -398,31 +398,12 @@ export var Body = [0, n0, _B, 8, 21];
398
398
  export var CustomRequestValueType = [0, n0, _CRVT, 8, 0];
399
399
  export var Document = [0, n0, _D, 8, 15];
400
400
  export var EvaluationExplanation = [0, n0, _EE, 8, 0];
401
- export var ResponseStream = [
402
- 0,
403
- n0,
404
- _RS,
405
- {
406
- [_s]: 1,
407
- [_se]: 1,
408
- },
409
- 42,
410
- ];
401
+ export var ResponseStream = [0, n0, _RS, { [_s]: 1, [_se]: 1 }, 42];
411
402
  export var SensitiveString = [0, n0, _SS, 8, 0];
412
403
  export var State = [0, n0, _S, 8, 0];
413
404
  export var UserTokenType = [0, n0, _UTT, 8, 0];
414
405
  export var WorkloadIdentityTokenType = [0, n0, _WITT, 8, 0];
415
- export var AccessDeniedException = [
416
- -3,
417
- n0,
418
- _ADE,
419
- {
420
- [_e]: _c,
421
- [_hE]: 403,
422
- },
423
- [_m],
424
- [0],
425
- ];
406
+ export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
426
407
  TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
427
408
  export var ActorSummary = [3, n0, _AS, 0, [_aI], [0]];
428
409
  export var AutomationStream = [3, n0, _ASu, 0, [_sE, _sS], [0, 0]];
@@ -525,17 +506,7 @@ export var CompleteResourceTokenAuthRequest = [
525
506
  [[() => UserIdentifier, 0], 0],
526
507
  ];
527
508
  export var CompleteResourceTokenAuthResponse = [3, n0, _CRTARo, 0, [], []];
528
- export var ConflictException = [
529
- -3,
530
- n0,
531
- _CE,
532
- {
533
- [_e]: _c,
534
- [_hE]: 409,
535
- },
536
- [_m],
537
- [0],
538
- ];
509
+ export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
539
510
  TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
540
511
  export var ContentBlock = [
541
512
  3,
@@ -581,17 +552,7 @@ export var DeleteMemoryRecordInput = [
581
552
  ],
582
553
  ];
583
554
  export var DeleteMemoryRecordOutput = [3, n0, _DMRO, 0, [_mRI], [0]];
584
- export var DuplicateIdException = [
585
- -3,
586
- n0,
587
- _DIE,
588
- {
589
- [_e]: _c,
590
- [_hE]: 409,
591
- },
592
- [_m],
593
- [0],
594
- ];
555
+ export var DuplicateIdException = [-3, n0, _DIE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
595
556
  TypeRegistry.for(n0).registerError(DuplicateIdException, __DuplicateIdException);
596
557
  export var EvaluateRequest = [
597
558
  3,
@@ -651,20 +612,9 @@ export var GetAgentCardRequest = [
651
612
  0,
652
613
  [_rSI, _aRA, _q],
653
614
  [
654
- [
655
- 0,
656
- {
657
- [_hH]: _XABARSI,
658
- [_iT]: 1,
659
- },
660
- ],
615
+ [0, { [_hH]: _XABARSI, [_iT]: 1 }],
661
616
  [0, 1],
662
- [
663
- 0,
664
- {
665
- [_hQ]: _q,
666
- },
667
- ],
617
+ [0, { [_hQ]: _q }],
668
618
  ],
669
619
  ];
670
620
  export var GetAgentCardResponse = [
@@ -674,12 +624,7 @@ export var GetAgentCardResponse = [
674
624
  0,
675
625
  [_rSI, _aC, _sCt],
676
626
  [
677
- [
678
- 0,
679
- {
680
- [_hH]: _XABARSI,
681
- },
682
- ],
627
+ [0, { [_hH]: _XABARSI }],
683
628
  [15, 16],
684
629
  [1, 32],
685
630
  ],
@@ -692,12 +637,7 @@ export var GetBrowserSessionRequest = [
692
637
  [_bI, _sI],
693
638
  [
694
639
  [0, 1],
695
- [
696
- 0,
697
- {
698
- [_hQ]: _sI,
699
- },
700
- ],
640
+ [0, { [_hQ]: _sI }],
701
641
  ],
702
642
  ];
703
643
  export var GetBrowserSessionResponse = [
@@ -716,12 +656,7 @@ export var GetCodeInterpreterSessionRequest = [
716
656
  [_cII, _sI],
717
657
  [
718
658
  [0, 1],
719
- [
720
- 0,
721
- {
722
- [_hQ]: _sI,
723
- },
724
- ],
659
+ [0, { [_hQ]: _sI }],
725
660
  ],
726
661
  ];
727
662
  export var GetCodeInterpreterSessionResponse = [
@@ -828,29 +763,9 @@ export var GetWorkloadAccessTokenResponse = [
828
763
  [[() => WorkloadIdentityTokenType, 0]],
829
764
  ];
830
765
  export var InputContentBlock = [3, n0, _ICB, 0, [_pa, _te, _bl], [0, 0, [() => Body, 0]]];
831
- export var InternalServerException = [
832
- -3,
833
- n0,
834
- _ISE,
835
- {
836
- [_e]: _ser,
837
- [_hE]: 500,
838
- },
839
- [_m],
840
- [0],
841
- ];
766
+ export var InternalServerException = [-3, n0, _ISE, { [_e]: _ser, [_hE]: 500 }, [_m], [0]];
842
767
  TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
843
- export var InvalidInputException = [
844
- -3,
845
- n0,
846
- _IIE,
847
- {
848
- [_e]: _c,
849
- [_hE]: 400,
850
- },
851
- [_m],
852
- [0],
853
- ];
768
+ export var InvalidInputException = [-3, n0, _IIE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
854
769
  TypeRegistry.for(n0).registerError(InvalidInputException, __InvalidInputException);
855
770
  export var InvokeAgentRuntimeRequest = [
856
771
  3,
@@ -859,80 +774,19 @@ export var InvokeAgentRuntimeRequest = [
859
774
  0,
860
775
  [_cTo, _a, _mSI, _rSI, _mPV, _rUI, _tI, _tP, _tS, _ba, _aRA, _q, _aIc, _p],
861
776
  [
862
- [
863
- 0,
864
- {
865
- [_hH]: _CT,
866
- },
867
- ],
868
- [
869
- 0,
870
- {
871
- [_hH]: _A,
872
- },
873
- ],
874
- [
875
- 0,
876
- {
877
- [_hH]: _MSI,
878
- },
879
- ],
880
- [
881
- 0,
882
- {
883
- [_hH]: _XABARSI,
884
- [_iT]: 1,
885
- },
886
- ],
887
- [
888
- 0,
889
- {
890
- [_hH]: _MPV,
891
- },
892
- ],
893
- [
894
- 0,
895
- {
896
- [_hH]: _XABARUI,
897
- },
898
- ],
899
- [
900
- 0,
901
- {
902
- [_hH]: _XATI,
903
- },
904
- ],
905
- [
906
- 0,
907
- {
908
- [_hH]: _tr,
909
- },
910
- ],
911
- [
912
- 0,
913
- {
914
- [_hH]: _tra,
915
- },
916
- ],
917
- [
918
- 0,
919
- {
920
- [_hH]: _ba,
921
- },
922
- ],
777
+ [0, { [_hH]: _CT }],
778
+ [0, { [_hH]: _A }],
779
+ [0, { [_hH]: _MSI }],
780
+ [0, { [_hH]: _XABARSI, [_iT]: 1 }],
781
+ [0, { [_hH]: _MPV }],
782
+ [0, { [_hH]: _XABARUI }],
783
+ [0, { [_hH]: _XATI }],
784
+ [0, { [_hH]: _tr }],
785
+ [0, { [_hH]: _tra }],
786
+ [0, { [_hH]: _ba }],
923
787
  [0, 1],
924
- [
925
- 0,
926
- {
927
- [_hQ]: _q,
928
- },
929
- ],
930
- [
931
- 0,
932
- {
933
- [_hQ]: _aIc,
934
- },
935
- ],
788
+ [0, { [_hQ]: _q }],
789
+ [0, { [_hQ]: _aIc }],
936
790
  [() => Body, 16],
937
791
  ],
938
792
  ];
@@ -943,54 +797,14 @@ export var InvokeAgentRuntimeResponse = [
943
797
  0,
944
798
  [_rSI, _mSI, _mPV, _tI, _tP, _tS, _ba, _cTo, _res, _sCt],
945
799
  [
946
- [
947
- 0,
948
- {
949
- [_hH]: _XABARSI,
950
- },
951
- ],
952
- [
953
- 0,
954
- {
955
- [_hH]: _MSI,
956
- },
957
- ],
958
- [
959
- 0,
960
- {
961
- [_hH]: _MPV,
962
- },
963
- ],
964
- [
965
- 0,
966
- {
967
- [_hH]: _XATI,
968
- },
969
- ],
970
- [
971
- 0,
972
- {
973
- [_hH]: _tr,
974
- },
975
- ],
976
- [
977
- 0,
978
- {
979
- [_hH]: _tra,
980
- },
981
- ],
982
- [
983
- 0,
984
- {
985
- [_hH]: _ba,
986
- },
987
- ],
988
- [
989
- 0,
990
- {
991
- [_hH]: _CT,
992
- },
993
- ],
800
+ [0, { [_hH]: _XABARSI }],
801
+ [0, { [_hH]: _MSI }],
802
+ [0, { [_hH]: _MPV }],
803
+ [0, { [_hH]: _XATI }],
804
+ [0, { [_hH]: _tr }],
805
+ [0, { [_hH]: _tra }],
806
+ [0, { [_hH]: _ba }],
807
+ [0, { [_hH]: _CT }],
994
808
  [() => ResponseStream, 16],
995
809
  [1, 32],
996
810
  ],
@@ -1001,29 +815,7 @@ export var InvokeCodeInterpreterRequest = [
1001
815
  _ICIR,
1002
816
  0,
1003
817
  [_cII, _sI, _tI, _tP, _n, _ar],
1004
- [
1005
- [0, 1],
1006
- [
1007
- 0,
1008
- {
1009
- [_hH]: _xacisi,
1010
- },
1011
- ],
1012
- [
1013
- 0,
1014
- {
1015
- [_hH]: _XATI,
1016
- },
1017
- ],
1018
- [
1019
- 0,
1020
- {
1021
- [_hH]: _tr,
1022
- },
1023
- ],
1024
- 0,
1025
- [() => ToolArguments, 0],
1026
- ],
818
+ [[0, 1], [0, { [_hH]: _xacisi }], [0, { [_hH]: _XATI }], [0, { [_hH]: _tr }], 0, [() => ToolArguments, 0]],
1027
819
  ];
1028
820
  export var InvokeCodeInterpreterResponse = [
1029
821
  3,
@@ -1032,12 +824,7 @@ export var InvokeCodeInterpreterResponse = [
1032
824
  0,
1033
825
  [_sI, _stre],
1034
826
  [
1035
- [
1036
- 0,
1037
- {
1038
- [_hH]: _xacisi,
1039
- },
1040
- ],
827
+ [0, { [_hH]: _xacisi }],
1041
828
  [() => CodeInterpreterStreamOutput, 16],
1042
829
  ],
1043
830
  ];
@@ -1163,17 +950,7 @@ export var MemoryRecordUpdateInput = [
1163
950
  ];
1164
951
  export var MessageMetadata = [3, n0, _MM, 0, [_eI, _mIe], [0, 1]];
1165
952
  export var ResourceContent = [3, n0, _RC, 0, [_t, _u, _mT, _te, _bl], [0, 0, 0, 0, 21]];
1166
- export var ResourceNotFoundException = [
1167
- -3,
1168
- n0,
1169
- _RNFE,
1170
- {
1171
- [_e]: _c,
1172
- [_hE]: 404,
1173
- },
1174
- [_m],
1175
- [0],
1176
- ];
953
+ export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
1177
954
  TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
1178
955
  export var RetrieveMemoryRecordsInput = [
1179
956
  3,
@@ -1191,17 +968,7 @@ export var RetrieveMemoryRecordsOutput = [
1191
968
  [_mRS, _nT],
1192
969
  [[() => MemoryRecordSummaryList, 0], 0],
1193
970
  ];
1194
- export var RuntimeClientError = [
1195
- -3,
1196
- n0,
1197
- _RCE,
1198
- {
1199
- [_e]: _c,
1200
- [_hE]: 424,
1201
- },
1202
- [_m],
1203
- [0],
1204
- ];
971
+ export var RuntimeClientError = [-3, n0, _RCE, { [_e]: _c, [_hE]: 424 }, [_m], [0]];
1205
972
  TypeRegistry.for(n0).registerError(RuntimeClientError, __RuntimeClientError);
1206
973
  export var SearchCriteria = [
1207
974
  3,
@@ -1211,29 +978,9 @@ export var SearchCriteria = [
1211
978
  [_sQ, _mSIe, _tK, _mF],
1212
979
  [[() => SensitiveString, 0], 0, 1, () => MemoryMetadataFilterList],
1213
980
  ];
1214
- export var ServiceException = [
1215
- -3,
1216
- n0,
1217
- _SE,
1218
- {
1219
- [_e]: _ser,
1220
- [_hE]: 500,
1221
- },
1222
- [_m],
1223
- [0],
1224
- ];
981
+ export var ServiceException = [-3, n0, _SE, { [_e]: _ser, [_hE]: 500 }, [_m], [0]];
1225
982
  TypeRegistry.for(n0).registerError(ServiceException, __ServiceException);
1226
- export var ServiceQuotaExceededException = [
1227
- -3,
1228
- n0,
1229
- _SQEE,
1230
- {
1231
- [_e]: _c,
1232
- [_hE]: 402,
1233
- },
1234
- [_m],
1235
- [0],
1236
- ];
983
+ export var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
1237
984
  TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
1238
985
  export var SessionSummary = [3, n0, _SSe, 0, [_sI, _aI, _cA], [0, 0, 4]];
1239
986
  export var SpanContext = [3, n0, _SCp, 0, [_sI, _tI, _sIp], [0, 0, 0]];
@@ -1243,25 +990,7 @@ export var StartBrowserSessionRequest = [
1243
990
  _SBSR,
1244
991
  0,
1245
992
  [_tI, _tP, _bI, _n, _sTS, _vP, _cT],
1246
- [
1247
- [
1248
- 0,
1249
- {
1250
- [_hH]: _XATI,
1251
- },
1252
- ],
1253
- [
1254
- 0,
1255
- {
1256
- [_hH]: _tr,
1257
- },
1258
- ],
1259
- [0, 1],
1260
- 0,
1261
- 1,
1262
- () => ViewPort,
1263
- [0, 4],
1264
- ],
993
+ [[0, { [_hH]: _XATI }], [0, { [_hH]: _tr }], [0, 1], 0, 1, () => ViewPort, [0, 4]],
1265
994
  ];
1266
995
  export var StartBrowserSessionResponse = [
1267
996
  3,
@@ -1277,24 +1006,7 @@ export var StartCodeInterpreterSessionRequest = [
1277
1006
  _SCISR,
1278
1007
  0,
1279
1008
  [_tI, _tP, _cII, _n, _sTS, _cT],
1280
- [
1281
- [
1282
- 0,
1283
- {
1284
- [_hH]: _XATI,
1285
- },
1286
- ],
1287
- [
1288
- 0,
1289
- {
1290
- [_hH]: _tr,
1291
- },
1292
- ],
1293
- [0, 1],
1294
- 0,
1295
- 1,
1296
- [0, 4],
1297
- ],
1009
+ [[0, { [_hH]: _XATI }], [0, { [_hH]: _tr }], [0, 1], 0, 1, [0, 4]],
1298
1010
  ];
1299
1011
  export var StartCodeInterpreterSessionResponse = [
1300
1012
  3,
@@ -1320,25 +1032,10 @@ export var StopBrowserSessionRequest = [
1320
1032
  0,
1321
1033
  [_tI, _tP, _bI, _sI, _cT],
1322
1034
  [
1323
- [
1324
- 0,
1325
- {
1326
- [_hH]: _XATI,
1327
- },
1328
- ],
1329
- [
1330
- 0,
1331
- {
1332
- [_hH]: _tr,
1333
- },
1334
- ],
1035
+ [0, { [_hH]: _XATI }],
1036
+ [0, { [_hH]: _tr }],
1335
1037
  [0, 1],
1336
- [
1337
- 0,
1338
- {
1339
- [_hQ]: _sI,
1340
- },
1341
- ],
1038
+ [0, { [_hQ]: _sI }],
1342
1039
  [0, 4],
1343
1040
  ],
1344
1041
  ];
@@ -1350,25 +1047,10 @@ export var StopCodeInterpreterSessionRequest = [
1350
1047
  0,
1351
1048
  [_tI, _tP, _cII, _sI, _cT],
1352
1049
  [
1353
- [
1354
- 0,
1355
- {
1356
- [_hH]: _XATI,
1357
- },
1358
- ],
1359
- [
1360
- 0,
1361
- {
1362
- [_hH]: _tr,
1363
- },
1364
- ],
1050
+ [0, { [_hH]: _XATI }],
1051
+ [0, { [_hH]: _tr }],
1365
1052
  [0, 1],
1366
- [
1367
- 0,
1368
- {
1369
- [_hQ]: _sI,
1370
- },
1371
- ],
1053
+ [0, { [_hQ]: _sI }],
1372
1054
  [0, 4],
1373
1055
  ],
1374
1056
  ];
@@ -1387,19 +1069,9 @@ export var StopRuntimeSessionRequest = [
1387
1069
  0,
1388
1070
  [_rSI, _aRA, _q, _cT],
1389
1071
  [
1390
- [
1391
- 0,
1392
- {
1393
- [_hH]: _XABARSI,
1394
- },
1395
- ],
1072
+ [0, { [_hH]: _XABARSI }],
1396
1073
  [0, 1],
1397
- [
1398
- 0,
1399
- {
1400
- [_hQ]: _q,
1401
- },
1402
- ],
1074
+ [0, { [_hQ]: _q }],
1403
1075
  [0, 4],
1404
1076
  ],
1405
1077
  ];
@@ -1410,38 +1082,13 @@ export var StopRuntimeSessionResponse = [
1410
1082
  0,
1411
1083
  [_rSI, _sCt],
1412
1084
  [
1413
- [
1414
- 0,
1415
- {
1416
- [_hH]: _XABARSI,
1417
- },
1418
- ],
1085
+ [0, { [_hH]: _XABARSI }],
1419
1086
  [1, 32],
1420
1087
  ],
1421
1088
  ];
1422
- export var ThrottledException = [
1423
- -3,
1424
- n0,
1425
- _TE,
1426
- {
1427
- [_e]: _c,
1428
- [_hE]: 429,
1429
- },
1430
- [_m],
1431
- [0],
1432
- ];
1089
+ export var ThrottledException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
1433
1090
  TypeRegistry.for(n0).registerError(ThrottledException, __ThrottledException);
1434
- export var ThrottlingException = [
1435
- -3,
1436
- n0,
1437
- _TEh,
1438
- {
1439
- [_e]: _c,
1440
- [_hE]: 429,
1441
- },
1442
- [_m],
1443
- [0],
1444
- ];
1091
+ export var ThrottlingException = [-3, n0, _TEh, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
1445
1092
  TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
1446
1093
  export var TokenUsage = [3, n0, _TU, 0, [_iTn, _oT, _tT], [1, 1, 1]];
1447
1094
  export var ToolArguments = [
@@ -1460,17 +1107,7 @@ export var ToolResultStructuredContent = [
1460
1107
  [_tIa, _tSa, _std, _stde, _eCx, _eTx],
1461
1108
  [0, 0, 0, 0, 1, 1],
1462
1109
  ];
1463
- export var UnauthorizedException = [
1464
- -3,
1465
- n0,
1466
- _UE,
1467
- {
1468
- [_e]: _c,
1469
- [_hE]: 401,
1470
- },
1471
- [_m],
1472
- [0],
1473
- ];
1110
+ export var UnauthorizedException = [-3, n0, _UE, { [_e]: _c, [_hE]: 401 }, [_m], [0]];
1474
1111
  TypeRegistry.for(n0).registerError(UnauthorizedException, __UnauthorizedException);
1475
1112
  export var UpdateBrowserStreamRequest = [
1476
1113
  3,
@@ -1478,17 +1115,7 @@ export var UpdateBrowserStreamRequest = [
1478
1115
  _UBSR,
1479
1116
  0,
1480
1117
  [_bI, _sI, _sUt, _cT],
1481
- [
1482
- [0, 1],
1483
- [
1484
- 0,
1485
- {
1486
- [_hQ]: _sI,
1487
- },
1488
- ],
1489
- () => StreamUpdate,
1490
- [0, 4],
1491
- ],
1118
+ [[0, 1], [0, { [_hQ]: _sI }], () => StreamUpdate, [0, 4]],
1492
1119
  ];
1493
1120
  export var UpdateBrowserStreamResponse = [
1494
1121
  3,
@@ -1502,10 +1129,7 @@ export var ValidationException = [
1502
1129
  -3,
1503
1130
  n0,
1504
1131
  _VE,
1505
- {
1506
- [_e]: _c,
1507
- [_hE]: 400,
1508
- },
1132
+ { [_e]: _c, [_hE]: 400 },
1509
1133
  [_m, _rea, _fL],
1510
1134
  [0, 0, () => ValidationExceptionFieldList],
1511
1135
  ];
@@ -1553,9 +1177,7 @@ export var CodeInterpreterStreamOutput = [
1553
1177
  3,
1554
1178
  n0,
1555
1179
  _CISO,
1556
- {
1557
- [_s]: 1,
1558
- },
1180
+ { [_s]: 1 },
1559
1181
  [_resu, _aDE, _cE, _iSE, _rNFE, _sQEE, _tE, _vE],
1560
1182
  [
1561
1183
  () => CodeInterpreterResult,
@@ -1594,9 +1216,7 @@ export var BatchCreateMemoryRecords = [
1594
1216
  9,
1595
1217
  n0,
1596
1218
  _BCMR,
1597
- {
1598
- [_ht]: ["POST", "/memories/{memoryId}/memoryRecords/batchCreate", 201],
1599
- },
1219
+ { [_ht]: ["POST", "/memories/{memoryId}/memoryRecords/batchCreate", 201] },
1600
1220
  () => BatchCreateMemoryRecordsInput,
1601
1221
  () => BatchCreateMemoryRecordsOutput,
1602
1222
  ];
@@ -1604,9 +1224,7 @@ export var BatchDeleteMemoryRecords = [
1604
1224
  9,
1605
1225
  n0,
1606
1226
  _BDMR,
1607
- {
1608
- [_ht]: ["POST", "/memories/{memoryId}/memoryRecords/batchDelete", 200],
1609
- },
1227
+ { [_ht]: ["POST", "/memories/{memoryId}/memoryRecords/batchDelete", 200] },
1610
1228
  () => BatchDeleteMemoryRecordsInput,
1611
1229
  () => BatchDeleteMemoryRecordsOutput,
1612
1230
  ];
@@ -1614,9 +1232,7 @@ export var BatchUpdateMemoryRecords = [
1614
1232
  9,
1615
1233
  n0,
1616
1234
  _BUMR,
1617
- {
1618
- [_ht]: ["POST", "/memories/{memoryId}/memoryRecords/batchUpdate", 200],
1619
- },
1235
+ { [_ht]: ["POST", "/memories/{memoryId}/memoryRecords/batchUpdate", 200] },
1620
1236
  () => BatchUpdateMemoryRecordsInput,
1621
1237
  () => BatchUpdateMemoryRecordsOutput,
1622
1238
  ];
@@ -1624,9 +1240,7 @@ export var CompleteResourceTokenAuth = [
1624
1240
  9,
1625
1241
  n0,
1626
1242
  _CRTA,
1627
- {
1628
- [_ht]: ["POST", "/identities/CompleteResourceTokenAuth", 200],
1629
- },
1243
+ { [_ht]: ["POST", "/identities/CompleteResourceTokenAuth", 200] },
1630
1244
  () => CompleteResourceTokenAuthRequest,
1631
1245
  () => CompleteResourceTokenAuthResponse,
1632
1246
  ];
@@ -1634,9 +1248,7 @@ export var CreateEvent = [
1634
1248
  9,
1635
1249
  n0,
1636
1250
  _CEr,
1637
- {
1638
- [_ht]: ["POST", "/memories/{memoryId}/events", 201],
1639
- },
1251
+ { [_ht]: ["POST", "/memories/{memoryId}/events", 201] },
1640
1252
  () => CreateEventInput,
1641
1253
  () => CreateEventOutput,
1642
1254
  ];
@@ -1644,9 +1256,7 @@ export var DeleteEvent = [
1644
1256
  9,
1645
1257
  n0,
1646
1258
  _DE,
1647
- {
1648
- [_ht]: ["DELETE", "/memories/{memoryId}/actor/{actorId}/sessions/{sessionId}/events/{eventId}", 200],
1649
- },
1259
+ { [_ht]: ["DELETE", "/memories/{memoryId}/actor/{actorId}/sessions/{sessionId}/events/{eventId}", 200] },
1650
1260
  () => DeleteEventInput,
1651
1261
  () => DeleteEventOutput,
1652
1262
  ];
@@ -1654,9 +1264,7 @@ export var DeleteMemoryRecord = [
1654
1264
  9,
1655
1265
  n0,
1656
1266
  _DMR,
1657
- {
1658
- [_ht]: ["DELETE", "/memories/{memoryId}/memoryRecords/{memoryRecordId}", 200],
1659
- },
1267
+ { [_ht]: ["DELETE", "/memories/{memoryId}/memoryRecords/{memoryRecordId}", 200] },
1660
1268
  () => DeleteMemoryRecordInput,
1661
1269
  () => DeleteMemoryRecordOutput,
1662
1270
  ];
@@ -1664,9 +1272,7 @@ export var Evaluate = [
1664
1272
  9,
1665
1273
  n0,
1666
1274
  _Ev,
1667
- {
1668
- [_ht]: ["POST", "/evaluations/evaluate/{evaluatorId}", 200],
1669
- },
1275
+ { [_ht]: ["POST", "/evaluations/evaluate/{evaluatorId}", 200] },
1670
1276
  () => EvaluateRequest,
1671
1277
  () => EvaluateResponse,
1672
1278
  ];
@@ -1674,9 +1280,7 @@ export var GetAgentCard = [
1674
1280
  9,
1675
1281
  n0,
1676
1282
  _GAC,
1677
- {
1678
- [_ht]: ["GET", "/runtimes/{agentRuntimeArn}/invocations/.well-known/agent-card.json", 200],
1679
- },
1283
+ { [_ht]: ["GET", "/runtimes/{agentRuntimeArn}/invocations/.well-known/agent-card.json", 200] },
1680
1284
  () => GetAgentCardRequest,
1681
1285
  () => GetAgentCardResponse,
1682
1286
  ];
@@ -1684,9 +1288,7 @@ export var GetBrowserSession = [
1684
1288
  9,
1685
1289
  n0,
1686
1290
  _GBS,
1687
- {
1688
- [_ht]: ["GET", "/browsers/{browserIdentifier}/sessions/get", 200],
1689
- },
1291
+ { [_ht]: ["GET", "/browsers/{browserIdentifier}/sessions/get", 200] },
1690
1292
  () => GetBrowserSessionRequest,
1691
1293
  () => GetBrowserSessionResponse,
1692
1294
  ];
@@ -1694,9 +1296,7 @@ export var GetCodeInterpreterSession = [
1694
1296
  9,
1695
1297
  n0,
1696
1298
  _GCIS,
1697
- {
1698
- [_ht]: ["GET", "/code-interpreters/{codeInterpreterIdentifier}/sessions/get", 200],
1699
- },
1299
+ { [_ht]: ["GET", "/code-interpreters/{codeInterpreterIdentifier}/sessions/get", 200] },
1700
1300
  () => GetCodeInterpreterSessionRequest,
1701
1301
  () => GetCodeInterpreterSessionResponse,
1702
1302
  ];
@@ -1704,9 +1304,7 @@ export var GetEvent = [
1704
1304
  9,
1705
1305
  n0,
1706
1306
  _GE,
1707
- {
1708
- [_ht]: ["GET", "/memories/{memoryId}/actor/{actorId}/sessions/{sessionId}/events/{eventId}", 200],
1709
- },
1307
+ { [_ht]: ["GET", "/memories/{memoryId}/actor/{actorId}/sessions/{sessionId}/events/{eventId}", 200] },
1710
1308
  () => GetEventInput,
1711
1309
  () => GetEventOutput,
1712
1310
  ];
@@ -1714,9 +1312,7 @@ export var GetMemoryRecord = [
1714
1312
  9,
1715
1313
  n0,
1716
1314
  _GMR,
1717
- {
1718
- [_ht]: ["GET", "/memories/{memoryId}/memoryRecord/{memoryRecordId}", 200],
1719
- },
1315
+ { [_ht]: ["GET", "/memories/{memoryId}/memoryRecord/{memoryRecordId}", 200] },
1720
1316
  () => GetMemoryRecordInput,
1721
1317
  () => GetMemoryRecordOutput,
1722
1318
  ];
@@ -1724,9 +1320,7 @@ export var GetResourceApiKey = [
1724
1320
  9,
1725
1321
  n0,
1726
1322
  _GRAK,
1727
- {
1728
- [_ht]: ["POST", "/identities/api-key", 200],
1729
- },
1323
+ { [_ht]: ["POST", "/identities/api-key", 200] },
1730
1324
  () => GetResourceApiKeyRequest,
1731
1325
  () => GetResourceApiKeyResponse,
1732
1326
  ];
@@ -1734,9 +1328,7 @@ export var GetResourceOauth2Token = [
1734
1328
  9,
1735
1329
  n0,
1736
1330
  _GROT,
1737
- {
1738
- [_ht]: ["POST", "/identities/oauth2/token", 200],
1739
- },
1331
+ { [_ht]: ["POST", "/identities/oauth2/token", 200] },
1740
1332
  () => GetResourceOauth2TokenRequest,
1741
1333
  () => GetResourceOauth2TokenResponse,
1742
1334
  ];
@@ -1744,9 +1336,7 @@ export var GetWorkloadAccessToken = [
1744
1336
  9,
1745
1337
  n0,
1746
1338
  _GWAT,
1747
- {
1748
- [_ht]: ["POST", "/identities/GetWorkloadAccessToken", 200],
1749
- },
1339
+ { [_ht]: ["POST", "/identities/GetWorkloadAccessToken", 200] },
1750
1340
  () => GetWorkloadAccessTokenRequest,
1751
1341
  () => GetWorkloadAccessTokenResponse,
1752
1342
  ];
@@ -1754,9 +1344,7 @@ export var GetWorkloadAccessTokenForJWT = [
1754
1344
  9,
1755
1345
  n0,
1756
1346
  _GWATFJWT,
1757
- {
1758
- [_ht]: ["POST", "/identities/GetWorkloadAccessTokenForJWT", 200],
1759
- },
1347
+ { [_ht]: ["POST", "/identities/GetWorkloadAccessTokenForJWT", 200] },
1760
1348
  () => GetWorkloadAccessTokenForJWTRequest,
1761
1349
  () => GetWorkloadAccessTokenForJWTResponse,
1762
1350
  ];
@@ -1764,9 +1352,7 @@ export var GetWorkloadAccessTokenForUserId = [
1764
1352
  9,
1765
1353
  n0,
1766
1354
  _GWATFUI,
1767
- {
1768
- [_ht]: ["POST", "/identities/GetWorkloadAccessTokenForUserId", 200],
1769
- },
1355
+ { [_ht]: ["POST", "/identities/GetWorkloadAccessTokenForUserId", 200] },
1770
1356
  () => GetWorkloadAccessTokenForUserIdRequest,
1771
1357
  () => GetWorkloadAccessTokenForUserIdResponse,
1772
1358
  ];
@@ -1774,9 +1360,7 @@ export var InvokeAgentRuntime = [
1774
1360
  9,
1775
1361
  n0,
1776
1362
  _IAR,
1777
- {
1778
- [_ht]: ["POST", "/runtimes/{agentRuntimeArn}/invocations", 200],
1779
- },
1363
+ { [_ht]: ["POST", "/runtimes/{agentRuntimeArn}/invocations", 200] },
1780
1364
  () => InvokeAgentRuntimeRequest,
1781
1365
  () => InvokeAgentRuntimeResponse,
1782
1366
  ];
@@ -1784,9 +1368,7 @@ export var InvokeCodeInterpreter = [
1784
1368
  9,
1785
1369
  n0,
1786
1370
  _ICI,
1787
- {
1788
- [_ht]: ["POST", "/code-interpreters/{codeInterpreterIdentifier}/tools/invoke", 200],
1789
- },
1371
+ { [_ht]: ["POST", "/code-interpreters/{codeInterpreterIdentifier}/tools/invoke", 200] },
1790
1372
  () => InvokeCodeInterpreterRequest,
1791
1373
  () => InvokeCodeInterpreterResponse,
1792
1374
  ];
@@ -1794,9 +1376,7 @@ export var ListActors = [
1794
1376
  9,
1795
1377
  n0,
1796
1378
  _LA,
1797
- {
1798
- [_ht]: ["POST", "/memories/{memoryId}/actors", 200],
1799
- },
1379
+ { [_ht]: ["POST", "/memories/{memoryId}/actors", 200] },
1800
1380
  () => ListActorsInput,
1801
1381
  () => ListActorsOutput,
1802
1382
  ];
@@ -1804,9 +1384,7 @@ export var ListBrowserSessions = [
1804
1384
  9,
1805
1385
  n0,
1806
1386
  _LBS,
1807
- {
1808
- [_ht]: ["POST", "/browsers/{browserIdentifier}/sessions/list", 200],
1809
- },
1387
+ { [_ht]: ["POST", "/browsers/{browserIdentifier}/sessions/list", 200] },
1810
1388
  () => ListBrowserSessionsRequest,
1811
1389
  () => ListBrowserSessionsResponse,
1812
1390
  ];
@@ -1814,9 +1392,7 @@ export var ListCodeInterpreterSessions = [
1814
1392
  9,
1815
1393
  n0,
1816
1394
  _LCIS,
1817
- {
1818
- [_ht]: ["POST", "/code-interpreters/{codeInterpreterIdentifier}/sessions/list", 200],
1819
- },
1395
+ { [_ht]: ["POST", "/code-interpreters/{codeInterpreterIdentifier}/sessions/list", 200] },
1820
1396
  () => ListCodeInterpreterSessionsRequest,
1821
1397
  () => ListCodeInterpreterSessionsResponse,
1822
1398
  ];
@@ -1824,9 +1400,7 @@ export var ListEvents = [
1824
1400
  9,
1825
1401
  n0,
1826
1402
  _LEi,
1827
- {
1828
- [_ht]: ["POST", "/memories/{memoryId}/actor/{actorId}/sessions/{sessionId}", 200],
1829
- },
1403
+ { [_ht]: ["POST", "/memories/{memoryId}/actor/{actorId}/sessions/{sessionId}", 200] },
1830
1404
  () => ListEventsInput,
1831
1405
  () => ListEventsOutput,
1832
1406
  ];
@@ -1834,9 +1408,7 @@ export var ListMemoryExtractionJobs = [
1834
1408
  9,
1835
1409
  n0,
1836
1410
  _LMEJ,
1837
- {
1838
- [_ht]: ["POST", "/memories/{memoryId}/extractionJobs", 200],
1839
- },
1411
+ { [_ht]: ["POST", "/memories/{memoryId}/extractionJobs", 200] },
1840
1412
  () => ListMemoryExtractionJobsInput,
1841
1413
  () => ListMemoryExtractionJobsOutput,
1842
1414
  ];
@@ -1844,9 +1416,7 @@ export var ListMemoryRecords = [
1844
1416
  9,
1845
1417
  n0,
1846
1418
  _LMR,
1847
- {
1848
- [_ht]: ["POST", "/memories/{memoryId}/memoryRecords", 200],
1849
- },
1419
+ { [_ht]: ["POST", "/memories/{memoryId}/memoryRecords", 200] },
1850
1420
  () => ListMemoryRecordsInput,
1851
1421
  () => ListMemoryRecordsOutput,
1852
1422
  ];
@@ -1854,9 +1424,7 @@ export var ListSessions = [
1854
1424
  9,
1855
1425
  n0,
1856
1426
  _LS,
1857
- {
1858
- [_ht]: ["POST", "/memories/{memoryId}/actor/{actorId}/sessions", 200],
1859
- },
1427
+ { [_ht]: ["POST", "/memories/{memoryId}/actor/{actorId}/sessions", 200] },
1860
1428
  () => ListSessionsInput,
1861
1429
  () => ListSessionsOutput,
1862
1430
  ];
@@ -1864,9 +1432,7 @@ export var RetrieveMemoryRecords = [
1864
1432
  9,
1865
1433
  n0,
1866
1434
  _RMR,
1867
- {
1868
- [_ht]: ["POST", "/memories/{memoryId}/retrieve", 200],
1869
- },
1435
+ { [_ht]: ["POST", "/memories/{memoryId}/retrieve", 200] },
1870
1436
  () => RetrieveMemoryRecordsInput,
1871
1437
  () => RetrieveMemoryRecordsOutput,
1872
1438
  ];
@@ -1874,9 +1440,7 @@ export var StartBrowserSession = [
1874
1440
  9,
1875
1441
  n0,
1876
1442
  _SBS,
1877
- {
1878
- [_ht]: ["PUT", "/browsers/{browserIdentifier}/sessions/start", 200],
1879
- },
1443
+ { [_ht]: ["PUT", "/browsers/{browserIdentifier}/sessions/start", 200] },
1880
1444
  () => StartBrowserSessionRequest,
1881
1445
  () => StartBrowserSessionResponse,
1882
1446
  ];
@@ -1884,9 +1448,7 @@ export var StartCodeInterpreterSession = [
1884
1448
  9,
1885
1449
  n0,
1886
1450
  _SCIS,
1887
- {
1888
- [_ht]: ["PUT", "/code-interpreters/{codeInterpreterIdentifier}/sessions/start", 200],
1889
- },
1451
+ { [_ht]: ["PUT", "/code-interpreters/{codeInterpreterIdentifier}/sessions/start", 200] },
1890
1452
  () => StartCodeInterpreterSessionRequest,
1891
1453
  () => StartCodeInterpreterSessionResponse,
1892
1454
  ];
@@ -1894,9 +1456,7 @@ export var StartMemoryExtractionJob = [
1894
1456
  9,
1895
1457
  n0,
1896
1458
  _SMEJ,
1897
- {
1898
- [_ht]: ["POST", "/memories/{memoryId}/extractionJobs/start", 200],
1899
- },
1459
+ { [_ht]: ["POST", "/memories/{memoryId}/extractionJobs/start", 200] },
1900
1460
  () => StartMemoryExtractionJobInput,
1901
1461
  () => StartMemoryExtractionJobOutput,
1902
1462
  ];
@@ -1904,9 +1464,7 @@ export var StopBrowserSession = [
1904
1464
  9,
1905
1465
  n0,
1906
1466
  _SBSt,
1907
- {
1908
- [_ht]: ["PUT", "/browsers/{browserIdentifier}/sessions/stop", 200],
1909
- },
1467
+ { [_ht]: ["PUT", "/browsers/{browserIdentifier}/sessions/stop", 200] },
1910
1468
  () => StopBrowserSessionRequest,
1911
1469
  () => StopBrowserSessionResponse,
1912
1470
  ];
@@ -1914,9 +1472,7 @@ export var StopCodeInterpreterSession = [
1914
1472
  9,
1915
1473
  n0,
1916
1474
  _SCISt,
1917
- {
1918
- [_ht]: ["PUT", "/code-interpreters/{codeInterpreterIdentifier}/sessions/stop", 200],
1919
- },
1475
+ { [_ht]: ["PUT", "/code-interpreters/{codeInterpreterIdentifier}/sessions/stop", 200] },
1920
1476
  () => StopCodeInterpreterSessionRequest,
1921
1477
  () => StopCodeInterpreterSessionResponse,
1922
1478
  ];
@@ -1924,9 +1480,7 @@ export var StopRuntimeSession = [
1924
1480
  9,
1925
1481
  n0,
1926
1482
  _SRS,
1927
- {
1928
- [_ht]: ["POST", "/runtimes/{agentRuntimeArn}/stopruntimesession", 200],
1929
- },
1483
+ { [_ht]: ["POST", "/runtimes/{agentRuntimeArn}/stopruntimesession", 200] },
1930
1484
  () => StopRuntimeSessionRequest,
1931
1485
  () => StopRuntimeSessionResponse,
1932
1486
  ];
@@ -1934,9 +1488,7 @@ export var UpdateBrowserStream = [
1934
1488
  9,
1935
1489
  n0,
1936
1490
  _UBS,
1937
- {
1938
- [_ht]: ["PUT", "/browsers/{browserIdentifier}/sessions/streams/update", 200],
1939
- },
1491
+ { [_ht]: ["PUT", "/browsers/{browserIdentifier}/sessions/streams/update", 200] },
1940
1492
  () => UpdateBrowserStreamRequest,
1941
1493
  () => UpdateBrowserStreamResponse,
1942
1494
  ];