@aws-sdk/client-bedrock-agent-runtime 3.952.0 → 3.953.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 (51) hide show
  1. package/dist-cjs/index.js +1155 -804
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/CreateInvocationCommand.js +2 -2
  4. package/dist-es/commands/CreateSessionCommand.js +2 -2
  5. package/dist-es/commands/DeleteAgentMemoryCommand.js +2 -2
  6. package/dist-es/commands/DeleteSessionCommand.js +2 -2
  7. package/dist-es/commands/EndSessionCommand.js +2 -2
  8. package/dist-es/commands/GenerateQueryCommand.js +2 -2
  9. package/dist-es/commands/GetAgentMemoryCommand.js +2 -2
  10. package/dist-es/commands/GetExecutionFlowSnapshotCommand.js +2 -2
  11. package/dist-es/commands/GetFlowExecutionCommand.js +2 -2
  12. package/dist-es/commands/GetInvocationStepCommand.js +2 -2
  13. package/dist-es/commands/GetSessionCommand.js +2 -2
  14. package/dist-es/commands/InvokeAgentCommand.js +2 -2
  15. package/dist-es/commands/InvokeFlowCommand.js +2 -2
  16. package/dist-es/commands/InvokeInlineAgentCommand.js +2 -2
  17. package/dist-es/commands/ListFlowExecutionEventsCommand.js +2 -2
  18. package/dist-es/commands/ListFlowExecutionsCommand.js +2 -2
  19. package/dist-es/commands/ListInvocationStepsCommand.js +2 -2
  20. package/dist-es/commands/ListInvocationsCommand.js +2 -2
  21. package/dist-es/commands/ListSessionsCommand.js +2 -2
  22. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  23. package/dist-es/commands/OptimizePromptCommand.js +2 -2
  24. package/dist-es/commands/PutInvocationStepCommand.js +2 -2
  25. package/dist-es/commands/RerankCommand.js +2 -2
  26. package/dist-es/commands/RetrieveAndGenerateCommand.js +2 -2
  27. package/dist-es/commands/RetrieveAndGenerateStreamCommand.js +2 -2
  28. package/dist-es/commands/RetrieveCommand.js +2 -2
  29. package/dist-es/commands/StartFlowExecutionCommand.js +2 -2
  30. package/dist-es/commands/StopFlowExecutionCommand.js +2 -2
  31. package/dist-es/commands/TagResourceCommand.js +2 -2
  32. package/dist-es/commands/UntagResourceCommand.js +2 -2
  33. package/dist-es/commands/UpdateSessionCommand.js +2 -2
  34. package/dist-es/index.js +1 -0
  35. package/dist-es/runtimeConfig.shared.js +6 -1
  36. package/dist-es/schemas/schemas_0.js +791 -783
  37. package/dist-types/BedrockAgentRuntimeClient.d.ts +1 -10
  38. package/dist-types/index.d.ts +1 -0
  39. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  40. package/dist-types/runtimeConfig.d.ts +6 -2
  41. package/dist-types/runtimeConfig.native.d.ts +6 -2
  42. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  43. package/dist-types/schemas/schemas_0.d.ts +344 -447
  44. package/dist-types/ts3.4/BedrockAgentRuntimeClient.d.ts +0 -4
  45. package/dist-types/ts3.4/index.d.ts +1 -0
  46. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  47. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  48. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  49. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  50. package/dist-types/ts3.4/schemas/schemas_0.d.ts +343 -449
  51. package/package.json +37 -37
@@ -847,39 +847,39 @@ const _xabkbsi = "x-amzn-bedrock-knowledge-base-session-id";
847
847
  const _xasa = "x-amz-source-arn";
848
848
  const n0 = "com.amazonaws.bedrockagentruntime";
849
849
  import { TypeRegistry } from "@smithy/core/schema";
850
- import { BedrockAgentRuntimeServiceException as __BedrockAgentRuntimeServiceException } from "../models/BedrockAgentRuntimeServiceException";
851
- import { AccessDeniedException as __AccessDeniedException, BadGatewayException as __BadGatewayException, ConflictException as __ConflictException, DependencyFailedException as __DependencyFailedException, InternalServerException as __InternalServerException, ModelNotReadyException as __ModelNotReadyException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/errors";
852
- export var ActionGroupName = [0, n0, _AGN, 8, 0];
853
- export var ActionGroupOutputString = [0, n0, _AGOS, 8, 0];
854
- export var AgentCollaboratorPayloadString = [0, n0, _ACPS, 8, 0];
855
- export var ApiPath = [0, n0, _AP, 8, 0];
856
- export var BasePromptTemplate = [0, n0, _BPT, 8, 0];
857
- export var ByteContentBlob = [0, n0, _BCB, 8, 21];
858
- export var CollaborationInstruction = [0, n0, _CI, 8, 0];
859
- export var FailureReasonString = [0, n0, _FRS, 8, 0];
860
- export var FileBody = [0, n0, _FB, 8, 21];
861
- export var FinalResponseString = [0, n0, _FRSi, 8, 0];
862
- export var FlowNodeInputExpression = [0, n0, _FNIE, 8, 0];
863
- export var Function = [0, n0, _F, 8, 0];
864
- export var Identifier = [0, n0, _I, 8, 0];
865
- export var InputText = [0, n0, _IT, 8, 0];
866
- export var Instruction = [0, n0, _In, 8, 0];
867
- export var KnowledgeBaseLookupInputString = [0, n0, _KBLIS, 8, 0];
868
- export var Name = [0, n0, _N, 8, 0];
869
- export var OutputString = [0, n0, _OS, 8, 0];
870
- export var PartBody = [0, n0, _PB, 8, 21];
871
- export var Payload = [0, n0, _P, 8, 0];
872
- export var PromptText = [0, n0, _PT, 8, 0];
873
- export var RationaleString = [0, n0, _RS, 8, 0];
874
- export var ResourceDescription = [0, n0, _RD, 8, 0];
875
- export var ResourceName = [0, n0, _RN, 8, 0];
876
- export var Source = [0, n0, _S, 8, 0];
877
- export var TextPromptTemplate = [0, n0, _TPT, 8, 0];
878
- export var TraceKnowledgeBaseId = [0, n0, _TKBI, 8, 0];
879
- export var Verb = [0, n0, _V, 8, 0];
880
- export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
881
- TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
882
- export var ActionGroupInvocationInput = [
850
+ import { BedrockAgentRuntimeServiceException } from "../models/BedrockAgentRuntimeServiceException";
851
+ import { AccessDeniedException, BadGatewayException, ConflictException, DependencyFailedException, InternalServerException, ModelNotReadyException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
852
+ var ActionGroupName = [0, n0, _AGN, 8, 0];
853
+ var ActionGroupOutputString = [0, n0, _AGOS, 8, 0];
854
+ var AgentCollaboratorPayloadString = [0, n0, _ACPS, 8, 0];
855
+ var ApiPath = [0, n0, _AP, 8, 0];
856
+ var BasePromptTemplate = [0, n0, _BPT, 8, 0];
857
+ var ByteContentBlob = [0, n0, _BCB, 8, 21];
858
+ var CollaborationInstruction = [0, n0, _CI, 8, 0];
859
+ var FailureReasonString = [0, n0, _FRS, 8, 0];
860
+ var FileBody = [0, n0, _FB, 8, 21];
861
+ var FinalResponseString = [0, n0, _FRSi, 8, 0];
862
+ var FlowNodeInputExpression = [0, n0, _FNIE, 8, 0];
863
+ var Function = [0, n0, _F, 8, 0];
864
+ var Identifier = [0, n0, _I, 8, 0];
865
+ var InputText = [0, n0, _IT, 8, 0];
866
+ var Instruction = [0, n0, _In, 8, 0];
867
+ var KnowledgeBaseLookupInputString = [0, n0, _KBLIS, 8, 0];
868
+ var Name = [0, n0, _N, 8, 0];
869
+ var OutputString = [0, n0, _OS, 8, 0];
870
+ var PartBody = [0, n0, _PB, 8, 21];
871
+ var Payload = [0, n0, _P, 8, 0];
872
+ var PromptText = [0, n0, _PT, 8, 0];
873
+ var RationaleString = [0, n0, _RS, 8, 0];
874
+ var ResourceDescription = [0, n0, _RD, 8, 0];
875
+ var ResourceName = [0, n0, _RN, 8, 0];
876
+ var Source = [0, n0, _S, 8, 0];
877
+ var TextPromptTemplate = [0, n0, _TPT, 8, 0];
878
+ var TraceKnowledgeBaseId = [0, n0, _TKBI, 8, 0];
879
+ var Verb = [0, n0, _V, 8, 0];
880
+ export var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
881
+ TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
882
+ export var ActionGroupInvocationInput$ = [
883
883
  3,
884
884
  n0,
885
885
  _AGII,
@@ -890,13 +890,13 @@ export var ActionGroupInvocationInput = [
890
890
  [() => Verb, 0],
891
891
  [() => ApiPath, 0],
892
892
  () => _Parameters,
893
- () => RequestBody,
893
+ () => RequestBody$,
894
894
  [() => Function, 0],
895
895
  0,
896
896
  0,
897
897
  ],
898
898
  ];
899
- export var ActionGroupInvocationOutput = [
899
+ export var ActionGroupInvocationOutput$ = [
900
900
  3,
901
901
  n0,
902
902
  _AGIO,
@@ -904,10 +904,10 @@ export var ActionGroupInvocationOutput = [
904
904
  [_t, _me],
905
905
  [
906
906
  [() => ActionGroupOutputString, 0],
907
- [() => Metadata, 0],
907
+ [() => Metadata$, 0],
908
908
  ],
909
909
  ];
910
- export var AgentActionGroup = [
910
+ export var AgentActionGroup$ = [
911
911
  3,
912
912
  n0,
913
913
  _AAG,
@@ -917,56 +917,56 @@ export var AgentActionGroup = [
917
917
  [() => ResourceName, 0],
918
918
  [() => ResourceDescription, 0],
919
919
  0,
920
- () => ActionGroupExecutor,
921
- [() => APISchema, 0],
922
- [() => FunctionSchema, 0],
920
+ () => ActionGroupExecutor$,
921
+ [() => APISchema$, 0],
922
+ [() => FunctionSchema$, 0],
923
923
  128 | 0,
924
924
  ],
925
925
  ];
926
- export var AgentCollaboratorInputPayload = [
926
+ export var AgentCollaboratorInputPayload$ = [
927
927
  3,
928
928
  n0,
929
929
  _ACIP,
930
930
  0,
931
931
  [_ty, _t, _rCR],
932
- [0, [() => AgentCollaboratorPayloadString, 0], [() => ReturnControlResults, 0]],
932
+ [0, [() => AgentCollaboratorPayloadString, 0], [() => ReturnControlResults$, 0]],
933
933
  ];
934
- export var AgentCollaboratorInvocationInput = [
934
+ export var AgentCollaboratorInvocationInput$ = [
935
935
  3,
936
936
  n0,
937
937
  _ACII,
938
938
  0,
939
939
  [_aCN, _aCAA, _i],
940
- [0, 0, [() => AgentCollaboratorInputPayload, 0]],
940
+ [0, 0, [() => AgentCollaboratorInputPayload$, 0]],
941
941
  ];
942
- export var AgentCollaboratorInvocationOutput = [
942
+ export var AgentCollaboratorInvocationOutput$ = [
943
943
  3,
944
944
  n0,
945
945
  _ACIO,
946
946
  0,
947
947
  [_aCN, _aCAA, _o, _me],
948
- [0, 0, [() => AgentCollaboratorOutputPayload, 0], [() => Metadata, 0]],
948
+ [0, 0, [() => AgentCollaboratorOutputPayload$, 0], [() => Metadata$, 0]],
949
949
  ];
950
- export var AgentCollaboratorOutputPayload = [
950
+ export var AgentCollaboratorOutputPayload$ = [
951
951
  3,
952
952
  n0,
953
953
  _ACOP,
954
954
  0,
955
955
  [_ty, _t, _rCP],
956
- [0, [() => AgentCollaboratorPayloadString, 0], [() => ReturnControlPayload, 0]],
956
+ [0, [() => AgentCollaboratorPayloadString, 0], [() => ReturnControlPayload$, 0]],
957
957
  ];
958
- export var AnalyzePromptEvent = [3, n0, _APE, 8, [_m], [0]];
959
- export var ApiInvocationInput = [
958
+ export var AnalyzePromptEvent$ = [3, n0, _APE, 8, [_m], [0]];
959
+ export var ApiInvocationInput$ = [
960
960
  3,
961
961
  n0,
962
962
  _AII,
963
963
  0,
964
964
  [_aG, _hM, _aP, _p, _rB, _aIT, _aI, _cN],
965
- [0, 0, [() => ApiPath, 0], () => ApiParameters, () => ApiRequestBody, 0, 0, [() => Name, 0]],
965
+ [0, 0, [() => ApiPath, 0], () => ApiParameters, () => ApiRequestBody$, 0, 0, [() => Name, 0]],
966
966
  ];
967
- export var ApiParameter = [3, n0, _APp, 0, [_n, _ty, _va], [0, 0, 0]];
968
- export var ApiRequestBody = [3, n0, _ARB, 0, [_co], [() => ApiContentMap]];
969
- export var ApiResult = [
967
+ export var ApiParameter$ = [3, n0, _APp, 0, [_n, _ty, _va], [0, 0, 0]];
968
+ export var ApiRequestBody$ = [3, n0, _ARB, 0, [_co], [() => ApiContentMap]];
969
+ export var ApiResult$ = [
970
970
  3,
971
971
  n0,
972
972
  _AR,
@@ -974,28 +974,28 @@ export var ApiResult = [
974
974
  [_aG, _hM, _aP, _cS, _rS, _hSC, _rBe, _aI],
975
975
  [0, 0, [() => ApiPath, 0], 0, 0, 1, () => ResponseBody, 0],
976
976
  ];
977
- export var Attribution = [3, n0, _A, 0, [_ci], [[() => Citations, 0]]];
978
- export var AudioSegment = [3, n0, _AS, 0, [_sU, _tr], [0, 0]];
979
- export var BadGatewayException = [-3, n0, _BGE, { [_e]: _s, [_hE]: 502 }, [_m, _rN], [0, 0]];
980
- TypeRegistry.for(n0).registerError(BadGatewayException, __BadGatewayException);
981
- export var BedrockModelConfigurations = [
977
+ export var Attribution$ = [3, n0, _A, 0, [_ci], [[() => Citations, 0]]];
978
+ export var AudioSegment$ = [3, n0, _AS, 0, [_sU, _tr], [0, 0]];
979
+ export var BadGatewayException$ = [-3, n0, _BGE, { [_e]: _s, [_hE]: 502 }, [_m, _rN], [0, 0]];
980
+ TypeRegistry.for(n0).registerError(BadGatewayException$, BadGatewayException);
981
+ export var BedrockModelConfigurations$ = [
982
982
  3,
983
983
  n0,
984
984
  _BMC,
985
985
  0,
986
986
  [_pC],
987
- [() => PerformanceConfiguration],
987
+ [() => PerformanceConfiguration$],
988
988
  ];
989
- export var BedrockRerankingConfiguration = [
989
+ export var BedrockRerankingConfiguration$ = [
990
990
  3,
991
991
  n0,
992
992
  _BRC,
993
993
  0,
994
994
  [_nOR, _mC],
995
- [1, () => BedrockRerankingModelConfiguration],
995
+ [1, () => BedrockRerankingModelConfiguration$],
996
996
  ];
997
- export var BedrockRerankingModelConfiguration = [3, n0, _BRMC, 0, [_mA, _aMRF], [0, 128 | 15]];
998
- export var ByteContentDoc = [
997
+ export var BedrockRerankingModelConfiguration$ = [3, n0, _BRMC, 0, [_mA, _aMRF], [0, 128 | 15]];
998
+ export var ByteContentDoc$ = [
999
999
  3,
1000
1000
  n0,
1001
1001
  _BCD,
@@ -1003,40 +1003,40 @@ export var ByteContentDoc = [
1003
1003
  [_id, _cT, _da],
1004
1004
  [[() => Identifier, 0], 0, [() => ByteContentBlob, 0]],
1005
1005
  ];
1006
- export var ByteContentFile = [3, n0, _BCF, 0, [_mT, _da], [0, [() => ByteContentBlob, 0]]];
1007
- export var Citation = [
1006
+ export var ByteContentFile$ = [3, n0, _BCF, 0, [_mT, _da], [0, [() => ByteContentBlob, 0]]];
1007
+ export var Citation$ = [
1008
1008
  3,
1009
1009
  n0,
1010
1010
  _C,
1011
1011
  0,
1012
1012
  [_gRP, _rR],
1013
1013
  [
1014
- [() => GeneratedResponsePart, 0],
1014
+ [() => GeneratedResponsePart$, 0],
1015
1015
  [() => RetrievedReferences, 0],
1016
1016
  ],
1017
1017
  ];
1018
- export var CitationEvent = [
1018
+ export var CitationEvent$ = [
1019
1019
  3,
1020
1020
  n0,
1021
1021
  _CE,
1022
1022
  0,
1023
1023
  [_cit, _gRP, _rR],
1024
1024
  [
1025
- [() => Citation, 0],
1026
- [() => GeneratedResponsePart, 0],
1025
+ [() => Citation$, 0],
1026
+ [() => GeneratedResponsePart$, 0],
1027
1027
  [() => RetrievedReferences, 0],
1028
1028
  ],
1029
1029
  ];
1030
- export var CodeInterpreterInvocationInput = [3, n0, _CIII, 0, [_cod, _fi], [0, 64 | 0]];
1031
- export var CodeInterpreterInvocationOutput = [
1030
+ export var CodeInterpreterInvocationInput$ = [3, n0, _CIII, 0, [_cod, _fi], [0, 64 | 0]];
1031
+ export var CodeInterpreterInvocationOutput$ = [
1032
1032
  3,
1033
1033
  n0,
1034
1034
  _CIIO,
1035
1035
  0,
1036
1036
  [_eO, _eE, _fi, _eTx, _me],
1037
- [0, 0, 64 | 0, 2, [() => Metadata, 0]],
1037
+ [0, 0, 64 | 0, 2, [() => Metadata$, 0]],
1038
1038
  ];
1039
- export var Collaborator = [
1039
+ export var Collaborator$ = [
1040
1040
  3,
1041
1041
  n0,
1042
1042
  _Co,
@@ -1049,14 +1049,14 @@ export var Collaborator = [
1049
1049
  1,
1050
1050
  [() => AgentActionGroups, 0],
1051
1051
  [() => KnowledgeBases, 0],
1052
- () => GuardrailConfigurationWithArn,
1053
- [() => PromptOverrideConfiguration, 0],
1052
+ () => GuardrailConfigurationWithArn$,
1053
+ [() => PromptOverrideConfiguration$, 0],
1054
1054
  0,
1055
1055
  [() => CollaboratorConfigurations, 0],
1056
1056
  [() => Name, 0],
1057
1057
  ],
1058
1058
  ];
1059
- export var CollaboratorConfiguration = [
1059
+ export var CollaboratorConfiguration$ = [
1060
1060
  3,
1061
1061
  n0,
1062
1062
  _CC,
@@ -1064,7 +1064,7 @@ export var CollaboratorConfiguration = [
1064
1064
  [_cN, _cI, _aAA, _rCH],
1065
1065
  [[() => Name, 0], [() => CollaborationInstruction, 0], 0, 0],
1066
1066
  ];
1067
- export var ConditionResultEvent = [
1067
+ export var ConditionResultEvent$ = [
1068
1068
  3,
1069
1069
  n0,
1070
1070
  _CRE,
@@ -1072,25 +1072,25 @@ export var ConditionResultEvent = [
1072
1072
  [_nN, _ti, _sC],
1073
1073
  [0, 5, [() => SatisfiedConditions, 0]],
1074
1074
  ];
1075
- export var ConflictException = [-3, n0, _CEo, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
1076
- TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
1077
- export var ContentBody = [3, n0, _CB, 0, [_b, _im], [0, () => ImageInputs]];
1078
- export var ConversationHistory = [3, n0, _CH, 0, [_mes], [[() => Messages, 0]]];
1079
- export var CreateInvocationRequest = [3, n0, _CIR, 0, [_iI, _d, _sI], [0, 0, [0, 1]]];
1080
- export var CreateInvocationResponse = [3, n0, _CIRr, 0, [_sIe, _iI, _cA], [0, 0, 5]];
1081
- export var CreateSessionRequest = [3, n0, _CSR, 0, [_sM, _eKA, _ta], [128 | 0, 0, 128 | 0]];
1082
- export var CreateSessionResponse = [3, n0, _CSRr, 0, [_sIe, _sA, _sS, _cA], [0, 0, 0, 5]];
1083
- export var CustomOrchestration = [3, n0, _CO, 0, [_ex], [() => OrchestrationExecutor]];
1084
- export var CustomOrchestrationTrace = [
1075
+ export var ConflictException$ = [-3, n0, _CEo, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
1076
+ TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
1077
+ export var ContentBody$ = [3, n0, _CB, 0, [_b, _im], [0, () => ImageInputs]];
1078
+ export var ConversationHistory$ = [3, n0, _CH, 0, [_mes], [[() => Messages, 0]]];
1079
+ export var CreateInvocationRequest$ = [3, n0, _CIR, 0, [_iI, _d, _sI], [0, 0, [0, 1]]];
1080
+ export var CreateInvocationResponse$ = [3, n0, _CIRr, 0, [_sIe, _iI, _cA], [0, 0, 5]];
1081
+ export var CreateSessionRequest$ = [3, n0, _CSR, 0, [_sM, _eKA, _ta], [128 | 0, 0, 128 | 0]];
1082
+ export var CreateSessionResponse$ = [3, n0, _CSRr, 0, [_sIe, _sA, _sS, _cA], [0, 0, 0, 5]];
1083
+ export var CustomOrchestration$ = [3, n0, _CO, 0, [_ex], [() => OrchestrationExecutor$]];
1084
+ export var CustomOrchestrationTrace$ = [
1085
1085
  3,
1086
1086
  n0,
1087
1087
  _COT,
1088
1088
  8,
1089
1089
  [_tI, _ev],
1090
- [0, [() => CustomOrchestrationTraceEvent, 0]],
1090
+ [0, [() => CustomOrchestrationTraceEvent$, 0]],
1091
1091
  ];
1092
- export var CustomOrchestrationTraceEvent = [3, n0, _COTE, 8, [_t], [0]];
1093
- export var DeleteAgentMemoryRequest = [
1092
+ export var CustomOrchestrationTraceEvent$ = [3, n0, _COTE, 8, [_t], [0]];
1093
+ export var DeleteAgentMemoryRequest$ = [
1094
1094
  3,
1095
1095
  n0,
1096
1096
  _DAMR,
@@ -1103,63 +1103,63 @@ export var DeleteAgentMemoryRequest = [
1103
1103
  [0, { [_hQ]: _sIe }],
1104
1104
  ],
1105
1105
  ];
1106
- export var DeleteAgentMemoryResponse = [3, n0, _DAMRe, 0, [], []];
1107
- export var DeleteSessionRequest = [3, n0, _DSR, 0, [_sI], [[0, 1]]];
1108
- export var DeleteSessionResponse = [3, n0, _DSRe, 0, [], []];
1109
- export var DependencyFailedException = [-3, n0, _DFE, { [_e]: _c, [_hE]: 424 }, [_m, _rN], [0, 0]];
1110
- TypeRegistry.for(n0).registerError(DependencyFailedException, __DependencyFailedException);
1111
- export var EndSessionRequest = [3, n0, _ESR, 0, [_sI], [[0, 1]]];
1112
- export var EndSessionResponse = [3, n0, _ESRn, 0, [_sIe, _sA, _sS], [0, 0, 0]];
1113
- export var ExternalSource = [
1106
+ export var DeleteAgentMemoryResponse$ = [3, n0, _DAMRe, 0, [], []];
1107
+ export var DeleteSessionRequest$ = [3, n0, _DSR, 0, [_sI], [[0, 1]]];
1108
+ export var DeleteSessionResponse$ = [3, n0, _DSRe, 0, [], []];
1109
+ export var DependencyFailedException$ = [-3, n0, _DFE, { [_e]: _c, [_hE]: 424 }, [_m, _rN], [0, 0]];
1110
+ TypeRegistry.for(n0).registerError(DependencyFailedException$, DependencyFailedException);
1111
+ export var EndSessionRequest$ = [3, n0, _ESR, 0, [_sI], [[0, 1]]];
1112
+ export var EndSessionResponse$ = [3, n0, _ESRn, 0, [_sIe, _sA, _sS], [0, 0, 0]];
1113
+ export var ExternalSource$ = [
1114
1114
  3,
1115
1115
  n0,
1116
1116
  _ES,
1117
1117
  0,
1118
1118
  [_sT, _sL, _bC],
1119
- [0, () => S3ObjectDoc, [() => ByteContentDoc, 0]],
1119
+ [0, () => S3ObjectDoc$, [() => ByteContentDoc$, 0]],
1120
1120
  ];
1121
- export var ExternalSourcesGenerationConfiguration = [
1121
+ export var ExternalSourcesGenerationConfiguration$ = [
1122
1122
  3,
1123
1123
  n0,
1124
1124
  _ESGC,
1125
1125
  0,
1126
1126
  [_pT, _gC, _iC, _aMRF, _pC],
1127
1127
  [
1128
- [() => PromptTemplate, 0],
1129
- () => GuardrailConfiguration,
1130
- () => InferenceConfig,
1128
+ [() => PromptTemplate$, 0],
1129
+ () => GuardrailConfiguration$,
1130
+ () => InferenceConfig$,
1131
1131
  128 | 15,
1132
- () => PerformanceConfiguration,
1132
+ () => PerformanceConfiguration$,
1133
1133
  ],
1134
1134
  ];
1135
- export var ExternalSourcesRetrieveAndGenerateConfiguration = [
1135
+ export var ExternalSourcesRetrieveAndGenerateConfiguration$ = [
1136
1136
  3,
1137
1137
  n0,
1138
1138
  _ESRAGC,
1139
1139
  0,
1140
1140
  [_mA, _so, _gCe],
1141
- [0, [() => ExternalSources, 0], [() => ExternalSourcesGenerationConfiguration, 0]],
1141
+ [0, [() => ExternalSources, 0], [() => ExternalSourcesGenerationConfiguration$, 0]],
1142
1142
  ];
1143
- export var FailureTrace = [
1143
+ export var FailureTrace$ = [
1144
1144
  3,
1145
1145
  n0,
1146
1146
  _FT,
1147
1147
  8,
1148
1148
  [_tI, _fR, _fC, _me],
1149
- [0, [() => FailureReasonString, 0], 1, [() => Metadata, 0]],
1149
+ [0, [() => FailureReasonString, 0], 1, [() => Metadata$, 0]],
1150
1150
  ];
1151
- export var FieldForReranking = [3, n0, _FFR, 0, [_fN], [0]];
1152
- export var FilePart = [3, n0, _FP, 0, [_fi], [[() => OutputFiles, 0]]];
1153
- export var FileSource = [
1151
+ export var FieldForReranking$ = [3, n0, _FFR, 0, [_fN], [0]];
1152
+ export var FilePart$ = [3, n0, _FP, 0, [_fi], [[() => OutputFiles, 0]]];
1153
+ export var FileSource$ = [
1154
1154
  3,
1155
1155
  n0,
1156
1156
  _FS,
1157
1157
  0,
1158
1158
  [_sT, _sL, _bC],
1159
- [0, () => S3ObjectFile, [() => ByteContentFile, 0]],
1159
+ [0, () => S3ObjectFile$, [() => ByteContentFile$, 0]],
1160
1160
  ];
1161
- export var FilterAttribute = [3, n0, _FA, 0, [_k, _va], [0, 15]];
1162
- export var FinalResponse = [
1161
+ export var FilterAttribute$ = [3, n0, _FA, 0, [_k, _va], [0, 15]];
1162
+ export var FinalResponse$ = [
1163
1163
  3,
1164
1164
  n0,
1165
1165
  _FR,
@@ -1167,12 +1167,12 @@ export var FinalResponse = [
1167
1167
  [_t, _me],
1168
1168
  [
1169
1169
  [() => FinalResponseString, 0],
1170
- [() => Metadata, 0],
1170
+ [() => Metadata$, 0],
1171
1171
  ],
1172
1172
  ];
1173
- export var FlowCompletionEvent = [3, n0, _FCE, 8, [_cR], [0]];
1174
- export var FlowExecutionError = [3, n0, _FEE, 0, [_nN, _e, _m], [0, 0, 0]];
1175
- export var FlowExecutionInputEvent = [
1173
+ export var FlowCompletionEvent$ = [3, n0, _FCE, 8, [_cR], [0]];
1174
+ export var FlowExecutionError$ = [3, n0, _FEE, 0, [_nN, _e, _m], [0, 0, 0]];
1175
+ export var FlowExecutionInputEvent$ = [
1176
1176
  3,
1177
1177
  n0,
1178
1178
  _FEIE,
@@ -1180,7 +1180,7 @@ export var FlowExecutionInputEvent = [
1180
1180
  [_nN, _ti, _fie],
1181
1181
  [0, 5, [() => FlowInputFields, 0]],
1182
1182
  ];
1183
- export var FlowExecutionOutputEvent = [
1183
+ export var FlowExecutionOutputEvent$ = [
1184
1184
  3,
1185
1185
  n0,
1186
1186
  _FEOE,
@@ -1188,7 +1188,7 @@ export var FlowExecutionOutputEvent = [
1188
1188
  [_nN, _ti, _fie],
1189
1189
  [0, 5, [() => FlowOutputFields, 0]],
1190
1190
  ];
1191
- export var FlowExecutionSummary = [
1191
+ export var FlowExecutionSummary$ = [
1192
1192
  3,
1193
1193
  n0,
1194
1194
  _FES,
@@ -1196,28 +1196,35 @@ export var FlowExecutionSummary = [
1196
1196
  [_eA, _fAI, _fI, _fV, _st, _cA, _eAn],
1197
1197
  [0, 0, 0, 0, 0, 5, 5],
1198
1198
  ];
1199
- export var FlowFailureEvent = [3, n0, _FFE, 8, [_ti, _eC, _eM], [5, 0, 0]];
1200
- export var FlowInput = [
1199
+ export var FlowFailureEvent$ = [3, n0, _FFE, 8, [_ti, _eC, _eM], [5, 0, 0]];
1200
+ export var FlowInput$ = [
1201
1201
  3,
1202
1202
  n0,
1203
1203
  _FI,
1204
1204
  0,
1205
1205
  [_nN, _nON, _co, _nIN],
1206
- [0, 0, [() => FlowInputContent, 0], 0],
1206
+ [0, 0, [() => FlowInputContent$, 0], 0],
1207
1207
  ];
1208
- export var FlowInputField = [3, n0, _FIF, 8, [_n, _co], [0, [() => FlowExecutionContent, 0]]];
1209
- export var FlowMultiTurnInputRequestEvent = [
1208
+ export var FlowInputField$ = [3, n0, _FIF, 8, [_n, _co], [0, [() => FlowExecutionContent$, 0]]];
1209
+ export var FlowMultiTurnInputRequestEvent$ = [
1210
1210
  3,
1211
1211
  n0,
1212
1212
  _FMTIRE,
1213
1213
  8,
1214
1214
  [_nN, _nT, _co],
1215
- [0, 0, () => FlowMultiTurnInputContent],
1215
+ [0, 0, () => FlowMultiTurnInputContent$],
1216
1216
  ];
1217
- export var FlowOutputEvent = [3, n0, _FOE, 8, [_nN, _nT, _co], [0, 0, () => FlowOutputContent]];
1218
- export var FlowOutputField = [3, n0, _FOF, 8, [_n, _co], [0, [() => FlowExecutionContent, 0]]];
1219
- export var FlowTraceCondition = [3, n0, _FTC, 8, [_cNo], [0]];
1220
- export var FlowTraceConditionNodeResultEvent = [
1217
+ export var FlowOutputEvent$ = [
1218
+ 3,
1219
+ n0,
1220
+ _FOE,
1221
+ 8,
1222
+ [_nN, _nT, _co],
1223
+ [0, 0, () => FlowOutputContent$],
1224
+ ];
1225
+ export var FlowOutputField$ = [3, n0, _FOF, 8, [_n, _co], [0, [() => FlowExecutionContent$, 0]]];
1226
+ export var FlowTraceCondition$ = [3, n0, _FTC, 8, [_cNo], [0]];
1227
+ export var FlowTraceConditionNodeResultEvent$ = [
1221
1228
  3,
1222
1229
  n0,
1223
1230
  _FTCNRE,
@@ -1225,16 +1232,16 @@ export var FlowTraceConditionNodeResultEvent = [
1225
1232
  [_nN, _ti, _sC],
1226
1233
  [0, 5, [() => FlowTraceConditions, 0]],
1227
1234
  ];
1228
- export var FlowTraceDependencyEvent = [
1235
+ export var FlowTraceDependencyEvent$ = [
1229
1236
  3,
1230
1237
  n0,
1231
1238
  _FTDE,
1232
1239
  8,
1233
1240
  [_nN, _ti, _tE],
1234
- [0, 5, [() => TraceElements, 0]],
1241
+ [0, 5, [() => TraceElements$, 0]],
1235
1242
  ];
1236
- export var FlowTraceEvent = [3, n0, _FTE, 0, [_tra], [[() => FlowTrace, 0]]];
1237
- export var FlowTraceNodeActionEvent = [
1243
+ export var FlowTraceEvent$ = [3, n0, _FTE, 0, [_tra], [[() => FlowTrace$, 0]]];
1244
+ export var FlowTraceNodeActionEvent$ = [
1238
1245
  3,
1239
1246
  n0,
1240
1247
  _FTNAE,
@@ -1242,7 +1249,7 @@ export var FlowTraceNodeActionEvent = [
1242
1249
  [_nN, _ti, _rI, _sN, _oN, _oR, _oRp],
1243
1250
  [0, 5, 0, 0, 0, 15, 15],
1244
1251
  ];
1245
- export var FlowTraceNodeInputEvent = [
1252
+ export var FlowTraceNodeInputEvent$ = [
1246
1253
  3,
1247
1254
  n0,
1248
1255
  _FTNIE,
@@ -1250,7 +1257,7 @@ export var FlowTraceNodeInputEvent = [
1250
1257
  [_nN, _ti, _fie],
1251
1258
  [0, 5, [() => FlowTraceNodeInputFields, 0]],
1252
1259
  ];
1253
- export var FlowTraceNodeInputExecutionChainItem = [
1260
+ export var FlowTraceNodeInputExecutionChainItem$ = [
1254
1261
  3,
1255
1262
  n0,
1256
1263
  _FTNIECI,
@@ -1258,7 +1265,7 @@ export var FlowTraceNodeInputExecutionChainItem = [
1258
1265
  [_nN, _ind, _ty],
1259
1266
  [0, 1, 0],
1260
1267
  ];
1261
- export var FlowTraceNodeInputField = [
1268
+ export var FlowTraceNodeInputField$ = [
1262
1269
  3,
1263
1270
  n0,
1264
1271
  _FTNIF,
@@ -1266,14 +1273,14 @@ export var FlowTraceNodeInputField = [
1266
1273
  [_nIN, _co, _sou, _ty, _ca, _eCx],
1267
1274
  [
1268
1275
  0,
1269
- [() => FlowTraceNodeInputContent, 0],
1270
- [() => FlowTraceNodeInputSource, 0],
1276
+ [() => FlowTraceNodeInputContent$, 0],
1277
+ [() => FlowTraceNodeInputSource$, 0],
1271
1278
  0,
1272
1279
  0,
1273
1280
  [() => FlowTraceNodeInputExecutionChain, 0],
1274
1281
  ],
1275
1282
  ];
1276
- export var FlowTraceNodeInputSource = [
1283
+ export var FlowTraceNodeInputSource$ = [
1277
1284
  3,
1278
1285
  n0,
1279
1286
  _FTNIS,
@@ -1281,7 +1288,7 @@ export var FlowTraceNodeInputSource = [
1281
1288
  [_nN, _oFN, _exp],
1282
1289
  [0, 0, [() => FlowNodeInputExpression, 0]],
1283
1290
  ];
1284
- export var FlowTraceNodeOutputEvent = [
1291
+ export var FlowTraceNodeOutputEvent$ = [
1285
1292
  3,
1286
1293
  n0,
1287
1294
  _FTNOE,
@@ -1289,16 +1296,16 @@ export var FlowTraceNodeOutputEvent = [
1289
1296
  [_nN, _ti, _fie],
1290
1297
  [0, 5, [() => FlowTraceNodeOutputFields, 0]],
1291
1298
  ];
1292
- export var FlowTraceNodeOutputField = [
1299
+ export var FlowTraceNodeOutputField$ = [
1293
1300
  3,
1294
1301
  n0,
1295
1302
  _FTNOF,
1296
1303
  8,
1297
1304
  [_nON, _co, _ne, _ty],
1298
- [0, () => FlowTraceNodeOutputContent, [() => FlowTraceNodeOutputNextList, 0], 0],
1305
+ [0, () => FlowTraceNodeOutputContent$, [() => FlowTraceNodeOutputNextList, 0], 0],
1299
1306
  ];
1300
- export var FlowTraceNodeOutputNext = [3, n0, _FTNON, 8, [_nN, _iFN], [0, 0]];
1301
- export var FunctionDefinition = [
1307
+ export var FlowTraceNodeOutputNext$ = [3, n0, _FTNON, 8, [_nN, _iFN], [0, 0]];
1308
+ export var FunctionDefinition$ = [
1302
1309
  3,
1303
1310
  n0,
1304
1311
  _FD,
@@ -1306,7 +1313,7 @@ export var FunctionDefinition = [
1306
1313
  [_n, _d, _p, _rC],
1307
1314
  [[() => ResourceName, 0], 0, () => ParameterMap, 0],
1308
1315
  ];
1309
- export var FunctionInvocationInput = [
1316
+ export var FunctionInvocationInput$ = [
1310
1317
  3,
1311
1318
  n0,
1312
1319
  _FII,
@@ -1314,8 +1321,8 @@ export var FunctionInvocationInput = [
1314
1321
  [_aG, _p, _f, _aIT, _aI, _cN],
1315
1322
  [0, () => FunctionParameters, 0, 0, 0, [() => Name, 0]],
1316
1323
  ];
1317
- export var FunctionParameter = [3, n0, _FPu, 0, [_n, _ty, _va], [0, 0, 0]];
1318
- export var FunctionResult = [
1324
+ export var FunctionParameter$ = [3, n0, _FPu, 0, [_n, _ty, _va], [0, 0, 0]];
1325
+ export var FunctionResult$ = [
1319
1326
  3,
1320
1327
  n0,
1321
1328
  _FRu,
@@ -1323,32 +1330,32 @@ export var FunctionResult = [
1323
1330
  [_aG, _cS, _f, _rBe, _rS, _aI],
1324
1331
  [0, 0, 0, () => ResponseBody, 0, 0],
1325
1332
  ];
1326
- export var GeneratedQuery = [3, n0, _GQ, 8, [_ty, _sq], [0, 0]];
1327
- export var GeneratedResponsePart = [3, n0, _GRP, 0, [_tRP], [[() => TextResponsePart, 0]]];
1328
- export var GenerateQueryRequest = [
1333
+ export var GeneratedQuery$ = [3, n0, _GQ, 8, [_ty, _sq], [0, 0]];
1334
+ export var GeneratedResponsePart$ = [3, n0, _GRP, 0, [_tRP], [[() => TextResponsePart$, 0]]];
1335
+ export var GenerateQueryRequest$ = [
1329
1336
  3,
1330
1337
  n0,
1331
1338
  _GQR,
1332
1339
  0,
1333
1340
  [_qGI, _tC],
1334
- [[() => QueryGenerationInput, 0], () => TransformationConfiguration],
1341
+ [[() => QueryGenerationInput$, 0], () => TransformationConfiguration$],
1335
1342
  ];
1336
- export var GenerateQueryResponse = [3, n0, _GQRe, 0, [_q], [[() => GeneratedQueries, 0]]];
1337
- export var GenerationConfiguration = [
1343
+ export var GenerateQueryResponse$ = [3, n0, _GQRe, 0, [_q], [[() => GeneratedQueries, 0]]];
1344
+ export var GenerationConfiguration$ = [
1338
1345
  3,
1339
1346
  n0,
1340
1347
  _GC,
1341
1348
  0,
1342
1349
  [_pT, _gC, _iC, _aMRF, _pC],
1343
1350
  [
1344
- [() => PromptTemplate, 0],
1345
- () => GuardrailConfiguration,
1346
- () => InferenceConfig,
1351
+ [() => PromptTemplate$, 0],
1352
+ () => GuardrailConfiguration$,
1353
+ () => InferenceConfig$,
1347
1354
  128 | 15,
1348
- () => PerformanceConfiguration,
1355
+ () => PerformanceConfiguration$,
1349
1356
  ],
1350
1357
  ];
1351
- export var GetAgentMemoryRequest = [
1358
+ export var GetAgentMemoryRequest$ = [
1352
1359
  3,
1353
1360
  n0,
1354
1361
  _GAMR,
@@ -1363,8 +1370,8 @@ export var GetAgentMemoryRequest = [
1363
1370
  [0, { [_hQ]: _mI }],
1364
1371
  ],
1365
1372
  ];
1366
- export var GetAgentMemoryResponse = [3, n0, _GAMRe, 0, [_nTe, _mCe], [0, () => Memories]];
1367
- export var GetExecutionFlowSnapshotRequest = [
1373
+ export var GetAgentMemoryResponse$ = [3, n0, _GAMRe, 0, [_nTe, _mCe], [0, () => Memories]];
1374
+ export var GetExecutionFlowSnapshotRequest$ = [
1368
1375
  3,
1369
1376
  n0,
1370
1377
  _GEFSR,
@@ -1376,7 +1383,7 @@ export var GetExecutionFlowSnapshotRequest = [
1376
1383
  [0, 1],
1377
1384
  ],
1378
1385
  ];
1379
- export var GetExecutionFlowSnapshotResponse = [
1386
+ export var GetExecutionFlowSnapshotResponse$ = [
1380
1387
  3,
1381
1388
  n0,
1382
1389
  _GEFSRe,
@@ -1384,7 +1391,7 @@ export var GetExecutionFlowSnapshotResponse = [
1384
1391
  [_fI, _fAI, _fV, _eRA, _de, _cEKA],
1385
1392
  [0, 0, 0, 0, 0, 0],
1386
1393
  ];
1387
- export var GetFlowExecutionRequest = [
1394
+ export var GetFlowExecutionRequest$ = [
1388
1395
  3,
1389
1396
  n0,
1390
1397
  _GFER,
@@ -1396,7 +1403,7 @@ export var GetFlowExecutionRequest = [
1396
1403
  [0, 1],
1397
1404
  ],
1398
1405
  ];
1399
- export var GetFlowExecutionResponse = [
1406
+ export var GetFlowExecutionResponse$ = [
1400
1407
  3,
1401
1408
  n0,
1402
1409
  _GFERe,
@@ -1404,10 +1411,10 @@ export var GetFlowExecutionResponse = [
1404
1411
  [_eA, _st, _sAt, _eAn, _er, _fAI, _fI, _fV],
1405
1412
  [0, 0, 5, 5, () => FlowExecutionErrors, 0, 0, 0],
1406
1413
  ];
1407
- export var GetInvocationStepRequest = [3, n0, _GISR, 0, [_iIn, _iSI, _sI], [0, [0, 1], [0, 1]]];
1408
- export var GetInvocationStepResponse = [3, n0, _GISRe, 0, [_iS], [[() => InvocationStep, 0]]];
1409
- export var GetSessionRequest = [3, n0, _GSR, 0, [_sI], [[0, 1]]];
1410
- export var GetSessionResponse = [
1414
+ export var GetInvocationStepRequest$ = [3, n0, _GISR, 0, [_iIn, _iSI, _sI], [0, [0, 1], [0, 1]]];
1415
+ export var GetInvocationStepResponse$ = [3, n0, _GISRe, 0, [_iS], [[() => InvocationStep$, 0]]];
1416
+ export var GetSessionRequest$ = [3, n0, _GSR, 0, [_sI], [[0, 1]]];
1417
+ export var GetSessionResponse$ = [
1411
1418
  3,
1412
1419
  n0,
1413
1420
  _GSRe,
@@ -1415,23 +1422,23 @@ export var GetSessionResponse = [
1415
1422
  [_sIe, _sA, _sS, _cA, _lUA, _sM, _eKA],
1416
1423
  [0, 0, 0, 5, 5, 128 | 0, 0],
1417
1424
  ];
1418
- export var GuardrailAssessment = [
1425
+ export var GuardrailAssessment$ = [
1419
1426
  3,
1420
1427
  n0,
1421
1428
  _GA,
1422
1429
  8,
1423
1430
  [_tP, _cP, _wP, _sIP],
1424
1431
  [
1425
- [() => GuardrailTopicPolicyAssessment, 0],
1426
- [() => GuardrailContentPolicyAssessment, 0],
1427
- [() => GuardrailWordPolicyAssessment, 0],
1428
- [() => GuardrailSensitiveInformationPolicyAssessment, 0],
1432
+ [() => GuardrailTopicPolicyAssessment$, 0],
1433
+ [() => GuardrailContentPolicyAssessment$, 0],
1434
+ [() => GuardrailWordPolicyAssessment$, 0],
1435
+ [() => GuardrailSensitiveInformationPolicyAssessment$, 0],
1429
1436
  ],
1430
1437
  ];
1431
- export var GuardrailConfiguration = [3, n0, _GCu, 0, [_gI, _gV], [0, 0]];
1432
- export var GuardrailConfigurationWithArn = [3, n0, _GCWA, 0, [_gIu, _gV], [0, 0]];
1433
- export var GuardrailContentFilter = [3, n0, _GCF, 8, [_ty, _con, _a], [0, 0, 0]];
1434
- export var GuardrailContentPolicyAssessment = [
1438
+ export var GuardrailConfiguration$ = [3, n0, _GCu, 0, [_gI, _gV], [0, 0]];
1439
+ export var GuardrailConfigurationWithArn$ = [3, n0, _GCWA, 0, [_gIu, _gV], [0, 0]];
1440
+ export var GuardrailContentFilter$ = [3, n0, _GCF, 8, [_ty, _con, _a], [0, 0, 0]];
1441
+ export var GuardrailContentPolicyAssessment$ = [
1435
1442
  3,
1436
1443
  n0,
1437
1444
  _GCPA,
@@ -1439,12 +1446,12 @@ export var GuardrailContentPolicyAssessment = [
1439
1446
  [_fil],
1440
1447
  [[() => GuardrailContentFilterList, 0]],
1441
1448
  ];
1442
- export var GuardrailCustomWord = [3, n0, _GCW, 8, [_ma, _a], [0, 0]];
1443
- export var GuardrailEvent = [3, n0, _GE, 0, [_a], [0]];
1444
- export var GuardrailManagedWord = [3, n0, _GMW, 8, [_ma, _ty, _a], [0, 0, 0]];
1445
- export var GuardrailPiiEntityFilter = [3, n0, _GPEF, 8, [_ty, _ma, _a], [0, 0, 0]];
1446
- export var GuardrailRegexFilter = [3, n0, _GRF, 8, [_n, _r, _ma, _a], [0, 0, 0, 0]];
1447
- export var GuardrailSensitiveInformationPolicyAssessment = [
1449
+ export var GuardrailCustomWord$ = [3, n0, _GCW, 8, [_ma, _a], [0, 0]];
1450
+ export var GuardrailEvent$ = [3, n0, _GE, 0, [_a], [0]];
1451
+ export var GuardrailManagedWord$ = [3, n0, _GMW, 8, [_ma, _ty, _a], [0, 0, 0]];
1452
+ export var GuardrailPiiEntityFilter$ = [3, n0, _GPEF, 8, [_ty, _ma, _a], [0, 0, 0]];
1453
+ export var GuardrailRegexFilter$ = [3, n0, _GRF, 8, [_n, _r, _ma, _a], [0, 0, 0, 0]];
1454
+ export var GuardrailSensitiveInformationPolicyAssessment$ = [
1448
1455
  3,
1449
1456
  n0,
1450
1457
  _GSIPA,
@@ -1455,8 +1462,8 @@ export var GuardrailSensitiveInformationPolicyAssessment = [
1455
1462
  [() => GuardrailRegexFilterList, 0],
1456
1463
  ],
1457
1464
  ];
1458
- export var GuardrailTopic = [3, n0, _GT, 8, [_n, _ty, _a], [0, 0, 0]];
1459
- export var GuardrailTopicPolicyAssessment = [
1465
+ export var GuardrailTopic$ = [3, n0, _GT, 8, [_n, _ty, _a], [0, 0, 0]];
1466
+ export var GuardrailTopicPolicyAssessment$ = [
1460
1467
  3,
1461
1468
  n0,
1462
1469
  _GTPA,
@@ -1464,15 +1471,15 @@ export var GuardrailTopicPolicyAssessment = [
1464
1471
  [_to],
1465
1472
  [[() => GuardrailTopicList, 0]],
1466
1473
  ];
1467
- export var GuardrailTrace = [
1474
+ export var GuardrailTrace$ = [
1468
1475
  3,
1469
1476
  n0,
1470
1477
  _GTu,
1471
1478
  8,
1472
1479
  [_a, _tI, _iA, _oA, _me],
1473
- [0, 0, [() => GuardrailAssessmentList, 0], [() => GuardrailAssessmentList, 0], [() => Metadata, 0]],
1480
+ [0, 0, [() => GuardrailAssessmentList, 0], [() => GuardrailAssessmentList, 0], [() => Metadata$, 0]],
1474
1481
  ];
1475
- export var GuardrailWordPolicyAssessment = [
1482
+ export var GuardrailWordPolicyAssessment$ = [
1476
1483
  3,
1477
1484
  n0,
1478
1485
  _GWPA,
@@ -1483,9 +1490,9 @@ export var GuardrailWordPolicyAssessment = [
1483
1490
  [() => GuardrailManagedWordList, 0],
1484
1491
  ],
1485
1492
  ];
1486
- export var ImageBlock = [3, n0, _IB, 0, [_fo, _sou], [0, () => ImageSource]];
1487
- export var ImageInput = [3, n0, _II, 0, [_fo, _sou], [0, () => ImageInputSource]];
1488
- export var ImplicitFilterConfiguration = [
1493
+ export var ImageBlock$ = [3, n0, _IB, 0, [_fo, _sou], [0, () => ImageSource$]];
1494
+ export var ImageInput$ = [3, n0, _II, 0, [_fo, _sou], [0, () => ImageInputSource$]];
1495
+ export var ImplicitFilterConfiguration$ = [
1489
1496
  3,
1490
1497
  n0,
1491
1498
  _IFC,
@@ -1493,8 +1500,8 @@ export var ImplicitFilterConfiguration = [
1493
1500
  [_mAe, _mA],
1494
1501
  [[() => MetadataAttributeSchemaList, 0], 0],
1495
1502
  ];
1496
- export var InferenceConfig = [3, n0, _IC, 0, [_tIC], [() => TextInferenceConfig]];
1497
- export var InferenceConfiguration = [
1503
+ export var InferenceConfig$ = [3, n0, _IC, 0, [_tIC], [() => TextInferenceConfig$]];
1504
+ export var InferenceConfiguration$ = [
1498
1505
  3,
1499
1506
  n0,
1500
1507
  _ICn,
@@ -1502,8 +1509,8 @@ export var InferenceConfiguration = [
1502
1509
  [_te, _tPo, _tK, _mL, _sSt],
1503
1510
  [1, 1, 1, 1, 64 | 0],
1504
1511
  ];
1505
- export var InlineAgentFilePart = [3, n0, _IAFP, 0, [_fi], [[() => OutputFiles, 0]]];
1506
- export var InlineAgentPayloadPart = [
1512
+ export var InlineAgentFilePart$ = [3, n0, _IAFP, 0, [_fi], [[() => OutputFiles, 0]]];
1513
+ export var InlineAgentPayloadPart$ = [
1507
1514
  3,
1508
1515
  n0,
1509
1516
  _IAPP,
@@ -1511,10 +1518,10 @@ export var InlineAgentPayloadPart = [
1511
1518
  [_by, _at],
1512
1519
  [
1513
1520
  [() => PartBody, 0],
1514
- [() => Attribution, 0],
1521
+ [() => Attribution$, 0],
1515
1522
  ],
1516
1523
  ];
1517
- export var InlineAgentReturnControlPayload = [
1524
+ export var InlineAgentReturnControlPayload$ = [
1518
1525
  3,
1519
1526
  n0,
1520
1527
  _IARCP,
@@ -1522,23 +1529,23 @@ export var InlineAgentReturnControlPayload = [
1522
1529
  [_iInv, _iI],
1523
1530
  [[() => InvocationInputs, 0], 0],
1524
1531
  ];
1525
- export var InlineAgentTracePart = [
1532
+ export var InlineAgentTracePart$ = [
1526
1533
  3,
1527
1534
  n0,
1528
1535
  _IATP,
1529
1536
  8,
1530
1537
  [_sIe, _tra, _cCa, _eTv, _cN],
1531
- [0, [() => Trace, 0], () => CallerChain, 5, [() => Name, 0]],
1538
+ [0, [() => Trace$, 0], () => CallerChain, 5, [() => Name, 0]],
1532
1539
  ];
1533
- export var InlineBedrockModelConfigurations = [
1540
+ export var InlineBedrockModelConfigurations$ = [
1534
1541
  3,
1535
1542
  n0,
1536
1543
  _IBMC,
1537
1544
  0,
1538
1545
  [_pC],
1539
- [() => PerformanceConfiguration],
1546
+ [() => PerformanceConfiguration$],
1540
1547
  ];
1541
- export var InlineSessionState = [
1548
+ export var InlineSessionState$ = [
1542
1549
  3,
1543
1550
  n0,
1544
1551
  _ISS,
@@ -1550,14 +1557,14 @@ export var InlineSessionState = [
1550
1557
  [() => ReturnControlInvocationResults, 0],
1551
1558
  0,
1552
1559
  [() => InputFiles, 0],
1553
- [() => ConversationHistory, 0],
1560
+ [() => ConversationHistory$, 0],
1554
1561
  ],
1555
1562
  ];
1556
- export var InputFile = [3, n0, _IF, 0, [_n, _sou, _uC], [0, [() => FileSource, 0], 0]];
1557
- export var InputImage = [3, n0, _IIn, 0, [_fo, _iCn], [0, [() => ByteContentBlob, 0]]];
1558
- export var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_m, _rea], [0, 0]];
1559
- TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
1560
- export var InvocationInput = [
1563
+ export var InputFile$ = [3, n0, _IF, 0, [_n, _sou, _uC], [0, [() => FileSource$, 0], 0]];
1564
+ export var InputImage$ = [3, n0, _IIn, 0, [_fo, _iCn], [0, [() => ByteContentBlob, 0]]];
1565
+ export var InternalServerException$ = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_m, _rea], [0, 0]];
1566
+ TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
1567
+ export var InvocationInput$ = [
1561
1568
  3,
1562
1569
  n0,
1563
1570
  _IInv,
@@ -1566,30 +1573,30 @@ export var InvocationInput = [
1566
1573
  [
1567
1574
  0,
1568
1575
  0,
1569
- [() => ActionGroupInvocationInput, 0],
1570
- [() => KnowledgeBaseLookupInput, 0],
1571
- () => CodeInterpreterInvocationInput,
1572
- [() => AgentCollaboratorInvocationInput, 0],
1576
+ [() => ActionGroupInvocationInput$, 0],
1577
+ [() => KnowledgeBaseLookupInput$, 0],
1578
+ () => CodeInterpreterInvocationInput$,
1579
+ [() => AgentCollaboratorInvocationInput$, 0],
1573
1580
  ],
1574
1581
  ];
1575
- export var InvocationStep = [
1582
+ export var InvocationStep$ = [
1576
1583
  3,
1577
1584
  n0,
1578
1585
  _IS,
1579
1586
  0,
1580
1587
  [_sIe, _iI, _iSI, _iST, _pa],
1581
- [0, 0, 0, 5, [() => InvocationStepPayload, 0]],
1588
+ [0, 0, 0, 5, [() => InvocationStepPayload$, 0]],
1582
1589
  ];
1583
- export var InvocationStepSummary = [3, n0, _ISSn, 0, [_sIe, _iI, _iSI, _iST], [0, 0, 0, 5]];
1584
- export var InvocationSummary = [3, n0, _ISn, 0, [_sIe, _iI, _cA], [0, 0, 5]];
1585
- export var InvokeAgentRequest = [
1590
+ export var InvocationStepSummary$ = [3, n0, _ISSn, 0, [_sIe, _iI, _iSI, _iST], [0, 0, 0, 5]];
1591
+ export var InvocationSummary$ = [3, n0, _ISn, 0, [_sIe, _iI, _cA], [0, 0, 5]];
1592
+ export var InvokeAgentRequest$ = [
1586
1593
  3,
1587
1594
  n0,
1588
1595
  _IAR,
1589
1596
  0,
1590
1597
  [_sSe, _aI, _aAI, _sIe, _eS, _eTn, _iTn, _mI, _bMC, _sCt, _pCC, _sAo],
1591
1598
  [
1592
- [() => SessionState, 0],
1599
+ [() => SessionState$, 0],
1593
1600
  [0, 1],
1594
1601
  [0, 1],
1595
1602
  [0, 1],
@@ -1597,45 +1604,45 @@ export var InvokeAgentRequest = [
1597
1604
  2,
1598
1605
  [() => InputText, 0],
1599
1606
  0,
1600
- () => BedrockModelConfigurations,
1601
- () => StreamingConfigurations,
1602
- () => PromptCreationConfigurations,
1607
+ () => BedrockModelConfigurations$,
1608
+ () => StreamingConfigurations$,
1609
+ () => PromptCreationConfigurations$,
1603
1610
  [0, { [_hH]: _xasa }],
1604
1611
  ],
1605
1612
  ];
1606
- export var InvokeAgentResponse = [
1613
+ export var InvokeAgentResponse$ = [
1607
1614
  3,
1608
1615
  n0,
1609
1616
  _IARn,
1610
1617
  0,
1611
1618
  [_com, _cT, _sIe, _mI],
1612
1619
  [
1613
- [() => ResponseStream, 16],
1620
+ [() => ResponseStream$, 16],
1614
1621
  [0, { [_hH]: _xabact }],
1615
1622
  [0, { [_hH]: _xabasi }],
1616
1623
  [0, { [_hH]: _xabami }],
1617
1624
  ],
1618
1625
  ];
1619
- export var InvokeFlowRequest = [
1626
+ export var InvokeFlowRequest$ = [
1620
1627
  3,
1621
1628
  n0,
1622
1629
  _IFR,
1623
1630
  0,
1624
1631
  [_fI, _fAI, _inp, _eTn, _mPC, _eIx],
1625
- [[0, 1], [0, 1], [() => FlowInputs, 0], 2, () => ModelPerformanceConfiguration, 0],
1632
+ [[0, 1], [0, 1], [() => FlowInputs, 0], 2, () => ModelPerformanceConfiguration$, 0],
1626
1633
  ];
1627
- export var InvokeFlowResponse = [
1634
+ export var InvokeFlowResponse$ = [
1628
1635
  3,
1629
1636
  n0,
1630
1637
  _IFRn,
1631
1638
  0,
1632
1639
  [_rSe, _eIx],
1633
1640
  [
1634
- [() => FlowResponseStream, 16],
1641
+ [() => FlowResponseStream$, 16],
1635
1642
  [0, { [_hH]: _xabfei }],
1636
1643
  ],
1637
1644
  ];
1638
- export var InvokeInlineAgentRequest = [
1645
+ export var InvokeInlineAgentRequest$ = [
1639
1646
  3,
1640
1647
  n0,
1641
1648
  _IIAR,
@@ -1671,8 +1678,8 @@ export var InvokeInlineAgentRequest = [
1671
1678
  1,
1672
1679
  [() => AgentActionGroups, 0],
1673
1680
  [() => KnowledgeBases, 0],
1674
- () => GuardrailConfigurationWithArn,
1675
- [() => PromptOverrideConfiguration, 0],
1681
+ () => GuardrailConfigurationWithArn$,
1682
+ [() => PromptOverrideConfiguration$, 0],
1676
1683
  0,
1677
1684
  [() => CollaboratorConfigurations, 0],
1678
1685
  [() => Name, 0],
@@ -1680,44 +1687,44 @@ export var InvokeInlineAgentRequest = [
1680
1687
  2,
1681
1688
  2,
1682
1689
  [() => InputText, 0],
1683
- () => StreamingConfigurations,
1684
- () => PromptCreationConfigurations,
1685
- [() => InlineSessionState, 0],
1690
+ () => StreamingConfigurations$,
1691
+ () => PromptCreationConfigurations$,
1692
+ [() => InlineSessionState$, 0],
1686
1693
  [() => Collaborators, 0],
1687
- () => InlineBedrockModelConfigurations,
1694
+ () => InlineBedrockModelConfigurations$,
1688
1695
  0,
1689
- () => CustomOrchestration,
1696
+ () => CustomOrchestration$,
1690
1697
  ],
1691
1698
  ];
1692
- export var InvokeInlineAgentResponse = [
1699
+ export var InvokeInlineAgentResponse$ = [
1693
1700
  3,
1694
1701
  n0,
1695
1702
  _IIARn,
1696
1703
  0,
1697
1704
  [_com, _cT, _sIe],
1698
1705
  [
1699
- [() => InlineAgentResponseStream, 16],
1706
+ [() => InlineAgentResponseStream$, 16],
1700
1707
  [0, { [_hH]: _xabact }],
1701
1708
  [0, { [_hH]: _xabasi }],
1702
1709
  ],
1703
1710
  ];
1704
- export var KnowledgeBase = [
1711
+ export var KnowledgeBase$ = [
1705
1712
  3,
1706
1713
  n0,
1707
1714
  _KB,
1708
1715
  0,
1709
1716
  [_kBI, _d, _rCe],
1710
- [0, [() => ResourceDescription, 0], [() => KnowledgeBaseRetrievalConfiguration, 0]],
1717
+ [0, [() => ResourceDescription, 0], [() => KnowledgeBaseRetrievalConfiguration$, 0]],
1711
1718
  ];
1712
- export var KnowledgeBaseConfiguration = [
1719
+ export var KnowledgeBaseConfiguration$ = [
1713
1720
  3,
1714
1721
  n0,
1715
1722
  _KBC,
1716
1723
  0,
1717
1724
  [_kBI, _rCe],
1718
- [0, [() => KnowledgeBaseRetrievalConfiguration, 0]],
1725
+ [0, [() => KnowledgeBaseRetrievalConfiguration$, 0]],
1719
1726
  ];
1720
- export var KnowledgeBaseLookupInput = [
1727
+ export var KnowledgeBaseLookupInput$ = [
1721
1728
  3,
1722
1729
  n0,
1723
1730
  _KBLI,
@@ -1728,7 +1735,7 @@ export var KnowledgeBaseLookupInput = [
1728
1735
  [() => TraceKnowledgeBaseId, 0],
1729
1736
  ],
1730
1737
  ];
1731
- export var KnowledgeBaseLookupOutput = [
1738
+ export var KnowledgeBaseLookupOutput$ = [
1732
1739
  3,
1733
1740
  n0,
1734
1741
  _KBLO,
@@ -1736,27 +1743,34 @@ export var KnowledgeBaseLookupOutput = [
1736
1743
  [_rR, _me],
1737
1744
  [
1738
1745
  [() => RetrievedReferences, 0],
1739
- [() => Metadata, 0],
1746
+ [() => Metadata$, 0],
1740
1747
  ],
1741
1748
  ];
1742
- export var KnowledgeBaseQuery = [3, n0, _KBQ, 8, [_ty, _t, _ima], [0, 0, [() => InputImage, 0]]];
1743
- export var KnowledgeBaseRetrievalConfiguration = [
1749
+ export var KnowledgeBaseQuery$ = [
1750
+ 3,
1751
+ n0,
1752
+ _KBQ,
1753
+ 8,
1754
+ [_ty, _t, _ima],
1755
+ [0, 0, [() => InputImage$, 0]],
1756
+ ];
1757
+ export var KnowledgeBaseRetrievalConfiguration$ = [
1744
1758
  3,
1745
1759
  n0,
1746
1760
  _KBRC,
1747
1761
  0,
1748
1762
  [_vSC],
1749
- [[() => KnowledgeBaseVectorSearchConfiguration, 0]],
1763
+ [[() => KnowledgeBaseVectorSearchConfiguration$, 0]],
1750
1764
  ];
1751
- export var KnowledgeBaseRetrievalResult = [
1765
+ export var KnowledgeBaseRetrievalResult$ = [
1752
1766
  3,
1753
1767
  n0,
1754
1768
  _KBRR,
1755
1769
  0,
1756
1770
  [_co, _l, _sc, _me],
1757
- [[() => RetrievalResultContent, 0], [() => RetrievalResultLocation, 0], 1, [() => RetrievalResultMetadata, 0]],
1771
+ [[() => RetrievalResultContent$, 0], [() => RetrievalResultLocation$, 0], 1, [() => RetrievalResultMetadata, 0]],
1758
1772
  ];
1759
- export var KnowledgeBaseRetrieveAndGenerateConfiguration = [
1773
+ export var KnowledgeBaseRetrieveAndGenerateConfiguration$ = [
1760
1774
  3,
1761
1775
  n0,
1762
1776
  _KBRAGC,
@@ -1765,12 +1779,12 @@ export var KnowledgeBaseRetrieveAndGenerateConfiguration = [
1765
1779
  [
1766
1780
  0,
1767
1781
  0,
1768
- [() => KnowledgeBaseRetrievalConfiguration, 0],
1769
- [() => GenerationConfiguration, 0],
1770
- [() => OrchestrationConfiguration, 0],
1782
+ [() => KnowledgeBaseRetrievalConfiguration$, 0],
1783
+ [() => GenerationConfiguration$, 0],
1784
+ [() => OrchestrationConfiguration$, 0],
1771
1785
  ],
1772
1786
  ];
1773
- export var KnowledgeBaseVectorSearchConfiguration = [
1787
+ export var KnowledgeBaseVectorSearchConfiguration$ = [
1774
1788
  3,
1775
1789
  n0,
1776
1790
  _KBVSC,
@@ -1779,12 +1793,12 @@ export var KnowledgeBaseVectorSearchConfiguration = [
1779
1793
  [
1780
1794
  1,
1781
1795
  0,
1782
- [() => RetrievalFilter, 0],
1783
- [() => VectorSearchRerankingConfiguration, 0],
1784
- [() => ImplicitFilterConfiguration, 0],
1796
+ [() => RetrievalFilter$, 0],
1797
+ [() => VectorSearchRerankingConfiguration$, 0],
1798
+ [() => ImplicitFilterConfiguration$, 0],
1785
1799
  ],
1786
1800
  ];
1787
- export var ListFlowExecutionEventsRequest = [
1801
+ export var ListFlowExecutionEventsRequest$ = [
1788
1802
  3,
1789
1803
  n0,
1790
1804
  _LFEER,
@@ -1799,7 +1813,7 @@ export var ListFlowExecutionEventsRequest = [
1799
1813
  [0, { [_hQ]: _eTve }],
1800
1814
  ],
1801
1815
  ];
1802
- export var ListFlowExecutionEventsResponse = [
1816
+ export var ListFlowExecutionEventsResponse$ = [
1803
1817
  3,
1804
1818
  n0,
1805
1819
  _LFEERi,
@@ -1807,7 +1821,7 @@ export var ListFlowExecutionEventsResponse = [
1807
1821
  [_fEE, _nTe],
1808
1822
  [[() => FlowExecutionEvents, 0], 0],
1809
1823
  ];
1810
- export var ListFlowExecutionsRequest = [
1824
+ export var ListFlowExecutionsRequest$ = [
1811
1825
  3,
1812
1826
  n0,
1813
1827
  _LFER,
@@ -1820,7 +1834,7 @@ export var ListFlowExecutionsRequest = [
1820
1834
  [0, { [_hQ]: _nTe }],
1821
1835
  ],
1822
1836
  ];
1823
- export var ListFlowExecutionsResponse = [
1837
+ export var ListFlowExecutionsResponse$ = [
1824
1838
  3,
1825
1839
  n0,
1826
1840
  _LFERi,
@@ -1828,7 +1842,7 @@ export var ListFlowExecutionsResponse = [
1828
1842
  [_fES, _nTe],
1829
1843
  [() => FlowExecutionSummaries, 0],
1830
1844
  ];
1831
- export var ListInvocationsRequest = [
1845
+ export var ListInvocationsRequest$ = [
1832
1846
  3,
1833
1847
  n0,
1834
1848
  _LIR,
@@ -1840,7 +1854,7 @@ export var ListInvocationsRequest = [
1840
1854
  [0, 1],
1841
1855
  ],
1842
1856
  ];
1843
- export var ListInvocationsResponse = [
1857
+ export var ListInvocationsResponse$ = [
1844
1858
  3,
1845
1859
  n0,
1846
1860
  _LIRi,
@@ -1848,7 +1862,7 @@ export var ListInvocationsResponse = [
1848
1862
  [_iSn, _nTe],
1849
1863
  [() => InvocationSummaries, 0],
1850
1864
  ];
1851
- export var ListInvocationStepsRequest = [
1865
+ export var ListInvocationStepsRequest$ = [
1852
1866
  3,
1853
1867
  n0,
1854
1868
  _LISR,
@@ -1856,7 +1870,7 @@ export var ListInvocationStepsRequest = [
1856
1870
  [_iIn, _nTe, _mR, _sI],
1857
1871
  [0, [0, { [_hQ]: _nTe }], [1, { [_hQ]: _mR }], [0, 1]],
1858
1872
  ];
1859
- export var ListInvocationStepsResponse = [
1873
+ export var ListInvocationStepsResponse$ = [
1860
1874
  3,
1861
1875
  n0,
1862
1876
  _LISRi,
@@ -1864,7 +1878,7 @@ export var ListInvocationStepsResponse = [
1864
1878
  [_iSSn, _nTe],
1865
1879
  [() => InvocationStepSummaries, 0],
1866
1880
  ];
1867
- export var ListSessionsRequest = [
1881
+ export var ListSessionsRequest$ = [
1868
1882
  3,
1869
1883
  n0,
1870
1884
  _LSR,
@@ -1875,10 +1889,10 @@ export var ListSessionsRequest = [
1875
1889
  [0, { [_hQ]: _nTe }],
1876
1890
  ],
1877
1891
  ];
1878
- export var ListSessionsResponse = [3, n0, _LSRi, 0, [_sSes, _nTe], [() => SessionSummaries, 0]];
1879
- export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
1880
- export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_ta], [128 | 0]];
1881
- export var MemorySessionSummary = [
1892
+ export var ListSessionsResponse$ = [3, n0, _LSRi, 0, [_sSes, _nTe], [() => SessionSummaries, 0]];
1893
+ export var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
1894
+ export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_ta], [128 | 0]];
1895
+ export var MemorySessionSummary$ = [
1882
1896
  3,
1883
1897
  n0,
1884
1898
  _MSS,
@@ -1886,43 +1900,43 @@ export var MemorySessionSummary = [
1886
1900
  [_mI, _sIe, _sST, _sET, _sTu],
1887
1901
  [0, 0, 5, 5, 0],
1888
1902
  ];
1889
- export var Message = [3, n0, _M, 0, [_ro, _co], [0, [() => ContentBlocks, 0]]];
1890
- export var Metadata = [
1903
+ export var Message$ = [3, n0, _M, 0, [_ro, _co], [0, [() => ContentBlocks, 0]]];
1904
+ export var Metadata$ = [
1891
1905
  3,
1892
1906
  n0,
1893
1907
  _Me,
1894
1908
  8,
1895
1909
  [_sTt, _eTnd, _tTM, _oTTM, _cRI, _u],
1896
- [5, 5, 1, 1, 0, [() => Usage, 0]],
1910
+ [5, 5, 1, 1, 0, [() => Usage$, 0]],
1897
1911
  ];
1898
- export var MetadataAttributeSchema = [3, n0, _MAS, 8, [_k, _ty, _d], [0, 0, 0]];
1899
- export var MetadataConfigurationForReranking = [
1912
+ export var MetadataAttributeSchema$ = [3, n0, _MAS, 8, [_k, _ty, _d], [0, 0, 0]];
1913
+ export var MetadataConfigurationForReranking$ = [
1900
1914
  3,
1901
1915
  n0,
1902
1916
  _MCFR,
1903
1917
  0,
1904
1918
  [_sMe, _sMC],
1905
- [0, [() => RerankingMetadataSelectiveModeConfiguration, 0]],
1919
+ [0, [() => RerankingMetadataSelectiveModeConfiguration$, 0]],
1906
1920
  ];
1907
- export var ModelInvocationInput = [
1921
+ export var ModelInvocationInput$ = [
1908
1922
  3,
1909
1923
  n0,
1910
1924
  _MII,
1911
1925
  8,
1912
1926
  [_tI, _t, _ty, _oL, _pCM, _iCnf, _pM, _fM],
1913
- [0, [() => PromptText, 0], 0, 0, 0, () => InferenceConfiguration, 0, 0],
1927
+ [0, [() => PromptText, 0], 0, 0, 0, () => InferenceConfiguration$, 0, 0],
1914
1928
  ];
1915
- export var ModelNotReadyException = [-3, n0, _MNRE, { [_e]: _c, [_hE]: 424 }, [_m], [0]];
1916
- TypeRegistry.for(n0).registerError(ModelNotReadyException, __ModelNotReadyException);
1917
- export var ModelPerformanceConfiguration = [
1929
+ export var ModelNotReadyException$ = [-3, n0, _MNRE, { [_e]: _c, [_hE]: 424 }, [_m], [0]];
1930
+ TypeRegistry.for(n0).registerError(ModelNotReadyException$, ModelNotReadyException);
1931
+ export var ModelPerformanceConfiguration$ = [
1918
1932
  3,
1919
1933
  n0,
1920
1934
  _MPC,
1921
1935
  0,
1922
1936
  [_pC],
1923
- [() => PerformanceConfiguration],
1937
+ [() => PerformanceConfiguration$],
1924
1938
  ];
1925
- export var NodeActionEvent = [
1939
+ export var NodeActionEvent$ = [
1926
1940
  3,
1927
1941
  n0,
1928
1942
  _NAE,
@@ -1930,16 +1944,16 @@ export var NodeActionEvent = [
1930
1944
  [_nN, _ti, _rI, _sN, _oN, _oR, _oRp],
1931
1945
  [0, 5, 0, 0, 0, 15, 15],
1932
1946
  ];
1933
- export var NodeDependencyEvent = [
1947
+ export var NodeDependencyEvent$ = [
1934
1948
  3,
1935
1949
  n0,
1936
1950
  _NDE,
1937
1951
  8,
1938
1952
  [_nN, _ti, _tE],
1939
- [0, 5, [() => NodeTraceElements, 0]],
1953
+ [0, 5, [() => NodeTraceElements$, 0]],
1940
1954
  ];
1941
- export var NodeFailureEvent = [3, n0, _NFE, 8, [_nN, _ti, _eC, _eM], [0, 5, 0, 0]];
1942
- export var NodeInputEvent = [
1955
+ export var NodeFailureEvent$ = [3, n0, _NFE, 8, [_nN, _ti, _eC, _eM], [0, 5, 0, 0]];
1956
+ export var NodeInputEvent$ = [
1943
1957
  3,
1944
1958
  n0,
1945
1959
  _NIE,
@@ -1947,16 +1961,16 @@ export var NodeInputEvent = [
1947
1961
  [_nN, _ti, _fie],
1948
1962
  [0, 5, [() => NodeInputFields, 0]],
1949
1963
  ];
1950
- export var NodeInputExecutionChainItem = [3, n0, _NIECI, 0, [_nN, _ind, _ty], [0, 1, 0]];
1951
- export var NodeInputField = [
1964
+ export var NodeInputExecutionChainItem$ = [3, n0, _NIECI, 0, [_nN, _ind, _ty], [0, 1, 0]];
1965
+ export var NodeInputField$ = [
1952
1966
  3,
1953
1967
  n0,
1954
1968
  _NIF,
1955
1969
  8,
1956
1970
  [_n, _co, _sou, _ty, _ca, _eCx],
1957
- [0, [() => NodeExecutionContent, 0], [() => NodeInputSource, 0], 0, 0, () => NodeInputExecutionChain],
1971
+ [0, [() => NodeExecutionContent$, 0], [() => NodeInputSource$, 0], 0, 0, () => NodeInputExecutionChain],
1958
1972
  ];
1959
- export var NodeInputSource = [
1973
+ export var NodeInputSource$ = [
1960
1974
  3,
1961
1975
  n0,
1962
1976
  _NIS,
@@ -1964,7 +1978,7 @@ export var NodeInputSource = [
1964
1978
  [_nN, _oFN, _exp],
1965
1979
  [0, 0, [() => FlowNodeInputExpression, 0]],
1966
1980
  ];
1967
- export var NodeOutputEvent = [
1981
+ export var NodeOutputEvent$ = [
1968
1982
  3,
1969
1983
  n0,
1970
1984
  _NOE,
@@ -1972,16 +1986,16 @@ export var NodeOutputEvent = [
1972
1986
  [_nN, _ti, _fie],
1973
1987
  [0, 5, [() => NodeOutputFields, 0]],
1974
1988
  ];
1975
- export var NodeOutputField = [
1989
+ export var NodeOutputField$ = [
1976
1990
  3,
1977
1991
  n0,
1978
1992
  _NOF,
1979
1993
  8,
1980
1994
  [_n, _co, _ne, _ty],
1981
- [0, [() => NodeExecutionContent, 0], [() => NodeOutputNextList, 0], 0],
1995
+ [0, [() => NodeExecutionContent$, 0], [() => NodeOutputNextList, 0], 0],
1982
1996
  ];
1983
- export var NodeOutputNext = [3, n0, _NON, 8, [_nN, _iFN], [0, 0]];
1984
- export var Observation = [
1997
+ export var NodeOutputNext$ = [3, n0, _NON, 8, [_nN, _iFN], [0, 0]];
1998
+ export var Observation$ = [
1985
1999
  3,
1986
2000
  n0,
1987
2001
  _O,
@@ -1990,50 +2004,50 @@ export var Observation = [
1990
2004
  [
1991
2005
  0,
1992
2006
  0,
1993
- [() => ActionGroupInvocationOutput, 0],
1994
- [() => AgentCollaboratorInvocationOutput, 0],
1995
- [() => KnowledgeBaseLookupOutput, 0],
1996
- [() => FinalResponse, 0],
1997
- [() => RepromptResponse, 0],
1998
- [() => CodeInterpreterInvocationOutput, 0],
2007
+ [() => ActionGroupInvocationOutput$, 0],
2008
+ [() => AgentCollaboratorInvocationOutput$, 0],
2009
+ [() => KnowledgeBaseLookupOutput$, 0],
2010
+ [() => FinalResponse$, 0],
2011
+ [() => RepromptResponse$, 0],
2012
+ [() => CodeInterpreterInvocationOutput$, 0],
1999
2013
  ],
2000
2014
  ];
2001
- export var OptimizedPromptEvent = [3, n0, _OPE, 8, [_oP], [[() => OptimizedPrompt, 0]]];
2002
- export var OptimizePromptRequest = [3, n0, _OPR, 0, [_i, _tMI], [[() => InputPrompt, 0], 0]];
2003
- export var OptimizePromptResponse = [
2015
+ export var OptimizedPromptEvent$ = [3, n0, _OPE, 8, [_oP], [[() => OptimizedPrompt$, 0]]];
2016
+ export var OptimizePromptRequest$ = [3, n0, _OPR, 0, [_i, _tMI], [[() => InputPrompt$, 0], 0]];
2017
+ export var OptimizePromptResponse$ = [
2004
2018
  3,
2005
2019
  n0,
2006
2020
  _OPRp,
2007
2021
  0,
2008
2022
  [_oP],
2009
- [[() => OptimizedPromptStream, 16]],
2023
+ [[() => OptimizedPromptStream$, 16]],
2010
2024
  ];
2011
- export var OrchestrationConfiguration = [
2025
+ export var OrchestrationConfiguration$ = [
2012
2026
  3,
2013
2027
  n0,
2014
2028
  _OC,
2015
2029
  0,
2016
2030
  [_pT, _iC, _aMRF, _qTC, _pC],
2017
2031
  [
2018
- [() => PromptTemplate, 0],
2019
- () => InferenceConfig,
2032
+ [() => PromptTemplate$, 0],
2033
+ () => InferenceConfig$,
2020
2034
  128 | 15,
2021
- () => QueryTransformationConfiguration,
2022
- () => PerformanceConfiguration,
2035
+ () => QueryTransformationConfiguration$,
2036
+ () => PerformanceConfiguration$,
2023
2037
  ],
2024
2038
  ];
2025
- export var OrchestrationModelInvocationOutput = [
2039
+ export var OrchestrationModelInvocationOutput$ = [
2026
2040
  3,
2027
2041
  n0,
2028
2042
  _OMIO,
2029
2043
  8,
2030
2044
  [_tI, _rRa, _me, _rCea],
2031
- [0, [() => RawResponse, 0], [() => Metadata, 0], [() => ReasoningContentBlock, 0]],
2045
+ [0, [() => RawResponse$, 0], [() => Metadata$, 0], [() => ReasoningContentBlock$, 0]],
2032
2046
  ];
2033
- export var OutputFile = [3, n0, _OF, 8, [_n, _ty, _by], [0, 0, [() => FileBody, 0]]];
2034
- export var Parameter = [3, n0, _Pa, 0, [_n, _ty, _va], [0, 0, 0]];
2035
- export var ParameterDetail = [3, n0, _PD, 0, [_d, _ty, _req], [0, 0, 2]];
2036
- export var PayloadPart = [
2047
+ export var OutputFile$ = [3, n0, _OF, 8, [_n, _ty, _by], [0, 0, [() => FileBody, 0]]];
2048
+ export var Parameter$ = [3, n0, _Pa, 0, [_n, _ty, _va], [0, 0, 0]];
2049
+ export var ParameterDetail$ = [3, n0, _PD, 0, [_d, _ty, _req], [0, 0, 2]];
2050
+ export var PayloadPart$ = [
2037
2051
  3,
2038
2052
  n0,
2039
2053
  _PP,
@@ -2041,11 +2055,11 @@ export var PayloadPart = [
2041
2055
  [_by, _at],
2042
2056
  [
2043
2057
  [() => PartBody, 0],
2044
- [() => Attribution, 0],
2058
+ [() => Attribution$, 0],
2045
2059
  ],
2046
2060
  ];
2047
- export var PerformanceConfiguration = [3, n0, _PC, 0, [_la], [0]];
2048
- export var PostProcessingModelInvocationOutput = [
2061
+ export var PerformanceConfiguration$ = [3, n0, _PC, 0, [_la], [0]];
2062
+ export var PostProcessingModelInvocationOutput$ = [
2049
2063
  3,
2050
2064
  n0,
2051
2065
  _PPMIO,
@@ -2053,14 +2067,14 @@ export var PostProcessingModelInvocationOutput = [
2053
2067
  [_tI, _pR, _rRa, _me, _rCea],
2054
2068
  [
2055
2069
  0,
2056
- [() => PostProcessingParsedResponse, 0],
2057
- [() => RawResponse, 0],
2058
- [() => Metadata, 0],
2059
- [() => ReasoningContentBlock, 0],
2070
+ [() => PostProcessingParsedResponse$, 0],
2071
+ [() => RawResponse$, 0],
2072
+ [() => Metadata$, 0],
2073
+ [() => ReasoningContentBlock$, 0],
2060
2074
  ],
2061
2075
  ];
2062
- export var PostProcessingParsedResponse = [3, n0, _PPPR, 8, [_t], [[() => OutputString, 0]]];
2063
- export var PreProcessingModelInvocationOutput = [
2076
+ export var PostProcessingParsedResponse$ = [3, n0, _PPPR, 8, [_t], [[() => OutputString, 0]]];
2077
+ export var PreProcessingModelInvocationOutput$ = [
2064
2078
  3,
2065
2079
  n0,
2066
2080
  _PPMIOr,
@@ -2068,13 +2082,13 @@ export var PreProcessingModelInvocationOutput = [
2068
2082
  [_tI, _pR, _rRa, _me, _rCea],
2069
2083
  [
2070
2084
  0,
2071
- [() => PreProcessingParsedResponse, 0],
2072
- [() => RawResponse, 0],
2073
- [() => Metadata, 0],
2074
- [() => ReasoningContentBlock, 0],
2085
+ [() => PreProcessingParsedResponse$, 0],
2086
+ [() => RawResponse$, 0],
2087
+ [() => Metadata$, 0],
2088
+ [() => ReasoningContentBlock$, 0],
2075
2089
  ],
2076
2090
  ];
2077
- export var PreProcessingParsedResponse = [
2091
+ export var PreProcessingParsedResponse$ = [
2078
2092
  3,
2079
2093
  n0,
2080
2094
  _PPPRr,
@@ -2082,16 +2096,16 @@ export var PreProcessingParsedResponse = [
2082
2096
  [_ra, _iV],
2083
2097
  [[() => RationaleString, 0], 2],
2084
2098
  ];
2085
- export var PromptConfiguration = [
2099
+ export var PromptConfiguration$ = [
2086
2100
  3,
2087
2101
  n0,
2088
2102
  _PCr,
2089
2103
  0,
2090
2104
  [_pTr, _pCM, _pS, _bPT, _iCnf, _pM, _fM, _aMRF],
2091
- [0, 0, 0, [() => BasePromptTemplate, 0], () => InferenceConfiguration, 0, 0, 15],
2105
+ [0, 0, 0, [() => BasePromptTemplate, 0], () => InferenceConfiguration$, 0, 0, 15],
2092
2106
  ];
2093
- export var PromptCreationConfigurations = [3, n0, _PCC, 0, [_pCTTI, _ePTS], [1, 2]];
2094
- export var PromptOverrideConfiguration = [
2107
+ export var PromptCreationConfigurations$ = [3, n0, _PCC, 0, [_pCTTI, _ePTS], [1, 2]];
2108
+ export var PromptOverrideConfiguration$ = [
2095
2109
  3,
2096
2110
  n0,
2097
2111
  _POC,
@@ -2099,75 +2113,75 @@ export var PromptOverrideConfiguration = [
2099
2113
  [_pCr, _oL],
2100
2114
  [[() => PromptConfigurations, 0], 0],
2101
2115
  ];
2102
- export var PromptTemplate = [3, n0, _PTr, 0, [_tPT], [[() => TextPromptTemplate, 0]]];
2103
- export var PropertyParameters = [3, n0, _PPr, 0, [_pr], [() => ParameterList]];
2104
- export var PutInvocationStepRequest = [
2116
+ export var PromptTemplate$ = [3, n0, _PTr, 0, [_tPT], [[() => TextPromptTemplate, 0]]];
2117
+ export var PropertyParameters$ = [3, n0, _PPr, 0, [_pr], [() => ParameterList]];
2118
+ export var PutInvocationStepRequest$ = [
2105
2119
  3,
2106
2120
  n0,
2107
2121
  _PISR,
2108
2122
  0,
2109
2123
  [_sI, _iIn, _iST, _pa, _iSI],
2110
- [[0, 1], 0, 5, [() => InvocationStepPayload, 0], 0],
2124
+ [[0, 1], 0, 5, [() => InvocationStepPayload$, 0], 0],
2111
2125
  ];
2112
- export var PutInvocationStepResponse = [3, n0, _PISRu, 0, [_iSI], [0]];
2113
- export var QueryGenerationInput = [3, n0, _QGI, 8, [_ty, _t], [0, 0]];
2114
- export var QueryTransformationConfiguration = [3, n0, _QTC, 0, [_ty], [0]];
2115
- export var Rationale = [3, n0, _R, 8, [_tI, _t], [0, [() => RationaleString, 0]]];
2116
- export var RawResponse = [3, n0, _RR, 8, [_co], [0]];
2117
- export var ReasoningTextBlock = [3, n0, _RTB, 8, [_t, _si], [0, 0]];
2118
- export var RepromptResponse = [3, n0, _RRe, 8, [_t, _sou], [0, [() => Source, 0]]];
2119
- export var RequestBody = [3, n0, _RB, 0, [_co], [() => ContentMap]];
2120
- export var RerankDocument = [
2126
+ export var PutInvocationStepResponse$ = [3, n0, _PISRu, 0, [_iSI], [0]];
2127
+ export var QueryGenerationInput$ = [3, n0, _QGI, 8, [_ty, _t], [0, 0]];
2128
+ export var QueryTransformationConfiguration$ = [3, n0, _QTC, 0, [_ty], [0]];
2129
+ export var Rationale$ = [3, n0, _R, 8, [_tI, _t], [0, [() => RationaleString, 0]]];
2130
+ export var RawResponse$ = [3, n0, _RR, 8, [_co], [0]];
2131
+ export var ReasoningTextBlock$ = [3, n0, _RTB, 8, [_t, _si], [0, 0]];
2132
+ export var RepromptResponse$ = [3, n0, _RRe, 8, [_t, _sou], [0, [() => Source, 0]]];
2133
+ export var RequestBody$ = [3, n0, _RB, 0, [_co], [() => ContentMap]];
2134
+ export var RerankDocument$ = [
2121
2135
  3,
2122
2136
  n0,
2123
2137
  _RDe,
2124
2138
  8,
2125
2139
  [_ty, _tD, _jD],
2126
- [0, [() => RerankTextDocument, 0], 15],
2140
+ [0, [() => RerankTextDocument$, 0], 15],
2127
2141
  ];
2128
- export var RerankingConfiguration = [
2142
+ export var RerankingConfiguration$ = [
2129
2143
  3,
2130
2144
  n0,
2131
2145
  _RC,
2132
2146
  0,
2133
2147
  [_ty, _bRC],
2134
- [0, () => BedrockRerankingConfiguration],
2148
+ [0, () => BedrockRerankingConfiguration$],
2135
2149
  ];
2136
- export var RerankQuery = [3, n0, _RQ, 8, [_ty, _tQ], [0, [() => RerankTextDocument, 0]]];
2137
- export var RerankRequest = [
2150
+ export var RerankQuery$ = [3, n0, _RQ, 8, [_ty, _tQ], [0, [() => RerankTextDocument$, 0]]];
2151
+ export var RerankRequest$ = [
2138
2152
  3,
2139
2153
  n0,
2140
2154
  _RRer,
2141
2155
  0,
2142
2156
  [_q, _so, _rCer, _nTe],
2143
- [[() => RerankQueriesList, 0], [() => RerankSourcesList, 0], () => RerankingConfiguration, 0],
2157
+ [[() => RerankQueriesList, 0], [() => RerankSourcesList, 0], () => RerankingConfiguration$, 0],
2144
2158
  ];
2145
- export var RerankResponse = [3, n0, _RRera, 0, [_res, _nTe], [[() => RerankResultsList, 0], 0]];
2146
- export var RerankResult = [
2159
+ export var RerankResponse$ = [3, n0, _RRera, 0, [_res, _nTe], [[() => RerankResultsList, 0], 0]];
2160
+ export var RerankResult$ = [
2147
2161
  3,
2148
2162
  n0,
2149
2163
  _RReran,
2150
2164
  0,
2151
2165
  [_ind, _rSel, _do],
2152
- [1, 1, [() => RerankDocument, 0]],
2166
+ [1, 1, [() => RerankDocument$, 0]],
2153
2167
  ];
2154
- export var RerankSource = [3, n0, _RSe, 8, [_ty, _iDS], [0, [() => RerankDocument, 0]]];
2155
- export var RerankTextDocument = [3, n0, _RTD, 8, [_t], [0]];
2156
- export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
2157
- TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
2158
- export var RetrievalResultConfluenceLocation = [3, n0, _RRCL, 0, [_ur], [0]];
2159
- export var RetrievalResultContent = [
2168
+ export var RerankSource$ = [3, n0, _RSe, 8, [_ty, _iDS], [0, [() => RerankDocument$, 0]]];
2169
+ export var RerankTextDocument$ = [3, n0, _RTD, 8, [_t], [0]];
2170
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
2171
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
2172
+ export var RetrievalResultConfluenceLocation$ = [3, n0, _RRCL, 0, [_ur], [0]];
2173
+ export var RetrievalResultContent$ = [
2160
2174
  3,
2161
2175
  n0,
2162
2176
  _RRC,
2163
2177
  8,
2164
2178
  [_ty, _t, _bC, _vi, _au, _row],
2165
- [0, 0, 0, () => VideoSegment, () => AudioSegment, [() => RetrievalResultContentRow, 0]],
2179
+ [0, 0, 0, () => VideoSegment$, () => AudioSegment$, [() => RetrievalResultContentRow, 0]],
2166
2180
  ];
2167
- export var RetrievalResultContentColumn = [3, n0, _RRCC, 8, [_cNol, _cV, _ty], [0, 0, 0]];
2168
- export var RetrievalResultCustomDocumentLocation = [3, n0, _RRCDL, 0, [_id_], [0]];
2169
- export var RetrievalResultKendraDocumentLocation = [3, n0, _RRKDL, 0, [_uri], [0]];
2170
- export var RetrievalResultLocation = [
2181
+ export var RetrievalResultContentColumn$ = [3, n0, _RRCC, 8, [_cNol, _cV, _ty], [0, 0, 0]];
2182
+ export var RetrievalResultCustomDocumentLocation$ = [3, n0, _RRCDL, 0, [_id_], [0]];
2183
+ export var RetrievalResultKendraDocumentLocation$ = [3, n0, _RRKDL, 0, [_uri], [0]];
2184
+ export var RetrievalResultLocation$ = [
2171
2185
  3,
2172
2186
  n0,
2173
2187
  _RRL,
@@ -2175,22 +2189,22 @@ export var RetrievalResultLocation = [
2175
2189
  [_ty, _sL, _wL, _cL, _sLa, _sPL, _cDL, _kDL, _sLq],
2176
2190
  [
2177
2191
  0,
2178
- () => RetrievalResultS3Location,
2179
- () => RetrievalResultWebLocation,
2180
- () => RetrievalResultConfluenceLocation,
2181
- () => RetrievalResultSalesforceLocation,
2182
- () => RetrievalResultSharePointLocation,
2183
- () => RetrievalResultCustomDocumentLocation,
2184
- () => RetrievalResultKendraDocumentLocation,
2185
- () => RetrievalResultSqlLocation,
2192
+ () => RetrievalResultS3Location$,
2193
+ () => RetrievalResultWebLocation$,
2194
+ () => RetrievalResultConfluenceLocation$,
2195
+ () => RetrievalResultSalesforceLocation$,
2196
+ () => RetrievalResultSharePointLocation$,
2197
+ () => RetrievalResultCustomDocumentLocation$,
2198
+ () => RetrievalResultKendraDocumentLocation$,
2199
+ () => RetrievalResultSqlLocation$,
2186
2200
  ],
2187
2201
  ];
2188
- export var RetrievalResultS3Location = [3, n0, _RRSL, 0, [_uri], [0]];
2189
- export var RetrievalResultSalesforceLocation = [3, n0, _RRSLe, 0, [_ur], [0]];
2190
- export var RetrievalResultSharePointLocation = [3, n0, _RRSPL, 0, [_ur], [0]];
2191
- export var RetrievalResultSqlLocation = [3, n0, _RRSLet, 0, [_qu], [0]];
2192
- export var RetrievalResultWebLocation = [3, n0, _RRWL, 0, [_ur], [0]];
2193
- export var RetrieveAndGenerateConfiguration = [
2202
+ export var RetrievalResultS3Location$ = [3, n0, _RRSL, 0, [_uri], [0]];
2203
+ export var RetrievalResultSalesforceLocation$ = [3, n0, _RRSLe, 0, [_ur], [0]];
2204
+ export var RetrievalResultSharePointLocation$ = [3, n0, _RRSPL, 0, [_ur], [0]];
2205
+ export var RetrievalResultSqlLocation$ = [3, n0, _RRSLet, 0, [_qu], [0]];
2206
+ export var RetrievalResultWebLocation$ = [3, n0, _RRWL, 0, [_ur], [0]];
2207
+ export var RetrieveAndGenerateConfiguration$ = [
2194
2208
  3,
2195
2209
  n0,
2196
2210
  _RAGC,
@@ -2198,14 +2212,14 @@ export var RetrieveAndGenerateConfiguration = [
2198
2212
  [_ty, _kBC, _eSC],
2199
2213
  [
2200
2214
  0,
2201
- [() => KnowledgeBaseRetrieveAndGenerateConfiguration, 0],
2202
- [() => ExternalSourcesRetrieveAndGenerateConfiguration, 0],
2215
+ [() => KnowledgeBaseRetrieveAndGenerateConfiguration$, 0],
2216
+ [() => ExternalSourcesRetrieveAndGenerateConfiguration$, 0],
2203
2217
  ],
2204
2218
  ];
2205
- export var RetrieveAndGenerateInput = [3, n0, _RAGI, 8, [_t], [0]];
2206
- export var RetrieveAndGenerateOutput = [3, n0, _RAGO, 8, [_t], [0]];
2207
- export var RetrieveAndGenerateOutputEvent = [3, n0, _RAGOE, 8, [_t], [0]];
2208
- export var RetrieveAndGenerateRequest = [
2219
+ export var RetrieveAndGenerateInput$ = [3, n0, _RAGI, 8, [_t], [0]];
2220
+ export var RetrieveAndGenerateOutput$ = [3, n0, _RAGO, 8, [_t], [0]];
2221
+ export var RetrieveAndGenerateOutputEvent$ = [3, n0, _RAGOE, 8, [_t], [0]];
2222
+ export var RetrieveAndGenerateRequest$ = [
2209
2223
  3,
2210
2224
  n0,
2211
2225
  _RAGR,
@@ -2213,21 +2227,21 @@ export var RetrieveAndGenerateRequest = [
2213
2227
  [_sIe, _i, _rAGC, _sCe],
2214
2228
  [
2215
2229
  0,
2216
- [() => RetrieveAndGenerateInput, 0],
2217
- [() => RetrieveAndGenerateConfiguration, 0],
2218
- () => RetrieveAndGenerateSessionConfiguration,
2230
+ [() => RetrieveAndGenerateInput$, 0],
2231
+ [() => RetrieveAndGenerateConfiguration$, 0],
2232
+ () => RetrieveAndGenerateSessionConfiguration$,
2219
2233
  ],
2220
2234
  ];
2221
- export var RetrieveAndGenerateResponse = [
2235
+ export var RetrieveAndGenerateResponse$ = [
2222
2236
  3,
2223
2237
  n0,
2224
2238
  _RAGRe,
2225
2239
  0,
2226
2240
  [_sIe, _o, _ci, _gA],
2227
- [0, [() => RetrieveAndGenerateOutput, 0], [() => Citations, 0], 0],
2241
+ [0, [() => RetrieveAndGenerateOutput$, 0], [() => Citations, 0], 0],
2228
2242
  ];
2229
- export var RetrieveAndGenerateSessionConfiguration = [3, n0, _RAGSC, 0, [_kKA], [0]];
2230
- export var RetrieveAndGenerateStreamRequest = [
2243
+ export var RetrieveAndGenerateSessionConfiguration$ = [3, n0, _RAGSC, 0, [_kKA], [0]];
2244
+ export var RetrieveAndGenerateStreamRequest$ = [
2231
2245
  3,
2232
2246
  n0,
2233
2247
  _RAGSR,
@@ -2235,35 +2249,35 @@ export var RetrieveAndGenerateStreamRequest = [
2235
2249
  [_sIe, _i, _rAGC, _sCe],
2236
2250
  [
2237
2251
  0,
2238
- [() => RetrieveAndGenerateInput, 0],
2239
- [() => RetrieveAndGenerateConfiguration, 0],
2240
- () => RetrieveAndGenerateSessionConfiguration,
2252
+ [() => RetrieveAndGenerateInput$, 0],
2253
+ [() => RetrieveAndGenerateConfiguration$, 0],
2254
+ () => RetrieveAndGenerateSessionConfiguration$,
2241
2255
  ],
2242
2256
  ];
2243
- export var RetrieveAndGenerateStreamResponse = [
2257
+ export var RetrieveAndGenerateStreamResponse$ = [
2244
2258
  3,
2245
2259
  n0,
2246
2260
  _RAGSRe,
2247
2261
  0,
2248
2262
  [_str, _sIe],
2249
2263
  [
2250
- [() => RetrieveAndGenerateStreamResponseOutput, 16],
2264
+ [() => RetrieveAndGenerateStreamResponseOutput$, 16],
2251
2265
  [0, { [_hH]: _xabkbsi }],
2252
2266
  ],
2253
2267
  ];
2254
- export var RetrievedReference = [
2268
+ export var RetrievedReference$ = [
2255
2269
  3,
2256
2270
  n0,
2257
2271
  _RRet,
2258
2272
  0,
2259
2273
  [_co, _l, _me],
2260
2274
  [
2261
- [() => RetrievalResultContent, 0],
2262
- [() => RetrievalResultLocation, 0],
2275
+ [() => RetrievalResultContent$, 0],
2276
+ [() => RetrievalResultLocation$, 0],
2263
2277
  [() => RetrievalResultMetadata, 0],
2264
2278
  ],
2265
2279
  ];
2266
- export var RetrieveRequest = [
2280
+ export var RetrieveRequest$ = [
2267
2281
  3,
2268
2282
  n0,
2269
2283
  _RRetr,
@@ -2271,13 +2285,13 @@ export var RetrieveRequest = [
2271
2285
  [_kBI, _rQ, _rCe, _gC, _nTe],
2272
2286
  [
2273
2287
  [0, 1],
2274
- [() => KnowledgeBaseQuery, 0],
2275
- [() => KnowledgeBaseRetrievalConfiguration, 0],
2276
- () => GuardrailConfiguration,
2288
+ [() => KnowledgeBaseQuery$, 0],
2289
+ [() => KnowledgeBaseRetrievalConfiguration$, 0],
2290
+ () => GuardrailConfiguration$,
2277
2291
  0,
2278
2292
  ],
2279
2293
  ];
2280
- export var RetrieveResponse = [
2294
+ export var RetrieveResponse$ = [
2281
2295
  3,
2282
2296
  n0,
2283
2297
  _RRetri,
@@ -2285,7 +2299,7 @@ export var RetrieveResponse = [
2285
2299
  [_rRet, _gA, _nTe],
2286
2300
  [[() => KnowledgeBaseRetrievalResults, 0], 0, 0],
2287
2301
  ];
2288
- export var ReturnControlPayload = [
2302
+ export var ReturnControlPayload$ = [
2289
2303
  3,
2290
2304
  n0,
2291
2305
  _RCP,
@@ -2293,7 +2307,7 @@ export var ReturnControlPayload = [
2293
2307
  [_iInv, _iI],
2294
2308
  [[() => InvocationInputs, 0], 0],
2295
2309
  ];
2296
- export var ReturnControlResults = [
2310
+ export var ReturnControlResults$ = [
2297
2311
  3,
2298
2312
  n0,
2299
2313
  _RCR,
@@ -2301,22 +2315,22 @@ export var ReturnControlResults = [
2301
2315
  [_iI, _rCIR],
2302
2316
  [0, [() => ReturnControlInvocationResults, 0]],
2303
2317
  ];
2304
- export var RoutingClassifierModelInvocationOutput = [
2318
+ export var RoutingClassifierModelInvocationOutput$ = [
2305
2319
  3,
2306
2320
  n0,
2307
2321
  _RCMIO,
2308
2322
  8,
2309
2323
  [_tI, _rRa, _me],
2310
- [0, [() => RawResponse, 0], [() => Metadata, 0]],
2324
+ [0, [() => RawResponse$, 0], [() => Metadata$, 0]],
2311
2325
  ];
2312
- export var S3Identifier = [3, n0, _SI, 0, [_sBN, _sOK], [0, 0]];
2313
- export var S3Location = [3, n0, _SL, 0, [_uri], [0]];
2314
- export var S3ObjectDoc = [3, n0, _SOD, 0, [_uri], [0]];
2315
- export var S3ObjectFile = [3, n0, _SOF, 0, [_uri], [0]];
2316
- export var SatisfiedCondition = [3, n0, _SC, 8, [_cNo], [0]];
2317
- export var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
2318
- TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
2319
- export var SessionState = [
2326
+ export var S3Identifier$ = [3, n0, _SI, 0, [_sBN, _sOK], [0, 0]];
2327
+ export var S3Location$ = [3, n0, _SL, 0, [_uri], [0]];
2328
+ export var S3ObjectDoc$ = [3, n0, _SOD, 0, [_uri], [0]];
2329
+ export var S3ObjectFile$ = [3, n0, _SOF, 0, [_uri], [0]];
2330
+ export var SatisfiedCondition$ = [3, n0, _SC, 8, [_cNo], [0]];
2331
+ export var ServiceQuotaExceededException$ = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
2332
+ TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
2333
+ export var SessionState$ = [
2320
2334
  3,
2321
2335
  n0,
2322
2336
  _SS,
@@ -2329,21 +2343,21 @@ export var SessionState = [
2329
2343
  0,
2330
2344
  [() => InputFiles, 0],
2331
2345
  [() => KnowledgeBaseConfigurations, 0],
2332
- [() => ConversationHistory, 0],
2346
+ [() => ConversationHistory$, 0],
2333
2347
  ],
2334
2348
  ];
2335
- export var SessionSummary = [3, n0, _SSe, 0, [_sIe, _sA, _sS, _cA, _lUA], [0, 0, 0, 5, 5]];
2336
- export var Span = [3, n0, _Sp, 0, [_sta, _en], [1, 1]];
2337
- export var StartFlowExecutionRequest = [
2349
+ export var SessionSummary$ = [3, n0, _SSe, 0, [_sIe, _sA, _sS, _cA, _lUA], [0, 0, 0, 5, 5]];
2350
+ export var Span$ = [3, n0, _Sp, 0, [_sta, _en], [1, 1]];
2351
+ export var StartFlowExecutionRequest$ = [
2338
2352
  3,
2339
2353
  n0,
2340
2354
  _SFER,
2341
2355
  0,
2342
2356
  [_fI, _fAI, _fEN, _inp, _mPC],
2343
- [[0, 1], [0, 1], 0, [() => FlowInputs, 0], () => ModelPerformanceConfiguration],
2357
+ [[0, 1], [0, 1], 0, [() => FlowInputs, 0], () => ModelPerformanceConfiguration$],
2344
2358
  ];
2345
- export var StartFlowExecutionResponse = [3, n0, _SFERt, 0, [_eA], [0]];
2346
- export var StopFlowExecutionRequest = [
2359
+ export var StartFlowExecutionResponse$ = [3, n0, _SFERt, 0, [_eA], [0]];
2360
+ export var StopFlowExecutionRequest$ = [
2347
2361
  3,
2348
2362
  n0,
2349
2363
  _SFERto,
@@ -2355,41 +2369,41 @@ export var StopFlowExecutionRequest = [
2355
2369
  [0, 1],
2356
2370
  ],
2357
2371
  ];
2358
- export var StopFlowExecutionResponse = [3, n0, _SFERtop, 0, [_eA, _st], [0, 0]];
2359
- export var StreamingConfigurations = [3, n0, _SCt, 0, [_sFR, _aGI], [2, 1]];
2360
- export var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _ta], [[0, 1], 128 | 0]];
2361
- export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
2362
- export var TextInferenceConfig = [3, n0, _TIC, 0, [_te, _tPo, _mTa, _sSt], [1, 1, 1, 64 | 0]];
2363
- export var TextPrompt = [3, n0, _TP, 8, [_t], [0]];
2364
- export var TextResponsePart = [3, n0, _TRP, 8, [_t, _sp], [0, () => Span]];
2365
- export var TextToSqlConfiguration = [
2372
+ export var StopFlowExecutionResponse$ = [3, n0, _SFERtop, 0, [_eA, _st], [0, 0]];
2373
+ export var StreamingConfigurations$ = [3, n0, _SCt, 0, [_sFR, _aGI], [2, 1]];
2374
+ export var TagResourceRequest$ = [3, n0, _TRR, 0, [_rA, _ta], [[0, 1], 128 | 0]];
2375
+ export var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
2376
+ export var TextInferenceConfig$ = [3, n0, _TIC, 0, [_te, _tPo, _mTa, _sSt], [1, 1, 1, 64 | 0]];
2377
+ export var TextPrompt$ = [3, n0, _TP, 8, [_t], [0]];
2378
+ export var TextResponsePart$ = [3, n0, _TRP, 8, [_t, _sp], [0, () => Span$]];
2379
+ export var TextToSqlConfiguration$ = [
2366
2380
  3,
2367
2381
  n0,
2368
2382
  _TTSC,
2369
2383
  0,
2370
2384
  [_ty, _kBC],
2371
- [0, () => TextToSqlKnowledgeBaseConfiguration],
2385
+ [0, () => TextToSqlKnowledgeBaseConfiguration$],
2372
2386
  ];
2373
- export var TextToSqlKnowledgeBaseConfiguration = [3, n0, _TTSKBC, 0, [_kBA], [0]];
2374
- export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
2375
- TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
2376
- export var TracePart = [
2387
+ export var TextToSqlKnowledgeBaseConfiguration$ = [3, n0, _TTSKBC, 0, [_kBA], [0]];
2388
+ export var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
2389
+ TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
2390
+ export var TracePart$ = [
2377
2391
  3,
2378
2392
  n0,
2379
2393
  _TPr,
2380
2394
  8,
2381
2395
  [_sIe, _tra, _cCa, _eTv, _cN, _aI, _aAI, _aV],
2382
- [0, [() => Trace, 0], () => CallerChain, 5, [() => Name, 0], 0, 0, 0],
2396
+ [0, [() => Trace$, 0], () => CallerChain, 5, [() => Name, 0], 0, 0, 0],
2383
2397
  ];
2384
- export var TransformationConfiguration = [
2398
+ export var TransformationConfiguration$ = [
2385
2399
  3,
2386
2400
  n0,
2387
2401
  _TC,
2388
2402
  0,
2389
2403
  [_mo, _tTSC],
2390
- [0, () => TextToSqlConfiguration],
2404
+ [0, () => TextToSqlConfiguration$],
2391
2405
  ];
2392
- export var UntagResourceRequest = [
2406
+ export var UntagResourceRequest$ = [
2393
2407
  3,
2394
2408
  n0,
2395
2409
  _URR,
@@ -2400,9 +2414,9 @@ export var UntagResourceRequest = [
2400
2414
  [64 | 0, { [_hQ]: _tKa }],
2401
2415
  ],
2402
2416
  ];
2403
- export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
2404
- export var UpdateSessionRequest = [3, n0, _USR, 0, [_sM, _sI], [128 | 0, [0, 1]]];
2405
- export var UpdateSessionResponse = [
2417
+ export var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
2418
+ export var UpdateSessionRequest$ = [3, n0, _USR, 0, [_sM, _sI], [128 | 0, [0, 1]]];
2419
+ export var UpdateSessionResponse$ = [
2406
2420
  3,
2407
2421
  n0,
2408
2422
  _USRp,
@@ -2410,18 +2424,18 @@ export var UpdateSessionResponse = [
2410
2424
  [_sIe, _sA, _sS, _cA, _lUA],
2411
2425
  [0, 0, 0, 5, 5],
2412
2426
  ];
2413
- export var Usage = [3, n0, _U, 8, [_iTnp, _oTu], [1, 1]];
2414
- export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
2415
- TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
2416
- export var VectorSearchBedrockRerankingConfiguration = [
2427
+ export var Usage$ = [3, n0, _U, 8, [_iTnp, _oTu], [1, 1]];
2428
+ export var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
2429
+ TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
2430
+ export var VectorSearchBedrockRerankingConfiguration$ = [
2417
2431
  3,
2418
2432
  n0,
2419
2433
  _VSBRC,
2420
2434
  0,
2421
2435
  [_mC, _nORR, _mCet],
2422
- [() => VectorSearchBedrockRerankingModelConfiguration, 1, [() => MetadataConfigurationForReranking, 0]],
2436
+ [() => VectorSearchBedrockRerankingModelConfiguration$, 1, [() => MetadataConfigurationForReranking$, 0]],
2423
2437
  ];
2424
- export var VectorSearchBedrockRerankingModelConfiguration = [
2438
+ export var VectorSearchBedrockRerankingModelConfiguration$ = [
2425
2439
  3,
2426
2440
  n0,
2427
2441
  _VSBRMC,
@@ -2429,16 +2443,16 @@ export var VectorSearchBedrockRerankingModelConfiguration = [
2429
2443
  [_mA, _aMRF],
2430
2444
  [0, 128 | 15],
2431
2445
  ];
2432
- export var VectorSearchRerankingConfiguration = [
2446
+ export var VectorSearchRerankingConfiguration$ = [
2433
2447
  3,
2434
2448
  n0,
2435
2449
  _VSRC,
2436
2450
  0,
2437
2451
  [_ty, _bRC],
2438
- [0, [() => VectorSearchBedrockRerankingConfiguration, 0]],
2452
+ [0, [() => VectorSearchBedrockRerankingConfiguration$, 0]],
2439
2453
  ];
2440
- export var VideoSegment = [3, n0, _VS, 0, [_sU, _su], [0, 0]];
2441
- export var BedrockAgentRuntimeServiceException = [
2454
+ export var VideoSegment$ = [3, n0, _VS, 0, [_sU, _su], [0, 0]];
2455
+ export var BedrockAgentRuntimeServiceException$ = [
2442
2456
  -3,
2443
2457
  _sm,
2444
2458
  "BedrockAgentRuntimeServiceException",
@@ -2446,205 +2460,199 @@ export var BedrockAgentRuntimeServiceException = [
2446
2460
  [],
2447
2461
  [],
2448
2462
  ];
2449
- TypeRegistry.for(_sm).registerError(BedrockAgentRuntimeServiceException, __BedrockAgentRuntimeServiceException);
2450
- export var AgentActionGroups = [1, n0, _AAGg, 0, [() => AgentActionGroup, 0]];
2451
- export var AgentTraces = [1, n0, _AT, 0, [() => TracePart, 0]];
2452
- export var ApiParameters = [1, n0, _APpi, 0, () => ApiParameter];
2453
- export var BedrockSessionContentBlocks = [1, n0, _BSCB, 0, [() => BedrockSessionContentBlock, 0]];
2454
- export var CallerChain = [1, n0, _CCa, 0, () => Caller];
2455
- export var Citations = [1, n0, _Ci, 0, [() => Citation, 0]];
2456
- export var CollaboratorConfigurations = [1, n0, _CCo, 0, [() => CollaboratorConfiguration, 0]];
2457
- export var Collaborators = [1, n0, _Col, 0, [() => Collaborator, 0]];
2458
- export var ContentBlocks = [1, n0, _CBo, 0, [() => ContentBlock, 0]];
2459
- export var ExternalSources = [1, n0, _ESx, 0, [() => ExternalSource, 0]];
2460
- export var FieldsForReranking = [1, n0, _FFRi, 8, () => FieldForReranking];
2461
- export var Files = 64 | 0;
2462
- export var FlowExecutionErrors = [1, n0, _FEEl, 0, () => FlowExecutionError];
2463
- export var FlowExecutionEvents = [1, n0, _FEElo, 0, [() => FlowExecutionEvent, 0]];
2464
- export var FlowExecutionSummaries = [1, n0, _FESl, 0, () => FlowExecutionSummary];
2465
- export var FlowInputFields = [1, n0, _FIFl, 0, [() => FlowInputField, 0]];
2466
- export var FlowInputs = [1, n0, _FIl, 0, [() => FlowInput, 0]];
2467
- export var FlowOutputFields = [1, n0, _FOFl, 0, [() => FlowOutputField, 0]];
2468
- export var FlowTraceConditions = [1, n0, _FTCl, 0, [() => FlowTraceCondition, 0]];
2469
- export var FlowTraceNodeInputExecutionChain = [
2463
+ TypeRegistry.for(_sm).registerError(BedrockAgentRuntimeServiceException$, BedrockAgentRuntimeServiceException);
2464
+ var AgentActionGroups = [1, n0, _AAGg, 0, [() => AgentActionGroup$, 0]];
2465
+ var AgentTraces = [1, n0, _AT, 0, [() => TracePart$, 0]];
2466
+ var ApiParameters = [1, n0, _APpi, 0, () => ApiParameter$];
2467
+ var BedrockSessionContentBlocks = [1, n0, _BSCB, 0, [() => BedrockSessionContentBlock$, 0]];
2468
+ var CallerChain = [1, n0, _CCa, 0, () => Caller$];
2469
+ var Citations = [1, n0, _Ci, 0, [() => Citation$, 0]];
2470
+ var CollaboratorConfigurations = [1, n0, _CCo, 0, [() => CollaboratorConfiguration$, 0]];
2471
+ var Collaborators = [1, n0, _Col, 0, [() => Collaborator$, 0]];
2472
+ var ContentBlocks = [1, n0, _CBo, 0, [() => ContentBlock$, 0]];
2473
+ var ExternalSources = [1, n0, _ESx, 0, [() => ExternalSource$, 0]];
2474
+ var FieldsForReranking = [1, n0, _FFRi, 8, () => FieldForReranking$];
2475
+ var Files = 64 | 0;
2476
+ var FlowExecutionErrors = [1, n0, _FEEl, 0, () => FlowExecutionError$];
2477
+ var FlowExecutionEvents = [1, n0, _FEElo, 0, [() => FlowExecutionEvent$, 0]];
2478
+ var FlowExecutionSummaries = [1, n0, _FESl, 0, () => FlowExecutionSummary$];
2479
+ var FlowInputFields = [1, n0, _FIFl, 0, [() => FlowInputField$, 0]];
2480
+ var FlowInputs = [1, n0, _FIl, 0, [() => FlowInput$, 0]];
2481
+ var FlowOutputFields = [1, n0, _FOFl, 0, [() => FlowOutputField$, 0]];
2482
+ var FlowTraceConditions = [1, n0, _FTCl, 0, [() => FlowTraceCondition$, 0]];
2483
+ var FlowTraceNodeInputExecutionChain = [
2470
2484
  1,
2471
2485
  n0,
2472
2486
  _FTNIEC,
2473
2487
  8,
2474
- [() => FlowTraceNodeInputExecutionChainItem, 0],
2475
- ];
2476
- export var FlowTraceNodeInputFields = [1, n0, _FTNIFl, 0, [() => FlowTraceNodeInputField, 0]];
2477
- export var FlowTraceNodeOutputFields = [1, n0, _FTNOFl, 0, [() => FlowTraceNodeOutputField, 0]];
2478
- export var FlowTraceNodeOutputNextList = [1, n0, _FTNONL, 0, [() => FlowTraceNodeOutputNext, 0]];
2479
- export var FunctionParameters = [1, n0, _FPun, 0, () => FunctionParameter];
2480
- export var Functions = [1, n0, _Fu, 0, [() => FunctionDefinition, 0]];
2481
- export var GeneratedQueries = [1, n0, _GQe, 0, [() => GeneratedQuery, 0]];
2482
- export var GuardrailAssessmentList = [1, n0, _GAL, 0, [() => GuardrailAssessment, 0]];
2483
- export var GuardrailContentFilterList = [1, n0, _GCFL, 8, [() => GuardrailContentFilter, 0]];
2484
- export var GuardrailCustomWordList = [1, n0, _GCWL, 8, [() => GuardrailCustomWord, 0]];
2485
- export var GuardrailManagedWordList = [1, n0, _GMWL, 8, [() => GuardrailManagedWord, 0]];
2486
- export var GuardrailPiiEntityFilterList = [1, n0, _GPEFL, 8, [() => GuardrailPiiEntityFilter, 0]];
2487
- export var GuardrailRegexFilterList = [1, n0, _GRFL, 8, [() => GuardrailRegexFilter, 0]];
2488
- export var GuardrailTopicList = [1, n0, _GTL, 8, [() => GuardrailTopic, 0]];
2489
- export var ImageInputs = [1, n0, _IIm, 0, () => ImageInput];
2490
- export var InputFiles = [1, n0, _IFn, 0, [() => InputFile, 0]];
2491
- export var InvocationInputs = [1, n0, _IInvo, 0, [() => InvocationInputMember, 0]];
2492
- export var InvocationStepSummaries = [1, n0, _ISSnv, 0, () => InvocationStepSummary];
2493
- export var InvocationSummaries = [1, n0, _ISnv, 0, () => InvocationSummary];
2494
- export var KnowledgeBaseConfigurations = [1, n0, _KBCn, 0, [() => KnowledgeBaseConfiguration, 0]];
2495
- export var KnowledgeBaseRetrievalResults = [
2496
- 1,
2497
- n0,
2498
- _KBRRn,
2499
- 8,
2500
- [() => KnowledgeBaseRetrievalResult, 0],
2501
- ];
2502
- export var KnowledgeBases = [1, n0, _KBn, 0, [() => KnowledgeBase, 0]];
2503
- export var Memories = [1, n0, _Mem, 0, () => Memory];
2504
- export var Messages = [1, n0, _Mes, 0, [() => Message, 0]];
2505
- export var MetadataAttributeSchemaList = [1, n0, _MASL, 0, [() => MetadataAttributeSchema, 0]];
2506
- export var NodeInputExecutionChain = [1, n0, _NIEC, 0, () => NodeInputExecutionChainItem];
2507
- export var NodeInputFields = [1, n0, _NIFo, 0, [() => NodeInputField, 0]];
2508
- export var NodeOutputFields = [1, n0, _NOFo, 0, [() => NodeOutputField, 0]];
2509
- export var NodeOutputNextList = [1, n0, _NONL, 0, [() => NodeOutputNext, 0]];
2510
- export var OutputFiles = [1, n0, _OFu, 0, [() => OutputFile, 0]];
2511
- export var ParameterList = [1, n0, _PL, 0, () => Parameter];
2512
- export var _Parameters = [1, n0, _Par, 0, () => Parameter];
2513
- export var PromptConfigurations = [1, n0, _PCro, 0, [() => PromptConfiguration, 0]];
2514
- export var RAGStopSequences = 64 | 0;
2515
- export var RerankQueriesList = [1, n0, _RQL, 8, [() => RerankQuery, 0]];
2516
- export var RerankResultsList = [1, n0, _RRLe, 0, [() => RerankResult, 0]];
2517
- export var RerankSourcesList = [1, n0, _RSL, 8, [() => RerankSource, 0]];
2518
- export var RetrievalFilterList = [1, n0, _RFL, 0, [() => RetrievalFilter, 0]];
2519
- export var RetrievalResultContentRow = [1, n0, _RRCR, 8, [() => RetrievalResultContentColumn, 0]];
2520
- export var RetrievedReferences = [1, n0, _RRetrie, 0, [() => RetrievedReference, 0]];
2521
- export var ReturnControlInvocationResults = [1, n0, _RCIR, 0, [() => InvocationResultMember, 0]];
2522
- export var SatisfiedConditions = [1, n0, _SCa, 0, [() => SatisfiedCondition, 0]];
2523
- export var SessionSummaries = [1, n0, _SSes, 0, () => SessionSummary];
2524
- export var StopSequences = 64 | 0;
2525
- export var TagKeyList = 64 | 0;
2526
- export var ActionGroupSignatureParams = 128 | 0;
2527
- export var AdditionalModelRequestFields = 128 | 15;
2528
- export var ApiContentMap = [2, n0, _ACM, 0, 0, () => PropertyParameters];
2529
- export var ContentMap = [2, n0, _CM, 0, 0, () => _Parameters];
2530
- export var ParameterMap = [2, n0, _PM, 0, 0, () => ParameterDetail];
2531
- export var PromptSessionAttributesMap = 128 | 0;
2532
- export var ResponseBody = [2, n0, _RBe, 0, 0, () => ContentBody];
2533
- export var RetrievalResultMetadata = [2, n0, _RRM, 8, 0, 15];
2534
- export var SessionAttributesMap = 128 | 0;
2535
- export var SessionMetadataMap = 128 | 0;
2536
- export var TagsMap = 128 | 0;
2537
- export var ActionGroupExecutor = [3, n0, _AGE, 0, [_lam, _cCu], [0, 0]];
2538
- export var APISchema = [3, n0, _APIS, 0, [_s_, _pa], [() => S3Identifier, [() => Payload, 0]]];
2539
- export var BedrockSessionContentBlock = [3, n0, _BSCBe, 8, [_t, _ima], [0, () => ImageBlock]];
2540
- export var Caller = [3, n0, _Ca, 0, [_aAA], [0]];
2541
- export var ContentBlock = [3, n0, _CBon, 8, [_t], [0]];
2542
- export var FlowExecutionContent = [3, n0, _FEC, 8, [_do], [15]];
2543
- export var FlowExecutionEvent = [
2488
+ [() => FlowTraceNodeInputExecutionChainItem$, 0],
2489
+ ];
2490
+ var FlowTraceNodeInputFields = [1, n0, _FTNIFl, 0, [() => FlowTraceNodeInputField$, 0]];
2491
+ var FlowTraceNodeOutputFields = [1, n0, _FTNOFl, 0, [() => FlowTraceNodeOutputField$, 0]];
2492
+ var FlowTraceNodeOutputNextList = [1, n0, _FTNONL, 0, [() => FlowTraceNodeOutputNext$, 0]];
2493
+ var FunctionParameters = [1, n0, _FPun, 0, () => FunctionParameter$];
2494
+ var Functions = [1, n0, _Fu, 0, [() => FunctionDefinition$, 0]];
2495
+ var GeneratedQueries = [1, n0, _GQe, 0, [() => GeneratedQuery$, 0]];
2496
+ var GuardrailAssessmentList = [1, n0, _GAL, 0, [() => GuardrailAssessment$, 0]];
2497
+ var GuardrailContentFilterList = [1, n0, _GCFL, 8, [() => GuardrailContentFilter$, 0]];
2498
+ var GuardrailCustomWordList = [1, n0, _GCWL, 8, [() => GuardrailCustomWord$, 0]];
2499
+ var GuardrailManagedWordList = [1, n0, _GMWL, 8, [() => GuardrailManagedWord$, 0]];
2500
+ var GuardrailPiiEntityFilterList = [1, n0, _GPEFL, 8, [() => GuardrailPiiEntityFilter$, 0]];
2501
+ var GuardrailRegexFilterList = [1, n0, _GRFL, 8, [() => GuardrailRegexFilter$, 0]];
2502
+ var GuardrailTopicList = [1, n0, _GTL, 8, [() => GuardrailTopic$, 0]];
2503
+ var ImageInputs = [1, n0, _IIm, 0, () => ImageInput$];
2504
+ var InputFiles = [1, n0, _IFn, 0, [() => InputFile$, 0]];
2505
+ var InvocationInputs = [1, n0, _IInvo, 0, [() => InvocationInputMember$, 0]];
2506
+ var InvocationStepSummaries = [1, n0, _ISSnv, 0, () => InvocationStepSummary$];
2507
+ var InvocationSummaries = [1, n0, _ISnv, 0, () => InvocationSummary$];
2508
+ var KnowledgeBaseConfigurations = [1, n0, _KBCn, 0, [() => KnowledgeBaseConfiguration$, 0]];
2509
+ var KnowledgeBaseRetrievalResults = [1, n0, _KBRRn, 8, [() => KnowledgeBaseRetrievalResult$, 0]];
2510
+ var KnowledgeBases = [1, n0, _KBn, 0, [() => KnowledgeBase$, 0]];
2511
+ var Memories = [1, n0, _Mem, 0, () => Memory$];
2512
+ var Messages = [1, n0, _Mes, 0, [() => Message$, 0]];
2513
+ var MetadataAttributeSchemaList = [1, n0, _MASL, 0, [() => MetadataAttributeSchema$, 0]];
2514
+ var NodeInputExecutionChain = [1, n0, _NIEC, 0, () => NodeInputExecutionChainItem$];
2515
+ var NodeInputFields = [1, n0, _NIFo, 0, [() => NodeInputField$, 0]];
2516
+ var NodeOutputFields = [1, n0, _NOFo, 0, [() => NodeOutputField$, 0]];
2517
+ var NodeOutputNextList = [1, n0, _NONL, 0, [() => NodeOutputNext$, 0]];
2518
+ var OutputFiles = [1, n0, _OFu, 0, [() => OutputFile$, 0]];
2519
+ var ParameterList = [1, n0, _PL, 0, () => Parameter$];
2520
+ var _Parameters = [1, n0, _Par, 0, () => Parameter$];
2521
+ var PromptConfigurations = [1, n0, _PCro, 0, [() => PromptConfiguration$, 0]];
2522
+ var RAGStopSequences = 64 | 0;
2523
+ var RerankQueriesList = [1, n0, _RQL, 8, [() => RerankQuery$, 0]];
2524
+ var RerankResultsList = [1, n0, _RRLe, 0, [() => RerankResult$, 0]];
2525
+ var RerankSourcesList = [1, n0, _RSL, 8, [() => RerankSource$, 0]];
2526
+ var RetrievalFilterList = [1, n0, _RFL, 0, [() => RetrievalFilter$, 0]];
2527
+ var RetrievalResultContentRow = [1, n0, _RRCR, 8, [() => RetrievalResultContentColumn$, 0]];
2528
+ var RetrievedReferences = [1, n0, _RRetrie, 0, [() => RetrievedReference$, 0]];
2529
+ var ReturnControlInvocationResults = [1, n0, _RCIR, 0, [() => InvocationResultMember$, 0]];
2530
+ var SatisfiedConditions = [1, n0, _SCa, 0, [() => SatisfiedCondition$, 0]];
2531
+ var SessionSummaries = [1, n0, _SSes, 0, () => SessionSummary$];
2532
+ var StopSequences = 64 | 0;
2533
+ var TagKeyList = 64 | 0;
2534
+ var ActionGroupSignatureParams = 128 | 0;
2535
+ var AdditionalModelRequestFields = 128 | 15;
2536
+ var ApiContentMap = [2, n0, _ACM, 0, 0, () => PropertyParameters$];
2537
+ var ContentMap = [2, n0, _CM, 0, 0, () => _Parameters];
2538
+ var ParameterMap = [2, n0, _PM, 0, 0, () => ParameterDetail$];
2539
+ var PromptSessionAttributesMap = 128 | 0;
2540
+ var ResponseBody = [2, n0, _RBe, 0, 0, () => ContentBody$];
2541
+ var RetrievalResultMetadata = [2, n0, _RRM, 8, 0, 15];
2542
+ var SessionAttributesMap = 128 | 0;
2543
+ var SessionMetadataMap = 128 | 0;
2544
+ var TagsMap = 128 | 0;
2545
+ export var ActionGroupExecutor$ = [3, n0, _AGE, 0, [_lam, _cCu], [0, 0]];
2546
+ export var APISchema$ = [3, n0, _APIS, 0, [_s_, _pa], [() => S3Identifier$, [() => Payload, 0]]];
2547
+ export var BedrockSessionContentBlock$ = [3, n0, _BSCBe, 8, [_t, _ima], [0, () => ImageBlock$]];
2548
+ export var Caller$ = [3, n0, _Ca, 0, [_aAA], [0]];
2549
+ export var ContentBlock$ = [3, n0, _CBon, 8, [_t], [0]];
2550
+ export var FlowExecutionContent$ = [3, n0, _FEC, 8, [_do], [15]];
2551
+ export var FlowExecutionEvent$ = [
2544
2552
  3,
2545
2553
  n0,
2546
2554
  _FEElow,
2547
2555
  0,
2548
2556
  [_fIE, _fOE, _nIE, _nOE, _cRE, _nFE, _fFE, _nAE, _nDE],
2549
2557
  [
2550
- [() => FlowExecutionInputEvent, 0],
2551
- [() => FlowExecutionOutputEvent, 0],
2552
- [() => NodeInputEvent, 0],
2553
- [() => NodeOutputEvent, 0],
2554
- [() => ConditionResultEvent, 0],
2555
- [() => NodeFailureEvent, 0],
2556
- [() => FlowFailureEvent, 0],
2557
- [() => NodeActionEvent, 0],
2558
- [() => NodeDependencyEvent, 0],
2558
+ [() => FlowExecutionInputEvent$, 0],
2559
+ [() => FlowExecutionOutputEvent$, 0],
2560
+ [() => NodeInputEvent$, 0],
2561
+ [() => NodeOutputEvent$, 0],
2562
+ [() => ConditionResultEvent$, 0],
2563
+ [() => NodeFailureEvent$, 0],
2564
+ [() => FlowFailureEvent$, 0],
2565
+ [() => NodeActionEvent$, 0],
2566
+ [() => NodeDependencyEvent$, 0],
2559
2567
  ],
2560
2568
  ];
2561
- export var FlowInputContent = [3, n0, _FIC, 8, [_do], [15]];
2562
- export var FlowMultiTurnInputContent = [3, n0, _FMTIC, 0, [_do], [15]];
2563
- export var FlowOutputContent = [3, n0, _FOC, 0, [_do], [15]];
2564
- export var FlowResponseStream = [
2569
+ export var FlowInputContent$ = [3, n0, _FIC, 8, [_do], [15]];
2570
+ export var FlowMultiTurnInputContent$ = [3, n0, _FMTIC, 0, [_do], [15]];
2571
+ export var FlowOutputContent$ = [3, n0, _FOC, 0, [_do], [15]];
2572
+ export var FlowResponseStream$ = [
2565
2573
  3,
2566
2574
  n0,
2567
2575
  _FRSl,
2568
2576
  { [_stre]: 1 },
2569
2577
  [_fOE, _fCE, _fTE, _iSE, _vE, _rNFE, _sQEE, _tEh, _aDE, _cE, _dFE, _bGE, _fMTIRE],
2570
2578
  [
2571
- [() => FlowOutputEvent, 0],
2572
- [() => FlowCompletionEvent, 0],
2573
- [() => FlowTraceEvent, 0],
2574
- [() => InternalServerException, 0],
2575
- [() => ValidationException, 0],
2576
- [() => ResourceNotFoundException, 0],
2577
- [() => ServiceQuotaExceededException, 0],
2578
- [() => ThrottlingException, 0],
2579
- [() => AccessDeniedException, 0],
2580
- [() => ConflictException, 0],
2581
- [() => DependencyFailedException, 0],
2582
- [() => BadGatewayException, 0],
2583
- [() => FlowMultiTurnInputRequestEvent, 0],
2579
+ [() => FlowOutputEvent$, 0],
2580
+ [() => FlowCompletionEvent$, 0],
2581
+ [() => FlowTraceEvent$, 0],
2582
+ [() => InternalServerException$, 0],
2583
+ [() => ValidationException$, 0],
2584
+ [() => ResourceNotFoundException$, 0],
2585
+ [() => ServiceQuotaExceededException$, 0],
2586
+ [() => ThrottlingException$, 0],
2587
+ [() => AccessDeniedException$, 0],
2588
+ [() => ConflictException$, 0],
2589
+ [() => DependencyFailedException$, 0],
2590
+ [() => BadGatewayException$, 0],
2591
+ [() => FlowMultiTurnInputRequestEvent$, 0],
2584
2592
  ],
2585
2593
  ];
2586
- export var FlowTrace = [
2594
+ export var FlowTrace$ = [
2587
2595
  3,
2588
2596
  n0,
2589
2597
  _FTl,
2590
2598
  8,
2591
2599
  [_nIT, _nOT, _cNRT, _nAT, _nDT],
2592
2600
  [
2593
- [() => FlowTraceNodeInputEvent, 0],
2594
- [() => FlowTraceNodeOutputEvent, 0],
2595
- [() => FlowTraceConditionNodeResultEvent, 0],
2596
- [() => FlowTraceNodeActionEvent, 0],
2597
- [() => FlowTraceDependencyEvent, 0],
2601
+ [() => FlowTraceNodeInputEvent$, 0],
2602
+ [() => FlowTraceNodeOutputEvent$, 0],
2603
+ [() => FlowTraceConditionNodeResultEvent$, 0],
2604
+ [() => FlowTraceNodeActionEvent$, 0],
2605
+ [() => FlowTraceDependencyEvent$, 0],
2598
2606
  ],
2599
2607
  ];
2600
- export var FlowTraceNodeInputContent = [3, n0, _FTNIC, 8, [_do], [15]];
2601
- export var FlowTraceNodeOutputContent = [3, n0, _FTNOC, 0, [_do], [15]];
2602
- export var FunctionSchema = [3, n0, _FSu, 0, [_fu], [[() => Functions, 0]]];
2603
- export var ImageInputSource = [3, n0, _IIS, 0, [_by], [21]];
2604
- export var ImageSource = [3, n0, _ISm, 0, [_by, _sL], [21, () => S3Location]];
2605
- export var InlineAgentResponseStream = [
2608
+ export var FlowTraceNodeInputContent$ = [3, n0, _FTNIC, 8, [_do], [15]];
2609
+ export var FlowTraceNodeOutputContent$ = [3, n0, _FTNOC, 0, [_do], [15]];
2610
+ export var FunctionSchema$ = [3, n0, _FSu, 0, [_fu], [[() => Functions, 0]]];
2611
+ export var ImageInputSource$ = [3, n0, _IIS, 0, [_by], [21]];
2612
+ export var ImageSource$ = [3, n0, _ISm, 0, [_by, _sL], [21, () => S3Location$]];
2613
+ export var InlineAgentResponseStream$ = [
2606
2614
  3,
2607
2615
  n0,
2608
2616
  _IARS,
2609
2617
  { [_stre]: 1 },
2610
2618
  [_ch, _tra, _rCet, _iSE, _vE, _rNFE, _sQEE, _tEh, _aDE, _cE, _dFE, _bGE, _fi],
2611
2619
  [
2612
- [() => InlineAgentPayloadPart, 0],
2613
- [() => InlineAgentTracePart, 0],
2614
- [() => InlineAgentReturnControlPayload, 0],
2615
- [() => InternalServerException, 0],
2616
- [() => ValidationException, 0],
2617
- [() => ResourceNotFoundException, 0],
2618
- [() => ServiceQuotaExceededException, 0],
2619
- [() => ThrottlingException, 0],
2620
- [() => AccessDeniedException, 0],
2621
- [() => ConflictException, 0],
2622
- [() => DependencyFailedException, 0],
2623
- [() => BadGatewayException, 0],
2624
- [() => InlineAgentFilePart, 0],
2620
+ [() => InlineAgentPayloadPart$, 0],
2621
+ [() => InlineAgentTracePart$, 0],
2622
+ [() => InlineAgentReturnControlPayload$, 0],
2623
+ [() => InternalServerException$, 0],
2624
+ [() => ValidationException$, 0],
2625
+ [() => ResourceNotFoundException$, 0],
2626
+ [() => ServiceQuotaExceededException$, 0],
2627
+ [() => ThrottlingException$, 0],
2628
+ [() => AccessDeniedException$, 0],
2629
+ [() => ConflictException$, 0],
2630
+ [() => DependencyFailedException$, 0],
2631
+ [() => BadGatewayException$, 0],
2632
+ [() => InlineAgentFilePart$, 0],
2625
2633
  ],
2626
2634
  ];
2627
- export var InputPrompt = [3, n0, _IP, 0, [_tPe], [[() => TextPrompt, 0]]];
2628
- export var InvocationInputMember = [
2635
+ export var InputPrompt$ = [3, n0, _IP, 0, [_tPe], [[() => TextPrompt$, 0]]];
2636
+ export var InvocationInputMember$ = [
2629
2637
  3,
2630
2638
  n0,
2631
2639
  _IIM,
2632
2640
  0,
2633
2641
  [_aII, _fII],
2634
2642
  [
2635
- [() => ApiInvocationInput, 0],
2636
- [() => FunctionInvocationInput, 0],
2643
+ [() => ApiInvocationInput$, 0],
2644
+ [() => FunctionInvocationInput$, 0],
2637
2645
  ],
2638
2646
  ];
2639
- export var InvocationResultMember = [
2647
+ export var InvocationResultMember$ = [
2640
2648
  3,
2641
2649
  n0,
2642
2650
  _IRM,
2643
2651
  0,
2644
2652
  [_aR, _fRu],
2645
- [[() => ApiResult, 0], () => FunctionResult],
2653
+ [[() => ApiResult$, 0], () => FunctionResult$],
2646
2654
  ];
2647
- export var InvocationStepPayload = [
2655
+ export var InvocationStepPayload$ = [
2648
2656
  3,
2649
2657
  n0,
2650
2658
  _ISP,
@@ -2652,73 +2660,73 @@ export var InvocationStepPayload = [
2652
2660
  [_cB],
2653
2661
  [[() => BedrockSessionContentBlocks, 0]],
2654
2662
  ];
2655
- export var Memory = [3, n0, _Memo, 0, [_sSess], [() => MemorySessionSummary]];
2656
- export var NodeExecutionContent = [3, n0, _NEC, 8, [_do], [15]];
2657
- export var NodeTraceElements = [3, n0, _NTE, 8, [_aT], [[() => AgentTraces, 0]]];
2658
- export var OptimizedPrompt = [3, n0, _OP, 0, [_tPe], [[() => TextPrompt, 0]]];
2659
- export var OptimizedPromptStream = [
2663
+ export var Memory$ = [3, n0, _Memo, 0, [_sSess], [() => MemorySessionSummary$]];
2664
+ export var NodeExecutionContent$ = [3, n0, _NEC, 8, [_do], [15]];
2665
+ export var NodeTraceElements$ = [3, n0, _NTE, 8, [_aT], [[() => AgentTraces, 0]]];
2666
+ export var OptimizedPrompt$ = [3, n0, _OP, 0, [_tPe], [[() => TextPrompt$, 0]]];
2667
+ export var OptimizedPromptStream$ = [
2660
2668
  3,
2661
2669
  n0,
2662
2670
  _OPS,
2663
2671
  { [_stre]: 1 },
2664
2672
  [_oPE, _aPE, _iSE, _tEh, _vE, _dFE, _aDE, _bGE],
2665
2673
  [
2666
- [() => OptimizedPromptEvent, 0],
2667
- [() => AnalyzePromptEvent, 0],
2668
- [() => InternalServerException, 0],
2669
- [() => ThrottlingException, 0],
2670
- [() => ValidationException, 0],
2671
- [() => DependencyFailedException, 0],
2672
- [() => AccessDeniedException, 0],
2673
- [() => BadGatewayException, 0],
2674
+ [() => OptimizedPromptEvent$, 0],
2675
+ [() => AnalyzePromptEvent$, 0],
2676
+ [() => InternalServerException$, 0],
2677
+ [() => ThrottlingException$, 0],
2678
+ [() => ValidationException$, 0],
2679
+ [() => DependencyFailedException$, 0],
2680
+ [() => AccessDeniedException$, 0],
2681
+ [() => BadGatewayException$, 0],
2674
2682
  ],
2675
2683
  ];
2676
- export var OrchestrationExecutor = [3, n0, _OE, 0, [_lam], [0]];
2677
- export var OrchestrationTrace = [
2684
+ export var OrchestrationExecutor$ = [3, n0, _OE, 0, [_lam], [0]];
2685
+ export var OrchestrationTrace$ = [
2678
2686
  3,
2679
2687
  n0,
2680
2688
  _OT,
2681
2689
  8,
2682
2690
  [_ra, _iInvo, _ob, _mII, _mIO],
2683
2691
  [
2684
- [() => Rationale, 0],
2685
- [() => InvocationInput, 0],
2686
- [() => Observation, 0],
2687
- [() => ModelInvocationInput, 0],
2688
- [() => OrchestrationModelInvocationOutput, 0],
2692
+ [() => Rationale$, 0],
2693
+ [() => InvocationInput$, 0],
2694
+ [() => Observation$, 0],
2695
+ [() => ModelInvocationInput$, 0],
2696
+ [() => OrchestrationModelInvocationOutput$, 0],
2689
2697
  ],
2690
2698
  ];
2691
- export var PostProcessingTrace = [
2699
+ export var PostProcessingTrace$ = [
2692
2700
  3,
2693
2701
  n0,
2694
2702
  _PPT,
2695
2703
  8,
2696
2704
  [_mII, _mIO],
2697
2705
  [
2698
- [() => ModelInvocationInput, 0],
2699
- [() => PostProcessingModelInvocationOutput, 0],
2706
+ [() => ModelInvocationInput$, 0],
2707
+ [() => PostProcessingModelInvocationOutput$, 0],
2700
2708
  ],
2701
2709
  ];
2702
- export var PreProcessingTrace = [
2710
+ export var PreProcessingTrace$ = [
2703
2711
  3,
2704
2712
  n0,
2705
2713
  _PPTr,
2706
2714
  8,
2707
2715
  [_mII, _mIO],
2708
2716
  [
2709
- [() => ModelInvocationInput, 0],
2710
- [() => PreProcessingModelInvocationOutput, 0],
2717
+ [() => ModelInvocationInput$, 0],
2718
+ [() => PreProcessingModelInvocationOutput$, 0],
2711
2719
  ],
2712
2720
  ];
2713
- export var ReasoningContentBlock = [
2721
+ export var ReasoningContentBlock$ = [
2714
2722
  3,
2715
2723
  n0,
2716
2724
  _RCB,
2717
2725
  8,
2718
2726
  [_rT, _rCed],
2719
- [[() => ReasoningTextBlock, 0], 21],
2727
+ [[() => ReasoningTextBlock$, 0], 21],
2720
2728
  ];
2721
- export var RerankingMetadataSelectiveModeConfiguration = [
2729
+ export var RerankingMetadataSelectiveModeConfiguration$ = [
2722
2730
  3,
2723
2731
  n0,
2724
2732
  _RMSMC,
@@ -2729,159 +2737,159 @@ export var RerankingMetadataSelectiveModeConfiguration = [
2729
2737
  [() => FieldsForReranking, 0],
2730
2738
  ],
2731
2739
  ];
2732
- export var ResponseStream = [
2740
+ export var ResponseStream$ = [
2733
2741
  3,
2734
2742
  n0,
2735
2743
  _RSes,
2736
2744
  { [_stre]: 1 },
2737
2745
  [_ch, _tra, _rCet, _iSE, _vE, _rNFE, _sQEE, _tEh, _aDE, _cE, _dFE, _bGE, _mNRE, _fi],
2738
2746
  [
2739
- [() => PayloadPart, 0],
2740
- [() => TracePart, 0],
2741
- [() => ReturnControlPayload, 0],
2742
- [() => InternalServerException, 0],
2743
- [() => ValidationException, 0],
2744
- [() => ResourceNotFoundException, 0],
2745
- [() => ServiceQuotaExceededException, 0],
2746
- [() => ThrottlingException, 0],
2747
- [() => AccessDeniedException, 0],
2748
- [() => ConflictException, 0],
2749
- [() => DependencyFailedException, 0],
2750
- [() => BadGatewayException, 0],
2751
- [() => ModelNotReadyException, 0],
2752
- [() => FilePart, 0],
2747
+ [() => PayloadPart$, 0],
2748
+ [() => TracePart$, 0],
2749
+ [() => ReturnControlPayload$, 0],
2750
+ [() => InternalServerException$, 0],
2751
+ [() => ValidationException$, 0],
2752
+ [() => ResourceNotFoundException$, 0],
2753
+ [() => ServiceQuotaExceededException$, 0],
2754
+ [() => ThrottlingException$, 0],
2755
+ [() => AccessDeniedException$, 0],
2756
+ [() => ConflictException$, 0],
2757
+ [() => DependencyFailedException$, 0],
2758
+ [() => BadGatewayException$, 0],
2759
+ [() => ModelNotReadyException$, 0],
2760
+ [() => FilePart$, 0],
2753
2761
  ],
2754
2762
  ];
2755
- export var RetrievalFilter = [
2763
+ export var RetrievalFilter$ = [
2756
2764
  3,
2757
2765
  n0,
2758
2766
  _RF,
2759
2767
  8,
2760
2768
  [_eq, _nE, _gT, _gTOE, _lT, _lTOE, _in_, _nI, _sW, _lC, _sCtr, _aA, _oAr],
2761
2769
  [
2762
- () => FilterAttribute,
2763
- () => FilterAttribute,
2764
- () => FilterAttribute,
2765
- () => FilterAttribute,
2766
- () => FilterAttribute,
2767
- () => FilterAttribute,
2768
- () => FilterAttribute,
2769
- () => FilterAttribute,
2770
- () => FilterAttribute,
2771
- () => FilterAttribute,
2772
- () => FilterAttribute,
2770
+ () => FilterAttribute$,
2771
+ () => FilterAttribute$,
2772
+ () => FilterAttribute$,
2773
+ () => FilterAttribute$,
2774
+ () => FilterAttribute$,
2775
+ () => FilterAttribute$,
2776
+ () => FilterAttribute$,
2777
+ () => FilterAttribute$,
2778
+ () => FilterAttribute$,
2779
+ () => FilterAttribute$,
2780
+ () => FilterAttribute$,
2773
2781
  [() => RetrievalFilterList, 0],
2774
2782
  [() => RetrievalFilterList, 0],
2775
2783
  ],
2776
2784
  ];
2777
- export var RetrieveAndGenerateStreamResponseOutput = [
2785
+ export var RetrieveAndGenerateStreamResponseOutput$ = [
2778
2786
  3,
2779
2787
  n0,
2780
2788
  _RAGSRO,
2781
2789
  { [_stre]: 1 },
2782
2790
  [_o, _cit, _g, _iSE, _vE, _rNFE, _sQEE, _tEh, _aDE, _cE, _dFE, _bGE],
2783
2791
  [
2784
- [() => RetrieveAndGenerateOutputEvent, 0],
2785
- [() => CitationEvent, 0],
2786
- () => GuardrailEvent,
2787
- [() => InternalServerException, 0],
2788
- [() => ValidationException, 0],
2789
- [() => ResourceNotFoundException, 0],
2790
- [() => ServiceQuotaExceededException, 0],
2791
- [() => ThrottlingException, 0],
2792
- [() => AccessDeniedException, 0],
2793
- [() => ConflictException, 0],
2794
- [() => DependencyFailedException, 0],
2795
- [() => BadGatewayException, 0],
2792
+ [() => RetrieveAndGenerateOutputEvent$, 0],
2793
+ [() => CitationEvent$, 0],
2794
+ () => GuardrailEvent$,
2795
+ [() => InternalServerException$, 0],
2796
+ [() => ValidationException$, 0],
2797
+ [() => ResourceNotFoundException$, 0],
2798
+ [() => ServiceQuotaExceededException$, 0],
2799
+ [() => ThrottlingException$, 0],
2800
+ [() => AccessDeniedException$, 0],
2801
+ [() => ConflictException$, 0],
2802
+ [() => DependencyFailedException$, 0],
2803
+ [() => BadGatewayException$, 0],
2796
2804
  ],
2797
2805
  ];
2798
- export var RoutingClassifierTrace = [
2806
+ export var RoutingClassifierTrace$ = [
2799
2807
  3,
2800
2808
  n0,
2801
2809
  _RCT,
2802
2810
  8,
2803
2811
  [_iInvo, _ob, _mII, _mIO],
2804
2812
  [
2805
- [() => InvocationInput, 0],
2806
- [() => Observation, 0],
2807
- [() => ModelInvocationInput, 0],
2808
- [() => RoutingClassifierModelInvocationOutput, 0],
2813
+ [() => InvocationInput$, 0],
2814
+ [() => Observation$, 0],
2815
+ [() => ModelInvocationInput$, 0],
2816
+ [() => RoutingClassifierModelInvocationOutput$, 0],
2809
2817
  ],
2810
2818
  ];
2811
- export var Trace = [
2819
+ export var Trace$ = [
2812
2820
  3,
2813
2821
  n0,
2814
2822
  _T,
2815
2823
  8,
2816
2824
  [_gTu, _pPT, _oTr, _pPTo, _rCT, _fT, _cOT],
2817
2825
  [
2818
- [() => GuardrailTrace, 0],
2819
- [() => PreProcessingTrace, 0],
2820
- [() => OrchestrationTrace, 0],
2821
- [() => PostProcessingTrace, 0],
2822
- [() => RoutingClassifierTrace, 0],
2823
- [() => FailureTrace, 0],
2824
- [() => CustomOrchestrationTrace, 0],
2826
+ [() => GuardrailTrace$, 0],
2827
+ [() => PreProcessingTrace$, 0],
2828
+ [() => OrchestrationTrace$, 0],
2829
+ [() => PostProcessingTrace$, 0],
2830
+ [() => RoutingClassifierTrace$, 0],
2831
+ [() => FailureTrace$, 0],
2832
+ [() => CustomOrchestrationTrace$, 0],
2825
2833
  ],
2826
2834
  ];
2827
- export var TraceElements = [3, n0, _TEr, 8, [_aT], [[() => AgentTraces, 0]]];
2828
- export var CreateInvocation = [
2835
+ export var TraceElements$ = [3, n0, _TEr, 8, [_aT], [[() => AgentTraces, 0]]];
2836
+ export var CreateInvocation$ = [
2829
2837
  9,
2830
2838
  n0,
2831
2839
  _CIr,
2832
2840
  { [_h]: ["PUT", "/sessions/{sessionIdentifier}/invocations/", 201] },
2833
- () => CreateInvocationRequest,
2834
- () => CreateInvocationResponse,
2841
+ () => CreateInvocationRequest$,
2842
+ () => CreateInvocationResponse$,
2835
2843
  ];
2836
- export var CreateSession = [
2844
+ export var CreateSession$ = [
2837
2845
  9,
2838
2846
  n0,
2839
2847
  _CS,
2840
2848
  { [_h]: ["PUT", "/sessions/", 201] },
2841
- () => CreateSessionRequest,
2842
- () => CreateSessionResponse,
2849
+ () => CreateSessionRequest$,
2850
+ () => CreateSessionResponse$,
2843
2851
  ];
2844
- export var DeleteAgentMemory = [
2852
+ export var DeleteAgentMemory$ = [
2845
2853
  9,
2846
2854
  n0,
2847
2855
  _DAM,
2848
2856
  { [_h]: ["DELETE", "/agents/{agentId}/agentAliases/{agentAliasId}/memories", 202] },
2849
- () => DeleteAgentMemoryRequest,
2850
- () => DeleteAgentMemoryResponse,
2857
+ () => DeleteAgentMemoryRequest$,
2858
+ () => DeleteAgentMemoryResponse$,
2851
2859
  ];
2852
- export var DeleteSession = [
2860
+ export var DeleteSession$ = [
2853
2861
  9,
2854
2862
  n0,
2855
2863
  _DS,
2856
2864
  { [_h]: ["DELETE", "/sessions/{sessionIdentifier}/", 200] },
2857
- () => DeleteSessionRequest,
2858
- () => DeleteSessionResponse,
2865
+ () => DeleteSessionRequest$,
2866
+ () => DeleteSessionResponse$,
2859
2867
  ];
2860
- export var EndSession = [
2868
+ export var EndSession$ = [
2861
2869
  9,
2862
2870
  n0,
2863
2871
  _ESn,
2864
2872
  { [_h]: ["PATCH", "/sessions/{sessionIdentifier}", 200] },
2865
- () => EndSessionRequest,
2866
- () => EndSessionResponse,
2873
+ () => EndSessionRequest$,
2874
+ () => EndSessionResponse$,
2867
2875
  ];
2868
- export var GenerateQuery = [
2876
+ export var GenerateQuery$ = [
2869
2877
  9,
2870
2878
  n0,
2871
2879
  _GQen,
2872
2880
  { [_h]: ["POST", "/generateQuery", 200] },
2873
- () => GenerateQueryRequest,
2874
- () => GenerateQueryResponse,
2881
+ () => GenerateQueryRequest$,
2882
+ () => GenerateQueryResponse$,
2875
2883
  ];
2876
- export var GetAgentMemory = [
2884
+ export var GetAgentMemory$ = [
2877
2885
  9,
2878
2886
  n0,
2879
2887
  _GAM,
2880
2888
  { [_h]: ["GET", "/agents/{agentId}/agentAliases/{agentAliasId}/memories", 200] },
2881
- () => GetAgentMemoryRequest,
2882
- () => GetAgentMemoryResponse,
2889
+ () => GetAgentMemoryRequest$,
2890
+ () => GetAgentMemoryResponse$,
2883
2891
  ];
2884
- export var GetExecutionFlowSnapshot = [
2892
+ export var GetExecutionFlowSnapshot$ = [
2885
2893
  9,
2886
2894
  n0,
2887
2895
  _GEFS,
@@ -2892,194 +2900,194 @@ export var GetExecutionFlowSnapshot = [
2892
2900
  200,
2893
2901
  ],
2894
2902
  },
2895
- () => GetExecutionFlowSnapshotRequest,
2896
- () => GetExecutionFlowSnapshotResponse,
2903
+ () => GetExecutionFlowSnapshotRequest$,
2904
+ () => GetExecutionFlowSnapshotResponse$,
2897
2905
  ];
2898
- export var GetFlowExecution = [
2906
+ export var GetFlowExecution$ = [
2899
2907
  9,
2900
2908
  n0,
2901
2909
  _GFE,
2902
2910
  { [_h]: ["GET", "/flows/{flowIdentifier}/aliases/{flowAliasIdentifier}/executions/{executionIdentifier}", 200] },
2903
- () => GetFlowExecutionRequest,
2904
- () => GetFlowExecutionResponse,
2911
+ () => GetFlowExecutionRequest$,
2912
+ () => GetFlowExecutionResponse$,
2905
2913
  ];
2906
- export var GetInvocationStep = [
2914
+ export var GetInvocationStep$ = [
2907
2915
  9,
2908
2916
  n0,
2909
2917
  _GIS,
2910
2918
  { [_h]: ["POST", "/sessions/{sessionIdentifier}/invocationSteps/{invocationStepId}", 200] },
2911
- () => GetInvocationStepRequest,
2912
- () => GetInvocationStepResponse,
2919
+ () => GetInvocationStepRequest$,
2920
+ () => GetInvocationStepResponse$,
2913
2921
  ];
2914
- export var GetSession = [
2922
+ export var GetSession$ = [
2915
2923
  9,
2916
2924
  n0,
2917
2925
  _GS,
2918
2926
  { [_h]: ["GET", "/sessions/{sessionIdentifier}/", 200] },
2919
- () => GetSessionRequest,
2920
- () => GetSessionResponse,
2927
+ () => GetSessionRequest$,
2928
+ () => GetSessionResponse$,
2921
2929
  ];
2922
- export var InvokeAgent = [
2930
+ export var InvokeAgent$ = [
2923
2931
  9,
2924
2932
  n0,
2925
2933
  _IA,
2926
2934
  { [_h]: ["POST", "/agents/{agentId}/agentAliases/{agentAliasId}/sessions/{sessionId}/text", 200] },
2927
- () => InvokeAgentRequest,
2928
- () => InvokeAgentResponse,
2935
+ () => InvokeAgentRequest$,
2936
+ () => InvokeAgentResponse$,
2929
2937
  ];
2930
- export var InvokeFlow = [
2938
+ export var InvokeFlow$ = [
2931
2939
  9,
2932
2940
  n0,
2933
2941
  _IFnv,
2934
2942
  { [_h]: ["POST", "/flows/{flowIdentifier}/aliases/{flowAliasIdentifier}", 200] },
2935
- () => InvokeFlowRequest,
2936
- () => InvokeFlowResponse,
2943
+ () => InvokeFlowRequest$,
2944
+ () => InvokeFlowResponse$,
2937
2945
  ];
2938
- export var InvokeInlineAgent = [
2946
+ export var InvokeInlineAgent$ = [
2939
2947
  9,
2940
2948
  n0,
2941
2949
  _IIA,
2942
2950
  { [_h]: ["POST", "/agents/{sessionId}", 200] },
2943
- () => InvokeInlineAgentRequest,
2944
- () => InvokeInlineAgentResponse,
2951
+ () => InvokeInlineAgentRequest$,
2952
+ () => InvokeInlineAgentResponse$,
2945
2953
  ];
2946
- export var ListFlowExecutionEvents = [
2954
+ export var ListFlowExecutionEvents$ = [
2947
2955
  9,
2948
2956
  n0,
2949
2957
  _LFEE,
2950
2958
  {
2951
2959
  [_h]: ["GET", "/flows/{flowIdentifier}/aliases/{flowAliasIdentifier}/executions/{executionIdentifier}/events", 200],
2952
2960
  },
2953
- () => ListFlowExecutionEventsRequest,
2954
- () => ListFlowExecutionEventsResponse,
2961
+ () => ListFlowExecutionEventsRequest$,
2962
+ () => ListFlowExecutionEventsResponse$,
2955
2963
  ];
2956
- export var ListFlowExecutions = [
2964
+ export var ListFlowExecutions$ = [
2957
2965
  9,
2958
2966
  n0,
2959
2967
  _LFE,
2960
2968
  { [_h]: ["GET", "/flows/{flowIdentifier}/executions", 200] },
2961
- () => ListFlowExecutionsRequest,
2962
- () => ListFlowExecutionsResponse,
2969
+ () => ListFlowExecutionsRequest$,
2970
+ () => ListFlowExecutionsResponse$,
2963
2971
  ];
2964
- export var ListInvocations = [
2972
+ export var ListInvocations$ = [
2965
2973
  9,
2966
2974
  n0,
2967
2975
  _LI,
2968
2976
  { [_h]: ["POST", "/sessions/{sessionIdentifier}/invocations/", 200] },
2969
- () => ListInvocationsRequest,
2970
- () => ListInvocationsResponse,
2977
+ () => ListInvocationsRequest$,
2978
+ () => ListInvocationsResponse$,
2971
2979
  ];
2972
- export var ListInvocationSteps = [
2980
+ export var ListInvocationSteps$ = [
2973
2981
  9,
2974
2982
  n0,
2975
2983
  _LIS,
2976
2984
  { [_h]: ["POST", "/sessions/{sessionIdentifier}/invocationSteps/", 200] },
2977
- () => ListInvocationStepsRequest,
2978
- () => ListInvocationStepsResponse,
2985
+ () => ListInvocationStepsRequest$,
2986
+ () => ListInvocationStepsResponse$,
2979
2987
  ];
2980
- export var ListSessions = [
2988
+ export var ListSessions$ = [
2981
2989
  9,
2982
2990
  n0,
2983
2991
  _LS,
2984
2992
  { [_h]: ["POST", "/sessions/", 200] },
2985
- () => ListSessionsRequest,
2986
- () => ListSessionsResponse,
2993
+ () => ListSessionsRequest$,
2994
+ () => ListSessionsResponse$,
2987
2995
  ];
2988
- export var ListTagsForResource = [
2996
+ export var ListTagsForResource$ = [
2989
2997
  9,
2990
2998
  n0,
2991
2999
  _LTFR,
2992
3000
  { [_h]: ["GET", "/tags/{resourceArn}", 200] },
2993
- () => ListTagsForResourceRequest,
2994
- () => ListTagsForResourceResponse,
3001
+ () => ListTagsForResourceRequest$,
3002
+ () => ListTagsForResourceResponse$,
2995
3003
  ];
2996
- export var OptimizePrompt = [
3004
+ export var OptimizePrompt$ = [
2997
3005
  9,
2998
3006
  n0,
2999
3007
  _OPp,
3000
3008
  { [_h]: ["POST", "/optimize-prompt", 200] },
3001
- () => OptimizePromptRequest,
3002
- () => OptimizePromptResponse,
3009
+ () => OptimizePromptRequest$,
3010
+ () => OptimizePromptResponse$,
3003
3011
  ];
3004
- export var PutInvocationStep = [
3012
+ export var PutInvocationStep$ = [
3005
3013
  9,
3006
3014
  n0,
3007
3015
  _PIS,
3008
3016
  { [_h]: ["PUT", "/sessions/{sessionIdentifier}/invocationSteps/", 201] },
3009
- () => PutInvocationStepRequest,
3010
- () => PutInvocationStepResponse,
3017
+ () => PutInvocationStepRequest$,
3018
+ () => PutInvocationStepResponse$,
3011
3019
  ];
3012
- export var Rerank = [
3020
+ export var Rerank$ = [
3013
3021
  9,
3014
3022
  n0,
3015
3023
  _Re,
3016
3024
  { [_h]: ["POST", "/rerank", 200] },
3017
- () => RerankRequest,
3018
- () => RerankResponse,
3025
+ () => RerankRequest$,
3026
+ () => RerankResponse$,
3019
3027
  ];
3020
- export var Retrieve = [
3028
+ export var Retrieve$ = [
3021
3029
  9,
3022
3030
  n0,
3023
3031
  _Ret,
3024
3032
  { [_h]: ["POST", "/knowledgebases/{knowledgeBaseId}/retrieve", 200] },
3025
- () => RetrieveRequest,
3026
- () => RetrieveResponse,
3033
+ () => RetrieveRequest$,
3034
+ () => RetrieveResponse$,
3027
3035
  ];
3028
- export var RetrieveAndGenerate = [
3036
+ export var RetrieveAndGenerate$ = [
3029
3037
  9,
3030
3038
  n0,
3031
3039
  _RAG,
3032
3040
  { [_h]: ["POST", "/retrieveAndGenerate", 200] },
3033
- () => RetrieveAndGenerateRequest,
3034
- () => RetrieveAndGenerateResponse,
3041
+ () => RetrieveAndGenerateRequest$,
3042
+ () => RetrieveAndGenerateResponse$,
3035
3043
  ];
3036
- export var RetrieveAndGenerateStream = [
3044
+ export var RetrieveAndGenerateStream$ = [
3037
3045
  9,
3038
3046
  n0,
3039
3047
  _RAGS,
3040
3048
  { [_h]: ["POST", "/retrieveAndGenerateStream", 200] },
3041
- () => RetrieveAndGenerateStreamRequest,
3042
- () => RetrieveAndGenerateStreamResponse,
3049
+ () => RetrieveAndGenerateStreamRequest$,
3050
+ () => RetrieveAndGenerateStreamResponse$,
3043
3051
  ];
3044
- export var StartFlowExecution = [
3052
+ export var StartFlowExecution$ = [
3045
3053
  9,
3046
3054
  n0,
3047
3055
  _SFE,
3048
3056
  { [_h]: ["POST", "/flows/{flowIdentifier}/aliases/{flowAliasIdentifier}/executions", 200] },
3049
- () => StartFlowExecutionRequest,
3050
- () => StartFlowExecutionResponse,
3057
+ () => StartFlowExecutionRequest$,
3058
+ () => StartFlowExecutionResponse$,
3051
3059
  ];
3052
- export var StopFlowExecution = [
3060
+ export var StopFlowExecution$ = [
3053
3061
  9,
3054
3062
  n0,
3055
3063
  _SFEt,
3056
3064
  {
3057
3065
  [_h]: ["POST", "/flows/{flowIdentifier}/aliases/{flowAliasIdentifier}/executions/{executionIdentifier}/stop", 200],
3058
3066
  },
3059
- () => StopFlowExecutionRequest,
3060
- () => StopFlowExecutionResponse,
3067
+ () => StopFlowExecutionRequest$,
3068
+ () => StopFlowExecutionResponse$,
3061
3069
  ];
3062
- export var TagResource = [
3070
+ export var TagResource$ = [
3063
3071
  9,
3064
3072
  n0,
3065
3073
  _TR,
3066
3074
  { [_h]: ["POST", "/tags/{resourceArn}", 200] },
3067
- () => TagResourceRequest,
3068
- () => TagResourceResponse,
3075
+ () => TagResourceRequest$,
3076
+ () => TagResourceResponse$,
3069
3077
  ];
3070
- export var UntagResource = [
3078
+ export var UntagResource$ = [
3071
3079
  9,
3072
3080
  n0,
3073
3081
  _UR,
3074
3082
  { [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
3075
- () => UntagResourceRequest,
3076
- () => UntagResourceResponse,
3083
+ () => UntagResourceRequest$,
3084
+ () => UntagResourceResponse$,
3077
3085
  ];
3078
- export var UpdateSession = [
3086
+ export var UpdateSession$ = [
3079
3087
  9,
3080
3088
  n0,
3081
3089
  _US,
3082
3090
  { [_h]: ["PUT", "/sessions/{sessionIdentifier}/", 200] },
3083
- () => UpdateSessionRequest,
3084
- () => UpdateSessionResponse,
3091
+ () => UpdateSessionRequest$,
3092
+ () => UpdateSessionResponse$,
3085
3093
  ];