@aws-sdk/client-bedrock-agent-runtime 3.896.0 → 3.899.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 +804 -621
- package/dist-es/commands/RetrieveAndGenerateCommand.js +1 -2
- package/dist-es/models/models_0.js +662 -625
- package/dist-es/models/models_1.js +53 -1
- package/dist-es/protocols/Aws_restJson1.js +78 -0
- package/dist-types/commands/InvokeFlowCommand.d.ts +773 -0
- package/dist-types/commands/ListFlowExecutionEventsCommand.d.ts +780 -0
- package/dist-types/commands/RetrieveAndGenerateCommand.d.ts +1 -2
- package/dist-types/models/models_0.d.ts +2963 -2757
- package/dist-types/models/models_1.d.ts +272 -1
- package/dist-types/ts3.4/commands/RetrieveAndGenerateCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_0.d.ts +1871 -1756
- package/dist-types/ts3.4/models/models_1.d.ts +102 -8
- package/package.json +11 -11
package/dist-cjs/index.js
CHANGED
|
@@ -84,6 +84,7 @@ __export(index_exports, {
|
|
|
84
84
|
FinalResponseFilterSensitiveLog: () => FinalResponseFilterSensitiveLog,
|
|
85
85
|
FlowCompletionEventFilterSensitiveLog: () => FlowCompletionEventFilterSensitiveLog,
|
|
86
86
|
FlowCompletionReason: () => FlowCompletionReason,
|
|
87
|
+
FlowControlNodeType: () => FlowControlNodeType,
|
|
87
88
|
FlowErrorCode: () => FlowErrorCode,
|
|
88
89
|
FlowExecutionContent: () => FlowExecutionContent,
|
|
89
90
|
FlowExecutionContentFilterSensitiveLog: () => FlowExecutionContentFilterSensitiveLog,
|
|
@@ -101,6 +102,8 @@ __export(index_exports, {
|
|
|
101
102
|
FlowInputFilterSensitiveLog: () => FlowInputFilterSensitiveLog,
|
|
102
103
|
FlowMultiTurnInputContent: () => FlowMultiTurnInputContent,
|
|
103
104
|
FlowMultiTurnInputRequestEventFilterSensitiveLog: () => FlowMultiTurnInputRequestEventFilterSensitiveLog,
|
|
105
|
+
FlowNodeIODataType: () => FlowNodeIODataType,
|
|
106
|
+
FlowNodeInputCategory: () => FlowNodeInputCategory,
|
|
104
107
|
FlowOutputContent: () => FlowOutputContent,
|
|
105
108
|
FlowOutputEventFilterSensitiveLog: () => FlowOutputEventFilterSensitiveLog,
|
|
106
109
|
FlowOutputFieldFilterSensitiveLog: () => FlowOutputFieldFilterSensitiveLog,
|
|
@@ -109,16 +112,20 @@ __export(index_exports, {
|
|
|
109
112
|
FlowTrace: () => FlowTrace,
|
|
110
113
|
FlowTraceConditionFilterSensitiveLog: () => FlowTraceConditionFilterSensitiveLog,
|
|
111
114
|
FlowTraceConditionNodeResultEventFilterSensitiveLog: () => FlowTraceConditionNodeResultEventFilterSensitiveLog,
|
|
115
|
+
FlowTraceDependencyEventFilterSensitiveLog: () => FlowTraceDependencyEventFilterSensitiveLog,
|
|
112
116
|
FlowTraceEventFilterSensitiveLog: () => FlowTraceEventFilterSensitiveLog,
|
|
113
117
|
FlowTraceFilterSensitiveLog: () => FlowTraceFilterSensitiveLog,
|
|
114
118
|
FlowTraceNodeActionEventFilterSensitiveLog: () => FlowTraceNodeActionEventFilterSensitiveLog,
|
|
115
119
|
FlowTraceNodeInputContent: () => FlowTraceNodeInputContent,
|
|
116
120
|
FlowTraceNodeInputContentFilterSensitiveLog: () => FlowTraceNodeInputContentFilterSensitiveLog,
|
|
117
121
|
FlowTraceNodeInputEventFilterSensitiveLog: () => FlowTraceNodeInputEventFilterSensitiveLog,
|
|
122
|
+
FlowTraceNodeInputExecutionChainItemFilterSensitiveLog: () => FlowTraceNodeInputExecutionChainItemFilterSensitiveLog,
|
|
118
123
|
FlowTraceNodeInputFieldFilterSensitiveLog: () => FlowTraceNodeInputFieldFilterSensitiveLog,
|
|
124
|
+
FlowTraceNodeInputSourceFilterSensitiveLog: () => FlowTraceNodeInputSourceFilterSensitiveLog,
|
|
119
125
|
FlowTraceNodeOutputContent: () => FlowTraceNodeOutputContent,
|
|
120
126
|
FlowTraceNodeOutputEventFilterSensitiveLog: () => FlowTraceNodeOutputEventFilterSensitiveLog,
|
|
121
127
|
FlowTraceNodeOutputFieldFilterSensitiveLog: () => FlowTraceNodeOutputFieldFilterSensitiveLog,
|
|
128
|
+
FlowTraceNodeOutputNextFilterSensitiveLog: () => FlowTraceNodeOutputNextFilterSensitiveLog,
|
|
122
129
|
FunctionDefinitionFilterSensitiveLog: () => FunctionDefinitionFilterSensitiveLog,
|
|
123
130
|
FunctionInvocationInputFilterSensitiveLog: () => FunctionInvocationInputFilterSensitiveLog,
|
|
124
131
|
FunctionSchema: () => FunctionSchema,
|
|
@@ -218,14 +225,20 @@ __export(index_exports, {
|
|
|
218
225
|
MetadataFilterSensitiveLog: () => MetadataFilterSensitiveLog,
|
|
219
226
|
ModelInvocationInputFilterSensitiveLog: () => ModelInvocationInputFilterSensitiveLog,
|
|
220
227
|
ModelNotReadyException: () => ModelNotReadyException,
|
|
228
|
+
NodeActionEventFilterSensitiveLog: () => NodeActionEventFilterSensitiveLog,
|
|
229
|
+
NodeDependencyEventFilterSensitiveLog: () => NodeDependencyEventFilterSensitiveLog,
|
|
221
230
|
NodeErrorCode: () => NodeErrorCode,
|
|
222
231
|
NodeExecutionContent: () => NodeExecutionContent,
|
|
223
232
|
NodeExecutionContentFilterSensitiveLog: () => NodeExecutionContentFilterSensitiveLog,
|
|
224
233
|
NodeFailureEventFilterSensitiveLog: () => NodeFailureEventFilterSensitiveLog,
|
|
225
234
|
NodeInputEventFilterSensitiveLog: () => NodeInputEventFilterSensitiveLog,
|
|
226
235
|
NodeInputFieldFilterSensitiveLog: () => NodeInputFieldFilterSensitiveLog,
|
|
236
|
+
NodeInputSourceFilterSensitiveLog: () => NodeInputSourceFilterSensitiveLog,
|
|
227
237
|
NodeOutputEventFilterSensitiveLog: () => NodeOutputEventFilterSensitiveLog,
|
|
228
238
|
NodeOutputFieldFilterSensitiveLog: () => NodeOutputFieldFilterSensitiveLog,
|
|
239
|
+
NodeOutputNextFilterSensitiveLog: () => NodeOutputNextFilterSensitiveLog,
|
|
240
|
+
NodeTraceElements: () => NodeTraceElements,
|
|
241
|
+
NodeTraceElementsFilterSensitiveLog: () => NodeTraceElementsFilterSensitiveLog,
|
|
229
242
|
NodeType: () => NodeType,
|
|
230
243
|
ObservationFilterSensitiveLog: () => ObservationFilterSensitiveLog,
|
|
231
244
|
OptimizePromptCommand: () => OptimizePromptCommand,
|
|
@@ -337,6 +350,8 @@ __export(index_exports, {
|
|
|
337
350
|
TextToSqlConfigurationType: () => TextToSqlConfigurationType,
|
|
338
351
|
ThrottlingException: () => ThrottlingException,
|
|
339
352
|
Trace: () => Trace,
|
|
353
|
+
TraceElements: () => TraceElements,
|
|
354
|
+
TraceElementsFilterSensitiveLog: () => TraceElementsFilterSensitiveLog,
|
|
340
355
|
TraceFilterSensitiveLog: () => TraceFilterSensitiveLog,
|
|
341
356
|
TracePartFilterSensitiveLog: () => TracePartFilterSensitiveLog,
|
|
342
357
|
Type: () => Type,
|
|
@@ -650,6 +665,196 @@ var InvocationInputMember;
|
|
|
650
665
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
651
666
|
}, "visit");
|
|
652
667
|
})(InvocationInputMember || (InvocationInputMember = {}));
|
|
668
|
+
var Caller;
|
|
669
|
+
((Caller2) => {
|
|
670
|
+
Caller2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
671
|
+
if (value.agentAliasArn !== void 0) return visitor.agentAliasArn(value.agentAliasArn);
|
|
672
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
673
|
+
}, "visit");
|
|
674
|
+
})(Caller || (Caller = {}));
|
|
675
|
+
var GuardrailAction = {
|
|
676
|
+
INTERVENED: "INTERVENED",
|
|
677
|
+
NONE: "NONE"
|
|
678
|
+
};
|
|
679
|
+
var GuardrailContentPolicyAction = {
|
|
680
|
+
BLOCKED: "BLOCKED"
|
|
681
|
+
};
|
|
682
|
+
var GuardrailContentFilterConfidence = {
|
|
683
|
+
HIGH: "HIGH",
|
|
684
|
+
LOW: "LOW",
|
|
685
|
+
MEDIUM: "MEDIUM",
|
|
686
|
+
NONE: "NONE"
|
|
687
|
+
};
|
|
688
|
+
var GuardrailContentFilterType = {
|
|
689
|
+
HATE: "HATE",
|
|
690
|
+
INSULTS: "INSULTS",
|
|
691
|
+
MISCONDUCT: "MISCONDUCT",
|
|
692
|
+
PROMPT_ATTACK: "PROMPT_ATTACK",
|
|
693
|
+
SEXUAL: "SEXUAL",
|
|
694
|
+
VIOLENCE: "VIOLENCE"
|
|
695
|
+
};
|
|
696
|
+
var GuardrailSensitiveInformationPolicyAction = {
|
|
697
|
+
ANONYMIZED: "ANONYMIZED",
|
|
698
|
+
BLOCKED: "BLOCKED"
|
|
699
|
+
};
|
|
700
|
+
var GuardrailPiiEntityType = {
|
|
701
|
+
ADDRESS: "ADDRESS",
|
|
702
|
+
AGE: "AGE",
|
|
703
|
+
AWS_ACCESS_KEY: "AWS_ACCESS_KEY",
|
|
704
|
+
AWS_SECRET_KEY: "AWS_SECRET_KEY",
|
|
705
|
+
CA_HEALTH_NUMBER: "CA_HEALTH_NUMBER",
|
|
706
|
+
CA_SOCIAL_INSURANCE_NUMBER: "CA_SOCIAL_INSURANCE_NUMBER",
|
|
707
|
+
CREDIT_DEBIT_CARD_CVV: "CREDIT_DEBIT_CARD_CVV",
|
|
708
|
+
CREDIT_DEBIT_CARD_EXPIRY: "CREDIT_DEBIT_CARD_EXPIRY",
|
|
709
|
+
CREDIT_DEBIT_CARD_NUMBER: "CREDIT_DEBIT_CARD_NUMBER",
|
|
710
|
+
DRIVER_ID: "DRIVER_ID",
|
|
711
|
+
EMAIL: "EMAIL",
|
|
712
|
+
INTERNATIONAL_BANK_ACCOUNT_NUMBER: "INTERNATIONAL_BANK_ACCOUNT_NUMBER",
|
|
713
|
+
IP_ADDRESS: "IP_ADDRESS",
|
|
714
|
+
LICENSE_PLATE: "LICENSE_PLATE",
|
|
715
|
+
MAC_ADDRESS: "MAC_ADDRESS",
|
|
716
|
+
NAME: "NAME",
|
|
717
|
+
PASSWORD: "PASSWORD",
|
|
718
|
+
PHONE: "PHONE",
|
|
719
|
+
PIN: "PIN",
|
|
720
|
+
SWIFT_CODE: "SWIFT_CODE",
|
|
721
|
+
UK_NATIONAL_HEALTH_SERVICE_NUMBER: "UK_NATIONAL_HEALTH_SERVICE_NUMBER",
|
|
722
|
+
UK_NATIONAL_INSURANCE_NUMBER: "UK_NATIONAL_INSURANCE_NUMBER",
|
|
723
|
+
UK_UNIQUE_TAXPAYER_REFERENCE_NUMBER: "UK_UNIQUE_TAXPAYER_REFERENCE_NUMBER",
|
|
724
|
+
URL: "URL",
|
|
725
|
+
USERNAME: "USERNAME",
|
|
726
|
+
US_BANK_ACCOUNT_NUMBER: "US_BANK_ACCOUNT_NUMBER",
|
|
727
|
+
US_BANK_ROUTING_NUMBER: "US_BANK_ROUTING_NUMBER",
|
|
728
|
+
US_INDIVIDUAL_TAX_IDENTIFICATION_NUMBER: "US_INDIVIDUAL_TAX_IDENTIFICATION_NUMBER",
|
|
729
|
+
US_PASSPORT_NUMBER: "US_PASSPORT_NUMBER",
|
|
730
|
+
US_SOCIAL_SECURITY_NUMBER: "US_SOCIAL_SECURITY_NUMBER",
|
|
731
|
+
VEHICLE_IDENTIFICATION_NUMBER: "VEHICLE_IDENTIFICATION_NUMBER"
|
|
732
|
+
};
|
|
733
|
+
var GuardrailTopicPolicyAction = {
|
|
734
|
+
BLOCKED: "BLOCKED"
|
|
735
|
+
};
|
|
736
|
+
var GuardrailTopicType = {
|
|
737
|
+
DENY: "DENY"
|
|
738
|
+
};
|
|
739
|
+
var GuardrailWordPolicyAction = {
|
|
740
|
+
BLOCKED: "BLOCKED"
|
|
741
|
+
};
|
|
742
|
+
var GuardrailManagedWordType = {
|
|
743
|
+
PROFANITY: "PROFANITY"
|
|
744
|
+
};
|
|
745
|
+
var InvocationType = {
|
|
746
|
+
ACTION_GROUP: "ACTION_GROUP",
|
|
747
|
+
ACTION_GROUP_CODE_INTERPRETER: "ACTION_GROUP_CODE_INTERPRETER",
|
|
748
|
+
AGENT_COLLABORATOR: "AGENT_COLLABORATOR",
|
|
749
|
+
FINISH: "FINISH",
|
|
750
|
+
KNOWLEDGE_BASE: "KNOWLEDGE_BASE"
|
|
751
|
+
};
|
|
752
|
+
var CreationMode = {
|
|
753
|
+
DEFAULT: "DEFAULT",
|
|
754
|
+
OVERRIDDEN: "OVERRIDDEN"
|
|
755
|
+
};
|
|
756
|
+
var PromptType = {
|
|
757
|
+
KNOWLEDGE_BASE_RESPONSE_GENERATION: "KNOWLEDGE_BASE_RESPONSE_GENERATION",
|
|
758
|
+
ORCHESTRATION: "ORCHESTRATION",
|
|
759
|
+
POST_PROCESSING: "POST_PROCESSING",
|
|
760
|
+
PRE_PROCESSING: "PRE_PROCESSING",
|
|
761
|
+
ROUTING_CLASSIFIER: "ROUTING_CLASSIFIER"
|
|
762
|
+
};
|
|
763
|
+
var ReasoningContentBlock;
|
|
764
|
+
((ReasoningContentBlock3) => {
|
|
765
|
+
ReasoningContentBlock3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
766
|
+
if (value.reasoningText !== void 0) return visitor.reasoningText(value.reasoningText);
|
|
767
|
+
if (value.redactedContent !== void 0) return visitor.redactedContent(value.redactedContent);
|
|
768
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
769
|
+
}, "visit");
|
|
770
|
+
})(ReasoningContentBlock || (ReasoningContentBlock = {}));
|
|
771
|
+
var RetrievalResultContentColumnType = {
|
|
772
|
+
BLOB: "BLOB",
|
|
773
|
+
BOOLEAN: "BOOLEAN",
|
|
774
|
+
DOUBLE: "DOUBLE",
|
|
775
|
+
LONG: "LONG",
|
|
776
|
+
NULL: "NULL",
|
|
777
|
+
STRING: "STRING"
|
|
778
|
+
};
|
|
779
|
+
var RetrievalResultContentType = {
|
|
780
|
+
IMAGE: "IMAGE",
|
|
781
|
+
ROW: "ROW",
|
|
782
|
+
TEXT: "TEXT"
|
|
783
|
+
};
|
|
784
|
+
var RetrievalResultLocationType = {
|
|
785
|
+
CONFLUENCE: "CONFLUENCE",
|
|
786
|
+
CUSTOM: "CUSTOM",
|
|
787
|
+
KENDRA: "KENDRA",
|
|
788
|
+
S3: "S3",
|
|
789
|
+
SALESFORCE: "SALESFORCE",
|
|
790
|
+
SHAREPOINT: "SHAREPOINT",
|
|
791
|
+
SQL: "SQL",
|
|
792
|
+
WEB: "WEB"
|
|
793
|
+
};
|
|
794
|
+
var Source = {
|
|
795
|
+
ACTION_GROUP: "ACTION_GROUP",
|
|
796
|
+
KNOWLEDGE_BASE: "KNOWLEDGE_BASE",
|
|
797
|
+
PARSER: "PARSER"
|
|
798
|
+
};
|
|
799
|
+
var Type = {
|
|
800
|
+
ACTION_GROUP: "ACTION_GROUP",
|
|
801
|
+
AGENT_COLLABORATOR: "AGENT_COLLABORATOR",
|
|
802
|
+
ASK_USER: "ASK_USER",
|
|
803
|
+
FINISH: "FINISH",
|
|
804
|
+
KNOWLEDGE_BASE: "KNOWLEDGE_BASE",
|
|
805
|
+
REPROMPT: "REPROMPT"
|
|
806
|
+
};
|
|
807
|
+
var OrchestrationTrace;
|
|
808
|
+
((OrchestrationTrace3) => {
|
|
809
|
+
OrchestrationTrace3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
810
|
+
if (value.rationale !== void 0) return visitor.rationale(value.rationale);
|
|
811
|
+
if (value.invocationInput !== void 0) return visitor.invocationInput(value.invocationInput);
|
|
812
|
+
if (value.observation !== void 0) return visitor.observation(value.observation);
|
|
813
|
+
if (value.modelInvocationInput !== void 0) return visitor.modelInvocationInput(value.modelInvocationInput);
|
|
814
|
+
if (value.modelInvocationOutput !== void 0) return visitor.modelInvocationOutput(value.modelInvocationOutput);
|
|
815
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
816
|
+
}, "visit");
|
|
817
|
+
})(OrchestrationTrace || (OrchestrationTrace = {}));
|
|
818
|
+
var PostProcessingTrace;
|
|
819
|
+
((PostProcessingTrace3) => {
|
|
820
|
+
PostProcessingTrace3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
821
|
+
if (value.modelInvocationInput !== void 0) return visitor.modelInvocationInput(value.modelInvocationInput);
|
|
822
|
+
if (value.modelInvocationOutput !== void 0) return visitor.modelInvocationOutput(value.modelInvocationOutput);
|
|
823
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
824
|
+
}, "visit");
|
|
825
|
+
})(PostProcessingTrace || (PostProcessingTrace = {}));
|
|
826
|
+
var PreProcessingTrace;
|
|
827
|
+
((PreProcessingTrace3) => {
|
|
828
|
+
PreProcessingTrace3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
829
|
+
if (value.modelInvocationInput !== void 0) return visitor.modelInvocationInput(value.modelInvocationInput);
|
|
830
|
+
if (value.modelInvocationOutput !== void 0) return visitor.modelInvocationOutput(value.modelInvocationOutput);
|
|
831
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
832
|
+
}, "visit");
|
|
833
|
+
})(PreProcessingTrace || (PreProcessingTrace = {}));
|
|
834
|
+
var RoutingClassifierTrace;
|
|
835
|
+
((RoutingClassifierTrace3) => {
|
|
836
|
+
RoutingClassifierTrace3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
837
|
+
if (value.invocationInput !== void 0) return visitor.invocationInput(value.invocationInput);
|
|
838
|
+
if (value.observation !== void 0) return visitor.observation(value.observation);
|
|
839
|
+
if (value.modelInvocationInput !== void 0) return visitor.modelInvocationInput(value.modelInvocationInput);
|
|
840
|
+
if (value.modelInvocationOutput !== void 0) return visitor.modelInvocationOutput(value.modelInvocationOutput);
|
|
841
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
842
|
+
}, "visit");
|
|
843
|
+
})(RoutingClassifierTrace || (RoutingClassifierTrace = {}));
|
|
844
|
+
var Trace;
|
|
845
|
+
((Trace3) => {
|
|
846
|
+
Trace3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
847
|
+
if (value.guardrailTrace !== void 0) return visitor.guardrailTrace(value.guardrailTrace);
|
|
848
|
+
if (value.preProcessingTrace !== void 0) return visitor.preProcessingTrace(value.preProcessingTrace);
|
|
849
|
+
if (value.orchestrationTrace !== void 0) return visitor.orchestrationTrace(value.orchestrationTrace);
|
|
850
|
+
if (value.postProcessingTrace !== void 0) return visitor.postProcessingTrace(value.postProcessingTrace);
|
|
851
|
+
if (value.routingClassifierTrace !== void 0) return visitor.routingClassifierTrace(value.routingClassifierTrace);
|
|
852
|
+
if (value.failureTrace !== void 0) return visitor.failureTrace(value.failureTrace);
|
|
853
|
+
if (value.customOrchestrationTrace !== void 0)
|
|
854
|
+
return visitor.customOrchestrationTrace(value.customOrchestrationTrace);
|
|
855
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
856
|
+
}, "visit");
|
|
857
|
+
})(Trace || (Trace = {}));
|
|
653
858
|
var InternalServerException = class _InternalServerException extends BedrockAgentRuntimeServiceException {
|
|
654
859
|
static {
|
|
655
860
|
__name(this, "InternalServerException");
|
|
@@ -754,12 +959,24 @@ var FlowExecutionContent;
|
|
|
754
959
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
755
960
|
}, "visit");
|
|
756
961
|
})(FlowExecutionContent || (FlowExecutionContent = {}));
|
|
962
|
+
var NodeTraceElements;
|
|
963
|
+
((NodeTraceElements3) => {
|
|
964
|
+
NodeTraceElements3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
965
|
+
if (value.agentTraces !== void 0) return visitor.agentTraces(value.agentTraces);
|
|
966
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
967
|
+
}, "visit");
|
|
968
|
+
})(NodeTraceElements || (NodeTraceElements = {}));
|
|
757
969
|
var NodeErrorCode = {
|
|
758
970
|
BAD_GATEWAY: "BAD_GATEWAY",
|
|
759
971
|
DEPENDENCY_FAILED: "DEPENDENCY_FAILED",
|
|
760
972
|
INTERNAL_SERVER: "INTERNAL_SERVER",
|
|
761
973
|
VALIDATION: "VALIDATION"
|
|
762
974
|
};
|
|
975
|
+
var FlowNodeInputCategory = {
|
|
976
|
+
EXIT_LOOP: "ExitLoop",
|
|
977
|
+
LOOP_CONDITION: "LoopCondition",
|
|
978
|
+
RETURN_VALUE_TO_LOOP_START: "ReturnValueToLoopStart"
|
|
979
|
+
};
|
|
763
980
|
var NodeExecutionContent;
|
|
764
981
|
((NodeExecutionContent3) => {
|
|
765
982
|
NodeExecutionContent3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
@@ -767,6 +984,17 @@ var NodeExecutionContent;
|
|
|
767
984
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
768
985
|
}, "visit");
|
|
769
986
|
})(NodeExecutionContent || (NodeExecutionContent = {}));
|
|
987
|
+
var FlowControlNodeType = {
|
|
988
|
+
ITERATOR: "Iterator",
|
|
989
|
+
LOOP: "Loop"
|
|
990
|
+
};
|
|
991
|
+
var FlowNodeIODataType = {
|
|
992
|
+
ARRAY: "Array",
|
|
993
|
+
BOOLEAN: "Boolean",
|
|
994
|
+
NUMBER: "Number",
|
|
995
|
+
OBJECT: "Object",
|
|
996
|
+
STRING: "String"
|
|
997
|
+
};
|
|
770
998
|
var FlowExecutionEvent;
|
|
771
999
|
((FlowExecutionEvent3) => {
|
|
772
1000
|
FlowExecutionEvent3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
@@ -777,6 +1005,8 @@ var FlowExecutionEvent;
|
|
|
777
1005
|
if (value.conditionResultEvent !== void 0) return visitor.conditionResultEvent(value.conditionResultEvent);
|
|
778
1006
|
if (value.nodeFailureEvent !== void 0) return visitor.nodeFailureEvent(value.nodeFailureEvent);
|
|
779
1007
|
if (value.flowFailureEvent !== void 0) return visitor.flowFailureEvent(value.flowFailureEvent);
|
|
1008
|
+
if (value.nodeActionEvent !== void 0) return visitor.nodeActionEvent(value.nodeActionEvent);
|
|
1009
|
+
if (value.nodeDependencyEvent !== void 0) return visitor.nodeDependencyEvent(value.nodeDependencyEvent);
|
|
780
1010
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
781
1011
|
}, "visit");
|
|
782
1012
|
})(FlowExecutionEvent || (FlowExecutionEvent = {}));
|
|
@@ -902,6 +1132,13 @@ var FlowOutputContent;
|
|
|
902
1132
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
903
1133
|
}, "visit");
|
|
904
1134
|
})(FlowOutputContent || (FlowOutputContent = {}));
|
|
1135
|
+
var TraceElements;
|
|
1136
|
+
((TraceElements3) => {
|
|
1137
|
+
TraceElements3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1138
|
+
if (value.agentTraces !== void 0) return visitor.agentTraces(value.agentTraces);
|
|
1139
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1140
|
+
}, "visit");
|
|
1141
|
+
})(TraceElements || (TraceElements = {}));
|
|
905
1142
|
var FlowTraceNodeInputContent;
|
|
906
1143
|
((FlowTraceNodeInputContent3) => {
|
|
907
1144
|
FlowTraceNodeInputContent3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
@@ -924,6 +1161,7 @@ var FlowTrace;
|
|
|
924
1161
|
if (value.conditionNodeResultTrace !== void 0)
|
|
925
1162
|
return visitor.conditionNodeResultTrace(value.conditionNodeResultTrace);
|
|
926
1163
|
if (value.nodeActionTrace !== void 0) return visitor.nodeActionTrace(value.nodeActionTrace);
|
|
1164
|
+
if (value.nodeDependencyTrace !== void 0) return visitor.nodeDependencyTrace(value.nodeDependencyTrace);
|
|
927
1165
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
928
1166
|
}, "visit");
|
|
929
1167
|
})(FlowTrace || (FlowTrace = {}));
|
|
@@ -1007,29 +1245,6 @@ var RerankingMetadataSelectiveModeConfiguration;
|
|
|
1007
1245
|
var VectorSearchRerankingConfigurationType = {
|
|
1008
1246
|
BEDROCK_RERANKING_MODEL: "BEDROCK_RERANKING_MODEL"
|
|
1009
1247
|
};
|
|
1010
|
-
var RetrievalResultContentColumnType = {
|
|
1011
|
-
BLOB: "BLOB",
|
|
1012
|
-
BOOLEAN: "BOOLEAN",
|
|
1013
|
-
DOUBLE: "DOUBLE",
|
|
1014
|
-
LONG: "LONG",
|
|
1015
|
-
NULL: "NULL",
|
|
1016
|
-
STRING: "STRING"
|
|
1017
|
-
};
|
|
1018
|
-
var RetrievalResultContentType = {
|
|
1019
|
-
IMAGE: "IMAGE",
|
|
1020
|
-
ROW: "ROW",
|
|
1021
|
-
TEXT: "TEXT"
|
|
1022
|
-
};
|
|
1023
|
-
var RetrievalResultLocationType = {
|
|
1024
|
-
CONFLUENCE: "CONFLUENCE",
|
|
1025
|
-
CUSTOM: "CUSTOM",
|
|
1026
|
-
KENDRA: "KENDRA",
|
|
1027
|
-
S3: "S3",
|
|
1028
|
-
SALESFORCE: "SALESFORCE",
|
|
1029
|
-
SHAREPOINT: "SHAREPOINT",
|
|
1030
|
-
SQL: "SQL",
|
|
1031
|
-
WEB: "WEB"
|
|
1032
|
-
};
|
|
1033
1248
|
var ModelNotReadyException = class _ModelNotReadyException extends BedrockAgentRuntimeServiceException {
|
|
1034
1249
|
static {
|
|
1035
1250
|
__name(this, "ModelNotReadyException");
|
|
@@ -1048,200 +1263,33 @@ var ModelNotReadyException = class _ModelNotReadyException extends BedrockAgentR
|
|
|
1048
1263
|
Object.setPrototypeOf(this, _ModelNotReadyException.prototype);
|
|
1049
1264
|
}
|
|
1050
1265
|
};
|
|
1051
|
-
var
|
|
1052
|
-
((
|
|
1053
|
-
|
|
1054
|
-
if (value.
|
|
1266
|
+
var ResponseStream;
|
|
1267
|
+
((ResponseStream3) => {
|
|
1268
|
+
ResponseStream3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1269
|
+
if (value.chunk !== void 0) return visitor.chunk(value.chunk);
|
|
1270
|
+
if (value.trace !== void 0) return visitor.trace(value.trace);
|
|
1271
|
+
if (value.returnControl !== void 0) return visitor.returnControl(value.returnControl);
|
|
1272
|
+
if (value.internalServerException !== void 0)
|
|
1273
|
+
return visitor.internalServerException(value.internalServerException);
|
|
1274
|
+
if (value.validationException !== void 0) return visitor.validationException(value.validationException);
|
|
1275
|
+
if (value.resourceNotFoundException !== void 0)
|
|
1276
|
+
return visitor.resourceNotFoundException(value.resourceNotFoundException);
|
|
1277
|
+
if (value.serviceQuotaExceededException !== void 0)
|
|
1278
|
+
return visitor.serviceQuotaExceededException(value.serviceQuotaExceededException);
|
|
1279
|
+
if (value.throttlingException !== void 0) return visitor.throttlingException(value.throttlingException);
|
|
1280
|
+
if (value.accessDeniedException !== void 0) return visitor.accessDeniedException(value.accessDeniedException);
|
|
1281
|
+
if (value.conflictException !== void 0) return visitor.conflictException(value.conflictException);
|
|
1282
|
+
if (value.dependencyFailedException !== void 0)
|
|
1283
|
+
return visitor.dependencyFailedException(value.dependencyFailedException);
|
|
1284
|
+
if (value.badGatewayException !== void 0) return visitor.badGatewayException(value.badGatewayException);
|
|
1285
|
+
if (value.modelNotReadyException !== void 0) return visitor.modelNotReadyException(value.modelNotReadyException);
|
|
1286
|
+
if (value.files !== void 0) return visitor.files(value.files);
|
|
1055
1287
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1056
1288
|
}, "visit");
|
|
1057
|
-
})(
|
|
1058
|
-
var
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
};
|
|
1062
|
-
var GuardrailContentPolicyAction = {
|
|
1063
|
-
BLOCKED: "BLOCKED"
|
|
1064
|
-
};
|
|
1065
|
-
var GuardrailContentFilterConfidence = {
|
|
1066
|
-
HIGH: "HIGH",
|
|
1067
|
-
LOW: "LOW",
|
|
1068
|
-
MEDIUM: "MEDIUM",
|
|
1069
|
-
NONE: "NONE"
|
|
1070
|
-
};
|
|
1071
|
-
var GuardrailContentFilterType = {
|
|
1072
|
-
HATE: "HATE",
|
|
1073
|
-
INSULTS: "INSULTS",
|
|
1074
|
-
MISCONDUCT: "MISCONDUCT",
|
|
1075
|
-
PROMPT_ATTACK: "PROMPT_ATTACK",
|
|
1076
|
-
SEXUAL: "SEXUAL",
|
|
1077
|
-
VIOLENCE: "VIOLENCE"
|
|
1078
|
-
};
|
|
1079
|
-
var GuardrailSensitiveInformationPolicyAction = {
|
|
1080
|
-
ANONYMIZED: "ANONYMIZED",
|
|
1081
|
-
BLOCKED: "BLOCKED"
|
|
1082
|
-
};
|
|
1083
|
-
var GuardrailPiiEntityType = {
|
|
1084
|
-
ADDRESS: "ADDRESS",
|
|
1085
|
-
AGE: "AGE",
|
|
1086
|
-
AWS_ACCESS_KEY: "AWS_ACCESS_KEY",
|
|
1087
|
-
AWS_SECRET_KEY: "AWS_SECRET_KEY",
|
|
1088
|
-
CA_HEALTH_NUMBER: "CA_HEALTH_NUMBER",
|
|
1089
|
-
CA_SOCIAL_INSURANCE_NUMBER: "CA_SOCIAL_INSURANCE_NUMBER",
|
|
1090
|
-
CREDIT_DEBIT_CARD_CVV: "CREDIT_DEBIT_CARD_CVV",
|
|
1091
|
-
CREDIT_DEBIT_CARD_EXPIRY: "CREDIT_DEBIT_CARD_EXPIRY",
|
|
1092
|
-
CREDIT_DEBIT_CARD_NUMBER: "CREDIT_DEBIT_CARD_NUMBER",
|
|
1093
|
-
DRIVER_ID: "DRIVER_ID",
|
|
1094
|
-
EMAIL: "EMAIL",
|
|
1095
|
-
INTERNATIONAL_BANK_ACCOUNT_NUMBER: "INTERNATIONAL_BANK_ACCOUNT_NUMBER",
|
|
1096
|
-
IP_ADDRESS: "IP_ADDRESS",
|
|
1097
|
-
LICENSE_PLATE: "LICENSE_PLATE",
|
|
1098
|
-
MAC_ADDRESS: "MAC_ADDRESS",
|
|
1099
|
-
NAME: "NAME",
|
|
1100
|
-
PASSWORD: "PASSWORD",
|
|
1101
|
-
PHONE: "PHONE",
|
|
1102
|
-
PIN: "PIN",
|
|
1103
|
-
SWIFT_CODE: "SWIFT_CODE",
|
|
1104
|
-
UK_NATIONAL_HEALTH_SERVICE_NUMBER: "UK_NATIONAL_HEALTH_SERVICE_NUMBER",
|
|
1105
|
-
UK_NATIONAL_INSURANCE_NUMBER: "UK_NATIONAL_INSURANCE_NUMBER",
|
|
1106
|
-
UK_UNIQUE_TAXPAYER_REFERENCE_NUMBER: "UK_UNIQUE_TAXPAYER_REFERENCE_NUMBER",
|
|
1107
|
-
URL: "URL",
|
|
1108
|
-
USERNAME: "USERNAME",
|
|
1109
|
-
US_BANK_ACCOUNT_NUMBER: "US_BANK_ACCOUNT_NUMBER",
|
|
1110
|
-
US_BANK_ROUTING_NUMBER: "US_BANK_ROUTING_NUMBER",
|
|
1111
|
-
US_INDIVIDUAL_TAX_IDENTIFICATION_NUMBER: "US_INDIVIDUAL_TAX_IDENTIFICATION_NUMBER",
|
|
1112
|
-
US_PASSPORT_NUMBER: "US_PASSPORT_NUMBER",
|
|
1113
|
-
US_SOCIAL_SECURITY_NUMBER: "US_SOCIAL_SECURITY_NUMBER",
|
|
1114
|
-
VEHICLE_IDENTIFICATION_NUMBER: "VEHICLE_IDENTIFICATION_NUMBER"
|
|
1115
|
-
};
|
|
1116
|
-
var GuardrailTopicPolicyAction = {
|
|
1117
|
-
BLOCKED: "BLOCKED"
|
|
1118
|
-
};
|
|
1119
|
-
var GuardrailTopicType = {
|
|
1120
|
-
DENY: "DENY"
|
|
1121
|
-
};
|
|
1122
|
-
var GuardrailWordPolicyAction = {
|
|
1123
|
-
BLOCKED: "BLOCKED"
|
|
1124
|
-
};
|
|
1125
|
-
var GuardrailManagedWordType = {
|
|
1126
|
-
PROFANITY: "PROFANITY"
|
|
1127
|
-
};
|
|
1128
|
-
var InvocationType = {
|
|
1129
|
-
ACTION_GROUP: "ACTION_GROUP",
|
|
1130
|
-
ACTION_GROUP_CODE_INTERPRETER: "ACTION_GROUP_CODE_INTERPRETER",
|
|
1131
|
-
AGENT_COLLABORATOR: "AGENT_COLLABORATOR",
|
|
1132
|
-
FINISH: "FINISH",
|
|
1133
|
-
KNOWLEDGE_BASE: "KNOWLEDGE_BASE"
|
|
1134
|
-
};
|
|
1135
|
-
var CreationMode = {
|
|
1136
|
-
DEFAULT: "DEFAULT",
|
|
1137
|
-
OVERRIDDEN: "OVERRIDDEN"
|
|
1138
|
-
};
|
|
1139
|
-
var PromptType = {
|
|
1140
|
-
KNOWLEDGE_BASE_RESPONSE_GENERATION: "KNOWLEDGE_BASE_RESPONSE_GENERATION",
|
|
1141
|
-
ORCHESTRATION: "ORCHESTRATION",
|
|
1142
|
-
POST_PROCESSING: "POST_PROCESSING",
|
|
1143
|
-
PRE_PROCESSING: "PRE_PROCESSING",
|
|
1144
|
-
ROUTING_CLASSIFIER: "ROUTING_CLASSIFIER"
|
|
1145
|
-
};
|
|
1146
|
-
var ReasoningContentBlock;
|
|
1147
|
-
((ReasoningContentBlock3) => {
|
|
1148
|
-
ReasoningContentBlock3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1149
|
-
if (value.reasoningText !== void 0) return visitor.reasoningText(value.reasoningText);
|
|
1150
|
-
if (value.redactedContent !== void 0) return visitor.redactedContent(value.redactedContent);
|
|
1151
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1152
|
-
}, "visit");
|
|
1153
|
-
})(ReasoningContentBlock || (ReasoningContentBlock = {}));
|
|
1154
|
-
var Source = {
|
|
1155
|
-
ACTION_GROUP: "ACTION_GROUP",
|
|
1156
|
-
KNOWLEDGE_BASE: "KNOWLEDGE_BASE",
|
|
1157
|
-
PARSER: "PARSER"
|
|
1158
|
-
};
|
|
1159
|
-
var Type = {
|
|
1160
|
-
ACTION_GROUP: "ACTION_GROUP",
|
|
1161
|
-
AGENT_COLLABORATOR: "AGENT_COLLABORATOR",
|
|
1162
|
-
ASK_USER: "ASK_USER",
|
|
1163
|
-
FINISH: "FINISH",
|
|
1164
|
-
KNOWLEDGE_BASE: "KNOWLEDGE_BASE",
|
|
1165
|
-
REPROMPT: "REPROMPT"
|
|
1166
|
-
};
|
|
1167
|
-
var OrchestrationTrace;
|
|
1168
|
-
((OrchestrationTrace3) => {
|
|
1169
|
-
OrchestrationTrace3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1170
|
-
if (value.rationale !== void 0) return visitor.rationale(value.rationale);
|
|
1171
|
-
if (value.invocationInput !== void 0) return visitor.invocationInput(value.invocationInput);
|
|
1172
|
-
if (value.observation !== void 0) return visitor.observation(value.observation);
|
|
1173
|
-
if (value.modelInvocationInput !== void 0) return visitor.modelInvocationInput(value.modelInvocationInput);
|
|
1174
|
-
if (value.modelInvocationOutput !== void 0) return visitor.modelInvocationOutput(value.modelInvocationOutput);
|
|
1175
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1176
|
-
}, "visit");
|
|
1177
|
-
})(OrchestrationTrace || (OrchestrationTrace = {}));
|
|
1178
|
-
var PostProcessingTrace;
|
|
1179
|
-
((PostProcessingTrace3) => {
|
|
1180
|
-
PostProcessingTrace3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1181
|
-
if (value.modelInvocationInput !== void 0) return visitor.modelInvocationInput(value.modelInvocationInput);
|
|
1182
|
-
if (value.modelInvocationOutput !== void 0) return visitor.modelInvocationOutput(value.modelInvocationOutput);
|
|
1183
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1184
|
-
}, "visit");
|
|
1185
|
-
})(PostProcessingTrace || (PostProcessingTrace = {}));
|
|
1186
|
-
var PreProcessingTrace;
|
|
1187
|
-
((PreProcessingTrace3) => {
|
|
1188
|
-
PreProcessingTrace3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1189
|
-
if (value.modelInvocationInput !== void 0) return visitor.modelInvocationInput(value.modelInvocationInput);
|
|
1190
|
-
if (value.modelInvocationOutput !== void 0) return visitor.modelInvocationOutput(value.modelInvocationOutput);
|
|
1191
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1192
|
-
}, "visit");
|
|
1193
|
-
})(PreProcessingTrace || (PreProcessingTrace = {}));
|
|
1194
|
-
var RoutingClassifierTrace;
|
|
1195
|
-
((RoutingClassifierTrace3) => {
|
|
1196
|
-
RoutingClassifierTrace3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1197
|
-
if (value.invocationInput !== void 0) return visitor.invocationInput(value.invocationInput);
|
|
1198
|
-
if (value.observation !== void 0) return visitor.observation(value.observation);
|
|
1199
|
-
if (value.modelInvocationInput !== void 0) return visitor.modelInvocationInput(value.modelInvocationInput);
|
|
1200
|
-
if (value.modelInvocationOutput !== void 0) return visitor.modelInvocationOutput(value.modelInvocationOutput);
|
|
1201
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1202
|
-
}, "visit");
|
|
1203
|
-
})(RoutingClassifierTrace || (RoutingClassifierTrace = {}));
|
|
1204
|
-
var Trace;
|
|
1205
|
-
((Trace3) => {
|
|
1206
|
-
Trace3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1207
|
-
if (value.guardrailTrace !== void 0) return visitor.guardrailTrace(value.guardrailTrace);
|
|
1208
|
-
if (value.preProcessingTrace !== void 0) return visitor.preProcessingTrace(value.preProcessingTrace);
|
|
1209
|
-
if (value.orchestrationTrace !== void 0) return visitor.orchestrationTrace(value.orchestrationTrace);
|
|
1210
|
-
if (value.postProcessingTrace !== void 0) return visitor.postProcessingTrace(value.postProcessingTrace);
|
|
1211
|
-
if (value.routingClassifierTrace !== void 0) return visitor.routingClassifierTrace(value.routingClassifierTrace);
|
|
1212
|
-
if (value.failureTrace !== void 0) return visitor.failureTrace(value.failureTrace);
|
|
1213
|
-
if (value.customOrchestrationTrace !== void 0)
|
|
1214
|
-
return visitor.customOrchestrationTrace(value.customOrchestrationTrace);
|
|
1215
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1216
|
-
}, "visit");
|
|
1217
|
-
})(Trace || (Trace = {}));
|
|
1218
|
-
var ResponseStream;
|
|
1219
|
-
((ResponseStream3) => {
|
|
1220
|
-
ResponseStream3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1221
|
-
if (value.chunk !== void 0) return visitor.chunk(value.chunk);
|
|
1222
|
-
if (value.trace !== void 0) return visitor.trace(value.trace);
|
|
1223
|
-
if (value.returnControl !== void 0) return visitor.returnControl(value.returnControl);
|
|
1224
|
-
if (value.internalServerException !== void 0)
|
|
1225
|
-
return visitor.internalServerException(value.internalServerException);
|
|
1226
|
-
if (value.validationException !== void 0) return visitor.validationException(value.validationException);
|
|
1227
|
-
if (value.resourceNotFoundException !== void 0)
|
|
1228
|
-
return visitor.resourceNotFoundException(value.resourceNotFoundException);
|
|
1229
|
-
if (value.serviceQuotaExceededException !== void 0)
|
|
1230
|
-
return visitor.serviceQuotaExceededException(value.serviceQuotaExceededException);
|
|
1231
|
-
if (value.throttlingException !== void 0) return visitor.throttlingException(value.throttlingException);
|
|
1232
|
-
if (value.accessDeniedException !== void 0) return visitor.accessDeniedException(value.accessDeniedException);
|
|
1233
|
-
if (value.conflictException !== void 0) return visitor.conflictException(value.conflictException);
|
|
1234
|
-
if (value.dependencyFailedException !== void 0)
|
|
1235
|
-
return visitor.dependencyFailedException(value.dependencyFailedException);
|
|
1236
|
-
if (value.badGatewayException !== void 0) return visitor.badGatewayException(value.badGatewayException);
|
|
1237
|
-
if (value.modelNotReadyException !== void 0) return visitor.modelNotReadyException(value.modelNotReadyException);
|
|
1238
|
-
if (value.files !== void 0) return visitor.files(value.files);
|
|
1239
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1240
|
-
}, "visit");
|
|
1241
|
-
})(ResponseStream || (ResponseStream = {}));
|
|
1242
|
-
var RelayConversationHistory = {
|
|
1243
|
-
DISABLED: "DISABLED",
|
|
1244
|
-
TO_COLLABORATOR: "TO_COLLABORATOR"
|
|
1289
|
+
})(ResponseStream || (ResponseStream = {}));
|
|
1290
|
+
var RelayConversationHistory = {
|
|
1291
|
+
DISABLED: "DISABLED",
|
|
1292
|
+
TO_COLLABORATOR: "TO_COLLABORATOR"
|
|
1245
1293
|
};
|
|
1246
1294
|
var PromptState = {
|
|
1247
1295
|
DISABLED: "DISABLED",
|
|
@@ -1334,21 +1382,6 @@ var RerankDocumentType = {
|
|
|
1334
1382
|
var RerankSourceType = {
|
|
1335
1383
|
INLINE: "INLINE"
|
|
1336
1384
|
};
|
|
1337
|
-
var ExternalSourceType = {
|
|
1338
|
-
BYTE_CONTENT: "BYTE_CONTENT",
|
|
1339
|
-
S3: "S3"
|
|
1340
|
-
};
|
|
1341
|
-
var QueryTransformationType = {
|
|
1342
|
-
QUERY_DECOMPOSITION: "QUERY_DECOMPOSITION"
|
|
1343
|
-
};
|
|
1344
|
-
var RetrieveAndGenerateType = {
|
|
1345
|
-
EXTERNAL_SOURCES: "EXTERNAL_SOURCES",
|
|
1346
|
-
KNOWLEDGE_BASE: "KNOWLEDGE_BASE"
|
|
1347
|
-
};
|
|
1348
|
-
var GuadrailAction = {
|
|
1349
|
-
INTERVENED: "INTERVENED",
|
|
1350
|
-
NONE: "NONE"
|
|
1351
|
-
};
|
|
1352
1385
|
var ActionGroupInvocationInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1353
1386
|
...obj,
|
|
1354
1387
|
...obj.actionGroupName && { actionGroupName: import_smithy_client.SENSITIVE_STRING },
|
|
@@ -1456,54 +1489,304 @@ var AgentCollaboratorInvocationOutputFilterSensitiveLog = /* @__PURE__ */ __name
|
|
|
1456
1489
|
...obj.output && { output: AgentCollaboratorOutputPayloadFilterSensitiveLog(obj.output) },
|
|
1457
1490
|
...obj.metadata && { metadata: import_smithy_client.SENSITIVE_STRING }
|
|
1458
1491
|
}), "AgentCollaboratorInvocationOutputFilterSensitiveLog");
|
|
1459
|
-
var
|
|
1460
|
-
...obj
|
|
1461
|
-
}), "SatisfiedConditionFilterSensitiveLog");
|
|
1462
|
-
var ConditionResultEventFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1463
|
-
...obj,
|
|
1464
|
-
...obj.satisfiedConditions && { satisfiedConditions: import_smithy_client.SENSITIVE_STRING }
|
|
1465
|
-
}), "ConditionResultEventFilterSensitiveLog");
|
|
1466
|
-
var FlowFailureEventFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1492
|
+
var CustomOrchestrationTraceEventFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1467
1493
|
...obj
|
|
1468
|
-
}), "
|
|
1469
|
-
var
|
|
1470
|
-
if (obj.document !== void 0) return { document: obj.document };
|
|
1471
|
-
if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1472
|
-
}, "FlowExecutionContentFilterSensitiveLog");
|
|
1473
|
-
var FlowInputFieldFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1494
|
+
}), "CustomOrchestrationTraceEventFilterSensitiveLog");
|
|
1495
|
+
var CustomOrchestrationTraceFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1474
1496
|
...obj,
|
|
1475
|
-
...obj.
|
|
1476
|
-
}), "
|
|
1477
|
-
var
|
|
1497
|
+
...obj.event && { event: import_smithy_client.SENSITIVE_STRING }
|
|
1498
|
+
}), "CustomOrchestrationTraceFilterSensitiveLog");
|
|
1499
|
+
var FailureTraceFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1478
1500
|
...obj,
|
|
1479
|
-
...obj.
|
|
1480
|
-
}
|
|
1481
|
-
|
|
1501
|
+
...obj.failureReason && { failureReason: import_smithy_client.SENSITIVE_STRING },
|
|
1502
|
+
...obj.metadata && { metadata: import_smithy_client.SENSITIVE_STRING }
|
|
1503
|
+
}), "FailureTraceFilterSensitiveLog");
|
|
1504
|
+
var GuardrailContentFilterFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1505
|
+
...obj
|
|
1506
|
+
}), "GuardrailContentFilterFilterSensitiveLog");
|
|
1507
|
+
var GuardrailContentPolicyAssessmentFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1482
1508
|
...obj,
|
|
1483
|
-
...obj.
|
|
1484
|
-
}), "
|
|
1485
|
-
var
|
|
1509
|
+
...obj.filters && { filters: import_smithy_client.SENSITIVE_STRING }
|
|
1510
|
+
}), "GuardrailContentPolicyAssessmentFilterSensitiveLog");
|
|
1511
|
+
var GuardrailPiiEntityFilterFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1512
|
+
...obj
|
|
1513
|
+
}), "GuardrailPiiEntityFilterFilterSensitiveLog");
|
|
1514
|
+
var GuardrailRegexFilterFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1515
|
+
...obj
|
|
1516
|
+
}), "GuardrailRegexFilterFilterSensitiveLog");
|
|
1517
|
+
var GuardrailSensitiveInformationPolicyAssessmentFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1486
1518
|
...obj,
|
|
1487
|
-
...obj.
|
|
1488
|
-
}
|
|
1489
|
-
|
|
1519
|
+
...obj.piiEntities && { piiEntities: import_smithy_client.SENSITIVE_STRING },
|
|
1520
|
+
...obj.regexes && { regexes: import_smithy_client.SENSITIVE_STRING }
|
|
1521
|
+
}), "GuardrailSensitiveInformationPolicyAssessmentFilterSensitiveLog");
|
|
1522
|
+
var GuardrailTopicFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1490
1523
|
...obj
|
|
1491
|
-
}), "
|
|
1492
|
-
var
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
}, "
|
|
1496
|
-
var
|
|
1524
|
+
}), "GuardrailTopicFilterSensitiveLog");
|
|
1525
|
+
var GuardrailTopicPolicyAssessmentFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1526
|
+
...obj,
|
|
1527
|
+
...obj.topics && { topics: import_smithy_client.SENSITIVE_STRING }
|
|
1528
|
+
}), "GuardrailTopicPolicyAssessmentFilterSensitiveLog");
|
|
1529
|
+
var GuardrailCustomWordFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1530
|
+
...obj
|
|
1531
|
+
}), "GuardrailCustomWordFilterSensitiveLog");
|
|
1532
|
+
var GuardrailManagedWordFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1533
|
+
...obj
|
|
1534
|
+
}), "GuardrailManagedWordFilterSensitiveLog");
|
|
1535
|
+
var GuardrailWordPolicyAssessmentFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1536
|
+
...obj,
|
|
1537
|
+
...obj.customWords && { customWords: import_smithy_client.SENSITIVE_STRING },
|
|
1538
|
+
...obj.managedWordLists && { managedWordLists: import_smithy_client.SENSITIVE_STRING }
|
|
1539
|
+
}), "GuardrailWordPolicyAssessmentFilterSensitiveLog");
|
|
1540
|
+
var GuardrailAssessmentFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1541
|
+
...obj,
|
|
1542
|
+
...obj.topicPolicy && { topicPolicy: import_smithy_client.SENSITIVE_STRING },
|
|
1543
|
+
...obj.contentPolicy && { contentPolicy: import_smithy_client.SENSITIVE_STRING },
|
|
1544
|
+
...obj.wordPolicy && { wordPolicy: import_smithy_client.SENSITIVE_STRING },
|
|
1545
|
+
...obj.sensitiveInformationPolicy && { sensitiveInformationPolicy: import_smithy_client.SENSITIVE_STRING }
|
|
1546
|
+
}), "GuardrailAssessmentFilterSensitiveLog");
|
|
1547
|
+
var GuardrailTraceFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1548
|
+
...obj,
|
|
1549
|
+
...obj.inputAssessments && { inputAssessments: import_smithy_client.SENSITIVE_STRING },
|
|
1550
|
+
...obj.outputAssessments && { outputAssessments: import_smithy_client.SENSITIVE_STRING },
|
|
1551
|
+
...obj.metadata && { metadata: import_smithy_client.SENSITIVE_STRING }
|
|
1552
|
+
}), "GuardrailTraceFilterSensitiveLog");
|
|
1553
|
+
var KnowledgeBaseLookupInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1554
|
+
...obj,
|
|
1555
|
+
...obj.text && { text: import_smithy_client.SENSITIVE_STRING },
|
|
1556
|
+
...obj.knowledgeBaseId && { knowledgeBaseId: import_smithy_client.SENSITIVE_STRING }
|
|
1557
|
+
}), "KnowledgeBaseLookupInputFilterSensitiveLog");
|
|
1558
|
+
var InvocationInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1559
|
+
...obj,
|
|
1560
|
+
...obj.actionGroupInvocationInput && {
|
|
1561
|
+
actionGroupInvocationInput: ActionGroupInvocationInputFilterSensitiveLog(obj.actionGroupInvocationInput)
|
|
1562
|
+
},
|
|
1563
|
+
...obj.knowledgeBaseLookupInput && {
|
|
1564
|
+
knowledgeBaseLookupInput: KnowledgeBaseLookupInputFilterSensitiveLog(obj.knowledgeBaseLookupInput)
|
|
1565
|
+
},
|
|
1566
|
+
...obj.agentCollaboratorInvocationInput && {
|
|
1567
|
+
agentCollaboratorInvocationInput: AgentCollaboratorInvocationInputFilterSensitiveLog(
|
|
1568
|
+
obj.agentCollaboratorInvocationInput
|
|
1569
|
+
)
|
|
1570
|
+
}
|
|
1571
|
+
}), "InvocationInputFilterSensitiveLog");
|
|
1572
|
+
var ModelInvocationInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1573
|
+
...obj,
|
|
1574
|
+
...obj.text && { text: import_smithy_client.SENSITIVE_STRING }
|
|
1575
|
+
}), "ModelInvocationInputFilterSensitiveLog");
|
|
1576
|
+
var RawResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1577
|
+
...obj
|
|
1578
|
+
}), "RawResponseFilterSensitiveLog");
|
|
1579
|
+
var ReasoningTextBlockFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1580
|
+
...obj
|
|
1581
|
+
}), "ReasoningTextBlockFilterSensitiveLog");
|
|
1582
|
+
var ReasoningContentBlockFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
1583
|
+
if (obj.reasoningText !== void 0) return { reasoningText: import_smithy_client.SENSITIVE_STRING };
|
|
1584
|
+
if (obj.redactedContent !== void 0) return { redactedContent: obj.redactedContent };
|
|
1585
|
+
if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1586
|
+
}, "ReasoningContentBlockFilterSensitiveLog");
|
|
1587
|
+
var OrchestrationModelInvocationOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1588
|
+
...obj,
|
|
1589
|
+
...obj.rawResponse && { rawResponse: import_smithy_client.SENSITIVE_STRING },
|
|
1590
|
+
...obj.metadata && { metadata: import_smithy_client.SENSITIVE_STRING },
|
|
1591
|
+
...obj.reasoningContent && { reasoningContent: import_smithy_client.SENSITIVE_STRING }
|
|
1592
|
+
}), "OrchestrationModelInvocationOutputFilterSensitiveLog");
|
|
1593
|
+
var CodeInterpreterInvocationOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1594
|
+
...obj,
|
|
1595
|
+
...obj.metadata && { metadata: import_smithy_client.SENSITIVE_STRING }
|
|
1596
|
+
}), "CodeInterpreterInvocationOutputFilterSensitiveLog");
|
|
1597
|
+
var FinalResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1598
|
+
...obj,
|
|
1599
|
+
...obj.text && { text: import_smithy_client.SENSITIVE_STRING },
|
|
1600
|
+
...obj.metadata && { metadata: import_smithy_client.SENSITIVE_STRING }
|
|
1601
|
+
}), "FinalResponseFilterSensitiveLog");
|
|
1602
|
+
var RetrievalResultContentColumnFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1603
|
+
...obj
|
|
1604
|
+
}), "RetrievalResultContentColumnFilterSensitiveLog");
|
|
1605
|
+
var RetrievalResultContentFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1606
|
+
...obj,
|
|
1607
|
+
...obj.row && { row: import_smithy_client.SENSITIVE_STRING }
|
|
1608
|
+
}), "RetrievalResultContentFilterSensitiveLog");
|
|
1609
|
+
var RetrievalResultLocationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1610
|
+
...obj
|
|
1611
|
+
}), "RetrievalResultLocationFilterSensitiveLog");
|
|
1612
|
+
var RetrievedReferenceFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1613
|
+
...obj,
|
|
1614
|
+
...obj.content && { content: import_smithy_client.SENSITIVE_STRING },
|
|
1615
|
+
...obj.location && { location: import_smithy_client.SENSITIVE_STRING },
|
|
1616
|
+
...obj.metadata && { metadata: import_smithy_client.SENSITIVE_STRING }
|
|
1617
|
+
}), "RetrievedReferenceFilterSensitiveLog");
|
|
1618
|
+
var KnowledgeBaseLookupOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1619
|
+
...obj,
|
|
1620
|
+
...obj.retrievedReferences && {
|
|
1621
|
+
retrievedReferences: obj.retrievedReferences.map((item) => RetrievedReferenceFilterSensitiveLog(item))
|
|
1622
|
+
},
|
|
1623
|
+
...obj.metadata && { metadata: import_smithy_client.SENSITIVE_STRING }
|
|
1624
|
+
}), "KnowledgeBaseLookupOutputFilterSensitiveLog");
|
|
1625
|
+
var RepromptResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1626
|
+
...obj,
|
|
1627
|
+
...obj.source && { source: import_smithy_client.SENSITIVE_STRING }
|
|
1628
|
+
}), "RepromptResponseFilterSensitiveLog");
|
|
1629
|
+
var ObservationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1630
|
+
...obj,
|
|
1631
|
+
...obj.actionGroupInvocationOutput && {
|
|
1632
|
+
actionGroupInvocationOutput: ActionGroupInvocationOutputFilterSensitiveLog(obj.actionGroupInvocationOutput)
|
|
1633
|
+
},
|
|
1634
|
+
...obj.agentCollaboratorInvocationOutput && {
|
|
1635
|
+
agentCollaboratorInvocationOutput: AgentCollaboratorInvocationOutputFilterSensitiveLog(
|
|
1636
|
+
obj.agentCollaboratorInvocationOutput
|
|
1637
|
+
)
|
|
1638
|
+
},
|
|
1639
|
+
...obj.knowledgeBaseLookupOutput && {
|
|
1640
|
+
knowledgeBaseLookupOutput: KnowledgeBaseLookupOutputFilterSensitiveLog(obj.knowledgeBaseLookupOutput)
|
|
1641
|
+
},
|
|
1642
|
+
...obj.finalResponse && { finalResponse: FinalResponseFilterSensitiveLog(obj.finalResponse) },
|
|
1643
|
+
...obj.repromptResponse && { repromptResponse: import_smithy_client.SENSITIVE_STRING },
|
|
1644
|
+
...obj.codeInterpreterInvocationOutput && {
|
|
1645
|
+
codeInterpreterInvocationOutput: CodeInterpreterInvocationOutputFilterSensitiveLog(
|
|
1646
|
+
obj.codeInterpreterInvocationOutput
|
|
1647
|
+
)
|
|
1648
|
+
}
|
|
1649
|
+
}), "ObservationFilterSensitiveLog");
|
|
1650
|
+
var RationaleFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1651
|
+
...obj,
|
|
1652
|
+
...obj.text && { text: import_smithy_client.SENSITIVE_STRING }
|
|
1653
|
+
}), "RationaleFilterSensitiveLog");
|
|
1654
|
+
var OrchestrationTraceFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
1655
|
+
if (obj.rationale !== void 0) return { rationale: import_smithy_client.SENSITIVE_STRING };
|
|
1656
|
+
if (obj.invocationInput !== void 0) return { invocationInput: import_smithy_client.SENSITIVE_STRING };
|
|
1657
|
+
if (obj.observation !== void 0) return { observation: import_smithy_client.SENSITIVE_STRING };
|
|
1658
|
+
if (obj.modelInvocationInput !== void 0) return { modelInvocationInput: import_smithy_client.SENSITIVE_STRING };
|
|
1659
|
+
if (obj.modelInvocationOutput !== void 0) return { modelInvocationOutput: import_smithy_client.SENSITIVE_STRING };
|
|
1660
|
+
if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1661
|
+
}, "OrchestrationTraceFilterSensitiveLog");
|
|
1662
|
+
var PostProcessingParsedResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1663
|
+
...obj,
|
|
1664
|
+
...obj.text && { text: import_smithy_client.SENSITIVE_STRING }
|
|
1665
|
+
}), "PostProcessingParsedResponseFilterSensitiveLog");
|
|
1666
|
+
var PostProcessingModelInvocationOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1667
|
+
...obj,
|
|
1668
|
+
...obj.parsedResponse && { parsedResponse: import_smithy_client.SENSITIVE_STRING },
|
|
1669
|
+
...obj.rawResponse && { rawResponse: import_smithy_client.SENSITIVE_STRING },
|
|
1670
|
+
...obj.metadata && { metadata: import_smithy_client.SENSITIVE_STRING },
|
|
1671
|
+
...obj.reasoningContent && { reasoningContent: import_smithy_client.SENSITIVE_STRING }
|
|
1672
|
+
}), "PostProcessingModelInvocationOutputFilterSensitiveLog");
|
|
1673
|
+
var PostProcessingTraceFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
1674
|
+
if (obj.modelInvocationInput !== void 0) return { modelInvocationInput: import_smithy_client.SENSITIVE_STRING };
|
|
1675
|
+
if (obj.modelInvocationOutput !== void 0) return { modelInvocationOutput: import_smithy_client.SENSITIVE_STRING };
|
|
1676
|
+
if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1677
|
+
}, "PostProcessingTraceFilterSensitiveLog");
|
|
1678
|
+
var PreProcessingParsedResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1679
|
+
...obj,
|
|
1680
|
+
...obj.rationale && { rationale: import_smithy_client.SENSITIVE_STRING }
|
|
1681
|
+
}), "PreProcessingParsedResponseFilterSensitiveLog");
|
|
1682
|
+
var PreProcessingModelInvocationOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1683
|
+
...obj,
|
|
1684
|
+
...obj.parsedResponse && { parsedResponse: import_smithy_client.SENSITIVE_STRING },
|
|
1685
|
+
...obj.rawResponse && { rawResponse: import_smithy_client.SENSITIVE_STRING },
|
|
1686
|
+
...obj.metadata && { metadata: import_smithy_client.SENSITIVE_STRING },
|
|
1687
|
+
...obj.reasoningContent && { reasoningContent: import_smithy_client.SENSITIVE_STRING }
|
|
1688
|
+
}), "PreProcessingModelInvocationOutputFilterSensitiveLog");
|
|
1689
|
+
var PreProcessingTraceFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
1690
|
+
if (obj.modelInvocationInput !== void 0) return { modelInvocationInput: import_smithy_client.SENSITIVE_STRING };
|
|
1691
|
+
if (obj.modelInvocationOutput !== void 0) return { modelInvocationOutput: import_smithy_client.SENSITIVE_STRING };
|
|
1692
|
+
if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1693
|
+
}, "PreProcessingTraceFilterSensitiveLog");
|
|
1694
|
+
var RoutingClassifierModelInvocationOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1695
|
+
...obj,
|
|
1696
|
+
...obj.rawResponse && { rawResponse: import_smithy_client.SENSITIVE_STRING },
|
|
1697
|
+
...obj.metadata && { metadata: import_smithy_client.SENSITIVE_STRING }
|
|
1698
|
+
}), "RoutingClassifierModelInvocationOutputFilterSensitiveLog");
|
|
1699
|
+
var RoutingClassifierTraceFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
1700
|
+
if (obj.invocationInput !== void 0) return { invocationInput: import_smithy_client.SENSITIVE_STRING };
|
|
1701
|
+
if (obj.observation !== void 0) return { observation: import_smithy_client.SENSITIVE_STRING };
|
|
1702
|
+
if (obj.modelInvocationInput !== void 0) return { modelInvocationInput: import_smithy_client.SENSITIVE_STRING };
|
|
1703
|
+
if (obj.modelInvocationOutput !== void 0) return { modelInvocationOutput: import_smithy_client.SENSITIVE_STRING };
|
|
1704
|
+
if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1705
|
+
}, "RoutingClassifierTraceFilterSensitiveLog");
|
|
1706
|
+
var TraceFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
1707
|
+
if (obj.guardrailTrace !== void 0) return { guardrailTrace: import_smithy_client.SENSITIVE_STRING };
|
|
1708
|
+
if (obj.preProcessingTrace !== void 0) return { preProcessingTrace: import_smithy_client.SENSITIVE_STRING };
|
|
1709
|
+
if (obj.orchestrationTrace !== void 0) return { orchestrationTrace: import_smithy_client.SENSITIVE_STRING };
|
|
1710
|
+
if (obj.postProcessingTrace !== void 0) return { postProcessingTrace: import_smithy_client.SENSITIVE_STRING };
|
|
1711
|
+
if (obj.routingClassifierTrace !== void 0) return { routingClassifierTrace: import_smithy_client.SENSITIVE_STRING };
|
|
1712
|
+
if (obj.failureTrace !== void 0) return { failureTrace: import_smithy_client.SENSITIVE_STRING };
|
|
1713
|
+
if (obj.customOrchestrationTrace !== void 0) return { customOrchestrationTrace: import_smithy_client.SENSITIVE_STRING };
|
|
1714
|
+
if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1715
|
+
}, "TraceFilterSensitiveLog");
|
|
1716
|
+
var TracePartFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1717
|
+
...obj,
|
|
1718
|
+
...obj.trace && { trace: import_smithy_client.SENSITIVE_STRING },
|
|
1719
|
+
...obj.callerChain && { callerChain: obj.callerChain.map((item) => item) },
|
|
1720
|
+
...obj.collaboratorName && { collaboratorName: import_smithy_client.SENSITIVE_STRING }
|
|
1721
|
+
}), "TracePartFilterSensitiveLog");
|
|
1722
|
+
var SatisfiedConditionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1723
|
+
...obj
|
|
1724
|
+
}), "SatisfiedConditionFilterSensitiveLog");
|
|
1725
|
+
var ConditionResultEventFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1726
|
+
...obj,
|
|
1727
|
+
...obj.satisfiedConditions && { satisfiedConditions: import_smithy_client.SENSITIVE_STRING }
|
|
1728
|
+
}), "ConditionResultEventFilterSensitiveLog");
|
|
1729
|
+
var FlowFailureEventFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1730
|
+
...obj
|
|
1731
|
+
}), "FlowFailureEventFilterSensitiveLog");
|
|
1732
|
+
var FlowExecutionContentFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
1733
|
+
if (obj.document !== void 0) return { document: obj.document };
|
|
1734
|
+
if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1735
|
+
}, "FlowExecutionContentFilterSensitiveLog");
|
|
1736
|
+
var FlowInputFieldFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1737
|
+
...obj,
|
|
1738
|
+
...obj.content && { content: import_smithy_client.SENSITIVE_STRING }
|
|
1739
|
+
}), "FlowInputFieldFilterSensitiveLog");
|
|
1740
|
+
var FlowExecutionInputEventFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1741
|
+
...obj,
|
|
1742
|
+
...obj.fields && { fields: import_smithy_client.SENSITIVE_STRING }
|
|
1743
|
+
}), "FlowExecutionInputEventFilterSensitiveLog");
|
|
1744
|
+
var FlowOutputFieldFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1497
1745
|
...obj,
|
|
1498
1746
|
...obj.content && { content: import_smithy_client.SENSITIVE_STRING }
|
|
1747
|
+
}), "FlowOutputFieldFilterSensitiveLog");
|
|
1748
|
+
var FlowExecutionOutputEventFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1749
|
+
...obj,
|
|
1750
|
+
...obj.fields && { fields: import_smithy_client.SENSITIVE_STRING }
|
|
1751
|
+
}), "FlowExecutionOutputEventFilterSensitiveLog");
|
|
1752
|
+
var NodeActionEventFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1753
|
+
...obj
|
|
1754
|
+
}), "NodeActionEventFilterSensitiveLog");
|
|
1755
|
+
var NodeTraceElementsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
1756
|
+
if (obj.agentTraces !== void 0) return { agentTraces: import_smithy_client.SENSITIVE_STRING };
|
|
1757
|
+
if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1758
|
+
}, "NodeTraceElementsFilterSensitiveLog");
|
|
1759
|
+
var NodeDependencyEventFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1760
|
+
...obj,
|
|
1761
|
+
...obj.traceElements && { traceElements: import_smithy_client.SENSITIVE_STRING }
|
|
1762
|
+
}), "NodeDependencyEventFilterSensitiveLog");
|
|
1763
|
+
var NodeFailureEventFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1764
|
+
...obj
|
|
1765
|
+
}), "NodeFailureEventFilterSensitiveLog");
|
|
1766
|
+
var NodeExecutionContentFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
1767
|
+
if (obj.document !== void 0) return { document: obj.document };
|
|
1768
|
+
if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1769
|
+
}, "NodeExecutionContentFilterSensitiveLog");
|
|
1770
|
+
var NodeInputSourceFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1771
|
+
...obj,
|
|
1772
|
+
...obj.expression && { expression: import_smithy_client.SENSITIVE_STRING }
|
|
1773
|
+
}), "NodeInputSourceFilterSensitiveLog");
|
|
1774
|
+
var NodeInputFieldFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1775
|
+
...obj,
|
|
1776
|
+
...obj.content && { content: import_smithy_client.SENSITIVE_STRING },
|
|
1777
|
+
...obj.source && { source: NodeInputSourceFilterSensitiveLog(obj.source) }
|
|
1499
1778
|
}), "NodeInputFieldFilterSensitiveLog");
|
|
1500
1779
|
var NodeInputEventFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1501
1780
|
...obj,
|
|
1502
1781
|
...obj.fields && { fields: import_smithy_client.SENSITIVE_STRING }
|
|
1503
1782
|
}), "NodeInputEventFilterSensitiveLog");
|
|
1783
|
+
var NodeOutputNextFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1784
|
+
...obj
|
|
1785
|
+
}), "NodeOutputNextFilterSensitiveLog");
|
|
1504
1786
|
var NodeOutputFieldFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1505
1787
|
...obj,
|
|
1506
|
-
...obj.content && { content: import_smithy_client.SENSITIVE_STRING }
|
|
1788
|
+
...obj.content && { content: import_smithy_client.SENSITIVE_STRING },
|
|
1789
|
+
...obj.next && { next: import_smithy_client.SENSITIVE_STRING }
|
|
1507
1790
|
}), "NodeOutputFieldFilterSensitiveLog");
|
|
1508
1791
|
var NodeOutputEventFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1509
1792
|
...obj,
|
|
@@ -1517,6 +1800,8 @@ var FlowExecutionEventFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
|
1517
1800
|
if (obj.conditionResultEvent !== void 0) return { conditionResultEvent: import_smithy_client.SENSITIVE_STRING };
|
|
1518
1801
|
if (obj.nodeFailureEvent !== void 0) return { nodeFailureEvent: import_smithy_client.SENSITIVE_STRING };
|
|
1519
1802
|
if (obj.flowFailureEvent !== void 0) return { flowFailureEvent: import_smithy_client.SENSITIVE_STRING };
|
|
1803
|
+
if (obj.nodeActionEvent !== void 0) return { nodeActionEvent: import_smithy_client.SENSITIVE_STRING };
|
|
1804
|
+
if (obj.nodeDependencyEvent !== void 0) return { nodeDependencyEvent: import_smithy_client.SENSITIVE_STRING };
|
|
1520
1805
|
if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1521
1806
|
}, "FlowExecutionEventFilterSensitiveLog");
|
|
1522
1807
|
var ListFlowExecutionEventsResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
@@ -1562,21 +1847,42 @@ var FlowTraceConditionNodeResultEventFilterSensitiveLog = /* @__PURE__ */ __name
|
|
|
1562
1847
|
var FlowTraceNodeActionEventFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1563
1848
|
...obj
|
|
1564
1849
|
}), "FlowTraceNodeActionEventFilterSensitiveLog");
|
|
1850
|
+
var TraceElementsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
1851
|
+
if (obj.agentTraces !== void 0) return { agentTraces: import_smithy_client.SENSITIVE_STRING };
|
|
1852
|
+
if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1853
|
+
}, "TraceElementsFilterSensitiveLog");
|
|
1854
|
+
var FlowTraceDependencyEventFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1855
|
+
...obj,
|
|
1856
|
+
...obj.traceElements && { traceElements: import_smithy_client.SENSITIVE_STRING }
|
|
1857
|
+
}), "FlowTraceDependencyEventFilterSensitiveLog");
|
|
1565
1858
|
var FlowTraceNodeInputContentFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
1566
1859
|
if (obj.document !== void 0) return { document: obj.document };
|
|
1567
1860
|
if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1568
1861
|
}, "FlowTraceNodeInputContentFilterSensitiveLog");
|
|
1862
|
+
var FlowTraceNodeInputExecutionChainItemFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1863
|
+
...obj
|
|
1864
|
+
}), "FlowTraceNodeInputExecutionChainItemFilterSensitiveLog");
|
|
1865
|
+
var FlowTraceNodeInputSourceFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1866
|
+
...obj,
|
|
1867
|
+
...obj.expression && { expression: import_smithy_client.SENSITIVE_STRING }
|
|
1868
|
+
}), "FlowTraceNodeInputSourceFilterSensitiveLog");
|
|
1569
1869
|
var FlowTraceNodeInputFieldFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1570
1870
|
...obj,
|
|
1571
|
-
...obj.content && { content: import_smithy_client.SENSITIVE_STRING }
|
|
1871
|
+
...obj.content && { content: import_smithy_client.SENSITIVE_STRING },
|
|
1872
|
+
...obj.source && { source: import_smithy_client.SENSITIVE_STRING },
|
|
1873
|
+
...obj.executionChain && { executionChain: import_smithy_client.SENSITIVE_STRING }
|
|
1572
1874
|
}), "FlowTraceNodeInputFieldFilterSensitiveLog");
|
|
1573
1875
|
var FlowTraceNodeInputEventFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1574
1876
|
...obj,
|
|
1575
1877
|
...obj.fields && { fields: import_smithy_client.SENSITIVE_STRING }
|
|
1576
1878
|
}), "FlowTraceNodeInputEventFilterSensitiveLog");
|
|
1879
|
+
var FlowTraceNodeOutputNextFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1880
|
+
...obj
|
|
1881
|
+
}), "FlowTraceNodeOutputNextFilterSensitiveLog");
|
|
1577
1882
|
var FlowTraceNodeOutputFieldFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1578
1883
|
...obj,
|
|
1579
|
-
...obj.content && { content: obj.content }
|
|
1884
|
+
...obj.content && { content: obj.content },
|
|
1885
|
+
...obj.next && { next: import_smithy_client.SENSITIVE_STRING }
|
|
1580
1886
|
}), "FlowTraceNodeOutputFieldFilterSensitiveLog");
|
|
1581
1887
|
var FlowTraceNodeOutputEventFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1582
1888
|
...obj,
|
|
@@ -1587,6 +1893,7 @@ var FlowTraceFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
|
1587
1893
|
if (obj.nodeOutputTrace !== void 0) return { nodeOutputTrace: import_smithy_client.SENSITIVE_STRING };
|
|
1588
1894
|
if (obj.conditionNodeResultTrace !== void 0) return { conditionNodeResultTrace: import_smithy_client.SENSITIVE_STRING };
|
|
1589
1895
|
if (obj.nodeActionTrace !== void 0) return { nodeActionTrace: import_smithy_client.SENSITIVE_STRING };
|
|
1896
|
+
if (obj.nodeDependencyTrace !== void 0) return { nodeDependencyTrace: import_smithy_client.SENSITIVE_STRING };
|
|
1590
1897
|
if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1591
1898
|
}, "FlowTraceFilterSensitiveLog");
|
|
1592
1899
|
var FlowTraceEventFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
@@ -1693,23 +2000,7 @@ var GeneratedResponsePartFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
1693
2000
|
...obj,
|
|
1694
2001
|
...obj.textResponsePart && { textResponsePart: import_smithy_client.SENSITIVE_STRING }
|
|
1695
2002
|
}), "GeneratedResponsePartFilterSensitiveLog");
|
|
1696
|
-
var
|
|
1697
|
-
...obj
|
|
1698
|
-
}), "RetrievalResultContentColumnFilterSensitiveLog");
|
|
1699
|
-
var RetrievalResultContentFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1700
|
-
...obj,
|
|
1701
|
-
...obj.row && { row: import_smithy_client.SENSITIVE_STRING }
|
|
1702
|
-
}), "RetrievalResultContentFilterSensitiveLog");
|
|
1703
|
-
var RetrievalResultLocationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1704
|
-
...obj
|
|
1705
|
-
}), "RetrievalResultLocationFilterSensitiveLog");
|
|
1706
|
-
var RetrievedReferenceFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1707
|
-
...obj,
|
|
1708
|
-
...obj.content && { content: import_smithy_client.SENSITIVE_STRING },
|
|
1709
|
-
...obj.location && { location: import_smithy_client.SENSITIVE_STRING },
|
|
1710
|
-
...obj.metadata && { metadata: import_smithy_client.SENSITIVE_STRING }
|
|
1711
|
-
}), "RetrievedReferenceFilterSensitiveLog");
|
|
1712
|
-
var CitationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2003
|
+
var CitationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1713
2004
|
...obj,
|
|
1714
2005
|
...obj.generatedResponsePart && {
|
|
1715
2006
|
generatedResponsePart: GeneratedResponsePartFilterSensitiveLog(obj.generatedResponsePart)
|
|
@@ -1735,220 +2026,6 @@ var FilePartFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
1735
2026
|
...obj,
|
|
1736
2027
|
...obj.files && { files: import_smithy_client.SENSITIVE_STRING }
|
|
1737
2028
|
}), "FilePartFilterSensitiveLog");
|
|
1738
|
-
var CustomOrchestrationTraceEventFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1739
|
-
...obj
|
|
1740
|
-
}), "CustomOrchestrationTraceEventFilterSensitiveLog");
|
|
1741
|
-
var CustomOrchestrationTraceFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1742
|
-
...obj,
|
|
1743
|
-
...obj.event && { event: import_smithy_client.SENSITIVE_STRING }
|
|
1744
|
-
}), "CustomOrchestrationTraceFilterSensitiveLog");
|
|
1745
|
-
var FailureTraceFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1746
|
-
...obj,
|
|
1747
|
-
...obj.failureReason && { failureReason: import_smithy_client.SENSITIVE_STRING },
|
|
1748
|
-
...obj.metadata && { metadata: import_smithy_client.SENSITIVE_STRING }
|
|
1749
|
-
}), "FailureTraceFilterSensitiveLog");
|
|
1750
|
-
var GuardrailContentFilterFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1751
|
-
...obj
|
|
1752
|
-
}), "GuardrailContentFilterFilterSensitiveLog");
|
|
1753
|
-
var GuardrailContentPolicyAssessmentFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1754
|
-
...obj,
|
|
1755
|
-
...obj.filters && { filters: import_smithy_client.SENSITIVE_STRING }
|
|
1756
|
-
}), "GuardrailContentPolicyAssessmentFilterSensitiveLog");
|
|
1757
|
-
var GuardrailPiiEntityFilterFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1758
|
-
...obj
|
|
1759
|
-
}), "GuardrailPiiEntityFilterFilterSensitiveLog");
|
|
1760
|
-
var GuardrailRegexFilterFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1761
|
-
...obj
|
|
1762
|
-
}), "GuardrailRegexFilterFilterSensitiveLog");
|
|
1763
|
-
var GuardrailSensitiveInformationPolicyAssessmentFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1764
|
-
...obj,
|
|
1765
|
-
...obj.piiEntities && { piiEntities: import_smithy_client.SENSITIVE_STRING },
|
|
1766
|
-
...obj.regexes && { regexes: import_smithy_client.SENSITIVE_STRING }
|
|
1767
|
-
}), "GuardrailSensitiveInformationPolicyAssessmentFilterSensitiveLog");
|
|
1768
|
-
var GuardrailTopicFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1769
|
-
...obj
|
|
1770
|
-
}), "GuardrailTopicFilterSensitiveLog");
|
|
1771
|
-
var GuardrailTopicPolicyAssessmentFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1772
|
-
...obj,
|
|
1773
|
-
...obj.topics && { topics: import_smithy_client.SENSITIVE_STRING }
|
|
1774
|
-
}), "GuardrailTopicPolicyAssessmentFilterSensitiveLog");
|
|
1775
|
-
var GuardrailCustomWordFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1776
|
-
...obj
|
|
1777
|
-
}), "GuardrailCustomWordFilterSensitiveLog");
|
|
1778
|
-
var GuardrailManagedWordFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1779
|
-
...obj
|
|
1780
|
-
}), "GuardrailManagedWordFilterSensitiveLog");
|
|
1781
|
-
var GuardrailWordPolicyAssessmentFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1782
|
-
...obj,
|
|
1783
|
-
...obj.customWords && { customWords: import_smithy_client.SENSITIVE_STRING },
|
|
1784
|
-
...obj.managedWordLists && { managedWordLists: import_smithy_client.SENSITIVE_STRING }
|
|
1785
|
-
}), "GuardrailWordPolicyAssessmentFilterSensitiveLog");
|
|
1786
|
-
var GuardrailAssessmentFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1787
|
-
...obj,
|
|
1788
|
-
...obj.topicPolicy && { topicPolicy: import_smithy_client.SENSITIVE_STRING },
|
|
1789
|
-
...obj.contentPolicy && { contentPolicy: import_smithy_client.SENSITIVE_STRING },
|
|
1790
|
-
...obj.wordPolicy && { wordPolicy: import_smithy_client.SENSITIVE_STRING },
|
|
1791
|
-
...obj.sensitiveInformationPolicy && { sensitiveInformationPolicy: import_smithy_client.SENSITIVE_STRING }
|
|
1792
|
-
}), "GuardrailAssessmentFilterSensitiveLog");
|
|
1793
|
-
var GuardrailTraceFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1794
|
-
...obj,
|
|
1795
|
-
...obj.inputAssessments && { inputAssessments: import_smithy_client.SENSITIVE_STRING },
|
|
1796
|
-
...obj.outputAssessments && { outputAssessments: import_smithy_client.SENSITIVE_STRING },
|
|
1797
|
-
...obj.metadata && { metadata: import_smithy_client.SENSITIVE_STRING }
|
|
1798
|
-
}), "GuardrailTraceFilterSensitiveLog");
|
|
1799
|
-
var KnowledgeBaseLookupInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1800
|
-
...obj,
|
|
1801
|
-
...obj.text && { text: import_smithy_client.SENSITIVE_STRING },
|
|
1802
|
-
...obj.knowledgeBaseId && { knowledgeBaseId: import_smithy_client.SENSITIVE_STRING }
|
|
1803
|
-
}), "KnowledgeBaseLookupInputFilterSensitiveLog");
|
|
1804
|
-
var InvocationInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1805
|
-
...obj,
|
|
1806
|
-
...obj.actionGroupInvocationInput && {
|
|
1807
|
-
actionGroupInvocationInput: ActionGroupInvocationInputFilterSensitiveLog(obj.actionGroupInvocationInput)
|
|
1808
|
-
},
|
|
1809
|
-
...obj.knowledgeBaseLookupInput && {
|
|
1810
|
-
knowledgeBaseLookupInput: KnowledgeBaseLookupInputFilterSensitiveLog(obj.knowledgeBaseLookupInput)
|
|
1811
|
-
},
|
|
1812
|
-
...obj.agentCollaboratorInvocationInput && {
|
|
1813
|
-
agentCollaboratorInvocationInput: AgentCollaboratorInvocationInputFilterSensitiveLog(
|
|
1814
|
-
obj.agentCollaboratorInvocationInput
|
|
1815
|
-
)
|
|
1816
|
-
}
|
|
1817
|
-
}), "InvocationInputFilterSensitiveLog");
|
|
1818
|
-
var ModelInvocationInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1819
|
-
...obj,
|
|
1820
|
-
...obj.text && { text: import_smithy_client.SENSITIVE_STRING }
|
|
1821
|
-
}), "ModelInvocationInputFilterSensitiveLog");
|
|
1822
|
-
var RawResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1823
|
-
...obj
|
|
1824
|
-
}), "RawResponseFilterSensitiveLog");
|
|
1825
|
-
var ReasoningTextBlockFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1826
|
-
...obj
|
|
1827
|
-
}), "ReasoningTextBlockFilterSensitiveLog");
|
|
1828
|
-
var ReasoningContentBlockFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
1829
|
-
if (obj.reasoningText !== void 0) return { reasoningText: import_smithy_client.SENSITIVE_STRING };
|
|
1830
|
-
if (obj.redactedContent !== void 0) return { redactedContent: obj.redactedContent };
|
|
1831
|
-
if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1832
|
-
}, "ReasoningContentBlockFilterSensitiveLog");
|
|
1833
|
-
var OrchestrationModelInvocationOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1834
|
-
...obj,
|
|
1835
|
-
...obj.rawResponse && { rawResponse: import_smithy_client.SENSITIVE_STRING },
|
|
1836
|
-
...obj.metadata && { metadata: import_smithy_client.SENSITIVE_STRING },
|
|
1837
|
-
...obj.reasoningContent && { reasoningContent: import_smithy_client.SENSITIVE_STRING }
|
|
1838
|
-
}), "OrchestrationModelInvocationOutputFilterSensitiveLog");
|
|
1839
|
-
var CodeInterpreterInvocationOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1840
|
-
...obj,
|
|
1841
|
-
...obj.metadata && { metadata: import_smithy_client.SENSITIVE_STRING }
|
|
1842
|
-
}), "CodeInterpreterInvocationOutputFilterSensitiveLog");
|
|
1843
|
-
var FinalResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1844
|
-
...obj,
|
|
1845
|
-
...obj.text && { text: import_smithy_client.SENSITIVE_STRING },
|
|
1846
|
-
...obj.metadata && { metadata: import_smithy_client.SENSITIVE_STRING }
|
|
1847
|
-
}), "FinalResponseFilterSensitiveLog");
|
|
1848
|
-
var KnowledgeBaseLookupOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1849
|
-
...obj,
|
|
1850
|
-
...obj.retrievedReferences && {
|
|
1851
|
-
retrievedReferences: obj.retrievedReferences.map((item) => RetrievedReferenceFilterSensitiveLog(item))
|
|
1852
|
-
},
|
|
1853
|
-
...obj.metadata && { metadata: import_smithy_client.SENSITIVE_STRING }
|
|
1854
|
-
}), "KnowledgeBaseLookupOutputFilterSensitiveLog");
|
|
1855
|
-
var RepromptResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1856
|
-
...obj,
|
|
1857
|
-
...obj.source && { source: import_smithy_client.SENSITIVE_STRING }
|
|
1858
|
-
}), "RepromptResponseFilterSensitiveLog");
|
|
1859
|
-
var ObservationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1860
|
-
...obj,
|
|
1861
|
-
...obj.actionGroupInvocationOutput && {
|
|
1862
|
-
actionGroupInvocationOutput: ActionGroupInvocationOutputFilterSensitiveLog(obj.actionGroupInvocationOutput)
|
|
1863
|
-
},
|
|
1864
|
-
...obj.agentCollaboratorInvocationOutput && {
|
|
1865
|
-
agentCollaboratorInvocationOutput: AgentCollaboratorInvocationOutputFilterSensitiveLog(
|
|
1866
|
-
obj.agentCollaboratorInvocationOutput
|
|
1867
|
-
)
|
|
1868
|
-
},
|
|
1869
|
-
...obj.knowledgeBaseLookupOutput && {
|
|
1870
|
-
knowledgeBaseLookupOutput: KnowledgeBaseLookupOutputFilterSensitiveLog(obj.knowledgeBaseLookupOutput)
|
|
1871
|
-
},
|
|
1872
|
-
...obj.finalResponse && { finalResponse: FinalResponseFilterSensitiveLog(obj.finalResponse) },
|
|
1873
|
-
...obj.repromptResponse && { repromptResponse: import_smithy_client.SENSITIVE_STRING },
|
|
1874
|
-
...obj.codeInterpreterInvocationOutput && {
|
|
1875
|
-
codeInterpreterInvocationOutput: CodeInterpreterInvocationOutputFilterSensitiveLog(
|
|
1876
|
-
obj.codeInterpreterInvocationOutput
|
|
1877
|
-
)
|
|
1878
|
-
}
|
|
1879
|
-
}), "ObservationFilterSensitiveLog");
|
|
1880
|
-
var RationaleFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1881
|
-
...obj,
|
|
1882
|
-
...obj.text && { text: import_smithy_client.SENSITIVE_STRING }
|
|
1883
|
-
}), "RationaleFilterSensitiveLog");
|
|
1884
|
-
var OrchestrationTraceFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
1885
|
-
if (obj.rationale !== void 0) return { rationale: import_smithy_client.SENSITIVE_STRING };
|
|
1886
|
-
if (obj.invocationInput !== void 0) return { invocationInput: import_smithy_client.SENSITIVE_STRING };
|
|
1887
|
-
if (obj.observation !== void 0) return { observation: import_smithy_client.SENSITIVE_STRING };
|
|
1888
|
-
if (obj.modelInvocationInput !== void 0) return { modelInvocationInput: import_smithy_client.SENSITIVE_STRING };
|
|
1889
|
-
if (obj.modelInvocationOutput !== void 0) return { modelInvocationOutput: import_smithy_client.SENSITIVE_STRING };
|
|
1890
|
-
if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1891
|
-
}, "OrchestrationTraceFilterSensitiveLog");
|
|
1892
|
-
var PostProcessingParsedResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1893
|
-
...obj,
|
|
1894
|
-
...obj.text && { text: import_smithy_client.SENSITIVE_STRING }
|
|
1895
|
-
}), "PostProcessingParsedResponseFilterSensitiveLog");
|
|
1896
|
-
var PostProcessingModelInvocationOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1897
|
-
...obj,
|
|
1898
|
-
...obj.parsedResponse && { parsedResponse: import_smithy_client.SENSITIVE_STRING },
|
|
1899
|
-
...obj.rawResponse && { rawResponse: import_smithy_client.SENSITIVE_STRING },
|
|
1900
|
-
...obj.metadata && { metadata: import_smithy_client.SENSITIVE_STRING },
|
|
1901
|
-
...obj.reasoningContent && { reasoningContent: import_smithy_client.SENSITIVE_STRING }
|
|
1902
|
-
}), "PostProcessingModelInvocationOutputFilterSensitiveLog");
|
|
1903
|
-
var PostProcessingTraceFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
1904
|
-
if (obj.modelInvocationInput !== void 0) return { modelInvocationInput: import_smithy_client.SENSITIVE_STRING };
|
|
1905
|
-
if (obj.modelInvocationOutput !== void 0) return { modelInvocationOutput: import_smithy_client.SENSITIVE_STRING };
|
|
1906
|
-
if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1907
|
-
}, "PostProcessingTraceFilterSensitiveLog");
|
|
1908
|
-
var PreProcessingParsedResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1909
|
-
...obj,
|
|
1910
|
-
...obj.rationale && { rationale: import_smithy_client.SENSITIVE_STRING }
|
|
1911
|
-
}), "PreProcessingParsedResponseFilterSensitiveLog");
|
|
1912
|
-
var PreProcessingModelInvocationOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1913
|
-
...obj,
|
|
1914
|
-
...obj.parsedResponse && { parsedResponse: import_smithy_client.SENSITIVE_STRING },
|
|
1915
|
-
...obj.rawResponse && { rawResponse: import_smithy_client.SENSITIVE_STRING },
|
|
1916
|
-
...obj.metadata && { metadata: import_smithy_client.SENSITIVE_STRING },
|
|
1917
|
-
...obj.reasoningContent && { reasoningContent: import_smithy_client.SENSITIVE_STRING }
|
|
1918
|
-
}), "PreProcessingModelInvocationOutputFilterSensitiveLog");
|
|
1919
|
-
var PreProcessingTraceFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
1920
|
-
if (obj.modelInvocationInput !== void 0) return { modelInvocationInput: import_smithy_client.SENSITIVE_STRING };
|
|
1921
|
-
if (obj.modelInvocationOutput !== void 0) return { modelInvocationOutput: import_smithy_client.SENSITIVE_STRING };
|
|
1922
|
-
if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1923
|
-
}, "PreProcessingTraceFilterSensitiveLog");
|
|
1924
|
-
var RoutingClassifierModelInvocationOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1925
|
-
...obj,
|
|
1926
|
-
...obj.rawResponse && { rawResponse: import_smithy_client.SENSITIVE_STRING },
|
|
1927
|
-
...obj.metadata && { metadata: import_smithy_client.SENSITIVE_STRING }
|
|
1928
|
-
}), "RoutingClassifierModelInvocationOutputFilterSensitiveLog");
|
|
1929
|
-
var RoutingClassifierTraceFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
1930
|
-
if (obj.invocationInput !== void 0) return { invocationInput: import_smithy_client.SENSITIVE_STRING };
|
|
1931
|
-
if (obj.observation !== void 0) return { observation: import_smithy_client.SENSITIVE_STRING };
|
|
1932
|
-
if (obj.modelInvocationInput !== void 0) return { modelInvocationInput: import_smithy_client.SENSITIVE_STRING };
|
|
1933
|
-
if (obj.modelInvocationOutput !== void 0) return { modelInvocationOutput: import_smithy_client.SENSITIVE_STRING };
|
|
1934
|
-
if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1935
|
-
}, "RoutingClassifierTraceFilterSensitiveLog");
|
|
1936
|
-
var TraceFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
1937
|
-
if (obj.guardrailTrace !== void 0) return { guardrailTrace: import_smithy_client.SENSITIVE_STRING };
|
|
1938
|
-
if (obj.preProcessingTrace !== void 0) return { preProcessingTrace: import_smithy_client.SENSITIVE_STRING };
|
|
1939
|
-
if (obj.orchestrationTrace !== void 0) return { orchestrationTrace: import_smithy_client.SENSITIVE_STRING };
|
|
1940
|
-
if (obj.postProcessingTrace !== void 0) return { postProcessingTrace: import_smithy_client.SENSITIVE_STRING };
|
|
1941
|
-
if (obj.routingClassifierTrace !== void 0) return { routingClassifierTrace: import_smithy_client.SENSITIVE_STRING };
|
|
1942
|
-
if (obj.failureTrace !== void 0) return { failureTrace: import_smithy_client.SENSITIVE_STRING };
|
|
1943
|
-
if (obj.customOrchestrationTrace !== void 0) return { customOrchestrationTrace: import_smithy_client.SENSITIVE_STRING };
|
|
1944
|
-
if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1945
|
-
}, "TraceFilterSensitiveLog");
|
|
1946
|
-
var TracePartFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1947
|
-
...obj,
|
|
1948
|
-
...obj.trace && { trace: import_smithy_client.SENSITIVE_STRING },
|
|
1949
|
-
...obj.callerChain && { callerChain: obj.callerChain.map((item) => item) },
|
|
1950
|
-
...obj.collaboratorName && { collaboratorName: import_smithy_client.SENSITIVE_STRING }
|
|
1951
|
-
}), "TracePartFilterSensitiveLog");
|
|
1952
2029
|
var ResponseStreamFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
1953
2030
|
if (obj.chunk !== void 0) return { chunk: import_smithy_client.SENSITIVE_STRING };
|
|
1954
2031
|
if (obj.trace !== void 0) return { trace: import_smithy_client.SENSITIVE_STRING };
|
|
@@ -2116,51 +2193,29 @@ var ExternalSourcesGenerationConfigurationFilterSensitiveLog = /* @__PURE__ */ _
|
|
|
2116
2193
|
...obj,
|
|
2117
2194
|
...obj.promptTemplate && { promptTemplate: PromptTemplateFilterSensitiveLog(obj.promptTemplate) }
|
|
2118
2195
|
}), "ExternalSourcesGenerationConfigurationFilterSensitiveLog");
|
|
2119
|
-
var ByteContentDocFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2120
|
-
...obj,
|
|
2121
|
-
...obj.identifier && { identifier: import_smithy_client.SENSITIVE_STRING },
|
|
2122
|
-
...obj.data && { data: import_smithy_client.SENSITIVE_STRING }
|
|
2123
|
-
}), "ByteContentDocFilterSensitiveLog");
|
|
2124
|
-
var ExternalSourceFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2125
|
-
...obj,
|
|
2126
|
-
...obj.byteContent && { byteContent: ByteContentDocFilterSensitiveLog(obj.byteContent) }
|
|
2127
|
-
}), "ExternalSourceFilterSensitiveLog");
|
|
2128
|
-
var ExternalSourcesRetrieveAndGenerateConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2129
|
-
...obj,
|
|
2130
|
-
...obj.sources && { sources: obj.sources.map((item) => ExternalSourceFilterSensitiveLog(item)) },
|
|
2131
|
-
...obj.generationConfiguration && {
|
|
2132
|
-
generationConfiguration: ExternalSourcesGenerationConfigurationFilterSensitiveLog(obj.generationConfiguration)
|
|
2133
|
-
}
|
|
2134
|
-
}), "ExternalSourcesRetrieveAndGenerateConfigurationFilterSensitiveLog");
|
|
2135
|
-
var GenerationConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2136
|
-
...obj,
|
|
2137
|
-
...obj.promptTemplate && { promptTemplate: PromptTemplateFilterSensitiveLog(obj.promptTemplate) }
|
|
2138
|
-
}), "GenerationConfigurationFilterSensitiveLog");
|
|
2139
|
-
var OrchestrationConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2140
|
-
...obj,
|
|
2141
|
-
...obj.promptTemplate && { promptTemplate: PromptTemplateFilterSensitiveLog(obj.promptTemplate) }
|
|
2142
|
-
}), "OrchestrationConfigurationFilterSensitiveLog");
|
|
2143
|
-
var RetrieveAndGenerateOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2144
|
-
...obj
|
|
2145
|
-
}), "RetrieveAndGenerateOutputFilterSensitiveLog");
|
|
2146
|
-
var RetrieveAndGenerateResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2147
|
-
...obj,
|
|
2148
|
-
...obj.output && { output: import_smithy_client.SENSITIVE_STRING },
|
|
2149
|
-
...obj.citations && { citations: obj.citations.map((item) => CitationFilterSensitiveLog(item)) }
|
|
2150
|
-
}), "RetrieveAndGenerateResponseFilterSensitiveLog");
|
|
2151
|
-
var CitationEventFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2152
|
-
...obj,
|
|
2153
|
-
...obj.citation && { citation: CitationFilterSensitiveLog(obj.citation) },
|
|
2154
|
-
...obj.generatedResponsePart && {
|
|
2155
|
-
generatedResponsePart: GeneratedResponsePartFilterSensitiveLog(obj.generatedResponsePart)
|
|
2156
|
-
},
|
|
2157
|
-
...obj.retrievedReferences && {
|
|
2158
|
-
retrievedReferences: obj.retrievedReferences.map((item) => RetrievedReferenceFilterSensitiveLog(item))
|
|
2159
|
-
}
|
|
2160
|
-
}), "CitationEventFilterSensitiveLog");
|
|
2196
|
+
var ByteContentDocFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2197
|
+
...obj,
|
|
2198
|
+
...obj.identifier && { identifier: import_smithy_client.SENSITIVE_STRING },
|
|
2199
|
+
...obj.data && { data: import_smithy_client.SENSITIVE_STRING }
|
|
2200
|
+
}), "ByteContentDocFilterSensitiveLog");
|
|
2161
2201
|
|
|
2162
2202
|
// src/models/models_1.ts
|
|
2163
2203
|
|
|
2204
|
+
var ExternalSourceType = {
|
|
2205
|
+
BYTE_CONTENT: "BYTE_CONTENT",
|
|
2206
|
+
S3: "S3"
|
|
2207
|
+
};
|
|
2208
|
+
var QueryTransformationType = {
|
|
2209
|
+
QUERY_DECOMPOSITION: "QUERY_DECOMPOSITION"
|
|
2210
|
+
};
|
|
2211
|
+
var RetrieveAndGenerateType = {
|
|
2212
|
+
EXTERNAL_SOURCES: "EXTERNAL_SOURCES",
|
|
2213
|
+
KNOWLEDGE_BASE: "KNOWLEDGE_BASE"
|
|
2214
|
+
};
|
|
2215
|
+
var GuadrailAction = {
|
|
2216
|
+
INTERVENED: "INTERVENED",
|
|
2217
|
+
NONE: "NONE"
|
|
2218
|
+
};
|
|
2164
2219
|
var RetrieveAndGenerateStreamResponseOutput;
|
|
2165
2220
|
((RetrieveAndGenerateStreamResponseOutput3) => {
|
|
2166
2221
|
RetrieveAndGenerateStreamResponseOutput3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
@@ -2236,6 +2291,43 @@ var RetrievalFilter;
|
|
|
2236
2291
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
2237
2292
|
}, "visit");
|
|
2238
2293
|
})(RetrievalFilter || (RetrievalFilter = {}));
|
|
2294
|
+
var ExternalSourceFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2295
|
+
...obj,
|
|
2296
|
+
...obj.byteContent && { byteContent: ByteContentDocFilterSensitiveLog(obj.byteContent) }
|
|
2297
|
+
}), "ExternalSourceFilterSensitiveLog");
|
|
2298
|
+
var ExternalSourcesRetrieveAndGenerateConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2299
|
+
...obj,
|
|
2300
|
+
...obj.sources && { sources: obj.sources.map((item) => ExternalSourceFilterSensitiveLog(item)) },
|
|
2301
|
+
...obj.generationConfiguration && {
|
|
2302
|
+
generationConfiguration: ExternalSourcesGenerationConfigurationFilterSensitiveLog(obj.generationConfiguration)
|
|
2303
|
+
}
|
|
2304
|
+
}), "ExternalSourcesRetrieveAndGenerateConfigurationFilterSensitiveLog");
|
|
2305
|
+
var GenerationConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2306
|
+
...obj,
|
|
2307
|
+
...obj.promptTemplate && { promptTemplate: PromptTemplateFilterSensitiveLog(obj.promptTemplate) }
|
|
2308
|
+
}), "GenerationConfigurationFilterSensitiveLog");
|
|
2309
|
+
var OrchestrationConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2310
|
+
...obj,
|
|
2311
|
+
...obj.promptTemplate && { promptTemplate: PromptTemplateFilterSensitiveLog(obj.promptTemplate) }
|
|
2312
|
+
}), "OrchestrationConfigurationFilterSensitiveLog");
|
|
2313
|
+
var RetrieveAndGenerateOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2314
|
+
...obj
|
|
2315
|
+
}), "RetrieveAndGenerateOutputFilterSensitiveLog");
|
|
2316
|
+
var RetrieveAndGenerateResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2317
|
+
...obj,
|
|
2318
|
+
...obj.output && { output: import_smithy_client.SENSITIVE_STRING },
|
|
2319
|
+
...obj.citations && { citations: obj.citations.map((item) => CitationFilterSensitiveLog(item)) }
|
|
2320
|
+
}), "RetrieveAndGenerateResponseFilterSensitiveLog");
|
|
2321
|
+
var CitationEventFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2322
|
+
...obj,
|
|
2323
|
+
...obj.citation && { citation: CitationFilterSensitiveLog(obj.citation) },
|
|
2324
|
+
...obj.generatedResponsePart && {
|
|
2325
|
+
generatedResponsePart: GeneratedResponsePartFilterSensitiveLog(obj.generatedResponsePart)
|
|
2326
|
+
},
|
|
2327
|
+
...obj.retrievedReferences && {
|
|
2328
|
+
retrievedReferences: obj.retrievedReferences.map((item) => RetrievedReferenceFilterSensitiveLog(item))
|
|
2329
|
+
}
|
|
2330
|
+
}), "CitationEventFilterSensitiveLog");
|
|
2239
2331
|
var RetrieveAndGenerateOutputEventFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2240
2332
|
...obj
|
|
2241
2333
|
}), "RetrieveAndGenerateOutputEventFilterSensitiveLog");
|
|
@@ -4574,6 +4666,12 @@ var de_AgentCollaboratorInvocationOutput = /* @__PURE__ */ __name((output, conte
|
|
|
4574
4666
|
output: import_smithy_client._json
|
|
4575
4667
|
});
|
|
4576
4668
|
}, "de_AgentCollaboratorInvocationOutput");
|
|
4669
|
+
var de_AgentTraces = /* @__PURE__ */ __name((output, context) => {
|
|
4670
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
4671
|
+
return de_TracePart(entry, context);
|
|
4672
|
+
});
|
|
4673
|
+
return retVal;
|
|
4674
|
+
}, "de_AgentTraces");
|
|
4577
4675
|
var de_ApiResult = /* @__PURE__ */ __name((output, context) => {
|
|
4578
4676
|
return (0, import_smithy_client.take)(output, {
|
|
4579
4677
|
actionGroup: import_smithy_client.expectString,
|
|
@@ -4697,6 +4795,16 @@ var de_FlowExecutionEvent = /* @__PURE__ */ __name((output, context) => {
|
|
|
4697
4795
|
flowOutputEvent: de_FlowExecutionOutputEvent(output.flowOutputEvent, context)
|
|
4698
4796
|
};
|
|
4699
4797
|
}
|
|
4798
|
+
if (output.nodeActionEvent != null) {
|
|
4799
|
+
return {
|
|
4800
|
+
nodeActionEvent: de_NodeActionEvent(output.nodeActionEvent, context)
|
|
4801
|
+
};
|
|
4802
|
+
}
|
|
4803
|
+
if (output.nodeDependencyEvent != null) {
|
|
4804
|
+
return {
|
|
4805
|
+
nodeDependencyEvent: de_NodeDependencyEvent(output.nodeDependencyEvent, context)
|
|
4806
|
+
};
|
|
4807
|
+
}
|
|
4700
4808
|
if (output.nodeFailureEvent != null) {
|
|
4701
4809
|
return {
|
|
4702
4810
|
nodeFailureEvent: de_NodeFailureEvent(output.nodeFailureEvent, context)
|
|
@@ -4823,6 +4931,11 @@ var de_FlowTrace = /* @__PURE__ */ __name((output, context) => {
|
|
|
4823
4931
|
nodeActionTrace: de_FlowTraceNodeActionEvent(output.nodeActionTrace, context)
|
|
4824
4932
|
};
|
|
4825
4933
|
}
|
|
4934
|
+
if (output.nodeDependencyTrace != null) {
|
|
4935
|
+
return {
|
|
4936
|
+
nodeDependencyTrace: de_FlowTraceDependencyEvent(output.nodeDependencyTrace, context)
|
|
4937
|
+
};
|
|
4938
|
+
}
|
|
4826
4939
|
if (output.nodeInputTrace != null) {
|
|
4827
4940
|
return {
|
|
4828
4941
|
nodeInputTrace: de_FlowTraceNodeInputEvent(output.nodeInputTrace, context)
|
|
@@ -4842,6 +4955,13 @@ var de_FlowTraceConditionNodeResultEvent = /* @__PURE__ */ __name((output, conte
|
|
|
4842
4955
|
timestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "timestamp")
|
|
4843
4956
|
});
|
|
4844
4957
|
}, "de_FlowTraceConditionNodeResultEvent");
|
|
4958
|
+
var de_FlowTraceDependencyEvent = /* @__PURE__ */ __name((output, context) => {
|
|
4959
|
+
return (0, import_smithy_client.take)(output, {
|
|
4960
|
+
nodeName: import_smithy_client.expectString,
|
|
4961
|
+
timestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "timestamp"),
|
|
4962
|
+
traceElements: /* @__PURE__ */ __name((_) => de_TraceElements((0, import_core2.awsExpectUnion)(_), context), "traceElements")
|
|
4963
|
+
});
|
|
4964
|
+
}, "de_FlowTraceDependencyEvent");
|
|
4845
4965
|
var de_FlowTraceEvent = /* @__PURE__ */ __name((output, context) => {
|
|
4846
4966
|
return (0, import_smithy_client.take)(output, {
|
|
4847
4967
|
trace: /* @__PURE__ */ __name((_) => de_FlowTrace((0, import_core2.awsExpectUnion)(_), context), "trace")
|
|
@@ -4851,6 +4971,8 @@ var de_FlowTraceNodeActionEvent = /* @__PURE__ */ __name((output, context) => {
|
|
|
4851
4971
|
return (0, import_smithy_client.take)(output, {
|
|
4852
4972
|
nodeName: import_smithy_client.expectString,
|
|
4853
4973
|
operationName: import_smithy_client.expectString,
|
|
4974
|
+
operationRequest: /* @__PURE__ */ __name((_) => de_Document(_, context), "operationRequest"),
|
|
4975
|
+
operationResponse: /* @__PURE__ */ __name((_) => de_Document(_, context), "operationResponse"),
|
|
4854
4976
|
requestId: import_smithy_client.expectString,
|
|
4855
4977
|
serviceName: import_smithy_client.expectString,
|
|
4856
4978
|
timestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "timestamp")
|
|
@@ -4873,8 +4995,12 @@ var de_FlowTraceNodeInputEvent = /* @__PURE__ */ __name((output, context) => {
|
|
|
4873
4995
|
}, "de_FlowTraceNodeInputEvent");
|
|
4874
4996
|
var de_FlowTraceNodeInputField = /* @__PURE__ */ __name((output, context) => {
|
|
4875
4997
|
return (0, import_smithy_client.take)(output, {
|
|
4998
|
+
category: import_smithy_client.expectString,
|
|
4876
4999
|
content: /* @__PURE__ */ __name((_) => de_FlowTraceNodeInputContent((0, import_core2.awsExpectUnion)(_), context), "content"),
|
|
4877
|
-
|
|
5000
|
+
executionChain: import_smithy_client._json,
|
|
5001
|
+
nodeInputName: import_smithy_client.expectString,
|
|
5002
|
+
source: import_smithy_client._json,
|
|
5003
|
+
type: import_smithy_client.expectString
|
|
4878
5004
|
});
|
|
4879
5005
|
}, "de_FlowTraceNodeInputField");
|
|
4880
5006
|
var de_FlowTraceNodeInputFields = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4901,7 +5027,9 @@ var de_FlowTraceNodeOutputEvent = /* @__PURE__ */ __name((output, context) => {
|
|
|
4901
5027
|
var de_FlowTraceNodeOutputField = /* @__PURE__ */ __name((output, context) => {
|
|
4902
5028
|
return (0, import_smithy_client.take)(output, {
|
|
4903
5029
|
content: /* @__PURE__ */ __name((_) => de_FlowTraceNodeOutputContent((0, import_core2.awsExpectUnion)(_), context), "content"),
|
|
4904
|
-
|
|
5030
|
+
next: import_smithy_client._json,
|
|
5031
|
+
nodeOutputName: import_smithy_client.expectString,
|
|
5032
|
+
type: import_smithy_client.expectString
|
|
4905
5033
|
});
|
|
4906
5034
|
}, "de_FlowTraceNodeOutputField");
|
|
4907
5035
|
var de_FlowTraceNodeOutputFields = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -5129,6 +5257,24 @@ var de_ModelInvocationInput = /* @__PURE__ */ __name((output, context) => {
|
|
|
5129
5257
|
type: import_smithy_client.expectString
|
|
5130
5258
|
});
|
|
5131
5259
|
}, "de_ModelInvocationInput");
|
|
5260
|
+
var de_NodeActionEvent = /* @__PURE__ */ __name((output, context) => {
|
|
5261
|
+
return (0, import_smithy_client.take)(output, {
|
|
5262
|
+
nodeName: import_smithy_client.expectString,
|
|
5263
|
+
operationName: import_smithy_client.expectString,
|
|
5264
|
+
operationRequest: /* @__PURE__ */ __name((_) => de_Document(_, context), "operationRequest"),
|
|
5265
|
+
operationResponse: /* @__PURE__ */ __name((_) => de_Document(_, context), "operationResponse"),
|
|
5266
|
+
requestId: import_smithy_client.expectString,
|
|
5267
|
+
serviceName: import_smithy_client.expectString,
|
|
5268
|
+
timestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "timestamp")
|
|
5269
|
+
});
|
|
5270
|
+
}, "de_NodeActionEvent");
|
|
5271
|
+
var de_NodeDependencyEvent = /* @__PURE__ */ __name((output, context) => {
|
|
5272
|
+
return (0, import_smithy_client.take)(output, {
|
|
5273
|
+
nodeName: import_smithy_client.expectString,
|
|
5274
|
+
timestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "timestamp"),
|
|
5275
|
+
traceElements: /* @__PURE__ */ __name((_) => de_NodeTraceElements((0, import_core2.awsExpectUnion)(_), context), "traceElements")
|
|
5276
|
+
});
|
|
5277
|
+
}, "de_NodeDependencyEvent");
|
|
5132
5278
|
var de_NodeExecutionContent = /* @__PURE__ */ __name((output, context) => {
|
|
5133
5279
|
if (output.document != null) {
|
|
5134
5280
|
return {
|
|
@@ -5154,8 +5300,12 @@ var de_NodeInputEvent = /* @__PURE__ */ __name((output, context) => {
|
|
|
5154
5300
|
}, "de_NodeInputEvent");
|
|
5155
5301
|
var de_NodeInputField = /* @__PURE__ */ __name((output, context) => {
|
|
5156
5302
|
return (0, import_smithy_client.take)(output, {
|
|
5303
|
+
category: import_smithy_client.expectString,
|
|
5157
5304
|
content: /* @__PURE__ */ __name((_) => de_NodeExecutionContent((0, import_core2.awsExpectUnion)(_), context), "content"),
|
|
5158
|
-
|
|
5305
|
+
executionChain: import_smithy_client._json,
|
|
5306
|
+
name: import_smithy_client.expectString,
|
|
5307
|
+
source: import_smithy_client._json,
|
|
5308
|
+
type: import_smithy_client.expectString
|
|
5159
5309
|
});
|
|
5160
5310
|
}, "de_NodeInputField");
|
|
5161
5311
|
var de_NodeInputFields = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -5174,7 +5324,9 @@ var de_NodeOutputEvent = /* @__PURE__ */ __name((output, context) => {
|
|
|
5174
5324
|
var de_NodeOutputField = /* @__PURE__ */ __name((output, context) => {
|
|
5175
5325
|
return (0, import_smithy_client.take)(output, {
|
|
5176
5326
|
content: /* @__PURE__ */ __name((_) => de_NodeExecutionContent((0, import_core2.awsExpectUnion)(_), context), "content"),
|
|
5177
|
-
name: import_smithy_client.expectString
|
|
5327
|
+
name: import_smithy_client.expectString,
|
|
5328
|
+
next: import_smithy_client._json,
|
|
5329
|
+
type: import_smithy_client.expectString
|
|
5178
5330
|
});
|
|
5179
5331
|
}, "de_NodeOutputField");
|
|
5180
5332
|
var de_NodeOutputFields = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -5183,6 +5335,14 @@ var de_NodeOutputFields = /* @__PURE__ */ __name((output, context) => {
|
|
|
5183
5335
|
});
|
|
5184
5336
|
return retVal;
|
|
5185
5337
|
}, "de_NodeOutputFields");
|
|
5338
|
+
var de_NodeTraceElements = /* @__PURE__ */ __name((output, context) => {
|
|
5339
|
+
if (output.agentTraces != null) {
|
|
5340
|
+
return {
|
|
5341
|
+
agentTraces: de_AgentTraces(output.agentTraces, context)
|
|
5342
|
+
};
|
|
5343
|
+
}
|
|
5344
|
+
return { $unknown: Object.entries(output)[0] };
|
|
5345
|
+
}, "de_NodeTraceElements");
|
|
5186
5346
|
var de_Observation = /* @__PURE__ */ __name((output, context) => {
|
|
5187
5347
|
return (0, import_smithy_client.take)(output, {
|
|
5188
5348
|
actionGroupInvocationOutput: /* @__PURE__ */ __name((_) => de_ActionGroupInvocationOutput(_, context), "actionGroupInvocationOutput"),
|
|
@@ -5456,6 +5616,14 @@ var de_Trace = /* @__PURE__ */ __name((output, context) => {
|
|
|
5456
5616
|
}
|
|
5457
5617
|
return { $unknown: Object.entries(output)[0] };
|
|
5458
5618
|
}, "de_Trace");
|
|
5619
|
+
var de_TraceElements = /* @__PURE__ */ __name((output, context) => {
|
|
5620
|
+
if (output.agentTraces != null) {
|
|
5621
|
+
return {
|
|
5622
|
+
agentTraces: de_AgentTraces(output.agentTraces, context)
|
|
5623
|
+
};
|
|
5624
|
+
}
|
|
5625
|
+
return { $unknown: Object.entries(output)[0] };
|
|
5626
|
+
}, "de_TraceElements");
|
|
5459
5627
|
var de_TracePart = /* @__PURE__ */ __name((output, context) => {
|
|
5460
5628
|
return (0, import_smithy_client.take)(output, {
|
|
5461
5629
|
agentAliasId: import_smithy_client.expectString,
|
|
@@ -6130,6 +6298,31 @@ var paginateRetrieve = (0, import_core.createPaginator)(BedrockAgentRuntimeClien
|
|
|
6130
6298
|
InvocationResultMember,
|
|
6131
6299
|
PayloadType,
|
|
6132
6300
|
InvocationInputMember,
|
|
6301
|
+
Caller,
|
|
6302
|
+
GuardrailAction,
|
|
6303
|
+
GuardrailContentPolicyAction,
|
|
6304
|
+
GuardrailContentFilterConfidence,
|
|
6305
|
+
GuardrailContentFilterType,
|
|
6306
|
+
GuardrailSensitiveInformationPolicyAction,
|
|
6307
|
+
GuardrailPiiEntityType,
|
|
6308
|
+
GuardrailTopicPolicyAction,
|
|
6309
|
+
GuardrailTopicType,
|
|
6310
|
+
GuardrailWordPolicyAction,
|
|
6311
|
+
GuardrailManagedWordType,
|
|
6312
|
+
InvocationType,
|
|
6313
|
+
CreationMode,
|
|
6314
|
+
PromptType,
|
|
6315
|
+
ReasoningContentBlock,
|
|
6316
|
+
RetrievalResultContentColumnType,
|
|
6317
|
+
RetrievalResultContentType,
|
|
6318
|
+
RetrievalResultLocationType,
|
|
6319
|
+
Source,
|
|
6320
|
+
Type,
|
|
6321
|
+
OrchestrationTrace,
|
|
6322
|
+
PostProcessingTrace,
|
|
6323
|
+
PreProcessingTrace,
|
|
6324
|
+
RoutingClassifierTrace,
|
|
6325
|
+
Trace,
|
|
6133
6326
|
InternalServerException,
|
|
6134
6327
|
ResourceNotFoundException,
|
|
6135
6328
|
ThrottlingException,
|
|
@@ -6139,8 +6332,12 @@ var paginateRetrieve = (0, import_core.createPaginator)(BedrockAgentRuntimeClien
|
|
|
6139
6332
|
FlowExecutionEventType,
|
|
6140
6333
|
FlowErrorCode,
|
|
6141
6334
|
FlowExecutionContent,
|
|
6335
|
+
NodeTraceElements,
|
|
6142
6336
|
NodeErrorCode,
|
|
6337
|
+
FlowNodeInputCategory,
|
|
6143
6338
|
NodeExecutionContent,
|
|
6339
|
+
FlowControlNodeType,
|
|
6340
|
+
FlowNodeIODataType,
|
|
6144
6341
|
FlowExecutionEvent,
|
|
6145
6342
|
BadGatewayException,
|
|
6146
6343
|
ConflictException,
|
|
@@ -6152,6 +6349,7 @@ var paginateRetrieve = (0, import_core.createPaginator)(BedrockAgentRuntimeClien
|
|
|
6152
6349
|
FlowMultiTurnInputContent,
|
|
6153
6350
|
NodeType,
|
|
6154
6351
|
FlowOutputContent,
|
|
6352
|
+
TraceElements,
|
|
6155
6353
|
FlowTraceNodeInputContent,
|
|
6156
6354
|
FlowTraceNodeOutputContent,
|
|
6157
6355
|
FlowTrace,
|
|
@@ -6169,32 +6367,7 @@ var paginateRetrieve = (0, import_core.createPaginator)(BedrockAgentRuntimeClien
|
|
|
6169
6367
|
RerankingMetadataSelectionMode,
|
|
6170
6368
|
RerankingMetadataSelectiveModeConfiguration,
|
|
6171
6369
|
VectorSearchRerankingConfigurationType,
|
|
6172
|
-
RetrievalResultContentColumnType,
|
|
6173
|
-
RetrievalResultContentType,
|
|
6174
|
-
RetrievalResultLocationType,
|
|
6175
6370
|
ModelNotReadyException,
|
|
6176
|
-
Caller,
|
|
6177
|
-
GuardrailAction,
|
|
6178
|
-
GuardrailContentPolicyAction,
|
|
6179
|
-
GuardrailContentFilterConfidence,
|
|
6180
|
-
GuardrailContentFilterType,
|
|
6181
|
-
GuardrailSensitiveInformationPolicyAction,
|
|
6182
|
-
GuardrailPiiEntityType,
|
|
6183
|
-
GuardrailTopicPolicyAction,
|
|
6184
|
-
GuardrailTopicType,
|
|
6185
|
-
GuardrailWordPolicyAction,
|
|
6186
|
-
GuardrailManagedWordType,
|
|
6187
|
-
InvocationType,
|
|
6188
|
-
CreationMode,
|
|
6189
|
-
PromptType,
|
|
6190
|
-
ReasoningContentBlock,
|
|
6191
|
-
Source,
|
|
6192
|
-
Type,
|
|
6193
|
-
OrchestrationTrace,
|
|
6194
|
-
PostProcessingTrace,
|
|
6195
|
-
PreProcessingTrace,
|
|
6196
|
-
RoutingClassifierTrace,
|
|
6197
|
-
Trace,
|
|
6198
6371
|
ResponseStream,
|
|
6199
6372
|
RelayConversationHistory,
|
|
6200
6373
|
PromptState,
|
|
@@ -6210,10 +6383,6 @@ var paginateRetrieve = (0, import_core.createPaginator)(BedrockAgentRuntimeClien
|
|
|
6210
6383
|
RerankingConfigurationType,
|
|
6211
6384
|
RerankDocumentType,
|
|
6212
6385
|
RerankSourceType,
|
|
6213
|
-
ExternalSourceType,
|
|
6214
|
-
QueryTransformationType,
|
|
6215
|
-
RetrieveAndGenerateType,
|
|
6216
|
-
GuadrailAction,
|
|
6217
6386
|
ActionGroupInvocationInputFilterSensitiveLog,
|
|
6218
6387
|
UsageFilterSensitiveLog,
|
|
6219
6388
|
MetadataFilterSensitiveLog,
|
|
@@ -6233,6 +6402,49 @@ var paginateRetrieve = (0, import_core.createPaginator)(BedrockAgentRuntimeClien
|
|
|
6233
6402
|
ReturnControlPayloadFilterSensitiveLog,
|
|
6234
6403
|
AgentCollaboratorOutputPayloadFilterSensitiveLog,
|
|
6235
6404
|
AgentCollaboratorInvocationOutputFilterSensitiveLog,
|
|
6405
|
+
CustomOrchestrationTraceEventFilterSensitiveLog,
|
|
6406
|
+
CustomOrchestrationTraceFilterSensitiveLog,
|
|
6407
|
+
FailureTraceFilterSensitiveLog,
|
|
6408
|
+
GuardrailContentFilterFilterSensitiveLog,
|
|
6409
|
+
GuardrailContentPolicyAssessmentFilterSensitiveLog,
|
|
6410
|
+
GuardrailPiiEntityFilterFilterSensitiveLog,
|
|
6411
|
+
GuardrailRegexFilterFilterSensitiveLog,
|
|
6412
|
+
GuardrailSensitiveInformationPolicyAssessmentFilterSensitiveLog,
|
|
6413
|
+
GuardrailTopicFilterSensitiveLog,
|
|
6414
|
+
GuardrailTopicPolicyAssessmentFilterSensitiveLog,
|
|
6415
|
+
GuardrailCustomWordFilterSensitiveLog,
|
|
6416
|
+
GuardrailManagedWordFilterSensitiveLog,
|
|
6417
|
+
GuardrailWordPolicyAssessmentFilterSensitiveLog,
|
|
6418
|
+
GuardrailAssessmentFilterSensitiveLog,
|
|
6419
|
+
GuardrailTraceFilterSensitiveLog,
|
|
6420
|
+
KnowledgeBaseLookupInputFilterSensitiveLog,
|
|
6421
|
+
InvocationInputFilterSensitiveLog,
|
|
6422
|
+
ModelInvocationInputFilterSensitiveLog,
|
|
6423
|
+
RawResponseFilterSensitiveLog,
|
|
6424
|
+
ReasoningTextBlockFilterSensitiveLog,
|
|
6425
|
+
ReasoningContentBlockFilterSensitiveLog,
|
|
6426
|
+
OrchestrationModelInvocationOutputFilterSensitiveLog,
|
|
6427
|
+
CodeInterpreterInvocationOutputFilterSensitiveLog,
|
|
6428
|
+
FinalResponseFilterSensitiveLog,
|
|
6429
|
+
RetrievalResultContentColumnFilterSensitiveLog,
|
|
6430
|
+
RetrievalResultContentFilterSensitiveLog,
|
|
6431
|
+
RetrievalResultLocationFilterSensitiveLog,
|
|
6432
|
+
RetrievedReferenceFilterSensitiveLog,
|
|
6433
|
+
KnowledgeBaseLookupOutputFilterSensitiveLog,
|
|
6434
|
+
RepromptResponseFilterSensitiveLog,
|
|
6435
|
+
ObservationFilterSensitiveLog,
|
|
6436
|
+
RationaleFilterSensitiveLog,
|
|
6437
|
+
OrchestrationTraceFilterSensitiveLog,
|
|
6438
|
+
PostProcessingParsedResponseFilterSensitiveLog,
|
|
6439
|
+
PostProcessingModelInvocationOutputFilterSensitiveLog,
|
|
6440
|
+
PostProcessingTraceFilterSensitiveLog,
|
|
6441
|
+
PreProcessingParsedResponseFilterSensitiveLog,
|
|
6442
|
+
PreProcessingModelInvocationOutputFilterSensitiveLog,
|
|
6443
|
+
PreProcessingTraceFilterSensitiveLog,
|
|
6444
|
+
RoutingClassifierModelInvocationOutputFilterSensitiveLog,
|
|
6445
|
+
RoutingClassifierTraceFilterSensitiveLog,
|
|
6446
|
+
TraceFilterSensitiveLog,
|
|
6447
|
+
TracePartFilterSensitiveLog,
|
|
6236
6448
|
SatisfiedConditionFilterSensitiveLog,
|
|
6237
6449
|
ConditionResultEventFilterSensitiveLog,
|
|
6238
6450
|
FlowFailureEventFilterSensitiveLog,
|
|
@@ -6241,10 +6453,15 @@ var paginateRetrieve = (0, import_core.createPaginator)(BedrockAgentRuntimeClien
|
|
|
6241
6453
|
FlowExecutionInputEventFilterSensitiveLog,
|
|
6242
6454
|
FlowOutputFieldFilterSensitiveLog,
|
|
6243
6455
|
FlowExecutionOutputEventFilterSensitiveLog,
|
|
6456
|
+
NodeActionEventFilterSensitiveLog,
|
|
6457
|
+
NodeTraceElementsFilterSensitiveLog,
|
|
6458
|
+
NodeDependencyEventFilterSensitiveLog,
|
|
6244
6459
|
NodeFailureEventFilterSensitiveLog,
|
|
6245
6460
|
NodeExecutionContentFilterSensitiveLog,
|
|
6461
|
+
NodeInputSourceFilterSensitiveLog,
|
|
6246
6462
|
NodeInputFieldFilterSensitiveLog,
|
|
6247
6463
|
NodeInputEventFilterSensitiveLog,
|
|
6464
|
+
NodeOutputNextFilterSensitiveLog,
|
|
6248
6465
|
NodeOutputFieldFilterSensitiveLog,
|
|
6249
6466
|
NodeOutputEventFilterSensitiveLog,
|
|
6250
6467
|
FlowExecutionEventFilterSensitiveLog,
|
|
@@ -6259,9 +6476,14 @@ var paginateRetrieve = (0, import_core.createPaginator)(BedrockAgentRuntimeClien
|
|
|
6259
6476
|
FlowTraceConditionFilterSensitiveLog,
|
|
6260
6477
|
FlowTraceConditionNodeResultEventFilterSensitiveLog,
|
|
6261
6478
|
FlowTraceNodeActionEventFilterSensitiveLog,
|
|
6479
|
+
TraceElementsFilterSensitiveLog,
|
|
6480
|
+
FlowTraceDependencyEventFilterSensitiveLog,
|
|
6262
6481
|
FlowTraceNodeInputContentFilterSensitiveLog,
|
|
6482
|
+
FlowTraceNodeInputExecutionChainItemFilterSensitiveLog,
|
|
6483
|
+
FlowTraceNodeInputSourceFilterSensitiveLog,
|
|
6263
6484
|
FlowTraceNodeInputFieldFilterSensitiveLog,
|
|
6264
6485
|
FlowTraceNodeInputEventFilterSensitiveLog,
|
|
6486
|
+
FlowTraceNodeOutputNextFilterSensitiveLog,
|
|
6265
6487
|
FlowTraceNodeOutputFieldFilterSensitiveLog,
|
|
6266
6488
|
FlowTraceNodeOutputEventFilterSensitiveLog,
|
|
6267
6489
|
FlowTraceFilterSensitiveLog,
|
|
@@ -6286,54 +6508,11 @@ var paginateRetrieve = (0, import_core.createPaginator)(BedrockAgentRuntimeClien
|
|
|
6286
6508
|
VectorSearchRerankingConfigurationFilterSensitiveLog,
|
|
6287
6509
|
TextResponsePartFilterSensitiveLog,
|
|
6288
6510
|
GeneratedResponsePartFilterSensitiveLog,
|
|
6289
|
-
RetrievalResultContentColumnFilterSensitiveLog,
|
|
6290
|
-
RetrievalResultContentFilterSensitiveLog,
|
|
6291
|
-
RetrievalResultLocationFilterSensitiveLog,
|
|
6292
|
-
RetrievedReferenceFilterSensitiveLog,
|
|
6293
6511
|
CitationFilterSensitiveLog,
|
|
6294
6512
|
AttributionFilterSensitiveLog,
|
|
6295
6513
|
PayloadPartFilterSensitiveLog,
|
|
6296
6514
|
OutputFileFilterSensitiveLog,
|
|
6297
6515
|
FilePartFilterSensitiveLog,
|
|
6298
|
-
CustomOrchestrationTraceEventFilterSensitiveLog,
|
|
6299
|
-
CustomOrchestrationTraceFilterSensitiveLog,
|
|
6300
|
-
FailureTraceFilterSensitiveLog,
|
|
6301
|
-
GuardrailContentFilterFilterSensitiveLog,
|
|
6302
|
-
GuardrailContentPolicyAssessmentFilterSensitiveLog,
|
|
6303
|
-
GuardrailPiiEntityFilterFilterSensitiveLog,
|
|
6304
|
-
GuardrailRegexFilterFilterSensitiveLog,
|
|
6305
|
-
GuardrailSensitiveInformationPolicyAssessmentFilterSensitiveLog,
|
|
6306
|
-
GuardrailTopicFilterSensitiveLog,
|
|
6307
|
-
GuardrailTopicPolicyAssessmentFilterSensitiveLog,
|
|
6308
|
-
GuardrailCustomWordFilterSensitiveLog,
|
|
6309
|
-
GuardrailManagedWordFilterSensitiveLog,
|
|
6310
|
-
GuardrailWordPolicyAssessmentFilterSensitiveLog,
|
|
6311
|
-
GuardrailAssessmentFilterSensitiveLog,
|
|
6312
|
-
GuardrailTraceFilterSensitiveLog,
|
|
6313
|
-
KnowledgeBaseLookupInputFilterSensitiveLog,
|
|
6314
|
-
InvocationInputFilterSensitiveLog,
|
|
6315
|
-
ModelInvocationInputFilterSensitiveLog,
|
|
6316
|
-
RawResponseFilterSensitiveLog,
|
|
6317
|
-
ReasoningTextBlockFilterSensitiveLog,
|
|
6318
|
-
ReasoningContentBlockFilterSensitiveLog,
|
|
6319
|
-
OrchestrationModelInvocationOutputFilterSensitiveLog,
|
|
6320
|
-
CodeInterpreterInvocationOutputFilterSensitiveLog,
|
|
6321
|
-
FinalResponseFilterSensitiveLog,
|
|
6322
|
-
KnowledgeBaseLookupOutputFilterSensitiveLog,
|
|
6323
|
-
RepromptResponseFilterSensitiveLog,
|
|
6324
|
-
ObservationFilterSensitiveLog,
|
|
6325
|
-
RationaleFilterSensitiveLog,
|
|
6326
|
-
OrchestrationTraceFilterSensitiveLog,
|
|
6327
|
-
PostProcessingParsedResponseFilterSensitiveLog,
|
|
6328
|
-
PostProcessingModelInvocationOutputFilterSensitiveLog,
|
|
6329
|
-
PostProcessingTraceFilterSensitiveLog,
|
|
6330
|
-
PreProcessingParsedResponseFilterSensitiveLog,
|
|
6331
|
-
PreProcessingModelInvocationOutputFilterSensitiveLog,
|
|
6332
|
-
PreProcessingTraceFilterSensitiveLog,
|
|
6333
|
-
RoutingClassifierModelInvocationOutputFilterSensitiveLog,
|
|
6334
|
-
RoutingClassifierTraceFilterSensitiveLog,
|
|
6335
|
-
TraceFilterSensitiveLog,
|
|
6336
|
-
TracePartFilterSensitiveLog,
|
|
6337
6516
|
ResponseStreamFilterSensitiveLog,
|
|
6338
6517
|
InvokeAgentResponseFilterSensitiveLog,
|
|
6339
6518
|
CollaboratorConfigurationFilterSensitiveLog,
|
|
@@ -6365,13 +6544,10 @@ var paginateRetrieve = (0, import_core.createPaginator)(BedrockAgentRuntimeClien
|
|
|
6365
6544
|
PromptTemplateFilterSensitiveLog,
|
|
6366
6545
|
ExternalSourcesGenerationConfigurationFilterSensitiveLog,
|
|
6367
6546
|
ByteContentDocFilterSensitiveLog,
|
|
6368
|
-
|
|
6369
|
-
|
|
6370
|
-
|
|
6371
|
-
|
|
6372
|
-
RetrieveAndGenerateOutputFilterSensitiveLog,
|
|
6373
|
-
RetrieveAndGenerateResponseFilterSensitiveLog,
|
|
6374
|
-
CitationEventFilterSensitiveLog,
|
|
6547
|
+
ExternalSourceType,
|
|
6548
|
+
QueryTransformationType,
|
|
6549
|
+
RetrieveAndGenerateType,
|
|
6550
|
+
GuadrailAction,
|
|
6375
6551
|
RetrieveAndGenerateStreamResponseOutput,
|
|
6376
6552
|
SessionStatus,
|
|
6377
6553
|
ImageFormat,
|
|
@@ -6379,6 +6555,13 @@ var paginateRetrieve = (0, import_core.createPaginator)(BedrockAgentRuntimeClien
|
|
|
6379
6555
|
BedrockSessionContentBlock,
|
|
6380
6556
|
InvocationStepPayload,
|
|
6381
6557
|
RetrievalFilter,
|
|
6558
|
+
ExternalSourceFilterSensitiveLog,
|
|
6559
|
+
ExternalSourcesRetrieveAndGenerateConfigurationFilterSensitiveLog,
|
|
6560
|
+
GenerationConfigurationFilterSensitiveLog,
|
|
6561
|
+
OrchestrationConfigurationFilterSensitiveLog,
|
|
6562
|
+
RetrieveAndGenerateOutputFilterSensitiveLog,
|
|
6563
|
+
RetrieveAndGenerateResponseFilterSensitiveLog,
|
|
6564
|
+
CitationEventFilterSensitiveLog,
|
|
6382
6565
|
RetrieveAndGenerateOutputEventFilterSensitiveLog,
|
|
6383
6566
|
RetrieveAndGenerateStreamResponseOutputFilterSensitiveLog,
|
|
6384
6567
|
RetrieveAndGenerateStreamResponseFilterSensitiveLog,
|