@aws-sdk/client-lambda 3.141.0 → 3.148.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,36 @@
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.148.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.147.0...v3.148.0) (2022-08-11)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** update client endpoints as of 2022-08-11 ([46522ee](https://github.com/aws/aws-sdk-js-v3/commit/46522ee49a98584dfe732d1da940c4ebb45748dc))
12
+
13
+
14
+
15
+
16
+
17
+ # [3.145.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.144.0...v3.145.0) (2022-08-08)
18
+
19
+ **Note:** Version bump only for package @aws-sdk/client-lambda
20
+
21
+
22
+
23
+
24
+
25
+ # [3.142.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.141.0...v3.142.0) (2022-08-02)
26
+
27
+
28
+ ### Features
29
+
30
+ * **codegen:** general data mapping function ([#3830](https://github.com/aws/aws-sdk-js-v3/issues/3830)) ([9417eae](https://github.com/aws/aws-sdk-js-v3/commit/9417eae722806799fb4c15c07921574268c1165c))
31
+
32
+
33
+
34
+
35
+
6
36
  # [3.141.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.140.0...v3.141.0) (2022-08-01)
7
37
 
8
38
 
@@ -193,6 +193,10 @@ const regionHash = {
193
193
  hostname: "lambda-fips.us-gov-east-1.amazonaws.com",
194
194
  tags: ["fips"],
195
195
  },
196
+ {
197
+ hostname: "lambda.us-gov-east-1.api.aws",
198
+ tags: ["dualstack"],
199
+ },
196
200
  ],
197
201
  },
198
202
  "us-gov-west-1": {
@@ -201,6 +205,10 @@ const regionHash = {
201
205
  hostname: "lambda-fips.us-gov-west-1.amazonaws.com",
202
206
  tags: ["fips"],
203
207
  },
208
+ {
209
+ hostname: "lambda.us-gov-west-1.api.aws",
210
+ tags: ["dualstack"],
211
+ },
204
212
  ],
205
213
  },
206
214
  "us-west-1": {