aws-sdk-lakeformation 1.9.0 → 1.14.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 +83 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-lakeformation.rb +4 -3
- data/lib/aws-sdk-lakeformation/client.rb +769 -23
- data/lib/aws-sdk-lakeformation/client_api.rb +329 -1
- data/lib/aws-sdk-lakeformation/errors.rb +49 -1
- data/lib/aws-sdk-lakeformation/resource.rb +1 -1
- data/lib/aws-sdk-lakeformation/types.rb +1107 -73
- metadata +11 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2429cab0782da2c6feee131643cb4a151b8ed3016b7088607665964d8d492a23
|
4
|
+
data.tar.gz: 2165eeaacbd775637602d2aeb0506a634bb26f520af892369ad41a073b259a54
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 560681de2f9ac0a604bc3825720122817023596a98ec00676127367448b70554f36bb635d75477f3e33dea1ddf299ef54a453b516ac3ff13c99de130b44fb8ab
|
7
|
+
data.tar.gz: 9a419decd2f10e94ab7f884dd8a8ab65534081fea3be671e9086afd413e82cc5861aa392981335a6908aa8f5decce16502c43f3eafc7047f22df970a5e60dcc8
|
data/CHANGELOG.md
ADDED
@@ -0,0 +1,83 @@
|
|
1
|
+
Unreleased Changes
|
2
|
+
------------------
|
3
|
+
|
4
|
+
1.14.0 (2021-05-07)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release adds Tag Based Access Control to AWS Lake Formation service
|
8
|
+
|
9
|
+
1.13.0 (2021-03-10)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.12.0 (2021-02-02)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.11.0 (2020-09-30)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
23
|
+
|
24
|
+
1.10.0 (2020-09-15)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
28
|
+
|
29
|
+
1.9.0 (2020-08-25)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
33
|
+
|
34
|
+
1.8.0 (2020-08-19)
|
35
|
+
------------------
|
36
|
+
|
37
|
+
* Feature - Adding additional field in ListPermissions API response to return RAM resource share ARN if a resource were shared through AWS RAM service.
|
38
|
+
|
39
|
+
1.7.0 (2020-07-07)
|
40
|
+
------------------
|
41
|
+
|
42
|
+
* Feature - AWS Lake Formation supports sharing tables with other AWS accounts and organizations
|
43
|
+
|
44
|
+
1.6.0 (2020-06-23)
|
45
|
+
------------------
|
46
|
+
|
47
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
48
|
+
|
49
|
+
1.5.1 (2020-06-11)
|
50
|
+
------------------
|
51
|
+
|
52
|
+
* Issue - Republish previous version with correct dependency on `aws-sdk-core`.
|
53
|
+
|
54
|
+
1.5.0 (2020-06-10)
|
55
|
+
------------------
|
56
|
+
|
57
|
+
* Issue - This version has been yanked. (#2327).
|
58
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
59
|
+
|
60
|
+
1.4.0 (2020-05-28)
|
61
|
+
------------------
|
62
|
+
|
63
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
64
|
+
|
65
|
+
1.3.0 (2020-05-07)
|
66
|
+
------------------
|
67
|
+
|
68
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
69
|
+
|
70
|
+
1.2.0 (2020-03-09)
|
71
|
+
------------------
|
72
|
+
|
73
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
74
|
+
|
75
|
+
1.1.0 (2019-10-23)
|
76
|
+
------------------
|
77
|
+
|
78
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
79
|
+
|
80
|
+
1.0.0 (2019-08-08)
|
81
|
+
------------------
|
82
|
+
|
83
|
+
* Feature - Initial release of `aws-sdk-lakeformation`.
|
data/LICENSE.txt
ADDED
@@ -0,0 +1,202 @@
|
|
1
|
+
|
2
|
+
Apache License
|
3
|
+
Version 2.0, January 2004
|
4
|
+
http://www.apache.org/licenses/
|
5
|
+
|
6
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
7
|
+
|
8
|
+
1. Definitions.
|
9
|
+
|
10
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
11
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
12
|
+
|
13
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
14
|
+
the copyright owner that is granting the License.
|
15
|
+
|
16
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
17
|
+
other entities that control, are controlled by, or are under common
|
18
|
+
control with that entity. For the purposes of this definition,
|
19
|
+
"control" means (i) the power, direct or indirect, to cause the
|
20
|
+
direction or management of such entity, whether by contract or
|
21
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
22
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
23
|
+
|
24
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
25
|
+
exercising permissions granted by this License.
|
26
|
+
|
27
|
+
"Source" form shall mean the preferred form for making modifications,
|
28
|
+
including but not limited to software source code, documentation
|
29
|
+
source, and configuration files.
|
30
|
+
|
31
|
+
"Object" form shall mean any form resulting from mechanical
|
32
|
+
transformation or translation of a Source form, including but
|
33
|
+
not limited to compiled object code, generated documentation,
|
34
|
+
and conversions to other media types.
|
35
|
+
|
36
|
+
"Work" shall mean the work of authorship, whether in Source or
|
37
|
+
Object form, made available under the License, as indicated by a
|
38
|
+
copyright notice that is included in or attached to the work
|
39
|
+
(an example is provided in the Appendix below).
|
40
|
+
|
41
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
42
|
+
form, that is based on (or derived from) the Work and for which the
|
43
|
+
editorial revisions, annotations, elaborations, or other modifications
|
44
|
+
represent, as a whole, an original work of authorship. For the purposes
|
45
|
+
of this License, Derivative Works shall not include works that remain
|
46
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
47
|
+
the Work and Derivative Works thereof.
|
48
|
+
|
49
|
+
"Contribution" shall mean any work of authorship, including
|
50
|
+
the original version of the Work and any modifications or additions
|
51
|
+
to that Work or Derivative Works thereof, that is intentionally
|
52
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
53
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
54
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
55
|
+
means any form of electronic, verbal, or written communication sent
|
56
|
+
to the Licensor or its representatives, including but not limited to
|
57
|
+
communication on electronic mailing lists, source code control systems,
|
58
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
59
|
+
Licensor for the purpose of discussing and improving the Work, but
|
60
|
+
excluding communication that is conspicuously marked or otherwise
|
61
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
62
|
+
|
63
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
64
|
+
on behalf of whom a Contribution has been received by Licensor and
|
65
|
+
subsequently incorporated within the Work.
|
66
|
+
|
67
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
68
|
+
this License, each Contributor hereby grants to You a perpetual,
|
69
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
70
|
+
copyright license to reproduce, prepare Derivative Works of,
|
71
|
+
publicly display, publicly perform, sublicense, and distribute the
|
72
|
+
Work and such Derivative Works in Source or Object form.
|
73
|
+
|
74
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
75
|
+
this License, each Contributor hereby grants to You a perpetual,
|
76
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
77
|
+
(except as stated in this section) patent license to make, have made,
|
78
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
79
|
+
where such license applies only to those patent claims licensable
|
80
|
+
by such Contributor that are necessarily infringed by their
|
81
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
82
|
+
with the Work to which such Contribution(s) was submitted. If You
|
83
|
+
institute patent litigation against any entity (including a
|
84
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
85
|
+
or a Contribution incorporated within the Work constitutes direct
|
86
|
+
or contributory patent infringement, then any patent licenses
|
87
|
+
granted to You under this License for that Work shall terminate
|
88
|
+
as of the date such litigation is filed.
|
89
|
+
|
90
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
91
|
+
Work or Derivative Works thereof in any medium, with or without
|
92
|
+
modifications, and in Source or Object form, provided that You
|
93
|
+
meet the following conditions:
|
94
|
+
|
95
|
+
(a) You must give any other recipients of the Work or
|
96
|
+
Derivative Works a copy of this License; and
|
97
|
+
|
98
|
+
(b) You must cause any modified files to carry prominent notices
|
99
|
+
stating that You changed the files; and
|
100
|
+
|
101
|
+
(c) You must retain, in the Source form of any Derivative Works
|
102
|
+
that You distribute, all copyright, patent, trademark, and
|
103
|
+
attribution notices from the Source form of the Work,
|
104
|
+
excluding those notices that do not pertain to any part of
|
105
|
+
the Derivative Works; and
|
106
|
+
|
107
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
108
|
+
distribution, then any Derivative Works that You distribute must
|
109
|
+
include a readable copy of the attribution notices contained
|
110
|
+
within such NOTICE file, excluding those notices that do not
|
111
|
+
pertain to any part of the Derivative Works, in at least one
|
112
|
+
of the following places: within a NOTICE text file distributed
|
113
|
+
as part of the Derivative Works; within the Source form or
|
114
|
+
documentation, if provided along with the Derivative Works; or,
|
115
|
+
within a display generated by the Derivative Works, if and
|
116
|
+
wherever such third-party notices normally appear. The contents
|
117
|
+
of the NOTICE file are for informational purposes only and
|
118
|
+
do not modify the License. You may add Your own attribution
|
119
|
+
notices within Derivative Works that You distribute, alongside
|
120
|
+
or as an addendum to the NOTICE text from the Work, provided
|
121
|
+
that such additional attribution notices cannot be construed
|
122
|
+
as modifying the License.
|
123
|
+
|
124
|
+
You may add Your own copyright statement to Your modifications and
|
125
|
+
may provide additional or different license terms and conditions
|
126
|
+
for use, reproduction, or distribution of Your modifications, or
|
127
|
+
for any such Derivative Works as a whole, provided Your use,
|
128
|
+
reproduction, and distribution of the Work otherwise complies with
|
129
|
+
the conditions stated in this License.
|
130
|
+
|
131
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
132
|
+
any Contribution intentionally submitted for inclusion in the Work
|
133
|
+
by You to the Licensor shall be under the terms and conditions of
|
134
|
+
this License, without any additional terms or conditions.
|
135
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
136
|
+
the terms of any separate license agreement you may have executed
|
137
|
+
with Licensor regarding such Contributions.
|
138
|
+
|
139
|
+
6. Trademarks. This License does not grant permission to use the trade
|
140
|
+
names, trademarks, service marks, or product names of the Licensor,
|
141
|
+
except as required for reasonable and customary use in describing the
|
142
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
143
|
+
|
144
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
145
|
+
agreed to in writing, Licensor provides the Work (and each
|
146
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
147
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
148
|
+
implied, including, without limitation, any warranties or conditions
|
149
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
150
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
151
|
+
appropriateness of using or redistributing the Work and assume any
|
152
|
+
risks associated with Your exercise of permissions under this License.
|
153
|
+
|
154
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
155
|
+
whether in tort (including negligence), contract, or otherwise,
|
156
|
+
unless required by applicable law (such as deliberate and grossly
|
157
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
158
|
+
liable to You for damages, including any direct, indirect, special,
|
159
|
+
incidental, or consequential damages of any character arising as a
|
160
|
+
result of this License or out of the use or inability to use the
|
161
|
+
Work (including but not limited to damages for loss of goodwill,
|
162
|
+
work stoppage, computer failure or malfunction, or any and all
|
163
|
+
other commercial damages or losses), even if such Contributor
|
164
|
+
has been advised of the possibility of such damages.
|
165
|
+
|
166
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
167
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
168
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
169
|
+
or other liability obligations and/or rights consistent with this
|
170
|
+
License. However, in accepting such obligations, You may act only
|
171
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
172
|
+
of any other Contributor, and only if You agree to indemnify,
|
173
|
+
defend, and hold each Contributor harmless for any liability
|
174
|
+
incurred by, or claims asserted against, such Contributor by reason
|
175
|
+
of your accepting any such warranty or additional liability.
|
176
|
+
|
177
|
+
END OF TERMS AND CONDITIONS
|
178
|
+
|
179
|
+
APPENDIX: How to apply the Apache License to your work.
|
180
|
+
|
181
|
+
To apply the Apache License to your work, attach the following
|
182
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
183
|
+
replaced with your own identifying information. (Don't include
|
184
|
+
the brackets!) The text should be enclosed in the appropriate
|
185
|
+
comment syntax for the file format. We also recommend that a
|
186
|
+
file or class name and description of purpose be included on the
|
187
|
+
same "printed page" as the copyright notice for easier
|
188
|
+
identification within third-party archives.
|
189
|
+
|
190
|
+
Copyright [yyyy] [name of copyright owner]
|
191
|
+
|
192
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
193
|
+
you may not use this file except in compliance with the License.
|
194
|
+
You may obtain a copy of the License at
|
195
|
+
|
196
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
197
|
+
|
198
|
+
Unless required by applicable law or agreed to in writing, software
|
199
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
200
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
201
|
+
See the License for the specific language governing permissions and
|
202
|
+
limitations under the License.
|
data/VERSION
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
1.14.0
|
@@ -3,10 +3,11 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
10
|
+
|
10
11
|
require 'aws-sdk-core'
|
11
12
|
require 'aws-sigv4'
|
12
13
|
|
@@ -27,7 +28,7 @@ require_relative 'aws-sdk-lakeformation/customizations'
|
|
27
28
|
# structure.
|
28
29
|
#
|
29
30
|
# lake_formation = Aws::LakeFormation::Client.new
|
30
|
-
# resp = lake_formation.
|
31
|
+
# resp = lake_formation.add_lf_tags_to_resource(params)
|
31
32
|
#
|
32
33
|
# See {Client} for more information.
|
33
34
|
#
|
@@ -47,6 +48,6 @@ require_relative 'aws-sdk-lakeformation/customizations'
|
|
47
48
|
# @!group service
|
48
49
|
module Aws::LakeFormation
|
49
50
|
|
50
|
-
GEM_VERSION = '1.
|
51
|
+
GEM_VERSION = '1.14.0'
|
51
52
|
|
52
53
|
end
|
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -337,6 +337,99 @@ module Aws::LakeFormation
|
|
337
337
|
|
338
338
|
# @!group API Operations
|
339
339
|
|
340
|
+
# Attaches one or more tags to an existing resource.
|
341
|
+
#
|
342
|
+
# @option params [String] :catalog_id
|
343
|
+
# The identifier for the Data Catalog. By default, the account ID. The
|
344
|
+
# Data Catalog is the persistent metadata store. It contains database
|
345
|
+
# definitions, table definitions, and other control information to
|
346
|
+
# manage your AWS Lake Formation environment.
|
347
|
+
#
|
348
|
+
# @option params [required, Types::Resource] :resource
|
349
|
+
# The resource to which to attach a tag.
|
350
|
+
#
|
351
|
+
# @option params [required, Array<Types::LFTagPair>] :lf_tags
|
352
|
+
# The tags to attach to the resource.
|
353
|
+
#
|
354
|
+
# @return [Types::AddLFTagsToResourceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
355
|
+
#
|
356
|
+
# * {Types::AddLFTagsToResourceResponse#failures #failures} => Array<Types::LFTagError>
|
357
|
+
#
|
358
|
+
# @example Request syntax with placeholder values
|
359
|
+
#
|
360
|
+
# resp = client.add_lf_tags_to_resource({
|
361
|
+
# catalog_id: "CatalogIdString",
|
362
|
+
# resource: { # required
|
363
|
+
# catalog: {
|
364
|
+
# },
|
365
|
+
# database: {
|
366
|
+
# catalog_id: "CatalogIdString",
|
367
|
+
# name: "NameString", # required
|
368
|
+
# },
|
369
|
+
# table: {
|
370
|
+
# catalog_id: "CatalogIdString",
|
371
|
+
# database_name: "NameString", # required
|
372
|
+
# name: "NameString",
|
373
|
+
# table_wildcard: {
|
374
|
+
# },
|
375
|
+
# },
|
376
|
+
# table_with_columns: {
|
377
|
+
# catalog_id: "CatalogIdString",
|
378
|
+
# database_name: "NameString", # required
|
379
|
+
# name: "NameString", # required
|
380
|
+
# column_names: ["NameString"],
|
381
|
+
# column_wildcard: {
|
382
|
+
# excluded_column_names: ["NameString"],
|
383
|
+
# },
|
384
|
+
# },
|
385
|
+
# data_location: {
|
386
|
+
# catalog_id: "CatalogIdString",
|
387
|
+
# resource_arn: "ResourceArnString", # required
|
388
|
+
# },
|
389
|
+
# lf_tag: {
|
390
|
+
# catalog_id: "CatalogIdString",
|
391
|
+
# tag_key: "NameString", # required
|
392
|
+
# tag_values: ["LFTagValue"], # required
|
393
|
+
# },
|
394
|
+
# lf_tag_policy: {
|
395
|
+
# catalog_id: "CatalogIdString",
|
396
|
+
# resource_type: "DATABASE", # required, accepts DATABASE, TABLE
|
397
|
+
# expression: [ # required
|
398
|
+
# {
|
399
|
+
# tag_key: "LFTagKey", # required
|
400
|
+
# tag_values: ["LFTagValue"], # required
|
401
|
+
# },
|
402
|
+
# ],
|
403
|
+
# },
|
404
|
+
# },
|
405
|
+
# lf_tags: [ # required
|
406
|
+
# {
|
407
|
+
# catalog_id: "CatalogIdString",
|
408
|
+
# tag_key: "LFTagKey", # required
|
409
|
+
# tag_values: ["LFTagValue"], # required
|
410
|
+
# },
|
411
|
+
# ],
|
412
|
+
# })
|
413
|
+
#
|
414
|
+
# @example Response structure
|
415
|
+
#
|
416
|
+
# resp.failures #=> Array
|
417
|
+
# resp.failures[0].lf_tag.catalog_id #=> String
|
418
|
+
# resp.failures[0].lf_tag.tag_key #=> String
|
419
|
+
# resp.failures[0].lf_tag.tag_values #=> Array
|
420
|
+
# resp.failures[0].lf_tag.tag_values[0] #=> String
|
421
|
+
# resp.failures[0].error.error_code #=> String
|
422
|
+
# resp.failures[0].error.error_message #=> String
|
423
|
+
#
|
424
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/lakeformation-2017-03-31/AddLFTagsToResource AWS API Documentation
|
425
|
+
#
|
426
|
+
# @overload add_lf_tags_to_resource(params = {})
|
427
|
+
# @param [Hash] params ({})
|
428
|
+
def add_lf_tags_to_resource(params = {}, options = {})
|
429
|
+
req = build_request(:add_lf_tags_to_resource, params)
|
430
|
+
req.send_request(options)
|
431
|
+
end
|
432
|
+
|
340
433
|
# Batch operation to grant permissions to the principal.
|
341
434
|
#
|
342
435
|
# @option params [String] :catalog_id
|
@@ -390,9 +483,24 @@ module Aws::LakeFormation
|
|
390
483
|
# catalog_id: "CatalogIdString",
|
391
484
|
# resource_arn: "ResourceArnString", # required
|
392
485
|
# },
|
486
|
+
# lf_tag: {
|
487
|
+
# catalog_id: "CatalogIdString",
|
488
|
+
# tag_key: "NameString", # required
|
489
|
+
# tag_values: ["LFTagValue"], # required
|
490
|
+
# },
|
491
|
+
# lf_tag_policy: {
|
492
|
+
# catalog_id: "CatalogIdString",
|
493
|
+
# resource_type: "DATABASE", # required, accepts DATABASE, TABLE
|
494
|
+
# expression: [ # required
|
495
|
+
# {
|
496
|
+
# tag_key: "LFTagKey", # required
|
497
|
+
# tag_values: ["LFTagValue"], # required
|
498
|
+
# },
|
499
|
+
# ],
|
500
|
+
# },
|
393
501
|
# },
|
394
|
-
# permissions: ["ALL"], # accepts ALL, SELECT, ALTER, DROP, DELETE, INSERT, DESCRIBE, CREATE_DATABASE, CREATE_TABLE, DATA_LOCATION_ACCESS
|
395
|
-
# permissions_with_grant_option: ["ALL"], # accepts ALL, SELECT, ALTER, DROP, DELETE, INSERT, DESCRIBE, CREATE_DATABASE, CREATE_TABLE, DATA_LOCATION_ACCESS
|
502
|
+
# permissions: ["ALL"], # accepts ALL, SELECT, ALTER, DROP, DELETE, INSERT, DESCRIBE, CREATE_DATABASE, CREATE_TABLE, DATA_LOCATION_ACCESS, CREATE_TAG, ALTER_TAG, DELETE_TAG, DESCRIBE_TAG, ASSOCIATE_TAG
|
503
|
+
# permissions_with_grant_option: ["ALL"], # accepts ALL, SELECT, ALTER, DROP, DELETE, INSERT, DESCRIBE, CREATE_DATABASE, CREATE_TABLE, DATA_LOCATION_ACCESS, CREATE_TAG, ALTER_TAG, DELETE_TAG, DESCRIBE_TAG, ASSOCIATE_TAG
|
396
504
|
# },
|
397
505
|
# ],
|
398
506
|
# })
|
@@ -416,10 +524,20 @@ module Aws::LakeFormation
|
|
416
524
|
# resp.failures[0].request_entry.resource.table_with_columns.column_wildcard.excluded_column_names[0] #=> String
|
417
525
|
# resp.failures[0].request_entry.resource.data_location.catalog_id #=> String
|
418
526
|
# resp.failures[0].request_entry.resource.data_location.resource_arn #=> String
|
527
|
+
# resp.failures[0].request_entry.resource.lf_tag.catalog_id #=> String
|
528
|
+
# resp.failures[0].request_entry.resource.lf_tag.tag_key #=> String
|
529
|
+
# resp.failures[0].request_entry.resource.lf_tag.tag_values #=> Array
|
530
|
+
# resp.failures[0].request_entry.resource.lf_tag.tag_values[0] #=> String
|
531
|
+
# resp.failures[0].request_entry.resource.lf_tag_policy.catalog_id #=> String
|
532
|
+
# resp.failures[0].request_entry.resource.lf_tag_policy.resource_type #=> String, one of "DATABASE", "TABLE"
|
533
|
+
# resp.failures[0].request_entry.resource.lf_tag_policy.expression #=> Array
|
534
|
+
# resp.failures[0].request_entry.resource.lf_tag_policy.expression[0].tag_key #=> String
|
535
|
+
# resp.failures[0].request_entry.resource.lf_tag_policy.expression[0].tag_values #=> Array
|
536
|
+
# resp.failures[0].request_entry.resource.lf_tag_policy.expression[0].tag_values[0] #=> String
|
419
537
|
# resp.failures[0].request_entry.permissions #=> Array
|
420
|
-
# resp.failures[0].request_entry.permissions[0] #=> String, one of "ALL", "SELECT", "ALTER", "DROP", "DELETE", "INSERT", "DESCRIBE", "CREATE_DATABASE", "CREATE_TABLE", "DATA_LOCATION_ACCESS"
|
538
|
+
# resp.failures[0].request_entry.permissions[0] #=> String, one of "ALL", "SELECT", "ALTER", "DROP", "DELETE", "INSERT", "DESCRIBE", "CREATE_DATABASE", "CREATE_TABLE", "DATA_LOCATION_ACCESS", "CREATE_TAG", "ALTER_TAG", "DELETE_TAG", "DESCRIBE_TAG", "ASSOCIATE_TAG"
|
421
539
|
# resp.failures[0].request_entry.permissions_with_grant_option #=> Array
|
422
|
-
# resp.failures[0].request_entry.permissions_with_grant_option[0] #=> String, one of "ALL", "SELECT", "ALTER", "DROP", "DELETE", "INSERT", "DESCRIBE", "CREATE_DATABASE", "CREATE_TABLE", "DATA_LOCATION_ACCESS"
|
540
|
+
# resp.failures[0].request_entry.permissions_with_grant_option[0] #=> String, one of "ALL", "SELECT", "ALTER", "DROP", "DELETE", "INSERT", "DESCRIBE", "CREATE_DATABASE", "CREATE_TABLE", "DATA_LOCATION_ACCESS", "CREATE_TAG", "ALTER_TAG", "DELETE_TAG", "DESCRIBE_TAG", "ASSOCIATE_TAG"
|
423
541
|
# resp.failures[0].error.error_code #=> String
|
424
542
|
# resp.failures[0].error.error_message #=> String
|
425
543
|
#
|
@@ -485,9 +603,24 @@ module Aws::LakeFormation
|
|
485
603
|
# catalog_id: "CatalogIdString",
|
486
604
|
# resource_arn: "ResourceArnString", # required
|
487
605
|
# },
|
606
|
+
# lf_tag: {
|
607
|
+
# catalog_id: "CatalogIdString",
|
608
|
+
# tag_key: "NameString", # required
|
609
|
+
# tag_values: ["LFTagValue"], # required
|
610
|
+
# },
|
611
|
+
# lf_tag_policy: {
|
612
|
+
# catalog_id: "CatalogIdString",
|
613
|
+
# resource_type: "DATABASE", # required, accepts DATABASE, TABLE
|
614
|
+
# expression: [ # required
|
615
|
+
# {
|
616
|
+
# tag_key: "LFTagKey", # required
|
617
|
+
# tag_values: ["LFTagValue"], # required
|
618
|
+
# },
|
619
|
+
# ],
|
620
|
+
# },
|
488
621
|
# },
|
489
|
-
# permissions: ["ALL"], # accepts ALL, SELECT, ALTER, DROP, DELETE, INSERT, DESCRIBE, CREATE_DATABASE, CREATE_TABLE, DATA_LOCATION_ACCESS
|
490
|
-
# permissions_with_grant_option: ["ALL"], # accepts ALL, SELECT, ALTER, DROP, DELETE, INSERT, DESCRIBE, CREATE_DATABASE, CREATE_TABLE, DATA_LOCATION_ACCESS
|
622
|
+
# permissions: ["ALL"], # accepts ALL, SELECT, ALTER, DROP, DELETE, INSERT, DESCRIBE, CREATE_DATABASE, CREATE_TABLE, DATA_LOCATION_ACCESS, CREATE_TAG, ALTER_TAG, DELETE_TAG, DESCRIBE_TAG, ASSOCIATE_TAG
|
623
|
+
# permissions_with_grant_option: ["ALL"], # accepts ALL, SELECT, ALTER, DROP, DELETE, INSERT, DESCRIBE, CREATE_DATABASE, CREATE_TABLE, DATA_LOCATION_ACCESS, CREATE_TAG, ALTER_TAG, DELETE_TAG, DESCRIBE_TAG, ASSOCIATE_TAG
|
491
624
|
# },
|
492
625
|
# ],
|
493
626
|
# })
|
@@ -511,10 +644,20 @@ module Aws::LakeFormation
|
|
511
644
|
# resp.failures[0].request_entry.resource.table_with_columns.column_wildcard.excluded_column_names[0] #=> String
|
512
645
|
# resp.failures[0].request_entry.resource.data_location.catalog_id #=> String
|
513
646
|
# resp.failures[0].request_entry.resource.data_location.resource_arn #=> String
|
647
|
+
# resp.failures[0].request_entry.resource.lf_tag.catalog_id #=> String
|
648
|
+
# resp.failures[0].request_entry.resource.lf_tag.tag_key #=> String
|
649
|
+
# resp.failures[0].request_entry.resource.lf_tag.tag_values #=> Array
|
650
|
+
# resp.failures[0].request_entry.resource.lf_tag.tag_values[0] #=> String
|
651
|
+
# resp.failures[0].request_entry.resource.lf_tag_policy.catalog_id #=> String
|
652
|
+
# resp.failures[0].request_entry.resource.lf_tag_policy.resource_type #=> String, one of "DATABASE", "TABLE"
|
653
|
+
# resp.failures[0].request_entry.resource.lf_tag_policy.expression #=> Array
|
654
|
+
# resp.failures[0].request_entry.resource.lf_tag_policy.expression[0].tag_key #=> String
|
655
|
+
# resp.failures[0].request_entry.resource.lf_tag_policy.expression[0].tag_values #=> Array
|
656
|
+
# resp.failures[0].request_entry.resource.lf_tag_policy.expression[0].tag_values[0] #=> String
|
514
657
|
# resp.failures[0].request_entry.permissions #=> Array
|
515
|
-
# resp.failures[0].request_entry.permissions[0] #=> String, one of "ALL", "SELECT", "ALTER", "DROP", "DELETE", "INSERT", "DESCRIBE", "CREATE_DATABASE", "CREATE_TABLE", "DATA_LOCATION_ACCESS"
|
658
|
+
# resp.failures[0].request_entry.permissions[0] #=> String, one of "ALL", "SELECT", "ALTER", "DROP", "DELETE", "INSERT", "DESCRIBE", "CREATE_DATABASE", "CREATE_TABLE", "DATA_LOCATION_ACCESS", "CREATE_TAG", "ALTER_TAG", "DELETE_TAG", "DESCRIBE_TAG", "ASSOCIATE_TAG"
|
516
659
|
# resp.failures[0].request_entry.permissions_with_grant_option #=> Array
|
517
|
-
# resp.failures[0].request_entry.permissions_with_grant_option[0] #=> String, one of "ALL", "SELECT", "ALTER", "DROP", "DELETE", "INSERT", "DESCRIBE", "CREATE_DATABASE", "CREATE_TABLE", "DATA_LOCATION_ACCESS"
|
660
|
+
# resp.failures[0].request_entry.permissions_with_grant_option[0] #=> String, one of "ALL", "SELECT", "ALTER", "DROP", "DELETE", "INSERT", "DESCRIBE", "CREATE_DATABASE", "CREATE_TABLE", "DATA_LOCATION_ACCESS", "CREATE_TAG", "ALTER_TAG", "DELETE_TAG", "DESCRIBE_TAG", "ASSOCIATE_TAG"
|
518
661
|
# resp.failures[0].error.error_code #=> String
|
519
662
|
# resp.failures[0].error.error_message #=> String
|
520
663
|
#
|
@@ -527,6 +670,74 @@ module Aws::LakeFormation
|
|
527
670
|
req.send_request(options)
|
528
671
|
end
|
529
672
|
|
673
|
+
# Creates a tag with the specified name and values.
|
674
|
+
#
|
675
|
+
# @option params [String] :catalog_id
|
676
|
+
# The identifier for the Data Catalog. By default, the account ID. The
|
677
|
+
# Data Catalog is the persistent metadata store. It contains database
|
678
|
+
# definitions, table definitions, and other control information to
|
679
|
+
# manage your AWS Lake Formation environment.
|
680
|
+
#
|
681
|
+
# @option params [required, String] :tag_key
|
682
|
+
# The key-name for the tag.
|
683
|
+
#
|
684
|
+
# @option params [required, Array<String>] :tag_values
|
685
|
+
# A list of possible values an attribute can take.
|
686
|
+
#
|
687
|
+
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
688
|
+
#
|
689
|
+
# @example Request syntax with placeholder values
|
690
|
+
#
|
691
|
+
# resp = client.create_lf_tag({
|
692
|
+
# catalog_id: "CatalogIdString",
|
693
|
+
# tag_key: "LFTagKey", # required
|
694
|
+
# tag_values: ["LFTagValue"], # required
|
695
|
+
# })
|
696
|
+
#
|
697
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/lakeformation-2017-03-31/CreateLFTag AWS API Documentation
|
698
|
+
#
|
699
|
+
# @overload create_lf_tag(params = {})
|
700
|
+
# @param [Hash] params ({})
|
701
|
+
def create_lf_tag(params = {}, options = {})
|
702
|
+
req = build_request(:create_lf_tag, params)
|
703
|
+
req.send_request(options)
|
704
|
+
end
|
705
|
+
|
706
|
+
# Deletes the specified tag key name. If the attribute key does not
|
707
|
+
# exist or the tag does not exist, then the operation will not do
|
708
|
+
# anything. If the attribute key exists, then the operation checks if
|
709
|
+
# any resources are tagged with this attribute key, if yes, the API
|
710
|
+
# throws a 400 Exception with the message "Delete not allowed" as the
|
711
|
+
# tag key is still attached with resources. You can consider untagging
|
712
|
+
# resources with this tag key.
|
713
|
+
#
|
714
|
+
# @option params [String] :catalog_id
|
715
|
+
# The identifier for the Data Catalog. By default, the account ID. The
|
716
|
+
# Data Catalog is the persistent metadata store. It contains database
|
717
|
+
# definitions, table definitions, and other control information to
|
718
|
+
# manage your AWS Lake Formation environment.
|
719
|
+
#
|
720
|
+
# @option params [required, String] :tag_key
|
721
|
+
# The key-name for the tag to delete.
|
722
|
+
#
|
723
|
+
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
724
|
+
#
|
725
|
+
# @example Request syntax with placeholder values
|
726
|
+
#
|
727
|
+
# resp = client.delete_lf_tag({
|
728
|
+
# catalog_id: "CatalogIdString",
|
729
|
+
# tag_key: "LFTagKey", # required
|
730
|
+
# })
|
731
|
+
#
|
732
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/lakeformation-2017-03-31/DeleteLFTag AWS API Documentation
|
733
|
+
#
|
734
|
+
# @overload delete_lf_tag(params = {})
|
735
|
+
# @param [Hash] params ({})
|
736
|
+
def delete_lf_tag(params = {}, options = {})
|
737
|
+
req = build_request(:delete_lf_tag, params)
|
738
|
+
req.send_request(options)
|
739
|
+
end
|
740
|
+
|
530
741
|
# Deregisters the resource as managed by the Data Catalog.
|
531
742
|
#
|
532
743
|
# When you deregister a path, Lake Formation removes the path from the
|
@@ -610,11 +821,11 @@ module Aws::LakeFormation
|
|
610
821
|
# resp.data_lake_settings.create_database_default_permissions #=> Array
|
611
822
|
# resp.data_lake_settings.create_database_default_permissions[0].principal.data_lake_principal_identifier #=> String
|
612
823
|
# resp.data_lake_settings.create_database_default_permissions[0].permissions #=> Array
|
613
|
-
# resp.data_lake_settings.create_database_default_permissions[0].permissions[0] #=> String, one of "ALL", "SELECT", "ALTER", "DROP", "DELETE", "INSERT", "DESCRIBE", "CREATE_DATABASE", "CREATE_TABLE", "DATA_LOCATION_ACCESS"
|
824
|
+
# resp.data_lake_settings.create_database_default_permissions[0].permissions[0] #=> String, one of "ALL", "SELECT", "ALTER", "DROP", "DELETE", "INSERT", "DESCRIBE", "CREATE_DATABASE", "CREATE_TABLE", "DATA_LOCATION_ACCESS", "CREATE_TAG", "ALTER_TAG", "DELETE_TAG", "DESCRIBE_TAG", "ASSOCIATE_TAG"
|
614
825
|
# resp.data_lake_settings.create_table_default_permissions #=> Array
|
615
826
|
# resp.data_lake_settings.create_table_default_permissions[0].principal.data_lake_principal_identifier #=> String
|
616
827
|
# resp.data_lake_settings.create_table_default_permissions[0].permissions #=> Array
|
617
|
-
# resp.data_lake_settings.create_table_default_permissions[0].permissions[0] #=> String, one of "ALL", "SELECT", "ALTER", "DROP", "DELETE", "INSERT", "DESCRIBE", "CREATE_DATABASE", "CREATE_TABLE", "DATA_LOCATION_ACCESS"
|
828
|
+
# resp.data_lake_settings.create_table_default_permissions[0].permissions[0] #=> String, one of "ALL", "SELECT", "ALTER", "DROP", "DELETE", "INSERT", "DESCRIBE", "CREATE_DATABASE", "CREATE_TABLE", "DATA_LOCATION_ACCESS", "CREATE_TAG", "ALTER_TAG", "DELETE_TAG", "DESCRIBE_TAG", "ASSOCIATE_TAG"
|
618
829
|
# resp.data_lake_settings.trusted_resource_owners #=> Array
|
619
830
|
# resp.data_lake_settings.trusted_resource_owners[0] #=> String
|
620
831
|
#
|
@@ -683,10 +894,20 @@ module Aws::LakeFormation
|
|
683
894
|
# resp.permissions[0].resource.table_with_columns.column_wildcard.excluded_column_names[0] #=> String
|
684
895
|
# resp.permissions[0].resource.data_location.catalog_id #=> String
|
685
896
|
# resp.permissions[0].resource.data_location.resource_arn #=> String
|
897
|
+
# resp.permissions[0].resource.lf_tag.catalog_id #=> String
|
898
|
+
# resp.permissions[0].resource.lf_tag.tag_key #=> String
|
899
|
+
# resp.permissions[0].resource.lf_tag.tag_values #=> Array
|
900
|
+
# resp.permissions[0].resource.lf_tag.tag_values[0] #=> String
|
901
|
+
# resp.permissions[0].resource.lf_tag_policy.catalog_id #=> String
|
902
|
+
# resp.permissions[0].resource.lf_tag_policy.resource_type #=> String, one of "DATABASE", "TABLE"
|
903
|
+
# resp.permissions[0].resource.lf_tag_policy.expression #=> Array
|
904
|
+
# resp.permissions[0].resource.lf_tag_policy.expression[0].tag_key #=> String
|
905
|
+
# resp.permissions[0].resource.lf_tag_policy.expression[0].tag_values #=> Array
|
906
|
+
# resp.permissions[0].resource.lf_tag_policy.expression[0].tag_values[0] #=> String
|
686
907
|
# resp.permissions[0].permissions #=> Array
|
687
|
-
# resp.permissions[0].permissions[0] #=> String, one of "ALL", "SELECT", "ALTER", "DROP", "DELETE", "INSERT", "DESCRIBE", "CREATE_DATABASE", "CREATE_TABLE", "DATA_LOCATION_ACCESS"
|
908
|
+
# resp.permissions[0].permissions[0] #=> String, one of "ALL", "SELECT", "ALTER", "DROP", "DELETE", "INSERT", "DESCRIBE", "CREATE_DATABASE", "CREATE_TABLE", "DATA_LOCATION_ACCESS", "CREATE_TAG", "ALTER_TAG", "DELETE_TAG", "DESCRIBE_TAG", "ASSOCIATE_TAG"
|
688
909
|
# resp.permissions[0].permissions_with_grant_option #=> Array
|
689
|
-
# resp.permissions[0].permissions_with_grant_option[0] #=> String, one of "ALL", "SELECT", "ALTER", "DROP", "DELETE", "INSERT", "DESCRIBE", "CREATE_DATABASE", "CREATE_TABLE", "DATA_LOCATION_ACCESS"
|
910
|
+
# resp.permissions[0].permissions_with_grant_option[0] #=> String, one of "ALL", "SELECT", "ALTER", "DROP", "DELETE", "INSERT", "DESCRIBE", "CREATE_DATABASE", "CREATE_TABLE", "DATA_LOCATION_ACCESS", "CREATE_TAG", "ALTER_TAG", "DELETE_TAG", "DESCRIBE_TAG", "ASSOCIATE_TAG"
|
690
911
|
# resp.permissions[0].additional_details.resource_share #=> Array
|
691
912
|
# resp.permissions[0].additional_details.resource_share[0] #=> String
|
692
913
|
# resp.next_token #=> String
|
@@ -700,6 +921,145 @@ module Aws::LakeFormation
|
|
700
921
|
req.send_request(options)
|
701
922
|
end
|
702
923
|
|
924
|
+
# Returns a tag definition.
|
925
|
+
#
|
926
|
+
# @option params [String] :catalog_id
|
927
|
+
# The identifier for the Data Catalog. By default, the account ID. The
|
928
|
+
# Data Catalog is the persistent metadata store. It contains database
|
929
|
+
# definitions, table definitions, and other control information to
|
930
|
+
# manage your AWS Lake Formation environment.
|
931
|
+
#
|
932
|
+
# @option params [required, String] :tag_key
|
933
|
+
# The key-name for the tag.
|
934
|
+
#
|
935
|
+
# @return [Types::GetLFTagResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
936
|
+
#
|
937
|
+
# * {Types::GetLFTagResponse#catalog_id #catalog_id} => String
|
938
|
+
# * {Types::GetLFTagResponse#tag_key #tag_key} => String
|
939
|
+
# * {Types::GetLFTagResponse#tag_values #tag_values} => Array<String>
|
940
|
+
#
|
941
|
+
# @example Request syntax with placeholder values
|
942
|
+
#
|
943
|
+
# resp = client.get_lf_tag({
|
944
|
+
# catalog_id: "CatalogIdString",
|
945
|
+
# tag_key: "LFTagKey", # required
|
946
|
+
# })
|
947
|
+
#
|
948
|
+
# @example Response structure
|
949
|
+
#
|
950
|
+
# resp.catalog_id #=> String
|
951
|
+
# resp.tag_key #=> String
|
952
|
+
# resp.tag_values #=> Array
|
953
|
+
# resp.tag_values[0] #=> String
|
954
|
+
#
|
955
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/lakeformation-2017-03-31/GetLFTag AWS API Documentation
|
956
|
+
#
|
957
|
+
# @overload get_lf_tag(params = {})
|
958
|
+
# @param [Hash] params ({})
|
959
|
+
def get_lf_tag(params = {}, options = {})
|
960
|
+
req = build_request(:get_lf_tag, params)
|
961
|
+
req.send_request(options)
|
962
|
+
end
|
963
|
+
|
964
|
+
# Returns the tags applied to a resource.
|
965
|
+
#
|
966
|
+
# @option params [String] :catalog_id
|
967
|
+
# The identifier for the Data Catalog. By default, the account ID. The
|
968
|
+
# Data Catalog is the persistent metadata store. It contains database
|
969
|
+
# definitions, table definitions, and other control information to
|
970
|
+
# manage your AWS Lake Formation environment.
|
971
|
+
#
|
972
|
+
# @option params [required, Types::Resource] :resource
|
973
|
+
# The resource for which you want to return tags.
|
974
|
+
#
|
975
|
+
# @option params [Boolean] :show_assigned_lf_tags
|
976
|
+
# Indicates whether to show the assigned tags.
|
977
|
+
#
|
978
|
+
# @return [Types::GetResourceLFTagsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
979
|
+
#
|
980
|
+
# * {Types::GetResourceLFTagsResponse#lf_tag_on_database #lf_tag_on_database} => Array<Types::LFTagPair>
|
981
|
+
# * {Types::GetResourceLFTagsResponse#lf_tags_on_table #lf_tags_on_table} => Array<Types::LFTagPair>
|
982
|
+
# * {Types::GetResourceLFTagsResponse#lf_tags_on_columns #lf_tags_on_columns} => Array<Types::ColumnLFTag>
|
983
|
+
#
|
984
|
+
# @example Request syntax with placeholder values
|
985
|
+
#
|
986
|
+
# resp = client.get_resource_lf_tags({
|
987
|
+
# catalog_id: "CatalogIdString",
|
988
|
+
# resource: { # required
|
989
|
+
# catalog: {
|
990
|
+
# },
|
991
|
+
# database: {
|
992
|
+
# catalog_id: "CatalogIdString",
|
993
|
+
# name: "NameString", # required
|
994
|
+
# },
|
995
|
+
# table: {
|
996
|
+
# catalog_id: "CatalogIdString",
|
997
|
+
# database_name: "NameString", # required
|
998
|
+
# name: "NameString",
|
999
|
+
# table_wildcard: {
|
1000
|
+
# },
|
1001
|
+
# },
|
1002
|
+
# table_with_columns: {
|
1003
|
+
# catalog_id: "CatalogIdString",
|
1004
|
+
# database_name: "NameString", # required
|
1005
|
+
# name: "NameString", # required
|
1006
|
+
# column_names: ["NameString"],
|
1007
|
+
# column_wildcard: {
|
1008
|
+
# excluded_column_names: ["NameString"],
|
1009
|
+
# },
|
1010
|
+
# },
|
1011
|
+
# data_location: {
|
1012
|
+
# catalog_id: "CatalogIdString",
|
1013
|
+
# resource_arn: "ResourceArnString", # required
|
1014
|
+
# },
|
1015
|
+
# lf_tag: {
|
1016
|
+
# catalog_id: "CatalogIdString",
|
1017
|
+
# tag_key: "NameString", # required
|
1018
|
+
# tag_values: ["LFTagValue"], # required
|
1019
|
+
# },
|
1020
|
+
# lf_tag_policy: {
|
1021
|
+
# catalog_id: "CatalogIdString",
|
1022
|
+
# resource_type: "DATABASE", # required, accepts DATABASE, TABLE
|
1023
|
+
# expression: [ # required
|
1024
|
+
# {
|
1025
|
+
# tag_key: "LFTagKey", # required
|
1026
|
+
# tag_values: ["LFTagValue"], # required
|
1027
|
+
# },
|
1028
|
+
# ],
|
1029
|
+
# },
|
1030
|
+
# },
|
1031
|
+
# show_assigned_lf_tags: false,
|
1032
|
+
# })
|
1033
|
+
#
|
1034
|
+
# @example Response structure
|
1035
|
+
#
|
1036
|
+
# resp.lf_tag_on_database #=> Array
|
1037
|
+
# resp.lf_tag_on_database[0].catalog_id #=> String
|
1038
|
+
# resp.lf_tag_on_database[0].tag_key #=> String
|
1039
|
+
# resp.lf_tag_on_database[0].tag_values #=> Array
|
1040
|
+
# resp.lf_tag_on_database[0].tag_values[0] #=> String
|
1041
|
+
# resp.lf_tags_on_table #=> Array
|
1042
|
+
# resp.lf_tags_on_table[0].catalog_id #=> String
|
1043
|
+
# resp.lf_tags_on_table[0].tag_key #=> String
|
1044
|
+
# resp.lf_tags_on_table[0].tag_values #=> Array
|
1045
|
+
# resp.lf_tags_on_table[0].tag_values[0] #=> String
|
1046
|
+
# resp.lf_tags_on_columns #=> Array
|
1047
|
+
# resp.lf_tags_on_columns[0].name #=> String
|
1048
|
+
# resp.lf_tags_on_columns[0].lf_tags #=> Array
|
1049
|
+
# resp.lf_tags_on_columns[0].lf_tags[0].catalog_id #=> String
|
1050
|
+
# resp.lf_tags_on_columns[0].lf_tags[0].tag_key #=> String
|
1051
|
+
# resp.lf_tags_on_columns[0].lf_tags[0].tag_values #=> Array
|
1052
|
+
# resp.lf_tags_on_columns[0].lf_tags[0].tag_values[0] #=> String
|
1053
|
+
#
|
1054
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/lakeformation-2017-03-31/GetResourceLFTags AWS API Documentation
|
1055
|
+
#
|
1056
|
+
# @overload get_resource_lf_tags(params = {})
|
1057
|
+
# @param [Hash] params ({})
|
1058
|
+
def get_resource_lf_tags(params = {}, options = {})
|
1059
|
+
req = build_request(:get_resource_lf_tags, params)
|
1060
|
+
req.send_request(options)
|
1061
|
+
end
|
1062
|
+
|
703
1063
|
# Grants permissions to the principal to access metadata in the Data
|
704
1064
|
# Catalog and data organized in underlying data storage such as Amazon
|
705
1065
|
# S3.
|
@@ -778,9 +1138,24 @@ module Aws::LakeFormation
|
|
778
1138
|
# catalog_id: "CatalogIdString",
|
779
1139
|
# resource_arn: "ResourceArnString", # required
|
780
1140
|
# },
|
1141
|
+
# lf_tag: {
|
1142
|
+
# catalog_id: "CatalogIdString",
|
1143
|
+
# tag_key: "NameString", # required
|
1144
|
+
# tag_values: ["LFTagValue"], # required
|
1145
|
+
# },
|
1146
|
+
# lf_tag_policy: {
|
1147
|
+
# catalog_id: "CatalogIdString",
|
1148
|
+
# resource_type: "DATABASE", # required, accepts DATABASE, TABLE
|
1149
|
+
# expression: [ # required
|
1150
|
+
# {
|
1151
|
+
# tag_key: "LFTagKey", # required
|
1152
|
+
# tag_values: ["LFTagValue"], # required
|
1153
|
+
# },
|
1154
|
+
# ],
|
1155
|
+
# },
|
781
1156
|
# },
|
782
|
-
# permissions: ["ALL"], # required, accepts ALL, SELECT, ALTER, DROP, DELETE, INSERT, DESCRIBE, CREATE_DATABASE, CREATE_TABLE, DATA_LOCATION_ACCESS
|
783
|
-
# permissions_with_grant_option: ["ALL"], # accepts ALL, SELECT, ALTER, DROP, DELETE, INSERT, DESCRIBE, CREATE_DATABASE, CREATE_TABLE, DATA_LOCATION_ACCESS
|
1157
|
+
# permissions: ["ALL"], # required, accepts ALL, SELECT, ALTER, DROP, DELETE, INSERT, DESCRIBE, CREATE_DATABASE, CREATE_TABLE, DATA_LOCATION_ACCESS, CREATE_TAG, ALTER_TAG, DELETE_TAG, DESCRIBE_TAG, ASSOCIATE_TAG
|
1158
|
+
# permissions_with_grant_option: ["ALL"], # accepts ALL, SELECT, ALTER, DROP, DELETE, INSERT, DESCRIBE, CREATE_DATABASE, CREATE_TABLE, DATA_LOCATION_ACCESS, CREATE_TAG, ALTER_TAG, DELETE_TAG, DESCRIBE_TAG, ASSOCIATE_TAG
|
784
1159
|
# })
|
785
1160
|
#
|
786
1161
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lakeformation-2017-03-31/GrantPermissions AWS API Documentation
|
@@ -792,6 +1167,60 @@ module Aws::LakeFormation
|
|
792
1167
|
req.send_request(options)
|
793
1168
|
end
|
794
1169
|
|
1170
|
+
# Lists tags that the requester has permission to view.
|
1171
|
+
#
|
1172
|
+
# @option params [String] :catalog_id
|
1173
|
+
# The identifier for the Data Catalog. By default, the account ID. The
|
1174
|
+
# Data Catalog is the persistent metadata store. It contains database
|
1175
|
+
# definitions, table definitions, and other control information to
|
1176
|
+
# manage your AWS Lake Formation environment.
|
1177
|
+
#
|
1178
|
+
# @option params [String] :resource_share_type
|
1179
|
+
# If resource share type is `ALL`, returns both in-account tags and
|
1180
|
+
# shared tags that the requester has permission to view. If resource
|
1181
|
+
# share type is `FOREIGN`, returns all share tags that the requester can
|
1182
|
+
# view. If no resource share type is passed, lists tags in the given
|
1183
|
+
# catalog ID that the requester has permission to view.
|
1184
|
+
#
|
1185
|
+
# @option params [Integer] :max_results
|
1186
|
+
# The maximum number of results to return.
|
1187
|
+
#
|
1188
|
+
# @option params [String] :next_token
|
1189
|
+
# A continuation token, if this is not the first call to retrieve this
|
1190
|
+
# list.
|
1191
|
+
#
|
1192
|
+
# @return [Types::ListLFTagsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1193
|
+
#
|
1194
|
+
# * {Types::ListLFTagsResponse#lf_tags #lf_tags} => Array<Types::LFTagPair>
|
1195
|
+
# * {Types::ListLFTagsResponse#next_token #next_token} => String
|
1196
|
+
#
|
1197
|
+
# @example Request syntax with placeholder values
|
1198
|
+
#
|
1199
|
+
# resp = client.list_lf_tags({
|
1200
|
+
# catalog_id: "CatalogIdString",
|
1201
|
+
# resource_share_type: "FOREIGN", # accepts FOREIGN, ALL
|
1202
|
+
# max_results: 1,
|
1203
|
+
# next_token: "Token",
|
1204
|
+
# })
|
1205
|
+
#
|
1206
|
+
# @example Response structure
|
1207
|
+
#
|
1208
|
+
# resp.lf_tags #=> Array
|
1209
|
+
# resp.lf_tags[0].catalog_id #=> String
|
1210
|
+
# resp.lf_tags[0].tag_key #=> String
|
1211
|
+
# resp.lf_tags[0].tag_values #=> Array
|
1212
|
+
# resp.lf_tags[0].tag_values[0] #=> String
|
1213
|
+
# resp.next_token #=> String
|
1214
|
+
#
|
1215
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/lakeformation-2017-03-31/ListLFTags AWS API Documentation
|
1216
|
+
#
|
1217
|
+
# @overload list_lf_tags(params = {})
|
1218
|
+
# @param [Hash] params ({})
|
1219
|
+
def list_lf_tags(params = {}, options = {})
|
1220
|
+
req = build_request(:list_lf_tags, params)
|
1221
|
+
req.send_request(options)
|
1222
|
+
end
|
1223
|
+
|
795
1224
|
# Returns a list of the principal permissions on the resource, filtered
|
796
1225
|
# by the permissions of the caller. For example, if you are granted an
|
797
1226
|
# ALTER permission, you are able to see only the principal permissions
|
@@ -847,7 +1276,7 @@ module Aws::LakeFormation
|
|
847
1276
|
# principal: {
|
848
1277
|
# data_lake_principal_identifier: "DataLakePrincipalString",
|
849
1278
|
# },
|
850
|
-
# resource_type: "CATALOG", # accepts CATALOG, DATABASE, TABLE, DATA_LOCATION
|
1279
|
+
# resource_type: "CATALOG", # accepts CATALOG, DATABASE, TABLE, DATA_LOCATION, LF_TAG, LF_TAG_POLICY, LF_TAG_POLICY_DATABASE, LF_TAG_POLICY_TABLE
|
851
1280
|
# resource: {
|
852
1281
|
# catalog: {
|
853
1282
|
# },
|
@@ -875,6 +1304,21 @@ module Aws::LakeFormation
|
|
875
1304
|
# catalog_id: "CatalogIdString",
|
876
1305
|
# resource_arn: "ResourceArnString", # required
|
877
1306
|
# },
|
1307
|
+
# lf_tag: {
|
1308
|
+
# catalog_id: "CatalogIdString",
|
1309
|
+
# tag_key: "NameString", # required
|
1310
|
+
# tag_values: ["LFTagValue"], # required
|
1311
|
+
# },
|
1312
|
+
# lf_tag_policy: {
|
1313
|
+
# catalog_id: "CatalogIdString",
|
1314
|
+
# resource_type: "DATABASE", # required, accepts DATABASE, TABLE
|
1315
|
+
# expression: [ # required
|
1316
|
+
# {
|
1317
|
+
# tag_key: "LFTagKey", # required
|
1318
|
+
# tag_values: ["LFTagValue"], # required
|
1319
|
+
# },
|
1320
|
+
# ],
|
1321
|
+
# },
|
878
1322
|
# },
|
879
1323
|
# next_token: "Token",
|
880
1324
|
# max_results: 1,
|
@@ -898,10 +1342,20 @@ module Aws::LakeFormation
|
|
898
1342
|
# resp.principal_resource_permissions[0].resource.table_with_columns.column_wildcard.excluded_column_names[0] #=> String
|
899
1343
|
# resp.principal_resource_permissions[0].resource.data_location.catalog_id #=> String
|
900
1344
|
# resp.principal_resource_permissions[0].resource.data_location.resource_arn #=> String
|
1345
|
+
# resp.principal_resource_permissions[0].resource.lf_tag.catalog_id #=> String
|
1346
|
+
# resp.principal_resource_permissions[0].resource.lf_tag.tag_key #=> String
|
1347
|
+
# resp.principal_resource_permissions[0].resource.lf_tag.tag_values #=> Array
|
1348
|
+
# resp.principal_resource_permissions[0].resource.lf_tag.tag_values[0] #=> String
|
1349
|
+
# resp.principal_resource_permissions[0].resource.lf_tag_policy.catalog_id #=> String
|
1350
|
+
# resp.principal_resource_permissions[0].resource.lf_tag_policy.resource_type #=> String, one of "DATABASE", "TABLE"
|
1351
|
+
# resp.principal_resource_permissions[0].resource.lf_tag_policy.expression #=> Array
|
1352
|
+
# resp.principal_resource_permissions[0].resource.lf_tag_policy.expression[0].tag_key #=> String
|
1353
|
+
# resp.principal_resource_permissions[0].resource.lf_tag_policy.expression[0].tag_values #=> Array
|
1354
|
+
# resp.principal_resource_permissions[0].resource.lf_tag_policy.expression[0].tag_values[0] #=> String
|
901
1355
|
# resp.principal_resource_permissions[0].permissions #=> Array
|
902
|
-
# resp.principal_resource_permissions[0].permissions[0] #=> String, one of "ALL", "SELECT", "ALTER", "DROP", "DELETE", "INSERT", "DESCRIBE", "CREATE_DATABASE", "CREATE_TABLE", "DATA_LOCATION_ACCESS"
|
1356
|
+
# resp.principal_resource_permissions[0].permissions[0] #=> String, one of "ALL", "SELECT", "ALTER", "DROP", "DELETE", "INSERT", "DESCRIBE", "CREATE_DATABASE", "CREATE_TABLE", "DATA_LOCATION_ACCESS", "CREATE_TAG", "ALTER_TAG", "DELETE_TAG", "DESCRIBE_TAG", "ASSOCIATE_TAG"
|
903
1357
|
# resp.principal_resource_permissions[0].permissions_with_grant_option #=> Array
|
904
|
-
# resp.principal_resource_permissions[0].permissions_with_grant_option[0] #=> String, one of "ALL", "SELECT", "ALTER", "DROP", "DELETE", "INSERT", "DESCRIBE", "CREATE_DATABASE", "CREATE_TABLE", "DATA_LOCATION_ACCESS"
|
1358
|
+
# resp.principal_resource_permissions[0].permissions_with_grant_option[0] #=> String, one of "ALL", "SELECT", "ALTER", "DROP", "DELETE", "INSERT", "DESCRIBE", "CREATE_DATABASE", "CREATE_TABLE", "DATA_LOCATION_ACCESS", "CREATE_TAG", "ALTER_TAG", "DELETE_TAG", "DESCRIBE_TAG", "ASSOCIATE_TAG"
|
905
1359
|
# resp.principal_resource_permissions[0].additional_details.resource_share #=> Array
|
906
1360
|
# resp.principal_resource_permissions[0].additional_details.resource_share[0] #=> String
|
907
1361
|
# resp.next_token #=> String
|
@@ -1005,7 +1459,7 @@ module Aws::LakeFormation
|
|
1005
1459
|
# principal: {
|
1006
1460
|
# data_lake_principal_identifier: "DataLakePrincipalString",
|
1007
1461
|
# },
|
1008
|
-
# permissions: ["ALL"], # accepts ALL, SELECT, ALTER, DROP, DELETE, INSERT, DESCRIBE, CREATE_DATABASE, CREATE_TABLE, DATA_LOCATION_ACCESS
|
1462
|
+
# permissions: ["ALL"], # accepts ALL, SELECT, ALTER, DROP, DELETE, INSERT, DESCRIBE, CREATE_DATABASE, CREATE_TABLE, DATA_LOCATION_ACCESS, CREATE_TAG, ALTER_TAG, DELETE_TAG, DESCRIBE_TAG, ASSOCIATE_TAG
|
1009
1463
|
# },
|
1010
1464
|
# ],
|
1011
1465
|
# create_table_default_permissions: [
|
@@ -1013,7 +1467,7 @@ module Aws::LakeFormation
|
|
1013
1467
|
# principal: {
|
1014
1468
|
# data_lake_principal_identifier: "DataLakePrincipalString",
|
1015
1469
|
# },
|
1016
|
-
# permissions: ["ALL"], # accepts ALL, SELECT, ALTER, DROP, DELETE, INSERT, DESCRIBE, CREATE_DATABASE, CREATE_TABLE, DATA_LOCATION_ACCESS
|
1470
|
+
# permissions: ["ALL"], # accepts ALL, SELECT, ALTER, DROP, DELETE, INSERT, DESCRIBE, CREATE_DATABASE, CREATE_TABLE, DATA_LOCATION_ACCESS, CREATE_TAG, ALTER_TAG, DELETE_TAG, DESCRIBE_TAG, ASSOCIATE_TAG
|
1017
1471
|
# },
|
1018
1472
|
# ],
|
1019
1473
|
# trusted_resource_owners: ["CatalogIdString"],
|
@@ -1090,6 +1544,101 @@ module Aws::LakeFormation
|
|
1090
1544
|
req.send_request(options)
|
1091
1545
|
end
|
1092
1546
|
|
1547
|
+
# Removes a tag from the resource. Only database, table, or
|
1548
|
+
# tableWithColumns resource are allowed. To tag columns, use the column
|
1549
|
+
# inclusion list in `tableWithColumns` to specify column input.
|
1550
|
+
#
|
1551
|
+
# @option params [String] :catalog_id
|
1552
|
+
# The identifier for the Data Catalog. By default, the account ID. The
|
1553
|
+
# Data Catalog is the persistent metadata store. It contains database
|
1554
|
+
# definitions, table definitions, and other control information to
|
1555
|
+
# manage your AWS Lake Formation environment.
|
1556
|
+
#
|
1557
|
+
# @option params [required, Types::Resource] :resource
|
1558
|
+
# The resource where you want to remove a tag.
|
1559
|
+
#
|
1560
|
+
# @option params [required, Array<Types::LFTagPair>] :lf_tags
|
1561
|
+
# The tags to be removed from the resource.
|
1562
|
+
#
|
1563
|
+
# @return [Types::RemoveLFTagsFromResourceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1564
|
+
#
|
1565
|
+
# * {Types::RemoveLFTagsFromResourceResponse#failures #failures} => Array<Types::LFTagError>
|
1566
|
+
#
|
1567
|
+
# @example Request syntax with placeholder values
|
1568
|
+
#
|
1569
|
+
# resp = client.remove_lf_tags_from_resource({
|
1570
|
+
# catalog_id: "CatalogIdString",
|
1571
|
+
# resource: { # required
|
1572
|
+
# catalog: {
|
1573
|
+
# },
|
1574
|
+
# database: {
|
1575
|
+
# catalog_id: "CatalogIdString",
|
1576
|
+
# name: "NameString", # required
|
1577
|
+
# },
|
1578
|
+
# table: {
|
1579
|
+
# catalog_id: "CatalogIdString",
|
1580
|
+
# database_name: "NameString", # required
|
1581
|
+
# name: "NameString",
|
1582
|
+
# table_wildcard: {
|
1583
|
+
# },
|
1584
|
+
# },
|
1585
|
+
# table_with_columns: {
|
1586
|
+
# catalog_id: "CatalogIdString",
|
1587
|
+
# database_name: "NameString", # required
|
1588
|
+
# name: "NameString", # required
|
1589
|
+
# column_names: ["NameString"],
|
1590
|
+
# column_wildcard: {
|
1591
|
+
# excluded_column_names: ["NameString"],
|
1592
|
+
# },
|
1593
|
+
# },
|
1594
|
+
# data_location: {
|
1595
|
+
# catalog_id: "CatalogIdString",
|
1596
|
+
# resource_arn: "ResourceArnString", # required
|
1597
|
+
# },
|
1598
|
+
# lf_tag: {
|
1599
|
+
# catalog_id: "CatalogIdString",
|
1600
|
+
# tag_key: "NameString", # required
|
1601
|
+
# tag_values: ["LFTagValue"], # required
|
1602
|
+
# },
|
1603
|
+
# lf_tag_policy: {
|
1604
|
+
# catalog_id: "CatalogIdString",
|
1605
|
+
# resource_type: "DATABASE", # required, accepts DATABASE, TABLE
|
1606
|
+
# expression: [ # required
|
1607
|
+
# {
|
1608
|
+
# tag_key: "LFTagKey", # required
|
1609
|
+
# tag_values: ["LFTagValue"], # required
|
1610
|
+
# },
|
1611
|
+
# ],
|
1612
|
+
# },
|
1613
|
+
# },
|
1614
|
+
# lf_tags: [ # required
|
1615
|
+
# {
|
1616
|
+
# catalog_id: "CatalogIdString",
|
1617
|
+
# tag_key: "LFTagKey", # required
|
1618
|
+
# tag_values: ["LFTagValue"], # required
|
1619
|
+
# },
|
1620
|
+
# ],
|
1621
|
+
# })
|
1622
|
+
#
|
1623
|
+
# @example Response structure
|
1624
|
+
#
|
1625
|
+
# resp.failures #=> Array
|
1626
|
+
# resp.failures[0].lf_tag.catalog_id #=> String
|
1627
|
+
# resp.failures[0].lf_tag.tag_key #=> String
|
1628
|
+
# resp.failures[0].lf_tag.tag_values #=> Array
|
1629
|
+
# resp.failures[0].lf_tag.tag_values[0] #=> String
|
1630
|
+
# resp.failures[0].error.error_code #=> String
|
1631
|
+
# resp.failures[0].error.error_message #=> String
|
1632
|
+
#
|
1633
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/lakeformation-2017-03-31/RemoveLFTagsFromResource AWS API Documentation
|
1634
|
+
#
|
1635
|
+
# @overload remove_lf_tags_from_resource(params = {})
|
1636
|
+
# @param [Hash] params ({})
|
1637
|
+
def remove_lf_tags_from_resource(params = {}, options = {})
|
1638
|
+
req = build_request(:remove_lf_tags_from_resource, params)
|
1639
|
+
req.send_request(options)
|
1640
|
+
end
|
1641
|
+
|
1093
1642
|
# Revokes permissions to the principal to access metadata in the Data
|
1094
1643
|
# Catalog and data organized in underlying data storage such as Amazon
|
1095
1644
|
# S3.
|
@@ -1155,9 +1704,24 @@ module Aws::LakeFormation
|
|
1155
1704
|
# catalog_id: "CatalogIdString",
|
1156
1705
|
# resource_arn: "ResourceArnString", # required
|
1157
1706
|
# },
|
1707
|
+
# lf_tag: {
|
1708
|
+
# catalog_id: "CatalogIdString",
|
1709
|
+
# tag_key: "NameString", # required
|
1710
|
+
# tag_values: ["LFTagValue"], # required
|
1711
|
+
# },
|
1712
|
+
# lf_tag_policy: {
|
1713
|
+
# catalog_id: "CatalogIdString",
|
1714
|
+
# resource_type: "DATABASE", # required, accepts DATABASE, TABLE
|
1715
|
+
# expression: [ # required
|
1716
|
+
# {
|
1717
|
+
# tag_key: "LFTagKey", # required
|
1718
|
+
# tag_values: ["LFTagValue"], # required
|
1719
|
+
# },
|
1720
|
+
# ],
|
1721
|
+
# },
|
1158
1722
|
# },
|
1159
|
-
# permissions: ["ALL"], # required, accepts ALL, SELECT, ALTER, DROP, DELETE, INSERT, DESCRIBE, CREATE_DATABASE, CREATE_TABLE, DATA_LOCATION_ACCESS
|
1160
|
-
# permissions_with_grant_option: ["ALL"], # accepts ALL, SELECT, ALTER, DROP, DELETE, INSERT, DESCRIBE, CREATE_DATABASE, CREATE_TABLE, DATA_LOCATION_ACCESS
|
1723
|
+
# permissions: ["ALL"], # required, accepts ALL, SELECT, ALTER, DROP, DELETE, INSERT, DESCRIBE, CREATE_DATABASE, CREATE_TABLE, DATA_LOCATION_ACCESS, CREATE_TAG, ALTER_TAG, DELETE_TAG, DESCRIBE_TAG, ASSOCIATE_TAG
|
1724
|
+
# permissions_with_grant_option: ["ALL"], # accepts ALL, SELECT, ALTER, DROP, DELETE, INSERT, DESCRIBE, CREATE_DATABASE, CREATE_TABLE, DATA_LOCATION_ACCESS, CREATE_TAG, ALTER_TAG, DELETE_TAG, DESCRIBE_TAG, ASSOCIATE_TAG
|
1161
1725
|
# })
|
1162
1726
|
#
|
1163
1727
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lakeformation-2017-03-31/RevokePermissions AWS API Documentation
|
@@ -1169,6 +1733,188 @@ module Aws::LakeFormation
|
|
1169
1733
|
req.send_request(options)
|
1170
1734
|
end
|
1171
1735
|
|
1736
|
+
# This operation allows a search on `DATABASE` resources by
|
1737
|
+
# `TagCondition`. This operation is used by admins who want to grant
|
1738
|
+
# user permissions on certain `TagConditions`. Before making a grant,
|
1739
|
+
# the admin can use `SearchDatabasesByTags` to find all resources where
|
1740
|
+
# the given `TagConditions` are valid to verify whether the returned
|
1741
|
+
# resources can be shared.
|
1742
|
+
#
|
1743
|
+
# @option params [String] :next_token
|
1744
|
+
# A continuation token, if this is not the first call to retrieve this
|
1745
|
+
# list.
|
1746
|
+
#
|
1747
|
+
# @option params [Integer] :max_results
|
1748
|
+
# The maximum number of results to return.
|
1749
|
+
#
|
1750
|
+
# @option params [String] :catalog_id
|
1751
|
+
# The identifier for the Data Catalog. By default, the account ID. The
|
1752
|
+
# Data Catalog is the persistent metadata store. It contains database
|
1753
|
+
# definitions, table definitions, and other control information to
|
1754
|
+
# manage your AWS Lake Formation environment.
|
1755
|
+
#
|
1756
|
+
# @option params [required, Array<Types::LFTag>] :expression
|
1757
|
+
# A list of conditions (`LFTag` structures) to search for in database
|
1758
|
+
# resources.
|
1759
|
+
#
|
1760
|
+
# @return [Types::SearchDatabasesByLFTagsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1761
|
+
#
|
1762
|
+
# * {Types::SearchDatabasesByLFTagsResponse#next_token #next_token} => String
|
1763
|
+
# * {Types::SearchDatabasesByLFTagsResponse#database_list #database_list} => Array<Types::TaggedDatabase>
|
1764
|
+
#
|
1765
|
+
# @example Request syntax with placeholder values
|
1766
|
+
#
|
1767
|
+
# resp = client.search_databases_by_lf_tags({
|
1768
|
+
# next_token: "Token",
|
1769
|
+
# max_results: 1,
|
1770
|
+
# catalog_id: "CatalogIdString",
|
1771
|
+
# expression: [ # required
|
1772
|
+
# {
|
1773
|
+
# tag_key: "LFTagKey", # required
|
1774
|
+
# tag_values: ["LFTagValue"], # required
|
1775
|
+
# },
|
1776
|
+
# ],
|
1777
|
+
# })
|
1778
|
+
#
|
1779
|
+
# @example Response structure
|
1780
|
+
#
|
1781
|
+
# resp.next_token #=> String
|
1782
|
+
# resp.database_list #=> Array
|
1783
|
+
# resp.database_list[0].database.catalog_id #=> String
|
1784
|
+
# resp.database_list[0].database.name #=> String
|
1785
|
+
# resp.database_list[0].lf_tags #=> Array
|
1786
|
+
# resp.database_list[0].lf_tags[0].catalog_id #=> String
|
1787
|
+
# resp.database_list[0].lf_tags[0].tag_key #=> String
|
1788
|
+
# resp.database_list[0].lf_tags[0].tag_values #=> Array
|
1789
|
+
# resp.database_list[0].lf_tags[0].tag_values[0] #=> String
|
1790
|
+
#
|
1791
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/lakeformation-2017-03-31/SearchDatabasesByLFTags AWS API Documentation
|
1792
|
+
#
|
1793
|
+
# @overload search_databases_by_lf_tags(params = {})
|
1794
|
+
# @param [Hash] params ({})
|
1795
|
+
def search_databases_by_lf_tags(params = {}, options = {})
|
1796
|
+
req = build_request(:search_databases_by_lf_tags, params)
|
1797
|
+
req.send_request(options)
|
1798
|
+
end
|
1799
|
+
|
1800
|
+
# This operation allows a search on `TABLE` resources by `LFTag`s. This
|
1801
|
+
# will be used by admins who want to grant user permissions on certain
|
1802
|
+
# LFTags. Before making a grant, the admin can use
|
1803
|
+
# `SearchTablesByLFTags` to find all resources where the given `LFTag`s
|
1804
|
+
# are valid to verify whether the returned resources can be shared.
|
1805
|
+
#
|
1806
|
+
# @option params [String] :next_token
|
1807
|
+
# A continuation token, if this is not the first call to retrieve this
|
1808
|
+
# list.
|
1809
|
+
#
|
1810
|
+
# @option params [Integer] :max_results
|
1811
|
+
# The maximum number of results to return.
|
1812
|
+
#
|
1813
|
+
# @option params [String] :catalog_id
|
1814
|
+
# The identifier for the Data Catalog. By default, the account ID. The
|
1815
|
+
# Data Catalog is the persistent metadata store. It contains database
|
1816
|
+
# definitions, table definitions, and other control information to
|
1817
|
+
# manage your AWS Lake Formation environment.
|
1818
|
+
#
|
1819
|
+
# @option params [required, Array<Types::LFTag>] :expression
|
1820
|
+
# A list of conditions (`LFTag` structures) to search for in table
|
1821
|
+
# resources.
|
1822
|
+
#
|
1823
|
+
# @return [Types::SearchTablesByLFTagsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1824
|
+
#
|
1825
|
+
# * {Types::SearchTablesByLFTagsResponse#next_token #next_token} => String
|
1826
|
+
# * {Types::SearchTablesByLFTagsResponse#table_list #table_list} => Array<Types::TaggedTable>
|
1827
|
+
#
|
1828
|
+
# @example Request syntax with placeholder values
|
1829
|
+
#
|
1830
|
+
# resp = client.search_tables_by_lf_tags({
|
1831
|
+
# next_token: "Token",
|
1832
|
+
# max_results: 1,
|
1833
|
+
# catalog_id: "CatalogIdString",
|
1834
|
+
# expression: [ # required
|
1835
|
+
# {
|
1836
|
+
# tag_key: "LFTagKey", # required
|
1837
|
+
# tag_values: ["LFTagValue"], # required
|
1838
|
+
# },
|
1839
|
+
# ],
|
1840
|
+
# })
|
1841
|
+
#
|
1842
|
+
# @example Response structure
|
1843
|
+
#
|
1844
|
+
# resp.next_token #=> String
|
1845
|
+
# resp.table_list #=> Array
|
1846
|
+
# resp.table_list[0].table.catalog_id #=> String
|
1847
|
+
# resp.table_list[0].table.database_name #=> String
|
1848
|
+
# resp.table_list[0].table.name #=> String
|
1849
|
+
# resp.table_list[0].lf_tag_on_database #=> Array
|
1850
|
+
# resp.table_list[0].lf_tag_on_database[0].catalog_id #=> String
|
1851
|
+
# resp.table_list[0].lf_tag_on_database[0].tag_key #=> String
|
1852
|
+
# resp.table_list[0].lf_tag_on_database[0].tag_values #=> Array
|
1853
|
+
# resp.table_list[0].lf_tag_on_database[0].tag_values[0] #=> String
|
1854
|
+
# resp.table_list[0].lf_tags_on_table #=> Array
|
1855
|
+
# resp.table_list[0].lf_tags_on_table[0].catalog_id #=> String
|
1856
|
+
# resp.table_list[0].lf_tags_on_table[0].tag_key #=> String
|
1857
|
+
# resp.table_list[0].lf_tags_on_table[0].tag_values #=> Array
|
1858
|
+
# resp.table_list[0].lf_tags_on_table[0].tag_values[0] #=> String
|
1859
|
+
# resp.table_list[0].lf_tags_on_columns #=> Array
|
1860
|
+
# resp.table_list[0].lf_tags_on_columns[0].name #=> String
|
1861
|
+
# resp.table_list[0].lf_tags_on_columns[0].lf_tags #=> Array
|
1862
|
+
# resp.table_list[0].lf_tags_on_columns[0].lf_tags[0].catalog_id #=> String
|
1863
|
+
# resp.table_list[0].lf_tags_on_columns[0].lf_tags[0].tag_key #=> String
|
1864
|
+
# resp.table_list[0].lf_tags_on_columns[0].lf_tags[0].tag_values #=> Array
|
1865
|
+
# resp.table_list[0].lf_tags_on_columns[0].lf_tags[0].tag_values[0] #=> String
|
1866
|
+
#
|
1867
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/lakeformation-2017-03-31/SearchTablesByLFTags AWS API Documentation
|
1868
|
+
#
|
1869
|
+
# @overload search_tables_by_lf_tags(params = {})
|
1870
|
+
# @param [Hash] params ({})
|
1871
|
+
def search_tables_by_lf_tags(params = {}, options = {})
|
1872
|
+
req = build_request(:search_tables_by_lf_tags, params)
|
1873
|
+
req.send_request(options)
|
1874
|
+
end
|
1875
|
+
|
1876
|
+
# Updates the list of possible values for the specified tag key. If the
|
1877
|
+
# tag does not exist, the operation throws an EntityNotFoundException.
|
1878
|
+
# The values in the delete key values will be deleted from list of
|
1879
|
+
# possible values. If any value in the delete key values is attached to
|
1880
|
+
# a resource, then API errors out with a 400 Exception - "Update not
|
1881
|
+
# allowed". Untag the attribute before deleting the tag key's value.
|
1882
|
+
#
|
1883
|
+
# @option params [String] :catalog_id
|
1884
|
+
# The identifier for the Data Catalog. By default, the account ID. The
|
1885
|
+
# Data Catalog is the persistent metadata store. It contains database
|
1886
|
+
# definitions, table definitions, and other control information to
|
1887
|
+
# manage your AWS Lake Formation environment.
|
1888
|
+
#
|
1889
|
+
# @option params [required, String] :tag_key
|
1890
|
+
# The key-name for the tag for which to add or delete values.
|
1891
|
+
#
|
1892
|
+
# @option params [Array<String>] :tag_values_to_delete
|
1893
|
+
# A list of tag values to delete from the tag.
|
1894
|
+
#
|
1895
|
+
# @option params [Array<String>] :tag_values_to_add
|
1896
|
+
# A list of tag values to add from the tag.
|
1897
|
+
#
|
1898
|
+
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
1899
|
+
#
|
1900
|
+
# @example Request syntax with placeholder values
|
1901
|
+
#
|
1902
|
+
# resp = client.update_lf_tag({
|
1903
|
+
# catalog_id: "CatalogIdString",
|
1904
|
+
# tag_key: "LFTagKey", # required
|
1905
|
+
# tag_values_to_delete: ["LFTagValue"],
|
1906
|
+
# tag_values_to_add: ["LFTagValue"],
|
1907
|
+
# })
|
1908
|
+
#
|
1909
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/lakeformation-2017-03-31/UpdateLFTag AWS API Documentation
|
1910
|
+
#
|
1911
|
+
# @overload update_lf_tag(params = {})
|
1912
|
+
# @param [Hash] params ({})
|
1913
|
+
def update_lf_tag(params = {}, options = {})
|
1914
|
+
req = build_request(:update_lf_tag, params)
|
1915
|
+
req.send_request(options)
|
1916
|
+
end
|
1917
|
+
|
1172
1918
|
# Updates the data access role used for vending access to the given
|
1173
1919
|
# (registered) resource in AWS Lake Formation.
|
1174
1920
|
#
|
@@ -1210,7 +1956,7 @@ module Aws::LakeFormation
|
|
1210
1956
|
params: params,
|
1211
1957
|
config: config)
|
1212
1958
|
context[:gem_name] = 'aws-sdk-lakeformation'
|
1213
|
-
context[:gem_version] = '1.
|
1959
|
+
context[:gem_version] = '1.14.0'
|
1214
1960
|
Seahorse::Client::Request.new(handlers, context)
|
1215
1961
|
end
|
1216
1962
|
|