@aws-sdk/client-lex-runtime-v2 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.
@@ -94,4 +94,15 @@ declare const DeleteSessionCommand_base: {
94
94
  * @public
95
95
  */
96
96
  export declare class DeleteSessionCommand extends DeleteSessionCommand_base {
97
+ /** @internal type navigation helper, not in runtime. */
98
+ protected static __types: {
99
+ api: {
100
+ input: DeleteSessionRequest;
101
+ output: DeleteSessionResponse;
102
+ };
103
+ sdk: {
104
+ input: DeleteSessionCommandInput;
105
+ output: DeleteSessionCommandOutput;
106
+ };
107
+ };
97
108
  }
@@ -212,4 +212,15 @@ declare const GetSessionCommand_base: {
212
212
  * @public
213
213
  */
214
214
  export declare class GetSessionCommand extends GetSessionCommand_base {
215
+ /** @internal type navigation helper, not in runtime. */
216
+ protected static __types: {
217
+ api: {
218
+ input: GetSessionRequest;
219
+ output: GetSessionResponse;
220
+ };
221
+ sdk: {
222
+ input: GetSessionCommandInput;
223
+ output: GetSessionCommandOutput;
224
+ };
225
+ };
215
226
  }
@@ -202,4 +202,15 @@ declare const PutSessionCommand_base: {
202
202
  * @public
203
203
  */
204
204
  export declare class PutSessionCommand extends PutSessionCommand_base {
205
+ /** @internal type navigation helper, not in runtime. */
206
+ protected static __types: {
207
+ api: {
208
+ input: PutSessionRequest;
209
+ output: PutSessionResponse;
210
+ };
211
+ sdk: {
212
+ input: PutSessionCommandInput;
213
+ output: PutSessionCommandOutput;
214
+ };
215
+ };
205
216
  }
@@ -343,4 +343,15 @@ declare const RecognizeTextCommand_base: {
343
343
  * @public
344
344
  */
345
345
  export declare class RecognizeTextCommand extends RecognizeTextCommand_base {
346
+ /** @internal type navigation helper, not in runtime. */
347
+ protected static __types: {
348
+ api: {
349
+ input: RecognizeTextRequest;
350
+ output: RecognizeTextResponse;
351
+ };
352
+ sdk: {
353
+ input: RecognizeTextCommandInput;
354
+ output: RecognizeTextCommandOutput;
355
+ };
356
+ };
346
357
  }
@@ -162,4 +162,15 @@ declare const RecognizeUtteranceCommand_base: {
162
162
  * @public
163
163
  */
164
164
  export declare class RecognizeUtteranceCommand extends RecognizeUtteranceCommand_base {
165
+ /** @internal type navigation helper, not in runtime. */
166
+ protected static __types: {
167
+ api: {
168
+ input: RecognizeUtteranceRequest;
169
+ output: RecognizeUtteranceResponse;
170
+ };
171
+ sdk: {
172
+ input: RecognizeUtteranceCommandInput;
173
+ output: RecognizeUtteranceCommandOutput;
174
+ };
175
+ };
165
176
  }
@@ -459,4 +459,15 @@ declare const StartConversationCommand_base: {
459
459
  * @public
460
460
  */
461
461
  export declare class StartConversationCommand extends StartConversationCommand_base {
462
+ /** @internal type navigation helper, not in runtime. */
463
+ protected static __types: {
464
+ api: {
465
+ input: StartConversationRequest;
466
+ output: StartConversationResponse;
467
+ };
468
+ sdk: {
469
+ input: StartConversationCommandInput;
470
+ output: StartConversationCommandOutput;
471
+ };
472
+ };
462
473
  }
@@ -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
+ }
@@ -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
+ }
@@ -36,4 +36,15 @@ declare const RecognizeTextCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class RecognizeTextCommand extends RecognizeTextCommand_base {}
39
+ export declare class RecognizeTextCommand extends RecognizeTextCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: RecognizeTextRequest;
43
+ output: RecognizeTextResponse;
44
+ };
45
+ sdk: {
46
+ input: RecognizeTextCommandInput;
47
+ output: RecognizeTextCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -51,4 +51,15 @@ declare const RecognizeUtteranceCommand_base: {
51
51
  >;
52
52
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
53
53
  };
54
- export declare class RecognizeUtteranceCommand extends RecognizeUtteranceCommand_base {}
54
+ export declare class RecognizeUtteranceCommand extends RecognizeUtteranceCommand_base {
55
+ protected static __types: {
56
+ api: {
57
+ input: RecognizeUtteranceRequest;
58
+ output: RecognizeUtteranceResponse;
59
+ };
60
+ sdk: {
61
+ input: RecognizeUtteranceCommandInput;
62
+ output: RecognizeUtteranceCommandOutput;
63
+ };
64
+ };
65
+ }
@@ -37,4 +37,15 @@ declare const StartConversationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class StartConversationCommand extends StartConversationCommand_base {}
40
+ export declare class StartConversationCommand extends StartConversationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: StartConversationRequest;
44
+ output: StartConversationResponse;
45
+ };
46
+ sdk: {
47
+ input: StartConversationCommandInput;
48
+ output: StartConversationCommandOutput;
49
+ };
50
+ };
51
+ }
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.651.1",
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-lex-runtime-v2",
@@ -20,49 +20,49 @@
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.651.1",
24
- "@aws-sdk/client-sts": "3.651.1",
25
- "@aws-sdk/core": "3.651.1",
26
- "@aws-sdk/credential-provider-node": "3.651.1",
27
- "@aws-sdk/eventstream-handler-node": "3.649.0",
28
- "@aws-sdk/middleware-eventstream": "3.649.0",
29
- "@aws-sdk/middleware-host-header": "3.649.0",
30
- "@aws-sdk/middleware-logger": "3.649.0",
31
- "@aws-sdk/middleware-recursion-detection": "3.649.0",
32
- "@aws-sdk/middleware-user-agent": "3.649.0",
33
- "@aws-sdk/region-config-resolver": "3.649.0",
34
- "@aws-sdk/types": "3.649.0",
35
- "@aws-sdk/util-endpoints": "3.649.0",
36
- "@aws-sdk/util-user-agent-browser": "3.649.0",
37
- "@aws-sdk/util-user-agent-node": "3.649.0",
38
- "@smithy/config-resolver": "^3.0.6",
39
- "@smithy/core": "^2.4.1",
40
- "@smithy/eventstream-serde-browser": "^3.0.7",
41
- "@smithy/eventstream-serde-config-resolver": "^3.0.4",
42
- "@smithy/eventstream-serde-node": "^3.0.6",
43
- "@smithy/fetch-http-handler": "^3.2.5",
44
- "@smithy/hash-node": "^3.0.4",
45
- "@smithy/invalid-dependency": "^3.0.4",
46
- "@smithy/middleware-content-length": "^3.0.6",
47
- "@smithy/middleware-endpoint": "^3.1.1",
48
- "@smithy/middleware-retry": "^3.0.16",
49
- "@smithy/middleware-serde": "^3.0.4",
50
- "@smithy/middleware-stack": "^3.0.4",
51
- "@smithy/node-config-provider": "^3.1.5",
52
- "@smithy/node-http-handler": "^3.2.0",
53
- "@smithy/protocol-http": "^4.1.1",
54
- "@smithy/smithy-client": "^3.3.0",
55
- "@smithy/types": "^3.4.0",
56
- "@smithy/url-parser": "^3.0.4",
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/eventstream-handler-node": "3.654.0",
28
+ "@aws-sdk/middleware-eventstream": "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/eventstream-serde-browser": "^3.0.9",
41
+ "@smithy/eventstream-serde-config-resolver": "^3.0.6",
42
+ "@smithy/eventstream-serde-node": "^3.0.8",
43
+ "@smithy/fetch-http-handler": "^3.2.7",
44
+ "@smithy/hash-node": "^3.0.6",
45
+ "@smithy/invalid-dependency": "^3.0.6",
46
+ "@smithy/middleware-content-length": "^3.0.8",
47
+ "@smithy/middleware-endpoint": "^3.1.3",
48
+ "@smithy/middleware-retry": "^3.0.18",
49
+ "@smithy/middleware-serde": "^3.0.6",
50
+ "@smithy/middleware-stack": "^3.0.6",
51
+ "@smithy/node-config-provider": "^3.1.7",
52
+ "@smithy/node-http-handler": "^3.2.2",
53
+ "@smithy/protocol-http": "^4.1.3",
54
+ "@smithy/smithy-client": "^3.3.2",
55
+ "@smithy/types": "^3.4.2",
56
+ "@smithy/url-parser": "^3.0.6",
57
57
  "@smithy/util-base64": "^3.0.0",
58
58
  "@smithy/util-body-length-browser": "^3.0.0",
59
59
  "@smithy/util-body-length-node": "^3.0.0",
60
- "@smithy/util-defaults-mode-browser": "^3.0.16",
61
- "@smithy/util-defaults-mode-node": "^3.0.16",
62
- "@smithy/util-endpoints": "^2.1.0",
63
- "@smithy/util-middleware": "^3.0.4",
64
- "@smithy/util-retry": "^3.0.4",
65
- "@smithy/util-stream": "^3.1.4",
60
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
61
+ "@smithy/util-defaults-mode-node": "^3.0.18",
62
+ "@smithy/util-endpoints": "^2.1.2",
63
+ "@smithy/util-middleware": "^3.0.6",
64
+ "@smithy/util-retry": "^3.0.6",
65
+ "@smithy/util-stream": "^3.1.6",
66
66
  "@smithy/util-utf8": "^3.0.0",
67
67
  "tslib": "^2.6.2"
68
68
  },