@aws-sdk/client-lex-runtime-service 3.650.0 → 3.654.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/DeleteSessionCommand.d.ts +11 -0
- package/dist-types/commands/GetSessionCommand.d.ts +11 -0
- package/dist-types/commands/PostContentCommand.d.ts +11 -0
- package/dist-types/commands/PostTextCommand.d.ts +11 -0
- package/dist-types/commands/PutSessionCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/DeleteSessionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PostContentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PostTextCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutSessionCommand.d.ts +12 -1
- package/package.json +36 -36
|
@@ -82,4 +82,15 @@ declare const DeleteSessionCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class DeleteSessionCommand extends DeleteSessionCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: DeleteSessionRequest;
|
|
89
|
+
output: DeleteSessionResponse;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: DeleteSessionCommandInput;
|
|
93
|
+
output: DeleteSessionCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -113,4 +113,15 @@ declare const GetSessionCommand_base: {
|
|
|
113
113
|
* @public
|
|
114
114
|
*/
|
|
115
115
|
export declare class GetSessionCommand extends GetSessionCommand_base {
|
|
116
|
+
/** @internal type navigation helper, not in runtime. */
|
|
117
|
+
protected static __types: {
|
|
118
|
+
api: {
|
|
119
|
+
input: GetSessionRequest;
|
|
120
|
+
output: GetSessionResponse;
|
|
121
|
+
};
|
|
122
|
+
sdk: {
|
|
123
|
+
input: GetSessionCommandInput;
|
|
124
|
+
output: GetSessionCommandOutput;
|
|
125
|
+
};
|
|
126
|
+
};
|
|
116
127
|
}
|
|
@@ -215,4 +215,15 @@ declare const PostContentCommand_base: {
|
|
|
215
215
|
* @public
|
|
216
216
|
*/
|
|
217
217
|
export declare class PostContentCommand extends PostContentCommand_base {
|
|
218
|
+
/** @internal type navigation helper, not in runtime. */
|
|
219
|
+
protected static __types: {
|
|
220
|
+
api: {
|
|
221
|
+
input: PostContentRequest;
|
|
222
|
+
output: PostContentResponse;
|
|
223
|
+
};
|
|
224
|
+
sdk: {
|
|
225
|
+
input: PostContentCommandInput;
|
|
226
|
+
output: PostContentCommandOutput;
|
|
227
|
+
};
|
|
228
|
+
};
|
|
218
229
|
}
|
|
@@ -258,4 +258,15 @@ declare const PostTextCommand_base: {
|
|
|
258
258
|
* @public
|
|
259
259
|
*/
|
|
260
260
|
export declare class PostTextCommand extends PostTextCommand_base {
|
|
261
|
+
/** @internal type navigation helper, not in runtime. */
|
|
262
|
+
protected static __types: {
|
|
263
|
+
api: {
|
|
264
|
+
input: PostTextRequest;
|
|
265
|
+
output: PostTextResponse;
|
|
266
|
+
};
|
|
267
|
+
sdk: {
|
|
268
|
+
input: PostTextCommandInput;
|
|
269
|
+
output: PostTextCommandOutput;
|
|
270
|
+
};
|
|
271
|
+
};
|
|
261
272
|
}
|
|
@@ -158,4 +158,15 @@ declare const PutSessionCommand_base: {
|
|
|
158
158
|
* @public
|
|
159
159
|
*/
|
|
160
160
|
export declare class PutSessionCommand extends PutSessionCommand_base {
|
|
161
|
+
/** @internal type navigation helper, not in runtime. */
|
|
162
|
+
protected static __types: {
|
|
163
|
+
api: {
|
|
164
|
+
input: PutSessionRequest;
|
|
165
|
+
output: PutSessionResponse;
|
|
166
|
+
};
|
|
167
|
+
sdk: {
|
|
168
|
+
input: PutSessionCommandInput;
|
|
169
|
+
output: PutSessionCommandOutput;
|
|
170
|
+
};
|
|
171
|
+
};
|
|
161
172
|
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteSessionCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteSessionCommand extends DeleteSessionCommand_base {
|
|
39
|
+
export declare class DeleteSessionCommand extends DeleteSessionCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteSessionRequest;
|
|
43
|
+
output: DeleteSessionResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteSessionCommandInput;
|
|
47
|
+
output: DeleteSessionCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetSessionCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetSessionCommand extends GetSessionCommand_base {
|
|
36
|
+
export declare class GetSessionCommand extends GetSessionCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetSessionRequest;
|
|
40
|
+
output: GetSessionResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetSessionCommandInput;
|
|
44
|
+
output: GetSessionCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -48,4 +48,15 @@ declare const PostContentCommand_base: {
|
|
|
48
48
|
>;
|
|
49
49
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
50
50
|
};
|
|
51
|
-
export declare class PostContentCommand extends PostContentCommand_base {
|
|
51
|
+
export declare class PostContentCommand extends PostContentCommand_base {
|
|
52
|
+
protected static __types: {
|
|
53
|
+
api: {
|
|
54
|
+
input: PostContentRequest;
|
|
55
|
+
output: PostContentResponse;
|
|
56
|
+
};
|
|
57
|
+
sdk: {
|
|
58
|
+
input: PostContentCommandInput;
|
|
59
|
+
output: PostContentCommandOutput;
|
|
60
|
+
};
|
|
61
|
+
};
|
|
62
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const PostTextCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class PostTextCommand extends PostTextCommand_base {
|
|
36
|
+
export declare class PostTextCommand extends PostTextCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: PostTextRequest;
|
|
40
|
+
output: PostTextResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: PostTextCommandInput;
|
|
44
|
+
output: PostTextCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -41,4 +41,15 @@ declare const PutSessionCommand_base: {
|
|
|
41
41
|
>;
|
|
42
42
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
43
43
|
};
|
|
44
|
-
export declare class PutSessionCommand extends PutSessionCommand_base {
|
|
44
|
+
export declare class PutSessionCommand extends PutSessionCommand_base {
|
|
45
|
+
protected static __types: {
|
|
46
|
+
api: {
|
|
47
|
+
input: PutSessionRequest;
|
|
48
|
+
output: PutSessionResponse;
|
|
49
|
+
};
|
|
50
|
+
sdk: {
|
|
51
|
+
input: PutSessionCommandInput;
|
|
52
|
+
output: PutSessionCommandOutput;
|
|
53
|
+
};
|
|
54
|
+
};
|
|
55
|
+
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-lex-runtime-service",
|
|
3
3
|
"description": "AWS SDK for JavaScript Lex Runtime Service Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.654.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-lex-runtime-service",
|
|
@@ -22,44 +22,44 @@
|
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
24
24
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
25
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
26
|
-
"@aws-sdk/client-sts": "3.
|
|
27
|
-
"@aws-sdk/core": "3.
|
|
28
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
29
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
30
|
-
"@aws-sdk/middleware-logger": "3.
|
|
31
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
32
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
33
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
34
|
-
"@aws-sdk/types": "3.
|
|
35
|
-
"@aws-sdk/util-endpoints": "3.
|
|
36
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
37
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
38
|
-
"@smithy/config-resolver": "^3.0.
|
|
39
|
-
"@smithy/core": "^2.4.
|
|
40
|
-
"@smithy/fetch-http-handler": "^3.2.
|
|
41
|
-
"@smithy/hash-node": "^3.0.
|
|
42
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
43
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
44
|
-
"@smithy/middleware-endpoint": "^3.1.
|
|
45
|
-
"@smithy/middleware-retry": "^3.0.
|
|
46
|
-
"@smithy/middleware-serde": "^3.0.
|
|
47
|
-
"@smithy/middleware-stack": "^3.0.
|
|
48
|
-
"@smithy/node-config-provider": "^3.1.
|
|
49
|
-
"@smithy/node-http-handler": "^3.2.
|
|
50
|
-
"@smithy/protocol-http": "^4.1.
|
|
51
|
-
"@smithy/smithy-client": "^3.3.
|
|
52
|
-
"@smithy/types": "^3.4.
|
|
53
|
-
"@smithy/url-parser": "^3.0.
|
|
25
|
+
"@aws-sdk/client-sso-oidc": "3.654.0",
|
|
26
|
+
"@aws-sdk/client-sts": "3.654.0",
|
|
27
|
+
"@aws-sdk/core": "3.654.0",
|
|
28
|
+
"@aws-sdk/credential-provider-node": "3.654.0",
|
|
29
|
+
"@aws-sdk/middleware-host-header": "3.654.0",
|
|
30
|
+
"@aws-sdk/middleware-logger": "3.654.0",
|
|
31
|
+
"@aws-sdk/middleware-recursion-detection": "3.654.0",
|
|
32
|
+
"@aws-sdk/middleware-user-agent": "3.654.0",
|
|
33
|
+
"@aws-sdk/region-config-resolver": "3.654.0",
|
|
34
|
+
"@aws-sdk/types": "3.654.0",
|
|
35
|
+
"@aws-sdk/util-endpoints": "3.654.0",
|
|
36
|
+
"@aws-sdk/util-user-agent-browser": "3.654.0",
|
|
37
|
+
"@aws-sdk/util-user-agent-node": "3.654.0",
|
|
38
|
+
"@smithy/config-resolver": "^3.0.8",
|
|
39
|
+
"@smithy/core": "^2.4.3",
|
|
40
|
+
"@smithy/fetch-http-handler": "^3.2.7",
|
|
41
|
+
"@smithy/hash-node": "^3.0.6",
|
|
42
|
+
"@smithy/invalid-dependency": "^3.0.6",
|
|
43
|
+
"@smithy/middleware-content-length": "^3.0.8",
|
|
44
|
+
"@smithy/middleware-endpoint": "^3.1.3",
|
|
45
|
+
"@smithy/middleware-retry": "^3.0.18",
|
|
46
|
+
"@smithy/middleware-serde": "^3.0.6",
|
|
47
|
+
"@smithy/middleware-stack": "^3.0.6",
|
|
48
|
+
"@smithy/node-config-provider": "^3.1.7",
|
|
49
|
+
"@smithy/node-http-handler": "^3.2.2",
|
|
50
|
+
"@smithy/protocol-http": "^4.1.3",
|
|
51
|
+
"@smithy/smithy-client": "^3.3.2",
|
|
52
|
+
"@smithy/types": "^3.4.2",
|
|
53
|
+
"@smithy/url-parser": "^3.0.6",
|
|
54
54
|
"@smithy/util-base64": "^3.0.0",
|
|
55
55
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
56
56
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
57
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
58
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
59
|
-
"@smithy/util-endpoints": "^2.1.
|
|
60
|
-
"@smithy/util-middleware": "^3.0.
|
|
61
|
-
"@smithy/util-retry": "^3.0.
|
|
62
|
-
"@smithy/util-stream": "^3.1.
|
|
57
|
+
"@smithy/util-defaults-mode-browser": "^3.0.18",
|
|
58
|
+
"@smithy/util-defaults-mode-node": "^3.0.18",
|
|
59
|
+
"@smithy/util-endpoints": "^2.1.2",
|
|
60
|
+
"@smithy/util-middleware": "^3.0.6",
|
|
61
|
+
"@smithy/util-retry": "^3.0.6",
|
|
62
|
+
"@smithy/util-stream": "^3.1.6",
|
|
63
63
|
"@smithy/util-utf8": "^3.0.0",
|
|
64
64
|
"tslib": "^2.6.2"
|
|
65
65
|
},
|