@aws-sdk/client-bedrock-agent-runtime 3.986.0 → 3.988.0

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