@aws-sdk/client-bedrock-agent-runtime 3.703.0 → 3.705.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 +267 -69
- package/dist-es/models/models_0.js +173 -56
- package/dist-es/protocols/Aws_restJson1.js +46 -3
- package/dist-types/commands/InvokeAgentCommand.d.ts +351 -20
- package/dist-types/commands/InvokeInlineAgentCommand.d.ts +331 -19
- package/dist-types/models/models_0.d.ts +903 -466
- package/dist-types/ts3.4/models/models_0.d.ts +321 -122
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -30,6 +30,10 @@ __export(src_exports, {
|
|
|
30
30
|
ActionGroupSignature: () => ActionGroupSignature,
|
|
31
31
|
ActionInvocationType: () => ActionInvocationType,
|
|
32
32
|
AgentActionGroupFilterSensitiveLog: () => AgentActionGroupFilterSensitiveLog,
|
|
33
|
+
AgentCollaboratorInputPayloadFilterSensitiveLog: () => AgentCollaboratorInputPayloadFilterSensitiveLog,
|
|
34
|
+
AgentCollaboratorInvocationInputFilterSensitiveLog: () => AgentCollaboratorInvocationInputFilterSensitiveLog,
|
|
35
|
+
AgentCollaboratorInvocationOutputFilterSensitiveLog: () => AgentCollaboratorInvocationOutputFilterSensitiveLog,
|
|
36
|
+
AgentCollaboratorOutputPayloadFilterSensitiveLog: () => AgentCollaboratorOutputPayloadFilterSensitiveLog,
|
|
33
37
|
AnalyzePromptEventFilterSensitiveLog: () => AnalyzePromptEventFilterSensitiveLog,
|
|
34
38
|
ApiInvocationInputFilterSensitiveLog: () => ApiInvocationInputFilterSensitiveLog,
|
|
35
39
|
ApiResultFilterSensitiveLog: () => ApiResultFilterSensitiveLog,
|
|
@@ -41,10 +45,15 @@ __export(src_exports, {
|
|
|
41
45
|
BedrockAgentRuntimeServiceException: () => BedrockAgentRuntimeServiceException,
|
|
42
46
|
ByteContentDocFilterSensitiveLog: () => ByteContentDocFilterSensitiveLog,
|
|
43
47
|
ByteContentFileFilterSensitiveLog: () => ByteContentFileFilterSensitiveLog,
|
|
48
|
+
Caller: () => Caller,
|
|
44
49
|
CitationEventFilterSensitiveLog: () => CitationEventFilterSensitiveLog,
|
|
45
50
|
CitationFilterSensitiveLog: () => CitationFilterSensitiveLog,
|
|
46
51
|
ConfirmationState: () => ConfirmationState,
|
|
47
52
|
ConflictException: () => ConflictException,
|
|
53
|
+
ContentBlock: () => ContentBlock,
|
|
54
|
+
ContentBlockFilterSensitiveLog: () => ContentBlockFilterSensitiveLog,
|
|
55
|
+
ConversationHistoryFilterSensitiveLog: () => ConversationHistoryFilterSensitiveLog,
|
|
56
|
+
ConversationRole: () => ConversationRole,
|
|
48
57
|
CreationMode: () => CreationMode,
|
|
49
58
|
CustomControlMethod: () => CustomControlMethod,
|
|
50
59
|
CustomOrchestrationTraceEventFilterSensitiveLog: () => CustomOrchestrationTraceEventFilterSensitiveLog,
|
|
@@ -84,6 +93,7 @@ __export(src_exports, {
|
|
|
84
93
|
FlowTraceNodeOutputEventFilterSensitiveLog: () => FlowTraceNodeOutputEventFilterSensitiveLog,
|
|
85
94
|
FlowTraceNodeOutputFieldFilterSensitiveLog: () => FlowTraceNodeOutputFieldFilterSensitiveLog,
|
|
86
95
|
FunctionDefinitionFilterSensitiveLog: () => FunctionDefinitionFilterSensitiveLog,
|
|
96
|
+
FunctionInvocationInputFilterSensitiveLog: () => FunctionInvocationInputFilterSensitiveLog,
|
|
87
97
|
FunctionSchema: () => FunctionSchema,
|
|
88
98
|
FunctionSchemaFilterSensitiveLog: () => FunctionSchemaFilterSensitiveLog,
|
|
89
99
|
GeneratedResponsePartFilterSensitiveLog: () => GeneratedResponsePartFilterSensitiveLog,
|
|
@@ -150,6 +160,7 @@ __export(src_exports, {
|
|
|
150
160
|
KnowledgeBaseVectorSearchConfigurationFilterSensitiveLog: () => KnowledgeBaseVectorSearchConfigurationFilterSensitiveLog,
|
|
151
161
|
Memory: () => Memory,
|
|
152
162
|
MemoryType: () => MemoryType,
|
|
163
|
+
MessageFilterSensitiveLog: () => MessageFilterSensitiveLog,
|
|
153
164
|
MetadataAttributeSchemaFilterSensitiveLog: () => MetadataAttributeSchemaFilterSensitiveLog,
|
|
154
165
|
MetadataConfigurationForRerankingFilterSensitiveLog: () => MetadataConfigurationForRerankingFilterSensitiveLog,
|
|
155
166
|
MetadataFilterSensitiveLog: () => MetadataFilterSensitiveLog,
|
|
@@ -171,6 +182,7 @@ __export(src_exports, {
|
|
|
171
182
|
OutputFileFilterSensitiveLog: () => OutputFileFilterSensitiveLog,
|
|
172
183
|
ParameterType: () => ParameterType,
|
|
173
184
|
PayloadPartFilterSensitiveLog: () => PayloadPartFilterSensitiveLog,
|
|
185
|
+
PayloadType: () => PayloadType,
|
|
174
186
|
PostProcessingModelInvocationOutputFilterSensitiveLog: () => PostProcessingModelInvocationOutputFilterSensitiveLog,
|
|
175
187
|
PostProcessingParsedResponseFilterSensitiveLog: () => PostProcessingParsedResponseFilterSensitiveLog,
|
|
176
188
|
PostProcessingTrace: () => PostProcessingTrace,
|
|
@@ -231,6 +243,10 @@ __export(src_exports, {
|
|
|
231
243
|
RetrieveResponseFilterSensitiveLog: () => RetrieveResponseFilterSensitiveLog,
|
|
232
244
|
RetrievedReferenceFilterSensitiveLog: () => RetrievedReferenceFilterSensitiveLog,
|
|
233
245
|
ReturnControlPayloadFilterSensitiveLog: () => ReturnControlPayloadFilterSensitiveLog,
|
|
246
|
+
ReturnControlResultsFilterSensitiveLog: () => ReturnControlResultsFilterSensitiveLog,
|
|
247
|
+
RoutingClassifierModelInvocationOutputFilterSensitiveLog: () => RoutingClassifierModelInvocationOutputFilterSensitiveLog,
|
|
248
|
+
RoutingClassifierTrace: () => RoutingClassifierTrace,
|
|
249
|
+
RoutingClassifierTraceFilterSensitiveLog: () => RoutingClassifierTraceFilterSensitiveLog,
|
|
234
250
|
SearchType: () => SearchType,
|
|
235
251
|
ServiceQuotaExceededException: () => ServiceQuotaExceededException,
|
|
236
252
|
SessionStateFilterSensitiveLog: () => SessionStateFilterSensitiveLog,
|
|
@@ -494,6 +510,38 @@ var FunctionSchema;
|
|
|
494
510
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
495
511
|
}, "visit");
|
|
496
512
|
})(FunctionSchema || (FunctionSchema = {}));
|
|
513
|
+
var ConfirmationState = {
|
|
514
|
+
CONFIRM: "CONFIRM",
|
|
515
|
+
DENY: "DENY"
|
|
516
|
+
};
|
|
517
|
+
var ResponseState = {
|
|
518
|
+
FAILURE: "FAILURE",
|
|
519
|
+
REPROMPT: "REPROMPT"
|
|
520
|
+
};
|
|
521
|
+
var InvocationResultMember;
|
|
522
|
+
((InvocationResultMember3) => {
|
|
523
|
+
InvocationResultMember3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
524
|
+
if (value.apiResult !== void 0)
|
|
525
|
+
return visitor.apiResult(value.apiResult);
|
|
526
|
+
if (value.functionResult !== void 0)
|
|
527
|
+
return visitor.functionResult(value.functionResult);
|
|
528
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
529
|
+
}, "visit");
|
|
530
|
+
})(InvocationResultMember || (InvocationResultMember = {}));
|
|
531
|
+
var PayloadType = {
|
|
532
|
+
RETURN_CONTROL: "RETURN_CONTROL",
|
|
533
|
+
TEXT: "TEXT"
|
|
534
|
+
};
|
|
535
|
+
var InvocationInputMember;
|
|
536
|
+
((InvocationInputMember2) => {
|
|
537
|
+
InvocationInputMember2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
538
|
+
if (value.apiInvocationInput !== void 0)
|
|
539
|
+
return visitor.apiInvocationInput(value.apiInvocationInput);
|
|
540
|
+
if (value.functionInvocationInput !== void 0)
|
|
541
|
+
return visitor.functionInvocationInput(value.functionInvocationInput);
|
|
542
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
543
|
+
}, "visit");
|
|
544
|
+
})(InvocationInputMember || (InvocationInputMember = {}));
|
|
497
545
|
var _BadGatewayException = class _BadGatewayException extends BedrockAgentRuntimeServiceException {
|
|
498
546
|
/**
|
|
499
547
|
* @internal
|
|
@@ -718,6 +766,18 @@ var FlowResponseStream;
|
|
|
718
766
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
719
767
|
}, "visit");
|
|
720
768
|
})(FlowResponseStream || (FlowResponseStream = {}));
|
|
769
|
+
var ContentBlock;
|
|
770
|
+
((ContentBlock3) => {
|
|
771
|
+
ContentBlock3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
772
|
+
if (value.text !== void 0)
|
|
773
|
+
return visitor.text(value.text);
|
|
774
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
775
|
+
}, "visit");
|
|
776
|
+
})(ContentBlock || (ContentBlock = {}));
|
|
777
|
+
var ConversationRole = {
|
|
778
|
+
ASSISTANT: "assistant",
|
|
779
|
+
USER: "user"
|
|
780
|
+
};
|
|
721
781
|
var FileSourceType = {
|
|
722
782
|
BYTE_CONTENT: "BYTE_CONTENT",
|
|
723
783
|
S3: "S3"
|
|
@@ -753,24 +813,6 @@ var RerankingMetadataSelectiveModeConfiguration;
|
|
|
753
813
|
var VectorSearchRerankingConfigurationType = {
|
|
754
814
|
BEDROCK_RERANKING_MODEL: "BEDROCK_RERANKING_MODEL"
|
|
755
815
|
};
|
|
756
|
-
var ConfirmationState = {
|
|
757
|
-
CONFIRM: "CONFIRM",
|
|
758
|
-
DENY: "DENY"
|
|
759
|
-
};
|
|
760
|
-
var ResponseState = {
|
|
761
|
-
FAILURE: "FAILURE",
|
|
762
|
-
REPROMPT: "REPROMPT"
|
|
763
|
-
};
|
|
764
|
-
var InvocationResultMember;
|
|
765
|
-
((InvocationResultMember3) => {
|
|
766
|
-
InvocationResultMember3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
767
|
-
if (value.apiResult !== void 0)
|
|
768
|
-
return visitor.apiResult(value.apiResult);
|
|
769
|
-
if (value.functionResult !== void 0)
|
|
770
|
-
return visitor.functionResult(value.functionResult);
|
|
771
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
772
|
-
}, "visit");
|
|
773
|
-
})(InvocationResultMember || (InvocationResultMember = {}));
|
|
774
816
|
var RetrievalResultLocationType = {
|
|
775
817
|
CONFLUENCE: "CONFLUENCE",
|
|
776
818
|
CUSTOM: "CUSTOM",
|
|
@@ -779,16 +821,14 @@ var RetrievalResultLocationType = {
|
|
|
779
821
|
SHAREPOINT: "SHAREPOINT",
|
|
780
822
|
WEB: "WEB"
|
|
781
823
|
};
|
|
782
|
-
var
|
|
783
|
-
((
|
|
784
|
-
|
|
785
|
-
if (value.
|
|
786
|
-
return visitor.
|
|
787
|
-
if (value.functionInvocationInput !== void 0)
|
|
788
|
-
return visitor.functionInvocationInput(value.functionInvocationInput);
|
|
824
|
+
var Caller;
|
|
825
|
+
((Caller2) => {
|
|
826
|
+
Caller2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
827
|
+
if (value.agentAliasArn !== void 0)
|
|
828
|
+
return visitor.agentAliasArn(value.agentAliasArn);
|
|
789
829
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
790
830
|
}, "visit");
|
|
791
|
-
})(
|
|
831
|
+
})(Caller || (Caller = {}));
|
|
792
832
|
var GuardrailAction = {
|
|
793
833
|
INTERVENED: "INTERVENED",
|
|
794
834
|
NONE: "NONE"
|
|
@@ -862,6 +902,7 @@ var GuardrailManagedWordType = {
|
|
|
862
902
|
var InvocationType = {
|
|
863
903
|
ACTION_GROUP: "ACTION_GROUP",
|
|
864
904
|
ACTION_GROUP_CODE_INTERPRETER: "ACTION_GROUP_CODE_INTERPRETER",
|
|
905
|
+
AGENT_COLLABORATOR: "AGENT_COLLABORATOR",
|
|
865
906
|
FINISH: "FINISH",
|
|
866
907
|
KNOWLEDGE_BASE: "KNOWLEDGE_BASE"
|
|
867
908
|
};
|
|
@@ -883,6 +924,7 @@ var Source = {
|
|
|
883
924
|
};
|
|
884
925
|
var Type = {
|
|
885
926
|
ACTION_GROUP: "ACTION_GROUP",
|
|
927
|
+
AGENT_COLLABORATOR: "AGENT_COLLABORATOR",
|
|
886
928
|
ASK_USER: "ASK_USER",
|
|
887
929
|
FINISH: "FINISH",
|
|
888
930
|
KNOWLEDGE_BASE: "KNOWLEDGE_BASE",
|
|
@@ -924,6 +966,20 @@ var PreProcessingTrace;
|
|
|
924
966
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
925
967
|
}, "visit");
|
|
926
968
|
})(PreProcessingTrace || (PreProcessingTrace = {}));
|
|
969
|
+
var RoutingClassifierTrace;
|
|
970
|
+
((RoutingClassifierTrace3) => {
|
|
971
|
+
RoutingClassifierTrace3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
972
|
+
if (value.invocationInput !== void 0)
|
|
973
|
+
return visitor.invocationInput(value.invocationInput);
|
|
974
|
+
if (value.observation !== void 0)
|
|
975
|
+
return visitor.observation(value.observation);
|
|
976
|
+
if (value.modelInvocationInput !== void 0)
|
|
977
|
+
return visitor.modelInvocationInput(value.modelInvocationInput);
|
|
978
|
+
if (value.modelInvocationOutput !== void 0)
|
|
979
|
+
return visitor.modelInvocationOutput(value.modelInvocationOutput);
|
|
980
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
981
|
+
}, "visit");
|
|
982
|
+
})(RoutingClassifierTrace || (RoutingClassifierTrace = {}));
|
|
927
983
|
var Trace;
|
|
928
984
|
((Trace3) => {
|
|
929
985
|
Trace3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
@@ -935,6 +991,8 @@ var Trace;
|
|
|
935
991
|
return visitor.orchestrationTrace(value.orchestrationTrace);
|
|
936
992
|
if (value.postProcessingTrace !== void 0)
|
|
937
993
|
return visitor.postProcessingTrace(value.postProcessingTrace);
|
|
994
|
+
if (value.routingClassifierTrace !== void 0)
|
|
995
|
+
return visitor.routingClassifierTrace(value.routingClassifierTrace);
|
|
938
996
|
if (value.failureTrace !== void 0)
|
|
939
997
|
return visitor.failureTrace(value.failureTrace);
|
|
940
998
|
if (value.customOrchestrationTrace !== void 0)
|
|
@@ -1186,6 +1244,69 @@ var AgentActionGroupFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
1186
1244
|
...obj.apiSchema && { apiSchema: APISchemaFilterSensitiveLog(obj.apiSchema) },
|
|
1187
1245
|
...obj.functionSchema && { functionSchema: FunctionSchemaFilterSensitiveLog(obj.functionSchema) }
|
|
1188
1246
|
}), "AgentActionGroupFilterSensitiveLog");
|
|
1247
|
+
var ApiResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1248
|
+
...obj,
|
|
1249
|
+
...obj.apiPath && { apiPath: import_smithy_client.SENSITIVE_STRING }
|
|
1250
|
+
}), "ApiResultFilterSensitiveLog");
|
|
1251
|
+
var InvocationResultMemberFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
1252
|
+
if (obj.apiResult !== void 0)
|
|
1253
|
+
return { apiResult: ApiResultFilterSensitiveLog(obj.apiResult) };
|
|
1254
|
+
if (obj.functionResult !== void 0)
|
|
1255
|
+
return { functionResult: obj.functionResult };
|
|
1256
|
+
if (obj.$unknown !== void 0)
|
|
1257
|
+
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1258
|
+
}, "InvocationResultMemberFilterSensitiveLog");
|
|
1259
|
+
var ReturnControlResultsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1260
|
+
...obj,
|
|
1261
|
+
...obj.returnControlInvocationResults && {
|
|
1262
|
+
returnControlInvocationResults: obj.returnControlInvocationResults.map(
|
|
1263
|
+
(item) => InvocationResultMemberFilterSensitiveLog(item)
|
|
1264
|
+
)
|
|
1265
|
+
}
|
|
1266
|
+
}), "ReturnControlResultsFilterSensitiveLog");
|
|
1267
|
+
var AgentCollaboratorInputPayloadFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1268
|
+
...obj,
|
|
1269
|
+
...obj.text && { text: import_smithy_client.SENSITIVE_STRING },
|
|
1270
|
+
...obj.returnControlResults && {
|
|
1271
|
+
returnControlResults: ReturnControlResultsFilterSensitiveLog(obj.returnControlResults)
|
|
1272
|
+
}
|
|
1273
|
+
}), "AgentCollaboratorInputPayloadFilterSensitiveLog");
|
|
1274
|
+
var AgentCollaboratorInvocationInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1275
|
+
...obj,
|
|
1276
|
+
...obj.input && { input: AgentCollaboratorInputPayloadFilterSensitiveLog(obj.input) }
|
|
1277
|
+
}), "AgentCollaboratorInvocationInputFilterSensitiveLog");
|
|
1278
|
+
var ApiInvocationInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1279
|
+
...obj,
|
|
1280
|
+
...obj.apiPath && { apiPath: import_smithy_client.SENSITIVE_STRING },
|
|
1281
|
+
...obj.collaboratorName && { collaboratorName: import_smithy_client.SENSITIVE_STRING }
|
|
1282
|
+
}), "ApiInvocationInputFilterSensitiveLog");
|
|
1283
|
+
var FunctionInvocationInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1284
|
+
...obj,
|
|
1285
|
+
...obj.collaboratorName && { collaboratorName: import_smithy_client.SENSITIVE_STRING }
|
|
1286
|
+
}), "FunctionInvocationInputFilterSensitiveLog");
|
|
1287
|
+
var InvocationInputMemberFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
1288
|
+
if (obj.apiInvocationInput !== void 0)
|
|
1289
|
+
return { apiInvocationInput: ApiInvocationInputFilterSensitiveLog(obj.apiInvocationInput) };
|
|
1290
|
+
if (obj.functionInvocationInput !== void 0)
|
|
1291
|
+
return { functionInvocationInput: FunctionInvocationInputFilterSensitiveLog(obj.functionInvocationInput) };
|
|
1292
|
+
if (obj.$unknown !== void 0)
|
|
1293
|
+
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1294
|
+
}, "InvocationInputMemberFilterSensitiveLog");
|
|
1295
|
+
var ReturnControlPayloadFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1296
|
+
...obj,
|
|
1297
|
+
...obj.invocationInputs && {
|
|
1298
|
+
invocationInputs: obj.invocationInputs.map((item) => InvocationInputMemberFilterSensitiveLog(item))
|
|
1299
|
+
}
|
|
1300
|
+
}), "ReturnControlPayloadFilterSensitiveLog");
|
|
1301
|
+
var AgentCollaboratorOutputPayloadFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1302
|
+
...obj,
|
|
1303
|
+
...obj.text && { text: import_smithy_client.SENSITIVE_STRING },
|
|
1304
|
+
...obj.returnControlPayload && { returnControlPayload: import_smithy_client.SENSITIVE_STRING }
|
|
1305
|
+
}), "AgentCollaboratorOutputPayloadFilterSensitiveLog");
|
|
1306
|
+
var AgentCollaboratorInvocationOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1307
|
+
...obj,
|
|
1308
|
+
...obj.output && { output: AgentCollaboratorOutputPayloadFilterSensitiveLog(obj.output) }
|
|
1309
|
+
}), "AgentCollaboratorInvocationOutputFilterSensitiveLog");
|
|
1189
1310
|
var FlowInputContentFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
1190
1311
|
if (obj.document !== void 0)
|
|
1191
1312
|
return { document: obj.document };
|
|
@@ -1282,6 +1403,20 @@ var InvokeFlowResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
1282
1403
|
...obj,
|
|
1283
1404
|
...obj.responseStream && { responseStream: "STREAMING_CONTENT" }
|
|
1284
1405
|
}), "InvokeFlowResponseFilterSensitiveLog");
|
|
1406
|
+
var ContentBlockFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
1407
|
+
if (obj.text !== void 0)
|
|
1408
|
+
return { text: obj.text };
|
|
1409
|
+
if (obj.$unknown !== void 0)
|
|
1410
|
+
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1411
|
+
}, "ContentBlockFilterSensitiveLog");
|
|
1412
|
+
var MessageFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1413
|
+
...obj,
|
|
1414
|
+
...obj.content && { content: import_smithy_client.SENSITIVE_STRING }
|
|
1415
|
+
}), "MessageFilterSensitiveLog");
|
|
1416
|
+
var ConversationHistoryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1417
|
+
...obj,
|
|
1418
|
+
...obj.messages && { messages: obj.messages.map((item) => MessageFilterSensitiveLog(item)) }
|
|
1419
|
+
}), "ConversationHistoryFilterSensitiveLog");
|
|
1285
1420
|
var ByteContentFileFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1286
1421
|
...obj,
|
|
1287
1422
|
...obj.data && { data: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -1331,18 +1466,6 @@ var VectorSearchRerankingConfigurationFilterSensitiveLog = /* @__PURE__ */ __nam
|
|
|
1331
1466
|
)
|
|
1332
1467
|
}
|
|
1333
1468
|
}), "VectorSearchRerankingConfigurationFilterSensitiveLog");
|
|
1334
|
-
var ApiResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1335
|
-
...obj,
|
|
1336
|
-
...obj.apiPath && { apiPath: import_smithy_client.SENSITIVE_STRING }
|
|
1337
|
-
}), "ApiResultFilterSensitiveLog");
|
|
1338
|
-
var InvocationResultMemberFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
1339
|
-
if (obj.apiResult !== void 0)
|
|
1340
|
-
return { apiResult: ApiResultFilterSensitiveLog(obj.apiResult) };
|
|
1341
|
-
if (obj.functionResult !== void 0)
|
|
1342
|
-
return { functionResult: obj.functionResult };
|
|
1343
|
-
if (obj.$unknown !== void 0)
|
|
1344
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1345
|
-
}, "InvocationResultMemberFilterSensitiveLog");
|
|
1346
1469
|
var TextResponsePartFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1347
1470
|
...obj
|
|
1348
1471
|
}), "TextResponsePartFilterSensitiveLog");
|
|
@@ -1388,24 +1511,6 @@ var FilePartFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
1388
1511
|
...obj,
|
|
1389
1512
|
...obj.files && { files: import_smithy_client.SENSITIVE_STRING }
|
|
1390
1513
|
}), "FilePartFilterSensitiveLog");
|
|
1391
|
-
var ApiInvocationInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1392
|
-
...obj,
|
|
1393
|
-
...obj.apiPath && { apiPath: import_smithy_client.SENSITIVE_STRING }
|
|
1394
|
-
}), "ApiInvocationInputFilterSensitiveLog");
|
|
1395
|
-
var InvocationInputMemberFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
1396
|
-
if (obj.apiInvocationInput !== void 0)
|
|
1397
|
-
return { apiInvocationInput: ApiInvocationInputFilterSensitiveLog(obj.apiInvocationInput) };
|
|
1398
|
-
if (obj.functionInvocationInput !== void 0)
|
|
1399
|
-
return { functionInvocationInput: obj.functionInvocationInput };
|
|
1400
|
-
if (obj.$unknown !== void 0)
|
|
1401
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1402
|
-
}, "InvocationInputMemberFilterSensitiveLog");
|
|
1403
|
-
var ReturnControlPayloadFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1404
|
-
...obj,
|
|
1405
|
-
...obj.invocationInputs && {
|
|
1406
|
-
invocationInputs: obj.invocationInputs.map((item) => InvocationInputMemberFilterSensitiveLog(item))
|
|
1407
|
-
}
|
|
1408
|
-
}), "ReturnControlPayloadFilterSensitiveLog");
|
|
1409
1514
|
var CustomOrchestrationTraceEventFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1410
1515
|
...obj
|
|
1411
1516
|
}), "CustomOrchestrationTraceEventFilterSensitiveLog");
|
|
@@ -1477,6 +1582,11 @@ var InvocationInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
1477
1582
|
},
|
|
1478
1583
|
...obj.knowledgeBaseLookupInput && {
|
|
1479
1584
|
knowledgeBaseLookupInput: KnowledgeBaseLookupInputFilterSensitiveLog(obj.knowledgeBaseLookupInput)
|
|
1585
|
+
},
|
|
1586
|
+
...obj.agentCollaboratorInvocationInput && {
|
|
1587
|
+
agentCollaboratorInvocationInput: AgentCollaboratorInvocationInputFilterSensitiveLog(
|
|
1588
|
+
obj.agentCollaboratorInvocationInput
|
|
1589
|
+
)
|
|
1480
1590
|
}
|
|
1481
1591
|
}), "InvocationInputFilterSensitiveLog");
|
|
1482
1592
|
var ModelInvocationInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
@@ -1517,6 +1627,11 @@ var ObservationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
1517
1627
|
...obj.actionGroupInvocationOutput && {
|
|
1518
1628
|
actionGroupInvocationOutput: ActionGroupInvocationOutputFilterSensitiveLog(obj.actionGroupInvocationOutput)
|
|
1519
1629
|
},
|
|
1630
|
+
...obj.agentCollaboratorInvocationOutput && {
|
|
1631
|
+
agentCollaboratorInvocationOutput: AgentCollaboratorInvocationOutputFilterSensitiveLog(
|
|
1632
|
+
obj.agentCollaboratorInvocationOutput
|
|
1633
|
+
)
|
|
1634
|
+
},
|
|
1520
1635
|
...obj.knowledgeBaseLookupOutput && {
|
|
1521
1636
|
knowledgeBaseLookupOutput: KnowledgeBaseLookupOutputFilterSensitiveLog(obj.knowledgeBaseLookupOutput)
|
|
1522
1637
|
},
|
|
@@ -1577,6 +1692,23 @@ var PreProcessingTraceFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
|
1577
1692
|
if (obj.$unknown !== void 0)
|
|
1578
1693
|
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1579
1694
|
}, "PreProcessingTraceFilterSensitiveLog");
|
|
1695
|
+
var RoutingClassifierModelInvocationOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1696
|
+
...obj,
|
|
1697
|
+
...obj.rawResponse && { rawResponse: import_smithy_client.SENSITIVE_STRING },
|
|
1698
|
+
...obj.metadata && { metadata: import_smithy_client.SENSITIVE_STRING }
|
|
1699
|
+
}), "RoutingClassifierModelInvocationOutputFilterSensitiveLog");
|
|
1700
|
+
var RoutingClassifierTraceFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
1701
|
+
if (obj.invocationInput !== void 0)
|
|
1702
|
+
return { invocationInput: import_smithy_client.SENSITIVE_STRING };
|
|
1703
|
+
if (obj.observation !== void 0)
|
|
1704
|
+
return { observation: import_smithy_client.SENSITIVE_STRING };
|
|
1705
|
+
if (obj.modelInvocationInput !== void 0)
|
|
1706
|
+
return { modelInvocationInput: import_smithy_client.SENSITIVE_STRING };
|
|
1707
|
+
if (obj.modelInvocationOutput !== void 0)
|
|
1708
|
+
return { modelInvocationOutput: import_smithy_client.SENSITIVE_STRING };
|
|
1709
|
+
if (obj.$unknown !== void 0)
|
|
1710
|
+
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1711
|
+
}, "RoutingClassifierTraceFilterSensitiveLog");
|
|
1580
1712
|
var TraceFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
1581
1713
|
if (obj.guardrailTrace !== void 0)
|
|
1582
1714
|
return { guardrailTrace: import_smithy_client.SENSITIVE_STRING };
|
|
@@ -1586,6 +1718,8 @@ var TraceFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
|
1586
1718
|
return { orchestrationTrace: import_smithy_client.SENSITIVE_STRING };
|
|
1587
1719
|
if (obj.postProcessingTrace !== void 0)
|
|
1588
1720
|
return { postProcessingTrace: import_smithy_client.SENSITIVE_STRING };
|
|
1721
|
+
if (obj.routingClassifierTrace !== void 0)
|
|
1722
|
+
return { routingClassifierTrace: import_smithy_client.SENSITIVE_STRING };
|
|
1589
1723
|
if (obj.failureTrace !== void 0)
|
|
1590
1724
|
return { failureTrace: import_smithy_client.SENSITIVE_STRING };
|
|
1591
1725
|
if (obj.customOrchestrationTrace !== void 0)
|
|
@@ -1595,7 +1729,9 @@ var TraceFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
|
1595
1729
|
}, "TraceFilterSensitiveLog");
|
|
1596
1730
|
var TracePartFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1597
1731
|
...obj,
|
|
1598
|
-
...obj.trace && { trace: import_smithy_client.SENSITIVE_STRING }
|
|
1732
|
+
...obj.trace && { trace: import_smithy_client.SENSITIVE_STRING },
|
|
1733
|
+
...obj.callerChain && { callerChain: obj.callerChain.map((item) => item) },
|
|
1734
|
+
...obj.collaboratorName && { collaboratorName: import_smithy_client.SENSITIVE_STRING }
|
|
1599
1735
|
}), "TracePartFilterSensitiveLog");
|
|
1600
1736
|
var ResponseStreamFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
1601
1737
|
if (obj.chunk !== void 0)
|
|
@@ -2008,6 +2144,9 @@ var SessionStateFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
2008
2144
|
knowledgeBaseConfigurations: obj.knowledgeBaseConfigurations.map(
|
|
2009
2145
|
(item) => KnowledgeBaseConfigurationFilterSensitiveLog(item)
|
|
2010
2146
|
)
|
|
2147
|
+
},
|
|
2148
|
+
...obj.conversationHistory && {
|
|
2149
|
+
conversationHistory: ConversationHistoryFilterSensitiveLog(obj.conversationHistory)
|
|
2011
2150
|
}
|
|
2012
2151
|
}), "SessionStateFilterSensitiveLog");
|
|
2013
2152
|
var InvokeAgentRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
@@ -2048,9 +2187,10 @@ var se_GetAgentMemoryCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
2048
2187
|
}, "se_GetAgentMemoryCommand");
|
|
2049
2188
|
var se_InvokeAgentCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2050
2189
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2051
|
-
const headers = {
|
|
2052
|
-
"content-type": "application/json"
|
|
2053
|
-
|
|
2190
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2191
|
+
"content-type": "application/json",
|
|
2192
|
+
[_xasa]: input[_sA]
|
|
2193
|
+
});
|
|
2054
2194
|
b.bp("/agents/{agentId}/agentAliases/{agentAliasId}/sessions/{sessionId}/text");
|
|
2055
2195
|
b.p("agentId", () => input.agentId, "{agentId}", false);
|
|
2056
2196
|
b.p("agentAliasId", () => input.agentAliasId, "{agentAliasId}", false);
|
|
@@ -3285,6 +3425,7 @@ var se_RetrieveAndGenerateConfiguration = /* @__PURE__ */ __name((input, context
|
|
|
3285
3425
|
}, "se_RetrieveAndGenerateConfiguration");
|
|
3286
3426
|
var se_SessionState = /* @__PURE__ */ __name((input, context) => {
|
|
3287
3427
|
return (0, import_smithy_client.take)(input, {
|
|
3428
|
+
conversationHistory: import_smithy_client._json,
|
|
3288
3429
|
files: (_) => se_InputFiles(_, context),
|
|
3289
3430
|
invocationId: [],
|
|
3290
3431
|
knowledgeBaseConfigurations: (_) => se_KnowledgeBaseConfigurations(_, context),
|
|
@@ -3323,6 +3464,13 @@ var se_VectorSearchRerankingConfiguration = /* @__PURE__ */ __name((input, conte
|
|
|
3323
3464
|
var se_Document = /* @__PURE__ */ __name((input, context) => {
|
|
3324
3465
|
return input;
|
|
3325
3466
|
}, "se_Document");
|
|
3467
|
+
var de_AgentCollaboratorInvocationOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3468
|
+
return (0, import_smithy_client.take)(output, {
|
|
3469
|
+
agentCollaboratorAliasArn: import_smithy_client.expectString,
|
|
3470
|
+
agentCollaboratorName: import_smithy_client.expectString,
|
|
3471
|
+
output: import_smithy_client._json
|
|
3472
|
+
});
|
|
3473
|
+
}, "de_AgentCollaboratorInvocationOutput");
|
|
3326
3474
|
var de_Attribution = /* @__PURE__ */ __name((output, context) => {
|
|
3327
3475
|
return (0, import_smithy_client.take)(output, {
|
|
3328
3476
|
citations: (_) => de_Citations(_, context)
|
|
@@ -3519,6 +3667,7 @@ var de_MemorySessionSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
3519
3667
|
}, "de_MemorySessionSummary");
|
|
3520
3668
|
var de_ModelInvocationInput = /* @__PURE__ */ __name((output, context) => {
|
|
3521
3669
|
return (0, import_smithy_client.take)(output, {
|
|
3670
|
+
foundationModel: import_smithy_client.expectString,
|
|
3522
3671
|
inferenceConfiguration: (_) => de_InferenceConfiguration(_, context),
|
|
3523
3672
|
overrideLambda: import_smithy_client.expectString,
|
|
3524
3673
|
parserMode: import_smithy_client.expectString,
|
|
@@ -3531,6 +3680,7 @@ var de_ModelInvocationInput = /* @__PURE__ */ __name((output, context) => {
|
|
|
3531
3680
|
var de_Observation = /* @__PURE__ */ __name((output, context) => {
|
|
3532
3681
|
return (0, import_smithy_client.take)(output, {
|
|
3533
3682
|
actionGroupInvocationOutput: import_smithy_client._json,
|
|
3683
|
+
agentCollaboratorInvocationOutput: (_) => de_AgentCollaboratorInvocationOutput(_, context),
|
|
3534
3684
|
codeInterpreterInvocationOutput: import_smithy_client._json,
|
|
3535
3685
|
finalResponse: import_smithy_client._json,
|
|
3536
3686
|
knowledgeBaseLookupOutput: (_) => de_KnowledgeBaseLookupOutput(_, context),
|
|
@@ -3657,6 +3807,29 @@ var de_RetrievedReferences = /* @__PURE__ */ __name((output, context) => {
|
|
|
3657
3807
|
});
|
|
3658
3808
|
return retVal;
|
|
3659
3809
|
}, "de_RetrievedReferences");
|
|
3810
|
+
var de_RoutingClassifierTrace = /* @__PURE__ */ __name((output, context) => {
|
|
3811
|
+
if (output.invocationInput != null) {
|
|
3812
|
+
return {
|
|
3813
|
+
invocationInput: (0, import_smithy_client._json)(output.invocationInput)
|
|
3814
|
+
};
|
|
3815
|
+
}
|
|
3816
|
+
if (output.modelInvocationInput != null) {
|
|
3817
|
+
return {
|
|
3818
|
+
modelInvocationInput: de_ModelInvocationInput(output.modelInvocationInput, context)
|
|
3819
|
+
};
|
|
3820
|
+
}
|
|
3821
|
+
if (output.modelInvocationOutput != null) {
|
|
3822
|
+
return {
|
|
3823
|
+
modelInvocationOutput: (0, import_smithy_client._json)(output.modelInvocationOutput)
|
|
3824
|
+
};
|
|
3825
|
+
}
|
|
3826
|
+
if (output.observation != null) {
|
|
3827
|
+
return {
|
|
3828
|
+
observation: de_Observation(output.observation, context)
|
|
3829
|
+
};
|
|
3830
|
+
}
|
|
3831
|
+
return { $unknown: Object.entries(output)[0] };
|
|
3832
|
+
}, "de_RoutingClassifierTrace");
|
|
3660
3833
|
var de_Trace = /* @__PURE__ */ __name((output, context) => {
|
|
3661
3834
|
if (output.customOrchestrationTrace != null) {
|
|
3662
3835
|
return {
|
|
@@ -3688,6 +3861,11 @@ var de_Trace = /* @__PURE__ */ __name((output, context) => {
|
|
|
3688
3861
|
preProcessingTrace: de_PreProcessingTrace((0, import_core2.awsExpectUnion)(output.preProcessingTrace), context)
|
|
3689
3862
|
};
|
|
3690
3863
|
}
|
|
3864
|
+
if (output.routingClassifierTrace != null) {
|
|
3865
|
+
return {
|
|
3866
|
+
routingClassifierTrace: de_RoutingClassifierTrace((0, import_core2.awsExpectUnion)(output.routingClassifierTrace), context)
|
|
3867
|
+
};
|
|
3868
|
+
}
|
|
3691
3869
|
return { $unknown: Object.entries(output)[0] };
|
|
3692
3870
|
}, "de_Trace");
|
|
3693
3871
|
var de_TracePart = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3695,6 +3873,8 @@ var de_TracePart = /* @__PURE__ */ __name((output, context) => {
|
|
|
3695
3873
|
agentAliasId: import_smithy_client.expectString,
|
|
3696
3874
|
agentId: import_smithy_client.expectString,
|
|
3697
3875
|
agentVersion: import_smithy_client.expectString,
|
|
3876
|
+
callerChain: import_smithy_client._json,
|
|
3877
|
+
collaboratorName: import_smithy_client.expectString,
|
|
3698
3878
|
sessionId: import_smithy_client.expectString,
|
|
3699
3879
|
trace: (_) => de_Trace((0, import_core2.awsExpectUnion)(_), context)
|
|
3700
3880
|
});
|
|
@@ -3713,11 +3893,13 @@ var _mI = "memoryId";
|
|
|
3713
3893
|
var _mIa = "maxItems";
|
|
3714
3894
|
var _mT = "memoryType";
|
|
3715
3895
|
var _nT = "nextToken";
|
|
3896
|
+
var _sA = "sourceArn";
|
|
3716
3897
|
var _sI = "sessionId";
|
|
3717
3898
|
var _xabact = "x-amzn-bedrock-agent-content-type";
|
|
3718
3899
|
var _xabami = "x-amz-bedrock-agent-memory-id";
|
|
3719
3900
|
var _xabasi = "x-amz-bedrock-agent-session-id";
|
|
3720
3901
|
var _xabkbsi = "x-amzn-bedrock-knowledge-base-session-id";
|
|
3902
|
+
var _xasa = "x-amz-source-arn";
|
|
3721
3903
|
|
|
3722
3904
|
// src/commands/DeleteAgentMemoryCommand.ts
|
|
3723
3905
|
var _DeleteAgentMemoryCommand = class _DeleteAgentMemoryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
@@ -3952,6 +4134,11 @@ var paginateRetrieve = (0, import_core.createPaginator)(BedrockAgentRuntimeClien
|
|
|
3952
4134
|
ParameterType,
|
|
3953
4135
|
RequireConfirmation,
|
|
3954
4136
|
FunctionSchema,
|
|
4137
|
+
ConfirmationState,
|
|
4138
|
+
ResponseState,
|
|
4139
|
+
InvocationResultMember,
|
|
4140
|
+
PayloadType,
|
|
4141
|
+
InvocationInputMember,
|
|
3955
4142
|
BadGatewayException,
|
|
3956
4143
|
ConflictException,
|
|
3957
4144
|
DependencyFailedException,
|
|
@@ -3968,6 +4155,8 @@ var paginateRetrieve = (0, import_core.createPaginator)(BedrockAgentRuntimeClien
|
|
|
3968
4155
|
ThrottlingException,
|
|
3969
4156
|
ValidationException,
|
|
3970
4157
|
FlowResponseStream,
|
|
4158
|
+
ContentBlock,
|
|
4159
|
+
ConversationRole,
|
|
3971
4160
|
FileSourceType,
|
|
3972
4161
|
FileUseCase,
|
|
3973
4162
|
AttributeType,
|
|
@@ -3975,11 +4164,8 @@ var paginateRetrieve = (0, import_core.createPaginator)(BedrockAgentRuntimeClien
|
|
|
3975
4164
|
RerankingMetadataSelectionMode,
|
|
3976
4165
|
RerankingMetadataSelectiveModeConfiguration,
|
|
3977
4166
|
VectorSearchRerankingConfigurationType,
|
|
3978
|
-
ConfirmationState,
|
|
3979
|
-
ResponseState,
|
|
3980
|
-
InvocationResultMember,
|
|
3981
4167
|
RetrievalResultLocationType,
|
|
3982
|
-
|
|
4168
|
+
Caller,
|
|
3983
4169
|
GuardrailAction,
|
|
3984
4170
|
GuardrailContentPolicyAction,
|
|
3985
4171
|
GuardrailContentFilterConfidence,
|
|
@@ -3998,6 +4184,7 @@ var paginateRetrieve = (0, import_core.createPaginator)(BedrockAgentRuntimeClien
|
|
|
3998
4184
|
OrchestrationTrace,
|
|
3999
4185
|
PostProcessingTrace,
|
|
4000
4186
|
PreProcessingTrace,
|
|
4187
|
+
RoutingClassifierTrace,
|
|
4001
4188
|
Trace,
|
|
4002
4189
|
ResponseStream,
|
|
4003
4190
|
PromptState,
|
|
@@ -4023,6 +4210,17 @@ var paginateRetrieve = (0, import_core.createPaginator)(BedrockAgentRuntimeClien
|
|
|
4023
4210
|
FunctionDefinitionFilterSensitiveLog,
|
|
4024
4211
|
FunctionSchemaFilterSensitiveLog,
|
|
4025
4212
|
AgentActionGroupFilterSensitiveLog,
|
|
4213
|
+
ApiResultFilterSensitiveLog,
|
|
4214
|
+
InvocationResultMemberFilterSensitiveLog,
|
|
4215
|
+
ReturnControlResultsFilterSensitiveLog,
|
|
4216
|
+
AgentCollaboratorInputPayloadFilterSensitiveLog,
|
|
4217
|
+
AgentCollaboratorInvocationInputFilterSensitiveLog,
|
|
4218
|
+
ApiInvocationInputFilterSensitiveLog,
|
|
4219
|
+
FunctionInvocationInputFilterSensitiveLog,
|
|
4220
|
+
InvocationInputMemberFilterSensitiveLog,
|
|
4221
|
+
ReturnControlPayloadFilterSensitiveLog,
|
|
4222
|
+
AgentCollaboratorOutputPayloadFilterSensitiveLog,
|
|
4223
|
+
AgentCollaboratorInvocationOutputFilterSensitiveLog,
|
|
4026
4224
|
FlowInputContentFilterSensitiveLog,
|
|
4027
4225
|
FlowInputFilterSensitiveLog,
|
|
4028
4226
|
InvokeFlowRequestFilterSensitiveLog,
|
|
@@ -4039,6 +4237,9 @@ var paginateRetrieve = (0, import_core.createPaginator)(BedrockAgentRuntimeClien
|
|
|
4039
4237
|
FlowTraceEventFilterSensitiveLog,
|
|
4040
4238
|
FlowResponseStreamFilterSensitiveLog,
|
|
4041
4239
|
InvokeFlowResponseFilterSensitiveLog,
|
|
4240
|
+
ContentBlockFilterSensitiveLog,
|
|
4241
|
+
MessageFilterSensitiveLog,
|
|
4242
|
+
ConversationHistoryFilterSensitiveLog,
|
|
4042
4243
|
ByteContentFileFilterSensitiveLog,
|
|
4043
4244
|
FileSourceFilterSensitiveLog,
|
|
4044
4245
|
InputFileFilterSensitiveLog,
|
|
@@ -4048,8 +4249,6 @@ var paginateRetrieve = (0, import_core.createPaginator)(BedrockAgentRuntimeClien
|
|
|
4048
4249
|
MetadataConfigurationForRerankingFilterSensitiveLog,
|
|
4049
4250
|
VectorSearchBedrockRerankingConfigurationFilterSensitiveLog,
|
|
4050
4251
|
VectorSearchRerankingConfigurationFilterSensitiveLog,
|
|
4051
|
-
ApiResultFilterSensitiveLog,
|
|
4052
|
-
InvocationResultMemberFilterSensitiveLog,
|
|
4053
4252
|
TextResponsePartFilterSensitiveLog,
|
|
4054
4253
|
GeneratedResponsePartFilterSensitiveLog,
|
|
4055
4254
|
RetrievalResultContentFilterSensitiveLog,
|
|
@@ -4060,9 +4259,6 @@ var paginateRetrieve = (0, import_core.createPaginator)(BedrockAgentRuntimeClien
|
|
|
4060
4259
|
PayloadPartFilterSensitiveLog,
|
|
4061
4260
|
OutputFileFilterSensitiveLog,
|
|
4062
4261
|
FilePartFilterSensitiveLog,
|
|
4063
|
-
ApiInvocationInputFilterSensitiveLog,
|
|
4064
|
-
InvocationInputMemberFilterSensitiveLog,
|
|
4065
|
-
ReturnControlPayloadFilterSensitiveLog,
|
|
4066
4262
|
CustomOrchestrationTraceEventFilterSensitiveLog,
|
|
4067
4263
|
CustomOrchestrationTraceFilterSensitiveLog,
|
|
4068
4264
|
FailureTraceFilterSensitiveLog,
|
|
@@ -4097,6 +4293,8 @@ var paginateRetrieve = (0, import_core.createPaginator)(BedrockAgentRuntimeClien
|
|
|
4097
4293
|
PreProcessingParsedResponseFilterSensitiveLog,
|
|
4098
4294
|
PreProcessingModelInvocationOutputFilterSensitiveLog,
|
|
4099
4295
|
PreProcessingTraceFilterSensitiveLog,
|
|
4296
|
+
RoutingClassifierModelInvocationOutputFilterSensitiveLog,
|
|
4297
|
+
RoutingClassifierTraceFilterSensitiveLog,
|
|
4100
4298
|
TraceFilterSensitiveLog,
|
|
4101
4299
|
TracePartFilterSensitiveLog,
|
|
4102
4300
|
ResponseStreamFilterSensitiveLog,
|