@aws-sdk/client-lex-runtime-service 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/PostContentCommand.d.ts +2 -0
- package/dist-types/commands/PostTextCommand.d.ts +2 -0
- package/dist-types/commands/PutSessionCommand.d.ts +2 -0
- package/package.json +20 -20
|
@@ -34,6 +34,8 @@ declare const DeleteSessionCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { LexRuntimeServiceClient, DeleteSessionCommand } from "@aws-sdk/client-lex-runtime-service"; // ES Modules import
|
|
36
36
|
* // const { LexRuntimeServiceClient, DeleteSessionCommand } = require("@aws-sdk/client-lex-runtime-service"); // CommonJS import
|
|
37
|
+
* // import type { LexRuntimeServiceClientConfig } from "@aws-sdk/client-lex-runtime-service";
|
|
38
|
+
* const config = {}; // type is LexRuntimeServiceClientConfig
|
|
37
39
|
* const client = new LexRuntimeServiceClient(config);
|
|
38
40
|
* const input = { // DeleteSessionRequest
|
|
39
41
|
* botName: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const GetSessionCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { LexRuntimeServiceClient, GetSessionCommand } from "@aws-sdk/client-lex-runtime-service"; // ES Modules import
|
|
36
36
|
* // const { LexRuntimeServiceClient, GetSessionCommand } = require("@aws-sdk/client-lex-runtime-service"); // CommonJS import
|
|
37
|
+
* // import type { LexRuntimeServiceClientConfig } from "@aws-sdk/client-lex-runtime-service";
|
|
38
|
+
* const config = {}; // type is LexRuntimeServiceClientConfig
|
|
37
39
|
* const client = new LexRuntimeServiceClient(config);
|
|
38
40
|
* const input = { // GetSessionRequest
|
|
39
41
|
* botName: "STRING_VALUE", // required
|
|
@@ -111,6 +111,8 @@ declare const PostContentCommand_base: {
|
|
|
111
111
|
* ```javascript
|
|
112
112
|
* import { LexRuntimeServiceClient, PostContentCommand } from "@aws-sdk/client-lex-runtime-service"; // ES Modules import
|
|
113
113
|
* // const { LexRuntimeServiceClient, PostContentCommand } = require("@aws-sdk/client-lex-runtime-service"); // CommonJS import
|
|
114
|
+
* // import type { LexRuntimeServiceClientConfig } from "@aws-sdk/client-lex-runtime-service";
|
|
115
|
+
* const config = {}; // type is LexRuntimeServiceClientConfig
|
|
114
116
|
* const client = new LexRuntimeServiceClient(config);
|
|
115
117
|
* const input = { // PostContentRequest
|
|
116
118
|
* botName: "STRING_VALUE", // required
|
|
@@ -108,6 +108,8 @@ declare const PostTextCommand_base: {
|
|
|
108
108
|
* ```javascript
|
|
109
109
|
* import { LexRuntimeServiceClient, PostTextCommand } from "@aws-sdk/client-lex-runtime-service"; // ES Modules import
|
|
110
110
|
* // const { LexRuntimeServiceClient, PostTextCommand } = require("@aws-sdk/client-lex-runtime-service"); // CommonJS import
|
|
111
|
+
* // import type { LexRuntimeServiceClientConfig } from "@aws-sdk/client-lex-runtime-service";
|
|
112
|
+
* const config = {}; // type is LexRuntimeServiceClientConfig
|
|
111
113
|
* const client = new LexRuntimeServiceClient(config);
|
|
112
114
|
* const input = { // PostTextRequest
|
|
113
115
|
* botName: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const PutSessionCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { LexRuntimeServiceClient, PutSessionCommand } from "@aws-sdk/client-lex-runtime-service"; // ES Modules import
|
|
40
40
|
* // const { LexRuntimeServiceClient, PutSessionCommand } = require("@aws-sdk/client-lex-runtime-service"); // CommonJS import
|
|
41
|
+
* // import type { LexRuntimeServiceClientConfig } from "@aws-sdk/client-lex-runtime-service";
|
|
42
|
+
* const config = {}; // type is LexRuntimeServiceClientConfig
|
|
41
43
|
* const client = new LexRuntimeServiceClient(config);
|
|
42
44
|
* const input = { // PutSessionRequest
|
|
43
45
|
* botName: "STRING_VALUE", // required
|
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.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-service",
|
|
@@ -22,42 +22,42 @@
|
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
24
24
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
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.
|
|
25
|
+
"@aws-sdk/core": "3.893.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "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/fetch-http-handler": "^5.2.1",
|
|
39
39
|
"@smithy/hash-node": "^4.1.1",
|
|
40
40
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
41
41
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
42
|
-
"@smithy/middleware-endpoint": "^4.2.
|
|
43
|
-
"@smithy/middleware-retry": "^4.2.
|
|
42
|
+
"@smithy/middleware-endpoint": "^4.2.3",
|
|
43
|
+
"@smithy/middleware-retry": "^4.2.4",
|
|
44
44
|
"@smithy/middleware-serde": "^4.1.1",
|
|
45
45
|
"@smithy/middleware-stack": "^4.1.1",
|
|
46
46
|
"@smithy/node-config-provider": "^4.2.2",
|
|
47
47
|
"@smithy/node-http-handler": "^4.2.1",
|
|
48
48
|
"@smithy/protocol-http": "^5.2.1",
|
|
49
|
-
"@smithy/smithy-client": "^4.6.
|
|
49
|
+
"@smithy/smithy-client": "^4.6.3",
|
|
50
50
|
"@smithy/types": "^4.5.0",
|
|
51
51
|
"@smithy/url-parser": "^4.1.1",
|
|
52
52
|
"@smithy/util-base64": "^4.1.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^4.1.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^4.1.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^4.1.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^4.1.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^4.1.3",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^4.1.3",
|
|
57
57
|
"@smithy/util-endpoints": "^3.1.2",
|
|
58
58
|
"@smithy/util-middleware": "^4.1.1",
|
|
59
|
-
"@smithy/util-retry": "^4.1.
|
|
60
|
-
"@smithy/util-stream": "^4.3.
|
|
59
|
+
"@smithy/util-retry": "^4.1.2",
|
|
60
|
+
"@smithy/util-stream": "^4.3.2",
|
|
61
61
|
"@smithy/util-utf8": "^4.1.0",
|
|
62
62
|
"tslib": "^2.6.2"
|
|
63
63
|
},
|