aws-sdk-lakeformation 1.19.0 → 1.23.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-lakeformation/client.rb +1131 -80
- data/lib/aws-sdk-lakeformation/client_api.rb +837 -25
- data/lib/aws-sdk-lakeformation/errors.rb +152 -0
- data/lib/aws-sdk-lakeformation/types.rb +2255 -293
- data/lib/aws-sdk-lakeformation.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0eaef2ad0477a7fd633e262c9a52801d32de3be534d009f8b71152f95668d263
|
4
|
+
data.tar.gz: 0f88276957bfedacb9dbf94d0e9a114d8ae2654837f7174b81d0368560c0607a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 39dbfa33e8a9ea6a31996f4fe3502039e56fa0afde76d409def63c7caa3153a7b70b4926a52cc08e48a3ff0959f5a90a6ac6fd8908a59d269c6e7760e7804761
|
7
|
+
data.tar.gz: 6247099aed34538f7f264ce5e67a2a5d645f1c999a86200e8cee4ebb2da34d12e7db118d68258247a6a73c1a102a94fb6f01615a9f2ec15169195508fdc87261
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.23.0 (2022-02-03)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.22.0 (2022-01-05)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Add new APIs for 3rd Party Support for Lake Formation
|
13
|
+
|
14
|
+
1.21.0 (2021-12-21)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.20.0 (2021-11-30)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - This release adds support for row and cell-based access control in Lake Formation. It also adds support for Lake Formation Governed Tables, which support ACID transactions and automatic storage optimizations.
|
23
|
+
|
4
24
|
1.19.0 (2021-11-04)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.23.0
|