aws-sdk-lakeformation 1.29.0 → 1.31.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -24,69 +24,6 @@ module Aws::LakeFormation
24
24
  include Aws::Structure
25
25
  end
26
26
 
27
- # @note When making an API call, you may pass AddLFTagsToResourceRequest
28
- # data as a hash:
29
- #
30
- # {
31
- # catalog_id: "CatalogIdString",
32
- # resource: { # required
33
- # catalog: {
34
- # },
35
- # database: {
36
- # catalog_id: "CatalogIdString",
37
- # name: "NameString", # required
38
- # },
39
- # table: {
40
- # catalog_id: "CatalogIdString",
41
- # database_name: "NameString", # required
42
- # name: "NameString",
43
- # table_wildcard: {
44
- # },
45
- # },
46
- # table_with_columns: {
47
- # catalog_id: "CatalogIdString",
48
- # database_name: "NameString", # required
49
- # name: "NameString", # required
50
- # column_names: ["NameString"],
51
- # column_wildcard: {
52
- # excluded_column_names: ["NameString"],
53
- # },
54
- # },
55
- # data_location: {
56
- # catalog_id: "CatalogIdString",
57
- # resource_arn: "ResourceArnString", # required
58
- # },
59
- # data_cells_filter: {
60
- # table_catalog_id: "CatalogIdString",
61
- # database_name: "NameString",
62
- # table_name: "NameString",
63
- # name: "NameString",
64
- # },
65
- # lf_tag: {
66
- # catalog_id: "CatalogIdString",
67
- # tag_key: "NameString", # required
68
- # tag_values: ["LFTagValue"], # required
69
- # },
70
- # lf_tag_policy: {
71
- # catalog_id: "CatalogIdString",
72
- # resource_type: "DATABASE", # required, accepts DATABASE, TABLE
73
- # expression: [ # required
74
- # {
75
- # tag_key: "LFTagKey", # required
76
- # tag_values: ["LFTagValue"], # required
77
- # },
78
- # ],
79
- # },
80
- # },
81
- # lf_tags: [ # required
82
- # {
83
- # catalog_id: "CatalogIdString",
84
- # tag_key: "LFTagKey", # required
85
- # tag_values: ["LFTagValue"], # required
86
- # },
87
- # ],
88
- # }
89
- #
90
27
  # @!attribute [rw] catalog_id
91
28
  # The identifier for the Data Catalog. By default, the account ID. The
92
29
  # Data Catalog is the persistent metadata store. It contains database
@@ -127,16 +64,6 @@ module Aws::LakeFormation
127
64
 
128
65
  # A new object to add to the governed table.
129
66
  #
130
- # @note When making an API call, you may pass AddObjectInput
131
- # data as a hash:
132
- #
133
- # {
134
- # uri: "URI", # required
135
- # etag: "ETagString", # required
136
- # size: 1, # required
137
- # partition_values: ["PartitionValueString"],
138
- # }
139
- #
140
67
  # @!attribute [rw] uri
141
68
  # The Amazon S3 location of the object.
142
69
  # @return [String]
@@ -192,16 +119,6 @@ module Aws::LakeFormation
192
119
  include Aws::Structure
193
120
  end
194
121
 
195
- # @note When making an API call, you may pass AssumeDecoratedRoleWithSAMLRequest
196
- # data as a hash:
197
- #
198
- # {
199
- # saml_assertion: "SAMLAssertionString", # required
200
- # role_arn: "IAMRoleArn", # required
201
- # principal_arn: "IAMSAMLProviderArn", # required
202
- # duration_seconds: 1,
203
- # }
204
- #
205
122
  # @!attribute [rw] saml_assertion
206
123
  # A SAML assertion consisting of an assertion statement for the user
207
124
  # who needs temporary credentials. This must match the SAML assertion
@@ -268,13 +185,6 @@ module Aws::LakeFormation
268
185
  # A structure used to include auditing information on the privileged
269
186
  # API.
270
187
  #
271
- # @note When making an API call, you may pass AuditContext
272
- # data as a hash:
273
- #
274
- # {
275
- # additional_audit_context: "AuditContextString",
276
- # }
277
- #
278
188
  # @!attribute [rw] additional_audit_context
279
189
  # The filter engine can populate the 'AdditionalAuditContext'
280
190
  # information with the request ID for you to track. This information
@@ -289,72 +199,6 @@ module Aws::LakeFormation
289
199
  include Aws::Structure
290
200
  end
291
201
 
292
- # @note When making an API call, you may pass BatchGrantPermissionsRequest
293
- # data as a hash:
294
- #
295
- # {
296
- # catalog_id: "CatalogIdString",
297
- # entries: [ # required
298
- # {
299
- # id: "Identifier", # required
300
- # principal: {
301
- # data_lake_principal_identifier: "DataLakePrincipalString",
302
- # },
303
- # resource: {
304
- # catalog: {
305
- # },
306
- # database: {
307
- # catalog_id: "CatalogIdString",
308
- # name: "NameString", # required
309
- # },
310
- # table: {
311
- # catalog_id: "CatalogIdString",
312
- # database_name: "NameString", # required
313
- # name: "NameString",
314
- # table_wildcard: {
315
- # },
316
- # },
317
- # table_with_columns: {
318
- # catalog_id: "CatalogIdString",
319
- # database_name: "NameString", # required
320
- # name: "NameString", # required
321
- # column_names: ["NameString"],
322
- # column_wildcard: {
323
- # excluded_column_names: ["NameString"],
324
- # },
325
- # },
326
- # data_location: {
327
- # catalog_id: "CatalogIdString",
328
- # resource_arn: "ResourceArnString", # required
329
- # },
330
- # data_cells_filter: {
331
- # table_catalog_id: "CatalogIdString",
332
- # database_name: "NameString",
333
- # table_name: "NameString",
334
- # name: "NameString",
335
- # },
336
- # lf_tag: {
337
- # catalog_id: "CatalogIdString",
338
- # tag_key: "NameString", # required
339
- # tag_values: ["LFTagValue"], # required
340
- # },
341
- # lf_tag_policy: {
342
- # catalog_id: "CatalogIdString",
343
- # resource_type: "DATABASE", # required, accepts DATABASE, TABLE
344
- # expression: [ # required
345
- # {
346
- # tag_key: "LFTagKey", # required
347
- # tag_values: ["LFTagValue"], # required
348
- # },
349
- # ],
350
- # },
351
- # },
352
- # permissions: ["ALL"], # accepts ALL, SELECT, ALTER, DROP, DELETE, INSERT, DESCRIBE, CREATE_DATABASE, CREATE_TABLE, DATA_LOCATION_ACCESS, CREATE_TAG, ASSOCIATE
353
- # permissions_with_grant_option: ["ALL"], # accepts ALL, SELECT, ALTER, DROP, DELETE, INSERT, DESCRIBE, CREATE_DATABASE, CREATE_TABLE, DATA_LOCATION_ACCESS, CREATE_TAG, ASSOCIATE
354
- # },
355
- # ],
356
- # }
357
- #
358
202
  # @!attribute [rw] catalog_id
359
203
  # The identifier for the Data Catalog. By default, the account ID. The
360
204
  # Data Catalog is the persistent metadata store. It contains database
@@ -411,67 +255,6 @@ module Aws::LakeFormation
411
255
  # A permission to a resource granted by batch operation to the
412
256
  # principal.
413
257
  #
414
- # @note When making an API call, you may pass BatchPermissionsRequestEntry
415
- # data as a hash:
416
- #
417
- # {
418
- # id: "Identifier", # required
419
- # principal: {
420
- # data_lake_principal_identifier: "DataLakePrincipalString",
421
- # },
422
- # resource: {
423
- # catalog: {
424
- # },
425
- # database: {
426
- # catalog_id: "CatalogIdString",
427
- # name: "NameString", # required
428
- # },
429
- # table: {
430
- # catalog_id: "CatalogIdString",
431
- # database_name: "NameString", # required
432
- # name: "NameString",
433
- # table_wildcard: {
434
- # },
435
- # },
436
- # table_with_columns: {
437
- # catalog_id: "CatalogIdString",
438
- # database_name: "NameString", # required
439
- # name: "NameString", # required
440
- # column_names: ["NameString"],
441
- # column_wildcard: {
442
- # excluded_column_names: ["NameString"],
443
- # },
444
- # },
445
- # data_location: {
446
- # catalog_id: "CatalogIdString",
447
- # resource_arn: "ResourceArnString", # required
448
- # },
449
- # data_cells_filter: {
450
- # table_catalog_id: "CatalogIdString",
451
- # database_name: "NameString",
452
- # table_name: "NameString",
453
- # name: "NameString",
454
- # },
455
- # lf_tag: {
456
- # catalog_id: "CatalogIdString",
457
- # tag_key: "NameString", # required
458
- # tag_values: ["LFTagValue"], # required
459
- # },
460
- # lf_tag_policy: {
461
- # catalog_id: "CatalogIdString",
462
- # resource_type: "DATABASE", # required, accepts DATABASE, TABLE
463
- # expression: [ # required
464
- # {
465
- # tag_key: "LFTagKey", # required
466
- # tag_values: ["LFTagValue"], # required
467
- # },
468
- # ],
469
- # },
470
- # },
471
- # permissions: ["ALL"], # accepts ALL, SELECT, ALTER, DROP, DELETE, INSERT, DESCRIBE, CREATE_DATABASE, CREATE_TABLE, DATA_LOCATION_ACCESS, CREATE_TAG, ASSOCIATE
472
- # permissions_with_grant_option: ["ALL"], # accepts ALL, SELECT, ALTER, DROP, DELETE, INSERT, DESCRIBE, CREATE_DATABASE, CREATE_TABLE, DATA_LOCATION_ACCESS, CREATE_TAG, ASSOCIATE
473
- # }
474
- #
475
258
  # @!attribute [rw] id
476
259
  # A unique identifier for the batch permissions request entry.
477
260
  # @return [String]
@@ -504,72 +287,6 @@ module Aws::LakeFormation
504
287
  include Aws::Structure
505
288
  end
506
289
 
507
- # @note When making an API call, you may pass BatchRevokePermissionsRequest
508
- # data as a hash:
509
- #
510
- # {
511
- # catalog_id: "CatalogIdString",
512
- # entries: [ # required
513
- # {
514
- # id: "Identifier", # required
515
- # principal: {
516
- # data_lake_principal_identifier: "DataLakePrincipalString",
517
- # },
518
- # resource: {
519
- # catalog: {
520
- # },
521
- # database: {
522
- # catalog_id: "CatalogIdString",
523
- # name: "NameString", # required
524
- # },
525
- # table: {
526
- # catalog_id: "CatalogIdString",
527
- # database_name: "NameString", # required
528
- # name: "NameString",
529
- # table_wildcard: {
530
- # },
531
- # },
532
- # table_with_columns: {
533
- # catalog_id: "CatalogIdString",
534
- # database_name: "NameString", # required
535
- # name: "NameString", # required
536
- # column_names: ["NameString"],
537
- # column_wildcard: {
538
- # excluded_column_names: ["NameString"],
539
- # },
540
- # },
541
- # data_location: {
542
- # catalog_id: "CatalogIdString",
543
- # resource_arn: "ResourceArnString", # required
544
- # },
545
- # data_cells_filter: {
546
- # table_catalog_id: "CatalogIdString",
547
- # database_name: "NameString",
548
- # table_name: "NameString",
549
- # name: "NameString",
550
- # },
551
- # lf_tag: {
552
- # catalog_id: "CatalogIdString",
553
- # tag_key: "NameString", # required
554
- # tag_values: ["LFTagValue"], # required
555
- # },
556
- # lf_tag_policy: {
557
- # catalog_id: "CatalogIdString",
558
- # resource_type: "DATABASE", # required, accepts DATABASE, TABLE
559
- # expression: [ # required
560
- # {
561
- # tag_key: "LFTagKey", # required
562
- # tag_values: ["LFTagValue"], # required
563
- # },
564
- # ],
565
- # },
566
- # },
567
- # permissions: ["ALL"], # accepts ALL, SELECT, ALTER, DROP, DELETE, INSERT, DESCRIBE, CREATE_DATABASE, CREATE_TABLE, DATA_LOCATION_ACCESS, CREATE_TAG, ASSOCIATE
568
- # permissions_with_grant_option: ["ALL"], # accepts ALL, SELECT, ALTER, DROP, DELETE, INSERT, DESCRIBE, CREATE_DATABASE, CREATE_TABLE, DATA_LOCATION_ACCESS, CREATE_TAG, ASSOCIATE
569
- # },
570
- # ],
571
- # }
572
- #
573
290
  # @!attribute [rw] catalog_id
574
291
  # The identifier for the Data Catalog. By default, the account ID. The
575
292
  # Data Catalog is the persistent metadata store. It contains database
@@ -603,13 +320,6 @@ module Aws::LakeFormation
603
320
  include Aws::Structure
604
321
  end
605
322
 
606
- # @note When making an API call, you may pass CancelTransactionRequest
607
- # data as a hash:
608
- #
609
- # {
610
- # transaction_id: "TransactionIdString", # required
611
- # }
612
- #
613
323
  # @!attribute [rw] transaction_id
614
324
  # The transaction to cancel.
615
325
  # @return [String]
@@ -657,13 +367,6 @@ module Aws::LakeFormation
657
367
  # A wildcard object, consisting of an optional list of excluded column
658
368
  # names or indexes.
659
369
  #
660
- # @note When making an API call, you may pass ColumnWildcard
661
- # data as a hash:
662
- #
663
- # {
664
- # excluded_column_names: ["NameString"],
665
- # }
666
- #
667
370
  # @!attribute [rw] excluded_column_names
668
371
  # Excludes column names. Any column with this name will be excluded.
669
372
  # @return [Array<String>]
@@ -676,13 +379,6 @@ module Aws::LakeFormation
676
379
  include Aws::Structure
677
380
  end
678
381
 
679
- # @note When making an API call, you may pass CommitTransactionRequest
680
- # data as a hash:
681
- #
682
- # {
683
- # transaction_id: "TransactionIdString", # required
684
- # }
685
- #
686
382
  # @!attribute [rw] transaction_id
687
383
  # The transaction to commit.
688
384
  # @return [String]
@@ -721,27 +417,6 @@ module Aws::LakeFormation
721
417
  include Aws::Structure
722
418
  end
723
419
 
724
- # @note When making an API call, you may pass CreateDataCellsFilterRequest
725
- # data as a hash:
726
- #
727
- # {
728
- # table_data: { # required
729
- # table_catalog_id: "CatalogIdString", # required
730
- # database_name: "NameString", # required
731
- # table_name: "NameString", # required
732
- # name: "NameString", # required
733
- # row_filter: {
734
- # filter_expression: "PredicateString",
735
- # all_rows_wildcard: {
736
- # },
737
- # },
738
- # column_names: ["NameString"],
739
- # column_wildcard: {
740
- # excluded_column_names: ["NameString"],
741
- # },
742
- # },
743
- # }
744
- #
745
420
  # @!attribute [rw] table_data
746
421
  # A `DataCellsFilter` structure containing information about the data
747
422
  # cells filter.
@@ -759,15 +434,6 @@ module Aws::LakeFormation
759
434
  #
760
435
  class CreateDataCellsFilterResponse < Aws::EmptyStructure; end
761
436
 
762
- # @note When making an API call, you may pass CreateLFTagRequest
763
- # data as a hash:
764
- #
765
- # {
766
- # catalog_id: "CatalogIdString",
767
- # tag_key: "LFTagKey", # required
768
- # tag_values: ["LFTagValue"], # required
769
- # }
770
- #
771
437
  # @!attribute [rw] catalog_id
772
438
  # The identifier for the Data Catalog. By default, the account ID. The
773
439
  # Data Catalog is the persistent metadata store. It contains database
@@ -799,25 +465,6 @@ module Aws::LakeFormation
799
465
 
800
466
  # A structure that describes certain columns on certain rows.
801
467
  #
802
- # @note When making an API call, you may pass DataCellsFilter
803
- # data as a hash:
804
- #
805
- # {
806
- # table_catalog_id: "CatalogIdString", # required
807
- # database_name: "NameString", # required
808
- # table_name: "NameString", # required
809
- # name: "NameString", # required
810
- # row_filter: {
811
- # filter_expression: "PredicateString",
812
- # all_rows_wildcard: {
813
- # },
814
- # },
815
- # column_names: ["NameString"],
816
- # column_wildcard: {
817
- # excluded_column_names: ["NameString"],
818
- # },
819
- # }
820
- #
821
468
  # @!attribute [rw] table_catalog_id
822
469
  # The ID of the catalog to which the table belongs.
823
470
  # @return [String]
@@ -865,16 +512,6 @@ module Aws::LakeFormation
865
512
 
866
513
  # A structure for a data cells filter resource.
867
514
  #
868
- # @note When making an API call, you may pass DataCellsFilterResource
869
- # data as a hash:
870
- #
871
- # {
872
- # table_catalog_id: "CatalogIdString",
873
- # database_name: "NameString",
874
- # table_name: "NameString",
875
- # name: "NameString",
876
- # }
877
- #
878
515
  # @!attribute [rw] table_catalog_id
879
516
  # The ID of the catalog to which the table belongs.
880
517
  # @return [String]
@@ -905,13 +542,6 @@ module Aws::LakeFormation
905
542
  # The Lake Formation principal. Supported principals are IAM users or
906
543
  # IAM roles.
907
544
  #
908
- # @note When making an API call, you may pass DataLakePrincipal
909
- # data as a hash:
910
- #
911
- # {
912
- # data_lake_principal_identifier: "DataLakePrincipalString",
913
- # }
914
- #
915
545
  # @!attribute [rw] data_lake_principal_identifier
916
546
  # An identifier for the Lake Formation principal.
917
547
  # @return [String]
@@ -929,44 +559,6 @@ module Aws::LakeFormation
929
559
  # permission entries for default create database and default create
930
560
  # table permissions.
931
561
  #
932
- # @note When making an API call, you may pass DataLakeSettings
933
- # data as a hash:
934
- #
935
- # {
936
- # data_lake_admins: [
937
- # {
938
- # data_lake_principal_identifier: "DataLakePrincipalString",
939
- # },
940
- # ],
941
- # create_database_default_permissions: [
942
- # {
943
- # principal: {
944
- # data_lake_principal_identifier: "DataLakePrincipalString",
945
- # },
946
- # permissions: ["ALL"], # accepts ALL, SELECT, ALTER, DROP, DELETE, INSERT, DESCRIBE, CREATE_DATABASE, CREATE_TABLE, DATA_LOCATION_ACCESS, CREATE_TAG, ASSOCIATE
947
- # },
948
- # ],
949
- # create_table_default_permissions: [
950
- # {
951
- # principal: {
952
- # data_lake_principal_identifier: "DataLakePrincipalString",
953
- # },
954
- # permissions: ["ALL"], # accepts ALL, SELECT, ALTER, DROP, DELETE, INSERT, DESCRIBE, CREATE_DATABASE, CREATE_TABLE, DATA_LOCATION_ACCESS, CREATE_TAG, ASSOCIATE
955
- # },
956
- # ],
957
- # parameters: {
958
- # "KeyString" => "ParametersMapValue",
959
- # },
960
- # trusted_resource_owners: ["CatalogIdString"],
961
- # allow_external_data_filtering: false,
962
- # external_data_filtering_allow_list: [
963
- # {
964
- # data_lake_principal_identifier: "DataLakePrincipalString",
965
- # },
966
- # ],
967
- # authorized_session_tag_value_list: ["NameString"],
968
- # }
969
- #
970
562
  # @!attribute [rw] data_lake_admins
971
563
  # A list of Lake Formation principals. Supported principals are IAM
972
564
  # users or IAM roles.
@@ -1086,14 +678,6 @@ module Aws::LakeFormation
1086
678
  # A structure for a data location object where permissions are granted
1087
679
  # or revoked.
1088
680
  #
1089
- # @note When making an API call, you may pass DataLocationResource
1090
- # data as a hash:
1091
- #
1092
- # {
1093
- # catalog_id: "CatalogIdString",
1094
- # resource_arn: "ResourceArnString", # required
1095
- # }
1096
- #
1097
681
  # @!attribute [rw] catalog_id
1098
682
  # The identifier for the Data Catalog where the location is registered
1099
683
  # with Lake Formation. By default, it is the account ID of the caller.
@@ -1115,14 +699,6 @@ module Aws::LakeFormation
1115
699
 
1116
700
  # A structure for the database object.
1117
701
  #
1118
- # @note When making an API call, you may pass DatabaseResource
1119
- # data as a hash:
1120
- #
1121
- # {
1122
- # catalog_id: "CatalogIdString",
1123
- # name: "NameString", # required
1124
- # }
1125
- #
1126
702
  # @!attribute [rw] catalog_id
1127
703
  # The identifier for the Data Catalog. By default, it is the account
1128
704
  # ID of the caller.
@@ -1141,16 +717,6 @@ module Aws::LakeFormation
1141
717
  include Aws::Structure
1142
718
  end
1143
719
 
1144
- # @note When making an API call, you may pass DeleteDataCellsFilterRequest
1145
- # data as a hash:
1146
- #
1147
- # {
1148
- # table_catalog_id: "CatalogIdString",
1149
- # database_name: "NameString",
1150
- # table_name: "NameString",
1151
- # name: "NameString",
1152
- # }
1153
- #
1154
720
  # @!attribute [rw] table_catalog_id
1155
721
  # The ID of the catalog to which the table belongs.
1156
722
  # @return [String]
@@ -1182,14 +748,6 @@ module Aws::LakeFormation
1182
748
  #
1183
749
  class DeleteDataCellsFilterResponse < Aws::EmptyStructure; end
1184
750
 
1185
- # @note When making an API call, you may pass DeleteLFTagRequest
1186
- # data as a hash:
1187
- #
1188
- # {
1189
- # catalog_id: "CatalogIdString",
1190
- # tag_key: "LFTagKey", # required
1191
- # }
1192
- #
1193
751
  # @!attribute [rw] catalog_id
1194
752
  # The identifier for the Data Catalog. By default, the account ID. The
1195
753
  # Data Catalog is the persistent metadata store. It contains database
@@ -1216,15 +774,6 @@ module Aws::LakeFormation
1216
774
 
1217
775
  # An object to delete from the governed table.
1218
776
  #
1219
- # @note When making an API call, you may pass DeleteObjectInput
1220
- # data as a hash:
1221
- #
1222
- # {
1223
- # uri: "URI", # required
1224
- # etag: "ETagString",
1225
- # partition_values: ["PartitionValueString"],
1226
- # }
1227
- #
1228
777
  # @!attribute [rw] uri
1229
778
  # The Amazon S3 location of the object to delete.
1230
779
  # @return [String]
@@ -1249,22 +798,6 @@ module Aws::LakeFormation
1249
798
  include Aws::Structure
1250
799
  end
1251
800
 
1252
- # @note When making an API call, you may pass DeleteObjectsOnCancelRequest
1253
- # data as a hash:
1254
- #
1255
- # {
1256
- # catalog_id: "CatalogIdString",
1257
- # database_name: "NameString", # required
1258
- # table_name: "NameString", # required
1259
- # transaction_id: "TransactionIdString", # required
1260
- # objects: [ # required
1261
- # {
1262
- # uri: "URI", # required
1263
- # etag: "ETagString",
1264
- # },
1265
- # ],
1266
- # }
1267
- #
1268
801
  # @!attribute [rw] catalog_id
1269
802
  # The Glue data catalog that contains the governed table. Defaults to
1270
803
  # the current account ID.
@@ -1303,13 +836,6 @@ module Aws::LakeFormation
1303
836
  #
1304
837
  class DeleteObjectsOnCancelResponse < Aws::EmptyStructure; end
1305
838
 
1306
- # @note When making an API call, you may pass DeregisterResourceRequest
1307
- # data as a hash:
1308
- #
1309
- # {
1310
- # resource_arn: "ResourceArnString", # required
1311
- # }
1312
- #
1313
839
  # @!attribute [rw] resource_arn
1314
840
  # The Amazon Resource Name (ARN) of the resource that you want to
1315
841
  # deregister.
@@ -1327,13 +853,6 @@ module Aws::LakeFormation
1327
853
  #
1328
854
  class DeregisterResourceResponse < Aws::EmptyStructure; end
1329
855
 
1330
- # @note When making an API call, you may pass DescribeResourceRequest
1331
- # data as a hash:
1332
- #
1333
- # {
1334
- # resource_arn: "ResourceArnString", # required
1335
- # }
1336
- #
1337
856
  # @!attribute [rw] resource_arn
1338
857
  # The resource ARN.
1339
858
  # @return [String]
@@ -1358,13 +877,6 @@ module Aws::LakeFormation
1358
877
  include Aws::Structure
1359
878
  end
1360
879
 
1361
- # @note When making an API call, you may pass DescribeTransactionRequest
1362
- # data as a hash:
1363
- #
1364
- # {
1365
- # transaction_id: "TransactionIdString", # required
1366
- # }
1367
- #
1368
880
  # @!attribute [rw] transaction_id
1369
881
  # The transaction for which to return status.
1370
882
  # @return [String]
@@ -1479,13 +991,6 @@ module Aws::LakeFormation
1479
991
  include Aws::Structure
1480
992
  end
1481
993
 
1482
- # @note When making an API call, you may pass ExtendTransactionRequest
1483
- # data as a hash:
1484
- #
1485
- # {
1486
- # transaction_id: "TransactionIdString",
1487
- # }
1488
- #
1489
994
  # @!attribute [rw] transaction_id
1490
995
  # The transaction to extend.
1491
996
  # @return [String]
@@ -1505,15 +1010,6 @@ module Aws::LakeFormation
1505
1010
  # This structure describes the filtering of columns in a table based on
1506
1011
  # a filter condition.
1507
1012
  #
1508
- # @note When making an API call, you may pass FilterCondition
1509
- # data as a hash:
1510
- #
1511
- # {
1512
- # field: "RESOURCE_ARN", # accepts RESOURCE_ARN, ROLE_ARN, LAST_MODIFIED
1513
- # comparison_operator: "EQ", # accepts EQ, NE, LE, LT, GE, GT, CONTAINS, NOT_CONTAINS, BEGINS_WITH, IN, BETWEEN
1514
- # string_value_list: ["StringValue"],
1515
- # }
1516
- #
1517
1013
  # @!attribute [rw] field
1518
1014
  # The field to filter in the filter condition.
1519
1015
  # @return [String]
@@ -1536,13 +1032,6 @@ module Aws::LakeFormation
1536
1032
  include Aws::Structure
1537
1033
  end
1538
1034
 
1539
- # @note When making an API call, you may pass GetDataLakeSettingsRequest
1540
- # data as a hash:
1541
- #
1542
- # {
1543
- # catalog_id: "CatalogIdString",
1544
- # }
1545
- #
1546
1035
  # @!attribute [rw] catalog_id
1547
1036
  # The identifier for the Data Catalog. By default, the account ID. The
1548
1037
  # Data Catalog is the persistent metadata store. It contains database
@@ -1571,16 +1060,6 @@ module Aws::LakeFormation
1571
1060
  include Aws::Structure
1572
1061
  end
1573
1062
 
1574
- # @note When making an API call, you may pass GetEffectivePermissionsForPathRequest
1575
- # data as a hash:
1576
- #
1577
- # {
1578
- # catalog_id: "CatalogIdString",
1579
- # resource_arn: "ResourceArnString", # required
1580
- # next_token: "Token",
1581
- # max_results: 1,
1582
- # }
1583
- #
1584
1063
  # @!attribute [rw] catalog_id
1585
1064
  # The identifier for the Data Catalog. By default, the account ID. The
1586
1065
  # Data Catalog is the persistent metadata store. It contains database
@@ -1632,14 +1111,6 @@ module Aws::LakeFormation
1632
1111
  include Aws::Structure
1633
1112
  end
1634
1113
 
1635
- # @note When making an API call, you may pass GetLFTagRequest
1636
- # data as a hash:
1637
- #
1638
- # {
1639
- # catalog_id: "CatalogIdString",
1640
- # tag_key: "LFTagKey", # required
1641
- # }
1642
- #
1643
1114
  # @!attribute [rw] catalog_id
1644
1115
  # The identifier for the Data Catalog. By default, the account ID. The
1645
1116
  # Data Catalog is the persistent metadata store. It contains database
@@ -1685,13 +1156,6 @@ module Aws::LakeFormation
1685
1156
  include Aws::Structure
1686
1157
  end
1687
1158
 
1688
- # @note When making an API call, you may pass GetQueryStateRequest
1689
- # data as a hash:
1690
- #
1691
- # {
1692
- # query_id: "GetQueryStateRequestQueryIdString", # required
1693
- # }
1694
- #
1695
1159
  # @!attribute [rw] query_id
1696
1160
  # The ID of the plan query operation.
1697
1161
  # @return [String]
@@ -1734,13 +1198,6 @@ module Aws::LakeFormation
1734
1198
  include Aws::Structure
1735
1199
  end
1736
1200
 
1737
- # @note When making an API call, you may pass GetQueryStatisticsRequest
1738
- # data as a hash:
1739
- #
1740
- # {
1741
- # query_id: "GetQueryStatisticsRequestQueryIdString", # required
1742
- # }
1743
- #
1744
1201
  # @!attribute [rw] query_id
1745
1202
  # The ID of the plan query operation.
1746
1203
  # @return [String]
@@ -1776,63 +1233,6 @@ module Aws::LakeFormation
1776
1233
  include Aws::Structure
1777
1234
  end
1778
1235
 
1779
- # @note When making an API call, you may pass GetResourceLFTagsRequest
1780
- # data as a hash:
1781
- #
1782
- # {
1783
- # catalog_id: "CatalogIdString",
1784
- # resource: { # required
1785
- # catalog: {
1786
- # },
1787
- # database: {
1788
- # catalog_id: "CatalogIdString",
1789
- # name: "NameString", # required
1790
- # },
1791
- # table: {
1792
- # catalog_id: "CatalogIdString",
1793
- # database_name: "NameString", # required
1794
- # name: "NameString",
1795
- # table_wildcard: {
1796
- # },
1797
- # },
1798
- # table_with_columns: {
1799
- # catalog_id: "CatalogIdString",
1800
- # database_name: "NameString", # required
1801
- # name: "NameString", # required
1802
- # column_names: ["NameString"],
1803
- # column_wildcard: {
1804
- # excluded_column_names: ["NameString"],
1805
- # },
1806
- # },
1807
- # data_location: {
1808
- # catalog_id: "CatalogIdString",
1809
- # resource_arn: "ResourceArnString", # required
1810
- # },
1811
- # data_cells_filter: {
1812
- # table_catalog_id: "CatalogIdString",
1813
- # database_name: "NameString",
1814
- # table_name: "NameString",
1815
- # name: "NameString",
1816
- # },
1817
- # lf_tag: {
1818
- # catalog_id: "CatalogIdString",
1819
- # tag_key: "NameString", # required
1820
- # tag_values: ["LFTagValue"], # required
1821
- # },
1822
- # lf_tag_policy: {
1823
- # catalog_id: "CatalogIdString",
1824
- # resource_type: "DATABASE", # required, accepts DATABASE, TABLE
1825
- # expression: [ # required
1826
- # {
1827
- # tag_key: "LFTagKey", # required
1828
- # tag_values: ["LFTagValue"], # required
1829
- # },
1830
- # ],
1831
- # },
1832
- # },
1833
- # show_assigned_lf_tags: false,
1834
- # }
1835
- #
1836
1236
  # @!attribute [rw] catalog_id
1837
1237
  # The identifier for the Data Catalog. By default, the account ID. The
1838
1238
  # Data Catalog is the persistent metadata store. It contains database
@@ -1881,20 +1281,6 @@ module Aws::LakeFormation
1881
1281
  include Aws::Structure
1882
1282
  end
1883
1283
 
1884
- # @note When making an API call, you may pass GetTableObjectsRequest
1885
- # data as a hash:
1886
- #
1887
- # {
1888
- # catalog_id: "CatalogIdString",
1889
- # database_name: "NameString", # required
1890
- # table_name: "NameString", # required
1891
- # transaction_id: "TransactionIdString",
1892
- # query_as_of_time: Time.now,
1893
- # partition_predicate: "PredicateString",
1894
- # max_results: 1,
1895
- # next_token: "TokenString",
1896
- # }
1897
- #
1898
1284
  # @!attribute [rw] catalog_id
1899
1285
  # The catalog containing the governed table. Defaults to the caller’s
1900
1286
  # account.
@@ -1977,22 +1363,6 @@ module Aws::LakeFormation
1977
1363
  include Aws::Structure
1978
1364
  end
1979
1365
 
1980
- # @note When making an API call, you may pass GetTemporaryGluePartitionCredentialsRequest
1981
- # data as a hash:
1982
- #
1983
- # {
1984
- # table_arn: "ResourceArnString", # required
1985
- # partition: { # required
1986
- # values: ["ValueString"], # required
1987
- # },
1988
- # permissions: ["ALL"], # accepts ALL, SELECT, ALTER, DROP, DELETE, INSERT, DESCRIBE, CREATE_DATABASE, CREATE_TABLE, DATA_LOCATION_ACCESS, CREATE_TAG, ASSOCIATE
1989
- # duration_seconds: 1,
1990
- # audit_context: {
1991
- # additional_audit_context: "AuditContextString",
1992
- # },
1993
- # supported_permission_types: ["COLUMN_PERMISSION"], # required, accepts COLUMN_PERMISSION, CELL_FILTER_PERMISSION
1994
- # }
1995
- #
1996
1366
  # @!attribute [rw] table_arn
1997
1367
  # The ARN of the partitions' table.
1998
1368
  # @return [String]
@@ -2061,19 +1431,6 @@ module Aws::LakeFormation
2061
1431
  include Aws::Structure
2062
1432
  end
2063
1433
 
2064
- # @note When making an API call, you may pass GetTemporaryGlueTableCredentialsRequest
2065
- # data as a hash:
2066
- #
2067
- # {
2068
- # table_arn: "ResourceArnString", # required
2069
- # permissions: ["ALL"], # accepts ALL, SELECT, ALTER, DROP, DELETE, INSERT, DESCRIBE, CREATE_DATABASE, CREATE_TABLE, DATA_LOCATION_ACCESS, CREATE_TAG, ASSOCIATE
2070
- # duration_seconds: 1,
2071
- # audit_context: {
2072
- # additional_audit_context: "AuditContextString",
2073
- # },
2074
- # supported_permission_types: ["COLUMN_PERMISSION"], # required, accepts COLUMN_PERMISSION, CELL_FILTER_PERMISSION
2075
- # }
2076
- #
2077
1434
  # @!attribute [rw] table_arn
2078
1435
  # The ARN identifying a table in the Data Catalog for the temporary
2079
1436
  # credentials request.
@@ -2138,15 +1495,6 @@ module Aws::LakeFormation
2138
1495
  include Aws::Structure
2139
1496
  end
2140
1497
 
2141
- # @note When making an API call, you may pass GetWorkUnitResultsRequest
2142
- # data as a hash:
2143
- #
2144
- # {
2145
- # query_id: "GetWorkUnitResultsRequestQueryIdString", # required
2146
- # work_unit_id: 1, # required
2147
- # work_unit_token: "SyntheticGetWorkUnitResultsRequestWorkUnitTokenString", # required
2148
- # }
2149
- #
2150
1498
  # @!attribute [rw] query_id
2151
1499
  # The ID of the plan query operation for which to get results.
2152
1500
  # @return [String]
@@ -2187,15 +1535,6 @@ module Aws::LakeFormation
2187
1535
  include Aws::Structure
2188
1536
  end
2189
1537
 
2190
- # @note When making an API call, you may pass GetWorkUnitsRequest
2191
- # data as a hash:
2192
- #
2193
- # {
2194
- # next_token: "Token",
2195
- # page_size: 1,
2196
- # query_id: "GetWorkUnitsRequestQueryIdString", # required
2197
- # }
2198
- #
2199
1538
  # @!attribute [rw] next_token
2200
1539
  # A continuation token, if this is a continuation call.
2201
1540
  # @return [String]
@@ -2263,67 +1602,6 @@ module Aws::LakeFormation
2263
1602
  include Aws::Structure
2264
1603
  end
2265
1604
 
2266
- # @note When making an API call, you may pass GrantPermissionsRequest
2267
- # data as a hash:
2268
- #
2269
- # {
2270
- # catalog_id: "CatalogIdString",
2271
- # principal: { # required
2272
- # data_lake_principal_identifier: "DataLakePrincipalString",
2273
- # },
2274
- # resource: { # required
2275
- # catalog: {
2276
- # },
2277
- # database: {
2278
- # catalog_id: "CatalogIdString",
2279
- # name: "NameString", # required
2280
- # },
2281
- # table: {
2282
- # catalog_id: "CatalogIdString",
2283
- # database_name: "NameString", # required
2284
- # name: "NameString",
2285
- # table_wildcard: {
2286
- # },
2287
- # },
2288
- # table_with_columns: {
2289
- # catalog_id: "CatalogIdString",
2290
- # database_name: "NameString", # required
2291
- # name: "NameString", # required
2292
- # column_names: ["NameString"],
2293
- # column_wildcard: {
2294
- # excluded_column_names: ["NameString"],
2295
- # },
2296
- # },
2297
- # data_location: {
2298
- # catalog_id: "CatalogIdString",
2299
- # resource_arn: "ResourceArnString", # required
2300
- # },
2301
- # data_cells_filter: {
2302
- # table_catalog_id: "CatalogIdString",
2303
- # database_name: "NameString",
2304
- # table_name: "NameString",
2305
- # name: "NameString",
2306
- # },
2307
- # lf_tag: {
2308
- # catalog_id: "CatalogIdString",
2309
- # tag_key: "NameString", # required
2310
- # tag_values: ["LFTagValue"], # required
2311
- # },
2312
- # lf_tag_policy: {
2313
- # catalog_id: "CatalogIdString",
2314
- # resource_type: "DATABASE", # required, accepts DATABASE, TABLE
2315
- # expression: [ # required
2316
- # {
2317
- # tag_key: "LFTagKey", # required
2318
- # tag_values: ["LFTagValue"], # required
2319
- # },
2320
- # ],
2321
- # },
2322
- # },
2323
- # permissions: ["ALL"], # required, accepts ALL, SELECT, ALTER, DROP, DELETE, INSERT, DESCRIBE, CREATE_DATABASE, CREATE_TABLE, DATA_LOCATION_ACCESS, CREATE_TAG, ASSOCIATE
2324
- # permissions_with_grant_option: ["ALL"], # accepts ALL, SELECT, ALTER, DROP, DELETE, INSERT, DESCRIBE, CREATE_DATABASE, CREATE_TABLE, DATA_LOCATION_ACCESS, CREATE_TAG, ASSOCIATE
2325
- # }
2326
- #
2327
1605
  # @!attribute [rw] catalog_id
2328
1606
  # The identifier for the Data Catalog. By default, the account ID. The
2329
1607
  # Data Catalog is the persistent metadata store. It contains database
@@ -2408,14 +1686,6 @@ module Aws::LakeFormation
2408
1686
  # conditions. For example, granting a role access to all columns that do
2409
1687
  # not have the LF-tag 'PII' in tables that have the LF-tag 'Prod'.
2410
1688
  #
2411
- # @note When making an API call, you may pass LFTag
2412
- # data as a hash:
2413
- #
2414
- # {
2415
- # tag_key: "LFTagKey", # required
2416
- # tag_values: ["LFTagValue"], # required
2417
- # }
2418
- #
2419
1689
  # @!attribute [rw] tag_key
2420
1690
  # The key-name for the LF-tag.
2421
1691
  # @return [String]
@@ -2456,15 +1726,6 @@ module Aws::LakeFormation
2456
1726
 
2457
1727
  # A structure containing an LF-tag key and values for a resource.
2458
1728
  #
2459
- # @note When making an API call, you may pass LFTagKeyResource
2460
- # data as a hash:
2461
- #
2462
- # {
2463
- # catalog_id: "CatalogIdString",
2464
- # tag_key: "NameString", # required
2465
- # tag_values: ["LFTagValue"], # required
2466
- # }
2467
- #
2468
1729
  # @!attribute [rw] catalog_id
2469
1730
  # The identifier for the Data Catalog. By default, the account ID. The
2470
1731
  # Data Catalog is the persistent metadata store. It contains database
@@ -2492,15 +1753,6 @@ module Aws::LakeFormation
2492
1753
 
2493
1754
  # A structure containing an LF-tag key-value pair.
2494
1755
  #
2495
- # @note When making an API call, you may pass LFTagPair
2496
- # data as a hash:
2497
- #
2498
- # {
2499
- # catalog_id: "CatalogIdString",
2500
- # tag_key: "LFTagKey", # required
2501
- # tag_values: ["LFTagValue"], # required
2502
- # }
2503
- #
2504
1756
  # @!attribute [rw] catalog_id
2505
1757
  # The identifier for the Data Catalog. By default, the account ID. The
2506
1758
  # Data Catalog is the persistent metadata store. It contains database
@@ -2529,20 +1781,6 @@ module Aws::LakeFormation
2529
1781
  # A structure containing a list of LF-tag conditions that apply to a
2530
1782
  # resource's LF-tag policy.
2531
1783
  #
2532
- # @note When making an API call, you may pass LFTagPolicyResource
2533
- # data as a hash:
2534
- #
2535
- # {
2536
- # catalog_id: "CatalogIdString",
2537
- # resource_type: "DATABASE", # required, accepts DATABASE, TABLE
2538
- # expression: [ # required
2539
- # {
2540
- # tag_key: "LFTagKey", # required
2541
- # tag_values: ["LFTagValue"], # required
2542
- # },
2543
- # ],
2544
- # }
2545
- #
2546
1784
  # @!attribute [rw] catalog_id
2547
1785
  # The identifier for the Data Catalog. By default, the account ID. The
2548
1786
  # Data Catalog is the persistent metadata store. It contains database
@@ -2569,21 +1807,6 @@ module Aws::LakeFormation
2569
1807
  include Aws::Structure
2570
1808
  end
2571
1809
 
2572
- # @note When making an API call, you may pass ListDataCellsFilterRequest
2573
- # data as a hash:
2574
- #
2575
- # {
2576
- # table: {
2577
- # catalog_id: "CatalogIdString",
2578
- # database_name: "NameString", # required
2579
- # name: "NameString",
2580
- # table_wildcard: {
2581
- # },
2582
- # },
2583
- # next_token: "Token",
2584
- # max_results: 1,
2585
- # }
2586
- #
2587
1810
  # @!attribute [rw] table
2588
1811
  # A table in the Glue Data Catalog.
2589
1812
  # @return [Types::TableResource]
@@ -2624,16 +1847,6 @@ module Aws::LakeFormation
2624
1847
  include Aws::Structure
2625
1848
  end
2626
1849
 
2627
- # @note When making an API call, you may pass ListLFTagsRequest
2628
- # data as a hash:
2629
- #
2630
- # {
2631
- # catalog_id: "CatalogIdString",
2632
- # resource_share_type: "FOREIGN", # accepts FOREIGN, ALL
2633
- # max_results: 1,
2634
- # next_token: "Token",
2635
- # }
2636
- #
2637
1850
  # @!attribute [rw] catalog_id
2638
1851
  # The identifier for the Data Catalog. By default, the account ID. The
2639
1852
  # Data Catalog is the persistent metadata store. It contains database
@@ -2688,69 +1901,6 @@ module Aws::LakeFormation
2688
1901
  include Aws::Structure
2689
1902
  end
2690
1903
 
2691
- # @note When making an API call, you may pass ListPermissionsRequest
2692
- # data as a hash:
2693
- #
2694
- # {
2695
- # catalog_id: "CatalogIdString",
2696
- # principal: {
2697
- # data_lake_principal_identifier: "DataLakePrincipalString",
2698
- # },
2699
- # resource_type: "CATALOG", # accepts CATALOG, DATABASE, TABLE, DATA_LOCATION, LF_TAG, LF_TAG_POLICY, LF_TAG_POLICY_DATABASE, LF_TAG_POLICY_TABLE
2700
- # resource: {
2701
- # catalog: {
2702
- # },
2703
- # database: {
2704
- # catalog_id: "CatalogIdString",
2705
- # name: "NameString", # required
2706
- # },
2707
- # table: {
2708
- # catalog_id: "CatalogIdString",
2709
- # database_name: "NameString", # required
2710
- # name: "NameString",
2711
- # table_wildcard: {
2712
- # },
2713
- # },
2714
- # table_with_columns: {
2715
- # catalog_id: "CatalogIdString",
2716
- # database_name: "NameString", # required
2717
- # name: "NameString", # required
2718
- # column_names: ["NameString"],
2719
- # column_wildcard: {
2720
- # excluded_column_names: ["NameString"],
2721
- # },
2722
- # },
2723
- # data_location: {
2724
- # catalog_id: "CatalogIdString",
2725
- # resource_arn: "ResourceArnString", # required
2726
- # },
2727
- # data_cells_filter: {
2728
- # table_catalog_id: "CatalogIdString",
2729
- # database_name: "NameString",
2730
- # table_name: "NameString",
2731
- # name: "NameString",
2732
- # },
2733
- # lf_tag: {
2734
- # catalog_id: "CatalogIdString",
2735
- # tag_key: "NameString", # required
2736
- # tag_values: ["LFTagValue"], # required
2737
- # },
2738
- # lf_tag_policy: {
2739
- # catalog_id: "CatalogIdString",
2740
- # resource_type: "DATABASE", # required, accepts DATABASE, TABLE
2741
- # expression: [ # required
2742
- # {
2743
- # tag_key: "LFTagKey", # required
2744
- # tag_values: ["LFTagValue"], # required
2745
- # },
2746
- # ],
2747
- # },
2748
- # },
2749
- # next_token: "Token",
2750
- # max_results: 1,
2751
- # include_related: "TrueFalseString",
2752
- # }
2753
- #
2754
1904
  # @!attribute [rw] catalog_id
2755
1905
  # The identifier for the Data Catalog. By default, the account ID. The
2756
1906
  # Data Catalog is the persistent metadata store. It contains database
@@ -2821,21 +1971,6 @@ module Aws::LakeFormation
2821
1971
  include Aws::Structure
2822
1972
  end
2823
1973
 
2824
- # @note When making an API call, you may pass ListResourcesRequest
2825
- # data as a hash:
2826
- #
2827
- # {
2828
- # filter_condition_list: [
2829
- # {
2830
- # field: "RESOURCE_ARN", # accepts RESOURCE_ARN, ROLE_ARN, LAST_MODIFIED
2831
- # comparison_operator: "EQ", # accepts EQ, NE, LE, LT, GE, GT, CONTAINS, NOT_CONTAINS, BEGINS_WITH, IN, BETWEEN
2832
- # string_value_list: ["StringValue"],
2833
- # },
2834
- # ],
2835
- # max_results: 1,
2836
- # next_token: "Token",
2837
- # }
2838
- #
2839
1974
  # @!attribute [rw] filter_condition_list
2840
1975
  # Any applicable row-level and/or column-level filtering conditions
2841
1976
  # for the resources.
@@ -2878,18 +2013,6 @@ module Aws::LakeFormation
2878
2013
  include Aws::Structure
2879
2014
  end
2880
2015
 
2881
- # @note When making an API call, you may pass ListTableStorageOptimizersRequest
2882
- # data as a hash:
2883
- #
2884
- # {
2885
- # catalog_id: "CatalogIdString",
2886
- # database_name: "NameString", # required
2887
- # table_name: "NameString", # required
2888
- # storage_optimizer_type: "COMPACTION", # accepts COMPACTION, GARBAGE_COLLECTION, ALL
2889
- # max_results: 1,
2890
- # next_token: "Token",
2891
- # }
2892
- #
2893
2016
  # @!attribute [rw] catalog_id
2894
2017
  # The Catalog ID of the table.
2895
2018
  # @return [String]
@@ -2946,16 +2069,6 @@ module Aws::LakeFormation
2946
2069
  include Aws::Structure
2947
2070
  end
2948
2071
 
2949
- # @note When making an API call, you may pass ListTransactionsRequest
2950
- # data as a hash:
2951
- #
2952
- # {
2953
- # catalog_id: "CatalogIdString",
2954
- # status_filter: "ALL", # accepts ALL, COMPLETED, ACTIVE, COMMITTED, ABORTED
2955
- # max_results: 1,
2956
- # next_token: "TokenString",
2957
- # }
2958
- #
2959
2072
  # @!attribute [rw] catalog_id
2960
2073
  # The catalog for which to list transactions. Defaults to the account
2961
2074
  # ID of the caller.
@@ -3041,13 +2154,6 @@ module Aws::LakeFormation
3041
2154
 
3042
2155
  # Contains a list of values defining partitions.
3043
2156
  #
3044
- # @note When making an API call, you may pass PartitionValueList
3045
- # data as a hash:
3046
- #
3047
- # {
3048
- # values: ["ValueString"], # required
3049
- # }
3050
- #
3051
2157
  # @!attribute [rw] values
3052
2158
  # The list of partition values.
3053
2159
  # @return [Array<String>]
@@ -3109,16 +2215,6 @@ module Aws::LakeFormation
3109
2215
 
3110
2216
  # Permissions granted to a principal.
3111
2217
  #
3112
- # @note When making an API call, you may pass PrincipalPermissions
3113
- # data as a hash:
3114
- #
3115
- # {
3116
- # principal: {
3117
- # data_lake_principal_identifier: "DataLakePrincipalString",
3118
- # },
3119
- # permissions: ["ALL"], # accepts ALL, SELECT, ALTER, DROP, DELETE, INSERT, DESCRIBE, CREATE_DATABASE, CREATE_TABLE, DATA_LOCATION_ACCESS, CREATE_TAG, ASSOCIATE
3120
- # }
3121
- #
3122
2218
  # @!attribute [rw] principal
3123
2219
  # The principal who is granted permissions.
3124
2220
  # @return [Types::DataLakePrincipal]
@@ -3173,47 +2269,6 @@ module Aws::LakeFormation
3173
2269
  include Aws::Structure
3174
2270
  end
3175
2271
 
3176
- # @note When making an API call, you may pass PutDataLakeSettingsRequest
3177
- # data as a hash:
3178
- #
3179
- # {
3180
- # catalog_id: "CatalogIdString",
3181
- # data_lake_settings: { # required
3182
- # data_lake_admins: [
3183
- # {
3184
- # data_lake_principal_identifier: "DataLakePrincipalString",
3185
- # },
3186
- # ],
3187
- # create_database_default_permissions: [
3188
- # {
3189
- # principal: {
3190
- # data_lake_principal_identifier: "DataLakePrincipalString",
3191
- # },
3192
- # permissions: ["ALL"], # accepts ALL, SELECT, ALTER, DROP, DELETE, INSERT, DESCRIBE, CREATE_DATABASE, CREATE_TABLE, DATA_LOCATION_ACCESS, CREATE_TAG, ASSOCIATE
3193
- # },
3194
- # ],
3195
- # create_table_default_permissions: [
3196
- # {
3197
- # principal: {
3198
- # data_lake_principal_identifier: "DataLakePrincipalString",
3199
- # },
3200
- # permissions: ["ALL"], # accepts ALL, SELECT, ALTER, DROP, DELETE, INSERT, DESCRIBE, CREATE_DATABASE, CREATE_TABLE, DATA_LOCATION_ACCESS, CREATE_TAG, ASSOCIATE
3201
- # },
3202
- # ],
3203
- # parameters: {
3204
- # "KeyString" => "ParametersMapValue",
3205
- # },
3206
- # trusted_resource_owners: ["CatalogIdString"],
3207
- # allow_external_data_filtering: false,
3208
- # external_data_filtering_allow_list: [
3209
- # {
3210
- # data_lake_principal_identifier: "DataLakePrincipalString",
3211
- # },
3212
- # ],
3213
- # authorized_session_tag_value_list: ["NameString"],
3214
- # },
3215
- # }
3216
- #
3217
2272
  # @!attribute [rw] catalog_id
3218
2273
  # The identifier for the Data Catalog. By default, the account ID. The
3219
2274
  # Data Catalog is the persistent metadata store. It contains database
@@ -3241,19 +2296,6 @@ module Aws::LakeFormation
3241
2296
 
3242
2297
  # A structure containing information about the query plan.
3243
2298
  #
3244
- # @note When making an API call, you may pass QueryPlanningContext
3245
- # data as a hash:
3246
- #
3247
- # {
3248
- # catalog_id: "CatalogIdString",
3249
- # database_name: "QueryPlanningContextDatabaseNameString", # required
3250
- # query_as_of_time: Time.now,
3251
- # query_parameters: {
3252
- # "String" => "String",
3253
- # },
3254
- # transaction_id: "TransactionIdString",
3255
- # }
3256
- #
3257
2299
  # @!attribute [rw] catalog_id
3258
2300
  # The ID of the Data Catalog where the partition in question resides.
3259
2301
  # If none is provided, the Amazon Web Services account ID is used by
@@ -3295,15 +2337,6 @@ module Aws::LakeFormation
3295
2337
  include Aws::Structure
3296
2338
  end
3297
2339
 
3298
- # @note When making an API call, you may pass RegisterResourceRequest
3299
- # data as a hash:
3300
- #
3301
- # {
3302
- # resource_arn: "ResourceArnString", # required
3303
- # use_service_linked_role: false,
3304
- # role_arn: "IAMRoleArn",
3305
- # }
3306
- #
3307
2340
  # @!attribute [rw] resource_arn
3308
2341
  # The Amazon Resource Name (ARN) of the resource that you want to
3309
2342
  # register.
@@ -3341,69 +2374,6 @@ module Aws::LakeFormation
3341
2374
  #
3342
2375
  class RegisterResourceResponse < Aws::EmptyStructure; end
3343
2376
 
3344
- # @note When making an API call, you may pass RemoveLFTagsFromResourceRequest
3345
- # data as a hash:
3346
- #
3347
- # {
3348
- # catalog_id: "CatalogIdString",
3349
- # resource: { # required
3350
- # catalog: {
3351
- # },
3352
- # database: {
3353
- # catalog_id: "CatalogIdString",
3354
- # name: "NameString", # required
3355
- # },
3356
- # table: {
3357
- # catalog_id: "CatalogIdString",
3358
- # database_name: "NameString", # required
3359
- # name: "NameString",
3360
- # table_wildcard: {
3361
- # },
3362
- # },
3363
- # table_with_columns: {
3364
- # catalog_id: "CatalogIdString",
3365
- # database_name: "NameString", # required
3366
- # name: "NameString", # required
3367
- # column_names: ["NameString"],
3368
- # column_wildcard: {
3369
- # excluded_column_names: ["NameString"],
3370
- # },
3371
- # },
3372
- # data_location: {
3373
- # catalog_id: "CatalogIdString",
3374
- # resource_arn: "ResourceArnString", # required
3375
- # },
3376
- # data_cells_filter: {
3377
- # table_catalog_id: "CatalogIdString",
3378
- # database_name: "NameString",
3379
- # table_name: "NameString",
3380
- # name: "NameString",
3381
- # },
3382
- # lf_tag: {
3383
- # catalog_id: "CatalogIdString",
3384
- # tag_key: "NameString", # required
3385
- # tag_values: ["LFTagValue"], # required
3386
- # },
3387
- # lf_tag_policy: {
3388
- # catalog_id: "CatalogIdString",
3389
- # resource_type: "DATABASE", # required, accepts DATABASE, TABLE
3390
- # expression: [ # required
3391
- # {
3392
- # tag_key: "LFTagKey", # required
3393
- # tag_values: ["LFTagValue"], # required
3394
- # },
3395
- # ],
3396
- # },
3397
- # },
3398
- # lf_tags: [ # required
3399
- # {
3400
- # catalog_id: "CatalogIdString",
3401
- # tag_key: "LFTagKey", # required
3402
- # tag_values: ["LFTagValue"], # required
3403
- # },
3404
- # ],
3405
- # }
3406
- #
3407
2377
  # @!attribute [rw] catalog_id
3408
2378
  # The identifier for the Data Catalog. By default, the account ID. The
3409
2379
  # Data Catalog is the persistent metadata store. It contains database
@@ -3444,59 +2414,6 @@ module Aws::LakeFormation
3444
2414
 
3445
2415
  # A structure for the resource.
3446
2416
  #
3447
- # @note When making an API call, you may pass Resource
3448
- # data as a hash:
3449
- #
3450
- # {
3451
- # catalog: {
3452
- # },
3453
- # database: {
3454
- # catalog_id: "CatalogIdString",
3455
- # name: "NameString", # required
3456
- # },
3457
- # table: {
3458
- # catalog_id: "CatalogIdString",
3459
- # database_name: "NameString", # required
3460
- # name: "NameString",
3461
- # table_wildcard: {
3462
- # },
3463
- # },
3464
- # table_with_columns: {
3465
- # catalog_id: "CatalogIdString",
3466
- # database_name: "NameString", # required
3467
- # name: "NameString", # required
3468
- # column_names: ["NameString"],
3469
- # column_wildcard: {
3470
- # excluded_column_names: ["NameString"],
3471
- # },
3472
- # },
3473
- # data_location: {
3474
- # catalog_id: "CatalogIdString",
3475
- # resource_arn: "ResourceArnString", # required
3476
- # },
3477
- # data_cells_filter: {
3478
- # table_catalog_id: "CatalogIdString",
3479
- # database_name: "NameString",
3480
- # table_name: "NameString",
3481
- # name: "NameString",
3482
- # },
3483
- # lf_tag: {
3484
- # catalog_id: "CatalogIdString",
3485
- # tag_key: "NameString", # required
3486
- # tag_values: ["LFTagValue"], # required
3487
- # },
3488
- # lf_tag_policy: {
3489
- # catalog_id: "CatalogIdString",
3490
- # resource_type: "DATABASE", # required, accepts DATABASE, TABLE
3491
- # expression: [ # required
3492
- # {
3493
- # tag_key: "LFTagKey", # required
3494
- # tag_values: ["LFTagValue"], # required
3495
- # },
3496
- # ],
3497
- # },
3498
- # }
3499
- #
3500
2417
  # @!attribute [rw] catalog
3501
2418
  # The identifier for the Data Catalog. By default, the account ID. The
3502
2419
  # Data Catalog is the persistent metadata store. It contains database
@@ -3608,67 +2525,6 @@ module Aws::LakeFormation
3608
2525
  include Aws::Structure
3609
2526
  end
3610
2527
 
3611
- # @note When making an API call, you may pass RevokePermissionsRequest
3612
- # data as a hash:
3613
- #
3614
- # {
3615
- # catalog_id: "CatalogIdString",
3616
- # principal: { # required
3617
- # data_lake_principal_identifier: "DataLakePrincipalString",
3618
- # },
3619
- # resource: { # required
3620
- # catalog: {
3621
- # },
3622
- # database: {
3623
- # catalog_id: "CatalogIdString",
3624
- # name: "NameString", # required
3625
- # },
3626
- # table: {
3627
- # catalog_id: "CatalogIdString",
3628
- # database_name: "NameString", # required
3629
- # name: "NameString",
3630
- # table_wildcard: {
3631
- # },
3632
- # },
3633
- # table_with_columns: {
3634
- # catalog_id: "CatalogIdString",
3635
- # database_name: "NameString", # required
3636
- # name: "NameString", # required
3637
- # column_names: ["NameString"],
3638
- # column_wildcard: {
3639
- # excluded_column_names: ["NameString"],
3640
- # },
3641
- # },
3642
- # data_location: {
3643
- # catalog_id: "CatalogIdString",
3644
- # resource_arn: "ResourceArnString", # required
3645
- # },
3646
- # data_cells_filter: {
3647
- # table_catalog_id: "CatalogIdString",
3648
- # database_name: "NameString",
3649
- # table_name: "NameString",
3650
- # name: "NameString",
3651
- # },
3652
- # lf_tag: {
3653
- # catalog_id: "CatalogIdString",
3654
- # tag_key: "NameString", # required
3655
- # tag_values: ["LFTagValue"], # required
3656
- # },
3657
- # lf_tag_policy: {
3658
- # catalog_id: "CatalogIdString",
3659
- # resource_type: "DATABASE", # required, accepts DATABASE, TABLE
3660
- # expression: [ # required
3661
- # {
3662
- # tag_key: "LFTagKey", # required
3663
- # tag_values: ["LFTagValue"], # required
3664
- # },
3665
- # ],
3666
- # },
3667
- # },
3668
- # permissions: ["ALL"], # required, accepts ALL, SELECT, ALTER, DROP, DELETE, INSERT, DESCRIBE, CREATE_DATABASE, CREATE_TABLE, DATA_LOCATION_ACCESS, CREATE_TAG, ASSOCIATE
3669
- # permissions_with_grant_option: ["ALL"], # accepts ALL, SELECT, ALTER, DROP, DELETE, INSERT, DESCRIBE, CREATE_DATABASE, CREATE_TABLE, DATA_LOCATION_ACCESS, CREATE_TAG, ASSOCIATE
3670
- # }
3671
- #
3672
2528
  # @!attribute [rw] catalog_id
3673
2529
  # The identifier for the Data Catalog. By default, the account ID. The
3674
2530
  # Data Catalog is the persistent metadata store. It contains database
@@ -3717,15 +2573,6 @@ module Aws::LakeFormation
3717
2573
 
3718
2574
  # A PartiQL predicate.
3719
2575
  #
3720
- # @note When making an API call, you may pass RowFilter
3721
- # data as a hash:
3722
- #
3723
- # {
3724
- # filter_expression: "PredicateString",
3725
- # all_rows_wildcard: {
3726
- # },
3727
- # }
3728
- #
3729
2576
  # @!attribute [rw] filter_expression
3730
2577
  # A filter expression.
3731
2578
  # @return [String]
@@ -3743,21 +2590,6 @@ module Aws::LakeFormation
3743
2590
  include Aws::Structure
3744
2591
  end
3745
2592
 
3746
- # @note When making an API call, you may pass SearchDatabasesByLFTagsRequest
3747
- # data as a hash:
3748
- #
3749
- # {
3750
- # next_token: "Token",
3751
- # max_results: 1,
3752
- # catalog_id: "CatalogIdString",
3753
- # expression: [ # required
3754
- # {
3755
- # tag_key: "LFTagKey", # required
3756
- # tag_values: ["LFTagValue"], # required
3757
- # },
3758
- # ],
3759
- # }
3760
- #
3761
2593
  # @!attribute [rw] next_token
3762
2594
  # A continuation token, if this is not the first call to retrieve this
3763
2595
  # list.
@@ -3808,21 +2640,6 @@ module Aws::LakeFormation
3808
2640
  include Aws::Structure
3809
2641
  end
3810
2642
 
3811
- # @note When making an API call, you may pass SearchTablesByLFTagsRequest
3812
- # data as a hash:
3813
- #
3814
- # {
3815
- # next_token: "Token",
3816
- # max_results: 1,
3817
- # catalog_id: "CatalogIdString",
3818
- # expression: [ # required
3819
- # {
3820
- # tag_key: "LFTagKey", # required
3821
- # tag_values: ["LFTagValue"], # required
3822
- # },
3823
- # ],
3824
- # }
3825
- #
3826
2643
  # @!attribute [rw] next_token
3827
2644
  # A continuation token, if this is not the first call to retrieve this
3828
2645
  # list.
@@ -3873,22 +2690,6 @@ module Aws::LakeFormation
3873
2690
  include Aws::Structure
3874
2691
  end
3875
2692
 
3876
- # @note When making an API call, you may pass StartQueryPlanningRequest
3877
- # data as a hash:
3878
- #
3879
- # {
3880
- # query_planning_context: { # required
3881
- # catalog_id: "CatalogIdString",
3882
- # database_name: "QueryPlanningContextDatabaseNameString", # required
3883
- # query_as_of_time: Time.now,
3884
- # query_parameters: {
3885
- # "String" => "String",
3886
- # },
3887
- # transaction_id: "TransactionIdString",
3888
- # },
3889
- # query_string: "SyntheticStartQueryPlanningRequestQueryString", # required
3890
- # }
3891
- #
3892
2693
  # @!attribute [rw] query_planning_context
3893
2694
  # A structure containing information about the query plan.
3894
2695
  # @return [Types::QueryPlanningContext]
@@ -3923,13 +2724,6 @@ module Aws::LakeFormation
3923
2724
  include Aws::Structure
3924
2725
  end
3925
2726
 
3926
- # @note When making an API call, you may pass StartTransactionRequest
3927
- # data as a hash:
3928
- #
3929
- # {
3930
- # transaction_type: "READ_AND_WRITE", # accepts READ_AND_WRITE, READ_ONLY
3931
- # }
3932
- #
3933
2727
  # @!attribute [rw] transaction_type
3934
2728
  # Indicates whether this transaction should be read only or read and
3935
2729
  # write. Writes made using a read-only transaction ID will be
@@ -4044,17 +2838,6 @@ module Aws::LakeFormation
4044
2838
  # that represents your data. You can Grant and Revoke table privileges
4045
2839
  # to a principal.
4046
2840
  #
4047
- # @note When making an API call, you may pass TableResource
4048
- # data as a hash:
4049
- #
4050
- # {
4051
- # catalog_id: "CatalogIdString",
4052
- # database_name: "NameString", # required
4053
- # name: "NameString",
4054
- # table_wildcard: {
4055
- # },
4056
- # }
4057
- #
4058
2841
  # @!attribute [rw] catalog_id
4059
2842
  # The identifier for the Data Catalog. By default, it is the account
4060
2843
  # ID of the caller.
@@ -4103,19 +2886,6 @@ module Aws::LakeFormation
4103
2886
  # This object must take a value for at least one of `ColumnsNames`,
4104
2887
  # `ColumnsIndexes`, or `ColumnsWildcard`.
4105
2888
  #
4106
- # @note When making an API call, you may pass TableWithColumnsResource
4107
- # data as a hash:
4108
- #
4109
- # {
4110
- # catalog_id: "CatalogIdString",
4111
- # database_name: "NameString", # required
4112
- # name: "NameString", # required
4113
- # column_names: ["NameString"],
4114
- # column_wildcard: {
4115
- # excluded_column_names: ["NameString"],
4116
- # },
4117
- # }
4118
- #
4119
2889
  # @!attribute [rw] catalog_id
4120
2890
  # The identifier for the Data Catalog. By default, it is the account
4121
2891
  # ID of the caller.
@@ -4293,16 +3063,6 @@ module Aws::LakeFormation
4293
3063
  include Aws::Structure
4294
3064
  end
4295
3065
 
4296
- # @note When making an API call, you may pass UpdateLFTagRequest
4297
- # data as a hash:
4298
- #
4299
- # {
4300
- # catalog_id: "CatalogIdString",
4301
- # tag_key: "LFTagKey", # required
4302
- # tag_values_to_delete: ["LFTagValue"],
4303
- # tag_values_to_add: ["LFTagValue"],
4304
- # }
4305
- #
4306
3066
  # @!attribute [rw] catalog_id
4307
3067
  # The identifier for the Data Catalog. By default, the account ID. The
4308
3068
  # Data Catalog is the persistent metadata store. It contains database
@@ -4337,14 +3097,6 @@ module Aws::LakeFormation
4337
3097
  #
4338
3098
  class UpdateLFTagResponse < Aws::EmptyStructure; end
4339
3099
 
4340
- # @note When making an API call, you may pass UpdateResourceRequest
4341
- # data as a hash:
4342
- #
4343
- # {
4344
- # role_arn: "IAMRoleArn", # required
4345
- # resource_arn: "ResourceArnString", # required
4346
- # }
4347
- #
4348
3100
  # @!attribute [rw] role_arn
4349
3101
  # The new role to use for the given resource registered in Lake
4350
3102
  # Formation.
@@ -4367,31 +3119,6 @@ module Aws::LakeFormation
4367
3119
  #
4368
3120
  class UpdateResourceResponse < Aws::EmptyStructure; end
4369
3121
 
4370
- # @note When making an API call, you may pass UpdateTableObjectsRequest
4371
- # data as a hash:
4372
- #
4373
- # {
4374
- # catalog_id: "CatalogIdString",
4375
- # database_name: "NameString", # required
4376
- # table_name: "NameString", # required
4377
- # transaction_id: "TransactionIdString",
4378
- # write_operations: [ # required
4379
- # {
4380
- # add_object: {
4381
- # uri: "URI", # required
4382
- # etag: "ETagString", # required
4383
- # size: 1, # required
4384
- # partition_values: ["PartitionValueString"],
4385
- # },
4386
- # delete_object: {
4387
- # uri: "URI", # required
4388
- # etag: "ETagString",
4389
- # partition_values: ["PartitionValueString"],
4390
- # },
4391
- # },
4392
- # ],
4393
- # }
4394
- #
4395
3122
  # @!attribute [rw] catalog_id
4396
3123
  # The catalog containing the governed table to update. Defaults to the
4397
3124
  # caller’s account ID.
@@ -4430,20 +3157,6 @@ module Aws::LakeFormation
4430
3157
  #
4431
3158
  class UpdateTableObjectsResponse < Aws::EmptyStructure; end
4432
3159
 
4433
- # @note When making an API call, you may pass UpdateTableStorageOptimizerRequest
4434
- # data as a hash:
4435
- #
4436
- # {
4437
- # catalog_id: "CatalogIdString",
4438
- # database_name: "NameString", # required
4439
- # table_name: "NameString", # required
4440
- # storage_optimizer_config: { # required
4441
- # "COMPACTION" => {
4442
- # "StorageOptimizerConfigKey" => "StorageOptimizerConfigValue",
4443
- # },
4444
- # },
4445
- # }
4446
- #
4447
3160
  # @!attribute [rw] catalog_id
4448
3161
  # The Catalog ID of the table.
4449
3162
  # @return [String]
@@ -4487,14 +3200,6 @@ module Aws::LakeFormation
4487
3200
  # transaction cancels, provided that `VirtualPut` was called before
4488
3201
  # writing the object.
4489
3202
  #
4490
- # @note When making an API call, you may pass VirtualObject
4491
- # data as a hash:
4492
- #
4493
- # {
4494
- # uri: "URI", # required
4495
- # etag: "ETagString",
4496
- # }
4497
- #
4498
3203
  # @!attribute [rw] uri
4499
3204
  # The path to the Amazon S3 object. Must start with s3://
4500
3205
  # @return [String]
@@ -4554,23 +3259,6 @@ module Aws::LakeFormation
4554
3259
 
4555
3260
  # Defines an object to add to or delete from a governed table.
4556
3261
  #
4557
- # @note When making an API call, you may pass WriteOperation
4558
- # data as a hash:
4559
- #
4560
- # {
4561
- # add_object: {
4562
- # uri: "URI", # required
4563
- # etag: "ETagString", # required
4564
- # size: 1, # required
4565
- # partition_values: ["PartitionValueString"],
4566
- # },
4567
- # delete_object: {
4568
- # uri: "URI", # required
4569
- # etag: "ETagString",
4570
- # partition_values: ["PartitionValueString"],
4571
- # },
4572
- # }
4573
- #
4574
3262
  # @!attribute [rw] add_object
4575
3263
  # A new object to add to the governed table.
4576
3264
  # @return [Types::AddObjectInput]