@aws-sdk/client-lex-runtime-service 3.40.0 → 3.45.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 CHANGED
@@ -3,6 +3,47 @@
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.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7))
12
+
13
+
14
+
15
+
16
+
17
+ # [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
18
+
19
+ **Note:** Version bump only for package @aws-sdk/client-lex-runtime-service
20
+
21
+
22
+
23
+
24
+
25
+ # [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
26
+
27
+
28
+ ### Bug Fixes
29
+
30
+ * **clients:** merge default variants by comparing tags ([#3044](https://github.com/aws/aws-sdk-js-v3/issues/3044)) ([d65a310](https://github.com/aws/aws-sdk-js-v3/commit/d65a310ed5a471e72633a18ae6f3c98390e20783))
31
+
32
+
33
+
34
+
35
+
36
+ # [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
37
+
38
+
39
+ ### Features
40
+
41
+ * **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))
42
+
43
+
44
+
45
+
46
+
6
47
  # [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
7
48
 
8
49
 
@@ -51,6 +51,7 @@ const partitionHash = {
51
51
  "ap-south-1",
52
52
  "ap-southeast-1",
53
53
  "ap-southeast-2",
54
+ "ap-southeast-3",
54
55
  "ca-central-1",
55
56
  "eu-central-1",
56
57
  "eu-north-1",
@@ -77,6 +78,14 @@ const partitionHash = {
77
78
  hostname: "runtime-fips.lex.{region}.amazonaws.com",
78
79
  tags: ["fips"],
79
80
  },
81
+ {
82
+ hostname: "runtime.lex-fips.{region}.api.aws",
83
+ tags: ["dualstack", "fips"],
84
+ },
85
+ {
86
+ hostname: "runtime.lex.{region}.api.aws",
87
+ tags: ["dualstack"],
88
+ },
80
89
  ],
81
90
  },
82
91
  "aws-cn": {
@@ -109,6 +118,10 @@ const partitionHash = {
109
118
  hostname: "runtime.lex.{region}.c2s.ic.gov",
110
119
  tags: [],
111
120
  },
121
+ {
122
+ hostname: "runtime.lex-fips.{region}.c2s.ic.gov",
123
+ tags: ["fips"],
124
+ },
112
125
  ],
113
126
  },
114
127
  "aws-iso-b": {
@@ -119,6 +132,10 @@ const partitionHash = {
119
132
  hostname: "runtime.lex.{region}.sc2s.sgov.gov",
120
133
  tags: [],
121
134
  },
135
+ {
136
+ hostname: "runtime.lex-fips.{region}.sc2s.sgov.gov",
137
+ tags: ["fips"],
138
+ },
122
139
  ],
123
140
  },
124
141
  "aws-us-gov": {
@@ -133,6 +150,14 @@ const partitionHash = {
133
150
  hostname: "runtime-fips.lex.{region}.amazonaws.com",
134
151
  tags: ["fips"],
135
152
  },
153
+ {
154
+ hostname: "runtime.lex-fips.{region}.api.aws",
155
+ tags: ["dualstack", "fips"],
156
+ },
157
+ {
158
+ hostname: "runtime.lex.{region}.api.aws",
159
+ tags: ["dualstack"],
160
+ },
136
161
  ],
137
162
  },
138
163
  };
@@ -49,6 +49,7 @@ var partitionHash = {
49
49
  "ap-south-1",
50
50
  "ap-southeast-1",
51
51
  "ap-southeast-2",
52
+ "ap-southeast-3",
52
53
  "ca-central-1",
53
54
  "eu-central-1",
54
55
  "eu-north-1",
@@ -75,6 +76,14 @@ var partitionHash = {
75
76
  hostname: "runtime-fips.lex.{region}.amazonaws.com",
76
77
  tags: ["fips"],
77
78
  },
79
+ {
80
+ hostname: "runtime.lex-fips.{region}.api.aws",
81
+ tags: ["dualstack", "fips"],
82
+ },
83
+ {
84
+ hostname: "runtime.lex.{region}.api.aws",
85
+ tags: ["dualstack"],
86
+ },
78
87
  ],
79
88
  },
80
89
  "aws-cn": {
@@ -107,6 +116,10 @@ var partitionHash = {
107
116
  hostname: "runtime.lex.{region}.c2s.ic.gov",
108
117
  tags: [],
109
118
  },
119
+ {
120
+ hostname: "runtime.lex-fips.{region}.c2s.ic.gov",
121
+ tags: ["fips"],
122
+ },
110
123
  ],
111
124
  },
112
125
  "aws-iso-b": {
@@ -117,6 +130,10 @@ var partitionHash = {
117
130
  hostname: "runtime.lex.{region}.sc2s.sgov.gov",
118
131
  tags: [],
119
132
  },
133
+ {
134
+ hostname: "runtime.lex-fips.{region}.sc2s.sgov.gov",
135
+ tags: ["fips"],
136
+ },
120
137
  ],
121
138
  },
122
139
  "aws-us-gov": {
@@ -131,6 +148,14 @@ var partitionHash = {
131
148
  hostname: "runtime-fips.lex.{region}.amazonaws.com",
132
149
  tags: ["fips"],
133
150
  },
151
+ {
152
+ hostname: "runtime.lex-fips.{region}.api.aws",
153
+ tags: ["dualstack", "fips"],
154
+ },
155
+ {
156
+ hostname: "runtime.lex.{region}.api.aws",
157
+ tags: ["dualstack"],
158
+ },
134
159
  ],
135
160
  },
136
161
  };
@@ -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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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.40.0",
4
+ "version": "3.45.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.40.0",
26
- "@aws-sdk/config-resolver": "3.40.0",
27
- "@aws-sdk/credential-provider-node": "3.40.0",
25
+ "@aws-sdk/client-sts": "3.45.0",
26
+ "@aws-sdk/config-resolver": "3.45.0",
27
+ "@aws-sdk/credential-provider-node": "3.45.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",
@@ -33,13 +33,13 @@
33
33
  "@aws-sdk/middleware-logger": "3.40.0",
34
34
  "@aws-sdk/middleware-retry": "3.40.0",
35
35
  "@aws-sdk/middleware-serde": "3.40.0",
36
- "@aws-sdk/middleware-signing": "3.40.0",
36
+ "@aws-sdk/middleware-signing": "3.45.0",
37
37
  "@aws-sdk/middleware-stack": "3.40.0",
38
38
  "@aws-sdk/middleware-user-agent": "3.40.0",
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.40.0",
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",