@aws-sdk/client-lex-runtime-v2 3.288.0 → 3.290.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 +19 -0
- package/dist-types/commands/GetSessionCommand.d.ts +16 -0
- package/dist-types/commands/PutSessionCommand.d.ts +25 -0
- package/dist-types/commands/RecognizeTextCommand.d.ts +25 -0
- package/dist-types/commands/RecognizeUtteranceCommand.d.ts +25 -0
- package/dist-types/commands/StartConversationCommand.d.ts +13 -0
- package/package.json +36 -36
|
@@ -42,6 +42,25 @@ export interface DeleteSessionCommandOutput extends DeleteSessionResponse, __Met
|
|
|
42
42
|
* @see {@link DeleteSessionCommandOutput} for command's `response` shape.
|
|
43
43
|
* @see {@link LexRuntimeV2ClientResolvedConfig | config} for LexRuntimeV2Client's `config` shape.
|
|
44
44
|
*
|
|
45
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
46
|
+
* <p></p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ConflictException} (client fault)
|
|
49
|
+
* <p></p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link InternalServerException} (server fault)
|
|
52
|
+
* <p></p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
55
|
+
* <p></p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
58
|
+
* <p></p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link ValidationException} (client fault)
|
|
61
|
+
* <p></p>
|
|
62
|
+
*
|
|
63
|
+
*
|
|
45
64
|
*/
|
|
46
65
|
export declare class DeleteSessionCommand extends $Command<DeleteSessionCommandInput, DeleteSessionCommandOutput, LexRuntimeV2ClientResolvedConfig> {
|
|
47
66
|
readonly input: DeleteSessionCommandInput;
|
|
@@ -37,6 +37,22 @@ export interface GetSessionCommandOutput extends GetSessionResponse, __MetadataB
|
|
|
37
37
|
* @see {@link GetSessionCommandOutput} for command's `response` shape.
|
|
38
38
|
* @see {@link LexRuntimeV2ClientResolvedConfig | config} for LexRuntimeV2Client's `config` shape.
|
|
39
39
|
*
|
|
40
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
41
|
+
* <p></p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InternalServerException} (server fault)
|
|
44
|
+
* <p></p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
47
|
+
* <p></p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
50
|
+
* <p></p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ValidationException} (client fault)
|
|
53
|
+
* <p></p>
|
|
54
|
+
*
|
|
55
|
+
*
|
|
40
56
|
*/
|
|
41
57
|
export declare class GetSessionCommand extends $Command<GetSessionCommandInput, GetSessionCommandOutput, LexRuntimeV2ClientResolvedConfig> {
|
|
42
58
|
readonly input: GetSessionCommandInput;
|
|
@@ -31,6 +31,31 @@ export interface PutSessionCommandOutput extends __WithSdkStreamMixin<PutSession
|
|
|
31
31
|
* @see {@link PutSessionCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link LexRuntimeV2ClientResolvedConfig | config} for LexRuntimeV2Client's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
35
|
+
* <p></p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link BadGatewayException} (server fault)
|
|
38
|
+
* <p></p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ConflictException} (client fault)
|
|
41
|
+
* <p></p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link DependencyFailedException} (client fault)
|
|
44
|
+
* <p></p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link InternalServerException} (server fault)
|
|
47
|
+
* <p></p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
50
|
+
* <p></p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
53
|
+
* <p></p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ValidationException} (client fault)
|
|
56
|
+
* <p></p>
|
|
57
|
+
*
|
|
58
|
+
*
|
|
34
59
|
*/
|
|
35
60
|
export declare class PutSessionCommand extends $Command<PutSessionCommandInput, PutSessionCommandOutput, LexRuntimeV2ClientResolvedConfig> {
|
|
36
61
|
readonly input: PutSessionCommandInput;
|
|
@@ -59,6 +59,31 @@ export interface RecognizeTextCommandOutput extends RecognizeTextResponse, __Met
|
|
|
59
59
|
* @see {@link RecognizeTextCommandOutput} for command's `response` shape.
|
|
60
60
|
* @see {@link LexRuntimeV2ClientResolvedConfig | config} for LexRuntimeV2Client's `config` shape.
|
|
61
61
|
*
|
|
62
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
63
|
+
* <p></p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link BadGatewayException} (server fault)
|
|
66
|
+
* <p></p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link ConflictException} (client fault)
|
|
69
|
+
* <p></p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link DependencyFailedException} (client fault)
|
|
72
|
+
* <p></p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link InternalServerException} (server fault)
|
|
75
|
+
* <p></p>
|
|
76
|
+
*
|
|
77
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
78
|
+
* <p></p>
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
81
|
+
* <p></p>
|
|
82
|
+
*
|
|
83
|
+
* @throws {@link ValidationException} (client fault)
|
|
84
|
+
* <p></p>
|
|
85
|
+
*
|
|
86
|
+
*
|
|
62
87
|
*/
|
|
63
88
|
export declare class RecognizeTextCommand extends $Command<RecognizeTextCommandInput, RecognizeTextCommandOutput, LexRuntimeV2ClientResolvedConfig> {
|
|
64
89
|
readonly input: RecognizeTextCommandInput;
|
|
@@ -101,6 +101,31 @@ export interface RecognizeUtteranceCommandOutput extends __WithSdkStreamMixin<Re
|
|
|
101
101
|
* @see {@link RecognizeUtteranceCommandOutput} for command's `response` shape.
|
|
102
102
|
* @see {@link LexRuntimeV2ClientResolvedConfig | config} for LexRuntimeV2Client's `config` shape.
|
|
103
103
|
*
|
|
104
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
105
|
+
* <p></p>
|
|
106
|
+
*
|
|
107
|
+
* @throws {@link BadGatewayException} (server fault)
|
|
108
|
+
* <p></p>
|
|
109
|
+
*
|
|
110
|
+
* @throws {@link ConflictException} (client fault)
|
|
111
|
+
* <p></p>
|
|
112
|
+
*
|
|
113
|
+
* @throws {@link DependencyFailedException} (client fault)
|
|
114
|
+
* <p></p>
|
|
115
|
+
*
|
|
116
|
+
* @throws {@link InternalServerException} (server fault)
|
|
117
|
+
* <p></p>
|
|
118
|
+
*
|
|
119
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
120
|
+
* <p></p>
|
|
121
|
+
*
|
|
122
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
123
|
+
* <p></p>
|
|
124
|
+
*
|
|
125
|
+
* @throws {@link ValidationException} (client fault)
|
|
126
|
+
* <p></p>
|
|
127
|
+
*
|
|
128
|
+
*
|
|
104
129
|
*/
|
|
105
130
|
export declare class RecognizeUtteranceCommand extends $Command<RecognizeUtteranceCommandInput, RecognizeUtteranceCommandOutput, LexRuntimeV2ClientResolvedConfig> {
|
|
106
131
|
readonly input: RecognizeUtteranceCommandInput;
|
|
@@ -88,6 +88,19 @@ export interface StartConversationCommandOutput extends StartConversationRespons
|
|
|
88
88
|
* @see {@link StartConversationCommandOutput} for command's `response` shape.
|
|
89
89
|
* @see {@link LexRuntimeV2ClientResolvedConfig | config} for LexRuntimeV2Client's `config` shape.
|
|
90
90
|
*
|
|
91
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
92
|
+
* <p></p>
|
|
93
|
+
*
|
|
94
|
+
* @throws {@link InternalServerException} (server fault)
|
|
95
|
+
* <p></p>
|
|
96
|
+
*
|
|
97
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
98
|
+
* <p></p>
|
|
99
|
+
*
|
|
100
|
+
* @throws {@link ValidationException} (client fault)
|
|
101
|
+
* <p></p>
|
|
102
|
+
*
|
|
103
|
+
*
|
|
91
104
|
*/
|
|
92
105
|
export declare class StartConversationCommand extends $Command<StartConversationCommandInput, StartConversationCommandOutput, LexRuntimeV2ClientResolvedConfig> {
|
|
93
106
|
readonly input: StartConversationCommandInput;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-lex-runtime-v2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Lex Runtime V2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.290.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,44 +20,44 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/eventstream-handler-node": "3.
|
|
27
|
-
"@aws-sdk/eventstream-serde-browser": "3.
|
|
28
|
-
"@aws-sdk/eventstream-serde-config-resolver": "3.
|
|
29
|
-
"@aws-sdk/eventstream-serde-node": "3.
|
|
30
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
31
|
-
"@aws-sdk/hash-node": "3.
|
|
32
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
33
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
34
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
35
|
-
"@aws-sdk/middleware-eventstream": "3.
|
|
36
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
37
|
-
"@aws-sdk/middleware-logger": "3.
|
|
38
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
39
|
-
"@aws-sdk/middleware-retry": "3.
|
|
40
|
-
"@aws-sdk/middleware-serde": "3.
|
|
41
|
-
"@aws-sdk/middleware-signing": "3.
|
|
42
|
-
"@aws-sdk/middleware-stack": "3.
|
|
43
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
44
|
-
"@aws-sdk/node-config-provider": "3.
|
|
45
|
-
"@aws-sdk/node-http-handler": "3.
|
|
46
|
-
"@aws-sdk/protocol-http": "3.
|
|
47
|
-
"@aws-sdk/smithy-client": "3.
|
|
48
|
-
"@aws-sdk/types": "3.
|
|
49
|
-
"@aws-sdk/url-parser": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.290.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.290.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.290.0",
|
|
26
|
+
"@aws-sdk/eventstream-handler-node": "3.290.0",
|
|
27
|
+
"@aws-sdk/eventstream-serde-browser": "3.290.0",
|
|
28
|
+
"@aws-sdk/eventstream-serde-config-resolver": "3.290.0",
|
|
29
|
+
"@aws-sdk/eventstream-serde-node": "3.290.0",
|
|
30
|
+
"@aws-sdk/fetch-http-handler": "3.290.0",
|
|
31
|
+
"@aws-sdk/hash-node": "3.290.0",
|
|
32
|
+
"@aws-sdk/invalid-dependency": "3.290.0",
|
|
33
|
+
"@aws-sdk/middleware-content-length": "3.290.0",
|
|
34
|
+
"@aws-sdk/middleware-endpoint": "3.290.0",
|
|
35
|
+
"@aws-sdk/middleware-eventstream": "3.290.0",
|
|
36
|
+
"@aws-sdk/middleware-host-header": "3.290.0",
|
|
37
|
+
"@aws-sdk/middleware-logger": "3.290.0",
|
|
38
|
+
"@aws-sdk/middleware-recursion-detection": "3.290.0",
|
|
39
|
+
"@aws-sdk/middleware-retry": "3.290.0",
|
|
40
|
+
"@aws-sdk/middleware-serde": "3.290.0",
|
|
41
|
+
"@aws-sdk/middleware-signing": "3.290.0",
|
|
42
|
+
"@aws-sdk/middleware-stack": "3.290.0",
|
|
43
|
+
"@aws-sdk/middleware-user-agent": "3.290.0",
|
|
44
|
+
"@aws-sdk/node-config-provider": "3.290.0",
|
|
45
|
+
"@aws-sdk/node-http-handler": "3.290.0",
|
|
46
|
+
"@aws-sdk/protocol-http": "3.290.0",
|
|
47
|
+
"@aws-sdk/smithy-client": "3.290.0",
|
|
48
|
+
"@aws-sdk/types": "3.290.0",
|
|
49
|
+
"@aws-sdk/url-parser": "3.290.0",
|
|
50
50
|
"@aws-sdk/util-base64": "3.208.0",
|
|
51
51
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
52
52
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
53
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
54
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
55
|
-
"@aws-sdk/util-endpoints": "3.
|
|
56
|
-
"@aws-sdk/util-retry": "3.
|
|
57
|
-
"@aws-sdk/util-stream-browser": "3.
|
|
58
|
-
"@aws-sdk/util-stream-node": "3.
|
|
59
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
60
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
53
|
+
"@aws-sdk/util-defaults-mode-browser": "3.290.0",
|
|
54
|
+
"@aws-sdk/util-defaults-mode-node": "3.290.0",
|
|
55
|
+
"@aws-sdk/util-endpoints": "3.290.0",
|
|
56
|
+
"@aws-sdk/util-retry": "3.290.0",
|
|
57
|
+
"@aws-sdk/util-stream-browser": "3.290.0",
|
|
58
|
+
"@aws-sdk/util-stream-node": "3.290.0",
|
|
59
|
+
"@aws-sdk/util-user-agent-browser": "3.290.0",
|
|
60
|
+
"@aws-sdk/util-user-agent-node": "3.290.0",
|
|
61
61
|
"@aws-sdk/util-utf8": "3.254.0",
|
|
62
62
|
"tslib": "^2.3.1"
|
|
63
63
|
},
|