aws-sdk-lakeformation 1.46.0 → 1.47.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/plugins/endpoints.rb +1 -0
- data/lib/aws-sdk-lakeformation.rb +1 -1
- data/sig/client.rbs +1446 -0
- data/sig/errors.rbs +70 -0
- data/sig/resource.rbs +79 -0
- data/sig/types.rbs +1080 -0
- data/sig/waiters.rbs +13 -0
- metadata +13 -8
data/sig/types.rbs
ADDED
@@ -0,0 +1,1080 @@
|
|
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::LakeFormation
|
9
|
+
module Types
|
10
|
+
|
11
|
+
class AccessDeniedException
|
12
|
+
attr_accessor message: ::String
|
13
|
+
SENSITIVE: []
|
14
|
+
end
|
15
|
+
|
16
|
+
class AddLFTagsToResourceRequest
|
17
|
+
attr_accessor catalog_id: ::String
|
18
|
+
attr_accessor resource: Types::Resource
|
19
|
+
attr_accessor lf_tags: ::Array[Types::LFTagPair]
|
20
|
+
SENSITIVE: []
|
21
|
+
end
|
22
|
+
|
23
|
+
class AddLFTagsToResourceResponse
|
24
|
+
attr_accessor failures: ::Array[Types::LFTagError]
|
25
|
+
SENSITIVE: []
|
26
|
+
end
|
27
|
+
|
28
|
+
class AddObjectInput
|
29
|
+
attr_accessor uri: ::String
|
30
|
+
attr_accessor etag: ::String
|
31
|
+
attr_accessor size: ::Integer
|
32
|
+
attr_accessor partition_values: ::Array[::String]
|
33
|
+
SENSITIVE: []
|
34
|
+
end
|
35
|
+
|
36
|
+
class AllRowsWildcard < Aws::EmptyStructure
|
37
|
+
end
|
38
|
+
|
39
|
+
class AlreadyExistsException
|
40
|
+
attr_accessor message: ::String
|
41
|
+
SENSITIVE: []
|
42
|
+
end
|
43
|
+
|
44
|
+
class AssumeDecoratedRoleWithSAMLRequest
|
45
|
+
attr_accessor saml_assertion: ::String
|
46
|
+
attr_accessor role_arn: ::String
|
47
|
+
attr_accessor principal_arn: ::String
|
48
|
+
attr_accessor duration_seconds: ::Integer
|
49
|
+
SENSITIVE: []
|
50
|
+
end
|
51
|
+
|
52
|
+
class AssumeDecoratedRoleWithSAMLResponse
|
53
|
+
attr_accessor access_key_id: ::String
|
54
|
+
attr_accessor secret_access_key: ::String
|
55
|
+
attr_accessor session_token: ::String
|
56
|
+
attr_accessor expiration: ::Time
|
57
|
+
SENSITIVE: []
|
58
|
+
end
|
59
|
+
|
60
|
+
class AuditContext
|
61
|
+
attr_accessor additional_audit_context: ::String
|
62
|
+
SENSITIVE: []
|
63
|
+
end
|
64
|
+
|
65
|
+
class BatchGrantPermissionsRequest
|
66
|
+
attr_accessor catalog_id: ::String
|
67
|
+
attr_accessor entries: ::Array[Types::BatchPermissionsRequestEntry]
|
68
|
+
SENSITIVE: []
|
69
|
+
end
|
70
|
+
|
71
|
+
class BatchGrantPermissionsResponse
|
72
|
+
attr_accessor failures: ::Array[Types::BatchPermissionsFailureEntry]
|
73
|
+
SENSITIVE: []
|
74
|
+
end
|
75
|
+
|
76
|
+
class BatchPermissionsFailureEntry
|
77
|
+
attr_accessor request_entry: Types::BatchPermissionsRequestEntry
|
78
|
+
attr_accessor error: Types::ErrorDetail
|
79
|
+
SENSITIVE: []
|
80
|
+
end
|
81
|
+
|
82
|
+
class BatchPermissionsRequestEntry
|
83
|
+
attr_accessor id: ::String
|
84
|
+
attr_accessor principal: Types::DataLakePrincipal
|
85
|
+
attr_accessor resource: Types::Resource
|
86
|
+
attr_accessor 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")]
|
87
|
+
attr_accessor 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")]
|
88
|
+
SENSITIVE: []
|
89
|
+
end
|
90
|
+
|
91
|
+
class BatchRevokePermissionsRequest
|
92
|
+
attr_accessor catalog_id: ::String
|
93
|
+
attr_accessor entries: ::Array[Types::BatchPermissionsRequestEntry]
|
94
|
+
SENSITIVE: []
|
95
|
+
end
|
96
|
+
|
97
|
+
class BatchRevokePermissionsResponse
|
98
|
+
attr_accessor failures: ::Array[Types::BatchPermissionsFailureEntry]
|
99
|
+
SENSITIVE: []
|
100
|
+
end
|
101
|
+
|
102
|
+
class CancelTransactionRequest
|
103
|
+
attr_accessor transaction_id: ::String
|
104
|
+
SENSITIVE: []
|
105
|
+
end
|
106
|
+
|
107
|
+
class CancelTransactionResponse < Aws::EmptyStructure
|
108
|
+
end
|
109
|
+
|
110
|
+
class CatalogResource < Aws::EmptyStructure
|
111
|
+
end
|
112
|
+
|
113
|
+
class ColumnLFTag
|
114
|
+
attr_accessor name: ::String
|
115
|
+
attr_accessor lf_tags: ::Array[Types::LFTagPair]
|
116
|
+
SENSITIVE: []
|
117
|
+
end
|
118
|
+
|
119
|
+
class ColumnWildcard
|
120
|
+
attr_accessor excluded_column_names: ::Array[::String]
|
121
|
+
SENSITIVE: []
|
122
|
+
end
|
123
|
+
|
124
|
+
class CommitTransactionRequest
|
125
|
+
attr_accessor transaction_id: ::String
|
126
|
+
SENSITIVE: []
|
127
|
+
end
|
128
|
+
|
129
|
+
class CommitTransactionResponse
|
130
|
+
attr_accessor transaction_status: ("ACTIVE" | "COMMITTED" | "ABORTED" | "COMMIT_IN_PROGRESS")
|
131
|
+
SENSITIVE: []
|
132
|
+
end
|
133
|
+
|
134
|
+
class ConcurrentModificationException
|
135
|
+
attr_accessor message: ::String
|
136
|
+
SENSITIVE: []
|
137
|
+
end
|
138
|
+
|
139
|
+
class CreateDataCellsFilterRequest
|
140
|
+
attr_accessor table_data: Types::DataCellsFilter
|
141
|
+
SENSITIVE: []
|
142
|
+
end
|
143
|
+
|
144
|
+
class CreateDataCellsFilterResponse < Aws::EmptyStructure
|
145
|
+
end
|
146
|
+
|
147
|
+
class CreateLFTagRequest
|
148
|
+
attr_accessor catalog_id: ::String
|
149
|
+
attr_accessor tag_key: ::String
|
150
|
+
attr_accessor tag_values: ::Array[::String]
|
151
|
+
SENSITIVE: []
|
152
|
+
end
|
153
|
+
|
154
|
+
class CreateLFTagResponse < Aws::EmptyStructure
|
155
|
+
end
|
156
|
+
|
157
|
+
class CreateLakeFormationIdentityCenterConfigurationRequest
|
158
|
+
attr_accessor catalog_id: ::String
|
159
|
+
attr_accessor instance_arn: ::String
|
160
|
+
attr_accessor external_filtering: Types::ExternalFilteringConfiguration
|
161
|
+
SENSITIVE: []
|
162
|
+
end
|
163
|
+
|
164
|
+
class CreateLakeFormationIdentityCenterConfigurationResponse
|
165
|
+
attr_accessor application_arn: ::String
|
166
|
+
SENSITIVE: []
|
167
|
+
end
|
168
|
+
|
169
|
+
class CreateLakeFormationOptInRequest
|
170
|
+
attr_accessor principal: Types::DataLakePrincipal
|
171
|
+
attr_accessor resource: Types::Resource
|
172
|
+
SENSITIVE: []
|
173
|
+
end
|
174
|
+
|
175
|
+
class CreateLakeFormationOptInResponse < Aws::EmptyStructure
|
176
|
+
end
|
177
|
+
|
178
|
+
class DataCellsFilter
|
179
|
+
attr_accessor table_catalog_id: ::String
|
180
|
+
attr_accessor database_name: ::String
|
181
|
+
attr_accessor table_name: ::String
|
182
|
+
attr_accessor name: ::String
|
183
|
+
attr_accessor row_filter: Types::RowFilter
|
184
|
+
attr_accessor column_names: ::Array[::String]
|
185
|
+
attr_accessor column_wildcard: Types::ColumnWildcard
|
186
|
+
attr_accessor version_id: ::String
|
187
|
+
SENSITIVE: []
|
188
|
+
end
|
189
|
+
|
190
|
+
class DataCellsFilterResource
|
191
|
+
attr_accessor table_catalog_id: ::String
|
192
|
+
attr_accessor database_name: ::String
|
193
|
+
attr_accessor table_name: ::String
|
194
|
+
attr_accessor name: ::String
|
195
|
+
SENSITIVE: []
|
196
|
+
end
|
197
|
+
|
198
|
+
class DataLakePrincipal
|
199
|
+
attr_accessor data_lake_principal_identifier: ::String
|
200
|
+
SENSITIVE: []
|
201
|
+
end
|
202
|
+
|
203
|
+
class DataLakeSettings
|
204
|
+
attr_accessor data_lake_admins: ::Array[Types::DataLakePrincipal]
|
205
|
+
attr_accessor read_only_admins: ::Array[Types::DataLakePrincipal]
|
206
|
+
attr_accessor create_database_default_permissions: ::Array[Types::PrincipalPermissions]
|
207
|
+
attr_accessor create_table_default_permissions: ::Array[Types::PrincipalPermissions]
|
208
|
+
attr_accessor parameters: ::Hash[::String, ::String]
|
209
|
+
attr_accessor trusted_resource_owners: ::Array[::String]
|
210
|
+
attr_accessor allow_external_data_filtering: bool
|
211
|
+
attr_accessor allow_full_table_external_data_access: bool
|
212
|
+
attr_accessor external_data_filtering_allow_list: ::Array[Types::DataLakePrincipal]
|
213
|
+
attr_accessor authorized_session_tag_value_list: ::Array[::String]
|
214
|
+
SENSITIVE: []
|
215
|
+
end
|
216
|
+
|
217
|
+
class DataLocationResource
|
218
|
+
attr_accessor catalog_id: ::String
|
219
|
+
attr_accessor resource_arn: ::String
|
220
|
+
SENSITIVE: []
|
221
|
+
end
|
222
|
+
|
223
|
+
class DatabaseResource
|
224
|
+
attr_accessor catalog_id: ::String
|
225
|
+
attr_accessor name: ::String
|
226
|
+
SENSITIVE: []
|
227
|
+
end
|
228
|
+
|
229
|
+
class DeleteDataCellsFilterRequest
|
230
|
+
attr_accessor table_catalog_id: ::String
|
231
|
+
attr_accessor database_name: ::String
|
232
|
+
attr_accessor table_name: ::String
|
233
|
+
attr_accessor name: ::String
|
234
|
+
SENSITIVE: []
|
235
|
+
end
|
236
|
+
|
237
|
+
class DeleteDataCellsFilterResponse < Aws::EmptyStructure
|
238
|
+
end
|
239
|
+
|
240
|
+
class DeleteLFTagRequest
|
241
|
+
attr_accessor catalog_id: ::String
|
242
|
+
attr_accessor tag_key: ::String
|
243
|
+
SENSITIVE: []
|
244
|
+
end
|
245
|
+
|
246
|
+
class DeleteLFTagResponse < Aws::EmptyStructure
|
247
|
+
end
|
248
|
+
|
249
|
+
class DeleteLakeFormationIdentityCenterConfigurationRequest
|
250
|
+
attr_accessor catalog_id: ::String
|
251
|
+
SENSITIVE: []
|
252
|
+
end
|
253
|
+
|
254
|
+
class DeleteLakeFormationIdentityCenterConfigurationResponse < Aws::EmptyStructure
|
255
|
+
end
|
256
|
+
|
257
|
+
class DeleteLakeFormationOptInRequest
|
258
|
+
attr_accessor principal: Types::DataLakePrincipal
|
259
|
+
attr_accessor resource: Types::Resource
|
260
|
+
SENSITIVE: []
|
261
|
+
end
|
262
|
+
|
263
|
+
class DeleteLakeFormationOptInResponse < Aws::EmptyStructure
|
264
|
+
end
|
265
|
+
|
266
|
+
class DeleteObjectInput
|
267
|
+
attr_accessor uri: ::String
|
268
|
+
attr_accessor etag: ::String
|
269
|
+
attr_accessor partition_values: ::Array[::String]
|
270
|
+
SENSITIVE: []
|
271
|
+
end
|
272
|
+
|
273
|
+
class DeleteObjectsOnCancelRequest
|
274
|
+
attr_accessor catalog_id: ::String
|
275
|
+
attr_accessor database_name: ::String
|
276
|
+
attr_accessor table_name: ::String
|
277
|
+
attr_accessor transaction_id: ::String
|
278
|
+
attr_accessor objects: ::Array[Types::VirtualObject]
|
279
|
+
SENSITIVE: []
|
280
|
+
end
|
281
|
+
|
282
|
+
class DeleteObjectsOnCancelResponse < Aws::EmptyStructure
|
283
|
+
end
|
284
|
+
|
285
|
+
class DeregisterResourceRequest
|
286
|
+
attr_accessor resource_arn: ::String
|
287
|
+
SENSITIVE: []
|
288
|
+
end
|
289
|
+
|
290
|
+
class DeregisterResourceResponse < Aws::EmptyStructure
|
291
|
+
end
|
292
|
+
|
293
|
+
class DescribeLakeFormationIdentityCenterConfigurationRequest
|
294
|
+
attr_accessor catalog_id: ::String
|
295
|
+
SENSITIVE: []
|
296
|
+
end
|
297
|
+
|
298
|
+
class DescribeLakeFormationIdentityCenterConfigurationResponse
|
299
|
+
attr_accessor catalog_id: ::String
|
300
|
+
attr_accessor instance_arn: ::String
|
301
|
+
attr_accessor application_arn: ::String
|
302
|
+
attr_accessor external_filtering: Types::ExternalFilteringConfiguration
|
303
|
+
SENSITIVE: []
|
304
|
+
end
|
305
|
+
|
306
|
+
class DescribeResourceRequest
|
307
|
+
attr_accessor resource_arn: ::String
|
308
|
+
SENSITIVE: []
|
309
|
+
end
|
310
|
+
|
311
|
+
class DescribeResourceResponse
|
312
|
+
attr_accessor resource_info: Types::ResourceInfo
|
313
|
+
SENSITIVE: []
|
314
|
+
end
|
315
|
+
|
316
|
+
class DescribeTransactionRequest
|
317
|
+
attr_accessor transaction_id: ::String
|
318
|
+
SENSITIVE: []
|
319
|
+
end
|
320
|
+
|
321
|
+
class DescribeTransactionResponse
|
322
|
+
attr_accessor transaction_description: Types::TransactionDescription
|
323
|
+
SENSITIVE: []
|
324
|
+
end
|
325
|
+
|
326
|
+
class DetailsMap
|
327
|
+
attr_accessor resource_share: ::Array[::String]
|
328
|
+
SENSITIVE: []
|
329
|
+
end
|
330
|
+
|
331
|
+
class EntityNotFoundException
|
332
|
+
attr_accessor message: ::String
|
333
|
+
SENSITIVE: []
|
334
|
+
end
|
335
|
+
|
336
|
+
class ErrorDetail
|
337
|
+
attr_accessor error_code: ::String
|
338
|
+
attr_accessor error_message: ::String
|
339
|
+
SENSITIVE: []
|
340
|
+
end
|
341
|
+
|
342
|
+
class ExecutionStatistics
|
343
|
+
attr_accessor average_execution_time_millis: ::Integer
|
344
|
+
attr_accessor data_scanned_bytes: ::Integer
|
345
|
+
attr_accessor work_units_executed_count: ::Integer
|
346
|
+
SENSITIVE: []
|
347
|
+
end
|
348
|
+
|
349
|
+
class ExpiredException
|
350
|
+
attr_accessor message: ::String
|
351
|
+
SENSITIVE: []
|
352
|
+
end
|
353
|
+
|
354
|
+
class ExtendTransactionRequest
|
355
|
+
attr_accessor transaction_id: ::String
|
356
|
+
SENSITIVE: []
|
357
|
+
end
|
358
|
+
|
359
|
+
class ExtendTransactionResponse < Aws::EmptyStructure
|
360
|
+
end
|
361
|
+
|
362
|
+
class ExternalFilteringConfiguration
|
363
|
+
attr_accessor status: ("ENABLED" | "DISABLED")
|
364
|
+
attr_accessor authorized_targets: ::Array[::String]
|
365
|
+
SENSITIVE: []
|
366
|
+
end
|
367
|
+
|
368
|
+
class FilterCondition
|
369
|
+
attr_accessor field: ("RESOURCE_ARN" | "ROLE_ARN" | "LAST_MODIFIED")
|
370
|
+
attr_accessor comparison_operator: ("EQ" | "NE" | "LE" | "LT" | "GE" | "GT" | "CONTAINS" | "NOT_CONTAINS" | "BEGINS_WITH" | "IN" | "BETWEEN")
|
371
|
+
attr_accessor string_value_list: ::Array[::String]
|
372
|
+
SENSITIVE: []
|
373
|
+
end
|
374
|
+
|
375
|
+
class GetDataCellsFilterRequest
|
376
|
+
attr_accessor table_catalog_id: ::String
|
377
|
+
attr_accessor database_name: ::String
|
378
|
+
attr_accessor table_name: ::String
|
379
|
+
attr_accessor name: ::String
|
380
|
+
SENSITIVE: []
|
381
|
+
end
|
382
|
+
|
383
|
+
class GetDataCellsFilterResponse
|
384
|
+
attr_accessor data_cells_filter: Types::DataCellsFilter
|
385
|
+
SENSITIVE: []
|
386
|
+
end
|
387
|
+
|
388
|
+
class GetDataLakeSettingsRequest
|
389
|
+
attr_accessor catalog_id: ::String
|
390
|
+
SENSITIVE: []
|
391
|
+
end
|
392
|
+
|
393
|
+
class GetDataLakeSettingsResponse
|
394
|
+
attr_accessor data_lake_settings: Types::DataLakeSettings
|
395
|
+
SENSITIVE: []
|
396
|
+
end
|
397
|
+
|
398
|
+
class GetEffectivePermissionsForPathRequest
|
399
|
+
attr_accessor catalog_id: ::String
|
400
|
+
attr_accessor resource_arn: ::String
|
401
|
+
attr_accessor next_token: ::String
|
402
|
+
attr_accessor max_results: ::Integer
|
403
|
+
SENSITIVE: []
|
404
|
+
end
|
405
|
+
|
406
|
+
class GetEffectivePermissionsForPathResponse
|
407
|
+
attr_accessor permissions: ::Array[Types::PrincipalResourcePermissions]
|
408
|
+
attr_accessor next_token: ::String
|
409
|
+
SENSITIVE: []
|
410
|
+
end
|
411
|
+
|
412
|
+
class GetLFTagRequest
|
413
|
+
attr_accessor catalog_id: ::String
|
414
|
+
attr_accessor tag_key: ::String
|
415
|
+
SENSITIVE: []
|
416
|
+
end
|
417
|
+
|
418
|
+
class GetLFTagResponse
|
419
|
+
attr_accessor catalog_id: ::String
|
420
|
+
attr_accessor tag_key: ::String
|
421
|
+
attr_accessor tag_values: ::Array[::String]
|
422
|
+
SENSITIVE: []
|
423
|
+
end
|
424
|
+
|
425
|
+
class GetQueryStateRequest
|
426
|
+
attr_accessor query_id: ::String
|
427
|
+
SENSITIVE: []
|
428
|
+
end
|
429
|
+
|
430
|
+
class GetQueryStateResponse
|
431
|
+
attr_accessor error: ::String
|
432
|
+
attr_accessor state: ("PENDING" | "WORKUNITS_AVAILABLE" | "ERROR" | "FINISHED" | "EXPIRED")
|
433
|
+
SENSITIVE: []
|
434
|
+
end
|
435
|
+
|
436
|
+
class GetQueryStatisticsRequest
|
437
|
+
attr_accessor query_id: ::String
|
438
|
+
SENSITIVE: []
|
439
|
+
end
|
440
|
+
|
441
|
+
class GetQueryStatisticsResponse
|
442
|
+
attr_accessor execution_statistics: Types::ExecutionStatistics
|
443
|
+
attr_accessor planning_statistics: Types::PlanningStatistics
|
444
|
+
attr_accessor query_submission_time: ::Time
|
445
|
+
SENSITIVE: []
|
446
|
+
end
|
447
|
+
|
448
|
+
class GetResourceLFTagsRequest
|
449
|
+
attr_accessor catalog_id: ::String
|
450
|
+
attr_accessor resource: Types::Resource
|
451
|
+
attr_accessor show_assigned_lf_tags: bool
|
452
|
+
SENSITIVE: []
|
453
|
+
end
|
454
|
+
|
455
|
+
class GetResourceLFTagsResponse
|
456
|
+
attr_accessor lf_tag_on_database: ::Array[Types::LFTagPair]
|
457
|
+
attr_accessor lf_tags_on_table: ::Array[Types::LFTagPair]
|
458
|
+
attr_accessor lf_tags_on_columns: ::Array[Types::ColumnLFTag]
|
459
|
+
SENSITIVE: []
|
460
|
+
end
|
461
|
+
|
462
|
+
class GetTableObjectsRequest
|
463
|
+
attr_accessor catalog_id: ::String
|
464
|
+
attr_accessor database_name: ::String
|
465
|
+
attr_accessor table_name: ::String
|
466
|
+
attr_accessor transaction_id: ::String
|
467
|
+
attr_accessor query_as_of_time: ::Time
|
468
|
+
attr_accessor partition_predicate: ::String
|
469
|
+
attr_accessor max_results: ::Integer
|
470
|
+
attr_accessor next_token: ::String
|
471
|
+
SENSITIVE: []
|
472
|
+
end
|
473
|
+
|
474
|
+
class GetTableObjectsResponse
|
475
|
+
attr_accessor objects: ::Array[Types::PartitionObjects]
|
476
|
+
attr_accessor next_token: ::String
|
477
|
+
SENSITIVE: []
|
478
|
+
end
|
479
|
+
|
480
|
+
class GetTemporaryGluePartitionCredentialsRequest
|
481
|
+
attr_accessor table_arn: ::String
|
482
|
+
attr_accessor partition: Types::PartitionValueList
|
483
|
+
attr_accessor 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")]
|
484
|
+
attr_accessor duration_seconds: ::Integer
|
485
|
+
attr_accessor audit_context: Types::AuditContext
|
486
|
+
attr_accessor supported_permission_types: ::Array[("COLUMN_PERMISSION" | "CELL_FILTER_PERMISSION" | "NESTED_PERMISSION" | "NESTED_CELL_PERMISSION")]
|
487
|
+
SENSITIVE: []
|
488
|
+
end
|
489
|
+
|
490
|
+
class GetTemporaryGluePartitionCredentialsResponse
|
491
|
+
attr_accessor access_key_id: ::String
|
492
|
+
attr_accessor secret_access_key: ::String
|
493
|
+
attr_accessor session_token: ::String
|
494
|
+
attr_accessor expiration: ::Time
|
495
|
+
SENSITIVE: []
|
496
|
+
end
|
497
|
+
|
498
|
+
class GetTemporaryGlueTableCredentialsRequest
|
499
|
+
attr_accessor table_arn: ::String
|
500
|
+
attr_accessor 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")]
|
501
|
+
attr_accessor duration_seconds: ::Integer
|
502
|
+
attr_accessor audit_context: Types::AuditContext
|
503
|
+
attr_accessor supported_permission_types: ::Array[("COLUMN_PERMISSION" | "CELL_FILTER_PERMISSION" | "NESTED_PERMISSION" | "NESTED_CELL_PERMISSION")]
|
504
|
+
attr_accessor s3_path: ::String
|
505
|
+
attr_accessor query_session_context: Types::QuerySessionContext
|
506
|
+
SENSITIVE: []
|
507
|
+
end
|
508
|
+
|
509
|
+
class GetTemporaryGlueTableCredentialsResponse
|
510
|
+
attr_accessor access_key_id: ::String
|
511
|
+
attr_accessor secret_access_key: ::String
|
512
|
+
attr_accessor session_token: ::String
|
513
|
+
attr_accessor expiration: ::Time
|
514
|
+
attr_accessor vended_s3_path: ::Array[::String]
|
515
|
+
SENSITIVE: []
|
516
|
+
end
|
517
|
+
|
518
|
+
class GetWorkUnitResultsRequest
|
519
|
+
attr_accessor query_id: ::String
|
520
|
+
attr_accessor work_unit_id: ::Integer
|
521
|
+
attr_accessor work_unit_token: ::String
|
522
|
+
SENSITIVE: [:work_unit_token]
|
523
|
+
end
|
524
|
+
|
525
|
+
class GetWorkUnitResultsResponse
|
526
|
+
attr_accessor result_stream: ::IO
|
527
|
+
SENSITIVE: []
|
528
|
+
end
|
529
|
+
|
530
|
+
class GetWorkUnitsRequest
|
531
|
+
attr_accessor next_token: ::String
|
532
|
+
attr_accessor page_size: ::Integer
|
533
|
+
attr_accessor query_id: ::String
|
534
|
+
SENSITIVE: []
|
535
|
+
end
|
536
|
+
|
537
|
+
class GetWorkUnitsResponse
|
538
|
+
attr_accessor next_token: ::String
|
539
|
+
attr_accessor query_id: ::String
|
540
|
+
attr_accessor work_unit_ranges: ::Array[Types::WorkUnitRange]
|
541
|
+
SENSITIVE: []
|
542
|
+
end
|
543
|
+
|
544
|
+
class GlueEncryptionException
|
545
|
+
attr_accessor message: ::String
|
546
|
+
SENSITIVE: []
|
547
|
+
end
|
548
|
+
|
549
|
+
class GrantPermissionsRequest
|
550
|
+
attr_accessor catalog_id: ::String
|
551
|
+
attr_accessor principal: Types::DataLakePrincipal
|
552
|
+
attr_accessor resource: Types::Resource
|
553
|
+
attr_accessor 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")]
|
554
|
+
attr_accessor 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")]
|
555
|
+
SENSITIVE: []
|
556
|
+
end
|
557
|
+
|
558
|
+
class GrantPermissionsResponse < Aws::EmptyStructure
|
559
|
+
end
|
560
|
+
|
561
|
+
class InternalServiceException
|
562
|
+
attr_accessor message: ::String
|
563
|
+
SENSITIVE: []
|
564
|
+
end
|
565
|
+
|
566
|
+
class InvalidInputException
|
567
|
+
attr_accessor message: ::String
|
568
|
+
SENSITIVE: []
|
569
|
+
end
|
570
|
+
|
571
|
+
class LFTag
|
572
|
+
attr_accessor tag_key: ::String
|
573
|
+
attr_accessor tag_values: ::Array[::String]
|
574
|
+
SENSITIVE: []
|
575
|
+
end
|
576
|
+
|
577
|
+
class LFTagError
|
578
|
+
attr_accessor lf_tag: Types::LFTagPair
|
579
|
+
attr_accessor error: Types::ErrorDetail
|
580
|
+
SENSITIVE: []
|
581
|
+
end
|
582
|
+
|
583
|
+
class LFTagKeyResource
|
584
|
+
attr_accessor catalog_id: ::String
|
585
|
+
attr_accessor tag_key: ::String
|
586
|
+
attr_accessor tag_values: ::Array[::String]
|
587
|
+
SENSITIVE: []
|
588
|
+
end
|
589
|
+
|
590
|
+
class LFTagPair
|
591
|
+
attr_accessor catalog_id: ::String
|
592
|
+
attr_accessor tag_key: ::String
|
593
|
+
attr_accessor tag_values: ::Array[::String]
|
594
|
+
SENSITIVE: []
|
595
|
+
end
|
596
|
+
|
597
|
+
class LFTagPolicyResource
|
598
|
+
attr_accessor catalog_id: ::String
|
599
|
+
attr_accessor resource_type: ("DATABASE" | "TABLE")
|
600
|
+
attr_accessor expression: ::Array[Types::LFTag]
|
601
|
+
SENSITIVE: []
|
602
|
+
end
|
603
|
+
|
604
|
+
class LakeFormationOptInsInfo
|
605
|
+
attr_accessor resource: Types::Resource
|
606
|
+
attr_accessor principal: Types::DataLakePrincipal
|
607
|
+
attr_accessor last_modified: ::Time
|
608
|
+
attr_accessor last_updated_by: ::String
|
609
|
+
SENSITIVE: []
|
610
|
+
end
|
611
|
+
|
612
|
+
class ListDataCellsFilterRequest
|
613
|
+
attr_accessor table: Types::TableResource
|
614
|
+
attr_accessor next_token: ::String
|
615
|
+
attr_accessor max_results: ::Integer
|
616
|
+
SENSITIVE: []
|
617
|
+
end
|
618
|
+
|
619
|
+
class ListDataCellsFilterResponse
|
620
|
+
attr_accessor data_cells_filters: ::Array[Types::DataCellsFilter]
|
621
|
+
attr_accessor next_token: ::String
|
622
|
+
SENSITIVE: []
|
623
|
+
end
|
624
|
+
|
625
|
+
class ListLFTagsRequest
|
626
|
+
attr_accessor catalog_id: ::String
|
627
|
+
attr_accessor resource_share_type: ("FOREIGN" | "ALL")
|
628
|
+
attr_accessor max_results: ::Integer
|
629
|
+
attr_accessor next_token: ::String
|
630
|
+
SENSITIVE: []
|
631
|
+
end
|
632
|
+
|
633
|
+
class ListLFTagsResponse
|
634
|
+
attr_accessor lf_tags: ::Array[Types::LFTagPair]
|
635
|
+
attr_accessor next_token: ::String
|
636
|
+
SENSITIVE: []
|
637
|
+
end
|
638
|
+
|
639
|
+
class ListLakeFormationOptInsRequest
|
640
|
+
attr_accessor principal: Types::DataLakePrincipal
|
641
|
+
attr_accessor resource: Types::Resource
|
642
|
+
attr_accessor max_results: ::Integer
|
643
|
+
attr_accessor next_token: ::String
|
644
|
+
SENSITIVE: []
|
645
|
+
end
|
646
|
+
|
647
|
+
class ListLakeFormationOptInsResponse
|
648
|
+
attr_accessor lake_formation_opt_ins_info_list: ::Array[Types::LakeFormationOptInsInfo]
|
649
|
+
attr_accessor next_token: ::String
|
650
|
+
SENSITIVE: []
|
651
|
+
end
|
652
|
+
|
653
|
+
class ListPermissionsRequest
|
654
|
+
attr_accessor catalog_id: ::String
|
655
|
+
attr_accessor principal: Types::DataLakePrincipal
|
656
|
+
attr_accessor resource_type: ("CATALOG" | "DATABASE" | "TABLE" | "DATA_LOCATION" | "LF_TAG" | "LF_TAG_POLICY" | "LF_TAG_POLICY_DATABASE" | "LF_TAG_POLICY_TABLE")
|
657
|
+
attr_accessor resource: Types::Resource
|
658
|
+
attr_accessor next_token: ::String
|
659
|
+
attr_accessor max_results: ::Integer
|
660
|
+
attr_accessor include_related: ::String
|
661
|
+
SENSITIVE: []
|
662
|
+
end
|
663
|
+
|
664
|
+
class ListPermissionsResponse
|
665
|
+
attr_accessor principal_resource_permissions: ::Array[Types::PrincipalResourcePermissions]
|
666
|
+
attr_accessor next_token: ::String
|
667
|
+
SENSITIVE: []
|
668
|
+
end
|
669
|
+
|
670
|
+
class ListResourcesRequest
|
671
|
+
attr_accessor filter_condition_list: ::Array[Types::FilterCondition]
|
672
|
+
attr_accessor max_results: ::Integer
|
673
|
+
attr_accessor next_token: ::String
|
674
|
+
SENSITIVE: []
|
675
|
+
end
|
676
|
+
|
677
|
+
class ListResourcesResponse
|
678
|
+
attr_accessor resource_info_list: ::Array[Types::ResourceInfo]
|
679
|
+
attr_accessor next_token: ::String
|
680
|
+
SENSITIVE: []
|
681
|
+
end
|
682
|
+
|
683
|
+
class ListTableStorageOptimizersRequest
|
684
|
+
attr_accessor catalog_id: ::String
|
685
|
+
attr_accessor database_name: ::String
|
686
|
+
attr_accessor table_name: ::String
|
687
|
+
attr_accessor storage_optimizer_type: ("COMPACTION" | "GARBAGE_COLLECTION" | "ALL")
|
688
|
+
attr_accessor max_results: ::Integer
|
689
|
+
attr_accessor next_token: ::String
|
690
|
+
SENSITIVE: []
|
691
|
+
end
|
692
|
+
|
693
|
+
class ListTableStorageOptimizersResponse
|
694
|
+
attr_accessor storage_optimizer_list: ::Array[Types::StorageOptimizer]
|
695
|
+
attr_accessor next_token: ::String
|
696
|
+
SENSITIVE: []
|
697
|
+
end
|
698
|
+
|
699
|
+
class ListTransactionsRequest
|
700
|
+
attr_accessor catalog_id: ::String
|
701
|
+
attr_accessor status_filter: ("ALL" | "COMPLETED" | "ACTIVE" | "COMMITTED" | "ABORTED")
|
702
|
+
attr_accessor max_results: ::Integer
|
703
|
+
attr_accessor next_token: ::String
|
704
|
+
SENSITIVE: []
|
705
|
+
end
|
706
|
+
|
707
|
+
class ListTransactionsResponse
|
708
|
+
attr_accessor transactions: ::Array[Types::TransactionDescription]
|
709
|
+
attr_accessor next_token: ::String
|
710
|
+
SENSITIVE: []
|
711
|
+
end
|
712
|
+
|
713
|
+
class OperationTimeoutException
|
714
|
+
attr_accessor message: ::String
|
715
|
+
SENSITIVE: []
|
716
|
+
end
|
717
|
+
|
718
|
+
class PartitionObjects
|
719
|
+
attr_accessor partition_values: ::Array[::String]
|
720
|
+
attr_accessor objects: ::Array[Types::TableObject]
|
721
|
+
SENSITIVE: []
|
722
|
+
end
|
723
|
+
|
724
|
+
class PartitionValueList
|
725
|
+
attr_accessor values: ::Array[::String]
|
726
|
+
SENSITIVE: []
|
727
|
+
end
|
728
|
+
|
729
|
+
class PermissionTypeMismatchException
|
730
|
+
attr_accessor message: ::String
|
731
|
+
SENSITIVE: []
|
732
|
+
end
|
733
|
+
|
734
|
+
class PlanningStatistics
|
735
|
+
attr_accessor estimated_data_to_scan_bytes: ::Integer
|
736
|
+
attr_accessor planning_time_millis: ::Integer
|
737
|
+
attr_accessor queue_time_millis: ::Integer
|
738
|
+
attr_accessor work_units_generated_count: ::Integer
|
739
|
+
SENSITIVE: []
|
740
|
+
end
|
741
|
+
|
742
|
+
class PrincipalPermissions
|
743
|
+
attr_accessor principal: Types::DataLakePrincipal
|
744
|
+
attr_accessor 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")]
|
745
|
+
SENSITIVE: []
|
746
|
+
end
|
747
|
+
|
748
|
+
class PrincipalResourcePermissions
|
749
|
+
attr_accessor principal: Types::DataLakePrincipal
|
750
|
+
attr_accessor resource: Types::Resource
|
751
|
+
attr_accessor 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")]
|
752
|
+
attr_accessor 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")]
|
753
|
+
attr_accessor additional_details: Types::DetailsMap
|
754
|
+
attr_accessor last_updated: ::Time
|
755
|
+
attr_accessor last_updated_by: ::String
|
756
|
+
SENSITIVE: []
|
757
|
+
end
|
758
|
+
|
759
|
+
class PutDataLakeSettingsRequest
|
760
|
+
attr_accessor catalog_id: ::String
|
761
|
+
attr_accessor data_lake_settings: Types::DataLakeSettings
|
762
|
+
SENSITIVE: []
|
763
|
+
end
|
764
|
+
|
765
|
+
class PutDataLakeSettingsResponse < Aws::EmptyStructure
|
766
|
+
end
|
767
|
+
|
768
|
+
class QueryPlanningContext
|
769
|
+
attr_accessor catalog_id: ::String
|
770
|
+
attr_accessor database_name: ::String
|
771
|
+
attr_accessor query_as_of_time: ::Time
|
772
|
+
attr_accessor query_parameters: ::Hash[::String, ::String]
|
773
|
+
attr_accessor transaction_id: ::String
|
774
|
+
SENSITIVE: []
|
775
|
+
end
|
776
|
+
|
777
|
+
class QuerySessionContext
|
778
|
+
attr_accessor query_id: ::String
|
779
|
+
attr_accessor query_start_time: ::Time
|
780
|
+
attr_accessor cluster_id: ::String
|
781
|
+
attr_accessor query_authorization_id: ::String
|
782
|
+
attr_accessor additional_context: ::Hash[::String, ::String]
|
783
|
+
SENSITIVE: []
|
784
|
+
end
|
785
|
+
|
786
|
+
class RegisterResourceRequest
|
787
|
+
attr_accessor resource_arn: ::String
|
788
|
+
attr_accessor use_service_linked_role: bool
|
789
|
+
attr_accessor role_arn: ::String
|
790
|
+
attr_accessor with_federation: bool
|
791
|
+
attr_accessor hybrid_access_enabled: bool
|
792
|
+
SENSITIVE: []
|
793
|
+
end
|
794
|
+
|
795
|
+
class RegisterResourceResponse < Aws::EmptyStructure
|
796
|
+
end
|
797
|
+
|
798
|
+
class RemoveLFTagsFromResourceRequest
|
799
|
+
attr_accessor catalog_id: ::String
|
800
|
+
attr_accessor resource: Types::Resource
|
801
|
+
attr_accessor lf_tags: ::Array[Types::LFTagPair]
|
802
|
+
SENSITIVE: []
|
803
|
+
end
|
804
|
+
|
805
|
+
class RemoveLFTagsFromResourceResponse
|
806
|
+
attr_accessor failures: ::Array[Types::LFTagError]
|
807
|
+
SENSITIVE: []
|
808
|
+
end
|
809
|
+
|
810
|
+
class Resource
|
811
|
+
attr_accessor catalog: Types::CatalogResource
|
812
|
+
attr_accessor database: Types::DatabaseResource
|
813
|
+
attr_accessor table: Types::TableResource
|
814
|
+
attr_accessor table_with_columns: Types::TableWithColumnsResource
|
815
|
+
attr_accessor data_location: Types::DataLocationResource
|
816
|
+
attr_accessor data_cells_filter: Types::DataCellsFilterResource
|
817
|
+
attr_accessor lf_tag: Types::LFTagKeyResource
|
818
|
+
attr_accessor lf_tag_policy: Types::LFTagPolicyResource
|
819
|
+
SENSITIVE: []
|
820
|
+
end
|
821
|
+
|
822
|
+
class ResourceInfo
|
823
|
+
attr_accessor resource_arn: ::String
|
824
|
+
attr_accessor role_arn: ::String
|
825
|
+
attr_accessor last_modified: ::Time
|
826
|
+
attr_accessor with_federation: bool
|
827
|
+
attr_accessor hybrid_access_enabled: bool
|
828
|
+
SENSITIVE: []
|
829
|
+
end
|
830
|
+
|
831
|
+
class ResourceNotReadyException
|
832
|
+
attr_accessor message: ::String
|
833
|
+
SENSITIVE: []
|
834
|
+
end
|
835
|
+
|
836
|
+
class ResourceNumberLimitExceededException
|
837
|
+
attr_accessor message: ::String
|
838
|
+
SENSITIVE: []
|
839
|
+
end
|
840
|
+
|
841
|
+
class RevokePermissionsRequest
|
842
|
+
attr_accessor catalog_id: ::String
|
843
|
+
attr_accessor principal: Types::DataLakePrincipal
|
844
|
+
attr_accessor resource: Types::Resource
|
845
|
+
attr_accessor 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")]
|
846
|
+
attr_accessor 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")]
|
847
|
+
SENSITIVE: []
|
848
|
+
end
|
849
|
+
|
850
|
+
class RevokePermissionsResponse < Aws::EmptyStructure
|
851
|
+
end
|
852
|
+
|
853
|
+
class RowFilter
|
854
|
+
attr_accessor filter_expression: ::String
|
855
|
+
attr_accessor all_rows_wildcard: Types::AllRowsWildcard
|
856
|
+
SENSITIVE: []
|
857
|
+
end
|
858
|
+
|
859
|
+
class SearchDatabasesByLFTagsRequest
|
860
|
+
attr_accessor next_token: ::String
|
861
|
+
attr_accessor max_results: ::Integer
|
862
|
+
attr_accessor catalog_id: ::String
|
863
|
+
attr_accessor expression: ::Array[Types::LFTag]
|
864
|
+
SENSITIVE: []
|
865
|
+
end
|
866
|
+
|
867
|
+
class SearchDatabasesByLFTagsResponse
|
868
|
+
attr_accessor next_token: ::String
|
869
|
+
attr_accessor database_list: ::Array[Types::TaggedDatabase]
|
870
|
+
SENSITIVE: []
|
871
|
+
end
|
872
|
+
|
873
|
+
class SearchTablesByLFTagsRequest
|
874
|
+
attr_accessor next_token: ::String
|
875
|
+
attr_accessor max_results: ::Integer
|
876
|
+
attr_accessor catalog_id: ::String
|
877
|
+
attr_accessor expression: ::Array[Types::LFTag]
|
878
|
+
SENSITIVE: []
|
879
|
+
end
|
880
|
+
|
881
|
+
class SearchTablesByLFTagsResponse
|
882
|
+
attr_accessor next_token: ::String
|
883
|
+
attr_accessor table_list: ::Array[Types::TaggedTable]
|
884
|
+
SENSITIVE: []
|
885
|
+
end
|
886
|
+
|
887
|
+
class StartQueryPlanningRequest
|
888
|
+
attr_accessor query_planning_context: Types::QueryPlanningContext
|
889
|
+
attr_accessor query_string: ::String
|
890
|
+
SENSITIVE: [:query_string]
|
891
|
+
end
|
892
|
+
|
893
|
+
class StartQueryPlanningResponse
|
894
|
+
attr_accessor query_id: ::String
|
895
|
+
SENSITIVE: []
|
896
|
+
end
|
897
|
+
|
898
|
+
class StartTransactionRequest
|
899
|
+
attr_accessor transaction_type: ("READ_AND_WRITE" | "READ_ONLY")
|
900
|
+
SENSITIVE: []
|
901
|
+
end
|
902
|
+
|
903
|
+
class StartTransactionResponse
|
904
|
+
attr_accessor transaction_id: ::String
|
905
|
+
SENSITIVE: []
|
906
|
+
end
|
907
|
+
|
908
|
+
class StatisticsNotReadyYetException
|
909
|
+
attr_accessor message: ::String
|
910
|
+
SENSITIVE: []
|
911
|
+
end
|
912
|
+
|
913
|
+
class StorageOptimizer
|
914
|
+
attr_accessor storage_optimizer_type: ("COMPACTION" | "GARBAGE_COLLECTION" | "ALL")
|
915
|
+
attr_accessor config: ::Hash[::String, ::String]
|
916
|
+
attr_accessor error_message: ::String
|
917
|
+
attr_accessor warnings: ::String
|
918
|
+
attr_accessor last_run_details: ::String
|
919
|
+
SENSITIVE: []
|
920
|
+
end
|
921
|
+
|
922
|
+
class TableObject
|
923
|
+
attr_accessor uri: ::String
|
924
|
+
attr_accessor etag: ::String
|
925
|
+
attr_accessor size: ::Integer
|
926
|
+
SENSITIVE: []
|
927
|
+
end
|
928
|
+
|
929
|
+
class TableResource
|
930
|
+
attr_accessor catalog_id: ::String
|
931
|
+
attr_accessor database_name: ::String
|
932
|
+
attr_accessor name: ::String
|
933
|
+
attr_accessor table_wildcard: Types::TableWildcard
|
934
|
+
SENSITIVE: []
|
935
|
+
end
|
936
|
+
|
937
|
+
class TableWildcard < Aws::EmptyStructure
|
938
|
+
end
|
939
|
+
|
940
|
+
class TableWithColumnsResource
|
941
|
+
attr_accessor catalog_id: ::String
|
942
|
+
attr_accessor database_name: ::String
|
943
|
+
attr_accessor name: ::String
|
944
|
+
attr_accessor column_names: ::Array[::String]
|
945
|
+
attr_accessor column_wildcard: Types::ColumnWildcard
|
946
|
+
SENSITIVE: []
|
947
|
+
end
|
948
|
+
|
949
|
+
class TaggedDatabase
|
950
|
+
attr_accessor database: Types::DatabaseResource
|
951
|
+
attr_accessor lf_tags: ::Array[Types::LFTagPair]
|
952
|
+
SENSITIVE: []
|
953
|
+
end
|
954
|
+
|
955
|
+
class TaggedTable
|
956
|
+
attr_accessor table: Types::TableResource
|
957
|
+
attr_accessor lf_tag_on_database: ::Array[Types::LFTagPair]
|
958
|
+
attr_accessor lf_tags_on_table: ::Array[Types::LFTagPair]
|
959
|
+
attr_accessor lf_tags_on_columns: ::Array[Types::ColumnLFTag]
|
960
|
+
SENSITIVE: []
|
961
|
+
end
|
962
|
+
|
963
|
+
class ThrottledException
|
964
|
+
attr_accessor message: ::String
|
965
|
+
SENSITIVE: []
|
966
|
+
end
|
967
|
+
|
968
|
+
class TransactionCanceledException
|
969
|
+
attr_accessor message: ::String
|
970
|
+
SENSITIVE: []
|
971
|
+
end
|
972
|
+
|
973
|
+
class TransactionCommitInProgressException
|
974
|
+
attr_accessor message: ::String
|
975
|
+
SENSITIVE: []
|
976
|
+
end
|
977
|
+
|
978
|
+
class TransactionCommittedException
|
979
|
+
attr_accessor message: ::String
|
980
|
+
SENSITIVE: []
|
981
|
+
end
|
982
|
+
|
983
|
+
class TransactionDescription
|
984
|
+
attr_accessor transaction_id: ::String
|
985
|
+
attr_accessor transaction_status: ("ACTIVE" | "COMMITTED" | "ABORTED" | "COMMIT_IN_PROGRESS")
|
986
|
+
attr_accessor transaction_start_time: ::Time
|
987
|
+
attr_accessor transaction_end_time: ::Time
|
988
|
+
SENSITIVE: []
|
989
|
+
end
|
990
|
+
|
991
|
+
class UpdateDataCellsFilterRequest
|
992
|
+
attr_accessor table_data: Types::DataCellsFilter
|
993
|
+
SENSITIVE: []
|
994
|
+
end
|
995
|
+
|
996
|
+
class UpdateDataCellsFilterResponse < Aws::EmptyStructure
|
997
|
+
end
|
998
|
+
|
999
|
+
class UpdateLFTagRequest
|
1000
|
+
attr_accessor catalog_id: ::String
|
1001
|
+
attr_accessor tag_key: ::String
|
1002
|
+
attr_accessor tag_values_to_delete: ::Array[::String]
|
1003
|
+
attr_accessor tag_values_to_add: ::Array[::String]
|
1004
|
+
SENSITIVE: []
|
1005
|
+
end
|
1006
|
+
|
1007
|
+
class UpdateLFTagResponse < Aws::EmptyStructure
|
1008
|
+
end
|
1009
|
+
|
1010
|
+
class UpdateLakeFormationIdentityCenterConfigurationRequest
|
1011
|
+
attr_accessor catalog_id: ::String
|
1012
|
+
attr_accessor application_status: ("ENABLED" | "DISABLED")
|
1013
|
+
attr_accessor external_filtering: Types::ExternalFilteringConfiguration
|
1014
|
+
SENSITIVE: []
|
1015
|
+
end
|
1016
|
+
|
1017
|
+
class UpdateLakeFormationIdentityCenterConfigurationResponse < Aws::EmptyStructure
|
1018
|
+
end
|
1019
|
+
|
1020
|
+
class UpdateResourceRequest
|
1021
|
+
attr_accessor role_arn: ::String
|
1022
|
+
attr_accessor resource_arn: ::String
|
1023
|
+
attr_accessor with_federation: bool
|
1024
|
+
attr_accessor hybrid_access_enabled: bool
|
1025
|
+
SENSITIVE: []
|
1026
|
+
end
|
1027
|
+
|
1028
|
+
class UpdateResourceResponse < Aws::EmptyStructure
|
1029
|
+
end
|
1030
|
+
|
1031
|
+
class UpdateTableObjectsRequest
|
1032
|
+
attr_accessor catalog_id: ::String
|
1033
|
+
attr_accessor database_name: ::String
|
1034
|
+
attr_accessor table_name: ::String
|
1035
|
+
attr_accessor transaction_id: ::String
|
1036
|
+
attr_accessor write_operations: ::Array[Types::WriteOperation]
|
1037
|
+
SENSITIVE: []
|
1038
|
+
end
|
1039
|
+
|
1040
|
+
class UpdateTableObjectsResponse < Aws::EmptyStructure
|
1041
|
+
end
|
1042
|
+
|
1043
|
+
class UpdateTableStorageOptimizerRequest
|
1044
|
+
attr_accessor catalog_id: ::String
|
1045
|
+
attr_accessor database_name: ::String
|
1046
|
+
attr_accessor table_name: ::String
|
1047
|
+
attr_accessor storage_optimizer_config: ::Hash[("COMPACTION" | "GARBAGE_COLLECTION" | "ALL"), ::Hash[::String, ::String]]
|
1048
|
+
SENSITIVE: []
|
1049
|
+
end
|
1050
|
+
|
1051
|
+
class UpdateTableStorageOptimizerResponse
|
1052
|
+
attr_accessor result: ::String
|
1053
|
+
SENSITIVE: []
|
1054
|
+
end
|
1055
|
+
|
1056
|
+
class VirtualObject
|
1057
|
+
attr_accessor uri: ::String
|
1058
|
+
attr_accessor etag: ::String
|
1059
|
+
SENSITIVE: []
|
1060
|
+
end
|
1061
|
+
|
1062
|
+
class WorkUnitRange
|
1063
|
+
attr_accessor work_unit_id_max: ::Integer
|
1064
|
+
attr_accessor work_unit_id_min: ::Integer
|
1065
|
+
attr_accessor work_unit_token: ::String
|
1066
|
+
SENSITIVE: []
|
1067
|
+
end
|
1068
|
+
|
1069
|
+
class WorkUnitsNotReadyYetException
|
1070
|
+
attr_accessor message: ::String
|
1071
|
+
SENSITIVE: []
|
1072
|
+
end
|
1073
|
+
|
1074
|
+
class WriteOperation
|
1075
|
+
attr_accessor add_object: Types::AddObjectInput
|
1076
|
+
attr_accessor delete_object: Types::DeleteObjectInput
|
1077
|
+
SENSITIVE: []
|
1078
|
+
end
|
1079
|
+
end
|
1080
|
+
end
|