@aws-sdk/client-bedrock-runtime 3.775.0 → 3.777.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-types/commands/ApplyGuardrailCommand.d.ts +1 -0
- package/dist-types/commands/ConverseCommand.d.ts +1 -0
- package/dist-types/commands/ConverseStreamCommand.d.ts +1 -0
- package/dist-types/commands/GetAsyncInvokeCommand.d.ts +1 -0
- package/dist-types/commands/InvokeModelCommand.d.ts +1 -0
- package/dist-types/commands/InvokeModelWithResponseStreamCommand.d.ts +1 -0
- package/dist-types/commands/ListAsyncInvokesCommand.d.ts +1 -0
- package/dist-types/commands/StartAsyncInvokeCommand.d.ts +1 -0
- package/package.json +2 -2
|
@@ -206,6 +206,7 @@ declare const ApplyGuardrailCommand_base: {
|
|
|
206
206
|
* @throws {@link BedrockRuntimeServiceException}
|
|
207
207
|
* <p>Base exception class for all service exceptions from BedrockRuntime service.</p>
|
|
208
208
|
*
|
|
209
|
+
*
|
|
209
210
|
* @public
|
|
210
211
|
*/
|
|
211
212
|
export declare class ApplyGuardrailCommand extends ApplyGuardrailCommand_base {
|
|
@@ -560,6 +560,7 @@ declare const ConverseCommand_base: {
|
|
|
560
560
|
* @throws {@link BedrockRuntimeServiceException}
|
|
561
561
|
* <p>Base exception class for all service exceptions from BedrockRuntime service.</p>
|
|
562
562
|
*
|
|
563
|
+
*
|
|
563
564
|
* @public
|
|
564
565
|
*/
|
|
565
566
|
export declare class ConverseCommand extends ConverseCommand_base {
|
|
@@ -527,6 +527,7 @@ declare const ConverseStreamCommand_base: {
|
|
|
527
527
|
* @throws {@link BedrockRuntimeServiceException}
|
|
528
528
|
* <p>Base exception class for all service exceptions from BedrockRuntime service.</p>
|
|
529
529
|
*
|
|
530
|
+
*
|
|
530
531
|
* @public
|
|
531
532
|
*/
|
|
532
533
|
export declare class ConverseStreamCommand extends ConverseStreamCommand_base {
|
|
@@ -84,6 +84,7 @@ declare const GetAsyncInvokeCommand_base: {
|
|
|
84
84
|
* @throws {@link BedrockRuntimeServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from BedrockRuntime service.</p>
|
|
86
86
|
*
|
|
87
|
+
*
|
|
87
88
|
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class GetAsyncInvokeCommand extends GetAsyncInvokeCommand_base {
|
|
@@ -128,6 +128,7 @@ declare const InvokeModelCommand_base: {
|
|
|
128
128
|
* @throws {@link BedrockRuntimeServiceException}
|
|
129
129
|
* <p>Base exception class for all service exceptions from BedrockRuntime service.</p>
|
|
130
130
|
*
|
|
131
|
+
*
|
|
131
132
|
* @public
|
|
132
133
|
*/
|
|
133
134
|
export declare class InvokeModelCommand extends InvokeModelCommand_base {
|
|
@@ -153,6 +153,7 @@ declare const InvokeModelWithResponseStreamCommand_base: {
|
|
|
153
153
|
* @throws {@link BedrockRuntimeServiceException}
|
|
154
154
|
* <p>Base exception class for all service exceptions from BedrockRuntime service.</p>
|
|
155
155
|
*
|
|
156
|
+
*
|
|
156
157
|
* @public
|
|
157
158
|
*/
|
|
158
159
|
export declare class InvokeModelWithResponseStreamCommand extends InvokeModelWithResponseStreamCommand_base {
|
|
@@ -95,6 +95,7 @@ declare const ListAsyncInvokesCommand_base: {
|
|
|
95
95
|
* @throws {@link BedrockRuntimeServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from BedrockRuntime service.</p>
|
|
97
97
|
*
|
|
98
|
+
*
|
|
98
99
|
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class ListAsyncInvokesCommand extends ListAsyncInvokesCommand_base {
|
|
@@ -107,6 +107,7 @@ declare const StartAsyncInvokeCommand_base: {
|
|
|
107
107
|
* @throws {@link BedrockRuntimeServiceException}
|
|
108
108
|
* <p>Base exception class for all service exceptions from BedrockRuntime service.</p>
|
|
109
109
|
*
|
|
110
|
+
*
|
|
110
111
|
* @public
|
|
111
112
|
*/
|
|
112
113
|
export declare class StartAsyncInvokeCommand extends StartAsyncInvokeCommand_base {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-bedrock-runtime",
|
|
3
3
|
"description": "AWS SDK for JavaScript Bedrock Runtime Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.777.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-bedrock-runtime",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.777.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|