@aws-sdk/client-bedrock-agent-runtime
Advanced tools
Comparing version 3.637.0 to 3.638.0
@@ -19,2 +19,7 @@ import { SENSITIVE_STRING } from "@smithy/smithy-client"; | ||
}; | ||
export const ActionInvocationType = { | ||
RESULT: "RESULT", | ||
USER_CONFIRMATION: "USER_CONFIRMATION", | ||
USER_CONFIRMATION_AND_RESULT: "USER_CONFIRMATION_AND_RESULT", | ||
}; | ||
export class BadGatewayException extends __BaseException { | ||
@@ -186,2 +191,6 @@ constructor(opts) { | ||
}; | ||
export const ConfirmationState = { | ||
CONFIRM: "CONFIRM", | ||
DENY: "DENY", | ||
}; | ||
export const ResponseState = { | ||
@@ -188,0 +197,0 @@ FAILURE: "FAILURE", |
@@ -83,2 +83,3 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
* apiPath: "STRING_VALUE", | ||
* confirmationState: "CONFIRM" || "DENY", | ||
* responseBody: { // ResponseBody | ||
@@ -94,2 +95,3 @@ * "<keys>": { // ContentBody | ||
* actionGroup: "STRING_VALUE", // required | ||
* confirmationState: "CONFIRM" || "DENY", | ||
* function: "STRING_VALUE", | ||
@@ -573,2 +575,3 @@ * responseBody: { | ||
* // }, | ||
* // actionInvocationType: "RESULT" || "USER_CONFIRMATION" || "USER_CONFIRMATION_AND_RESULT", | ||
* // }, | ||
@@ -585,2 +588,3 @@ * // functionInvocationInput: { // FunctionInvocationInput | ||
* // function: "STRING_VALUE", | ||
* // actionInvocationType: "RESULT" || "USER_CONFIRMATION" || "USER_CONFIRMATION_AND_RESULT", | ||
* // }, | ||
@@ -587,0 +591,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.637.0", | ||
"version": "3.638.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
633887
15382