aws-sdk-lakeformation 1.20.0 → 1.42.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +113 -1
- data/VERSION +1 -1
- data/lib/aws-sdk-lakeformation/client.rb +708 -38
- data/lib/aws-sdk-lakeformation/client_api.rb +272 -3
- data/lib/aws-sdk-lakeformation/endpoint_parameters.rb +66 -0
- data/lib/aws-sdk-lakeformation/endpoint_provider.rb +54 -0
- data/lib/aws-sdk-lakeformation/endpoints.rb +716 -0
- data/lib/aws-sdk-lakeformation/errors.rb +16 -0
- data/lib/aws-sdk-lakeformation/plugins/endpoints.rb +168 -0
- data/lib/aws-sdk-lakeformation/types.rb +548 -1246
- data/lib/aws-sdk-lakeformation.rb +5 -1
- metadata +8 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 293970db992b672c50f803a4bee3cd52d4b1a32179e88131c6985ee54ca35a0f
|
4
|
+
data.tar.gz: 64c2987a756e9828e4802f12c7536fe3ee91c42f5d31349d259c06cb60ca0bbb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b0d90b3205792a09bd7770887bd595df9c42498d9c534d8449348bcf15f82e6382d8d3b1898a5d3ade880cc009dea16584699e967837d728dfc11585b5139a30
|
7
|
+
data.tar.gz: 25ce5b7d60c7f5a5ddd86aa14a3b43ad99edc4baaee721e2f658e9cf38762e05be998a63f9d2b34a1940d3d1926aa6d5c203a8b89ba6669ce52df0d855ed5037
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,118 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.42.0 (2023-09-27)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.41.0 (2023-09-26)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This release adds three new API support "CreateLakeFormationOptIn", "DeleteLakeFormationOptIn" and "ListLakeFormationOptIns", and also updates the corresponding documentation.
|
13
|
+
|
14
|
+
1.40.0 (2023-07-17)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Adds supports for ReadOnlyAdmins and AllowFullTableExternalDataAccess. Adds NESTED_PERMISSION and NESTED_CELL_PERMISSION to SUPPORTED_PERMISSION_TYPES enum. Adds CREATE_LF_TAG on catalog resource and ALTER, DROP, and GRANT_WITH_LF_TAG_EXPRESSION on LF Tag resource.
|
18
|
+
|
19
|
+
1.39.0 (2023-07-11)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
23
|
+
|
24
|
+
1.38.0 (2023-07-06)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
28
|
+
|
29
|
+
1.37.0 (2023-06-28)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
33
|
+
|
34
|
+
1.36.0 (2023-06-15)
|
35
|
+
------------------
|
36
|
+
|
37
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
38
|
+
|
39
|
+
1.35.0 (2023-05-31)
|
40
|
+
------------------
|
41
|
+
|
42
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
43
|
+
|
44
|
+
1.34.0 (2023-04-03)
|
45
|
+
------------------
|
46
|
+
|
47
|
+
* Feature - Add support for database-level federation
|
48
|
+
|
49
|
+
1.33.0 (2023-03-13)
|
50
|
+
------------------
|
51
|
+
|
52
|
+
* Feature - This release updates the documentation regarding Get/Update DataCellsFilter
|
53
|
+
|
54
|
+
1.32.0 (2023-03-08)
|
55
|
+
------------------
|
56
|
+
|
57
|
+
* Feature - This release adds two new API support "GetDataCellsFiler" and "UpdateDataCellsFilter", and also updates the corresponding documentation.
|
58
|
+
|
59
|
+
1.31.0 (2023-02-08)
|
60
|
+
------------------
|
61
|
+
|
62
|
+
* Feature - This release removes the LFTagpolicyResource expression limits.
|
63
|
+
|
64
|
+
1.30.0 (2023-01-18)
|
65
|
+
------------------
|
66
|
+
|
67
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
68
|
+
|
69
|
+
* Issue - Replace runtime endpoint resolution approach with generated ruby code.
|
70
|
+
|
71
|
+
1.29.0 (2022-11-14)
|
72
|
+
------------------
|
73
|
+
|
74
|
+
* Feature - This release adds a new parameter "Parameters" in the DataLakeSettings.
|
75
|
+
|
76
|
+
1.28.0 (2022-10-25)
|
77
|
+
------------------
|
78
|
+
|
79
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
80
|
+
|
81
|
+
1.27.0 (2022-08-17)
|
82
|
+
------------------
|
83
|
+
|
84
|
+
* Feature - This release adds a new API support "AssumeDecoratedRoleWithSAML" and also release updates the corresponding documentation.
|
85
|
+
|
86
|
+
1.26.0 (2022-03-22)
|
87
|
+
------------------
|
88
|
+
|
89
|
+
* Feature - The release fixes the incorrect permissions called out in the documentation - DESCRIBE_TAG, ASSOCIATE_TAG, DELETE_TAG, ALTER_TAG. This trebuchet release fixes the corresponding SDK and documentation.
|
90
|
+
|
91
|
+
1.25.0 (2022-02-24)
|
92
|
+
------------------
|
93
|
+
|
94
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
95
|
+
|
96
|
+
1.24.0 (2022-02-04)
|
97
|
+
------------------
|
98
|
+
|
99
|
+
* Feature - Add support for calling Update Table Objects without a TransactionId.
|
100
|
+
|
101
|
+
1.23.0 (2022-02-03)
|
102
|
+
------------------
|
103
|
+
|
104
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
105
|
+
|
106
|
+
1.22.0 (2022-01-05)
|
107
|
+
------------------
|
108
|
+
|
109
|
+
* Feature - Add new APIs for 3rd Party Support for Lake Formation
|
110
|
+
|
111
|
+
1.21.0 (2021-12-21)
|
112
|
+
------------------
|
113
|
+
|
114
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
115
|
+
|
4
116
|
1.20.0 (2021-11-30)
|
5
117
|
------------------
|
6
118
|
|
@@ -110,4 +222,4 @@ Unreleased Changes
|
|
110
222
|
1.0.0 (2019-08-08)
|
111
223
|
------------------
|
112
224
|
|
113
|
-
* Feature - Initial release of `aws-sdk-lakeformation`.
|
225
|
+
* Feature - Initial release of `aws-sdk-lakeformation`.
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.42.0
|