@aws-sdk/client-bedrock-agentcore 3.943.0 → 3.947.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 +89 -537
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/BedrockAgentCoreClient.js +2 -2
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +89 -538
- package/dist-types/BedrockAgentCore.d.ts +1 -1
- package/dist-types/BedrockAgentCoreClient.d.ts +11 -11
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/BatchCreateMemoryRecordsCommand.d.ts +3 -3
- package/dist-types/commands/BatchDeleteMemoryRecordsCommand.d.ts +3 -3
- package/dist-types/commands/BatchUpdateMemoryRecordsCommand.d.ts +3 -3
- package/dist-types/commands/CompleteResourceTokenAuthCommand.d.ts +3 -3
- package/dist-types/commands/CreateEventCommand.d.ts +3 -3
- package/dist-types/commands/DeleteEventCommand.d.ts +3 -3
- package/dist-types/commands/DeleteMemoryRecordCommand.d.ts +3 -3
- package/dist-types/commands/EvaluateCommand.d.ts +3 -3
- package/dist-types/commands/GetAgentCardCommand.d.ts +3 -3
- package/dist-types/commands/GetBrowserSessionCommand.d.ts +3 -3
- package/dist-types/commands/GetCodeInterpreterSessionCommand.d.ts +3 -3
- package/dist-types/commands/GetEventCommand.d.ts +3 -3
- package/dist-types/commands/GetMemoryRecordCommand.d.ts +3 -3
- package/dist-types/commands/GetResourceApiKeyCommand.d.ts +3 -3
- package/dist-types/commands/GetResourceOauth2TokenCommand.d.ts +3 -3
- package/dist-types/commands/GetWorkloadAccessTokenCommand.d.ts +3 -3
- package/dist-types/commands/GetWorkloadAccessTokenForJWTCommand.d.ts +3 -3
- package/dist-types/commands/GetWorkloadAccessTokenForUserIdCommand.d.ts +3 -3
- package/dist-types/commands/InvokeAgentRuntimeCommand.d.ts +2 -2
- package/dist-types/commands/InvokeCodeInterpreterCommand.d.ts +3 -3
- package/dist-types/commands/ListActorsCommand.d.ts +3 -3
- package/dist-types/commands/ListBrowserSessionsCommand.d.ts +3 -3
- package/dist-types/commands/ListCodeInterpreterSessionsCommand.d.ts +3 -3
- package/dist-types/commands/ListEventsCommand.d.ts +3 -3
- package/dist-types/commands/ListMemoryExtractionJobsCommand.d.ts +3 -3
- package/dist-types/commands/ListMemoryRecordsCommand.d.ts +3 -3
- package/dist-types/commands/ListSessionsCommand.d.ts +3 -3
- package/dist-types/commands/RetrieveMemoryRecordsCommand.d.ts +3 -3
- package/dist-types/commands/StartBrowserSessionCommand.d.ts +3 -3
- package/dist-types/commands/StartCodeInterpreterSessionCommand.d.ts +3 -3
- package/dist-types/commands/StartMemoryExtractionJobCommand.d.ts +3 -3
- package/dist-types/commands/StopBrowserSessionCommand.d.ts +3 -3
- package/dist-types/commands/StopCodeInterpreterSessionCommand.d.ts +3 -3
- package/dist-types/commands/StopRuntimeSessionCommand.d.ts +3 -3
- package/dist-types/commands/UpdateBrowserStreamCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/BedrockAgentCoreServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListActorsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEventsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMemoryExtractionJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMemoryRecordsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSessionsPaginator.d.ts +1 -1
- package/dist-types/pagination/RetrieveMemoryRecordsPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -2
- package/dist-types/ts3.4/BedrockAgentCoreClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/BedrockAgentCoreServiceException.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +0 -1
- 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
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
],
|
|
868
|
-
[
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
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
|
-
|
|
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
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
],
|
|
952
|
-
[
|
|
953
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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,17 +1129,13 @@ 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
|
];
|
|
1512
1136
|
TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
|
|
1513
1137
|
export var ValidationExceptionField = [3, n0, _VEF, 0, [_n, _m], [0, 0]];
|
|
1514
1138
|
export var ViewPort = [3, n0, _VP, 0, [_w, _h], [1, 1]];
|
|
1515
|
-
export var __Unit = "unit";
|
|
1516
1139
|
export var BedrockAgentCoreServiceException = [
|
|
1517
1140
|
-3,
|
|
1518
1141
|
_sm,
|
|
@@ -1553,9 +1176,7 @@ export var CodeInterpreterStreamOutput = [
|
|
|
1553
1176
|
3,
|
|
1554
1177
|
n0,
|
|
1555
1178
|
_CISO,
|
|
1556
|
-
{
|
|
1557
|
-
[_s]: 1,
|
|
1558
|
-
},
|
|
1179
|
+
{ [_s]: 1 },
|
|
1559
1180
|
[_resu, _aDE, _cE, _iSE, _rNFE, _sQEE, _tE, _vE],
|
|
1560
1181
|
[
|
|
1561
1182
|
() => CodeInterpreterResult,
|
|
@@ -1594,9 +1215,7 @@ export var BatchCreateMemoryRecords = [
|
|
|
1594
1215
|
9,
|
|
1595
1216
|
n0,
|
|
1596
1217
|
_BCMR,
|
|
1597
|
-
{
|
|
1598
|
-
[_ht]: ["POST", "/memories/{memoryId}/memoryRecords/batchCreate", 201],
|
|
1599
|
-
},
|
|
1218
|
+
{ [_ht]: ["POST", "/memories/{memoryId}/memoryRecords/batchCreate", 201] },
|
|
1600
1219
|
() => BatchCreateMemoryRecordsInput,
|
|
1601
1220
|
() => BatchCreateMemoryRecordsOutput,
|
|
1602
1221
|
];
|
|
@@ -1604,9 +1223,7 @@ export var BatchDeleteMemoryRecords = [
|
|
|
1604
1223
|
9,
|
|
1605
1224
|
n0,
|
|
1606
1225
|
_BDMR,
|
|
1607
|
-
{
|
|
1608
|
-
[_ht]: ["POST", "/memories/{memoryId}/memoryRecords/batchDelete", 200],
|
|
1609
|
-
},
|
|
1226
|
+
{ [_ht]: ["POST", "/memories/{memoryId}/memoryRecords/batchDelete", 200] },
|
|
1610
1227
|
() => BatchDeleteMemoryRecordsInput,
|
|
1611
1228
|
() => BatchDeleteMemoryRecordsOutput,
|
|
1612
1229
|
];
|
|
@@ -1614,9 +1231,7 @@ export var BatchUpdateMemoryRecords = [
|
|
|
1614
1231
|
9,
|
|
1615
1232
|
n0,
|
|
1616
1233
|
_BUMR,
|
|
1617
|
-
{
|
|
1618
|
-
[_ht]: ["POST", "/memories/{memoryId}/memoryRecords/batchUpdate", 200],
|
|
1619
|
-
},
|
|
1234
|
+
{ [_ht]: ["POST", "/memories/{memoryId}/memoryRecords/batchUpdate", 200] },
|
|
1620
1235
|
() => BatchUpdateMemoryRecordsInput,
|
|
1621
1236
|
() => BatchUpdateMemoryRecordsOutput,
|
|
1622
1237
|
];
|
|
@@ -1624,9 +1239,7 @@ export var CompleteResourceTokenAuth = [
|
|
|
1624
1239
|
9,
|
|
1625
1240
|
n0,
|
|
1626
1241
|
_CRTA,
|
|
1627
|
-
{
|
|
1628
|
-
[_ht]: ["POST", "/identities/CompleteResourceTokenAuth", 200],
|
|
1629
|
-
},
|
|
1242
|
+
{ [_ht]: ["POST", "/identities/CompleteResourceTokenAuth", 200] },
|
|
1630
1243
|
() => CompleteResourceTokenAuthRequest,
|
|
1631
1244
|
() => CompleteResourceTokenAuthResponse,
|
|
1632
1245
|
];
|
|
@@ -1634,9 +1247,7 @@ export var CreateEvent = [
|
|
|
1634
1247
|
9,
|
|
1635
1248
|
n0,
|
|
1636
1249
|
_CEr,
|
|
1637
|
-
{
|
|
1638
|
-
[_ht]: ["POST", "/memories/{memoryId}/events", 201],
|
|
1639
|
-
},
|
|
1250
|
+
{ [_ht]: ["POST", "/memories/{memoryId}/events", 201] },
|
|
1640
1251
|
() => CreateEventInput,
|
|
1641
1252
|
() => CreateEventOutput,
|
|
1642
1253
|
];
|
|
@@ -1644,9 +1255,7 @@ export var DeleteEvent = [
|
|
|
1644
1255
|
9,
|
|
1645
1256
|
n0,
|
|
1646
1257
|
_DE,
|
|
1647
|
-
{
|
|
1648
|
-
[_ht]: ["DELETE", "/memories/{memoryId}/actor/{actorId}/sessions/{sessionId}/events/{eventId}", 200],
|
|
1649
|
-
},
|
|
1258
|
+
{ [_ht]: ["DELETE", "/memories/{memoryId}/actor/{actorId}/sessions/{sessionId}/events/{eventId}", 200] },
|
|
1650
1259
|
() => DeleteEventInput,
|
|
1651
1260
|
() => DeleteEventOutput,
|
|
1652
1261
|
];
|
|
@@ -1654,9 +1263,7 @@ export var DeleteMemoryRecord = [
|
|
|
1654
1263
|
9,
|
|
1655
1264
|
n0,
|
|
1656
1265
|
_DMR,
|
|
1657
|
-
{
|
|
1658
|
-
[_ht]: ["DELETE", "/memories/{memoryId}/memoryRecords/{memoryRecordId}", 200],
|
|
1659
|
-
},
|
|
1266
|
+
{ [_ht]: ["DELETE", "/memories/{memoryId}/memoryRecords/{memoryRecordId}", 200] },
|
|
1660
1267
|
() => DeleteMemoryRecordInput,
|
|
1661
1268
|
() => DeleteMemoryRecordOutput,
|
|
1662
1269
|
];
|
|
@@ -1664,9 +1271,7 @@ export var Evaluate = [
|
|
|
1664
1271
|
9,
|
|
1665
1272
|
n0,
|
|
1666
1273
|
_Ev,
|
|
1667
|
-
{
|
|
1668
|
-
[_ht]: ["POST", "/evaluations/evaluate/{evaluatorId}", 200],
|
|
1669
|
-
},
|
|
1274
|
+
{ [_ht]: ["POST", "/evaluations/evaluate/{evaluatorId}", 200] },
|
|
1670
1275
|
() => EvaluateRequest,
|
|
1671
1276
|
() => EvaluateResponse,
|
|
1672
1277
|
];
|
|
@@ -1674,9 +1279,7 @@ export var GetAgentCard = [
|
|
|
1674
1279
|
9,
|
|
1675
1280
|
n0,
|
|
1676
1281
|
_GAC,
|
|
1677
|
-
{
|
|
1678
|
-
[_ht]: ["GET", "/runtimes/{agentRuntimeArn}/invocations/.well-known/agent-card.json", 200],
|
|
1679
|
-
},
|
|
1282
|
+
{ [_ht]: ["GET", "/runtimes/{agentRuntimeArn}/invocations/.well-known/agent-card.json", 200] },
|
|
1680
1283
|
() => GetAgentCardRequest,
|
|
1681
1284
|
() => GetAgentCardResponse,
|
|
1682
1285
|
];
|
|
@@ -1684,9 +1287,7 @@ export var GetBrowserSession = [
|
|
|
1684
1287
|
9,
|
|
1685
1288
|
n0,
|
|
1686
1289
|
_GBS,
|
|
1687
|
-
{
|
|
1688
|
-
[_ht]: ["GET", "/browsers/{browserIdentifier}/sessions/get", 200],
|
|
1689
|
-
},
|
|
1290
|
+
{ [_ht]: ["GET", "/browsers/{browserIdentifier}/sessions/get", 200] },
|
|
1690
1291
|
() => GetBrowserSessionRequest,
|
|
1691
1292
|
() => GetBrowserSessionResponse,
|
|
1692
1293
|
];
|
|
@@ -1694,9 +1295,7 @@ export var GetCodeInterpreterSession = [
|
|
|
1694
1295
|
9,
|
|
1695
1296
|
n0,
|
|
1696
1297
|
_GCIS,
|
|
1697
|
-
{
|
|
1698
|
-
[_ht]: ["GET", "/code-interpreters/{codeInterpreterIdentifier}/sessions/get", 200],
|
|
1699
|
-
},
|
|
1298
|
+
{ [_ht]: ["GET", "/code-interpreters/{codeInterpreterIdentifier}/sessions/get", 200] },
|
|
1700
1299
|
() => GetCodeInterpreterSessionRequest,
|
|
1701
1300
|
() => GetCodeInterpreterSessionResponse,
|
|
1702
1301
|
];
|
|
@@ -1704,9 +1303,7 @@ export var GetEvent = [
|
|
|
1704
1303
|
9,
|
|
1705
1304
|
n0,
|
|
1706
1305
|
_GE,
|
|
1707
|
-
{
|
|
1708
|
-
[_ht]: ["GET", "/memories/{memoryId}/actor/{actorId}/sessions/{sessionId}/events/{eventId}", 200],
|
|
1709
|
-
},
|
|
1306
|
+
{ [_ht]: ["GET", "/memories/{memoryId}/actor/{actorId}/sessions/{sessionId}/events/{eventId}", 200] },
|
|
1710
1307
|
() => GetEventInput,
|
|
1711
1308
|
() => GetEventOutput,
|
|
1712
1309
|
];
|
|
@@ -1714,9 +1311,7 @@ export var GetMemoryRecord = [
|
|
|
1714
1311
|
9,
|
|
1715
1312
|
n0,
|
|
1716
1313
|
_GMR,
|
|
1717
|
-
{
|
|
1718
|
-
[_ht]: ["GET", "/memories/{memoryId}/memoryRecord/{memoryRecordId}", 200],
|
|
1719
|
-
},
|
|
1314
|
+
{ [_ht]: ["GET", "/memories/{memoryId}/memoryRecord/{memoryRecordId}", 200] },
|
|
1720
1315
|
() => GetMemoryRecordInput,
|
|
1721
1316
|
() => GetMemoryRecordOutput,
|
|
1722
1317
|
];
|
|
@@ -1724,9 +1319,7 @@ export var GetResourceApiKey = [
|
|
|
1724
1319
|
9,
|
|
1725
1320
|
n0,
|
|
1726
1321
|
_GRAK,
|
|
1727
|
-
{
|
|
1728
|
-
[_ht]: ["POST", "/identities/api-key", 200],
|
|
1729
|
-
},
|
|
1322
|
+
{ [_ht]: ["POST", "/identities/api-key", 200] },
|
|
1730
1323
|
() => GetResourceApiKeyRequest,
|
|
1731
1324
|
() => GetResourceApiKeyResponse,
|
|
1732
1325
|
];
|
|
@@ -1734,9 +1327,7 @@ export var GetResourceOauth2Token = [
|
|
|
1734
1327
|
9,
|
|
1735
1328
|
n0,
|
|
1736
1329
|
_GROT,
|
|
1737
|
-
{
|
|
1738
|
-
[_ht]: ["POST", "/identities/oauth2/token", 200],
|
|
1739
|
-
},
|
|
1330
|
+
{ [_ht]: ["POST", "/identities/oauth2/token", 200] },
|
|
1740
1331
|
() => GetResourceOauth2TokenRequest,
|
|
1741
1332
|
() => GetResourceOauth2TokenResponse,
|
|
1742
1333
|
];
|
|
@@ -1744,9 +1335,7 @@ export var GetWorkloadAccessToken = [
|
|
|
1744
1335
|
9,
|
|
1745
1336
|
n0,
|
|
1746
1337
|
_GWAT,
|
|
1747
|
-
{
|
|
1748
|
-
[_ht]: ["POST", "/identities/GetWorkloadAccessToken", 200],
|
|
1749
|
-
},
|
|
1338
|
+
{ [_ht]: ["POST", "/identities/GetWorkloadAccessToken", 200] },
|
|
1750
1339
|
() => GetWorkloadAccessTokenRequest,
|
|
1751
1340
|
() => GetWorkloadAccessTokenResponse,
|
|
1752
1341
|
];
|
|
@@ -1754,9 +1343,7 @@ export var GetWorkloadAccessTokenForJWT = [
|
|
|
1754
1343
|
9,
|
|
1755
1344
|
n0,
|
|
1756
1345
|
_GWATFJWT,
|
|
1757
|
-
{
|
|
1758
|
-
[_ht]: ["POST", "/identities/GetWorkloadAccessTokenForJWT", 200],
|
|
1759
|
-
},
|
|
1346
|
+
{ [_ht]: ["POST", "/identities/GetWorkloadAccessTokenForJWT", 200] },
|
|
1760
1347
|
() => GetWorkloadAccessTokenForJWTRequest,
|
|
1761
1348
|
() => GetWorkloadAccessTokenForJWTResponse,
|
|
1762
1349
|
];
|
|
@@ -1764,9 +1351,7 @@ export var GetWorkloadAccessTokenForUserId = [
|
|
|
1764
1351
|
9,
|
|
1765
1352
|
n0,
|
|
1766
1353
|
_GWATFUI,
|
|
1767
|
-
{
|
|
1768
|
-
[_ht]: ["POST", "/identities/GetWorkloadAccessTokenForUserId", 200],
|
|
1769
|
-
},
|
|
1354
|
+
{ [_ht]: ["POST", "/identities/GetWorkloadAccessTokenForUserId", 200] },
|
|
1770
1355
|
() => GetWorkloadAccessTokenForUserIdRequest,
|
|
1771
1356
|
() => GetWorkloadAccessTokenForUserIdResponse,
|
|
1772
1357
|
];
|
|
@@ -1774,9 +1359,7 @@ export var InvokeAgentRuntime = [
|
|
|
1774
1359
|
9,
|
|
1775
1360
|
n0,
|
|
1776
1361
|
_IAR,
|
|
1777
|
-
{
|
|
1778
|
-
[_ht]: ["POST", "/runtimes/{agentRuntimeArn}/invocations", 200],
|
|
1779
|
-
},
|
|
1362
|
+
{ [_ht]: ["POST", "/runtimes/{agentRuntimeArn}/invocations", 200] },
|
|
1780
1363
|
() => InvokeAgentRuntimeRequest,
|
|
1781
1364
|
() => InvokeAgentRuntimeResponse,
|
|
1782
1365
|
];
|
|
@@ -1784,9 +1367,7 @@ export var InvokeCodeInterpreter = [
|
|
|
1784
1367
|
9,
|
|
1785
1368
|
n0,
|
|
1786
1369
|
_ICI,
|
|
1787
|
-
{
|
|
1788
|
-
[_ht]: ["POST", "/code-interpreters/{codeInterpreterIdentifier}/tools/invoke", 200],
|
|
1789
|
-
},
|
|
1370
|
+
{ [_ht]: ["POST", "/code-interpreters/{codeInterpreterIdentifier}/tools/invoke", 200] },
|
|
1790
1371
|
() => InvokeCodeInterpreterRequest,
|
|
1791
1372
|
() => InvokeCodeInterpreterResponse,
|
|
1792
1373
|
];
|
|
@@ -1794,9 +1375,7 @@ export var ListActors = [
|
|
|
1794
1375
|
9,
|
|
1795
1376
|
n0,
|
|
1796
1377
|
_LA,
|
|
1797
|
-
{
|
|
1798
|
-
[_ht]: ["POST", "/memories/{memoryId}/actors", 200],
|
|
1799
|
-
},
|
|
1378
|
+
{ [_ht]: ["POST", "/memories/{memoryId}/actors", 200] },
|
|
1800
1379
|
() => ListActorsInput,
|
|
1801
1380
|
() => ListActorsOutput,
|
|
1802
1381
|
];
|
|
@@ -1804,9 +1383,7 @@ export var ListBrowserSessions = [
|
|
|
1804
1383
|
9,
|
|
1805
1384
|
n0,
|
|
1806
1385
|
_LBS,
|
|
1807
|
-
{
|
|
1808
|
-
[_ht]: ["POST", "/browsers/{browserIdentifier}/sessions/list", 200],
|
|
1809
|
-
},
|
|
1386
|
+
{ [_ht]: ["POST", "/browsers/{browserIdentifier}/sessions/list", 200] },
|
|
1810
1387
|
() => ListBrowserSessionsRequest,
|
|
1811
1388
|
() => ListBrowserSessionsResponse,
|
|
1812
1389
|
];
|
|
@@ -1814,9 +1391,7 @@ export var ListCodeInterpreterSessions = [
|
|
|
1814
1391
|
9,
|
|
1815
1392
|
n0,
|
|
1816
1393
|
_LCIS,
|
|
1817
|
-
{
|
|
1818
|
-
[_ht]: ["POST", "/code-interpreters/{codeInterpreterIdentifier}/sessions/list", 200],
|
|
1819
|
-
},
|
|
1394
|
+
{ [_ht]: ["POST", "/code-interpreters/{codeInterpreterIdentifier}/sessions/list", 200] },
|
|
1820
1395
|
() => ListCodeInterpreterSessionsRequest,
|
|
1821
1396
|
() => ListCodeInterpreterSessionsResponse,
|
|
1822
1397
|
];
|
|
@@ -1824,9 +1399,7 @@ export var ListEvents = [
|
|
|
1824
1399
|
9,
|
|
1825
1400
|
n0,
|
|
1826
1401
|
_LEi,
|
|
1827
|
-
{
|
|
1828
|
-
[_ht]: ["POST", "/memories/{memoryId}/actor/{actorId}/sessions/{sessionId}", 200],
|
|
1829
|
-
},
|
|
1402
|
+
{ [_ht]: ["POST", "/memories/{memoryId}/actor/{actorId}/sessions/{sessionId}", 200] },
|
|
1830
1403
|
() => ListEventsInput,
|
|
1831
1404
|
() => ListEventsOutput,
|
|
1832
1405
|
];
|
|
@@ -1834,9 +1407,7 @@ export var ListMemoryExtractionJobs = [
|
|
|
1834
1407
|
9,
|
|
1835
1408
|
n0,
|
|
1836
1409
|
_LMEJ,
|
|
1837
|
-
{
|
|
1838
|
-
[_ht]: ["POST", "/memories/{memoryId}/extractionJobs", 200],
|
|
1839
|
-
},
|
|
1410
|
+
{ [_ht]: ["POST", "/memories/{memoryId}/extractionJobs", 200] },
|
|
1840
1411
|
() => ListMemoryExtractionJobsInput,
|
|
1841
1412
|
() => ListMemoryExtractionJobsOutput,
|
|
1842
1413
|
];
|
|
@@ -1844,9 +1415,7 @@ export var ListMemoryRecords = [
|
|
|
1844
1415
|
9,
|
|
1845
1416
|
n0,
|
|
1846
1417
|
_LMR,
|
|
1847
|
-
{
|
|
1848
|
-
[_ht]: ["POST", "/memories/{memoryId}/memoryRecords", 200],
|
|
1849
|
-
},
|
|
1418
|
+
{ [_ht]: ["POST", "/memories/{memoryId}/memoryRecords", 200] },
|
|
1850
1419
|
() => ListMemoryRecordsInput,
|
|
1851
1420
|
() => ListMemoryRecordsOutput,
|
|
1852
1421
|
];
|
|
@@ -1854,9 +1423,7 @@ export var ListSessions = [
|
|
|
1854
1423
|
9,
|
|
1855
1424
|
n0,
|
|
1856
1425
|
_LS,
|
|
1857
|
-
{
|
|
1858
|
-
[_ht]: ["POST", "/memories/{memoryId}/actor/{actorId}/sessions", 200],
|
|
1859
|
-
},
|
|
1426
|
+
{ [_ht]: ["POST", "/memories/{memoryId}/actor/{actorId}/sessions", 200] },
|
|
1860
1427
|
() => ListSessionsInput,
|
|
1861
1428
|
() => ListSessionsOutput,
|
|
1862
1429
|
];
|
|
@@ -1864,9 +1431,7 @@ export var RetrieveMemoryRecords = [
|
|
|
1864
1431
|
9,
|
|
1865
1432
|
n0,
|
|
1866
1433
|
_RMR,
|
|
1867
|
-
{
|
|
1868
|
-
[_ht]: ["POST", "/memories/{memoryId}/retrieve", 200],
|
|
1869
|
-
},
|
|
1434
|
+
{ [_ht]: ["POST", "/memories/{memoryId}/retrieve", 200] },
|
|
1870
1435
|
() => RetrieveMemoryRecordsInput,
|
|
1871
1436
|
() => RetrieveMemoryRecordsOutput,
|
|
1872
1437
|
];
|
|
@@ -1874,9 +1439,7 @@ export var StartBrowserSession = [
|
|
|
1874
1439
|
9,
|
|
1875
1440
|
n0,
|
|
1876
1441
|
_SBS,
|
|
1877
|
-
{
|
|
1878
|
-
[_ht]: ["PUT", "/browsers/{browserIdentifier}/sessions/start", 200],
|
|
1879
|
-
},
|
|
1442
|
+
{ [_ht]: ["PUT", "/browsers/{browserIdentifier}/sessions/start", 200] },
|
|
1880
1443
|
() => StartBrowserSessionRequest,
|
|
1881
1444
|
() => StartBrowserSessionResponse,
|
|
1882
1445
|
];
|
|
@@ -1884,9 +1447,7 @@ export var StartCodeInterpreterSession = [
|
|
|
1884
1447
|
9,
|
|
1885
1448
|
n0,
|
|
1886
1449
|
_SCIS,
|
|
1887
|
-
{
|
|
1888
|
-
[_ht]: ["PUT", "/code-interpreters/{codeInterpreterIdentifier}/sessions/start", 200],
|
|
1889
|
-
},
|
|
1450
|
+
{ [_ht]: ["PUT", "/code-interpreters/{codeInterpreterIdentifier}/sessions/start", 200] },
|
|
1890
1451
|
() => StartCodeInterpreterSessionRequest,
|
|
1891
1452
|
() => StartCodeInterpreterSessionResponse,
|
|
1892
1453
|
];
|
|
@@ -1894,9 +1455,7 @@ export var StartMemoryExtractionJob = [
|
|
|
1894
1455
|
9,
|
|
1895
1456
|
n0,
|
|
1896
1457
|
_SMEJ,
|
|
1897
|
-
{
|
|
1898
|
-
[_ht]: ["POST", "/memories/{memoryId}/extractionJobs/start", 200],
|
|
1899
|
-
},
|
|
1458
|
+
{ [_ht]: ["POST", "/memories/{memoryId}/extractionJobs/start", 200] },
|
|
1900
1459
|
() => StartMemoryExtractionJobInput,
|
|
1901
1460
|
() => StartMemoryExtractionJobOutput,
|
|
1902
1461
|
];
|
|
@@ -1904,9 +1463,7 @@ export var StopBrowserSession = [
|
|
|
1904
1463
|
9,
|
|
1905
1464
|
n0,
|
|
1906
1465
|
_SBSt,
|
|
1907
|
-
{
|
|
1908
|
-
[_ht]: ["PUT", "/browsers/{browserIdentifier}/sessions/stop", 200],
|
|
1909
|
-
},
|
|
1466
|
+
{ [_ht]: ["PUT", "/browsers/{browserIdentifier}/sessions/stop", 200] },
|
|
1910
1467
|
() => StopBrowserSessionRequest,
|
|
1911
1468
|
() => StopBrowserSessionResponse,
|
|
1912
1469
|
];
|
|
@@ -1914,9 +1471,7 @@ export var StopCodeInterpreterSession = [
|
|
|
1914
1471
|
9,
|
|
1915
1472
|
n0,
|
|
1916
1473
|
_SCISt,
|
|
1917
|
-
{
|
|
1918
|
-
[_ht]: ["PUT", "/code-interpreters/{codeInterpreterIdentifier}/sessions/stop", 200],
|
|
1919
|
-
},
|
|
1474
|
+
{ [_ht]: ["PUT", "/code-interpreters/{codeInterpreterIdentifier}/sessions/stop", 200] },
|
|
1920
1475
|
() => StopCodeInterpreterSessionRequest,
|
|
1921
1476
|
() => StopCodeInterpreterSessionResponse,
|
|
1922
1477
|
];
|
|
@@ -1924,9 +1479,7 @@ export var StopRuntimeSession = [
|
|
|
1924
1479
|
9,
|
|
1925
1480
|
n0,
|
|
1926
1481
|
_SRS,
|
|
1927
|
-
{
|
|
1928
|
-
[_ht]: ["POST", "/runtimes/{agentRuntimeArn}/stopruntimesession", 200],
|
|
1929
|
-
},
|
|
1482
|
+
{ [_ht]: ["POST", "/runtimes/{agentRuntimeArn}/stopruntimesession", 200] },
|
|
1930
1483
|
() => StopRuntimeSessionRequest,
|
|
1931
1484
|
() => StopRuntimeSessionResponse,
|
|
1932
1485
|
];
|
|
@@ -1934,9 +1487,7 @@ export var UpdateBrowserStream = [
|
|
|
1934
1487
|
9,
|
|
1935
1488
|
n0,
|
|
1936
1489
|
_UBS,
|
|
1937
|
-
{
|
|
1938
|
-
[_ht]: ["PUT", "/browsers/{browserIdentifier}/sessions/streams/update", 200],
|
|
1939
|
-
},
|
|
1490
|
+
{ [_ht]: ["PUT", "/browsers/{browserIdentifier}/sessions/streams/update", 200] },
|
|
1940
1491
|
() => UpdateBrowserStreamRequest,
|
|
1941
1492
|
() => UpdateBrowserStreamResponse,
|
|
1942
1493
|
];
|