@aws-sdk/client-lex-runtime-v2 3.890.0 → 3.893.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 +2 -0
- package/dist-types/commands/GetSessionCommand.d.ts +2 -0
- package/dist-types/commands/PutSessionCommand.d.ts +2 -0
- package/dist-types/commands/RecognizeTextCommand.d.ts +2 -0
- package/dist-types/commands/RecognizeUtteranceCommand.d.ts +2 -0
- package/dist-types/commands/StartConversationCommand.d.ts +2 -0
- package/package.json +22 -22
|
@@ -46,6 +46,8 @@ declare const DeleteSessionCommand_base: {
|
|
|
46
46
|
* ```javascript
|
|
47
47
|
* import { LexRuntimeV2Client, DeleteSessionCommand } from "@aws-sdk/client-lex-runtime-v2"; // ES Modules import
|
|
48
48
|
* // const { LexRuntimeV2Client, DeleteSessionCommand } = require("@aws-sdk/client-lex-runtime-v2"); // CommonJS import
|
|
49
|
+
* // import type { LexRuntimeV2ClientConfig } from "@aws-sdk/client-lex-runtime-v2";
|
|
50
|
+
* const config = {}; // type is LexRuntimeV2ClientConfig
|
|
49
51
|
* const client = new LexRuntimeV2Client(config);
|
|
50
52
|
* const input = { // DeleteSessionRequest
|
|
51
53
|
* botId: "STRING_VALUE", // required
|
|
@@ -41,6 +41,8 @@ declare const GetSessionCommand_base: {
|
|
|
41
41
|
* ```javascript
|
|
42
42
|
* import { LexRuntimeV2Client, GetSessionCommand } from "@aws-sdk/client-lex-runtime-v2"; // ES Modules import
|
|
43
43
|
* // const { LexRuntimeV2Client, GetSessionCommand } = require("@aws-sdk/client-lex-runtime-v2"); // CommonJS import
|
|
44
|
+
* // import type { LexRuntimeV2ClientConfig } from "@aws-sdk/client-lex-runtime-v2";
|
|
45
|
+
* const config = {}; // type is LexRuntimeV2ClientConfig
|
|
44
46
|
* const client = new LexRuntimeV2Client(config);
|
|
45
47
|
* const input = { // GetSessionRequest
|
|
46
48
|
* botId: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const PutSessionCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { LexRuntimeV2Client, PutSessionCommand } from "@aws-sdk/client-lex-runtime-v2"; // ES Modules import
|
|
38
38
|
* // const { LexRuntimeV2Client, PutSessionCommand } = require("@aws-sdk/client-lex-runtime-v2"); // CommonJS import
|
|
39
|
+
* // import type { LexRuntimeV2ClientConfig } from "@aws-sdk/client-lex-runtime-v2";
|
|
40
|
+
* const config = {}; // type is LexRuntimeV2ClientConfig
|
|
39
41
|
* const client = new LexRuntimeV2Client(config);
|
|
40
42
|
* const input = { // PutSessionRequest
|
|
41
43
|
* botId: "STRING_VALUE", // required
|
|
@@ -63,6 +63,8 @@ declare const RecognizeTextCommand_base: {
|
|
|
63
63
|
* ```javascript
|
|
64
64
|
* import { LexRuntimeV2Client, RecognizeTextCommand } from "@aws-sdk/client-lex-runtime-v2"; // ES Modules import
|
|
65
65
|
* // const { LexRuntimeV2Client, RecognizeTextCommand } = require("@aws-sdk/client-lex-runtime-v2"); // CommonJS import
|
|
66
|
+
* // import type { LexRuntimeV2ClientConfig } from "@aws-sdk/client-lex-runtime-v2";
|
|
67
|
+
* const config = {}; // type is LexRuntimeV2ClientConfig
|
|
66
68
|
* const client = new LexRuntimeV2Client(config);
|
|
67
69
|
* const input = { // RecognizeTextRequest
|
|
68
70
|
* botId: "STRING_VALUE", // required
|
|
@@ -97,6 +97,8 @@ declare const RecognizeUtteranceCommand_base: {
|
|
|
97
97
|
* ```javascript
|
|
98
98
|
* import { LexRuntimeV2Client, RecognizeUtteranceCommand } from "@aws-sdk/client-lex-runtime-v2"; // ES Modules import
|
|
99
99
|
* // const { LexRuntimeV2Client, RecognizeUtteranceCommand } = require("@aws-sdk/client-lex-runtime-v2"); // CommonJS import
|
|
100
|
+
* // import type { LexRuntimeV2ClientConfig } from "@aws-sdk/client-lex-runtime-v2";
|
|
101
|
+
* const config = {}; // type is LexRuntimeV2ClientConfig
|
|
100
102
|
* const client = new LexRuntimeV2Client(config);
|
|
101
103
|
* const input = { // RecognizeUtteranceRequest
|
|
102
104
|
* botId: "STRING_VALUE", // required
|
|
@@ -92,6 +92,8 @@ declare const StartConversationCommand_base: {
|
|
|
92
92
|
* ```javascript
|
|
93
93
|
* import { LexRuntimeV2Client, StartConversationCommand } from "@aws-sdk/client-lex-runtime-v2"; // ES Modules import
|
|
94
94
|
* // const { LexRuntimeV2Client, StartConversationCommand } = require("@aws-sdk/client-lex-runtime-v2"); // CommonJS import
|
|
95
|
+
* // import type { LexRuntimeV2ClientConfig } from "@aws-sdk/client-lex-runtime-v2";
|
|
96
|
+
* const config = {}; // type is LexRuntimeV2ClientConfig
|
|
95
97
|
* const client = new LexRuntimeV2Client(config);
|
|
96
98
|
* const input = { // StartConversationRequest
|
|
97
99
|
* botId: "STRING_VALUE", // required
|
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.893.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,21 +20,21 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/eventstream-handler-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-eventstream": "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.
|
|
23
|
+
"@aws-sdk/core": "3.893.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.893.0",
|
|
25
|
+
"@aws-sdk/eventstream-handler-node": "3.893.0",
|
|
26
|
+
"@aws-sdk/middleware-eventstream": "3.893.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.893.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.893.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.893.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.893.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.893.0",
|
|
32
|
+
"@aws-sdk/types": "3.893.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.893.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.893.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.893.0",
|
|
36
36
|
"@smithy/config-resolver": "^4.2.2",
|
|
37
|
-
"@smithy/core": "^3.11.
|
|
37
|
+
"@smithy/core": "^3.11.1",
|
|
38
38
|
"@smithy/eventstream-serde-browser": "^4.1.1",
|
|
39
39
|
"@smithy/eventstream-serde-config-resolver": "^4.2.1",
|
|
40
40
|
"@smithy/eventstream-serde-node": "^4.1.1",
|
|
@@ -42,25 +42,25 @@
|
|
|
42
42
|
"@smithy/hash-node": "^4.1.1",
|
|
43
43
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
44
44
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
45
|
-
"@smithy/middleware-endpoint": "^4.2.
|
|
46
|
-
"@smithy/middleware-retry": "^4.2.
|
|
45
|
+
"@smithy/middleware-endpoint": "^4.2.3",
|
|
46
|
+
"@smithy/middleware-retry": "^4.2.4",
|
|
47
47
|
"@smithy/middleware-serde": "^4.1.1",
|
|
48
48
|
"@smithy/middleware-stack": "^4.1.1",
|
|
49
49
|
"@smithy/node-config-provider": "^4.2.2",
|
|
50
50
|
"@smithy/node-http-handler": "^4.2.1",
|
|
51
51
|
"@smithy/protocol-http": "^5.2.1",
|
|
52
|
-
"@smithy/smithy-client": "^4.6.
|
|
52
|
+
"@smithy/smithy-client": "^4.6.3",
|
|
53
53
|
"@smithy/types": "^4.5.0",
|
|
54
54
|
"@smithy/url-parser": "^4.1.1",
|
|
55
55
|
"@smithy/util-base64": "^4.1.0",
|
|
56
56
|
"@smithy/util-body-length-browser": "^4.1.0",
|
|
57
57
|
"@smithy/util-body-length-node": "^4.1.0",
|
|
58
|
-
"@smithy/util-defaults-mode-browser": "^4.1.
|
|
59
|
-
"@smithy/util-defaults-mode-node": "^4.1.
|
|
58
|
+
"@smithy/util-defaults-mode-browser": "^4.1.3",
|
|
59
|
+
"@smithy/util-defaults-mode-node": "^4.1.3",
|
|
60
60
|
"@smithy/util-endpoints": "^3.1.2",
|
|
61
61
|
"@smithy/util-middleware": "^4.1.1",
|
|
62
|
-
"@smithy/util-retry": "^4.1.
|
|
63
|
-
"@smithy/util-stream": "^4.3.
|
|
62
|
+
"@smithy/util-retry": "^4.1.2",
|
|
63
|
+
"@smithy/util-stream": "^4.3.2",
|
|
64
64
|
"@smithy/util-utf8": "^4.1.0",
|
|
65
65
|
"tslib": "^2.6.2"
|
|
66
66
|
},
|