@aws-sdk/client-lakeformation 3.118.0 → 3.121.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.121.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.120.0...v3.121.0) (2022-06-30)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** fallback to status code for unmodeled errors ([#3752](https://github.com/aws/aws-sdk-js-v3/issues/3752)) ([49bcc4f](https://github.com/aws/aws-sdk-js-v3/commit/49bcc4f153e890e798a8e82fd5fc397b2dcc449f))
12
+
13
+
14
+
15
+
16
+
17
+ # [3.120.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.119.0...v3.120.0) (2022-06-29)
18
+
19
+
20
+ ### Features
21
+
22
+ * **clients:** update client endpoints as of 2022-06-29 ([b078874](https://github.com/aws/aws-sdk-js-v3/commit/b07887465adfa10a71ff222faf41c70054f51f6e))
23
+
24
+
25
+
26
+
27
+
28
+ ## [3.118.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.118.0...v3.118.1) (2022-06-27)
29
+
30
+ **Note:** Version bump only for package @aws-sdk/client-lakeformation
31
+
32
+
33
+
34
+
35
+
6
36
  # [3.118.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.117.0...v3.118.0) (2022-06-24)
7
37
 
8
38
  **Note:** Version bump only for package @aws-sdk/client-lakeformation
@@ -19,6 +19,14 @@ const regionHash = {
19
19
  },
20
20
  ],
21
21
  },
22
+ "us-gov-east-1": {
23
+ variants: [
24
+ {
25
+ hostname: "lakeformation-fips.us-gov-east-1.amazonaws.com",
26
+ tags: ["fips"],
27
+ },
28
+ ],
29
+ },
22
30
  "us-gov-west-1": {
23
31
  variants: [
24
32
  {
@@ -145,7 +153,7 @@ const partitionHash = {
145
153
  ],
146
154
  },
147
155
  "aws-us-gov": {
148
- regions: ["fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"],
156
+ regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"],
149
157
  regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
150
158
  variants: [
151
159
  {