aws-sdk-lakeformation 1.89.0 → 1.90.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-lakeformation/client.rb +1 -1
- data/lib/aws-sdk-lakeformation.rb +1 -1
- data/sig/client.rbs +33 -679
- data/sig/params.rbs +103 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0b306e0960bd623e074d600ba274954c81109139539ae760c9a5944cd891722f
|
|
4
|
+
data.tar.gz: 0a9904fb86eac758df4a828abf6a32adff852293fdc3ed513e3ae5770b1aaffb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5f23876ab91bd73188beeb7840ab0b31fee316f450c0ac3e13ee8de7f5e0da4b8ff118df6fbf9bb3d65f0ed593d36681bfa50505e9bc1c5f2782d444b6e1cefa
|
|
7
|
+
data.tar.gz: ce20e7748819cdde69211e076bcdfda981437d3ace48b3a1fdc217bac87d66af6ffaac227635daf2aff4455b53e2680a20ed2ff7f06c6a644fa1eff6de994fa4
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.90.0
|
|
@@ -4370,7 +4370,7 @@ module Aws::LakeFormation
|
|
|
4370
4370
|
tracer: tracer
|
|
4371
4371
|
)
|
|
4372
4372
|
context[:gem_name] = 'aws-sdk-lakeformation'
|
|
4373
|
-
context[:gem_version] = '1.
|
|
4373
|
+
context[:gem_version] = '1.90.0'
|
|
4374
4374
|
Seahorse::Client::Request.new(handlers, context)
|
|
4375
4375
|
end
|
|
4376
4376
|
|
data/sig/client.rbs
CHANGED
|
@@ -85,67 +85,13 @@ module Aws
|
|
|
85
85
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LakeFormation/Client.html#add_lf_tags_to_resource-instance_method
|
|
86
86
|
def add_lf_tags_to_resource: (
|
|
87
87
|
?catalog_id: ::String,
|
|
88
|
-
resource:
|
|
89
|
-
catalog: {
|
|
90
|
-
id: ::String?
|
|
91
|
-
}?,
|
|
92
|
-
database: {
|
|
93
|
-
catalog_id: ::String?,
|
|
94
|
-
name: ::String
|
|
95
|
-
}?,
|
|
96
|
-
table: {
|
|
97
|
-
catalog_id: ::String?,
|
|
98
|
-
database_name: ::String,
|
|
99
|
-
name: ::String?,
|
|
100
|
-
table_wildcard: {
|
|
101
|
-
}?
|
|
102
|
-
}?,
|
|
103
|
-
table_with_columns: {
|
|
104
|
-
catalog_id: ::String?,
|
|
105
|
-
database_name: ::String,
|
|
106
|
-
name: ::String,
|
|
107
|
-
column_names: Array[::String]?,
|
|
108
|
-
column_wildcard: {
|
|
109
|
-
excluded_column_names: Array[::String]?
|
|
110
|
-
}?
|
|
111
|
-
}?,
|
|
112
|
-
data_location: {
|
|
113
|
-
catalog_id: ::String?,
|
|
114
|
-
resource_arn: ::String
|
|
115
|
-
}?,
|
|
116
|
-
data_cells_filter: {
|
|
117
|
-
table_catalog_id: ::String?,
|
|
118
|
-
database_name: ::String?,
|
|
119
|
-
table_name: ::String?,
|
|
120
|
-
name: ::String?
|
|
121
|
-
}?,
|
|
122
|
-
lf_tag: {
|
|
123
|
-
catalog_id: ::String?,
|
|
124
|
-
tag_key: ::String,
|
|
125
|
-
tag_values: Array[::String]
|
|
126
|
-
}?,
|
|
127
|
-
lf_tag_policy: {
|
|
128
|
-
catalog_id: ::String?,
|
|
129
|
-
resource_type: ("DATABASE" | "TABLE"),
|
|
130
|
-
expression: Array[
|
|
131
|
-
{
|
|
132
|
-
tag_key: ::String,
|
|
133
|
-
tag_values: Array[::String]
|
|
134
|
-
},
|
|
135
|
-
]?,
|
|
136
|
-
expression_name: ::String?
|
|
137
|
-
}?,
|
|
138
|
-
lf_tag_expression: {
|
|
139
|
-
catalog_id: ::String?,
|
|
140
|
-
name: ::String
|
|
141
|
-
}?
|
|
142
|
-
},
|
|
88
|
+
resource: Params::resource,
|
|
143
89
|
lf_tags: Array[
|
|
144
90
|
{
|
|
145
91
|
catalog_id: ::String?,
|
|
146
92
|
tag_key: ::String,
|
|
147
93
|
tag_values: Array[::String]
|
|
148
|
-
}
|
|
94
|
+
}
|
|
149
95
|
]
|
|
150
96
|
) -> _AddLFTagsToResourceResponseSuccess
|
|
151
97
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AddLFTagsToResourceResponseSuccess
|
|
@@ -174,72 +120,7 @@ module Aws
|
|
|
174
120
|
def batch_grant_permissions: (
|
|
175
121
|
?catalog_id: ::String,
|
|
176
122
|
entries: Array[
|
|
177
|
-
|
|
178
|
-
id: ::String,
|
|
179
|
-
principal: {
|
|
180
|
-
data_lake_principal_identifier: ::String?
|
|
181
|
-
}?,
|
|
182
|
-
resource: {
|
|
183
|
-
catalog: {
|
|
184
|
-
id: ::String?
|
|
185
|
-
}?,
|
|
186
|
-
database: {
|
|
187
|
-
catalog_id: ::String?,
|
|
188
|
-
name: ::String
|
|
189
|
-
}?,
|
|
190
|
-
table: {
|
|
191
|
-
catalog_id: ::String?,
|
|
192
|
-
database_name: ::String,
|
|
193
|
-
name: ::String?,
|
|
194
|
-
table_wildcard: {
|
|
195
|
-
}?
|
|
196
|
-
}?,
|
|
197
|
-
table_with_columns: {
|
|
198
|
-
catalog_id: ::String?,
|
|
199
|
-
database_name: ::String,
|
|
200
|
-
name: ::String,
|
|
201
|
-
column_names: Array[::String]?,
|
|
202
|
-
column_wildcard: {
|
|
203
|
-
excluded_column_names: Array[::String]?
|
|
204
|
-
}?
|
|
205
|
-
}?,
|
|
206
|
-
data_location: {
|
|
207
|
-
catalog_id: ::String?,
|
|
208
|
-
resource_arn: ::String
|
|
209
|
-
}?,
|
|
210
|
-
data_cells_filter: {
|
|
211
|
-
table_catalog_id: ::String?,
|
|
212
|
-
database_name: ::String?,
|
|
213
|
-
table_name: ::String?,
|
|
214
|
-
name: ::String?
|
|
215
|
-
}?,
|
|
216
|
-
lf_tag: {
|
|
217
|
-
catalog_id: ::String?,
|
|
218
|
-
tag_key: ::String,
|
|
219
|
-
tag_values: Array[::String]
|
|
220
|
-
}?,
|
|
221
|
-
lf_tag_policy: {
|
|
222
|
-
catalog_id: ::String?,
|
|
223
|
-
resource_type: ("DATABASE" | "TABLE"),
|
|
224
|
-
expression: Array[
|
|
225
|
-
{
|
|
226
|
-
tag_key: ::String,
|
|
227
|
-
tag_values: Array[::String]
|
|
228
|
-
},
|
|
229
|
-
]?,
|
|
230
|
-
expression_name: ::String?
|
|
231
|
-
}?,
|
|
232
|
-
lf_tag_expression: {
|
|
233
|
-
catalog_id: ::String?,
|
|
234
|
-
name: ::String
|
|
235
|
-
}?
|
|
236
|
-
}?,
|
|
237
|
-
permissions: Array[("ALL" | "SELECT" | "ALTER" | "DROP" | "DELETE" | "INSERT" | "DESCRIBE" | "CREATE_DATABASE" | "CREATE_TABLE" | "DATA_LOCATION_ACCESS" | "CREATE_LF_TAG" | "ASSOCIATE" | "GRANT_WITH_LF_TAG_EXPRESSION" | "CREATE_LF_TAG_EXPRESSION" | "CREATE_CATALOG" | "SUPER_USER")]?,
|
|
238
|
-
condition: {
|
|
239
|
-
expression: ::String?
|
|
240
|
-
}?,
|
|
241
|
-
permissions_with_grant_option: Array[("ALL" | "SELECT" | "ALTER" | "DROP" | "DELETE" | "INSERT" | "DESCRIBE" | "CREATE_DATABASE" | "CREATE_TABLE" | "DATA_LOCATION_ACCESS" | "CREATE_LF_TAG" | "ASSOCIATE" | "GRANT_WITH_LF_TAG_EXPRESSION" | "CREATE_LF_TAG_EXPRESSION" | "CREATE_CATALOG" | "SUPER_USER")]?
|
|
242
|
-
},
|
|
123
|
+
Params::batch_permissions_request_entry
|
|
243
124
|
]
|
|
244
125
|
) -> _BatchGrantPermissionsResponseSuccess
|
|
245
126
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchGrantPermissionsResponseSuccess
|
|
@@ -252,72 +133,7 @@ module Aws
|
|
|
252
133
|
def batch_revoke_permissions: (
|
|
253
134
|
?catalog_id: ::String,
|
|
254
135
|
entries: Array[
|
|
255
|
-
|
|
256
|
-
id: ::String,
|
|
257
|
-
principal: {
|
|
258
|
-
data_lake_principal_identifier: ::String?
|
|
259
|
-
}?,
|
|
260
|
-
resource: {
|
|
261
|
-
catalog: {
|
|
262
|
-
id: ::String?
|
|
263
|
-
}?,
|
|
264
|
-
database: {
|
|
265
|
-
catalog_id: ::String?,
|
|
266
|
-
name: ::String
|
|
267
|
-
}?,
|
|
268
|
-
table: {
|
|
269
|
-
catalog_id: ::String?,
|
|
270
|
-
database_name: ::String,
|
|
271
|
-
name: ::String?,
|
|
272
|
-
table_wildcard: {
|
|
273
|
-
}?
|
|
274
|
-
}?,
|
|
275
|
-
table_with_columns: {
|
|
276
|
-
catalog_id: ::String?,
|
|
277
|
-
database_name: ::String,
|
|
278
|
-
name: ::String,
|
|
279
|
-
column_names: Array[::String]?,
|
|
280
|
-
column_wildcard: {
|
|
281
|
-
excluded_column_names: Array[::String]?
|
|
282
|
-
}?
|
|
283
|
-
}?,
|
|
284
|
-
data_location: {
|
|
285
|
-
catalog_id: ::String?,
|
|
286
|
-
resource_arn: ::String
|
|
287
|
-
}?,
|
|
288
|
-
data_cells_filter: {
|
|
289
|
-
table_catalog_id: ::String?,
|
|
290
|
-
database_name: ::String?,
|
|
291
|
-
table_name: ::String?,
|
|
292
|
-
name: ::String?
|
|
293
|
-
}?,
|
|
294
|
-
lf_tag: {
|
|
295
|
-
catalog_id: ::String?,
|
|
296
|
-
tag_key: ::String,
|
|
297
|
-
tag_values: Array[::String]
|
|
298
|
-
}?,
|
|
299
|
-
lf_tag_policy: {
|
|
300
|
-
catalog_id: ::String?,
|
|
301
|
-
resource_type: ("DATABASE" | "TABLE"),
|
|
302
|
-
expression: Array[
|
|
303
|
-
{
|
|
304
|
-
tag_key: ::String,
|
|
305
|
-
tag_values: Array[::String]
|
|
306
|
-
},
|
|
307
|
-
]?,
|
|
308
|
-
expression_name: ::String?
|
|
309
|
-
}?,
|
|
310
|
-
lf_tag_expression: {
|
|
311
|
-
catalog_id: ::String?,
|
|
312
|
-
name: ::String
|
|
313
|
-
}?
|
|
314
|
-
}?,
|
|
315
|
-
permissions: Array[("ALL" | "SELECT" | "ALTER" | "DROP" | "DELETE" | "INSERT" | "DESCRIBE" | "CREATE_DATABASE" | "CREATE_TABLE" | "DATA_LOCATION_ACCESS" | "CREATE_LF_TAG" | "ASSOCIATE" | "GRANT_WITH_LF_TAG_EXPRESSION" | "CREATE_LF_TAG_EXPRESSION" | "CREATE_CATALOG" | "SUPER_USER")]?,
|
|
316
|
-
condition: {
|
|
317
|
-
expression: ::String?
|
|
318
|
-
}?,
|
|
319
|
-
permissions_with_grant_option: Array[("ALL" | "SELECT" | "ALTER" | "DROP" | "DELETE" | "INSERT" | "DESCRIBE" | "CREATE_DATABASE" | "CREATE_TABLE" | "DATA_LOCATION_ACCESS" | "CREATE_LF_TAG" | "ASSOCIATE" | "GRANT_WITH_LF_TAG_EXPRESSION" | "CREATE_LF_TAG_EXPRESSION" | "CREATE_CATALOG" | "SUPER_USER")]?
|
|
320
|
-
},
|
|
136
|
+
Params::batch_permissions_request_entry
|
|
321
137
|
]
|
|
322
138
|
) -> _BatchRevokePermissionsResponseSuccess
|
|
323
139
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchRevokePermissionsResponseSuccess
|
|
@@ -346,22 +162,7 @@ module Aws
|
|
|
346
162
|
end
|
|
347
163
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LakeFormation/Client.html#create_data_cells_filter-instance_method
|
|
348
164
|
def create_data_cells_filter: (
|
|
349
|
-
table_data:
|
|
350
|
-
table_catalog_id: ::String,
|
|
351
|
-
database_name: ::String,
|
|
352
|
-
table_name: ::String,
|
|
353
|
-
name: ::String,
|
|
354
|
-
row_filter: {
|
|
355
|
-
filter_expression: ::String?,
|
|
356
|
-
all_rows_wildcard: {
|
|
357
|
-
}?
|
|
358
|
-
}?,
|
|
359
|
-
column_names: Array[::String]?,
|
|
360
|
-
column_wildcard: {
|
|
361
|
-
excluded_column_names: Array[::String]?
|
|
362
|
-
}?,
|
|
363
|
-
version_id: ::String?
|
|
364
|
-
}
|
|
165
|
+
table_data: Params::data_cells_filter
|
|
365
166
|
) -> _CreateDataCellsFilterResponseSuccess
|
|
366
167
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDataCellsFilterResponseSuccess
|
|
367
168
|
|
|
@@ -388,7 +189,7 @@ module Aws
|
|
|
388
189
|
{
|
|
389
190
|
tag_key: ::String,
|
|
390
191
|
tag_values: Array[::String]
|
|
391
|
-
}
|
|
192
|
+
}
|
|
392
193
|
]
|
|
393
194
|
) -> _CreateLFTagExpressionResponseSuccess
|
|
394
195
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateLFTagExpressionResponseSuccess
|
|
@@ -408,7 +209,7 @@ module Aws
|
|
|
408
209
|
?share_recipients: Array[
|
|
409
210
|
{
|
|
410
211
|
data_lake_principal_identifier: ::String?
|
|
411
|
-
}
|
|
212
|
+
}
|
|
412
213
|
],
|
|
413
214
|
?service_integrations: Array[
|
|
414
215
|
{
|
|
@@ -417,9 +218,9 @@ module Aws
|
|
|
417
218
|
redshift_connect: {
|
|
418
219
|
authorization: ("ENABLED" | "DISABLED")
|
|
419
220
|
}?
|
|
420
|
-
}
|
|
221
|
+
}
|
|
421
222
|
]?
|
|
422
|
-
}
|
|
223
|
+
}
|
|
423
224
|
]
|
|
424
225
|
) -> _CreateLakeFormationIdentityCenterConfigurationResponseSuccess
|
|
425
226
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateLakeFormationIdentityCenterConfigurationResponseSuccess
|
|
@@ -432,61 +233,7 @@ module Aws
|
|
|
432
233
|
principal: {
|
|
433
234
|
data_lake_principal_identifier: ::String?
|
|
434
235
|
},
|
|
435
|
-
resource:
|
|
436
|
-
catalog: {
|
|
437
|
-
id: ::String?
|
|
438
|
-
}?,
|
|
439
|
-
database: {
|
|
440
|
-
catalog_id: ::String?,
|
|
441
|
-
name: ::String
|
|
442
|
-
}?,
|
|
443
|
-
table: {
|
|
444
|
-
catalog_id: ::String?,
|
|
445
|
-
database_name: ::String,
|
|
446
|
-
name: ::String?,
|
|
447
|
-
table_wildcard: {
|
|
448
|
-
}?
|
|
449
|
-
}?,
|
|
450
|
-
table_with_columns: {
|
|
451
|
-
catalog_id: ::String?,
|
|
452
|
-
database_name: ::String,
|
|
453
|
-
name: ::String,
|
|
454
|
-
column_names: Array[::String]?,
|
|
455
|
-
column_wildcard: {
|
|
456
|
-
excluded_column_names: Array[::String]?
|
|
457
|
-
}?
|
|
458
|
-
}?,
|
|
459
|
-
data_location: {
|
|
460
|
-
catalog_id: ::String?,
|
|
461
|
-
resource_arn: ::String
|
|
462
|
-
}?,
|
|
463
|
-
data_cells_filter: {
|
|
464
|
-
table_catalog_id: ::String?,
|
|
465
|
-
database_name: ::String?,
|
|
466
|
-
table_name: ::String?,
|
|
467
|
-
name: ::String?
|
|
468
|
-
}?,
|
|
469
|
-
lf_tag: {
|
|
470
|
-
catalog_id: ::String?,
|
|
471
|
-
tag_key: ::String,
|
|
472
|
-
tag_values: Array[::String]
|
|
473
|
-
}?,
|
|
474
|
-
lf_tag_policy: {
|
|
475
|
-
catalog_id: ::String?,
|
|
476
|
-
resource_type: ("DATABASE" | "TABLE"),
|
|
477
|
-
expression: Array[
|
|
478
|
-
{
|
|
479
|
-
tag_key: ::String,
|
|
480
|
-
tag_values: Array[::String]
|
|
481
|
-
},
|
|
482
|
-
]?,
|
|
483
|
-
expression_name: ::String?
|
|
484
|
-
}?,
|
|
485
|
-
lf_tag_expression: {
|
|
486
|
-
catalog_id: ::String?,
|
|
487
|
-
name: ::String
|
|
488
|
-
}?
|
|
489
|
-
},
|
|
236
|
+
resource: Params::resource,
|
|
490
237
|
?condition: {
|
|
491
238
|
expression: ::String?
|
|
492
239
|
}
|
|
@@ -542,61 +289,7 @@ module Aws
|
|
|
542
289
|
principal: {
|
|
543
290
|
data_lake_principal_identifier: ::String?
|
|
544
291
|
},
|
|
545
|
-
resource:
|
|
546
|
-
catalog: {
|
|
547
|
-
id: ::String?
|
|
548
|
-
}?,
|
|
549
|
-
database: {
|
|
550
|
-
catalog_id: ::String?,
|
|
551
|
-
name: ::String
|
|
552
|
-
}?,
|
|
553
|
-
table: {
|
|
554
|
-
catalog_id: ::String?,
|
|
555
|
-
database_name: ::String,
|
|
556
|
-
name: ::String?,
|
|
557
|
-
table_wildcard: {
|
|
558
|
-
}?
|
|
559
|
-
}?,
|
|
560
|
-
table_with_columns: {
|
|
561
|
-
catalog_id: ::String?,
|
|
562
|
-
database_name: ::String,
|
|
563
|
-
name: ::String,
|
|
564
|
-
column_names: Array[::String]?,
|
|
565
|
-
column_wildcard: {
|
|
566
|
-
excluded_column_names: Array[::String]?
|
|
567
|
-
}?
|
|
568
|
-
}?,
|
|
569
|
-
data_location: {
|
|
570
|
-
catalog_id: ::String?,
|
|
571
|
-
resource_arn: ::String
|
|
572
|
-
}?,
|
|
573
|
-
data_cells_filter: {
|
|
574
|
-
table_catalog_id: ::String?,
|
|
575
|
-
database_name: ::String?,
|
|
576
|
-
table_name: ::String?,
|
|
577
|
-
name: ::String?
|
|
578
|
-
}?,
|
|
579
|
-
lf_tag: {
|
|
580
|
-
catalog_id: ::String?,
|
|
581
|
-
tag_key: ::String,
|
|
582
|
-
tag_values: Array[::String]
|
|
583
|
-
}?,
|
|
584
|
-
lf_tag_policy: {
|
|
585
|
-
catalog_id: ::String?,
|
|
586
|
-
resource_type: ("DATABASE" | "TABLE"),
|
|
587
|
-
expression: Array[
|
|
588
|
-
{
|
|
589
|
-
tag_key: ::String,
|
|
590
|
-
tag_values: Array[::String]
|
|
591
|
-
},
|
|
592
|
-
]?,
|
|
593
|
-
expression_name: ::String?
|
|
594
|
-
}?,
|
|
595
|
-
lf_tag_expression: {
|
|
596
|
-
catalog_id: ::String?,
|
|
597
|
-
name: ::String
|
|
598
|
-
}?
|
|
599
|
-
},
|
|
292
|
+
resource: Params::resource,
|
|
600
293
|
?condition: {
|
|
601
294
|
expression: ::String?
|
|
602
295
|
}
|
|
@@ -616,7 +309,7 @@ module Aws
|
|
|
616
309
|
{
|
|
617
310
|
uri: ::String,
|
|
618
311
|
etag: ::String?
|
|
619
|
-
}
|
|
312
|
+
}
|
|
620
313
|
]
|
|
621
314
|
) -> _DeleteObjectsOnCancelResponseSuccess
|
|
622
315
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteObjectsOnCancelResponseSuccess
|
|
@@ -779,61 +472,7 @@ module Aws
|
|
|
779
472
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LakeFormation/Client.html#get_resource_lf_tags-instance_method
|
|
780
473
|
def get_resource_lf_tags: (
|
|
781
474
|
?catalog_id: ::String,
|
|
782
|
-
resource:
|
|
783
|
-
catalog: {
|
|
784
|
-
id: ::String?
|
|
785
|
-
}?,
|
|
786
|
-
database: {
|
|
787
|
-
catalog_id: ::String?,
|
|
788
|
-
name: ::String
|
|
789
|
-
}?,
|
|
790
|
-
table: {
|
|
791
|
-
catalog_id: ::String?,
|
|
792
|
-
database_name: ::String,
|
|
793
|
-
name: ::String?,
|
|
794
|
-
table_wildcard: {
|
|
795
|
-
}?
|
|
796
|
-
}?,
|
|
797
|
-
table_with_columns: {
|
|
798
|
-
catalog_id: ::String?,
|
|
799
|
-
database_name: ::String,
|
|
800
|
-
name: ::String,
|
|
801
|
-
column_names: Array[::String]?,
|
|
802
|
-
column_wildcard: {
|
|
803
|
-
excluded_column_names: Array[::String]?
|
|
804
|
-
}?
|
|
805
|
-
}?,
|
|
806
|
-
data_location: {
|
|
807
|
-
catalog_id: ::String?,
|
|
808
|
-
resource_arn: ::String
|
|
809
|
-
}?,
|
|
810
|
-
data_cells_filter: {
|
|
811
|
-
table_catalog_id: ::String?,
|
|
812
|
-
database_name: ::String?,
|
|
813
|
-
table_name: ::String?,
|
|
814
|
-
name: ::String?
|
|
815
|
-
}?,
|
|
816
|
-
lf_tag: {
|
|
817
|
-
catalog_id: ::String?,
|
|
818
|
-
tag_key: ::String,
|
|
819
|
-
tag_values: Array[::String]
|
|
820
|
-
}?,
|
|
821
|
-
lf_tag_policy: {
|
|
822
|
-
catalog_id: ::String?,
|
|
823
|
-
resource_type: ("DATABASE" | "TABLE"),
|
|
824
|
-
expression: Array[
|
|
825
|
-
{
|
|
826
|
-
tag_key: ::String,
|
|
827
|
-
tag_values: Array[::String]
|
|
828
|
-
},
|
|
829
|
-
]?,
|
|
830
|
-
expression_name: ::String?
|
|
831
|
-
}?,
|
|
832
|
-
lf_tag_expression: {
|
|
833
|
-
catalog_id: ::String?,
|
|
834
|
-
name: ::String
|
|
835
|
-
}?
|
|
836
|
-
},
|
|
475
|
+
resource: Params::resource,
|
|
837
476
|
?show_assigned_lf_tags: bool
|
|
838
477
|
) -> _GetResourceLFTagsResponseSuccess
|
|
839
478
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetResourceLFTagsResponseSuccess
|
|
@@ -958,61 +597,7 @@ module Aws
|
|
|
958
597
|
principal: {
|
|
959
598
|
data_lake_principal_identifier: ::String?
|
|
960
599
|
},
|
|
961
|
-
resource:
|
|
962
|
-
catalog: {
|
|
963
|
-
id: ::String?
|
|
964
|
-
}?,
|
|
965
|
-
database: {
|
|
966
|
-
catalog_id: ::String?,
|
|
967
|
-
name: ::String
|
|
968
|
-
}?,
|
|
969
|
-
table: {
|
|
970
|
-
catalog_id: ::String?,
|
|
971
|
-
database_name: ::String,
|
|
972
|
-
name: ::String?,
|
|
973
|
-
table_wildcard: {
|
|
974
|
-
}?
|
|
975
|
-
}?,
|
|
976
|
-
table_with_columns: {
|
|
977
|
-
catalog_id: ::String?,
|
|
978
|
-
database_name: ::String,
|
|
979
|
-
name: ::String,
|
|
980
|
-
column_names: Array[::String]?,
|
|
981
|
-
column_wildcard: {
|
|
982
|
-
excluded_column_names: Array[::String]?
|
|
983
|
-
}?
|
|
984
|
-
}?,
|
|
985
|
-
data_location: {
|
|
986
|
-
catalog_id: ::String?,
|
|
987
|
-
resource_arn: ::String
|
|
988
|
-
}?,
|
|
989
|
-
data_cells_filter: {
|
|
990
|
-
table_catalog_id: ::String?,
|
|
991
|
-
database_name: ::String?,
|
|
992
|
-
table_name: ::String?,
|
|
993
|
-
name: ::String?
|
|
994
|
-
}?,
|
|
995
|
-
lf_tag: {
|
|
996
|
-
catalog_id: ::String?,
|
|
997
|
-
tag_key: ::String,
|
|
998
|
-
tag_values: Array[::String]
|
|
999
|
-
}?,
|
|
1000
|
-
lf_tag_policy: {
|
|
1001
|
-
catalog_id: ::String?,
|
|
1002
|
-
resource_type: ("DATABASE" | "TABLE"),
|
|
1003
|
-
expression: Array[
|
|
1004
|
-
{
|
|
1005
|
-
tag_key: ::String,
|
|
1006
|
-
tag_values: Array[::String]
|
|
1007
|
-
},
|
|
1008
|
-
]?,
|
|
1009
|
-
expression_name: ::String?
|
|
1010
|
-
}?,
|
|
1011
|
-
lf_tag_expression: {
|
|
1012
|
-
catalog_id: ::String?,
|
|
1013
|
-
name: ::String
|
|
1014
|
-
}?
|
|
1015
|
-
},
|
|
600
|
+
resource: Params::resource,
|
|
1016
601
|
permissions: Array[("ALL" | "SELECT" | "ALTER" | "DROP" | "DELETE" | "INSERT" | "DESCRIBE" | "CREATE_DATABASE" | "CREATE_TABLE" | "DATA_LOCATION_ACCESS" | "CREATE_LF_TAG" | "ASSOCIATE" | "GRANT_WITH_LF_TAG_EXPRESSION" | "CREATE_LF_TAG_EXPRESSION" | "CREATE_CATALOG" | "SUPER_USER")],
|
|
1017
602
|
?condition: {
|
|
1018
603
|
expression: ::String?
|
|
@@ -1077,61 +662,7 @@ module Aws
|
|
|
1077
662
|
?principal: {
|
|
1078
663
|
data_lake_principal_identifier: ::String?
|
|
1079
664
|
},
|
|
1080
|
-
?resource:
|
|
1081
|
-
catalog: {
|
|
1082
|
-
id: ::String?
|
|
1083
|
-
}?,
|
|
1084
|
-
database: {
|
|
1085
|
-
catalog_id: ::String?,
|
|
1086
|
-
name: ::String
|
|
1087
|
-
}?,
|
|
1088
|
-
table: {
|
|
1089
|
-
catalog_id: ::String?,
|
|
1090
|
-
database_name: ::String,
|
|
1091
|
-
name: ::String?,
|
|
1092
|
-
table_wildcard: {
|
|
1093
|
-
}?
|
|
1094
|
-
}?,
|
|
1095
|
-
table_with_columns: {
|
|
1096
|
-
catalog_id: ::String?,
|
|
1097
|
-
database_name: ::String,
|
|
1098
|
-
name: ::String,
|
|
1099
|
-
column_names: Array[::String]?,
|
|
1100
|
-
column_wildcard: {
|
|
1101
|
-
excluded_column_names: Array[::String]?
|
|
1102
|
-
}?
|
|
1103
|
-
}?,
|
|
1104
|
-
data_location: {
|
|
1105
|
-
catalog_id: ::String?,
|
|
1106
|
-
resource_arn: ::String
|
|
1107
|
-
}?,
|
|
1108
|
-
data_cells_filter: {
|
|
1109
|
-
table_catalog_id: ::String?,
|
|
1110
|
-
database_name: ::String?,
|
|
1111
|
-
table_name: ::String?,
|
|
1112
|
-
name: ::String?
|
|
1113
|
-
}?,
|
|
1114
|
-
lf_tag: {
|
|
1115
|
-
catalog_id: ::String?,
|
|
1116
|
-
tag_key: ::String,
|
|
1117
|
-
tag_values: Array[::String]
|
|
1118
|
-
}?,
|
|
1119
|
-
lf_tag_policy: {
|
|
1120
|
-
catalog_id: ::String?,
|
|
1121
|
-
resource_type: ("DATABASE" | "TABLE"),
|
|
1122
|
-
expression: Array[
|
|
1123
|
-
{
|
|
1124
|
-
tag_key: ::String,
|
|
1125
|
-
tag_values: Array[::String]
|
|
1126
|
-
},
|
|
1127
|
-
]?,
|
|
1128
|
-
expression_name: ::String?
|
|
1129
|
-
}?,
|
|
1130
|
-
lf_tag_expression: {
|
|
1131
|
-
catalog_id: ::String?,
|
|
1132
|
-
name: ::String
|
|
1133
|
-
}?
|
|
1134
|
-
},
|
|
665
|
+
?resource: Params::resource,
|
|
1135
666
|
?max_results: ::Integer,
|
|
1136
667
|
?next_token: ::String
|
|
1137
668
|
) -> _ListLakeFormationOptInsResponseSuccess
|
|
@@ -1149,61 +680,7 @@ module Aws
|
|
|
1149
680
|
data_lake_principal_identifier: ::String?
|
|
1150
681
|
},
|
|
1151
682
|
?resource_type: ("CATALOG" | "DATABASE" | "TABLE" | "DATA_LOCATION" | "LF_TAG" | "LF_TAG_POLICY" | "LF_TAG_POLICY_DATABASE" | "LF_TAG_POLICY_TABLE" | "LF_NAMED_TAG_EXPRESSION"),
|
|
1152
|
-
?resource:
|
|
1153
|
-
catalog: {
|
|
1154
|
-
id: ::String?
|
|
1155
|
-
}?,
|
|
1156
|
-
database: {
|
|
1157
|
-
catalog_id: ::String?,
|
|
1158
|
-
name: ::String
|
|
1159
|
-
}?,
|
|
1160
|
-
table: {
|
|
1161
|
-
catalog_id: ::String?,
|
|
1162
|
-
database_name: ::String,
|
|
1163
|
-
name: ::String?,
|
|
1164
|
-
table_wildcard: {
|
|
1165
|
-
}?
|
|
1166
|
-
}?,
|
|
1167
|
-
table_with_columns: {
|
|
1168
|
-
catalog_id: ::String?,
|
|
1169
|
-
database_name: ::String,
|
|
1170
|
-
name: ::String,
|
|
1171
|
-
column_names: Array[::String]?,
|
|
1172
|
-
column_wildcard: {
|
|
1173
|
-
excluded_column_names: Array[::String]?
|
|
1174
|
-
}?
|
|
1175
|
-
}?,
|
|
1176
|
-
data_location: {
|
|
1177
|
-
catalog_id: ::String?,
|
|
1178
|
-
resource_arn: ::String
|
|
1179
|
-
}?,
|
|
1180
|
-
data_cells_filter: {
|
|
1181
|
-
table_catalog_id: ::String?,
|
|
1182
|
-
database_name: ::String?,
|
|
1183
|
-
table_name: ::String?,
|
|
1184
|
-
name: ::String?
|
|
1185
|
-
}?,
|
|
1186
|
-
lf_tag: {
|
|
1187
|
-
catalog_id: ::String?,
|
|
1188
|
-
tag_key: ::String,
|
|
1189
|
-
tag_values: Array[::String]
|
|
1190
|
-
}?,
|
|
1191
|
-
lf_tag_policy: {
|
|
1192
|
-
catalog_id: ::String?,
|
|
1193
|
-
resource_type: ("DATABASE" | "TABLE"),
|
|
1194
|
-
expression: Array[
|
|
1195
|
-
{
|
|
1196
|
-
tag_key: ::String,
|
|
1197
|
-
tag_values: Array[::String]
|
|
1198
|
-
},
|
|
1199
|
-
]?,
|
|
1200
|
-
expression_name: ::String?
|
|
1201
|
-
}?,
|
|
1202
|
-
lf_tag_expression: {
|
|
1203
|
-
catalog_id: ::String?,
|
|
1204
|
-
name: ::String
|
|
1205
|
-
}?
|
|
1206
|
-
},
|
|
683
|
+
?resource: Params::resource,
|
|
1207
684
|
?next_token: ::String,
|
|
1208
685
|
?max_results: ::Integer,
|
|
1209
686
|
?include_related: ::String
|
|
@@ -1222,7 +699,7 @@ module Aws
|
|
|
1222
699
|
field: ("RESOURCE_ARN" | "ROLE_ARN" | "LAST_MODIFIED")?,
|
|
1223
700
|
comparison_operator: ("EQ" | "NE" | "LE" | "LT" | "GE" | "GT" | "CONTAINS" | "NOT_CONTAINS" | "BEGINS_WITH" | "IN" | "BETWEEN")?,
|
|
1224
701
|
string_value_list: Array[::String]?
|
|
1225
|
-
}
|
|
702
|
+
}
|
|
1226
703
|
],
|
|
1227
704
|
?max_results: ::Integer,
|
|
1228
705
|
?next_token: ::String
|
|
@@ -1269,12 +746,12 @@ module Aws
|
|
|
1269
746
|
data_lake_admins: Array[
|
|
1270
747
|
{
|
|
1271
748
|
data_lake_principal_identifier: ::String?
|
|
1272
|
-
}
|
|
749
|
+
}
|
|
1273
750
|
]?,
|
|
1274
751
|
read_only_admins: Array[
|
|
1275
752
|
{
|
|
1276
753
|
data_lake_principal_identifier: ::String?
|
|
1277
|
-
}
|
|
754
|
+
}
|
|
1278
755
|
]?,
|
|
1279
756
|
create_database_default_permissions: Array[
|
|
1280
757
|
{
|
|
@@ -1282,7 +759,7 @@ module Aws
|
|
|
1282
759
|
data_lake_principal_identifier: ::String?
|
|
1283
760
|
}?,
|
|
1284
761
|
permissions: Array[("ALL" | "SELECT" | "ALTER" | "DROP" | "DELETE" | "INSERT" | "DESCRIBE" | "CREATE_DATABASE" | "CREATE_TABLE" | "DATA_LOCATION_ACCESS" | "CREATE_LF_TAG" | "ASSOCIATE" | "GRANT_WITH_LF_TAG_EXPRESSION" | "CREATE_LF_TAG_EXPRESSION" | "CREATE_CATALOG" | "SUPER_USER")]?
|
|
1285
|
-
}
|
|
762
|
+
}
|
|
1286
763
|
]?,
|
|
1287
764
|
create_table_default_permissions: Array[
|
|
1288
765
|
{
|
|
@@ -1290,7 +767,7 @@ module Aws
|
|
|
1290
767
|
data_lake_principal_identifier: ::String?
|
|
1291
768
|
}?,
|
|
1292
769
|
permissions: Array[("ALL" | "SELECT" | "ALTER" | "DROP" | "DELETE" | "INSERT" | "DESCRIBE" | "CREATE_DATABASE" | "CREATE_TABLE" | "DATA_LOCATION_ACCESS" | "CREATE_LF_TAG" | "ASSOCIATE" | "GRANT_WITH_LF_TAG_EXPRESSION" | "CREATE_LF_TAG_EXPRESSION" | "CREATE_CATALOG" | "SUPER_USER")]?
|
|
1293
|
-
}
|
|
770
|
+
}
|
|
1294
771
|
]?,
|
|
1295
772
|
parameters: Hash[::String, ::String]?,
|
|
1296
773
|
trusted_resource_owners: Array[::String]?,
|
|
@@ -1299,7 +776,7 @@ module Aws
|
|
|
1299
776
|
external_data_filtering_allow_list: Array[
|
|
1300
777
|
{
|
|
1301
778
|
data_lake_principal_identifier: ::String?
|
|
1302
|
-
}
|
|
779
|
+
}
|
|
1303
780
|
]?,
|
|
1304
781
|
authorized_session_tag_value_list: Array[::String]?
|
|
1305
782
|
}
|
|
@@ -1328,67 +805,13 @@ module Aws
|
|
|
1328
805
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LakeFormation/Client.html#remove_lf_tags_from_resource-instance_method
|
|
1329
806
|
def remove_lf_tags_from_resource: (
|
|
1330
807
|
?catalog_id: ::String,
|
|
1331
|
-
resource:
|
|
1332
|
-
catalog: {
|
|
1333
|
-
id: ::String?
|
|
1334
|
-
}?,
|
|
1335
|
-
database: {
|
|
1336
|
-
catalog_id: ::String?,
|
|
1337
|
-
name: ::String
|
|
1338
|
-
}?,
|
|
1339
|
-
table: {
|
|
1340
|
-
catalog_id: ::String?,
|
|
1341
|
-
database_name: ::String,
|
|
1342
|
-
name: ::String?,
|
|
1343
|
-
table_wildcard: {
|
|
1344
|
-
}?
|
|
1345
|
-
}?,
|
|
1346
|
-
table_with_columns: {
|
|
1347
|
-
catalog_id: ::String?,
|
|
1348
|
-
database_name: ::String,
|
|
1349
|
-
name: ::String,
|
|
1350
|
-
column_names: Array[::String]?,
|
|
1351
|
-
column_wildcard: {
|
|
1352
|
-
excluded_column_names: Array[::String]?
|
|
1353
|
-
}?
|
|
1354
|
-
}?,
|
|
1355
|
-
data_location: {
|
|
1356
|
-
catalog_id: ::String?,
|
|
1357
|
-
resource_arn: ::String
|
|
1358
|
-
}?,
|
|
1359
|
-
data_cells_filter: {
|
|
1360
|
-
table_catalog_id: ::String?,
|
|
1361
|
-
database_name: ::String?,
|
|
1362
|
-
table_name: ::String?,
|
|
1363
|
-
name: ::String?
|
|
1364
|
-
}?,
|
|
1365
|
-
lf_tag: {
|
|
1366
|
-
catalog_id: ::String?,
|
|
1367
|
-
tag_key: ::String,
|
|
1368
|
-
tag_values: Array[::String]
|
|
1369
|
-
}?,
|
|
1370
|
-
lf_tag_policy: {
|
|
1371
|
-
catalog_id: ::String?,
|
|
1372
|
-
resource_type: ("DATABASE" | "TABLE"),
|
|
1373
|
-
expression: Array[
|
|
1374
|
-
{
|
|
1375
|
-
tag_key: ::String,
|
|
1376
|
-
tag_values: Array[::String]
|
|
1377
|
-
},
|
|
1378
|
-
]?,
|
|
1379
|
-
expression_name: ::String?
|
|
1380
|
-
}?,
|
|
1381
|
-
lf_tag_expression: {
|
|
1382
|
-
catalog_id: ::String?,
|
|
1383
|
-
name: ::String
|
|
1384
|
-
}?
|
|
1385
|
-
},
|
|
808
|
+
resource: Params::resource,
|
|
1386
809
|
lf_tags: Array[
|
|
1387
810
|
{
|
|
1388
811
|
catalog_id: ::String?,
|
|
1389
812
|
tag_key: ::String,
|
|
1390
813
|
tag_values: Array[::String]
|
|
1391
|
-
}
|
|
814
|
+
}
|
|
1392
815
|
]
|
|
1393
816
|
) -> _RemoveLFTagsFromResourceResponseSuccess
|
|
1394
817
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RemoveLFTagsFromResourceResponseSuccess
|
|
@@ -1402,61 +825,7 @@ module Aws
|
|
|
1402
825
|
principal: {
|
|
1403
826
|
data_lake_principal_identifier: ::String?
|
|
1404
827
|
},
|
|
1405
|
-
resource:
|
|
1406
|
-
catalog: {
|
|
1407
|
-
id: ::String?
|
|
1408
|
-
}?,
|
|
1409
|
-
database: {
|
|
1410
|
-
catalog_id: ::String?,
|
|
1411
|
-
name: ::String
|
|
1412
|
-
}?,
|
|
1413
|
-
table: {
|
|
1414
|
-
catalog_id: ::String?,
|
|
1415
|
-
database_name: ::String,
|
|
1416
|
-
name: ::String?,
|
|
1417
|
-
table_wildcard: {
|
|
1418
|
-
}?
|
|
1419
|
-
}?,
|
|
1420
|
-
table_with_columns: {
|
|
1421
|
-
catalog_id: ::String?,
|
|
1422
|
-
database_name: ::String,
|
|
1423
|
-
name: ::String,
|
|
1424
|
-
column_names: Array[::String]?,
|
|
1425
|
-
column_wildcard: {
|
|
1426
|
-
excluded_column_names: Array[::String]?
|
|
1427
|
-
}?
|
|
1428
|
-
}?,
|
|
1429
|
-
data_location: {
|
|
1430
|
-
catalog_id: ::String?,
|
|
1431
|
-
resource_arn: ::String
|
|
1432
|
-
}?,
|
|
1433
|
-
data_cells_filter: {
|
|
1434
|
-
table_catalog_id: ::String?,
|
|
1435
|
-
database_name: ::String?,
|
|
1436
|
-
table_name: ::String?,
|
|
1437
|
-
name: ::String?
|
|
1438
|
-
}?,
|
|
1439
|
-
lf_tag: {
|
|
1440
|
-
catalog_id: ::String?,
|
|
1441
|
-
tag_key: ::String,
|
|
1442
|
-
tag_values: Array[::String]
|
|
1443
|
-
}?,
|
|
1444
|
-
lf_tag_policy: {
|
|
1445
|
-
catalog_id: ::String?,
|
|
1446
|
-
resource_type: ("DATABASE" | "TABLE"),
|
|
1447
|
-
expression: Array[
|
|
1448
|
-
{
|
|
1449
|
-
tag_key: ::String,
|
|
1450
|
-
tag_values: Array[::String]
|
|
1451
|
-
},
|
|
1452
|
-
]?,
|
|
1453
|
-
expression_name: ::String?
|
|
1454
|
-
}?,
|
|
1455
|
-
lf_tag_expression: {
|
|
1456
|
-
catalog_id: ::String?,
|
|
1457
|
-
name: ::String
|
|
1458
|
-
}?
|
|
1459
|
-
},
|
|
828
|
+
resource: Params::resource,
|
|
1460
829
|
permissions: Array[("ALL" | "SELECT" | "ALTER" | "DROP" | "DELETE" | "INSERT" | "DESCRIBE" | "CREATE_DATABASE" | "CREATE_TABLE" | "DATA_LOCATION_ACCESS" | "CREATE_LF_TAG" | "ASSOCIATE" | "GRANT_WITH_LF_TAG_EXPRESSION" | "CREATE_LF_TAG_EXPRESSION" | "CREATE_CATALOG" | "SUPER_USER")],
|
|
1461
830
|
?condition: {
|
|
1462
831
|
expression: ::String?
|
|
@@ -1479,7 +848,7 @@ module Aws
|
|
|
1479
848
|
{
|
|
1480
849
|
tag_key: ::String,
|
|
1481
850
|
tag_values: Array[::String]
|
|
1482
|
-
}
|
|
851
|
+
}
|
|
1483
852
|
]
|
|
1484
853
|
) -> _SearchDatabasesByLFTagsResponseSuccess
|
|
1485
854
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SearchDatabasesByLFTagsResponseSuccess
|
|
@@ -1498,7 +867,7 @@ module Aws
|
|
|
1498
867
|
{
|
|
1499
868
|
tag_key: ::String,
|
|
1500
869
|
tag_values: Array[::String]
|
|
1501
|
-
}
|
|
870
|
+
}
|
|
1502
871
|
]
|
|
1503
872
|
) -> _SearchTablesByLFTagsResponseSuccess
|
|
1504
873
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SearchTablesByLFTagsResponseSuccess
|
|
@@ -1535,22 +904,7 @@ module Aws
|
|
|
1535
904
|
end
|
|
1536
905
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LakeFormation/Client.html#update_data_cells_filter-instance_method
|
|
1537
906
|
def update_data_cells_filter: (
|
|
1538
|
-
table_data:
|
|
1539
|
-
table_catalog_id: ::String,
|
|
1540
|
-
database_name: ::String,
|
|
1541
|
-
table_name: ::String,
|
|
1542
|
-
name: ::String,
|
|
1543
|
-
row_filter: {
|
|
1544
|
-
filter_expression: ::String?,
|
|
1545
|
-
all_rows_wildcard: {
|
|
1546
|
-
}?
|
|
1547
|
-
}?,
|
|
1548
|
-
column_names: Array[::String]?,
|
|
1549
|
-
column_wildcard: {
|
|
1550
|
-
excluded_column_names: Array[::String]?
|
|
1551
|
-
}?,
|
|
1552
|
-
version_id: ::String?
|
|
1553
|
-
}
|
|
907
|
+
table_data: Params::data_cells_filter
|
|
1554
908
|
) -> _UpdateDataCellsFilterResponseSuccess
|
|
1555
909
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateDataCellsFilterResponseSuccess
|
|
1556
910
|
|
|
@@ -1578,7 +932,7 @@ module Aws
|
|
|
1578
932
|
{
|
|
1579
933
|
tag_key: ::String,
|
|
1580
934
|
tag_values: Array[::String]
|
|
1581
|
-
}
|
|
935
|
+
}
|
|
1582
936
|
]
|
|
1583
937
|
) -> _UpdateLFTagExpressionResponseSuccess
|
|
1584
938
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateLFTagExpressionResponseSuccess
|
|
@@ -1592,7 +946,7 @@ module Aws
|
|
|
1592
946
|
?share_recipients: Array[
|
|
1593
947
|
{
|
|
1594
948
|
data_lake_principal_identifier: ::String?
|
|
1595
|
-
}
|
|
949
|
+
}
|
|
1596
950
|
],
|
|
1597
951
|
?service_integrations: Array[
|
|
1598
952
|
{
|
|
@@ -1601,9 +955,9 @@ module Aws
|
|
|
1601
955
|
redshift_connect: {
|
|
1602
956
|
authorization: ("ENABLED" | "DISABLED")
|
|
1603
957
|
}?
|
|
1604
|
-
}
|
|
958
|
+
}
|
|
1605
959
|
]?
|
|
1606
|
-
}
|
|
960
|
+
}
|
|
1607
961
|
],
|
|
1608
962
|
?application_status: ("ENABLED" | "DISABLED"),
|
|
1609
963
|
?external_filtering: {
|
|
@@ -1648,7 +1002,7 @@ module Aws
|
|
|
1648
1002
|
etag: ::String?,
|
|
1649
1003
|
partition_values: Array[::String]?
|
|
1650
1004
|
}?
|
|
1651
|
-
}
|
|
1005
|
+
}
|
|
1652
1006
|
]
|
|
1653
1007
|
) -> _UpdateTableObjectsResponseSuccess
|
|
1654
1008
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateTableObjectsResponseSuccess
|
data/sig/params.rbs
ADDED
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
|
2
|
+
#
|
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
5
|
+
#
|
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
|
7
|
+
|
|
8
|
+
module Aws
|
|
9
|
+
module LakeFormation
|
|
10
|
+
module Params
|
|
11
|
+
type table_with_columns_resource = {
|
|
12
|
+
catalog_id: ::String?,
|
|
13
|
+
database_name: ::String,
|
|
14
|
+
name: ::String,
|
|
15
|
+
column_names: Array[::String]?,
|
|
16
|
+
column_wildcard: {
|
|
17
|
+
excluded_column_names: Array[::String]?
|
|
18
|
+
}?
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
type lf_tag_policy_resource = {
|
|
22
|
+
catalog_id: ::String?,
|
|
23
|
+
resource_type: ("DATABASE" | "TABLE"),
|
|
24
|
+
expression: Array[
|
|
25
|
+
{
|
|
26
|
+
tag_key: ::String,
|
|
27
|
+
tag_values: Array[::String]
|
|
28
|
+
}
|
|
29
|
+
]?,
|
|
30
|
+
expression_name: ::String?
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
type resource = {
|
|
34
|
+
catalog: {
|
|
35
|
+
id: ::String?
|
|
36
|
+
}?,
|
|
37
|
+
database: {
|
|
38
|
+
catalog_id: ::String?,
|
|
39
|
+
name: ::String
|
|
40
|
+
}?,
|
|
41
|
+
table: {
|
|
42
|
+
catalog_id: ::String?,
|
|
43
|
+
database_name: ::String,
|
|
44
|
+
name: ::String?,
|
|
45
|
+
table_wildcard: {
|
|
46
|
+
}?
|
|
47
|
+
}?,
|
|
48
|
+
table_with_columns: Params::table_with_columns_resource?,
|
|
49
|
+
data_location: {
|
|
50
|
+
catalog_id: ::String?,
|
|
51
|
+
resource_arn: ::String
|
|
52
|
+
}?,
|
|
53
|
+
data_cells_filter: {
|
|
54
|
+
table_catalog_id: ::String?,
|
|
55
|
+
database_name: ::String?,
|
|
56
|
+
table_name: ::String?,
|
|
57
|
+
name: ::String?
|
|
58
|
+
}?,
|
|
59
|
+
lf_tag: {
|
|
60
|
+
catalog_id: ::String?,
|
|
61
|
+
tag_key: ::String,
|
|
62
|
+
tag_values: Array[::String]
|
|
63
|
+
}?,
|
|
64
|
+
lf_tag_policy: Params::lf_tag_policy_resource?,
|
|
65
|
+
lf_tag_expression: {
|
|
66
|
+
catalog_id: ::String?,
|
|
67
|
+
name: ::String
|
|
68
|
+
}?
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
type batch_permissions_request_entry = {
|
|
72
|
+
id: ::String,
|
|
73
|
+
principal: {
|
|
74
|
+
data_lake_principal_identifier: ::String?
|
|
75
|
+
}?,
|
|
76
|
+
resource: Params::resource?,
|
|
77
|
+
permissions: Array[("ALL" | "SELECT" | "ALTER" | "DROP" | "DELETE" | "INSERT" | "DESCRIBE" | "CREATE_DATABASE" | "CREATE_TABLE" | "DATA_LOCATION_ACCESS" | "CREATE_LF_TAG" | "ASSOCIATE" | "GRANT_WITH_LF_TAG_EXPRESSION" | "CREATE_LF_TAG_EXPRESSION" | "CREATE_CATALOG" | "SUPER_USER")]?,
|
|
78
|
+
condition: {
|
|
79
|
+
expression: ::String?
|
|
80
|
+
}?,
|
|
81
|
+
permissions_with_grant_option: Array[("ALL" | "SELECT" | "ALTER" | "DROP" | "DELETE" | "INSERT" | "DESCRIBE" | "CREATE_DATABASE" | "CREATE_TABLE" | "DATA_LOCATION_ACCESS" | "CREATE_LF_TAG" | "ASSOCIATE" | "GRANT_WITH_LF_TAG_EXPRESSION" | "CREATE_LF_TAG_EXPRESSION" | "CREATE_CATALOG" | "SUPER_USER")]?
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
type data_cells_filter = {
|
|
85
|
+
table_catalog_id: ::String,
|
|
86
|
+
database_name: ::String,
|
|
87
|
+
table_name: ::String,
|
|
88
|
+
name: ::String,
|
|
89
|
+
row_filter: {
|
|
90
|
+
filter_expression: ::String?,
|
|
91
|
+
all_rows_wildcard: {
|
|
92
|
+
}?
|
|
93
|
+
}?,
|
|
94
|
+
column_names: Array[::String]?,
|
|
95
|
+
column_wildcard: {
|
|
96
|
+
excluded_column_names: Array[::String]?
|
|
97
|
+
}?,
|
|
98
|
+
version_id: ::String?
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
end
|
|
102
|
+
end
|
|
103
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-lakeformation
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.90.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -67,6 +67,7 @@ files:
|
|
|
67
67
|
- lib/aws-sdk-lakeformation/types.rb
|
|
68
68
|
- sig/client.rbs
|
|
69
69
|
- sig/errors.rbs
|
|
70
|
+
- sig/params.rbs
|
|
70
71
|
- sig/resource.rbs
|
|
71
72
|
- sig/types.rbs
|
|
72
73
|
- sig/waiters.rbs
|