@aws-sdk/client-bedrock-agent-runtime 3.651.1 → 3.658.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/DeleteAgentMemoryCommand.d.ts +11 -0
- package/dist-types/commands/GetAgentMemoryCommand.d.ts +11 -0
- package/dist-types/commands/InvokeAgentCommand.d.ts +11 -0
- package/dist-types/commands/InvokeFlowCommand.d.ts +11 -0
- package/dist-types/commands/RetrieveAndGenerateCommand.d.ts +11 -0
- package/dist-types/commands/RetrieveCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/DeleteAgentMemoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetAgentMemoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/InvokeAgentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/InvokeFlowCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RetrieveAndGenerateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RetrieveCommand.d.ts +12 -1
- package/package.json +38 -38
|
@@ -84,4 +84,15 @@ declare const DeleteAgentMemoryCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class DeleteAgentMemoryCommand extends DeleteAgentMemoryCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: DeleteAgentMemoryRequest;
|
|
91
|
+
output: {};
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: DeleteAgentMemoryCommandInput;
|
|
95
|
+
output: DeleteAgentMemoryCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -100,4 +100,15 @@ declare const GetAgentMemoryCommand_base: {
|
|
|
100
100
|
* @public
|
|
101
101
|
*/
|
|
102
102
|
export declare class GetAgentMemoryCommand extends GetAgentMemoryCommand_base {
|
|
103
|
+
/** @internal type navigation helper, not in runtime. */
|
|
104
|
+
protected static __types: {
|
|
105
|
+
api: {
|
|
106
|
+
input: GetAgentMemoryRequest;
|
|
107
|
+
output: GetAgentMemoryResponse;
|
|
108
|
+
};
|
|
109
|
+
sdk: {
|
|
110
|
+
input: GetAgentMemoryCommandInput;
|
|
111
|
+
output: GetAgentMemoryCommandOutput;
|
|
112
|
+
};
|
|
113
|
+
};
|
|
103
114
|
}
|
|
@@ -673,4 +673,15 @@ declare const InvokeAgentCommand_base: {
|
|
|
673
673
|
* @public
|
|
674
674
|
*/
|
|
675
675
|
export declare class InvokeAgentCommand extends InvokeAgentCommand_base {
|
|
676
|
+
/** @internal type navigation helper, not in runtime. */
|
|
677
|
+
protected static __types: {
|
|
678
|
+
api: {
|
|
679
|
+
input: InvokeAgentRequest;
|
|
680
|
+
output: InvokeAgentResponse;
|
|
681
|
+
};
|
|
682
|
+
sdk: {
|
|
683
|
+
input: InvokeAgentCommandInput;
|
|
684
|
+
output: InvokeAgentCommandOutput;
|
|
685
|
+
};
|
|
686
|
+
};
|
|
676
687
|
}
|
|
@@ -137,4 +137,15 @@ declare const InvokeFlowCommand_base: {
|
|
|
137
137
|
* @public
|
|
138
138
|
*/
|
|
139
139
|
export declare class InvokeFlowCommand extends InvokeFlowCommand_base {
|
|
140
|
+
/** @internal type navigation helper, not in runtime. */
|
|
141
|
+
protected static __types: {
|
|
142
|
+
api: {
|
|
143
|
+
input: InvokeFlowRequest;
|
|
144
|
+
output: InvokeFlowResponse;
|
|
145
|
+
};
|
|
146
|
+
sdk: {
|
|
147
|
+
input: InvokeFlowCommandInput;
|
|
148
|
+
output: InvokeFlowCommandOutput;
|
|
149
|
+
};
|
|
150
|
+
};
|
|
140
151
|
}
|
|
@@ -265,4 +265,15 @@ declare const RetrieveAndGenerateCommand_base: {
|
|
|
265
265
|
* @public
|
|
266
266
|
*/
|
|
267
267
|
export declare class RetrieveAndGenerateCommand extends RetrieveAndGenerateCommand_base {
|
|
268
|
+
/** @internal type navigation helper, not in runtime. */
|
|
269
|
+
protected static __types: {
|
|
270
|
+
api: {
|
|
271
|
+
input: RetrieveAndGenerateRequest;
|
|
272
|
+
output: RetrieveAndGenerateResponse;
|
|
273
|
+
};
|
|
274
|
+
sdk: {
|
|
275
|
+
input: RetrieveAndGenerateCommandInput;
|
|
276
|
+
output: RetrieveAndGenerateCommandOutput;
|
|
277
|
+
};
|
|
278
|
+
};
|
|
268
279
|
}
|
|
@@ -175,4 +175,15 @@ declare const RetrieveCommand_base: {
|
|
|
175
175
|
* @public
|
|
176
176
|
*/
|
|
177
177
|
export declare class RetrieveCommand extends RetrieveCommand_base {
|
|
178
|
+
/** @internal type navigation helper, not in runtime. */
|
|
179
|
+
protected static __types: {
|
|
180
|
+
api: {
|
|
181
|
+
input: RetrieveRequest;
|
|
182
|
+
output: RetrieveResponse;
|
|
183
|
+
};
|
|
184
|
+
sdk: {
|
|
185
|
+
input: RetrieveCommandInput;
|
|
186
|
+
output: RetrieveCommandOutput;
|
|
187
|
+
};
|
|
188
|
+
};
|
|
178
189
|
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteAgentMemoryCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteAgentMemoryCommand extends DeleteAgentMemoryCommand_base {
|
|
40
|
+
export declare class DeleteAgentMemoryCommand extends DeleteAgentMemoryCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteAgentMemoryRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteAgentMemoryCommandInput;
|
|
48
|
+
output: DeleteAgentMemoryCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetAgentMemoryCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetAgentMemoryCommand extends GetAgentMemoryCommand_base {
|
|
39
|
+
export declare class GetAgentMemoryCommand extends GetAgentMemoryCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetAgentMemoryRequest;
|
|
43
|
+
output: GetAgentMemoryResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetAgentMemoryCommandInput;
|
|
47
|
+
output: GetAgentMemoryCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const InvokeAgentCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class InvokeAgentCommand extends InvokeAgentCommand_base {
|
|
36
|
+
export declare class InvokeAgentCommand extends InvokeAgentCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: InvokeAgentRequest;
|
|
40
|
+
output: InvokeAgentResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: InvokeAgentCommandInput;
|
|
44
|
+
output: InvokeAgentCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const InvokeFlowCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class InvokeFlowCommand extends InvokeFlowCommand_base {
|
|
36
|
+
export declare class InvokeFlowCommand extends InvokeFlowCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: InvokeFlowRequest;
|
|
40
|
+
output: InvokeFlowResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: InvokeFlowCommandInput;
|
|
44
|
+
output: InvokeFlowCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const RetrieveAndGenerateCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class RetrieveAndGenerateCommand extends RetrieveAndGenerateCommand_base {
|
|
40
|
+
export declare class RetrieveAndGenerateCommand extends RetrieveAndGenerateCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: RetrieveAndGenerateRequest;
|
|
44
|
+
output: RetrieveAndGenerateResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: RetrieveAndGenerateCommandInput;
|
|
48
|
+
output: RetrieveAndGenerateCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const RetrieveCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class RetrieveCommand extends RetrieveCommand_base {
|
|
36
|
+
export declare class RetrieveCommand extends RetrieveCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: RetrieveRequest;
|
|
40
|
+
output: RetrieveResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: RetrieveCommandInput;
|
|
44
|
+
output: RetrieveCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-bedrock-agent-runtime",
|
|
3
3
|
"description": "AWS SDK for JavaScript Bedrock Agent Runtime Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.658.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-agent-runtime",
|
|
@@ -20,46 +20,46 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^3.0.
|
|
37
|
-
"@smithy/core": "^2.4.
|
|
38
|
-
"@smithy/eventstream-serde-browser": "^3.0.
|
|
39
|
-
"@smithy/eventstream-serde-config-resolver": "^3.0.
|
|
40
|
-
"@smithy/eventstream-serde-node": "^3.0.
|
|
41
|
-
"@smithy/fetch-http-handler": "^3.2.
|
|
42
|
-
"@smithy/hash-node": "^3.0.
|
|
43
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
44
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
45
|
-
"@smithy/middleware-endpoint": "^3.1.
|
|
46
|
-
"@smithy/middleware-retry": "^3.0.
|
|
47
|
-
"@smithy/middleware-serde": "^3.0.
|
|
48
|
-
"@smithy/middleware-stack": "^3.0.
|
|
49
|
-
"@smithy/node-config-provider": "^3.1.
|
|
50
|
-
"@smithy/node-http-handler": "^3.2.
|
|
51
|
-
"@smithy/protocol-http": "^4.1.
|
|
52
|
-
"@smithy/smithy-client": "^3.3.
|
|
53
|
-
"@smithy/types": "^3.4.
|
|
54
|
-
"@smithy/url-parser": "^3.0.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.658.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.658.0",
|
|
25
|
+
"@aws-sdk/core": "3.658.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.658.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.654.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.654.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.654.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.654.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.654.0",
|
|
32
|
+
"@aws-sdk/types": "3.654.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.654.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.654.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.654.0",
|
|
36
|
+
"@smithy/config-resolver": "^3.0.8",
|
|
37
|
+
"@smithy/core": "^2.4.3",
|
|
38
|
+
"@smithy/eventstream-serde-browser": "^3.0.9",
|
|
39
|
+
"@smithy/eventstream-serde-config-resolver": "^3.0.6",
|
|
40
|
+
"@smithy/eventstream-serde-node": "^3.0.8",
|
|
41
|
+
"@smithy/fetch-http-handler": "^3.2.7",
|
|
42
|
+
"@smithy/hash-node": "^3.0.6",
|
|
43
|
+
"@smithy/invalid-dependency": "^3.0.6",
|
|
44
|
+
"@smithy/middleware-content-length": "^3.0.8",
|
|
45
|
+
"@smithy/middleware-endpoint": "^3.1.3",
|
|
46
|
+
"@smithy/middleware-retry": "^3.0.18",
|
|
47
|
+
"@smithy/middleware-serde": "^3.0.6",
|
|
48
|
+
"@smithy/middleware-stack": "^3.0.6",
|
|
49
|
+
"@smithy/node-config-provider": "^3.1.7",
|
|
50
|
+
"@smithy/node-http-handler": "^3.2.2",
|
|
51
|
+
"@smithy/protocol-http": "^4.1.3",
|
|
52
|
+
"@smithy/smithy-client": "^3.3.2",
|
|
53
|
+
"@smithy/types": "^3.4.2",
|
|
54
|
+
"@smithy/url-parser": "^3.0.6",
|
|
55
55
|
"@smithy/util-base64": "^3.0.0",
|
|
56
56
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
57
57
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
58
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
59
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
60
|
-
"@smithy/util-endpoints": "^2.1.
|
|
61
|
-
"@smithy/util-middleware": "^3.0.
|
|
62
|
-
"@smithy/util-retry": "^3.0.
|
|
58
|
+
"@smithy/util-defaults-mode-browser": "^3.0.18",
|
|
59
|
+
"@smithy/util-defaults-mode-node": "^3.0.18",
|
|
60
|
+
"@smithy/util-endpoints": "^2.1.2",
|
|
61
|
+
"@smithy/util-middleware": "^3.0.6",
|
|
62
|
+
"@smithy/util-retry": "^3.0.6",
|
|
63
63
|
"@smithy/util-utf8": "^3.0.0",
|
|
64
64
|
"tslib": "^2.6.2"
|
|
65
65
|
},
|