@aws-sdk/client-bedrock-agent-runtime
Advanced tools
Comparing version 3.662.0 to 3.663.0
@@ -749,2 +749,4 @@ import { SENSITIVE_STRING } from "@smithy/smithy-client"; | ||
...(obj.parsedResponse && { parsedResponse: SENSITIVE_STRING }), | ||
...(obj.rawResponse && { rawResponse: SENSITIVE_STRING }), | ||
...(obj.metadata && { metadata: SENSITIVE_STRING }), | ||
}); | ||
@@ -766,2 +768,4 @@ export const PostProcessingTraceFilterSensitiveLog = (obj) => { | ||
...(obj.parsedResponse && { parsedResponse: SENSITIVE_STRING }), | ||
...(obj.rawResponse && { rawResponse: SENSITIVE_STRING }), | ||
...(obj.metadata && { metadata: SENSITIVE_STRING }), | ||
}); | ||
@@ -768,0 +772,0 @@ export const PreProcessingTraceFilterSensitiveLog = (obj) => { |
@@ -386,2 +386,11 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
* // }, | ||
* // rawResponse: { // RawResponse | ||
* // content: "STRING_VALUE", | ||
* // }, | ||
* // metadata: { // Metadata | ||
* // usage: { // Usage | ||
* // inputTokens: Number("int"), | ||
* // outputTokens: Number("int"), | ||
* // }, | ||
* // }, | ||
* // }, | ||
@@ -505,7 +514,7 @@ * // }, | ||
* // traceId: "STRING_VALUE", | ||
* // rawResponse: { // RawResponse | ||
* // rawResponse: { | ||
* // content: "STRING_VALUE", | ||
* // }, | ||
* // metadata: { // Metadata | ||
* // usage: { // Usage | ||
* // metadata: { | ||
* // usage: { | ||
* // inputTokens: Number("int"), | ||
@@ -540,2 +549,11 @@ * // outputTokens: Number("int"), | ||
* // }, | ||
* // rawResponse: { | ||
* // content: "STRING_VALUE", | ||
* // }, | ||
* // metadata: { | ||
* // usage: { | ||
* // inputTokens: Number("int"), | ||
* // outputTokens: Number("int"), | ||
* // }, | ||
* // }, | ||
* // }, | ||
@@ -542,0 +560,0 @@ * // }, |
{ | ||
"name": "@aws-sdk/client-bedrock-agent-runtime", | ||
"description": "AWS SDK for JavaScript Bedrock Agent Runtime Client for Node.js, Browser and React Native", | ||
"version": "3.662.0", | ||
"version": "3.663.0", | ||
"scripts": { | ||
@@ -6,0 +6,0 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
639869
15557