@aws-sdk/client-bedrock-agent-runtime 3.928.0 → 3.930.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 (58) hide show
  1. package/dist-cjs/index.js +3454 -5248
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/BedrockAgentRuntimeClient.js +2 -0
  4. package/dist-es/commands/CreateInvocationCommand.js +3 -9
  5. package/dist-es/commands/CreateSessionCommand.js +3 -9
  6. package/dist-es/commands/DeleteAgentMemoryCommand.js +3 -9
  7. package/dist-es/commands/DeleteSessionCommand.js +3 -9
  8. package/dist-es/commands/EndSessionCommand.js +3 -9
  9. package/dist-es/commands/GenerateQueryCommand.js +3 -10
  10. package/dist-es/commands/GetAgentMemoryCommand.js +3 -9
  11. package/dist-es/commands/GetExecutionFlowSnapshotCommand.js +3 -9
  12. package/dist-es/commands/GetFlowExecutionCommand.js +3 -9
  13. package/dist-es/commands/GetInvocationStepCommand.js +3 -10
  14. package/dist-es/commands/GetSessionCommand.js +3 -9
  15. package/dist-es/commands/InvokeAgentCommand.js +3 -11
  16. package/dist-es/commands/InvokeFlowCommand.js +3 -10
  17. package/dist-es/commands/InvokeInlineAgentCommand.js +3 -11
  18. package/dist-es/commands/ListFlowExecutionEventsCommand.js +3 -10
  19. package/dist-es/commands/ListFlowExecutionsCommand.js +3 -9
  20. package/dist-es/commands/ListInvocationStepsCommand.js +3 -9
  21. package/dist-es/commands/ListInvocationsCommand.js +3 -9
  22. package/dist-es/commands/ListSessionsCommand.js +3 -9
  23. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  24. package/dist-es/commands/OptimizePromptCommand.js +3 -10
  25. package/dist-es/commands/PutInvocationStepCommand.js +3 -10
  26. package/dist-es/commands/RerankCommand.js +3 -10
  27. package/dist-es/commands/RetrieveAndGenerateCommand.js +3 -10
  28. package/dist-es/commands/RetrieveAndGenerateStreamCommand.js +3 -10
  29. package/dist-es/commands/RetrieveCommand.js +3 -10
  30. package/dist-es/commands/StartFlowExecutionCommand.js +3 -10
  31. package/dist-es/commands/StopFlowExecutionCommand.js +3 -9
  32. package/dist-es/commands/TagResourceCommand.js +3 -9
  33. package/dist-es/commands/UntagResourceCommand.js +3 -9
  34. package/dist-es/commands/UpdateSessionCommand.js +3 -9
  35. package/dist-es/models/models_0.js +0 -1348
  36. package/dist-es/models/models_1.js +0 -352
  37. package/dist-es/runtimeConfig.shared.js +2 -0
  38. package/dist-es/schemas/schemas_0.js +3380 -0
  39. package/dist-types/BedrockAgentRuntimeClient.d.ts +10 -1
  40. package/dist-types/models/models_0.d.ts +136 -678
  41. package/dist-types/models/models_1.d.ts +20 -133
  42. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  43. package/dist-types/runtimeConfig.d.ts +1 -0
  44. package/dist-types/runtimeConfig.native.d.ts +1 -0
  45. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  46. package/dist-types/schemas/schemas_0.d.ts +445 -0
  47. package/dist-types/ts3.4/BedrockAgentRuntimeClient.d.ts +4 -0
  48. package/dist-types/ts3.4/models/models_0.d.ts +0 -468
  49. package/dist-types/ts3.4/models/models_1.d.ts +0 -100
  50. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  51. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  52. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  53. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  54. package/dist-types/ts3.4/schemas/schemas_0.d.ts +452 -0
  55. package/package.json +36 -36
  56. package/dist-es/protocols/Aws_restJson1.js +0 -3122
  57. package/dist-types/protocols/Aws_restJson1.d.ts +0 -281
  58. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -380
@@ -0,0 +1,3380 @@
1
+ const _A = "Attribution";
2
+ const _AAG = "AgentActionGroup";
3
+ const _AAGg = "AgentActionGroups";
4
+ const _ACII = "AgentCollaboratorInvocationInput";
5
+ const _ACIO = "AgentCollaboratorInvocationOutput";
6
+ const _ACIP = "AgentCollaboratorInputPayload";
7
+ const _ACM = "ApiContentMap";
8
+ const _ACOP = "AgentCollaboratorOutputPayload";
9
+ const _ACPS = "AgentCollaboratorPayloadString";
10
+ const _ADE = "AccessDeniedException";
11
+ const _AGE = "ActionGroupExecutor";
12
+ const _AGII = "ActionGroupInvocationInput";
13
+ const _AGIO = "ActionGroupInvocationOutput";
14
+ const _AGN = "ActionGroupName";
15
+ const _AGOS = "ActionGroupOutputString";
16
+ const _AII = "ApiInvocationInput";
17
+ const _AP = "ApiPath";
18
+ const _APE = "AnalyzePromptEvent";
19
+ const _APIS = "APISchema";
20
+ const _APp = "ApiParameter";
21
+ const _APpi = "ApiParameters";
22
+ const _AR = "ApiResult";
23
+ const _ARB = "ApiRequestBody";
24
+ const _AT = "AgentTraces";
25
+ const _BCB = "ByteContentBlob";
26
+ const _BCD = "ByteContentDoc";
27
+ const _BCF = "ByteContentFile";
28
+ const _BGE = "BadGatewayException";
29
+ const _BMC = "BedrockModelConfigurations";
30
+ const _BPT = "BasePromptTemplate";
31
+ const _BRC = "BedrockRerankingConfiguration";
32
+ const _BRMC = "BedrockRerankingModelConfiguration";
33
+ const _BSCB = "BedrockSessionContentBlocks";
34
+ const _BSCBe = "BedrockSessionContentBlock";
35
+ const _C = "Citation";
36
+ const _CB = "ContentBody";
37
+ const _CBo = "ContentBlocks";
38
+ const _CBon = "ContentBlock";
39
+ const _CC = "CollaboratorConfiguration";
40
+ const _CCa = "CallerChain";
41
+ const _CCo = "CollaboratorConfigurations";
42
+ const _CE = "CitationEvent";
43
+ const _CEo = "ConflictException";
44
+ const _CH = "ConversationHistory";
45
+ const _CI = "CollaborationInstruction";
46
+ const _CIII = "CodeInterpreterInvocationInput";
47
+ const _CIIO = "CodeInterpreterInvocationOutput";
48
+ const _CIR = "CreateInvocationRequest";
49
+ const _CIRr = "CreateInvocationResponse";
50
+ const _CIr = "CreateInvocation";
51
+ const _CM = "ContentMap";
52
+ const _CO = "CustomOrchestration";
53
+ const _COT = "CustomOrchestrationTrace";
54
+ const _COTE = "CustomOrchestrationTraceEvent";
55
+ const _CRE = "ConditionResultEvent";
56
+ const _CS = "CreateSession";
57
+ const _CSR = "CreateSessionRequest";
58
+ const _CSRr = "CreateSessionResponse";
59
+ const _Ca = "Caller";
60
+ const _Ci = "Citations";
61
+ const _Co = "Collaborator";
62
+ const _Col = "Collaborators";
63
+ const _DAM = "DeleteAgentMemory";
64
+ const _DAMR = "DeleteAgentMemoryRequest";
65
+ const _DAMRe = "DeleteAgentMemoryResponse";
66
+ const _DFE = "DependencyFailedException";
67
+ const _DS = "DeleteSession";
68
+ const _DSR = "DeleteSessionRequest";
69
+ const _DSRe = "DeleteSessionResponse";
70
+ const _ES = "ExternalSource";
71
+ const _ESGC = "ExternalSourcesGenerationConfiguration";
72
+ const _ESR = "EndSessionRequest";
73
+ const _ESRAGC = "ExternalSourcesRetrieveAndGenerateConfiguration";
74
+ const _ESRn = "EndSessionResponse";
75
+ const _ESn = "EndSession";
76
+ const _ESx = "ExternalSources";
77
+ const _F = "Function";
78
+ const _FA = "FilterAttribute";
79
+ const _FB = "FileBody";
80
+ const _FCE = "FlowCompletionEvent";
81
+ const _FD = "FunctionDefinition";
82
+ const _FEC = "FlowExecutionContent";
83
+ const _FEE = "FlowExecutionError";
84
+ const _FEEl = "FlowExecutionErrors";
85
+ const _FEElo = "FlowExecutionEvents";
86
+ const _FEElow = "FlowExecutionEvent";
87
+ const _FEIE = "FlowExecutionInputEvent";
88
+ const _FEOE = "FlowExecutionOutputEvent";
89
+ const _FES = "FlowExecutionSummary";
90
+ const _FESl = "FlowExecutionSummaries";
91
+ const _FFE = "FlowFailureEvent";
92
+ const _FFR = "FieldForReranking";
93
+ const _FFRi = "FieldsForReranking";
94
+ const _FI = "FlowInput";
95
+ const _FIC = "FlowInputContent";
96
+ const _FIF = "FlowInputField";
97
+ const _FIFl = "FlowInputFields";
98
+ const _FII = "FunctionInvocationInput";
99
+ const _FIl = "FlowInputs";
100
+ const _FMTIC = "FlowMultiTurnInputContent";
101
+ const _FMTIRE = "FlowMultiTurnInputRequestEvent";
102
+ const _FNIE = "FlowNodeInputExpression";
103
+ const _FOC = "FlowOutputContent";
104
+ const _FOE = "FlowOutputEvent";
105
+ const _FOF = "FlowOutputField";
106
+ const _FOFl = "FlowOutputFields";
107
+ const _FP = "FilePart";
108
+ const _FPu = "FunctionParameter";
109
+ const _FPun = "FunctionParameters";
110
+ const _FR = "FinalResponse";
111
+ const _FRS = "FailureReasonString";
112
+ const _FRSi = "FinalResponseString";
113
+ const _FRSl = "FlowResponseStream";
114
+ const _FRu = "FunctionResult";
115
+ const _FS = "FileSource";
116
+ const _FSu = "FunctionSchema";
117
+ const _FT = "FailureTrace";
118
+ const _FTC = "FlowTraceCondition";
119
+ const _FTCNRE = "FlowTraceConditionNodeResultEvent";
120
+ const _FTCl = "FlowTraceConditions";
121
+ const _FTDE = "FlowTraceDependencyEvent";
122
+ const _FTE = "FlowTraceEvent";
123
+ const _FTNAE = "FlowTraceNodeActionEvent";
124
+ const _FTNIC = "FlowTraceNodeInputContent";
125
+ const _FTNIE = "FlowTraceNodeInputEvent";
126
+ const _FTNIEC = "FlowTraceNodeInputExecutionChain";
127
+ const _FTNIECI = "FlowTraceNodeInputExecutionChainItem";
128
+ const _FTNIF = "FlowTraceNodeInputField";
129
+ const _FTNIFl = "FlowTraceNodeInputFields";
130
+ const _FTNIS = "FlowTraceNodeInputSource";
131
+ const _FTNOC = "FlowTraceNodeOutputContent";
132
+ const _FTNOE = "FlowTraceNodeOutputEvent";
133
+ const _FTNOF = "FlowTraceNodeOutputField";
134
+ const _FTNOFl = "FlowTraceNodeOutputFields";
135
+ const _FTNON = "FlowTraceNodeOutputNext";
136
+ const _FTNONL = "FlowTraceNodeOutputNextList";
137
+ const _FTl = "FlowTrace";
138
+ const _Fu = "Functions";
139
+ const _GA = "GuardrailAssessment";
140
+ const _GAL = "GuardrailAssessmentList";
141
+ const _GAM = "GetAgentMemory";
142
+ const _GAMR = "GetAgentMemoryRequest";
143
+ const _GAMRe = "GetAgentMemoryResponse";
144
+ const _GC = "GenerationConfiguration";
145
+ const _GCF = "GuardrailContentFilter";
146
+ const _GCFL = "GuardrailContentFilterList";
147
+ const _GCPA = "GuardrailContentPolicyAssessment";
148
+ const _GCW = "GuardrailCustomWord";
149
+ const _GCWA = "GuardrailConfigurationWithArn";
150
+ const _GCWL = "GuardrailCustomWordList";
151
+ const _GCu = "GuardrailConfiguration";
152
+ const _GE = "GuardrailEvent";
153
+ const _GEFS = "GetExecutionFlowSnapshot";
154
+ const _GEFSR = "GetExecutionFlowSnapshotRequest";
155
+ const _GEFSRe = "GetExecutionFlowSnapshotResponse";
156
+ const _GFE = "GetFlowExecution";
157
+ const _GFER = "GetFlowExecutionRequest";
158
+ const _GFERe = "GetFlowExecutionResponse";
159
+ const _GIS = "GetInvocationStep";
160
+ const _GISR = "GetInvocationStepRequest";
161
+ const _GISRe = "GetInvocationStepResponse";
162
+ const _GMW = "GuardrailManagedWord";
163
+ const _GMWL = "GuardrailManagedWordList";
164
+ const _GPEF = "GuardrailPiiEntityFilter";
165
+ const _GPEFL = "GuardrailPiiEntityFilterList";
166
+ const _GQ = "GeneratedQuery";
167
+ const _GQR = "GenerateQueryRequest";
168
+ const _GQRe = "GenerateQueryResponse";
169
+ const _GQe = "GeneratedQueries";
170
+ const _GQen = "GenerateQuery";
171
+ const _GRF = "GuardrailRegexFilter";
172
+ const _GRFL = "GuardrailRegexFilterList";
173
+ const _GRP = "GeneratedResponsePart";
174
+ const _GS = "GetSession";
175
+ const _GSIPA = "GuardrailSensitiveInformationPolicyAssessment";
176
+ const _GSR = "GetSessionRequest";
177
+ const _GSRe = "GetSessionResponse";
178
+ const _GT = "GuardrailTopic";
179
+ const _GTL = "GuardrailTopicList";
180
+ const _GTPA = "GuardrailTopicPolicyAssessment";
181
+ const _GTu = "GuardrailTrace";
182
+ const _GWPA = "GuardrailWordPolicyAssessment";
183
+ const _I = "Identifier";
184
+ const _IA = "InvokeAgent";
185
+ const _IAFP = "InlineAgentFilePart";
186
+ const _IAPP = "InlineAgentPayloadPart";
187
+ const _IAR = "InvokeAgentRequest";
188
+ const _IARCP = "InlineAgentReturnControlPayload";
189
+ const _IARS = "InlineAgentResponseStream";
190
+ const _IARn = "InvokeAgentResponse";
191
+ const _IATP = "InlineAgentTracePart";
192
+ const _IB = "ImageBlock";
193
+ const _IBMC = "InlineBedrockModelConfigurations";
194
+ const _IC = "InferenceConfig";
195
+ const _ICn = "InferenceConfiguration";
196
+ const _IF = "InputFile";
197
+ const _IFC = "ImplicitFilterConfiguration";
198
+ const _IFR = "InvokeFlowRequest";
199
+ const _IFRn = "InvokeFlowResponse";
200
+ const _IFn = "InputFiles";
201
+ const _IFnv = "InvokeFlow";
202
+ const _II = "ImageInput";
203
+ const _IIA = "InvokeInlineAgent";
204
+ const _IIAR = "InvokeInlineAgentRequest";
205
+ const _IIARn = "InvokeInlineAgentResponse";
206
+ const _IIM = "InvocationInputMember";
207
+ const _IIS = "ImageInputSource";
208
+ const _IIm = "ImageInputs";
209
+ const _IIn = "InvocationInput";
210
+ const _IInv = "InvocationInputs";
211
+ const _IP = "InputPrompt";
212
+ const _IRM = "InvocationResultMember";
213
+ const _IS = "InvocationStep";
214
+ const _ISE = "InternalServerException";
215
+ const _ISP = "InvocationStepPayload";
216
+ const _ISS = "InlineSessionState";
217
+ const _ISSn = "InvocationStepSummary";
218
+ const _ISSnv = "InvocationStepSummaries";
219
+ const _ISm = "ImageSource";
220
+ const _ISn = "InvocationSummary";
221
+ const _ISnv = "InvocationSummaries";
222
+ const _IT = "InputText";
223
+ const _In = "Instruction";
224
+ const _KB = "KnowledgeBase";
225
+ const _KBC = "KnowledgeBaseConfiguration";
226
+ const _KBCn = "KnowledgeBaseConfigurations";
227
+ const _KBLI = "KnowledgeBaseLookupInput";
228
+ const _KBLIS = "KnowledgeBaseLookupInputString";
229
+ const _KBLO = "KnowledgeBaseLookupOutput";
230
+ const _KBQ = "KnowledgeBaseQuery";
231
+ const _KBRAGC = "KnowledgeBaseRetrieveAndGenerateConfiguration";
232
+ const _KBRC = "KnowledgeBaseRetrievalConfiguration";
233
+ const _KBRR = "KnowledgeBaseRetrievalResult";
234
+ const _KBRRn = "KnowledgeBaseRetrievalResults";
235
+ const _KBVSC = "KnowledgeBaseVectorSearchConfiguration";
236
+ const _KBn = "KnowledgeBases";
237
+ const _LFE = "ListFlowExecutions";
238
+ const _LFEE = "ListFlowExecutionEvents";
239
+ const _LFEER = "ListFlowExecutionEventsRequest";
240
+ const _LFEERi = "ListFlowExecutionEventsResponse";
241
+ const _LFER = "ListFlowExecutionsRequest";
242
+ const _LFERi = "ListFlowExecutionsResponse";
243
+ const _LI = "ListInvocations";
244
+ const _LIR = "ListInvocationsRequest";
245
+ const _LIRi = "ListInvocationsResponse";
246
+ const _LIS = "ListInvocationSteps";
247
+ const _LISR = "ListInvocationStepsRequest";
248
+ const _LISRi = "ListInvocationStepsResponse";
249
+ const _LS = "ListSessions";
250
+ const _LSR = "ListSessionsRequest";
251
+ const _LSRi = "ListSessionsResponse";
252
+ const _LTFR = "ListTagsForResource";
253
+ const _LTFRR = "ListTagsForResourceRequest";
254
+ const _LTFRRi = "ListTagsForResourceResponse";
255
+ const _M = "Message";
256
+ const _MAS = "MetadataAttributeSchema";
257
+ const _MASL = "MetadataAttributeSchemaList";
258
+ const _MCFR = "MetadataConfigurationForReranking";
259
+ const _MII = "ModelInvocationInput";
260
+ const _MNRE = "ModelNotReadyException";
261
+ const _MPC = "ModelPerformanceConfiguration";
262
+ const _MSS = "MemorySessionSummary";
263
+ const _Me = "Metadata";
264
+ const _Mem = "Memories";
265
+ const _Memo = "Memory";
266
+ const _Mes = "Messages";
267
+ const _N = "Name";
268
+ const _NAE = "NodeActionEvent";
269
+ const _NDE = "NodeDependencyEvent";
270
+ const _NEC = "NodeExecutionContent";
271
+ const _NFE = "NodeFailureEvent";
272
+ const _NIE = "NodeInputEvent";
273
+ const _NIEC = "NodeInputExecutionChain";
274
+ const _NIECI = "NodeInputExecutionChainItem";
275
+ const _NIF = "NodeInputField";
276
+ const _NIFo = "NodeInputFields";
277
+ const _NIS = "NodeInputSource";
278
+ const _NOE = "NodeOutputEvent";
279
+ const _NOF = "NodeOutputField";
280
+ const _NOFo = "NodeOutputFields";
281
+ const _NON = "NodeOutputNext";
282
+ const _NONL = "NodeOutputNextList";
283
+ const _NTE = "NodeTraceElements";
284
+ const _O = "Observation";
285
+ const _OC = "OrchestrationConfiguration";
286
+ const _OE = "OrchestrationExecutor";
287
+ const _OF = "OutputFile";
288
+ const _OFu = "OutputFiles";
289
+ const _OMIO = "OrchestrationModelInvocationOutput";
290
+ const _OP = "OptimizedPrompt";
291
+ const _OPE = "OptimizedPromptEvent";
292
+ const _OPR = "OptimizePromptRequest";
293
+ const _OPRp = "OptimizePromptResponse";
294
+ const _OPS = "OptimizedPromptStream";
295
+ const _OPp = "OptimizePrompt";
296
+ const _OS = "OutputString";
297
+ const _OT = "OrchestrationTrace";
298
+ const _P = "Payload";
299
+ const _PB = "PartBody";
300
+ const _PC = "PerformanceConfiguration";
301
+ const _PCC = "PromptCreationConfigurations";
302
+ const _PCr = "PromptConfiguration";
303
+ const _PCro = "PromptConfigurations";
304
+ const _PD = "ParameterDetail";
305
+ const _PIS = "PutInvocationStep";
306
+ const _PISR = "PutInvocationStepRequest";
307
+ const _PISRu = "PutInvocationStepResponse";
308
+ const _PL = "ParameterList";
309
+ const _PM = "ParameterMap";
310
+ const _POC = "PromptOverrideConfiguration";
311
+ const _PP = "PayloadPart";
312
+ const _PPMIO = "PostProcessingModelInvocationOutput";
313
+ const _PPMIOr = "PreProcessingModelInvocationOutput";
314
+ const _PPPR = "PostProcessingParsedResponse";
315
+ const _PPPRr = "PreProcessingParsedResponse";
316
+ const _PPT = "PostProcessingTrace";
317
+ const _PPTr = "PreProcessingTrace";
318
+ const _PPr = "PropertyParameters";
319
+ const _PT = "PromptText";
320
+ const _PTr = "PromptTemplate";
321
+ const _Pa = "Parameter";
322
+ const _Par = "Parameters";
323
+ const _QGI = "QueryGenerationInput";
324
+ const _QTC = "QueryTransformationConfiguration";
325
+ const _R = "Rationale";
326
+ const _RAG = "RetrieveAndGenerate";
327
+ const _RAGC = "RetrieveAndGenerateConfiguration";
328
+ const _RAGI = "RetrieveAndGenerateInput";
329
+ const _RAGO = "RetrieveAndGenerateOutput";
330
+ const _RAGOE = "RetrieveAndGenerateOutputEvent";
331
+ const _RAGR = "RetrieveAndGenerateRequest";
332
+ const _RAGRe = "RetrieveAndGenerateResponse";
333
+ const _RAGS = "RetrieveAndGenerateStream";
334
+ const _RAGSC = "RetrieveAndGenerateSessionConfiguration";
335
+ const _RAGSR = "RetrieveAndGenerateStreamRequest";
336
+ const _RAGSRO = "RetrieveAndGenerateStreamResponseOutput";
337
+ const _RAGSRe = "RetrieveAndGenerateStreamResponse";
338
+ const _RB = "RequestBody";
339
+ const _RBe = "ResponseBody";
340
+ const _RC = "RerankingConfiguration";
341
+ const _RCB = "ReasoningContentBlock";
342
+ const _RCIR = "ReturnControlInvocationResults";
343
+ const _RCMIO = "RoutingClassifierModelInvocationOutput";
344
+ const _RCP = "ReturnControlPayload";
345
+ const _RCR = "ReturnControlResults";
346
+ const _RCT = "RoutingClassifierTrace";
347
+ const _RD = "ResourceDescription";
348
+ const _RDe = "RerankDocument";
349
+ const _RF = "RetrievalFilter";
350
+ const _RFL = "RetrievalFilterList";
351
+ const _RMSMC = "RerankingMetadataSelectiveModeConfiguration";
352
+ const _RN = "ResourceName";
353
+ const _RNFE = "ResourceNotFoundException";
354
+ const _RQ = "RerankQuery";
355
+ const _RQL = "RerankQueriesList";
356
+ const _RR = "RawResponse";
357
+ const _RRC = "RetrievalResultContent";
358
+ const _RRCC = "RetrievalResultContentColumn";
359
+ const _RRCDL = "RetrievalResultCustomDocumentLocation";
360
+ const _RRCL = "RetrievalResultConfluenceLocation";
361
+ const _RRCR = "RetrievalResultContentRow";
362
+ const _RRKDL = "RetrievalResultKendraDocumentLocation";
363
+ const _RRL = "RetrievalResultLocation";
364
+ const _RRLe = "RerankResultsList";
365
+ const _RRM = "RetrievalResultMetadata";
366
+ const _RRSL = "RetrievalResultS3Location";
367
+ const _RRSLe = "RetrievalResultSalesforceLocation";
368
+ const _RRSLet = "RetrievalResultSqlLocation";
369
+ const _RRSPL = "RetrievalResultSharePointLocation";
370
+ const _RRWL = "RetrievalResultWebLocation";
371
+ const _RRe = "RepromptResponse";
372
+ const _RRer = "RerankRequest";
373
+ const _RRera = "RerankResponse";
374
+ const _RReran = "RerankResult";
375
+ const _RRet = "RetrievedReference";
376
+ const _RRetr = "RetrieveRequest";
377
+ const _RRetri = "RetrieveResponse";
378
+ const _RRetrie = "RetrievedReferences";
379
+ const _RS = "RationaleString";
380
+ const _RSL = "RerankSourcesList";
381
+ const _RSe = "RerankSource";
382
+ const _RSes = "ResponseStream";
383
+ const _RTB = "ReasoningTextBlock";
384
+ const _RTD = "RerankTextDocument";
385
+ const _Re = "Rerank";
386
+ const _Ret = "Retrieve";
387
+ const _S = "Source";
388
+ const _SC = "SatisfiedCondition";
389
+ const _SCa = "SatisfiedConditions";
390
+ const _SCt = "StreamingConfigurations";
391
+ const _SFE = "StartFlowExecution";
392
+ const _SFER = "StartFlowExecutionRequest";
393
+ const _SFERt = "StartFlowExecutionResponse";
394
+ const _SFERto = "StopFlowExecutionRequest";
395
+ const _SFERtop = "StopFlowExecutionResponse";
396
+ const _SFEt = "StopFlowExecution";
397
+ const _SI = "S3Identifier";
398
+ const _SL = "S3Location";
399
+ const _SOD = "S3ObjectDoc";
400
+ const _SOF = "S3ObjectFile";
401
+ const _SQEE = "ServiceQuotaExceededException";
402
+ const _SS = "SessionState";
403
+ const _SSe = "SessionSummary";
404
+ const _SSes = "SessionSummaries";
405
+ const _Sp = "Span";
406
+ const _T = "Trace";
407
+ const _TC = "TransformationConfiguration";
408
+ const _TE = "ThrottlingException";
409
+ const _TEr = "TraceElements";
410
+ const _TIC = "TextInferenceConfig";
411
+ const _TKBI = "TraceKnowledgeBaseId";
412
+ const _TP = "TextPrompt";
413
+ const _TPT = "TextPromptTemplate";
414
+ const _TPr = "TracePart";
415
+ const _TR = "TagResource";
416
+ const _TRP = "TextResponsePart";
417
+ const _TRR = "TagResourceRequest";
418
+ const _TRRa = "TagResourceResponse";
419
+ const _TTSC = "TextToSqlConfiguration";
420
+ const _TTSKBC = "TextToSqlKnowledgeBaseConfiguration";
421
+ const _U = "Usage";
422
+ const _UR = "UntagResource";
423
+ const _URR = "UntagResourceRequest";
424
+ const _URRn = "UntagResourceResponse";
425
+ const _US = "UpdateSession";
426
+ const _USR = "UpdateSessionRequest";
427
+ const _USRp = "UpdateSessionResponse";
428
+ const _V = "Verb";
429
+ const _VE = "ValidationException";
430
+ const _VSBRC = "VectorSearchBedrockRerankingConfiguration";
431
+ const _VSBRMC = "VectorSearchBedrockRerankingModelConfiguration";
432
+ const _VSRC = "VectorSearchRerankingConfiguration";
433
+ const _a = "action";
434
+ const _aA = "andAll";
435
+ const _aAA = "agentAliasArn";
436
+ const _aAI = "agentAliasId";
437
+ const _aC = "agentCollaboration";
438
+ const _aCAA = "agentCollaboratorAliasArn";
439
+ const _aCII = "agentCollaboratorInvocationInput";
440
+ const _aCIO = "agentCollaboratorInvocationOutput";
441
+ const _aCN = "agentCollaboratorName";
442
+ const _aDE = "accessDeniedException";
443
+ const _aG = "actionGroup";
444
+ const _aGE = "actionGroupExecutor";
445
+ const _aGI = "applyGuardrailInterval";
446
+ const _aGII = "actionGroupInvocationInput";
447
+ const _aGIO = "actionGroupInvocationOutput";
448
+ const _aGN = "actionGroupName";
449
+ const _aGc = "actionGroups";
450
+ const _aI = "agentId";
451
+ const _aII = "apiInvocationInput";
452
+ const _aIT = "actionInvocationType";
453
+ const _aMRF = "additionalModelRequestFields";
454
+ const _aN = "agentName";
455
+ const _aP = "apiPath";
456
+ const _aPE = "analyzePromptEvent";
457
+ const _aR = "apiResult";
458
+ const _aS = "apiSchema";
459
+ const _aT = "agentTraces";
460
+ const _aV = "agentVersion";
461
+ const _at = "attribution";
462
+ const _b = "body";
463
+ const _bC = "byteContent";
464
+ const _bGE = "badGatewayException";
465
+ const _bMC = "bedrockModelConfigurations";
466
+ const _bPT = "basePromptTemplate";
467
+ const _bRC = "bedrockRerankingConfiguration";
468
+ const _by = "bytes";
469
+ const _c = "client";
470
+ const _cA = "createdAt";
471
+ const _cB = "contentBlocks";
472
+ const _cC = "collaboratorConfigurations";
473
+ const _cCa = "callerChain";
474
+ const _cCu = "customControl";
475
+ const _cDL = "customDocumentLocation";
476
+ const _cE = "conflictException";
477
+ const _cEKA = "customerEncryptionKeyArn";
478
+ const _cH = "conversationHistory";
479
+ const _cI = "collaboratorInstruction";
480
+ const _cIII = "codeInterpreterInvocationInput";
481
+ const _cIIO = "codeInterpreterInvocationOutput";
482
+ const _cL = "confluenceLocation";
483
+ const _cN = "collaboratorName";
484
+ const _cNRT = "conditionNodeResultTrace";
485
+ const _cNo = "conditionName";
486
+ const _cNol = "columnName";
487
+ const _cO = "customOrchestration";
488
+ const _cOT = "customOrchestrationTrace";
489
+ const _cP = "contentPolicy";
490
+ const _cR = "completionReason";
491
+ const _cRE = "conditionResultEvent";
492
+ const _cRI = "clientRequestId";
493
+ const _cS = "confirmationState";
494
+ const _cT = "contentType";
495
+ const _cV = "columnValue";
496
+ const _cW = "customWords";
497
+ const _ca = "category";
498
+ const _ch = "chunk";
499
+ const _ci = "citations";
500
+ const _cit = "citation";
501
+ const _co = "content";
502
+ const _cod = "code";
503
+ const _col = "collaborators";
504
+ const _com = "completion";
505
+ const _con = "confidence";
506
+ const _d = "description";
507
+ const _dFE = "dependencyFailedException";
508
+ const _da = "data";
509
+ const _de = "definition";
510
+ const _do = "document";
511
+ const _e = "error";
512
+ const _eA = "executionArn";
513
+ const _eAn = "endedAt";
514
+ const _eC = "errorCode";
515
+ const _eCx = "executionChain";
516
+ const _eE = "executionError";
517
+ const _eI = "executionIdentifier";
518
+ const _eIx = "executionId";
519
+ const _eKA = "encryptionKeyArn";
520
+ const _eM = "errorMessage";
521
+ const _eO = "executionOutput";
522
+ const _ePTS = "excludePreviousThinkingSteps";
523
+ const _eRA = "executionRoleArn";
524
+ const _eS = "endSession";
525
+ const _eSC = "externalSourcesConfiguration";
526
+ const _eT = "executionType";
527
+ const _eTn = "enableTrace";
528
+ const _eTnd = "endTime";
529
+ const _eTv = "eventTime";
530
+ const _eTve = "eventType";
531
+ const _eTx = "executionTimeout";
532
+ const _en = "end";
533
+ const _eq = "equals";
534
+ const _er = "errors";
535
+ const _ev = "event";
536
+ const _ex = "executor";
537
+ const _exp = "expression";
538
+ const _f = "function";
539
+ const _fAI = "flowAliasIdentifier";
540
+ const _fC = "failureCode";
541
+ const _fCE = "flowCompletionEvent";
542
+ const _fEE = "flowExecutionEvents";
543
+ const _fEN = "flowExecutionName";
544
+ const _fES = "flowExecutionSummaries";
545
+ const _fFE = "flowFailureEvent";
546
+ const _fI = "flowIdentifier";
547
+ const _fIE = "flowInputEvent";
548
+ const _fII = "functionInvocationInput";
549
+ const _fM = "foundationModel";
550
+ const _fMTIRE = "flowMultiTurnInputRequestEvent";
551
+ const _fN = "fieldName";
552
+ const _fOE = "flowOutputEvent";
553
+ const _fR = "failureReason";
554
+ const _fRi = "finalResponse";
555
+ const _fRu = "functionResult";
556
+ const _fS = "functionSchema";
557
+ const _fT = "failureTrace";
558
+ const _fTE = "flowTraceEvent";
559
+ const _fTEi = "fieldsToExclude";
560
+ const _fTI = "fieldsToInclude";
561
+ const _fV = "flowVersion";
562
+ const _fi = "files";
563
+ const _fie = "fields";
564
+ const _fil = "filters";
565
+ const _filt = "filter";
566
+ const _fo = "format";
567
+ const _fu = "functions";
568
+ const _g = "guardrail";
569
+ const _gA = "guardrailAction";
570
+ const _gC = "guardrailConfiguration";
571
+ const _gCe = "generationConfiguration";
572
+ const _gI = "guardrailId";
573
+ const _gIu = "guardrailIdentifier";
574
+ const _gRP = "generatedResponsePart";
575
+ const _gT = "greaterThan";
576
+ const _gTOE = "greaterThanOrEquals";
577
+ const _gTu = "guardrailTrace";
578
+ const _gV = "guardrailVersion";
579
+ const _h = "http";
580
+ const _hE = "httpError";
581
+ const _hH = "httpHeader";
582
+ const _hM = "httpMethod";
583
+ const _hQ = "httpQuery";
584
+ const _hSC = "httpStatusCode";
585
+ const _i = "input";
586
+ const _iA = "inputAssessments";
587
+ const _iC = "inferenceConfig";
588
+ const _iCn = "inferenceConfiguration";
589
+ const _iDS = "inlineDocumentSource";
590
+ const _iFC = "implicitFilterConfiguration";
591
+ const _iFN = "inputFieldName";
592
+ const _iI = "invocationId";
593
+ const _iIn = "invocationIdentifier";
594
+ const _iInv = "invocationInputs";
595
+ const _iInvo = "invocationInput";
596
+ const _iS = "invocationStep";
597
+ const _iSE = "internalServerException";
598
+ const _iSI = "invocationStepId";
599
+ const _iSS = "inlineSessionState";
600
+ const _iSSn = "invocationStepSummaries";
601
+ const _iST = "invocationStepTime";
602
+ const _iSTTLIS = "idleSessionTTLInSeconds";
603
+ const _iSn = "invocationSummaries";
604
+ const _iT = "invocationType";
605
+ const _iTn = "inputText";
606
+ const _iTnp = "inputTokens";
607
+ const _iV = "isValid";
608
+ const _id = "identifier";
609
+ const _id_ = "id";
610
+ const _im = "images";
611
+ const _ima = "image";
612
+ const _in = "instruction";
613
+ const _in_ = "in";
614
+ const _ind = "index";
615
+ const _inp = "inputs";
616
+ const _jD = "jsonDocument";
617
+ const _k = "key";
618
+ const _kB = "knowledgeBases";
619
+ const _kBA = "knowledgeBaseArn";
620
+ const _kBC = "knowledgeBaseConfiguration";
621
+ const _kBCn = "knowledgeBaseConfigurations";
622
+ const _kBI = "knowledgeBaseId";
623
+ const _kBLI = "knowledgeBaseLookupInput";
624
+ const _kBLO = "knowledgeBaseLookupOutput";
625
+ const _kDL = "kendraDocumentLocation";
626
+ const _kKA = "kmsKeyArn";
627
+ const _l = "location";
628
+ const _lC = "listContains";
629
+ const _lT = "lessThan";
630
+ const _lTOE = "lessThanOrEquals";
631
+ const _lUA = "lastUpdatedAt";
632
+ const _la = "latency";
633
+ const _lam = "lambda";
634
+ const _m = "message";
635
+ const _mA = "modelArn";
636
+ const _mAe = "metadataAttributes";
637
+ const _mC = "modelConfiguration";
638
+ const _mCe = "memoryContents";
639
+ const _mCet = "metadataConfiguration";
640
+ const _mI = "memoryId";
641
+ const _mII = "modelInvocationInput";
642
+ const _mIO = "modelInvocationOutput";
643
+ const _mIa = "maxItems";
644
+ const _mL = "maximumLength";
645
+ const _mNRE = "modelNotReadyException";
646
+ const _mPC = "modelPerformanceConfiguration";
647
+ const _mR = "maxResults";
648
+ const _mT = "mediaType";
649
+ const _mTa = "maxTokens";
650
+ const _mTe = "memoryType";
651
+ const _mWL = "managedWordLists";
652
+ const _ma = "match";
653
+ const _me = "metadata";
654
+ const _mes = "messages";
655
+ const _mo = "mode";
656
+ const _n = "name";
657
+ const _nAE = "nodeActionEvent";
658
+ const _nAT = "nodeActionTrace";
659
+ const _nDE = "nodeDependencyEvent";
660
+ const _nDT = "nodeDependencyTrace";
661
+ const _nE = "notEquals";
662
+ const _nFE = "nodeFailureEvent";
663
+ const _nI = "notIn";
664
+ const _nIE = "nodeInputEvent";
665
+ const _nIN = "nodeInputName";
666
+ const _nIT = "nodeInputTrace";
667
+ const _nN = "nodeName";
668
+ const _nOE = "nodeOutputEvent";
669
+ const _nON = "nodeOutputName";
670
+ const _nOR = "numberOfResults";
671
+ const _nORR = "numberOfRerankedResults";
672
+ const _nOT = "nodeOutputTrace";
673
+ const _nT = "nodeType";
674
+ const _nTe = "nextToken";
675
+ const _ne = "next";
676
+ const _o = "output";
677
+ const _oA = "outputAssessments";
678
+ const _oAr = "orAll";
679
+ const _oC = "orchestrationConfiguration";
680
+ const _oFN = "outputFieldName";
681
+ const _oL = "overrideLambda";
682
+ const _oN = "operationName";
683
+ const _oP = "optimizedPrompt";
684
+ const _oPE = "optimizedPromptEvent";
685
+ const _oR = "operationRequest";
686
+ const _oRp = "operationResponse";
687
+ const _oST = "overrideSearchType";
688
+ const _oT = "orchestrationType";
689
+ const _oTTM = "operationTotalTimeMs";
690
+ const _oTr = "orchestrationTrace";
691
+ const _oTu = "outputTokens";
692
+ const _ob = "observation";
693
+ const _p = "parameters";
694
+ const _pAGS = "parentActionGroupSignature";
695
+ const _pAGSP = "parentActionGroupSignatureParams";
696
+ const _pC = "performanceConfig";
697
+ const _pCC = "promptCreationConfigurations";
698
+ const _pCM = "promptCreationMode";
699
+ const _pCTTI = "previousConversationTurnsToInclude";
700
+ const _pCr = "promptConfigurations";
701
+ const _pE = "piiEntities";
702
+ const _pM = "parserMode";
703
+ const _pOC = "promptOverrideConfiguration";
704
+ const _pPT = "preProcessingTrace";
705
+ const _pPTo = "postProcessingTrace";
706
+ const _pR = "parsedResponse";
707
+ const _pS = "promptState";
708
+ const _pSA = "promptSessionAttributes";
709
+ const _pT = "promptTemplate";
710
+ const _pTr = "promptType";
711
+ const _pa = "payload";
712
+ const _pr = "properties";
713
+ const _q = "queries";
714
+ const _qGI = "queryGenerationInput";
715
+ const _qTC = "queryTransformationConfiguration";
716
+ const _qu = "query";
717
+ const _r = "regex";
718
+ const _rA = "resourceArn";
719
+ const _rAGC = "retrieveAndGenerateConfiguration";
720
+ const _rB = "requestBody";
721
+ const _rBe = "responseBody";
722
+ const _rC = "requireConfirmation";
723
+ const _rCH = "relayConversationHistory";
724
+ const _rCIR = "returnControlInvocationResults";
725
+ const _rCP = "returnControlPayload";
726
+ const _rCR = "returnControlResults";
727
+ const _rCT = "routingClassifierTrace";
728
+ const _rCe = "retrievalConfiguration";
729
+ const _rCea = "reasoningContent";
730
+ const _rCed = "redactedContent";
731
+ const _rCer = "rerankingConfiguration";
732
+ const _rCet = "returnControl";
733
+ const _rI = "requestId";
734
+ const _rN = "resourceName";
735
+ const _rNFE = "resourceNotFoundException";
736
+ const _rQ = "retrievalQuery";
737
+ const _rR = "retrievedReferences";
738
+ const _rRa = "rawResponse";
739
+ const _rRe = "repromptResponse";
740
+ const _rRet = "retrievalResults";
741
+ const _rS = "responseState";
742
+ const _rSe = "responseStream";
743
+ const _rSel = "relevanceScore";
744
+ const _rT = "reasoningText";
745
+ const _ra = "rationale";
746
+ const _re = "regexes";
747
+ const _rea = "reason";
748
+ const _req = "required";
749
+ const _res = "results";
750
+ const _ro = "role";
751
+ const _row = "row";
752
+ const _s = "server";
753
+ const _sA = "sessionArn";
754
+ const _sAe = "sessionAttributes";
755
+ const _sAo = "sourceArn";
756
+ const _sAt = "startedAt";
757
+ const _sBN = "s3BucketName";
758
+ const _sC = "satisfiedConditions";
759
+ const _sCe = "sessionConfiguration";
760
+ const _sCt = "streamingConfigurations";
761
+ const _sCtr = "stringContains";
762
+ const _sET = "sessionExpiryTime";
763
+ const _sFR = "streamFinalResponse";
764
+ const _sI = "sessionIdentifier";
765
+ const _sIP = "sensitiveInformationPolicy";
766
+ const _sIe = "sessionId";
767
+ const _sL = "s3Location";
768
+ const _sLa = "salesforceLocation";
769
+ const _sLq = "sqlLocation";
770
+ const _sM = "sessionMetadata";
771
+ const _sMC = "selectiveModeConfiguration";
772
+ const _sMe = "selectionMode";
773
+ const _sN = "serviceName";
774
+ const _sOK = "s3ObjectKey";
775
+ const _sPL = "sharePointLocation";
776
+ const _sQEE = "serviceQuotaExceededException";
777
+ const _sS = "sessionStatus";
778
+ const _sST = "sessionStartTime";
779
+ const _sSe = "sessionState";
780
+ const _sSes = "sessionSummaries";
781
+ const _sSess = "sessionSummary";
782
+ const _sSt = "stopSequences";
783
+ const _sT = "sourceType";
784
+ const _sTt = "startTime";
785
+ const _sTu = "summaryText";
786
+ const _sW = "startsWith";
787
+ const _s_ = "s3";
788
+ const _sc = "score";
789
+ const _si = "signature";
790
+ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.bedrockagentruntime";
791
+ const _so = "sources";
792
+ const _sou = "source";
793
+ const _sp = "span";
794
+ const _sq = "sql";
795
+ const _st = "status";
796
+ const _sta = "start";
797
+ const _str = "stream";
798
+ const _stre = "streaming";
799
+ const _t = "text";
800
+ const _tC = "transformationConfiguration";
801
+ const _tD = "textDocument";
802
+ const _tE = "traceElements";
803
+ const _tEh = "throttlingException";
804
+ const _tI = "traceId";
805
+ const _tIC = "textInferenceConfig";
806
+ const _tK = "topK";
807
+ const _tKa = "tagKeys";
808
+ const _tMI = "targetModelId";
809
+ const _tP = "topicPolicy";
810
+ const _tPT = "textPromptTemplate";
811
+ const _tPe = "textPrompt";
812
+ const _tPo = "topP";
813
+ const _tQ = "textQuery";
814
+ const _tRP = "textResponsePart";
815
+ const _tTM = "totalTimeMs";
816
+ const _tTSC = "textToSqlConfiguration";
817
+ const _ta = "tags";
818
+ const _te = "temperature";
819
+ const _ti = "timestamp";
820
+ const _to = "topics";
821
+ const _tr = "trace";
822
+ const _ty = "type";
823
+ const _u = "usage";
824
+ const _uC = "useCase";
825
+ const _ur = "url";
826
+ const _uri = "uri";
827
+ const _v = "verb";
828
+ const _vE = "validationException";
829
+ const _vSC = "vectorSearchConfiguration";
830
+ const _va = "value";
831
+ const _wL = "webLocation";
832
+ const _wP = "wordPolicy";
833
+ const _xabact = "x-amzn-bedrock-agent-content-type";
834
+ const _xabami = "x-amz-bedrock-agent-memory-id";
835
+ const _xabasi = "x-amz-bedrock-agent-session-id";
836
+ const _xabfei = "x-amz-bedrock-flow-execution-id";
837
+ const _xabkbsi = "x-amzn-bedrock-knowledge-base-session-id";
838
+ const _xasa = "x-amz-source-arn";
839
+ const n0 = "com.amazonaws.bedrockagentruntime";
840
+ import { TypeRegistry } from "@smithy/core/schema";
841
+ import { BedrockAgentRuntimeServiceException as __BedrockAgentRuntimeServiceException } from "../models/BedrockAgentRuntimeServiceException";
842
+ 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/index";
843
+ export var ActionGroupName = [0, n0, _AGN, 8, 0];
844
+ export var ActionGroupOutputString = [0, n0, _AGOS, 8, 0];
845
+ export var AgentCollaboratorPayloadString = [0, n0, _ACPS, 8, 0];
846
+ export var ApiPath = [0, n0, _AP, 8, 0];
847
+ export var BasePromptTemplate = [0, n0, _BPT, 8, 0];
848
+ export var ByteContentBlob = [0, n0, _BCB, 8, 21];
849
+ export var CollaborationInstruction = [0, n0, _CI, 8, 0];
850
+ export var FailureReasonString = [0, n0, _FRS, 8, 0];
851
+ export var FileBody = [0, n0, _FB, 8, 21];
852
+ export var FinalResponseString = [0, n0, _FRSi, 8, 0];
853
+ export var FlowNodeInputExpression = [0, n0, _FNIE, 8, 0];
854
+ export var Function = [0, n0, _F, 8, 0];
855
+ export var Identifier = [0, n0, _I, 8, 0];
856
+ export var InputText = [0, n0, _IT, 8, 0];
857
+ export var Instruction = [0, n0, _In, 8, 0];
858
+ export var KnowledgeBaseLookupInputString = [0, n0, _KBLIS, 8, 0];
859
+ export var Name = [0, n0, _N, 8, 0];
860
+ export var OutputString = [0, n0, _OS, 8, 0];
861
+ export var PartBody = [0, n0, _PB, 8, 21];
862
+ export var Payload = [0, n0, _P, 8, 0];
863
+ export var PromptText = [0, n0, _PT, 8, 0];
864
+ export var RationaleString = [0, n0, _RS, 8, 0];
865
+ export var ResourceDescription = [0, n0, _RD, 8, 0];
866
+ export var ResourceName = [0, n0, _RN, 8, 0];
867
+ export var Source = [0, n0, _S, 8, 0];
868
+ export var TextPromptTemplate = [0, n0, _TPT, 8, 0];
869
+ export var TraceKnowledgeBaseId = [0, n0, _TKBI, 8, 0];
870
+ export var Verb = [0, n0, _V, 8, 0];
871
+ export var AccessDeniedException = [
872
+ -3,
873
+ n0,
874
+ _ADE,
875
+ {
876
+ [_e]: _c,
877
+ [_hE]: 403,
878
+ },
879
+ [_m],
880
+ [0],
881
+ ];
882
+ TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
883
+ export var ActionGroupInvocationInput = [
884
+ 3,
885
+ n0,
886
+ _AGII,
887
+ 0,
888
+ [_aGN, _v, _aP, _p, _rB, _f, _eT, _iI],
889
+ [
890
+ [() => ActionGroupName, 0],
891
+ [() => Verb, 0],
892
+ [() => ApiPath, 0],
893
+ () => _Parameters,
894
+ () => RequestBody,
895
+ [() => Function, 0],
896
+ 0,
897
+ 0,
898
+ ],
899
+ ];
900
+ export var ActionGroupInvocationOutput = [
901
+ 3,
902
+ n0,
903
+ _AGIO,
904
+ 0,
905
+ [_t, _me],
906
+ [
907
+ [() => ActionGroupOutputString, 0],
908
+ [() => Metadata, 0],
909
+ ],
910
+ ];
911
+ export var AgentActionGroup = [
912
+ 3,
913
+ n0,
914
+ _AAG,
915
+ 0,
916
+ [_aGN, _d, _pAGS, _aGE, _aS, _fS, _pAGSP],
917
+ [
918
+ [() => ResourceName, 0],
919
+ [() => ResourceDescription, 0],
920
+ 0,
921
+ () => ActionGroupExecutor,
922
+ [() => APISchema, 0],
923
+ [() => FunctionSchema, 0],
924
+ 128 | 0,
925
+ ],
926
+ ];
927
+ export var AgentCollaboratorInputPayload = [
928
+ 3,
929
+ n0,
930
+ _ACIP,
931
+ 0,
932
+ [_ty, _t, _rCR],
933
+ [0, [() => AgentCollaboratorPayloadString, 0], [() => ReturnControlResults, 0]],
934
+ ];
935
+ export var AgentCollaboratorInvocationInput = [
936
+ 3,
937
+ n0,
938
+ _ACII,
939
+ 0,
940
+ [_aCN, _aCAA, _i],
941
+ [0, 0, [() => AgentCollaboratorInputPayload, 0]],
942
+ ];
943
+ export var AgentCollaboratorInvocationOutput = [
944
+ 3,
945
+ n0,
946
+ _ACIO,
947
+ 0,
948
+ [_aCN, _aCAA, _o, _me],
949
+ [0, 0, [() => AgentCollaboratorOutputPayload, 0], [() => Metadata, 0]],
950
+ ];
951
+ export var AgentCollaboratorOutputPayload = [
952
+ 3,
953
+ n0,
954
+ _ACOP,
955
+ 0,
956
+ [_ty, _t, _rCP],
957
+ [0, [() => AgentCollaboratorPayloadString, 0], [() => ReturnControlPayload, 0]],
958
+ ];
959
+ export var AnalyzePromptEvent = [3, n0, _APE, 8, [_m], [0]];
960
+ export var ApiInvocationInput = [
961
+ 3,
962
+ n0,
963
+ _AII,
964
+ 0,
965
+ [_aG, _hM, _aP, _p, _rB, _aIT, _aI, _cN],
966
+ [0, 0, [() => ApiPath, 0], () => ApiParameters, () => ApiRequestBody, 0, 0, [() => Name, 0]],
967
+ ];
968
+ export var ApiParameter = [3, n0, _APp, 0, [_n, _ty, _va], [0, 0, 0]];
969
+ export var ApiRequestBody = [3, n0, _ARB, 0, [_co], [() => ApiContentMap]];
970
+ export var ApiResult = [
971
+ 3,
972
+ n0,
973
+ _AR,
974
+ 0,
975
+ [_aG, _hM, _aP, _cS, _rS, _hSC, _rBe, _aI],
976
+ [0, 0, [() => ApiPath, 0], 0, 0, 1, () => ResponseBody, 0],
977
+ ];
978
+ export var Attribution = [3, n0, _A, 0, [_ci], [[() => Citations, 0]]];
979
+ export var BadGatewayException = [
980
+ -3,
981
+ n0,
982
+ _BGE,
983
+ {
984
+ [_e]: _s,
985
+ [_hE]: 502,
986
+ },
987
+ [_m, _rN],
988
+ [0, 0],
989
+ ];
990
+ TypeRegistry.for(n0).registerError(BadGatewayException, __BadGatewayException);
991
+ export var BedrockModelConfigurations = [
992
+ 3,
993
+ n0,
994
+ _BMC,
995
+ 0,
996
+ [_pC],
997
+ [() => PerformanceConfiguration],
998
+ ];
999
+ export var BedrockRerankingConfiguration = [
1000
+ 3,
1001
+ n0,
1002
+ _BRC,
1003
+ 0,
1004
+ [_nOR, _mC],
1005
+ [1, () => BedrockRerankingModelConfiguration],
1006
+ ];
1007
+ export var BedrockRerankingModelConfiguration = [3, n0, _BRMC, 0, [_mA, _aMRF], [0, 128 | 15]];
1008
+ export var ByteContentDoc = [
1009
+ 3,
1010
+ n0,
1011
+ _BCD,
1012
+ 0,
1013
+ [_id, _cT, _da],
1014
+ [[() => Identifier, 0], 0, [() => ByteContentBlob, 0]],
1015
+ ];
1016
+ export var ByteContentFile = [3, n0, _BCF, 0, [_mT, _da], [0, [() => ByteContentBlob, 0]]];
1017
+ export var Citation = [
1018
+ 3,
1019
+ n0,
1020
+ _C,
1021
+ 0,
1022
+ [_gRP, _rR],
1023
+ [
1024
+ [() => GeneratedResponsePart, 0],
1025
+ [() => RetrievedReferences, 0],
1026
+ ],
1027
+ ];
1028
+ export var CitationEvent = [
1029
+ 3,
1030
+ n0,
1031
+ _CE,
1032
+ 0,
1033
+ [_cit, _gRP, _rR],
1034
+ [
1035
+ [() => Citation, 0],
1036
+ [() => GeneratedResponsePart, 0],
1037
+ [() => RetrievedReferences, 0],
1038
+ ],
1039
+ ];
1040
+ export var CodeInterpreterInvocationInput = [3, n0, _CIII, 0, [_cod, _fi], [0, 64 | 0]];
1041
+ export var CodeInterpreterInvocationOutput = [
1042
+ 3,
1043
+ n0,
1044
+ _CIIO,
1045
+ 0,
1046
+ [_eO, _eE, _fi, _eTx, _me],
1047
+ [0, 0, 64 | 0, 2, [() => Metadata, 0]],
1048
+ ];
1049
+ export var Collaborator = [
1050
+ 3,
1051
+ n0,
1052
+ _Co,
1053
+ 0,
1054
+ [_cEKA, _fM, _in, _iSTTLIS, _aGc, _kB, _gC, _pOC, _aC, _cC, _aN],
1055
+ [
1056
+ 0,
1057
+ 0,
1058
+ [() => Instruction, 0],
1059
+ 1,
1060
+ [() => AgentActionGroups, 0],
1061
+ [() => KnowledgeBases, 0],
1062
+ () => GuardrailConfigurationWithArn,
1063
+ [() => PromptOverrideConfiguration, 0],
1064
+ 0,
1065
+ [() => CollaboratorConfigurations, 0],
1066
+ [() => Name, 0],
1067
+ ],
1068
+ ];
1069
+ export var CollaboratorConfiguration = [
1070
+ 3,
1071
+ n0,
1072
+ _CC,
1073
+ 0,
1074
+ [_cN, _cI, _aAA, _rCH],
1075
+ [[() => Name, 0], [() => CollaborationInstruction, 0], 0, 0],
1076
+ ];
1077
+ export var ConditionResultEvent = [
1078
+ 3,
1079
+ n0,
1080
+ _CRE,
1081
+ 8,
1082
+ [_nN, _ti, _sC],
1083
+ [0, 5, [() => SatisfiedConditions, 0]],
1084
+ ];
1085
+ export var ConflictException = [
1086
+ -3,
1087
+ n0,
1088
+ _CEo,
1089
+ {
1090
+ [_e]: _c,
1091
+ [_hE]: 409,
1092
+ },
1093
+ [_m],
1094
+ [0],
1095
+ ];
1096
+ TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
1097
+ export var ContentBody = [3, n0, _CB, 0, [_b, _im], [0, () => ImageInputs]];
1098
+ export var ConversationHistory = [3, n0, _CH, 0, [_mes], [[() => Messages, 0]]];
1099
+ export var CreateInvocationRequest = [3, n0, _CIR, 0, [_iI, _d, _sI], [0, 0, [0, 1]]];
1100
+ export var CreateInvocationResponse = [3, n0, _CIRr, 0, [_sIe, _iI, _cA], [0, 0, 5]];
1101
+ export var CreateSessionRequest = [3, n0, _CSR, 0, [_sM, _eKA, _ta], [128 | 0, 0, 128 | 0]];
1102
+ export var CreateSessionResponse = [3, n0, _CSRr, 0, [_sIe, _sA, _sS, _cA], [0, 0, 0, 5]];
1103
+ export var CustomOrchestration = [3, n0, _CO, 0, [_ex], [() => OrchestrationExecutor]];
1104
+ export var CustomOrchestrationTrace = [
1105
+ 3,
1106
+ n0,
1107
+ _COT,
1108
+ 8,
1109
+ [_tI, _ev],
1110
+ [0, [() => CustomOrchestrationTraceEvent, 0]],
1111
+ ];
1112
+ export var CustomOrchestrationTraceEvent = [3, n0, _COTE, 8, [_t], [0]];
1113
+ export var DeleteAgentMemoryRequest = [
1114
+ 3,
1115
+ n0,
1116
+ _DAMR,
1117
+ 0,
1118
+ [_aI, _aAI, _mI, _sIe],
1119
+ [
1120
+ [0, 1],
1121
+ [0, 1],
1122
+ [
1123
+ 0,
1124
+ {
1125
+ [_hQ]: _mI,
1126
+ },
1127
+ ],
1128
+ [
1129
+ 0,
1130
+ {
1131
+ [_hQ]: _sIe,
1132
+ },
1133
+ ],
1134
+ ],
1135
+ ];
1136
+ export var DeleteAgentMemoryResponse = [3, n0, _DAMRe, 0, [], []];
1137
+ export var DeleteSessionRequest = [3, n0, _DSR, 0, [_sI], [[0, 1]]];
1138
+ export var DeleteSessionResponse = [3, n0, _DSRe, 0, [], []];
1139
+ export var DependencyFailedException = [
1140
+ -3,
1141
+ n0,
1142
+ _DFE,
1143
+ {
1144
+ [_e]: _c,
1145
+ [_hE]: 424,
1146
+ },
1147
+ [_m, _rN],
1148
+ [0, 0],
1149
+ ];
1150
+ TypeRegistry.for(n0).registerError(DependencyFailedException, __DependencyFailedException);
1151
+ export var EndSessionRequest = [3, n0, _ESR, 0, [_sI], [[0, 1]]];
1152
+ export var EndSessionResponse = [3, n0, _ESRn, 0, [_sIe, _sA, _sS], [0, 0, 0]];
1153
+ export var ExternalSource = [
1154
+ 3,
1155
+ n0,
1156
+ _ES,
1157
+ 0,
1158
+ [_sT, _sL, _bC],
1159
+ [0, () => S3ObjectDoc, [() => ByteContentDoc, 0]],
1160
+ ];
1161
+ export var ExternalSourcesGenerationConfiguration = [
1162
+ 3,
1163
+ n0,
1164
+ _ESGC,
1165
+ 0,
1166
+ [_pT, _gC, _iC, _aMRF, _pC],
1167
+ [
1168
+ [() => PromptTemplate, 0],
1169
+ () => GuardrailConfiguration,
1170
+ () => InferenceConfig,
1171
+ 128 | 15,
1172
+ () => PerformanceConfiguration,
1173
+ ],
1174
+ ];
1175
+ export var ExternalSourcesRetrieveAndGenerateConfiguration = [
1176
+ 3,
1177
+ n0,
1178
+ _ESRAGC,
1179
+ 0,
1180
+ [_mA, _so, _gCe],
1181
+ [0, [() => ExternalSources, 0], [() => ExternalSourcesGenerationConfiguration, 0]],
1182
+ ];
1183
+ export var FailureTrace = [
1184
+ 3,
1185
+ n0,
1186
+ _FT,
1187
+ 8,
1188
+ [_tI, _fR, _fC, _me],
1189
+ [0, [() => FailureReasonString, 0], 1, [() => Metadata, 0]],
1190
+ ];
1191
+ export var FieldForReranking = [3, n0, _FFR, 0, [_fN], [0]];
1192
+ export var FilePart = [3, n0, _FP, 0, [_fi], [[() => OutputFiles, 0]]];
1193
+ export var FileSource = [
1194
+ 3,
1195
+ n0,
1196
+ _FS,
1197
+ 0,
1198
+ [_sT, _sL, _bC],
1199
+ [0, () => S3ObjectFile, [() => ByteContentFile, 0]],
1200
+ ];
1201
+ export var FilterAttribute = [3, n0, _FA, 0, [_k, _va], [0, 15]];
1202
+ export var FinalResponse = [
1203
+ 3,
1204
+ n0,
1205
+ _FR,
1206
+ 0,
1207
+ [_t, _me],
1208
+ [
1209
+ [() => FinalResponseString, 0],
1210
+ [() => Metadata, 0],
1211
+ ],
1212
+ ];
1213
+ export var FlowCompletionEvent = [3, n0, _FCE, 8, [_cR], [0]];
1214
+ export var FlowExecutionError = [3, n0, _FEE, 0, [_nN, _e, _m], [0, 0, 0]];
1215
+ export var FlowExecutionInputEvent = [
1216
+ 3,
1217
+ n0,
1218
+ _FEIE,
1219
+ 8,
1220
+ [_nN, _ti, _fie],
1221
+ [0, 5, [() => FlowInputFields, 0]],
1222
+ ];
1223
+ export var FlowExecutionOutputEvent = [
1224
+ 3,
1225
+ n0,
1226
+ _FEOE,
1227
+ 8,
1228
+ [_nN, _ti, _fie],
1229
+ [0, 5, [() => FlowOutputFields, 0]],
1230
+ ];
1231
+ export var FlowExecutionSummary = [
1232
+ 3,
1233
+ n0,
1234
+ _FES,
1235
+ 0,
1236
+ [_eA, _fAI, _fI, _fV, _st, _cA, _eAn],
1237
+ [0, 0, 0, 0, 0, 5, 5],
1238
+ ];
1239
+ export var FlowFailureEvent = [3, n0, _FFE, 8, [_ti, _eC, _eM], [5, 0, 0]];
1240
+ export var FlowInput = [
1241
+ 3,
1242
+ n0,
1243
+ _FI,
1244
+ 0,
1245
+ [_nN, _nON, _co, _nIN],
1246
+ [0, 0, [() => FlowInputContent, 0], 0],
1247
+ ];
1248
+ export var FlowInputField = [3, n0, _FIF, 8, [_n, _co], [0, [() => FlowExecutionContent, 0]]];
1249
+ export var FlowMultiTurnInputRequestEvent = [
1250
+ 3,
1251
+ n0,
1252
+ _FMTIRE,
1253
+ 8,
1254
+ [_nN, _nT, _co],
1255
+ [0, 0, () => FlowMultiTurnInputContent],
1256
+ ];
1257
+ export var FlowOutputEvent = [3, n0, _FOE, 8, [_nN, _nT, _co], [0, 0, () => FlowOutputContent]];
1258
+ export var FlowOutputField = [3, n0, _FOF, 8, [_n, _co], [0, [() => FlowExecutionContent, 0]]];
1259
+ export var FlowTraceCondition = [3, n0, _FTC, 8, [_cNo], [0]];
1260
+ export var FlowTraceConditionNodeResultEvent = [
1261
+ 3,
1262
+ n0,
1263
+ _FTCNRE,
1264
+ 8,
1265
+ [_nN, _ti, _sC],
1266
+ [0, 5, [() => FlowTraceConditions, 0]],
1267
+ ];
1268
+ export var FlowTraceDependencyEvent = [
1269
+ 3,
1270
+ n0,
1271
+ _FTDE,
1272
+ 8,
1273
+ [_nN, _ti, _tE],
1274
+ [0, 5, [() => TraceElements, 0]],
1275
+ ];
1276
+ export var FlowTraceEvent = [3, n0, _FTE, 0, [_tr], [[() => FlowTrace, 0]]];
1277
+ export var FlowTraceNodeActionEvent = [
1278
+ 3,
1279
+ n0,
1280
+ _FTNAE,
1281
+ 8,
1282
+ [_nN, _ti, _rI, _sN, _oN, _oR, _oRp],
1283
+ [0, 5, 0, 0, 0, 15, 15],
1284
+ ];
1285
+ export var FlowTraceNodeInputEvent = [
1286
+ 3,
1287
+ n0,
1288
+ _FTNIE,
1289
+ 8,
1290
+ [_nN, _ti, _fie],
1291
+ [0, 5, [() => FlowTraceNodeInputFields, 0]],
1292
+ ];
1293
+ export var FlowTraceNodeInputExecutionChainItem = [
1294
+ 3,
1295
+ n0,
1296
+ _FTNIECI,
1297
+ 8,
1298
+ [_nN, _ind, _ty],
1299
+ [0, 1, 0],
1300
+ ];
1301
+ export var FlowTraceNodeInputField = [
1302
+ 3,
1303
+ n0,
1304
+ _FTNIF,
1305
+ 8,
1306
+ [_nIN, _co, _sou, _ty, _ca, _eCx],
1307
+ [
1308
+ 0,
1309
+ [() => FlowTraceNodeInputContent, 0],
1310
+ [() => FlowTraceNodeInputSource, 0],
1311
+ 0,
1312
+ 0,
1313
+ [() => FlowTraceNodeInputExecutionChain, 0],
1314
+ ],
1315
+ ];
1316
+ export var FlowTraceNodeInputSource = [
1317
+ 3,
1318
+ n0,
1319
+ _FTNIS,
1320
+ 8,
1321
+ [_nN, _oFN, _exp],
1322
+ [0, 0, [() => FlowNodeInputExpression, 0]],
1323
+ ];
1324
+ export var FlowTraceNodeOutputEvent = [
1325
+ 3,
1326
+ n0,
1327
+ _FTNOE,
1328
+ 8,
1329
+ [_nN, _ti, _fie],
1330
+ [0, 5, [() => FlowTraceNodeOutputFields, 0]],
1331
+ ];
1332
+ export var FlowTraceNodeOutputField = [
1333
+ 3,
1334
+ n0,
1335
+ _FTNOF,
1336
+ 8,
1337
+ [_nON, _co, _ne, _ty],
1338
+ [0, () => FlowTraceNodeOutputContent, [() => FlowTraceNodeOutputNextList, 0], 0],
1339
+ ];
1340
+ export var FlowTraceNodeOutputNext = [3, n0, _FTNON, 8, [_nN, _iFN], [0, 0]];
1341
+ export var FunctionDefinition = [
1342
+ 3,
1343
+ n0,
1344
+ _FD,
1345
+ 0,
1346
+ [_n, _d, _p, _rC],
1347
+ [[() => ResourceName, 0], 0, () => ParameterMap, 0],
1348
+ ];
1349
+ export var FunctionInvocationInput = [
1350
+ 3,
1351
+ n0,
1352
+ _FII,
1353
+ 0,
1354
+ [_aG, _p, _f, _aIT, _aI, _cN],
1355
+ [0, () => FunctionParameters, 0, 0, 0, [() => Name, 0]],
1356
+ ];
1357
+ export var FunctionParameter = [3, n0, _FPu, 0, [_n, _ty, _va], [0, 0, 0]];
1358
+ export var FunctionResult = [
1359
+ 3,
1360
+ n0,
1361
+ _FRu,
1362
+ 0,
1363
+ [_aG, _cS, _f, _rBe, _rS, _aI],
1364
+ [0, 0, 0, () => ResponseBody, 0, 0],
1365
+ ];
1366
+ export var GeneratedQuery = [3, n0, _GQ, 8, [_ty, _sq], [0, 0]];
1367
+ export var GeneratedResponsePart = [3, n0, _GRP, 0, [_tRP], [[() => TextResponsePart, 0]]];
1368
+ export var GenerateQueryRequest = [
1369
+ 3,
1370
+ n0,
1371
+ _GQR,
1372
+ 0,
1373
+ [_qGI, _tC],
1374
+ [[() => QueryGenerationInput, 0], () => TransformationConfiguration],
1375
+ ];
1376
+ export var GenerateQueryResponse = [3, n0, _GQRe, 0, [_q], [[() => GeneratedQueries, 0]]];
1377
+ export var GenerationConfiguration = [
1378
+ 3,
1379
+ n0,
1380
+ _GC,
1381
+ 0,
1382
+ [_pT, _gC, _iC, _aMRF, _pC],
1383
+ [
1384
+ [() => PromptTemplate, 0],
1385
+ () => GuardrailConfiguration,
1386
+ () => InferenceConfig,
1387
+ 128 | 15,
1388
+ () => PerformanceConfiguration,
1389
+ ],
1390
+ ];
1391
+ export var GetAgentMemoryRequest = [
1392
+ 3,
1393
+ n0,
1394
+ _GAMR,
1395
+ 0,
1396
+ [_nTe, _mIa, _aI, _aAI, _mTe, _mI],
1397
+ [
1398
+ [
1399
+ 0,
1400
+ {
1401
+ [_hQ]: _nTe,
1402
+ },
1403
+ ],
1404
+ [
1405
+ 1,
1406
+ {
1407
+ [_hQ]: _mIa,
1408
+ },
1409
+ ],
1410
+ [0, 1],
1411
+ [0, 1],
1412
+ [
1413
+ 0,
1414
+ {
1415
+ [_hQ]: _mTe,
1416
+ },
1417
+ ],
1418
+ [
1419
+ 0,
1420
+ {
1421
+ [_hQ]: _mI,
1422
+ },
1423
+ ],
1424
+ ],
1425
+ ];
1426
+ export var GetAgentMemoryResponse = [3, n0, _GAMRe, 0, [_nTe, _mCe], [0, () => Memories]];
1427
+ export var GetExecutionFlowSnapshotRequest = [
1428
+ 3,
1429
+ n0,
1430
+ _GEFSR,
1431
+ 0,
1432
+ [_fI, _fAI, _eI],
1433
+ [
1434
+ [0, 1],
1435
+ [0, 1],
1436
+ [0, 1],
1437
+ ],
1438
+ ];
1439
+ export var GetExecutionFlowSnapshotResponse = [
1440
+ 3,
1441
+ n0,
1442
+ _GEFSRe,
1443
+ 0,
1444
+ [_fI, _fAI, _fV, _eRA, _de, _cEKA],
1445
+ [0, 0, 0, 0, 0, 0],
1446
+ ];
1447
+ export var GetFlowExecutionRequest = [
1448
+ 3,
1449
+ n0,
1450
+ _GFER,
1451
+ 0,
1452
+ [_fI, _fAI, _eI],
1453
+ [
1454
+ [0, 1],
1455
+ [0, 1],
1456
+ [0, 1],
1457
+ ],
1458
+ ];
1459
+ export var GetFlowExecutionResponse = [
1460
+ 3,
1461
+ n0,
1462
+ _GFERe,
1463
+ 0,
1464
+ [_eA, _st, _sAt, _eAn, _er, _fAI, _fI, _fV],
1465
+ [0, 0, 5, 5, () => FlowExecutionErrors, 0, 0, 0],
1466
+ ];
1467
+ export var GetInvocationStepRequest = [3, n0, _GISR, 0, [_iIn, _iSI, _sI], [0, [0, 1], [0, 1]]];
1468
+ export var GetInvocationStepResponse = [3, n0, _GISRe, 0, [_iS], [[() => InvocationStep, 0]]];
1469
+ export var GetSessionRequest = [3, n0, _GSR, 0, [_sI], [[0, 1]]];
1470
+ export var GetSessionResponse = [
1471
+ 3,
1472
+ n0,
1473
+ _GSRe,
1474
+ 0,
1475
+ [_sIe, _sA, _sS, _cA, _lUA, _sM, _eKA],
1476
+ [0, 0, 0, 5, 5, 128 | 0, 0],
1477
+ ];
1478
+ export var GuardrailAssessment = [
1479
+ 3,
1480
+ n0,
1481
+ _GA,
1482
+ 8,
1483
+ [_tP, _cP, _wP, _sIP],
1484
+ [
1485
+ [() => GuardrailTopicPolicyAssessment, 0],
1486
+ [() => GuardrailContentPolicyAssessment, 0],
1487
+ [() => GuardrailWordPolicyAssessment, 0],
1488
+ [() => GuardrailSensitiveInformationPolicyAssessment, 0],
1489
+ ],
1490
+ ];
1491
+ export var GuardrailConfiguration = [3, n0, _GCu, 0, [_gI, _gV], [0, 0]];
1492
+ export var GuardrailConfigurationWithArn = [3, n0, _GCWA, 0, [_gIu, _gV], [0, 0]];
1493
+ export var GuardrailContentFilter = [3, n0, _GCF, 8, [_ty, _con, _a], [0, 0, 0]];
1494
+ export var GuardrailContentPolicyAssessment = [
1495
+ 3,
1496
+ n0,
1497
+ _GCPA,
1498
+ 8,
1499
+ [_fil],
1500
+ [[() => GuardrailContentFilterList, 0]],
1501
+ ];
1502
+ export var GuardrailCustomWord = [3, n0, _GCW, 8, [_ma, _a], [0, 0]];
1503
+ export var GuardrailEvent = [3, n0, _GE, 0, [_a], [0]];
1504
+ export var GuardrailManagedWord = [3, n0, _GMW, 8, [_ma, _ty, _a], [0, 0, 0]];
1505
+ export var GuardrailPiiEntityFilter = [3, n0, _GPEF, 8, [_ty, _ma, _a], [0, 0, 0]];
1506
+ export var GuardrailRegexFilter = [3, n0, _GRF, 8, [_n, _r, _ma, _a], [0, 0, 0, 0]];
1507
+ export var GuardrailSensitiveInformationPolicyAssessment = [
1508
+ 3,
1509
+ n0,
1510
+ _GSIPA,
1511
+ 8,
1512
+ [_pE, _re],
1513
+ [
1514
+ [() => GuardrailPiiEntityFilterList, 0],
1515
+ [() => GuardrailRegexFilterList, 0],
1516
+ ],
1517
+ ];
1518
+ export var GuardrailTopic = [3, n0, _GT, 8, [_n, _ty, _a], [0, 0, 0]];
1519
+ export var GuardrailTopicPolicyAssessment = [
1520
+ 3,
1521
+ n0,
1522
+ _GTPA,
1523
+ 8,
1524
+ [_to],
1525
+ [[() => GuardrailTopicList, 0]],
1526
+ ];
1527
+ export var GuardrailTrace = [
1528
+ 3,
1529
+ n0,
1530
+ _GTu,
1531
+ 8,
1532
+ [_a, _tI, _iA, _oA, _me],
1533
+ [0, 0, [() => GuardrailAssessmentList, 0], [() => GuardrailAssessmentList, 0], [() => Metadata, 0]],
1534
+ ];
1535
+ export var GuardrailWordPolicyAssessment = [
1536
+ 3,
1537
+ n0,
1538
+ _GWPA,
1539
+ 8,
1540
+ [_cW, _mWL],
1541
+ [
1542
+ [() => GuardrailCustomWordList, 0],
1543
+ [() => GuardrailManagedWordList, 0],
1544
+ ],
1545
+ ];
1546
+ export var ImageBlock = [3, n0, _IB, 0, [_fo, _sou], [0, () => ImageSource]];
1547
+ export var ImageInput = [3, n0, _II, 0, [_fo, _sou], [0, () => ImageInputSource]];
1548
+ export var ImplicitFilterConfiguration = [
1549
+ 3,
1550
+ n0,
1551
+ _IFC,
1552
+ 0,
1553
+ [_mAe, _mA],
1554
+ [[() => MetadataAttributeSchemaList, 0], 0],
1555
+ ];
1556
+ export var InferenceConfig = [3, n0, _IC, 0, [_tIC], [() => TextInferenceConfig]];
1557
+ export var InferenceConfiguration = [
1558
+ 3,
1559
+ n0,
1560
+ _ICn,
1561
+ 0,
1562
+ [_te, _tPo, _tK, _mL, _sSt],
1563
+ [1, 1, 1, 1, 64 | 0],
1564
+ ];
1565
+ export var InlineAgentFilePart = [3, n0, _IAFP, 0, [_fi], [[() => OutputFiles, 0]]];
1566
+ export var InlineAgentPayloadPart = [
1567
+ 3,
1568
+ n0,
1569
+ _IAPP,
1570
+ 8,
1571
+ [_by, _at],
1572
+ [
1573
+ [() => PartBody, 0],
1574
+ [() => Attribution, 0],
1575
+ ],
1576
+ ];
1577
+ export var InlineAgentReturnControlPayload = [
1578
+ 3,
1579
+ n0,
1580
+ _IARCP,
1581
+ 8,
1582
+ [_iInv, _iI],
1583
+ [[() => InvocationInputs, 0], 0],
1584
+ ];
1585
+ export var InlineAgentTracePart = [
1586
+ 3,
1587
+ n0,
1588
+ _IATP,
1589
+ 8,
1590
+ [_sIe, _tr, _cCa, _eTv, _cN],
1591
+ [0, [() => Trace, 0], () => CallerChain, 5, [() => Name, 0]],
1592
+ ];
1593
+ export var InlineBedrockModelConfigurations = [
1594
+ 3,
1595
+ n0,
1596
+ _IBMC,
1597
+ 0,
1598
+ [_pC],
1599
+ [() => PerformanceConfiguration],
1600
+ ];
1601
+ export var InlineSessionState = [
1602
+ 3,
1603
+ n0,
1604
+ _ISS,
1605
+ 0,
1606
+ [_sAe, _pSA, _rCIR, _iI, _fi, _cH],
1607
+ [
1608
+ 128 | 0,
1609
+ 128 | 0,
1610
+ [() => ReturnControlInvocationResults, 0],
1611
+ 0,
1612
+ [() => InputFiles, 0],
1613
+ [() => ConversationHistory, 0],
1614
+ ],
1615
+ ];
1616
+ export var InputFile = [3, n0, _IF, 0, [_n, _sou, _uC], [0, [() => FileSource, 0], 0]];
1617
+ export var InternalServerException = [
1618
+ -3,
1619
+ n0,
1620
+ _ISE,
1621
+ {
1622
+ [_e]: _s,
1623
+ [_hE]: 500,
1624
+ },
1625
+ [_m, _rea],
1626
+ [0, 0],
1627
+ ];
1628
+ TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
1629
+ export var InvocationInput = [
1630
+ 3,
1631
+ n0,
1632
+ _IIn,
1633
+ 8,
1634
+ [_tI, _iT, _aGII, _kBLI, _cIII, _aCII],
1635
+ [
1636
+ 0,
1637
+ 0,
1638
+ [() => ActionGroupInvocationInput, 0],
1639
+ [() => KnowledgeBaseLookupInput, 0],
1640
+ () => CodeInterpreterInvocationInput,
1641
+ [() => AgentCollaboratorInvocationInput, 0],
1642
+ ],
1643
+ ];
1644
+ export var InvocationStep = [
1645
+ 3,
1646
+ n0,
1647
+ _IS,
1648
+ 0,
1649
+ [_sIe, _iI, _iSI, _iST, _pa],
1650
+ [0, 0, 0, 5, [() => InvocationStepPayload, 0]],
1651
+ ];
1652
+ export var InvocationStepSummary = [3, n0, _ISSn, 0, [_sIe, _iI, _iSI, _iST], [0, 0, 0, 5]];
1653
+ export var InvocationSummary = [3, n0, _ISn, 0, [_sIe, _iI, _cA], [0, 0, 5]];
1654
+ export var InvokeAgentRequest = [
1655
+ 3,
1656
+ n0,
1657
+ _IAR,
1658
+ 0,
1659
+ [_sSe, _aI, _aAI, _sIe, _eS, _eTn, _iTn, _mI, _bMC, _sCt, _pCC, _sAo],
1660
+ [
1661
+ [() => SessionState, 0],
1662
+ [0, 1],
1663
+ [0, 1],
1664
+ [0, 1],
1665
+ 2,
1666
+ 2,
1667
+ [() => InputText, 0],
1668
+ 0,
1669
+ () => BedrockModelConfigurations,
1670
+ () => StreamingConfigurations,
1671
+ () => PromptCreationConfigurations,
1672
+ [
1673
+ 0,
1674
+ {
1675
+ [_hH]: _xasa,
1676
+ },
1677
+ ],
1678
+ ],
1679
+ ];
1680
+ export var InvokeAgentResponse = [
1681
+ 3,
1682
+ n0,
1683
+ _IARn,
1684
+ 0,
1685
+ [_com, _cT, _sIe, _mI],
1686
+ [
1687
+ [() => ResponseStream, 16],
1688
+ [
1689
+ 0,
1690
+ {
1691
+ [_hH]: _xabact,
1692
+ },
1693
+ ],
1694
+ [
1695
+ 0,
1696
+ {
1697
+ [_hH]: _xabasi,
1698
+ },
1699
+ ],
1700
+ [
1701
+ 0,
1702
+ {
1703
+ [_hH]: _xabami,
1704
+ },
1705
+ ],
1706
+ ],
1707
+ ];
1708
+ export var InvokeFlowRequest = [
1709
+ 3,
1710
+ n0,
1711
+ _IFR,
1712
+ 0,
1713
+ [_fI, _fAI, _inp, _eTn, _mPC, _eIx],
1714
+ [[0, 1], [0, 1], [() => FlowInputs, 0], 2, () => ModelPerformanceConfiguration, 0],
1715
+ ];
1716
+ export var InvokeFlowResponse = [
1717
+ 3,
1718
+ n0,
1719
+ _IFRn,
1720
+ 0,
1721
+ [_rSe, _eIx],
1722
+ [
1723
+ [() => FlowResponseStream, 16],
1724
+ [
1725
+ 0,
1726
+ {
1727
+ [_hH]: _xabfei,
1728
+ },
1729
+ ],
1730
+ ],
1731
+ ];
1732
+ export var InvokeInlineAgentRequest = [
1733
+ 3,
1734
+ n0,
1735
+ _IIAR,
1736
+ 0,
1737
+ [
1738
+ _cEKA,
1739
+ _fM,
1740
+ _in,
1741
+ _iSTTLIS,
1742
+ _aGc,
1743
+ _kB,
1744
+ _gC,
1745
+ _pOC,
1746
+ _aC,
1747
+ _cC,
1748
+ _aN,
1749
+ _sIe,
1750
+ _eS,
1751
+ _eTn,
1752
+ _iTn,
1753
+ _sCt,
1754
+ _pCC,
1755
+ _iSS,
1756
+ _col,
1757
+ _bMC,
1758
+ _oT,
1759
+ _cO,
1760
+ ],
1761
+ [
1762
+ 0,
1763
+ 0,
1764
+ [() => Instruction, 0],
1765
+ 1,
1766
+ [() => AgentActionGroups, 0],
1767
+ [() => KnowledgeBases, 0],
1768
+ () => GuardrailConfigurationWithArn,
1769
+ [() => PromptOverrideConfiguration, 0],
1770
+ 0,
1771
+ [() => CollaboratorConfigurations, 0],
1772
+ [() => Name, 0],
1773
+ [0, 1],
1774
+ 2,
1775
+ 2,
1776
+ [() => InputText, 0],
1777
+ () => StreamingConfigurations,
1778
+ () => PromptCreationConfigurations,
1779
+ [() => InlineSessionState, 0],
1780
+ [() => Collaborators, 0],
1781
+ () => InlineBedrockModelConfigurations,
1782
+ 0,
1783
+ () => CustomOrchestration,
1784
+ ],
1785
+ ];
1786
+ export var InvokeInlineAgentResponse = [
1787
+ 3,
1788
+ n0,
1789
+ _IIARn,
1790
+ 0,
1791
+ [_com, _cT, _sIe],
1792
+ [
1793
+ [() => InlineAgentResponseStream, 16],
1794
+ [
1795
+ 0,
1796
+ {
1797
+ [_hH]: _xabact,
1798
+ },
1799
+ ],
1800
+ [
1801
+ 0,
1802
+ {
1803
+ [_hH]: _xabasi,
1804
+ },
1805
+ ],
1806
+ ],
1807
+ ];
1808
+ export var KnowledgeBase = [
1809
+ 3,
1810
+ n0,
1811
+ _KB,
1812
+ 0,
1813
+ [_kBI, _d, _rCe],
1814
+ [0, [() => ResourceDescription, 0], [() => KnowledgeBaseRetrievalConfiguration, 0]],
1815
+ ];
1816
+ export var KnowledgeBaseConfiguration = [
1817
+ 3,
1818
+ n0,
1819
+ _KBC,
1820
+ 0,
1821
+ [_kBI, _rCe],
1822
+ [0, [() => KnowledgeBaseRetrievalConfiguration, 0]],
1823
+ ];
1824
+ export var KnowledgeBaseLookupInput = [
1825
+ 3,
1826
+ n0,
1827
+ _KBLI,
1828
+ 0,
1829
+ [_t, _kBI],
1830
+ [
1831
+ [() => KnowledgeBaseLookupInputString, 0],
1832
+ [() => TraceKnowledgeBaseId, 0],
1833
+ ],
1834
+ ];
1835
+ export var KnowledgeBaseLookupOutput = [
1836
+ 3,
1837
+ n0,
1838
+ _KBLO,
1839
+ 0,
1840
+ [_rR, _me],
1841
+ [
1842
+ [() => RetrievedReferences, 0],
1843
+ [() => Metadata, 0],
1844
+ ],
1845
+ ];
1846
+ export var KnowledgeBaseQuery = [3, n0, _KBQ, 8, [_t], [0]];
1847
+ export var KnowledgeBaseRetrievalConfiguration = [
1848
+ 3,
1849
+ n0,
1850
+ _KBRC,
1851
+ 0,
1852
+ [_vSC],
1853
+ [[() => KnowledgeBaseVectorSearchConfiguration, 0]],
1854
+ ];
1855
+ export var KnowledgeBaseRetrievalResult = [
1856
+ 3,
1857
+ n0,
1858
+ _KBRR,
1859
+ 0,
1860
+ [_co, _l, _sc, _me],
1861
+ [[() => RetrievalResultContent, 0], [() => RetrievalResultLocation, 0], 1, [() => RetrievalResultMetadata, 0]],
1862
+ ];
1863
+ export var KnowledgeBaseRetrieveAndGenerateConfiguration = [
1864
+ 3,
1865
+ n0,
1866
+ _KBRAGC,
1867
+ 0,
1868
+ [_kBI, _mA, _rCe, _gCe, _oC],
1869
+ [
1870
+ 0,
1871
+ 0,
1872
+ [() => KnowledgeBaseRetrievalConfiguration, 0],
1873
+ [() => GenerationConfiguration, 0],
1874
+ [() => OrchestrationConfiguration, 0],
1875
+ ],
1876
+ ];
1877
+ export var KnowledgeBaseVectorSearchConfiguration = [
1878
+ 3,
1879
+ n0,
1880
+ _KBVSC,
1881
+ 0,
1882
+ [_nOR, _oST, _filt, _rCer, _iFC],
1883
+ [
1884
+ 1,
1885
+ 0,
1886
+ [() => RetrievalFilter, 0],
1887
+ [() => VectorSearchRerankingConfiguration, 0],
1888
+ [() => ImplicitFilterConfiguration, 0],
1889
+ ],
1890
+ ];
1891
+ export var ListFlowExecutionEventsRequest = [
1892
+ 3,
1893
+ n0,
1894
+ _LFEER,
1895
+ 0,
1896
+ [_fI, _fAI, _eI, _mR, _nTe, _eTve],
1897
+ [
1898
+ [0, 1],
1899
+ [0, 1],
1900
+ [0, 1],
1901
+ [
1902
+ 1,
1903
+ {
1904
+ [_hQ]: _mR,
1905
+ },
1906
+ ],
1907
+ [
1908
+ 0,
1909
+ {
1910
+ [_hQ]: _nTe,
1911
+ },
1912
+ ],
1913
+ [
1914
+ 0,
1915
+ {
1916
+ [_hQ]: _eTve,
1917
+ },
1918
+ ],
1919
+ ],
1920
+ ];
1921
+ export var ListFlowExecutionEventsResponse = [
1922
+ 3,
1923
+ n0,
1924
+ _LFEERi,
1925
+ 0,
1926
+ [_fEE, _nTe],
1927
+ [[() => FlowExecutionEvents, 0], 0],
1928
+ ];
1929
+ export var ListFlowExecutionsRequest = [
1930
+ 3,
1931
+ n0,
1932
+ _LFER,
1933
+ 0,
1934
+ [_fI, _fAI, _mR, _nTe],
1935
+ [
1936
+ [0, 1],
1937
+ [
1938
+ 0,
1939
+ {
1940
+ [_hQ]: _fAI,
1941
+ },
1942
+ ],
1943
+ [
1944
+ 1,
1945
+ {
1946
+ [_hQ]: _mR,
1947
+ },
1948
+ ],
1949
+ [
1950
+ 0,
1951
+ {
1952
+ [_hQ]: _nTe,
1953
+ },
1954
+ ],
1955
+ ],
1956
+ ];
1957
+ export var ListFlowExecutionsResponse = [
1958
+ 3,
1959
+ n0,
1960
+ _LFERi,
1961
+ 0,
1962
+ [_fES, _nTe],
1963
+ [() => FlowExecutionSummaries, 0],
1964
+ ];
1965
+ export var ListInvocationsRequest = [
1966
+ 3,
1967
+ n0,
1968
+ _LIR,
1969
+ 0,
1970
+ [_nTe, _mR, _sI],
1971
+ [
1972
+ [
1973
+ 0,
1974
+ {
1975
+ [_hQ]: _nTe,
1976
+ },
1977
+ ],
1978
+ [
1979
+ 1,
1980
+ {
1981
+ [_hQ]: _mR,
1982
+ },
1983
+ ],
1984
+ [0, 1],
1985
+ ],
1986
+ ];
1987
+ export var ListInvocationsResponse = [
1988
+ 3,
1989
+ n0,
1990
+ _LIRi,
1991
+ 0,
1992
+ [_iSn, _nTe],
1993
+ [() => InvocationSummaries, 0],
1994
+ ];
1995
+ export var ListInvocationStepsRequest = [
1996
+ 3,
1997
+ n0,
1998
+ _LISR,
1999
+ 0,
2000
+ [_iIn, _nTe, _mR, _sI],
2001
+ [
2002
+ 0,
2003
+ [
2004
+ 0,
2005
+ {
2006
+ [_hQ]: _nTe,
2007
+ },
2008
+ ],
2009
+ [
2010
+ 1,
2011
+ {
2012
+ [_hQ]: _mR,
2013
+ },
2014
+ ],
2015
+ [0, 1],
2016
+ ],
2017
+ ];
2018
+ export var ListInvocationStepsResponse = [
2019
+ 3,
2020
+ n0,
2021
+ _LISRi,
2022
+ 0,
2023
+ [_iSSn, _nTe],
2024
+ [() => InvocationStepSummaries, 0],
2025
+ ];
2026
+ export var ListSessionsRequest = [
2027
+ 3,
2028
+ n0,
2029
+ _LSR,
2030
+ 0,
2031
+ [_mR, _nTe],
2032
+ [
2033
+ [
2034
+ 1,
2035
+ {
2036
+ [_hQ]: _mR,
2037
+ },
2038
+ ],
2039
+ [
2040
+ 0,
2041
+ {
2042
+ [_hQ]: _nTe,
2043
+ },
2044
+ ],
2045
+ ],
2046
+ ];
2047
+ export var ListSessionsResponse = [3, n0, _LSRi, 0, [_sSes, _nTe], [() => SessionSummaries, 0]];
2048
+ export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
2049
+ export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_ta], [128 | 0]];
2050
+ export var MemorySessionSummary = [
2051
+ 3,
2052
+ n0,
2053
+ _MSS,
2054
+ 0,
2055
+ [_mI, _sIe, _sST, _sET, _sTu],
2056
+ [0, 0, 5, 5, 0],
2057
+ ];
2058
+ export var Message = [3, n0, _M, 0, [_ro, _co], [0, [() => ContentBlocks, 0]]];
2059
+ export var Metadata = [
2060
+ 3,
2061
+ n0,
2062
+ _Me,
2063
+ 8,
2064
+ [_sTt, _eTnd, _tTM, _oTTM, _cRI, _u],
2065
+ [5, 5, 1, 1, 0, [() => Usage, 0]],
2066
+ ];
2067
+ export var MetadataAttributeSchema = [3, n0, _MAS, 8, [_k, _ty, _d], [0, 0, 0]];
2068
+ export var MetadataConfigurationForReranking = [
2069
+ 3,
2070
+ n0,
2071
+ _MCFR,
2072
+ 0,
2073
+ [_sMe, _sMC],
2074
+ [0, [() => RerankingMetadataSelectiveModeConfiguration, 0]],
2075
+ ];
2076
+ export var ModelInvocationInput = [
2077
+ 3,
2078
+ n0,
2079
+ _MII,
2080
+ 8,
2081
+ [_tI, _t, _ty, _oL, _pCM, _iCn, _pM, _fM],
2082
+ [0, [() => PromptText, 0], 0, 0, 0, () => InferenceConfiguration, 0, 0],
2083
+ ];
2084
+ export var ModelNotReadyException = [
2085
+ -3,
2086
+ n0,
2087
+ _MNRE,
2088
+ {
2089
+ [_e]: _c,
2090
+ [_hE]: 424,
2091
+ },
2092
+ [_m],
2093
+ [0],
2094
+ ];
2095
+ TypeRegistry.for(n0).registerError(ModelNotReadyException, __ModelNotReadyException);
2096
+ export var ModelPerformanceConfiguration = [
2097
+ 3,
2098
+ n0,
2099
+ _MPC,
2100
+ 0,
2101
+ [_pC],
2102
+ [() => PerformanceConfiguration],
2103
+ ];
2104
+ export var NodeActionEvent = [
2105
+ 3,
2106
+ n0,
2107
+ _NAE,
2108
+ 8,
2109
+ [_nN, _ti, _rI, _sN, _oN, _oR, _oRp],
2110
+ [0, 5, 0, 0, 0, 15, 15],
2111
+ ];
2112
+ export var NodeDependencyEvent = [
2113
+ 3,
2114
+ n0,
2115
+ _NDE,
2116
+ 8,
2117
+ [_nN, _ti, _tE],
2118
+ [0, 5, [() => NodeTraceElements, 0]],
2119
+ ];
2120
+ export var NodeFailureEvent = [3, n0, _NFE, 8, [_nN, _ti, _eC, _eM], [0, 5, 0, 0]];
2121
+ export var NodeInputEvent = [
2122
+ 3,
2123
+ n0,
2124
+ _NIE,
2125
+ 8,
2126
+ [_nN, _ti, _fie],
2127
+ [0, 5, [() => NodeInputFields, 0]],
2128
+ ];
2129
+ export var NodeInputExecutionChainItem = [3, n0, _NIECI, 0, [_nN, _ind, _ty], [0, 1, 0]];
2130
+ export var NodeInputField = [
2131
+ 3,
2132
+ n0,
2133
+ _NIF,
2134
+ 8,
2135
+ [_n, _co, _sou, _ty, _ca, _eCx],
2136
+ [0, [() => NodeExecutionContent, 0], [() => NodeInputSource, 0], 0, 0, () => NodeInputExecutionChain],
2137
+ ];
2138
+ export var NodeInputSource = [
2139
+ 3,
2140
+ n0,
2141
+ _NIS,
2142
+ 0,
2143
+ [_nN, _oFN, _exp],
2144
+ [0, 0, [() => FlowNodeInputExpression, 0]],
2145
+ ];
2146
+ export var NodeOutputEvent = [
2147
+ 3,
2148
+ n0,
2149
+ _NOE,
2150
+ 8,
2151
+ [_nN, _ti, _fie],
2152
+ [0, 5, [() => NodeOutputFields, 0]],
2153
+ ];
2154
+ export var NodeOutputField = [
2155
+ 3,
2156
+ n0,
2157
+ _NOF,
2158
+ 8,
2159
+ [_n, _co, _ne, _ty],
2160
+ [0, [() => NodeExecutionContent, 0], [() => NodeOutputNextList, 0], 0],
2161
+ ];
2162
+ export var NodeOutputNext = [3, n0, _NON, 8, [_nN, _iFN], [0, 0]];
2163
+ export var Observation = [
2164
+ 3,
2165
+ n0,
2166
+ _O,
2167
+ 8,
2168
+ [_tI, _ty, _aGIO, _aCIO, _kBLO, _fRi, _rRe, _cIIO],
2169
+ [
2170
+ 0,
2171
+ 0,
2172
+ [() => ActionGroupInvocationOutput, 0],
2173
+ [() => AgentCollaboratorInvocationOutput, 0],
2174
+ [() => KnowledgeBaseLookupOutput, 0],
2175
+ [() => FinalResponse, 0],
2176
+ [() => RepromptResponse, 0],
2177
+ [() => CodeInterpreterInvocationOutput, 0],
2178
+ ],
2179
+ ];
2180
+ export var OptimizedPromptEvent = [3, n0, _OPE, 8, [_oP], [[() => OptimizedPrompt, 0]]];
2181
+ export var OptimizePromptRequest = [3, n0, _OPR, 0, [_i, _tMI], [[() => InputPrompt, 0], 0]];
2182
+ export var OptimizePromptResponse = [
2183
+ 3,
2184
+ n0,
2185
+ _OPRp,
2186
+ 0,
2187
+ [_oP],
2188
+ [[() => OptimizedPromptStream, 16]],
2189
+ ];
2190
+ export var OrchestrationConfiguration = [
2191
+ 3,
2192
+ n0,
2193
+ _OC,
2194
+ 0,
2195
+ [_pT, _iC, _aMRF, _qTC, _pC],
2196
+ [
2197
+ [() => PromptTemplate, 0],
2198
+ () => InferenceConfig,
2199
+ 128 | 15,
2200
+ () => QueryTransformationConfiguration,
2201
+ () => PerformanceConfiguration,
2202
+ ],
2203
+ ];
2204
+ export var OrchestrationModelInvocationOutput = [
2205
+ 3,
2206
+ n0,
2207
+ _OMIO,
2208
+ 8,
2209
+ [_tI, _rRa, _me, _rCea],
2210
+ [0, [() => RawResponse, 0], [() => Metadata, 0], [() => ReasoningContentBlock, 0]],
2211
+ ];
2212
+ export var OutputFile = [3, n0, _OF, 8, [_n, _ty, _by], [0, 0, [() => FileBody, 0]]];
2213
+ export var Parameter = [3, n0, _Pa, 0, [_n, _ty, _va], [0, 0, 0]];
2214
+ export var ParameterDetail = [3, n0, _PD, 0, [_d, _ty, _req], [0, 0, 2]];
2215
+ export var PayloadPart = [
2216
+ 3,
2217
+ n0,
2218
+ _PP,
2219
+ 8,
2220
+ [_by, _at],
2221
+ [
2222
+ [() => PartBody, 0],
2223
+ [() => Attribution, 0],
2224
+ ],
2225
+ ];
2226
+ export var PerformanceConfiguration = [3, n0, _PC, 0, [_la], [0]];
2227
+ export var PostProcessingModelInvocationOutput = [
2228
+ 3,
2229
+ n0,
2230
+ _PPMIO,
2231
+ 8,
2232
+ [_tI, _pR, _rRa, _me, _rCea],
2233
+ [
2234
+ 0,
2235
+ [() => PostProcessingParsedResponse, 0],
2236
+ [() => RawResponse, 0],
2237
+ [() => Metadata, 0],
2238
+ [() => ReasoningContentBlock, 0],
2239
+ ],
2240
+ ];
2241
+ export var PostProcessingParsedResponse = [3, n0, _PPPR, 8, [_t], [[() => OutputString, 0]]];
2242
+ export var PreProcessingModelInvocationOutput = [
2243
+ 3,
2244
+ n0,
2245
+ _PPMIOr,
2246
+ 8,
2247
+ [_tI, _pR, _rRa, _me, _rCea],
2248
+ [
2249
+ 0,
2250
+ [() => PreProcessingParsedResponse, 0],
2251
+ [() => RawResponse, 0],
2252
+ [() => Metadata, 0],
2253
+ [() => ReasoningContentBlock, 0],
2254
+ ],
2255
+ ];
2256
+ export var PreProcessingParsedResponse = [
2257
+ 3,
2258
+ n0,
2259
+ _PPPRr,
2260
+ 8,
2261
+ [_ra, _iV],
2262
+ [[() => RationaleString, 0], 2],
2263
+ ];
2264
+ export var PromptConfiguration = [
2265
+ 3,
2266
+ n0,
2267
+ _PCr,
2268
+ 0,
2269
+ [_pTr, _pCM, _pS, _bPT, _iCn, _pM, _fM, _aMRF],
2270
+ [0, 0, 0, [() => BasePromptTemplate, 0], () => InferenceConfiguration, 0, 0, 15],
2271
+ ];
2272
+ export var PromptCreationConfigurations = [3, n0, _PCC, 0, [_pCTTI, _ePTS], [1, 2]];
2273
+ export var PromptOverrideConfiguration = [
2274
+ 3,
2275
+ n0,
2276
+ _POC,
2277
+ 8,
2278
+ [_pCr, _oL],
2279
+ [[() => PromptConfigurations, 0], 0],
2280
+ ];
2281
+ export var PromptTemplate = [3, n0, _PTr, 0, [_tPT], [[() => TextPromptTemplate, 0]]];
2282
+ export var PropertyParameters = [3, n0, _PPr, 0, [_pr], [() => ParameterList]];
2283
+ export var PutInvocationStepRequest = [
2284
+ 3,
2285
+ n0,
2286
+ _PISR,
2287
+ 0,
2288
+ [_sI, _iIn, _iST, _pa, _iSI],
2289
+ [[0, 1], 0, 5, [() => InvocationStepPayload, 0], 0],
2290
+ ];
2291
+ export var PutInvocationStepResponse = [3, n0, _PISRu, 0, [_iSI], [0]];
2292
+ export var QueryGenerationInput = [3, n0, _QGI, 8, [_ty, _t], [0, 0]];
2293
+ export var QueryTransformationConfiguration = [3, n0, _QTC, 0, [_ty], [0]];
2294
+ export var Rationale = [3, n0, _R, 8, [_tI, _t], [0, [() => RationaleString, 0]]];
2295
+ export var RawResponse = [3, n0, _RR, 8, [_co], [0]];
2296
+ export var ReasoningTextBlock = [3, n0, _RTB, 8, [_t, _si], [0, 0]];
2297
+ export var RepromptResponse = [3, n0, _RRe, 8, [_t, _sou], [0, [() => Source, 0]]];
2298
+ export var RequestBody = [3, n0, _RB, 0, [_co], [() => ContentMap]];
2299
+ export var RerankDocument = [
2300
+ 3,
2301
+ n0,
2302
+ _RDe,
2303
+ 8,
2304
+ [_ty, _tD, _jD],
2305
+ [0, [() => RerankTextDocument, 0], 15],
2306
+ ];
2307
+ export var RerankingConfiguration = [
2308
+ 3,
2309
+ n0,
2310
+ _RC,
2311
+ 0,
2312
+ [_ty, _bRC],
2313
+ [0, () => BedrockRerankingConfiguration],
2314
+ ];
2315
+ export var RerankQuery = [3, n0, _RQ, 8, [_ty, _tQ], [0, [() => RerankTextDocument, 0]]];
2316
+ export var RerankRequest = [
2317
+ 3,
2318
+ n0,
2319
+ _RRer,
2320
+ 0,
2321
+ [_q, _so, _rCer, _nTe],
2322
+ [[() => RerankQueriesList, 0], [() => RerankSourcesList, 0], () => RerankingConfiguration, 0],
2323
+ ];
2324
+ export var RerankResponse = [3, n0, _RRera, 0, [_res, _nTe], [[() => RerankResultsList, 0], 0]];
2325
+ export var RerankResult = [
2326
+ 3,
2327
+ n0,
2328
+ _RReran,
2329
+ 0,
2330
+ [_ind, _rSel, _do],
2331
+ [1, 1, [() => RerankDocument, 0]],
2332
+ ];
2333
+ export var RerankSource = [3, n0, _RSe, 8, [_ty, _iDS], [0, [() => RerankDocument, 0]]];
2334
+ export var RerankTextDocument = [3, n0, _RTD, 8, [_t], [0]];
2335
+ export var ResourceNotFoundException = [
2336
+ -3,
2337
+ n0,
2338
+ _RNFE,
2339
+ {
2340
+ [_e]: _c,
2341
+ [_hE]: 404,
2342
+ },
2343
+ [_m],
2344
+ [0],
2345
+ ];
2346
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
2347
+ export var RetrievalResultConfluenceLocation = [3, n0, _RRCL, 0, [_ur], [0]];
2348
+ export var RetrievalResultContent = [
2349
+ 3,
2350
+ n0,
2351
+ _RRC,
2352
+ 8,
2353
+ [_ty, _t, _bC, _row],
2354
+ [0, 0, 0, [() => RetrievalResultContentRow, 0]],
2355
+ ];
2356
+ export var RetrievalResultContentColumn = [3, n0, _RRCC, 8, [_cNol, _cV, _ty], [0, 0, 0]];
2357
+ export var RetrievalResultCustomDocumentLocation = [3, n0, _RRCDL, 0, [_id_], [0]];
2358
+ export var RetrievalResultKendraDocumentLocation = [3, n0, _RRKDL, 0, [_uri], [0]];
2359
+ export var RetrievalResultLocation = [
2360
+ 3,
2361
+ n0,
2362
+ _RRL,
2363
+ 8,
2364
+ [_ty, _sL, _wL, _cL, _sLa, _sPL, _cDL, _kDL, _sLq],
2365
+ [
2366
+ 0,
2367
+ () => RetrievalResultS3Location,
2368
+ () => RetrievalResultWebLocation,
2369
+ () => RetrievalResultConfluenceLocation,
2370
+ () => RetrievalResultSalesforceLocation,
2371
+ () => RetrievalResultSharePointLocation,
2372
+ () => RetrievalResultCustomDocumentLocation,
2373
+ () => RetrievalResultKendraDocumentLocation,
2374
+ () => RetrievalResultSqlLocation,
2375
+ ],
2376
+ ];
2377
+ export var RetrievalResultS3Location = [3, n0, _RRSL, 0, [_uri], [0]];
2378
+ export var RetrievalResultSalesforceLocation = [3, n0, _RRSLe, 0, [_ur], [0]];
2379
+ export var RetrievalResultSharePointLocation = [3, n0, _RRSPL, 0, [_ur], [0]];
2380
+ export var RetrievalResultSqlLocation = [3, n0, _RRSLet, 0, [_qu], [0]];
2381
+ export var RetrievalResultWebLocation = [3, n0, _RRWL, 0, [_ur], [0]];
2382
+ export var RetrieveAndGenerateConfiguration = [
2383
+ 3,
2384
+ n0,
2385
+ _RAGC,
2386
+ 0,
2387
+ [_ty, _kBC, _eSC],
2388
+ [
2389
+ 0,
2390
+ [() => KnowledgeBaseRetrieveAndGenerateConfiguration, 0],
2391
+ [() => ExternalSourcesRetrieveAndGenerateConfiguration, 0],
2392
+ ],
2393
+ ];
2394
+ export var RetrieveAndGenerateInput = [3, n0, _RAGI, 8, [_t], [0]];
2395
+ export var RetrieveAndGenerateOutput = [3, n0, _RAGO, 8, [_t], [0]];
2396
+ export var RetrieveAndGenerateOutputEvent = [3, n0, _RAGOE, 8, [_t], [0]];
2397
+ export var RetrieveAndGenerateRequest = [
2398
+ 3,
2399
+ n0,
2400
+ _RAGR,
2401
+ 0,
2402
+ [_sIe, _i, _rAGC, _sCe],
2403
+ [
2404
+ 0,
2405
+ [() => RetrieveAndGenerateInput, 0],
2406
+ [() => RetrieveAndGenerateConfiguration, 0],
2407
+ () => RetrieveAndGenerateSessionConfiguration,
2408
+ ],
2409
+ ];
2410
+ export var RetrieveAndGenerateResponse = [
2411
+ 3,
2412
+ n0,
2413
+ _RAGRe,
2414
+ 0,
2415
+ [_sIe, _o, _ci, _gA],
2416
+ [0, [() => RetrieveAndGenerateOutput, 0], [() => Citations, 0], 0],
2417
+ ];
2418
+ export var RetrieveAndGenerateSessionConfiguration = [3, n0, _RAGSC, 0, [_kKA], [0]];
2419
+ export var RetrieveAndGenerateStreamRequest = [
2420
+ 3,
2421
+ n0,
2422
+ _RAGSR,
2423
+ 0,
2424
+ [_sIe, _i, _rAGC, _sCe],
2425
+ [
2426
+ 0,
2427
+ [() => RetrieveAndGenerateInput, 0],
2428
+ [() => RetrieveAndGenerateConfiguration, 0],
2429
+ () => RetrieveAndGenerateSessionConfiguration,
2430
+ ],
2431
+ ];
2432
+ export var RetrieveAndGenerateStreamResponse = [
2433
+ 3,
2434
+ n0,
2435
+ _RAGSRe,
2436
+ 0,
2437
+ [_str, _sIe],
2438
+ [
2439
+ [() => RetrieveAndGenerateStreamResponseOutput, 16],
2440
+ [
2441
+ 0,
2442
+ {
2443
+ [_hH]: _xabkbsi,
2444
+ },
2445
+ ],
2446
+ ],
2447
+ ];
2448
+ export var RetrievedReference = [
2449
+ 3,
2450
+ n0,
2451
+ _RRet,
2452
+ 0,
2453
+ [_co, _l, _me],
2454
+ [
2455
+ [() => RetrievalResultContent, 0],
2456
+ [() => RetrievalResultLocation, 0],
2457
+ [() => RetrievalResultMetadata, 0],
2458
+ ],
2459
+ ];
2460
+ export var RetrieveRequest = [
2461
+ 3,
2462
+ n0,
2463
+ _RRetr,
2464
+ 0,
2465
+ [_kBI, _rQ, _rCe, _gC, _nTe],
2466
+ [
2467
+ [0, 1],
2468
+ [() => KnowledgeBaseQuery, 0],
2469
+ [() => KnowledgeBaseRetrievalConfiguration, 0],
2470
+ () => GuardrailConfiguration,
2471
+ 0,
2472
+ ],
2473
+ ];
2474
+ export var RetrieveResponse = [
2475
+ 3,
2476
+ n0,
2477
+ _RRetri,
2478
+ 0,
2479
+ [_rRet, _gA, _nTe],
2480
+ [[() => KnowledgeBaseRetrievalResults, 0], 0, 0],
2481
+ ];
2482
+ export var ReturnControlPayload = [
2483
+ 3,
2484
+ n0,
2485
+ _RCP,
2486
+ 8,
2487
+ [_iInv, _iI],
2488
+ [[() => InvocationInputs, 0], 0],
2489
+ ];
2490
+ export var ReturnControlResults = [
2491
+ 3,
2492
+ n0,
2493
+ _RCR,
2494
+ 0,
2495
+ [_iI, _rCIR],
2496
+ [0, [() => ReturnControlInvocationResults, 0]],
2497
+ ];
2498
+ export var RoutingClassifierModelInvocationOutput = [
2499
+ 3,
2500
+ n0,
2501
+ _RCMIO,
2502
+ 8,
2503
+ [_tI, _rRa, _me],
2504
+ [0, [() => RawResponse, 0], [() => Metadata, 0]],
2505
+ ];
2506
+ export var S3Identifier = [3, n0, _SI, 0, [_sBN, _sOK], [0, 0]];
2507
+ export var S3Location = [3, n0, _SL, 0, [_uri], [0]];
2508
+ export var S3ObjectDoc = [3, n0, _SOD, 0, [_uri], [0]];
2509
+ export var S3ObjectFile = [3, n0, _SOF, 0, [_uri], [0]];
2510
+ export var SatisfiedCondition = [3, n0, _SC, 8, [_cNo], [0]];
2511
+ export var ServiceQuotaExceededException = [
2512
+ -3,
2513
+ n0,
2514
+ _SQEE,
2515
+ {
2516
+ [_e]: _c,
2517
+ [_hE]: 400,
2518
+ },
2519
+ [_m],
2520
+ [0],
2521
+ ];
2522
+ TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
2523
+ export var SessionState = [
2524
+ 3,
2525
+ n0,
2526
+ _SS,
2527
+ 0,
2528
+ [_sAe, _pSA, _rCIR, _iI, _fi, _kBCn, _cH],
2529
+ [
2530
+ 128 | 0,
2531
+ 128 | 0,
2532
+ [() => ReturnControlInvocationResults, 0],
2533
+ 0,
2534
+ [() => InputFiles, 0],
2535
+ [() => KnowledgeBaseConfigurations, 0],
2536
+ [() => ConversationHistory, 0],
2537
+ ],
2538
+ ];
2539
+ export var SessionSummary = [3, n0, _SSe, 0, [_sIe, _sA, _sS, _cA, _lUA], [0, 0, 0, 5, 5]];
2540
+ export var Span = [3, n0, _Sp, 0, [_sta, _en], [1, 1]];
2541
+ export var StartFlowExecutionRequest = [
2542
+ 3,
2543
+ n0,
2544
+ _SFER,
2545
+ 0,
2546
+ [_fI, _fAI, _fEN, _inp, _mPC],
2547
+ [[0, 1], [0, 1], 0, [() => FlowInputs, 0], () => ModelPerformanceConfiguration],
2548
+ ];
2549
+ export var StartFlowExecutionResponse = [3, n0, _SFERt, 0, [_eA], [0]];
2550
+ export var StopFlowExecutionRequest = [
2551
+ 3,
2552
+ n0,
2553
+ _SFERto,
2554
+ 0,
2555
+ [_fI, _fAI, _eI],
2556
+ [
2557
+ [0, 1],
2558
+ [0, 1],
2559
+ [0, 1],
2560
+ ],
2561
+ ];
2562
+ export var StopFlowExecutionResponse = [3, n0, _SFERtop, 0, [_eA, _st], [0, 0]];
2563
+ export var StreamingConfigurations = [3, n0, _SCt, 0, [_sFR, _aGI], [2, 1]];
2564
+ export var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _ta], [[0, 1], 128 | 0]];
2565
+ export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
2566
+ export var TextInferenceConfig = [3, n0, _TIC, 0, [_te, _tPo, _mTa, _sSt], [1, 1, 1, 64 | 0]];
2567
+ export var TextPrompt = [3, n0, _TP, 8, [_t], [0]];
2568
+ export var TextResponsePart = [3, n0, _TRP, 8, [_t, _sp], [0, () => Span]];
2569
+ export var TextToSqlConfiguration = [
2570
+ 3,
2571
+ n0,
2572
+ _TTSC,
2573
+ 0,
2574
+ [_ty, _kBC],
2575
+ [0, () => TextToSqlKnowledgeBaseConfiguration],
2576
+ ];
2577
+ export var TextToSqlKnowledgeBaseConfiguration = [3, n0, _TTSKBC, 0, [_kBA], [0]];
2578
+ export var ThrottlingException = [
2579
+ -3,
2580
+ n0,
2581
+ _TE,
2582
+ {
2583
+ [_e]: _c,
2584
+ [_hE]: 429,
2585
+ },
2586
+ [_m],
2587
+ [0],
2588
+ ];
2589
+ TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
2590
+ export var TracePart = [
2591
+ 3,
2592
+ n0,
2593
+ _TPr,
2594
+ 8,
2595
+ [_sIe, _tr, _cCa, _eTv, _cN, _aI, _aAI, _aV],
2596
+ [0, [() => Trace, 0], () => CallerChain, 5, [() => Name, 0], 0, 0, 0],
2597
+ ];
2598
+ export var TransformationConfiguration = [
2599
+ 3,
2600
+ n0,
2601
+ _TC,
2602
+ 0,
2603
+ [_mo, _tTSC],
2604
+ [0, () => TextToSqlConfiguration],
2605
+ ];
2606
+ export var UntagResourceRequest = [
2607
+ 3,
2608
+ n0,
2609
+ _URR,
2610
+ 0,
2611
+ [_rA, _tKa],
2612
+ [
2613
+ [0, 1],
2614
+ [
2615
+ 64 | 0,
2616
+ {
2617
+ [_hQ]: _tKa,
2618
+ },
2619
+ ],
2620
+ ],
2621
+ ];
2622
+ export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
2623
+ export var UpdateSessionRequest = [3, n0, _USR, 0, [_sM, _sI], [128 | 0, [0, 1]]];
2624
+ export var UpdateSessionResponse = [
2625
+ 3,
2626
+ n0,
2627
+ _USRp,
2628
+ 0,
2629
+ [_sIe, _sA, _sS, _cA, _lUA],
2630
+ [0, 0, 0, 5, 5],
2631
+ ];
2632
+ export var Usage = [3, n0, _U, 8, [_iTnp, _oTu], [1, 1]];
2633
+ export var ValidationException = [
2634
+ -3,
2635
+ n0,
2636
+ _VE,
2637
+ {
2638
+ [_e]: _c,
2639
+ [_hE]: 400,
2640
+ },
2641
+ [_m],
2642
+ [0],
2643
+ ];
2644
+ TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
2645
+ export var VectorSearchBedrockRerankingConfiguration = [
2646
+ 3,
2647
+ n0,
2648
+ _VSBRC,
2649
+ 0,
2650
+ [_mC, _nORR, _mCet],
2651
+ [() => VectorSearchBedrockRerankingModelConfiguration, 1, [() => MetadataConfigurationForReranking, 0]],
2652
+ ];
2653
+ export var VectorSearchBedrockRerankingModelConfiguration = [
2654
+ 3,
2655
+ n0,
2656
+ _VSBRMC,
2657
+ 0,
2658
+ [_mA, _aMRF],
2659
+ [0, 128 | 15],
2660
+ ];
2661
+ export var VectorSearchRerankingConfiguration = [
2662
+ 3,
2663
+ n0,
2664
+ _VSRC,
2665
+ 0,
2666
+ [_ty, _bRC],
2667
+ [0, [() => VectorSearchBedrockRerankingConfiguration, 0]],
2668
+ ];
2669
+ export var __Unit = "unit";
2670
+ export var BedrockAgentRuntimeServiceException = [
2671
+ -3,
2672
+ _sm,
2673
+ "BedrockAgentRuntimeServiceException",
2674
+ 0,
2675
+ [],
2676
+ [],
2677
+ ];
2678
+ TypeRegistry.for(_sm).registerError(BedrockAgentRuntimeServiceException, __BedrockAgentRuntimeServiceException);
2679
+ export var AgentActionGroups = [1, n0, _AAGg, 0, [() => AgentActionGroup, 0]];
2680
+ export var AgentTraces = [1, n0, _AT, 0, [() => TracePart, 0]];
2681
+ export var ApiParameters = [1, n0, _APpi, 0, () => ApiParameter];
2682
+ export var BedrockSessionContentBlocks = [1, n0, _BSCB, 0, [() => BedrockSessionContentBlock, 0]];
2683
+ export var CallerChain = [1, n0, _CCa, 0, () => Caller];
2684
+ export var Citations = [1, n0, _Ci, 0, [() => Citation, 0]];
2685
+ export var CollaboratorConfigurations = [1, n0, _CCo, 0, [() => CollaboratorConfiguration, 0]];
2686
+ export var Collaborators = [1, n0, _Col, 0, [() => Collaborator, 0]];
2687
+ export var ContentBlocks = [1, n0, _CBo, 0, [() => ContentBlock, 0]];
2688
+ export var ExternalSources = [1, n0, _ESx, 0, [() => ExternalSource, 0]];
2689
+ export var FieldsForReranking = [1, n0, _FFRi, 8, () => FieldForReranking];
2690
+ export var Files = 64 | 0;
2691
+ export var FlowExecutionErrors = [1, n0, _FEEl, 0, () => FlowExecutionError];
2692
+ export var FlowExecutionEvents = [1, n0, _FEElo, 0, [() => FlowExecutionEvent, 0]];
2693
+ export var FlowExecutionSummaries = [1, n0, _FESl, 0, () => FlowExecutionSummary];
2694
+ export var FlowInputFields = [1, n0, _FIFl, 0, [() => FlowInputField, 0]];
2695
+ export var FlowInputs = [1, n0, _FIl, 0, [() => FlowInput, 0]];
2696
+ export var FlowOutputFields = [1, n0, _FOFl, 0, [() => FlowOutputField, 0]];
2697
+ export var FlowTraceConditions = [1, n0, _FTCl, 0, [() => FlowTraceCondition, 0]];
2698
+ export var FlowTraceNodeInputExecutionChain = [
2699
+ 1,
2700
+ n0,
2701
+ _FTNIEC,
2702
+ 8,
2703
+ [() => FlowTraceNodeInputExecutionChainItem, 0],
2704
+ ];
2705
+ export var FlowTraceNodeInputFields = [1, n0, _FTNIFl, 0, [() => FlowTraceNodeInputField, 0]];
2706
+ export var FlowTraceNodeOutputFields = [1, n0, _FTNOFl, 0, [() => FlowTraceNodeOutputField, 0]];
2707
+ export var FlowTraceNodeOutputNextList = [1, n0, _FTNONL, 0, [() => FlowTraceNodeOutputNext, 0]];
2708
+ export var FunctionParameters = [1, n0, _FPun, 0, () => FunctionParameter];
2709
+ export var Functions = [1, n0, _Fu, 0, [() => FunctionDefinition, 0]];
2710
+ export var GeneratedQueries = [1, n0, _GQe, 0, [() => GeneratedQuery, 0]];
2711
+ export var GuardrailAssessmentList = [1, n0, _GAL, 0, [() => GuardrailAssessment, 0]];
2712
+ export var GuardrailContentFilterList = [1, n0, _GCFL, 8, [() => GuardrailContentFilter, 0]];
2713
+ export var GuardrailCustomWordList = [1, n0, _GCWL, 8, [() => GuardrailCustomWord, 0]];
2714
+ export var GuardrailManagedWordList = [1, n0, _GMWL, 8, [() => GuardrailManagedWord, 0]];
2715
+ export var GuardrailPiiEntityFilterList = [1, n0, _GPEFL, 8, [() => GuardrailPiiEntityFilter, 0]];
2716
+ export var GuardrailRegexFilterList = [1, n0, _GRFL, 8, [() => GuardrailRegexFilter, 0]];
2717
+ export var GuardrailTopicList = [1, n0, _GTL, 8, [() => GuardrailTopic, 0]];
2718
+ export var ImageInputs = [1, n0, _IIm, 0, () => ImageInput];
2719
+ export var InputFiles = [1, n0, _IFn, 0, [() => InputFile, 0]];
2720
+ export var InvocationInputs = [1, n0, _IInv, 0, [() => InvocationInputMember, 0]];
2721
+ export var InvocationStepSummaries = [1, n0, _ISSnv, 0, () => InvocationStepSummary];
2722
+ export var InvocationSummaries = [1, n0, _ISnv, 0, () => InvocationSummary];
2723
+ export var KnowledgeBaseConfigurations = [1, n0, _KBCn, 0, [() => KnowledgeBaseConfiguration, 0]];
2724
+ export var KnowledgeBaseRetrievalResults = [
2725
+ 1,
2726
+ n0,
2727
+ _KBRRn,
2728
+ 8,
2729
+ [() => KnowledgeBaseRetrievalResult, 0],
2730
+ ];
2731
+ export var KnowledgeBases = [1, n0, _KBn, 0, [() => KnowledgeBase, 0]];
2732
+ export var Memories = [1, n0, _Mem, 0, () => Memory];
2733
+ export var Messages = [1, n0, _Mes, 0, [() => Message, 0]];
2734
+ export var MetadataAttributeSchemaList = [1, n0, _MASL, 0, [() => MetadataAttributeSchema, 0]];
2735
+ export var NodeInputExecutionChain = [1, n0, _NIEC, 0, () => NodeInputExecutionChainItem];
2736
+ export var NodeInputFields = [1, n0, _NIFo, 0, [() => NodeInputField, 0]];
2737
+ export var NodeOutputFields = [1, n0, _NOFo, 0, [() => NodeOutputField, 0]];
2738
+ export var NodeOutputNextList = [1, n0, _NONL, 0, [() => NodeOutputNext, 0]];
2739
+ export var OutputFiles = [1, n0, _OFu, 0, [() => OutputFile, 0]];
2740
+ export var ParameterList = [1, n0, _PL, 0, () => Parameter];
2741
+ export var _Parameters = [1, n0, _Par, 0, () => Parameter];
2742
+ export var PromptConfigurations = [1, n0, _PCro, 0, [() => PromptConfiguration, 0]];
2743
+ export var RAGStopSequences = 64 | 0;
2744
+ export var RerankQueriesList = [1, n0, _RQL, 8, [() => RerankQuery, 0]];
2745
+ export var RerankResultsList = [1, n0, _RRLe, 0, [() => RerankResult, 0]];
2746
+ export var RerankSourcesList = [1, n0, _RSL, 8, [() => RerankSource, 0]];
2747
+ export var RetrievalFilterList = [1, n0, _RFL, 0, [() => RetrievalFilter, 0]];
2748
+ export var RetrievalResultContentRow = [1, n0, _RRCR, 8, [() => RetrievalResultContentColumn, 0]];
2749
+ export var RetrievedReferences = [1, n0, _RRetrie, 0, [() => RetrievedReference, 0]];
2750
+ export var ReturnControlInvocationResults = [1, n0, _RCIR, 0, [() => InvocationResultMember, 0]];
2751
+ export var SatisfiedConditions = [1, n0, _SCa, 0, [() => SatisfiedCondition, 0]];
2752
+ export var SessionSummaries = [1, n0, _SSes, 0, () => SessionSummary];
2753
+ export var StopSequences = 64 | 0;
2754
+ export var TagKeyList = 64 | 0;
2755
+ export var ActionGroupSignatureParams = 128 | 0;
2756
+ export var AdditionalModelRequestFields = 128 | 15;
2757
+ export var ApiContentMap = [2, n0, _ACM, 0, 0, () => PropertyParameters];
2758
+ export var ContentMap = [2, n0, _CM, 0, 0, () => _Parameters];
2759
+ export var ParameterMap = [2, n0, _PM, 0, 0, () => ParameterDetail];
2760
+ export var PromptSessionAttributesMap = 128 | 0;
2761
+ export var ResponseBody = [2, n0, _RBe, 0, 0, () => ContentBody];
2762
+ export var RetrievalResultMetadata = [2, n0, _RRM, 8, 0, 15];
2763
+ export var SessionAttributesMap = 128 | 0;
2764
+ export var SessionMetadataMap = 128 | 0;
2765
+ export var TagsMap = 128 | 0;
2766
+ export var ActionGroupExecutor = [3, n0, _AGE, 0, [_lam, _cCu], [0, 0]];
2767
+ export var APISchema = [3, n0, _APIS, 0, [_s_, _pa], [() => S3Identifier, [() => Payload, 0]]];
2768
+ export var BedrockSessionContentBlock = [3, n0, _BSCBe, 8, [_t, _ima], [0, () => ImageBlock]];
2769
+ export var Caller = [3, n0, _Ca, 0, [_aAA], [0]];
2770
+ export var ContentBlock = [3, n0, _CBon, 8, [_t], [0]];
2771
+ export var FlowExecutionContent = [3, n0, _FEC, 8, [_do], [15]];
2772
+ export var FlowExecutionEvent = [
2773
+ 3,
2774
+ n0,
2775
+ _FEElow,
2776
+ 0,
2777
+ [_fIE, _fOE, _nIE, _nOE, _cRE, _nFE, _fFE, _nAE, _nDE],
2778
+ [
2779
+ [() => FlowExecutionInputEvent, 0],
2780
+ [() => FlowExecutionOutputEvent, 0],
2781
+ [() => NodeInputEvent, 0],
2782
+ [() => NodeOutputEvent, 0],
2783
+ [() => ConditionResultEvent, 0],
2784
+ [() => NodeFailureEvent, 0],
2785
+ [() => FlowFailureEvent, 0],
2786
+ [() => NodeActionEvent, 0],
2787
+ [() => NodeDependencyEvent, 0],
2788
+ ],
2789
+ ];
2790
+ export var FlowInputContent = [3, n0, _FIC, 8, [_do], [15]];
2791
+ export var FlowMultiTurnInputContent = [3, n0, _FMTIC, 0, [_do], [15]];
2792
+ export var FlowOutputContent = [3, n0, _FOC, 0, [_do], [15]];
2793
+ export var FlowResponseStream = [
2794
+ 3,
2795
+ n0,
2796
+ _FRSl,
2797
+ {
2798
+ [_stre]: 1,
2799
+ },
2800
+ [_fOE, _fCE, _fTE, _iSE, _vE, _rNFE, _sQEE, _tEh, _aDE, _cE, _dFE, _bGE, _fMTIRE],
2801
+ [
2802
+ [() => FlowOutputEvent, 0],
2803
+ [() => FlowCompletionEvent, 0],
2804
+ [() => FlowTraceEvent, 0],
2805
+ [() => InternalServerException, 0],
2806
+ [() => ValidationException, 0],
2807
+ [() => ResourceNotFoundException, 0],
2808
+ [() => ServiceQuotaExceededException, 0],
2809
+ [() => ThrottlingException, 0],
2810
+ [() => AccessDeniedException, 0],
2811
+ [() => ConflictException, 0],
2812
+ [() => DependencyFailedException, 0],
2813
+ [() => BadGatewayException, 0],
2814
+ [() => FlowMultiTurnInputRequestEvent, 0],
2815
+ ],
2816
+ ];
2817
+ export var FlowTrace = [
2818
+ 3,
2819
+ n0,
2820
+ _FTl,
2821
+ 8,
2822
+ [_nIT, _nOT, _cNRT, _nAT, _nDT],
2823
+ [
2824
+ [() => FlowTraceNodeInputEvent, 0],
2825
+ [() => FlowTraceNodeOutputEvent, 0],
2826
+ [() => FlowTraceConditionNodeResultEvent, 0],
2827
+ [() => FlowTraceNodeActionEvent, 0],
2828
+ [() => FlowTraceDependencyEvent, 0],
2829
+ ],
2830
+ ];
2831
+ export var FlowTraceNodeInputContent = [3, n0, _FTNIC, 8, [_do], [15]];
2832
+ export var FlowTraceNodeOutputContent = [3, n0, _FTNOC, 0, [_do], [15]];
2833
+ export var FunctionSchema = [3, n0, _FSu, 0, [_fu], [[() => Functions, 0]]];
2834
+ export var ImageInputSource = [3, n0, _IIS, 0, [_by], [21]];
2835
+ export var ImageSource = [3, n0, _ISm, 0, [_by, _sL], [21, () => S3Location]];
2836
+ export var InlineAgentResponseStream = [
2837
+ 3,
2838
+ n0,
2839
+ _IARS,
2840
+ {
2841
+ [_stre]: 1,
2842
+ },
2843
+ [_ch, _tr, _rCet, _iSE, _vE, _rNFE, _sQEE, _tEh, _aDE, _cE, _dFE, _bGE, _fi],
2844
+ [
2845
+ [() => InlineAgentPayloadPart, 0],
2846
+ [() => InlineAgentTracePart, 0],
2847
+ [() => InlineAgentReturnControlPayload, 0],
2848
+ [() => InternalServerException, 0],
2849
+ [() => ValidationException, 0],
2850
+ [() => ResourceNotFoundException, 0],
2851
+ [() => ServiceQuotaExceededException, 0],
2852
+ [() => ThrottlingException, 0],
2853
+ [() => AccessDeniedException, 0],
2854
+ [() => ConflictException, 0],
2855
+ [() => DependencyFailedException, 0],
2856
+ [() => BadGatewayException, 0],
2857
+ [() => InlineAgentFilePart, 0],
2858
+ ],
2859
+ ];
2860
+ export var InputPrompt = [3, n0, _IP, 0, [_tPe], [[() => TextPrompt, 0]]];
2861
+ export var InvocationInputMember = [
2862
+ 3,
2863
+ n0,
2864
+ _IIM,
2865
+ 0,
2866
+ [_aII, _fII],
2867
+ [
2868
+ [() => ApiInvocationInput, 0],
2869
+ [() => FunctionInvocationInput, 0],
2870
+ ],
2871
+ ];
2872
+ export var InvocationResultMember = [
2873
+ 3,
2874
+ n0,
2875
+ _IRM,
2876
+ 0,
2877
+ [_aR, _fRu],
2878
+ [[() => ApiResult, 0], () => FunctionResult],
2879
+ ];
2880
+ export var InvocationStepPayload = [
2881
+ 3,
2882
+ n0,
2883
+ _ISP,
2884
+ 0,
2885
+ [_cB],
2886
+ [[() => BedrockSessionContentBlocks, 0]],
2887
+ ];
2888
+ export var Memory = [3, n0, _Memo, 0, [_sSess], [() => MemorySessionSummary]];
2889
+ export var NodeExecutionContent = [3, n0, _NEC, 8, [_do], [15]];
2890
+ export var NodeTraceElements = [3, n0, _NTE, 8, [_aT], [[() => AgentTraces, 0]]];
2891
+ export var OptimizedPrompt = [3, n0, _OP, 0, [_tPe], [[() => TextPrompt, 0]]];
2892
+ export var OptimizedPromptStream = [
2893
+ 3,
2894
+ n0,
2895
+ _OPS,
2896
+ {
2897
+ [_stre]: 1,
2898
+ },
2899
+ [_oPE, _aPE, _iSE, _tEh, _vE, _dFE, _aDE, _bGE],
2900
+ [
2901
+ [() => OptimizedPromptEvent, 0],
2902
+ [() => AnalyzePromptEvent, 0],
2903
+ [() => InternalServerException, 0],
2904
+ [() => ThrottlingException, 0],
2905
+ [() => ValidationException, 0],
2906
+ [() => DependencyFailedException, 0],
2907
+ [() => AccessDeniedException, 0],
2908
+ [() => BadGatewayException, 0],
2909
+ ],
2910
+ ];
2911
+ export var OrchestrationExecutor = [3, n0, _OE, 0, [_lam], [0]];
2912
+ export var OrchestrationTrace = [
2913
+ 3,
2914
+ n0,
2915
+ _OT,
2916
+ 8,
2917
+ [_ra, _iInvo, _ob, _mII, _mIO],
2918
+ [
2919
+ [() => Rationale, 0],
2920
+ [() => InvocationInput, 0],
2921
+ [() => Observation, 0],
2922
+ [() => ModelInvocationInput, 0],
2923
+ [() => OrchestrationModelInvocationOutput, 0],
2924
+ ],
2925
+ ];
2926
+ export var PostProcessingTrace = [
2927
+ 3,
2928
+ n0,
2929
+ _PPT,
2930
+ 8,
2931
+ [_mII, _mIO],
2932
+ [
2933
+ [() => ModelInvocationInput, 0],
2934
+ [() => PostProcessingModelInvocationOutput, 0],
2935
+ ],
2936
+ ];
2937
+ export var PreProcessingTrace = [
2938
+ 3,
2939
+ n0,
2940
+ _PPTr,
2941
+ 8,
2942
+ [_mII, _mIO],
2943
+ [
2944
+ [() => ModelInvocationInput, 0],
2945
+ [() => PreProcessingModelInvocationOutput, 0],
2946
+ ],
2947
+ ];
2948
+ export var ReasoningContentBlock = [
2949
+ 3,
2950
+ n0,
2951
+ _RCB,
2952
+ 8,
2953
+ [_rT, _rCed],
2954
+ [[() => ReasoningTextBlock, 0], 21],
2955
+ ];
2956
+ export var RerankingMetadataSelectiveModeConfiguration = [
2957
+ 3,
2958
+ n0,
2959
+ _RMSMC,
2960
+ 0,
2961
+ [_fTI, _fTEi],
2962
+ [
2963
+ [() => FieldsForReranking, 0],
2964
+ [() => FieldsForReranking, 0],
2965
+ ],
2966
+ ];
2967
+ export var ResponseStream = [
2968
+ 3,
2969
+ n0,
2970
+ _RSes,
2971
+ {
2972
+ [_stre]: 1,
2973
+ },
2974
+ [_ch, _tr, _rCet, _iSE, _vE, _rNFE, _sQEE, _tEh, _aDE, _cE, _dFE, _bGE, _mNRE, _fi],
2975
+ [
2976
+ [() => PayloadPart, 0],
2977
+ [() => TracePart, 0],
2978
+ [() => ReturnControlPayload, 0],
2979
+ [() => InternalServerException, 0],
2980
+ [() => ValidationException, 0],
2981
+ [() => ResourceNotFoundException, 0],
2982
+ [() => ServiceQuotaExceededException, 0],
2983
+ [() => ThrottlingException, 0],
2984
+ [() => AccessDeniedException, 0],
2985
+ [() => ConflictException, 0],
2986
+ [() => DependencyFailedException, 0],
2987
+ [() => BadGatewayException, 0],
2988
+ [() => ModelNotReadyException, 0],
2989
+ [() => FilePart, 0],
2990
+ ],
2991
+ ];
2992
+ export var RetrievalFilter = [
2993
+ 3,
2994
+ n0,
2995
+ _RF,
2996
+ 8,
2997
+ [_eq, _nE, _gT, _gTOE, _lT, _lTOE, _in_, _nI, _sW, _lC, _sCtr, _aA, _oAr],
2998
+ [
2999
+ () => FilterAttribute,
3000
+ () => FilterAttribute,
3001
+ () => FilterAttribute,
3002
+ () => FilterAttribute,
3003
+ () => FilterAttribute,
3004
+ () => FilterAttribute,
3005
+ () => FilterAttribute,
3006
+ () => FilterAttribute,
3007
+ () => FilterAttribute,
3008
+ () => FilterAttribute,
3009
+ () => FilterAttribute,
3010
+ [() => RetrievalFilterList, 0],
3011
+ [() => RetrievalFilterList, 0],
3012
+ ],
3013
+ ];
3014
+ export var RetrieveAndGenerateStreamResponseOutput = [
3015
+ 3,
3016
+ n0,
3017
+ _RAGSRO,
3018
+ {
3019
+ [_stre]: 1,
3020
+ },
3021
+ [_o, _cit, _g, _iSE, _vE, _rNFE, _sQEE, _tEh, _aDE, _cE, _dFE, _bGE],
3022
+ [
3023
+ [() => RetrieveAndGenerateOutputEvent, 0],
3024
+ [() => CitationEvent, 0],
3025
+ () => GuardrailEvent,
3026
+ [() => InternalServerException, 0],
3027
+ [() => ValidationException, 0],
3028
+ [() => ResourceNotFoundException, 0],
3029
+ [() => ServiceQuotaExceededException, 0],
3030
+ [() => ThrottlingException, 0],
3031
+ [() => AccessDeniedException, 0],
3032
+ [() => ConflictException, 0],
3033
+ [() => DependencyFailedException, 0],
3034
+ [() => BadGatewayException, 0],
3035
+ ],
3036
+ ];
3037
+ export var RoutingClassifierTrace = [
3038
+ 3,
3039
+ n0,
3040
+ _RCT,
3041
+ 8,
3042
+ [_iInvo, _ob, _mII, _mIO],
3043
+ [
3044
+ [() => InvocationInput, 0],
3045
+ [() => Observation, 0],
3046
+ [() => ModelInvocationInput, 0],
3047
+ [() => RoutingClassifierModelInvocationOutput, 0],
3048
+ ],
3049
+ ];
3050
+ export var Trace = [
3051
+ 3,
3052
+ n0,
3053
+ _T,
3054
+ 8,
3055
+ [_gTu, _pPT, _oTr, _pPTo, _rCT, _fT, _cOT],
3056
+ [
3057
+ [() => GuardrailTrace, 0],
3058
+ [() => PreProcessingTrace, 0],
3059
+ [() => OrchestrationTrace, 0],
3060
+ [() => PostProcessingTrace, 0],
3061
+ [() => RoutingClassifierTrace, 0],
3062
+ [() => FailureTrace, 0],
3063
+ [() => CustomOrchestrationTrace, 0],
3064
+ ],
3065
+ ];
3066
+ export var TraceElements = [3, n0, _TEr, 8, [_aT], [[() => AgentTraces, 0]]];
3067
+ export var CreateInvocation = [
3068
+ 9,
3069
+ n0,
3070
+ _CIr,
3071
+ {
3072
+ [_h]: ["PUT", "/sessions/{sessionIdentifier}/invocations/", 201],
3073
+ },
3074
+ () => CreateInvocationRequest,
3075
+ () => CreateInvocationResponse,
3076
+ ];
3077
+ export var CreateSession = [
3078
+ 9,
3079
+ n0,
3080
+ _CS,
3081
+ {
3082
+ [_h]: ["PUT", "/sessions/", 201],
3083
+ },
3084
+ () => CreateSessionRequest,
3085
+ () => CreateSessionResponse,
3086
+ ];
3087
+ export var DeleteAgentMemory = [
3088
+ 9,
3089
+ n0,
3090
+ _DAM,
3091
+ {
3092
+ [_h]: ["DELETE", "/agents/{agentId}/agentAliases/{agentAliasId}/memories", 202],
3093
+ },
3094
+ () => DeleteAgentMemoryRequest,
3095
+ () => DeleteAgentMemoryResponse,
3096
+ ];
3097
+ export var DeleteSession = [
3098
+ 9,
3099
+ n0,
3100
+ _DS,
3101
+ {
3102
+ [_h]: ["DELETE", "/sessions/{sessionIdentifier}/", 200],
3103
+ },
3104
+ () => DeleteSessionRequest,
3105
+ () => DeleteSessionResponse,
3106
+ ];
3107
+ export var EndSession = [
3108
+ 9,
3109
+ n0,
3110
+ _ESn,
3111
+ {
3112
+ [_h]: ["PATCH", "/sessions/{sessionIdentifier}", 200],
3113
+ },
3114
+ () => EndSessionRequest,
3115
+ () => EndSessionResponse,
3116
+ ];
3117
+ export var GenerateQuery = [
3118
+ 9,
3119
+ n0,
3120
+ _GQen,
3121
+ {
3122
+ [_h]: ["POST", "/generateQuery", 200],
3123
+ },
3124
+ () => GenerateQueryRequest,
3125
+ () => GenerateQueryResponse,
3126
+ ];
3127
+ export var GetAgentMemory = [
3128
+ 9,
3129
+ n0,
3130
+ _GAM,
3131
+ {
3132
+ [_h]: ["GET", "/agents/{agentId}/agentAliases/{agentAliasId}/memories", 200],
3133
+ },
3134
+ () => GetAgentMemoryRequest,
3135
+ () => GetAgentMemoryResponse,
3136
+ ];
3137
+ export var GetExecutionFlowSnapshot = [
3138
+ 9,
3139
+ n0,
3140
+ _GEFS,
3141
+ {
3142
+ [_h]: [
3143
+ "GET",
3144
+ "/flows/{flowIdentifier}/aliases/{flowAliasIdentifier}/executions/{executionIdentifier}/flowsnapshot",
3145
+ 200,
3146
+ ],
3147
+ },
3148
+ () => GetExecutionFlowSnapshotRequest,
3149
+ () => GetExecutionFlowSnapshotResponse,
3150
+ ];
3151
+ export var GetFlowExecution = [
3152
+ 9,
3153
+ n0,
3154
+ _GFE,
3155
+ {
3156
+ [_h]: ["GET", "/flows/{flowIdentifier}/aliases/{flowAliasIdentifier}/executions/{executionIdentifier}", 200],
3157
+ },
3158
+ () => GetFlowExecutionRequest,
3159
+ () => GetFlowExecutionResponse,
3160
+ ];
3161
+ export var GetInvocationStep = [
3162
+ 9,
3163
+ n0,
3164
+ _GIS,
3165
+ {
3166
+ [_h]: ["POST", "/sessions/{sessionIdentifier}/invocationSteps/{invocationStepId}", 200],
3167
+ },
3168
+ () => GetInvocationStepRequest,
3169
+ () => GetInvocationStepResponse,
3170
+ ];
3171
+ export var GetSession = [
3172
+ 9,
3173
+ n0,
3174
+ _GS,
3175
+ {
3176
+ [_h]: ["GET", "/sessions/{sessionIdentifier}/", 200],
3177
+ },
3178
+ () => GetSessionRequest,
3179
+ () => GetSessionResponse,
3180
+ ];
3181
+ export var InvokeAgent = [
3182
+ 9,
3183
+ n0,
3184
+ _IA,
3185
+ {
3186
+ [_h]: ["POST", "/agents/{agentId}/agentAliases/{agentAliasId}/sessions/{sessionId}/text", 200],
3187
+ },
3188
+ () => InvokeAgentRequest,
3189
+ () => InvokeAgentResponse,
3190
+ ];
3191
+ export var InvokeFlow = [
3192
+ 9,
3193
+ n0,
3194
+ _IFnv,
3195
+ {
3196
+ [_h]: ["POST", "/flows/{flowIdentifier}/aliases/{flowAliasIdentifier}", 200],
3197
+ },
3198
+ () => InvokeFlowRequest,
3199
+ () => InvokeFlowResponse,
3200
+ ];
3201
+ export var InvokeInlineAgent = [
3202
+ 9,
3203
+ n0,
3204
+ _IIA,
3205
+ {
3206
+ [_h]: ["POST", "/agents/{sessionId}", 200],
3207
+ },
3208
+ () => InvokeInlineAgentRequest,
3209
+ () => InvokeInlineAgentResponse,
3210
+ ];
3211
+ export var ListFlowExecutionEvents = [
3212
+ 9,
3213
+ n0,
3214
+ _LFEE,
3215
+ {
3216
+ [_h]: ["GET", "/flows/{flowIdentifier}/aliases/{flowAliasIdentifier}/executions/{executionIdentifier}/events", 200],
3217
+ },
3218
+ () => ListFlowExecutionEventsRequest,
3219
+ () => ListFlowExecutionEventsResponse,
3220
+ ];
3221
+ export var ListFlowExecutions = [
3222
+ 9,
3223
+ n0,
3224
+ _LFE,
3225
+ {
3226
+ [_h]: ["GET", "/flows/{flowIdentifier}/executions", 200],
3227
+ },
3228
+ () => ListFlowExecutionsRequest,
3229
+ () => ListFlowExecutionsResponse,
3230
+ ];
3231
+ export var ListInvocations = [
3232
+ 9,
3233
+ n0,
3234
+ _LI,
3235
+ {
3236
+ [_h]: ["POST", "/sessions/{sessionIdentifier}/invocations/", 200],
3237
+ },
3238
+ () => ListInvocationsRequest,
3239
+ () => ListInvocationsResponse,
3240
+ ];
3241
+ export var ListInvocationSteps = [
3242
+ 9,
3243
+ n0,
3244
+ _LIS,
3245
+ {
3246
+ [_h]: ["POST", "/sessions/{sessionIdentifier}/invocationSteps/", 200],
3247
+ },
3248
+ () => ListInvocationStepsRequest,
3249
+ () => ListInvocationStepsResponse,
3250
+ ];
3251
+ export var ListSessions = [
3252
+ 9,
3253
+ n0,
3254
+ _LS,
3255
+ {
3256
+ [_h]: ["POST", "/sessions/", 200],
3257
+ },
3258
+ () => ListSessionsRequest,
3259
+ () => ListSessionsResponse,
3260
+ ];
3261
+ export var ListTagsForResource = [
3262
+ 9,
3263
+ n0,
3264
+ _LTFR,
3265
+ {
3266
+ [_h]: ["GET", "/tags/{resourceArn}", 200],
3267
+ },
3268
+ () => ListTagsForResourceRequest,
3269
+ () => ListTagsForResourceResponse,
3270
+ ];
3271
+ export var OptimizePrompt = [
3272
+ 9,
3273
+ n0,
3274
+ _OPp,
3275
+ {
3276
+ [_h]: ["POST", "/optimize-prompt", 200],
3277
+ },
3278
+ () => OptimizePromptRequest,
3279
+ () => OptimizePromptResponse,
3280
+ ];
3281
+ export var PutInvocationStep = [
3282
+ 9,
3283
+ n0,
3284
+ _PIS,
3285
+ {
3286
+ [_h]: ["PUT", "/sessions/{sessionIdentifier}/invocationSteps/", 201],
3287
+ },
3288
+ () => PutInvocationStepRequest,
3289
+ () => PutInvocationStepResponse,
3290
+ ];
3291
+ export var Rerank = [
3292
+ 9,
3293
+ n0,
3294
+ _Re,
3295
+ {
3296
+ [_h]: ["POST", "/rerank", 200],
3297
+ },
3298
+ () => RerankRequest,
3299
+ () => RerankResponse,
3300
+ ];
3301
+ export var Retrieve = [
3302
+ 9,
3303
+ n0,
3304
+ _Ret,
3305
+ {
3306
+ [_h]: ["POST", "/knowledgebases/{knowledgeBaseId}/retrieve", 200],
3307
+ },
3308
+ () => RetrieveRequest,
3309
+ () => RetrieveResponse,
3310
+ ];
3311
+ export var RetrieveAndGenerate = [
3312
+ 9,
3313
+ n0,
3314
+ _RAG,
3315
+ {
3316
+ [_h]: ["POST", "/retrieveAndGenerate", 200],
3317
+ },
3318
+ () => RetrieveAndGenerateRequest,
3319
+ () => RetrieveAndGenerateResponse,
3320
+ ];
3321
+ export var RetrieveAndGenerateStream = [
3322
+ 9,
3323
+ n0,
3324
+ _RAGS,
3325
+ {
3326
+ [_h]: ["POST", "/retrieveAndGenerateStream", 200],
3327
+ },
3328
+ () => RetrieveAndGenerateStreamRequest,
3329
+ () => RetrieveAndGenerateStreamResponse,
3330
+ ];
3331
+ export var StartFlowExecution = [
3332
+ 9,
3333
+ n0,
3334
+ _SFE,
3335
+ {
3336
+ [_h]: ["POST", "/flows/{flowIdentifier}/aliases/{flowAliasIdentifier}/executions", 200],
3337
+ },
3338
+ () => StartFlowExecutionRequest,
3339
+ () => StartFlowExecutionResponse,
3340
+ ];
3341
+ export var StopFlowExecution = [
3342
+ 9,
3343
+ n0,
3344
+ _SFEt,
3345
+ {
3346
+ [_h]: ["POST", "/flows/{flowIdentifier}/aliases/{flowAliasIdentifier}/executions/{executionIdentifier}/stop", 200],
3347
+ },
3348
+ () => StopFlowExecutionRequest,
3349
+ () => StopFlowExecutionResponse,
3350
+ ];
3351
+ export var TagResource = [
3352
+ 9,
3353
+ n0,
3354
+ _TR,
3355
+ {
3356
+ [_h]: ["POST", "/tags/{resourceArn}", 200],
3357
+ },
3358
+ () => TagResourceRequest,
3359
+ () => TagResourceResponse,
3360
+ ];
3361
+ export var UntagResource = [
3362
+ 9,
3363
+ n0,
3364
+ _UR,
3365
+ {
3366
+ [_h]: ["DELETE", "/tags/{resourceArn}", 200],
3367
+ },
3368
+ () => UntagResourceRequest,
3369
+ () => UntagResourceResponse,
3370
+ ];
3371
+ export var UpdateSession = [
3372
+ 9,
3373
+ n0,
3374
+ _US,
3375
+ {
3376
+ [_h]: ["PUT", "/sessions/{sessionIdentifier}/", 200],
3377
+ },
3378
+ () => UpdateSessionRequest,
3379
+ () => UpdateSessionResponse,
3380
+ ];