@aws-sdk/client-lakeformation 3.118.1 → 3.120.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,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.120.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.119.0...v3.120.0) (2022-06-29)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** update client endpoints as of 2022-06-29 ([b078874](https://github.com/aws/aws-sdk-js-v3/commit/b07887465adfa10a71ff222faf41c70054f51f6e))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [3.118.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.118.0...v3.118.1) (2022-06-27)
7
18
 
8
19
  **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
  {
@@ -17,6 +17,14 @@ var regionHash = {
17
17
  },
18
18
  ],
19
19
  },
20
+ "us-gov-east-1": {
21
+ variants: [
22
+ {
23
+ hostname: "lakeformation-fips.us-gov-east-1.amazonaws.com",
24
+ tags: ["fips"],
25
+ },
26
+ ],
27
+ },
20
28
  "us-gov-west-1": {
21
29
  variants: [
22
30
  {
@@ -143,7 +151,7 @@ var partitionHash = {
143
151
  ],
144
152
  },
145
153
  "aws-us-gov": {
146
- regions: ["fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"],
154
+ regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"],
147
155
  regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
148
156
  variants: [
149
157
  {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-lakeformation",
3
3
  "description": "AWS SDK for JavaScript Lakeformation Client for Node.js, Browser and React Native",
4
- "version": "3.118.1",
4
+ "version": "3.120.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",