@aws-sdk/client-lex-runtime-service 3.40.0 → 3.41.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/CHANGELOG.md +11 -0
- package/dist-cjs/endpoints.js +8 -0
- package/dist-es/endpoints.js +8 -0
- package/dist-types/commands/DeleteSessionCommand.d.ts +1 -1
- package/dist-types/commands/GetSessionCommand.d.ts +1 -1
- package/dist-types/commands/PostContentCommand.d.ts +1 -1
- package/dist-types/commands/PostTextCommand.d.ts +1 -1
- package/dist-types/commands/PutSessionCommand.d.ts +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
|
|
7
18
|
|
|
8
19
|
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -109,6 +109,10 @@ const partitionHash = {
|
|
|
109
109
|
hostname: "runtime.lex.{region}.c2s.ic.gov",
|
|
110
110
|
tags: [],
|
|
111
111
|
},
|
|
112
|
+
{
|
|
113
|
+
hostname: "runtime.lex-fips.{region}.c2s.ic.gov",
|
|
114
|
+
tags: ["fips"],
|
|
115
|
+
},
|
|
112
116
|
],
|
|
113
117
|
},
|
|
114
118
|
"aws-iso-b": {
|
|
@@ -119,6 +123,10 @@ const partitionHash = {
|
|
|
119
123
|
hostname: "runtime.lex.{region}.sc2s.sgov.gov",
|
|
120
124
|
tags: [],
|
|
121
125
|
},
|
|
126
|
+
{
|
|
127
|
+
hostname: "runtime.lex-fips.{region}.sc2s.sgov.gov",
|
|
128
|
+
tags: ["fips"],
|
|
129
|
+
},
|
|
122
130
|
],
|
|
123
131
|
},
|
|
124
132
|
"aws-us-gov": {
|
package/dist-es/endpoints.js
CHANGED
|
@@ -107,6 +107,10 @@ var partitionHash = {
|
|
|
107
107
|
hostname: "runtime.lex.{region}.c2s.ic.gov",
|
|
108
108
|
tags: [],
|
|
109
109
|
},
|
|
110
|
+
{
|
|
111
|
+
hostname: "runtime.lex-fips.{region}.c2s.ic.gov",
|
|
112
|
+
tags: ["fips"],
|
|
113
|
+
},
|
|
110
114
|
],
|
|
111
115
|
},
|
|
112
116
|
"aws-iso-b": {
|
|
@@ -117,6 +121,10 @@ var partitionHash = {
|
|
|
117
121
|
hostname: "runtime.lex.{region}.sc2s.sgov.gov",
|
|
118
122
|
tags: [],
|
|
119
123
|
},
|
|
124
|
+
{
|
|
125
|
+
hostname: "runtime.lex-fips.{region}.sc2s.sgov.gov",
|
|
126
|
+
tags: ["fips"],
|
|
127
|
+
},
|
|
120
128
|
],
|
|
121
129
|
},
|
|
122
130
|
"aws-us-gov": {
|
|
@@ -21,7 +21,7 @@ export interface DeleteSessionCommandOutput extends DeleteSessionResponse, __Met
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DeleteSessionCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DeleteSessionCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link LexRuntimeServiceClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link LexRuntimeServiceClientResolvedConfig | config} for LexRuntimeServiceClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DeleteSessionCommand extends $Command<DeleteSessionCommandInput, DeleteSessionCommandOutput, LexRuntimeServiceClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetSessionCommandOutput extends GetSessionResponse, __MetadataB
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetSessionCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetSessionCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link LexRuntimeServiceClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link LexRuntimeServiceClientResolvedConfig | config} for LexRuntimeServiceClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetSessionCommand extends $Command<GetSessionCommandInput, GetSessionCommandOutput, LexRuntimeServiceClientResolvedConfig> {
|
|
@@ -106,7 +106,7 @@ export interface PostContentCommandOutput extends PostContentResponse, __Metadat
|
|
|
106
106
|
*
|
|
107
107
|
* @see {@link PostContentCommandInput} for command's `input` shape.
|
|
108
108
|
* @see {@link PostContentCommandOutput} for command's `response` shape.
|
|
109
|
-
* @see {@link LexRuntimeServiceClientResolvedConfig | config} for
|
|
109
|
+
* @see {@link LexRuntimeServiceClientResolvedConfig | config} for LexRuntimeServiceClient's `config` shape.
|
|
110
110
|
*
|
|
111
111
|
*/
|
|
112
112
|
export declare class PostContentCommand extends $Command<PostContentCommandInput, PostContentCommandOutput, LexRuntimeServiceClientResolvedConfig> {
|
|
@@ -95,7 +95,7 @@ export interface PostTextCommandOutput extends PostTextResponse, __MetadataBeare
|
|
|
95
95
|
*
|
|
96
96
|
* @see {@link PostTextCommandInput} for command's `input` shape.
|
|
97
97
|
* @see {@link PostTextCommandOutput} for command's `response` shape.
|
|
98
|
-
* @see {@link LexRuntimeServiceClientResolvedConfig | config} for
|
|
98
|
+
* @see {@link LexRuntimeServiceClientResolvedConfig | config} for LexRuntimeServiceClient's `config` shape.
|
|
99
99
|
*
|
|
100
100
|
*/
|
|
101
101
|
export declare class PostTextCommand extends $Command<PostTextCommandInput, PostTextCommandOutput, LexRuntimeServiceClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface PutSessionCommandOutput extends PutSessionResponse, __MetadataB
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link PutSessionCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link PutSessionCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link LexRuntimeServiceClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link LexRuntimeServiceClientResolvedConfig | config} for LexRuntimeServiceClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class PutSessionCommand extends $Command<PutSessionCommandInput, PutSessionCommandOutput, LexRuntimeServiceClientResolvedConfig> {
|
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.41.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
24
24
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
25
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
+
"@aws-sdk/client-sts": "3.41.0",
|
|
26
26
|
"@aws-sdk/config-resolver": "3.40.0",
|
|
27
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
+
"@aws-sdk/credential-provider-node": "3.41.0",
|
|
28
28
|
"@aws-sdk/fetch-http-handler": "3.40.0",
|
|
29
29
|
"@aws-sdk/hash-node": "3.40.0",
|
|
30
30
|
"@aws-sdk/invalid-dependency": "3.40.0",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@aws-sdk/node-config-provider": "3.40.0",
|
|
40
40
|
"@aws-sdk/node-http-handler": "3.40.0",
|
|
41
41
|
"@aws-sdk/protocol-http": "3.40.0",
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
+
"@aws-sdk/smithy-client": "3.41.0",
|
|
43
43
|
"@aws-sdk/types": "3.40.0",
|
|
44
44
|
"@aws-sdk/url-parser": "3.40.0",
|
|
45
45
|
"@aws-sdk/util-base64-browser": "3.37.0",
|