aws-sdk-lakeformation 1.63.0 → 1.64.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 +328 -37
- data/lib/aws-sdk-lakeformation/client_api.rb +142 -1
- data/lib/aws-sdk-lakeformation/types.rb +245 -8
- data/lib/aws-sdk-lakeformation.rb +1 -1
- data/sig/client.rbs +150 -24
- data/sig/types.rbs +86 -12
- metadata +2 -2
@@ -54,6 +54,8 @@ module Aws::LakeFormation
|
|
54
54
|
ContextValue = Shapes::StringShape.new(name: 'ContextValue')
|
55
55
|
CreateDataCellsFilterRequest = Shapes::StructureShape.new(name: 'CreateDataCellsFilterRequest')
|
56
56
|
CreateDataCellsFilterResponse = Shapes::StructureShape.new(name: 'CreateDataCellsFilterResponse')
|
57
|
+
CreateLFTagExpressionRequest = Shapes::StructureShape.new(name: 'CreateLFTagExpressionRequest')
|
58
|
+
CreateLFTagExpressionResponse = Shapes::StructureShape.new(name: 'CreateLFTagExpressionResponse')
|
57
59
|
CreateLFTagRequest = Shapes::StructureShape.new(name: 'CreateLFTagRequest')
|
58
60
|
CreateLFTagResponse = Shapes::StructureShape.new(name: 'CreateLFTagResponse')
|
59
61
|
CreateLakeFormationIdentityCenterConfigurationRequest = Shapes::StructureShape.new(name: 'CreateLakeFormationIdentityCenterConfigurationRequest')
|
@@ -75,6 +77,8 @@ module Aws::LakeFormation
|
|
75
77
|
DateTime = Shapes::TimestampShape.new(name: 'DateTime', timestampFormat: "iso8601")
|
76
78
|
DeleteDataCellsFilterRequest = Shapes::StructureShape.new(name: 'DeleteDataCellsFilterRequest')
|
77
79
|
DeleteDataCellsFilterResponse = Shapes::StructureShape.new(name: 'DeleteDataCellsFilterResponse')
|
80
|
+
DeleteLFTagExpressionRequest = Shapes::StructureShape.new(name: 'DeleteLFTagExpressionRequest')
|
81
|
+
DeleteLFTagExpressionResponse = Shapes::StructureShape.new(name: 'DeleteLFTagExpressionResponse')
|
78
82
|
DeleteLFTagRequest = Shapes::StructureShape.new(name: 'DeleteLFTagRequest')
|
79
83
|
DeleteLFTagResponse = Shapes::StructureShape.new(name: 'DeleteLFTagResponse')
|
80
84
|
DeleteLakeFormationIdentityCenterConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteLakeFormationIdentityCenterConfigurationRequest')
|
@@ -117,6 +121,8 @@ module Aws::LakeFormation
|
|
117
121
|
GetDataLakeSettingsResponse = Shapes::StructureShape.new(name: 'GetDataLakeSettingsResponse')
|
118
122
|
GetEffectivePermissionsForPathRequest = Shapes::StructureShape.new(name: 'GetEffectivePermissionsForPathRequest')
|
119
123
|
GetEffectivePermissionsForPathResponse = Shapes::StructureShape.new(name: 'GetEffectivePermissionsForPathResponse')
|
124
|
+
GetLFTagExpressionRequest = Shapes::StructureShape.new(name: 'GetLFTagExpressionRequest')
|
125
|
+
GetLFTagExpressionResponse = Shapes::StructureShape.new(name: 'GetLFTagExpressionResponse')
|
120
126
|
GetLFTagRequest = Shapes::StructureShape.new(name: 'GetLFTagRequest')
|
121
127
|
GetLFTagResponse = Shapes::StructureShape.new(name: 'GetLFTagResponse')
|
122
128
|
GetQueryStateRequest = Shapes::StructureShape.new(name: 'GetQueryStateRequest')
|
@@ -156,6 +162,9 @@ module Aws::LakeFormation
|
|
156
162
|
LFTag = Shapes::StructureShape.new(name: 'LFTag')
|
157
163
|
LFTagError = Shapes::StructureShape.new(name: 'LFTagError')
|
158
164
|
LFTagErrors = Shapes::ListShape.new(name: 'LFTagErrors')
|
165
|
+
LFTagExpression = Shapes::StructureShape.new(name: 'LFTagExpression')
|
166
|
+
LFTagExpressionResource = Shapes::StructureShape.new(name: 'LFTagExpressionResource')
|
167
|
+
LFTagExpressionsList = Shapes::ListShape.new(name: 'LFTagExpressionsList')
|
159
168
|
LFTagKey = Shapes::StringShape.new(name: 'LFTagKey')
|
160
169
|
LFTagKeyResource = Shapes::StructureShape.new(name: 'LFTagKeyResource')
|
161
170
|
LFTagPair = Shapes::StructureShape.new(name: 'LFTagPair')
|
@@ -167,6 +176,8 @@ module Aws::LakeFormation
|
|
167
176
|
LastModifiedTimestamp = Shapes::TimestampShape.new(name: 'LastModifiedTimestamp')
|
168
177
|
ListDataCellsFilterRequest = Shapes::StructureShape.new(name: 'ListDataCellsFilterRequest')
|
169
178
|
ListDataCellsFilterResponse = Shapes::StructureShape.new(name: 'ListDataCellsFilterResponse')
|
179
|
+
ListLFTagExpressionsRequest = Shapes::StructureShape.new(name: 'ListLFTagExpressionsRequest')
|
180
|
+
ListLFTagExpressionsResponse = Shapes::StructureShape.new(name: 'ListLFTagExpressionsResponse')
|
170
181
|
ListLFTagsRequest = Shapes::StructureShape.new(name: 'ListLFTagsRequest')
|
171
182
|
ListLFTagsResponse = Shapes::StructureShape.new(name: 'ListLFTagsResponse')
|
172
183
|
ListLakeFormationOptInsRequest = Shapes::StructureShape.new(name: 'ListLakeFormationOptInsRequest')
|
@@ -290,6 +301,8 @@ module Aws::LakeFormation
|
|
290
301
|
URI = Shapes::StringShape.new(name: 'URI')
|
291
302
|
UpdateDataCellsFilterRequest = Shapes::StructureShape.new(name: 'UpdateDataCellsFilterRequest')
|
292
303
|
UpdateDataCellsFilterResponse = Shapes::StructureShape.new(name: 'UpdateDataCellsFilterResponse')
|
304
|
+
UpdateLFTagExpressionRequest = Shapes::StructureShape.new(name: 'UpdateLFTagExpressionRequest')
|
305
|
+
UpdateLFTagExpressionResponse = Shapes::StructureShape.new(name: 'UpdateLFTagExpressionResponse')
|
293
306
|
UpdateLFTagRequest = Shapes::StructureShape.new(name: 'UpdateLFTagRequest')
|
294
307
|
UpdateLFTagResponse = Shapes::StructureShape.new(name: 'UpdateLFTagResponse')
|
295
308
|
UpdateLakeFormationIdentityCenterConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateLakeFormationIdentityCenterConfigurationRequest')
|
@@ -416,6 +429,14 @@ module Aws::LakeFormation
|
|
416
429
|
|
417
430
|
CreateDataCellsFilterResponse.struct_class = Types::CreateDataCellsFilterResponse
|
418
431
|
|
432
|
+
CreateLFTagExpressionRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
|
433
|
+
CreateLFTagExpressionRequest.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
|
434
|
+
CreateLFTagExpressionRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
435
|
+
CreateLFTagExpressionRequest.add_member(:expression, Shapes::ShapeRef.new(shape: Expression, required: true, location_name: "Expression"))
|
436
|
+
CreateLFTagExpressionRequest.struct_class = Types::CreateLFTagExpressionRequest
|
437
|
+
|
438
|
+
CreateLFTagExpressionResponse.struct_class = Types::CreateLFTagExpressionResponse
|
439
|
+
|
419
440
|
CreateLFTagRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
420
441
|
CreateLFTagRequest.add_member(:tag_key, Shapes::ShapeRef.new(shape: LFTagKey, required: true, location_name: "TagKey"))
|
421
442
|
CreateLFTagRequest.add_member(:tag_values, Shapes::ShapeRef.new(shape: TagValueList, required: true, location_name: "TagValues"))
|
@@ -491,6 +512,12 @@ module Aws::LakeFormation
|
|
491
512
|
|
492
513
|
DeleteDataCellsFilterResponse.struct_class = Types::DeleteDataCellsFilterResponse
|
493
514
|
|
515
|
+
DeleteLFTagExpressionRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
|
516
|
+
DeleteLFTagExpressionRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
517
|
+
DeleteLFTagExpressionRequest.struct_class = Types::DeleteLFTagExpressionRequest
|
518
|
+
|
519
|
+
DeleteLFTagExpressionResponse.struct_class = Types::DeleteLFTagExpressionResponse
|
520
|
+
|
494
521
|
DeleteLFTagRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
495
522
|
DeleteLFTagRequest.add_member(:tag_key, Shapes::ShapeRef.new(shape: LFTagKey, required: true, location_name: "TagKey"))
|
496
523
|
DeleteLFTagRequest.struct_class = Types::DeleteLFTagRequest
|
@@ -616,6 +643,16 @@ module Aws::LakeFormation
|
|
616
643
|
GetEffectivePermissionsForPathResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
617
644
|
GetEffectivePermissionsForPathResponse.struct_class = Types::GetEffectivePermissionsForPathResponse
|
618
645
|
|
646
|
+
GetLFTagExpressionRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
|
647
|
+
GetLFTagExpressionRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
648
|
+
GetLFTagExpressionRequest.struct_class = Types::GetLFTagExpressionRequest
|
649
|
+
|
650
|
+
GetLFTagExpressionResponse.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
|
651
|
+
GetLFTagExpressionResponse.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
|
652
|
+
GetLFTagExpressionResponse.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
653
|
+
GetLFTagExpressionResponse.add_member(:expression, Shapes::ShapeRef.new(shape: Expression, location_name: "Expression"))
|
654
|
+
GetLFTagExpressionResponse.struct_class = Types::GetLFTagExpressionResponse
|
655
|
+
|
619
656
|
GetLFTagRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
620
657
|
GetLFTagRequest.add_member(:tag_key, Shapes::ShapeRef.new(shape: LFTagKey, required: true, location_name: "TagKey"))
|
621
658
|
GetLFTagRequest.struct_class = Types::GetLFTagRequest
|
@@ -742,6 +779,18 @@ module Aws::LakeFormation
|
|
742
779
|
|
743
780
|
LFTagErrors.member = Shapes::ShapeRef.new(shape: LFTagError)
|
744
781
|
|
782
|
+
LFTagExpression.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
|
783
|
+
LFTagExpression.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
|
784
|
+
LFTagExpression.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
785
|
+
LFTagExpression.add_member(:expression, Shapes::ShapeRef.new(shape: Expression, location_name: "Expression"))
|
786
|
+
LFTagExpression.struct_class = Types::LFTagExpression
|
787
|
+
|
788
|
+
LFTagExpressionResource.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
789
|
+
LFTagExpressionResource.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
|
790
|
+
LFTagExpressionResource.struct_class = Types::LFTagExpressionResource
|
791
|
+
|
792
|
+
LFTagExpressionsList.member = Shapes::ShapeRef.new(shape: LFTagExpression)
|
793
|
+
|
745
794
|
LFTagKeyResource.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
746
795
|
LFTagKeyResource.add_member(:tag_key, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TagKey"))
|
747
796
|
LFTagKeyResource.add_member(:tag_values, Shapes::ShapeRef.new(shape: TagValueList, required: true, location_name: "TagValues"))
|
@@ -754,7 +803,8 @@ module Aws::LakeFormation
|
|
754
803
|
|
755
804
|
LFTagPolicyResource.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
756
805
|
LFTagPolicyResource.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "ResourceType"))
|
757
|
-
LFTagPolicyResource.add_member(:expression, Shapes::ShapeRef.new(shape: Expression,
|
806
|
+
LFTagPolicyResource.add_member(:expression, Shapes::ShapeRef.new(shape: Expression, location_name: "Expression"))
|
807
|
+
LFTagPolicyResource.add_member(:expression_name, Shapes::ShapeRef.new(shape: NameString, location_name: "ExpressionName"))
|
758
808
|
LFTagPolicyResource.struct_class = Types::LFTagPolicyResource
|
759
809
|
|
760
810
|
LFTagsList.member = Shapes::ShapeRef.new(shape: LFTagPair)
|
@@ -776,6 +826,15 @@ module Aws::LakeFormation
|
|
776
826
|
ListDataCellsFilterResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
777
827
|
ListDataCellsFilterResponse.struct_class = Types::ListDataCellsFilterResponse
|
778
828
|
|
829
|
+
ListLFTagExpressionsRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
830
|
+
ListLFTagExpressionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
|
831
|
+
ListLFTagExpressionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
832
|
+
ListLFTagExpressionsRequest.struct_class = Types::ListLFTagExpressionsRequest
|
833
|
+
|
834
|
+
ListLFTagExpressionsResponse.add_member(:lf_tag_expressions, Shapes::ShapeRef.new(shape: LFTagExpressionsList, location_name: "LFTagExpressions"))
|
835
|
+
ListLFTagExpressionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
836
|
+
ListLFTagExpressionsResponse.struct_class = Types::ListLFTagExpressionsResponse
|
837
|
+
|
779
838
|
ListLFTagsRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
780
839
|
ListLFTagsRequest.add_member(:resource_share_type, Shapes::ShapeRef.new(shape: ResourceShareType, location_name: "ResourceShareType"))
|
781
840
|
ListLFTagsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
|
@@ -937,6 +996,7 @@ module Aws::LakeFormation
|
|
937
996
|
Resource.add_member(:data_cells_filter, Shapes::ShapeRef.new(shape: DataCellsFilterResource, location_name: "DataCellsFilter"))
|
938
997
|
Resource.add_member(:lf_tag, Shapes::ShapeRef.new(shape: LFTagKeyResource, location_name: "LFTag"))
|
939
998
|
Resource.add_member(:lf_tag_policy, Shapes::ShapeRef.new(shape: LFTagPolicyResource, location_name: "LFTagPolicy"))
|
999
|
+
Resource.add_member(:lf_tag_expression, Shapes::ShapeRef.new(shape: LFTagExpressionResource, location_name: "LFTagExpression"))
|
940
1000
|
Resource.struct_class = Types::Resource
|
941
1001
|
|
942
1002
|
ResourceInfo.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArnString, location_name: "ResourceArn"))
|
@@ -1087,6 +1147,14 @@ module Aws::LakeFormation
|
|
1087
1147
|
|
1088
1148
|
UpdateDataCellsFilterResponse.struct_class = Types::UpdateDataCellsFilterResponse
|
1089
1149
|
|
1150
|
+
UpdateLFTagExpressionRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
|
1151
|
+
UpdateLFTagExpressionRequest.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
|
1152
|
+
UpdateLFTagExpressionRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
1153
|
+
UpdateLFTagExpressionRequest.add_member(:expression, Shapes::ShapeRef.new(shape: Expression, required: true, location_name: "Expression"))
|
1154
|
+
UpdateLFTagExpressionRequest.struct_class = Types::UpdateLFTagExpressionRequest
|
1155
|
+
|
1156
|
+
UpdateLFTagExpressionResponse.struct_class = Types::UpdateLFTagExpressionResponse
|
1157
|
+
|
1090
1158
|
UpdateLFTagRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
1091
1159
|
UpdateLFTagRequest.add_member(:tag_key, Shapes::ShapeRef.new(shape: LFTagKey, required: true, location_name: "TagKey"))
|
1092
1160
|
UpdateLFTagRequest.add_member(:tag_values_to_delete, Shapes::ShapeRef.new(shape: TagValueList, location_name: "TagValuesToDelete"))
|
@@ -1278,6 +1346,20 @@ module Aws::LakeFormation
|
|
1278
1346
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1279
1347
|
end)
|
1280
1348
|
|
1349
|
+
api.add_operation(:create_lf_tag_expression, Seahorse::Model::Operation.new.tap do |o|
|
1350
|
+
o.name = "CreateLFTagExpression"
|
1351
|
+
o.http_method = "POST"
|
1352
|
+
o.http_request_uri = "/CreateLFTagExpression"
|
1353
|
+
o.input = Shapes::ShapeRef.new(shape: CreateLFTagExpressionRequest)
|
1354
|
+
o.output = Shapes::ShapeRef.new(shape: CreateLFTagExpressionResponse)
|
1355
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
1356
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNumberLimitExceededException)
|
1357
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
1358
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
1359
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1360
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
1361
|
+
end)
|
1362
|
+
|
1281
1363
|
api.add_operation(:create_lake_formation_identity_center_configuration, Seahorse::Model::Operation.new.tap do |o|
|
1282
1364
|
o.name = "CreateLakeFormationIdentityCenterConfiguration"
|
1283
1365
|
o.http_method = "POST"
|
@@ -1332,6 +1414,19 @@ module Aws::LakeFormation
|
|
1332
1414
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1333
1415
|
end)
|
1334
1416
|
|
1417
|
+
api.add_operation(:delete_lf_tag_expression, Seahorse::Model::Operation.new.tap do |o|
|
1418
|
+
o.name = "DeleteLFTagExpression"
|
1419
|
+
o.http_method = "POST"
|
1420
|
+
o.http_request_uri = "/DeleteLFTagExpression"
|
1421
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteLFTagExpressionRequest)
|
1422
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteLFTagExpressionResponse)
|
1423
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
1424
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
1425
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
1426
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
1427
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1428
|
+
end)
|
1429
|
+
|
1335
1430
|
api.add_operation(:delete_lake_formation_identity_center_configuration, Seahorse::Model::Operation.new.tap do |o|
|
1336
1431
|
o.name = "DeleteLakeFormationIdentityCenterConfiguration"
|
1337
1432
|
o.http_method = "POST"
|
@@ -1506,6 +1601,19 @@ module Aws::LakeFormation
|
|
1506
1601
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1507
1602
|
end)
|
1508
1603
|
|
1604
|
+
api.add_operation(:get_lf_tag_expression, Seahorse::Model::Operation.new.tap do |o|
|
1605
|
+
o.name = "GetLFTagExpression"
|
1606
|
+
o.http_method = "POST"
|
1607
|
+
o.http_request_uri = "/GetLFTagExpression"
|
1608
|
+
o.input = Shapes::ShapeRef.new(shape: GetLFTagExpressionRequest)
|
1609
|
+
o.output = Shapes::ShapeRef.new(shape: GetLFTagExpressionResponse)
|
1610
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
1611
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
1612
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
1613
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
1614
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1615
|
+
end)
|
1616
|
+
|
1509
1617
|
api.add_operation(:get_query_state, Seahorse::Model::Operation.new.tap do |o|
|
1510
1618
|
o.name = "GetQueryState"
|
1511
1619
|
o.http_method = "POST"
|
@@ -1667,6 +1775,25 @@ module Aws::LakeFormation
|
|
1667
1775
|
)
|
1668
1776
|
end)
|
1669
1777
|
|
1778
|
+
api.add_operation(:list_lf_tag_expressions, Seahorse::Model::Operation.new.tap do |o|
|
1779
|
+
o.name = "ListLFTagExpressions"
|
1780
|
+
o.http_method = "POST"
|
1781
|
+
o.http_request_uri = "/ListLFTagExpressions"
|
1782
|
+
o.input = Shapes::ShapeRef.new(shape: ListLFTagExpressionsRequest)
|
1783
|
+
o.output = Shapes::ShapeRef.new(shape: ListLFTagExpressionsResponse)
|
1784
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
1785
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
1786
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
1787
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
1788
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1789
|
+
o[:pager] = Aws::Pager.new(
|
1790
|
+
limit_key: "max_results",
|
1791
|
+
tokens: {
|
1792
|
+
"next_token" => "next_token"
|
1793
|
+
}
|
1794
|
+
)
|
1795
|
+
end)
|
1796
|
+
|
1670
1797
|
api.add_operation(:list_lf_tags, Seahorse::Model::Operation.new.tap do |o|
|
1671
1798
|
o.name = "ListLFTags"
|
1672
1799
|
o.http_method = "POST"
|
@@ -1917,6 +2044,20 @@ module Aws::LakeFormation
|
|
1917
2044
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1918
2045
|
end)
|
1919
2046
|
|
2047
|
+
api.add_operation(:update_lf_tag_expression, Seahorse::Model::Operation.new.tap do |o|
|
2048
|
+
o.name = "UpdateLFTagExpression"
|
2049
|
+
o.http_method = "POST"
|
2050
|
+
o.http_request_uri = "/UpdateLFTagExpression"
|
2051
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateLFTagExpressionRequest)
|
2052
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateLFTagExpressionResponse)
|
2053
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
2054
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
2055
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNumberLimitExceededException)
|
2056
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
2057
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
2058
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2059
|
+
end)
|
2060
|
+
|
1920
2061
|
api.add_operation(:update_lake_formation_identity_center_configuration, Seahorse::Model::Operation.new.tap do |o|
|
1921
2062
|
o.name = "UpdateLakeFormationIdentityCenterConfiguration"
|
1922
2063
|
o.http_method = "POST"
|
@@ -434,6 +434,40 @@ module Aws::LakeFormation
|
|
434
434
|
#
|
435
435
|
class CreateDataCellsFilterResponse < Aws::EmptyStructure; end
|
436
436
|
|
437
|
+
# @!attribute [rw] name
|
438
|
+
# A name for the expression.
|
439
|
+
# @return [String]
|
440
|
+
#
|
441
|
+
# @!attribute [rw] description
|
442
|
+
# A description with information about the LF-Tag expression.
|
443
|
+
# @return [String]
|
444
|
+
#
|
445
|
+
# @!attribute [rw] catalog_id
|
446
|
+
# The identifier for the Data Catalog. By default, the account ID. The
|
447
|
+
# Data Catalog is the persistent metadata store. It contains database
|
448
|
+
# definitions, table definitions, and other control information to
|
449
|
+
# manage your Lake Formation environment.
|
450
|
+
# @return [String]
|
451
|
+
#
|
452
|
+
# @!attribute [rw] expression
|
453
|
+
# A list of LF-Tag conditions (key-value pairs).
|
454
|
+
# @return [Array<Types::LFTag>]
|
455
|
+
#
|
456
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/lakeformation-2017-03-31/CreateLFTagExpressionRequest AWS API Documentation
|
457
|
+
#
|
458
|
+
class CreateLFTagExpressionRequest < Struct.new(
|
459
|
+
:name,
|
460
|
+
:description,
|
461
|
+
:catalog_id,
|
462
|
+
:expression)
|
463
|
+
SENSITIVE = []
|
464
|
+
include Aws::Structure
|
465
|
+
end
|
466
|
+
|
467
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/lakeformation-2017-03-31/CreateLFTagExpressionResponse AWS API Documentation
|
468
|
+
#
|
469
|
+
class CreateLFTagExpressionResponse < Aws::EmptyStructure; end
|
470
|
+
|
437
471
|
# @!attribute [rw] catalog_id
|
438
472
|
# The identifier for the Data Catalog. By default, the account ID. The
|
439
473
|
# Data Catalog is the persistent metadata store. It contains database
|
@@ -849,6 +883,28 @@ module Aws::LakeFormation
|
|
849
883
|
#
|
850
884
|
class DeleteDataCellsFilterResponse < Aws::EmptyStructure; end
|
851
885
|
|
886
|
+
# @!attribute [rw] name
|
887
|
+
# The name for the LF-Tag expression.
|
888
|
+
# @return [String]
|
889
|
+
#
|
890
|
+
# @!attribute [rw] catalog_id
|
891
|
+
# The identifier for the Data Catalog. By default, the account ID in
|
892
|
+
# which the LF-Tag expression is saved.
|
893
|
+
# @return [String]
|
894
|
+
#
|
895
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/lakeformation-2017-03-31/DeleteLFTagExpressionRequest AWS API Documentation
|
896
|
+
#
|
897
|
+
class DeleteLFTagExpressionRequest < Struct.new(
|
898
|
+
:name,
|
899
|
+
:catalog_id)
|
900
|
+
SENSITIVE = []
|
901
|
+
include Aws::Structure
|
902
|
+
end
|
903
|
+
|
904
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/lakeformation-2017-03-31/DeleteLFTagExpressionResponse AWS API Documentation
|
905
|
+
#
|
906
|
+
class DeleteLFTagExpressionResponse < Aws::EmptyStructure; end
|
907
|
+
|
852
908
|
# @!attribute [rw] catalog_id
|
853
909
|
# The identifier for the Data Catalog. By default, the account ID. The
|
854
910
|
# Data Catalog is the persistent metadata store. It contains database
|
@@ -1397,6 +1453,52 @@ module Aws::LakeFormation
|
|
1397
1453
|
include Aws::Structure
|
1398
1454
|
end
|
1399
1455
|
|
1456
|
+
# @!attribute [rw] name
|
1457
|
+
# The name for the LF-Tag expression
|
1458
|
+
# @return [String]
|
1459
|
+
#
|
1460
|
+
# @!attribute [rw] catalog_id
|
1461
|
+
# The identifier for the Data Catalog. By default, the account ID.
|
1462
|
+
# @return [String]
|
1463
|
+
#
|
1464
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/lakeformation-2017-03-31/GetLFTagExpressionRequest AWS API Documentation
|
1465
|
+
#
|
1466
|
+
class GetLFTagExpressionRequest < Struct.new(
|
1467
|
+
:name,
|
1468
|
+
:catalog_id)
|
1469
|
+
SENSITIVE = []
|
1470
|
+
include Aws::Structure
|
1471
|
+
end
|
1472
|
+
|
1473
|
+
# @!attribute [rw] name
|
1474
|
+
# The name for the LF-Tag expression.
|
1475
|
+
# @return [String]
|
1476
|
+
#
|
1477
|
+
# @!attribute [rw] description
|
1478
|
+
# The description with information about the LF-Tag expression.
|
1479
|
+
# @return [String]
|
1480
|
+
#
|
1481
|
+
# @!attribute [rw] catalog_id
|
1482
|
+
# The identifier for the Data Catalog. By default, the account ID in
|
1483
|
+
# which the LF-Tag expression is saved.
|
1484
|
+
# @return [String]
|
1485
|
+
#
|
1486
|
+
# @!attribute [rw] expression
|
1487
|
+
# The body of the LF-Tag expression. It is composed of one or more
|
1488
|
+
# LF-Tag key-value pairs.
|
1489
|
+
# @return [Array<Types::LFTag>]
|
1490
|
+
#
|
1491
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/lakeformation-2017-03-31/GetLFTagExpressionResponse AWS API Documentation
|
1492
|
+
#
|
1493
|
+
class GetLFTagExpressionResponse < Struct.new(
|
1494
|
+
:name,
|
1495
|
+
:description,
|
1496
|
+
:catalog_id,
|
1497
|
+
:expression)
|
1498
|
+
SENSITIVE = []
|
1499
|
+
include Aws::Structure
|
1500
|
+
end
|
1501
|
+
|
1400
1502
|
# @!attribute [rw] catalog_id
|
1401
1503
|
# The identifier for the Data Catalog. By default, the account ID. The
|
1402
1504
|
# Data Catalog is the persistent metadata store. It contains database
|
@@ -2032,6 +2134,54 @@ module Aws::LakeFormation
|
|
2032
2134
|
include Aws::Structure
|
2033
2135
|
end
|
2034
2136
|
|
2137
|
+
# A structure consists LF-Tag expression name and catalog ID.
|
2138
|
+
#
|
2139
|
+
# @!attribute [rw] name
|
2140
|
+
# The name for saved the LF-Tag expression.
|
2141
|
+
# @return [String]
|
2142
|
+
#
|
2143
|
+
# @!attribute [rw] description
|
2144
|
+
# A structure that contains information about the LF-Tag expression.
|
2145
|
+
# @return [String]
|
2146
|
+
#
|
2147
|
+
# @!attribute [rw] catalog_id
|
2148
|
+
# The identifier for the Data Catalog. By default, the account ID.
|
2149
|
+
# @return [String]
|
2150
|
+
#
|
2151
|
+
# @!attribute [rw] expression
|
2152
|
+
# A logical expression composed of one or more LF-Tags.
|
2153
|
+
# @return [Array<Types::LFTag>]
|
2154
|
+
#
|
2155
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/lakeformation-2017-03-31/LFTagExpression AWS API Documentation
|
2156
|
+
#
|
2157
|
+
class LFTagExpression < Struct.new(
|
2158
|
+
:name,
|
2159
|
+
:description,
|
2160
|
+
:catalog_id,
|
2161
|
+
:expression)
|
2162
|
+
SENSITIVE = []
|
2163
|
+
include Aws::Structure
|
2164
|
+
end
|
2165
|
+
|
2166
|
+
# A structure containing a LF-Tag expression (keys and values).
|
2167
|
+
#
|
2168
|
+
# @!attribute [rw] catalog_id
|
2169
|
+
# The identifier for the Data Catalog. By default, the account ID.
|
2170
|
+
# @return [String]
|
2171
|
+
#
|
2172
|
+
# @!attribute [rw] name
|
2173
|
+
# The name of the LF-Tag expression to grant permissions on.
|
2174
|
+
# @return [String]
|
2175
|
+
#
|
2176
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/lakeformation-2017-03-31/LFTagExpressionResource AWS API Documentation
|
2177
|
+
#
|
2178
|
+
class LFTagExpressionResource < Struct.new(
|
2179
|
+
:catalog_id,
|
2180
|
+
:name)
|
2181
|
+
SENSITIVE = []
|
2182
|
+
include Aws::Structure
|
2183
|
+
end
|
2184
|
+
|
2035
2185
|
# A structure containing an LF-tag key and values for a resource.
|
2036
2186
|
#
|
2037
2187
|
# @!attribute [rw] catalog_id
|
@@ -2086,8 +2236,8 @@ module Aws::LakeFormation
|
|
2086
2236
|
include Aws::Structure
|
2087
2237
|
end
|
2088
2238
|
|
2089
|
-
# A structure containing a list of LF-tag conditions
|
2090
|
-
# resource's LF-tag policy.
|
2239
|
+
# A structure containing a list of LF-tag conditions or saved LF-Tag
|
2240
|
+
# expressions that apply to a resource's LF-tag policy.
|
2091
2241
|
#
|
2092
2242
|
# @!attribute [rw] catalog_id
|
2093
2243
|
# The identifier for the Data Catalog. By default, the account ID. The
|
@@ -2101,16 +2251,23 @@ module Aws::LakeFormation
|
|
2101
2251
|
# @return [String]
|
2102
2252
|
#
|
2103
2253
|
# @!attribute [rw] expression
|
2104
|
-
# A list of LF-tag conditions that apply to the
|
2105
|
-
# policy.
|
2254
|
+
# A list of LF-tag conditions or a saved expression that apply to the
|
2255
|
+
# resource's LF-tag policy.
|
2106
2256
|
# @return [Array<Types::LFTag>]
|
2107
2257
|
#
|
2258
|
+
# @!attribute [rw] expression_name
|
2259
|
+
# If provided, permissions are granted to the Data Catalog resources
|
2260
|
+
# whose assigned LF-Tags match the expression body of the saved
|
2261
|
+
# expression under the provided `ExpressionName`.
|
2262
|
+
# @return [String]
|
2263
|
+
#
|
2108
2264
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lakeformation-2017-03-31/LFTagPolicyResource AWS API Documentation
|
2109
2265
|
#
|
2110
2266
|
class LFTagPolicyResource < Struct.new(
|
2111
2267
|
:catalog_id,
|
2112
2268
|
:resource_type,
|
2113
|
-
:expression
|
2269
|
+
:expression,
|
2270
|
+
:expression_name)
|
2114
2271
|
SENSITIVE = []
|
2115
2272
|
include Aws::Structure
|
2116
2273
|
end
|
@@ -2186,6 +2343,47 @@ module Aws::LakeFormation
|
|
2186
2343
|
include Aws::Structure
|
2187
2344
|
end
|
2188
2345
|
|
2346
|
+
# @!attribute [rw] catalog_id
|
2347
|
+
# The identifier for the Data Catalog. By default, the account ID.
|
2348
|
+
# @return [String]
|
2349
|
+
#
|
2350
|
+
# @!attribute [rw] max_results
|
2351
|
+
# The maximum number of results to return.
|
2352
|
+
# @return [Integer]
|
2353
|
+
#
|
2354
|
+
# @!attribute [rw] next_token
|
2355
|
+
# A continuation token, if this is not the first call to retrieve this
|
2356
|
+
# list.
|
2357
|
+
# @return [String]
|
2358
|
+
#
|
2359
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/lakeformation-2017-03-31/ListLFTagExpressionsRequest AWS API Documentation
|
2360
|
+
#
|
2361
|
+
class ListLFTagExpressionsRequest < Struct.new(
|
2362
|
+
:catalog_id,
|
2363
|
+
:max_results,
|
2364
|
+
:next_token)
|
2365
|
+
SENSITIVE = []
|
2366
|
+
include Aws::Structure
|
2367
|
+
end
|
2368
|
+
|
2369
|
+
# @!attribute [rw] lf_tag_expressions
|
2370
|
+
# Logical expressions composed of one more LF-Tag key-value pairs.
|
2371
|
+
# @return [Array<Types::LFTagExpression>]
|
2372
|
+
#
|
2373
|
+
# @!attribute [rw] next_token
|
2374
|
+
# A continuation token, if this is not the first call to retrieve this
|
2375
|
+
# list.
|
2376
|
+
# @return [String]
|
2377
|
+
#
|
2378
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/lakeformation-2017-03-31/ListLFTagExpressionsResponse AWS API Documentation
|
2379
|
+
#
|
2380
|
+
class ListLFTagExpressionsResponse < Struct.new(
|
2381
|
+
:lf_tag_expressions,
|
2382
|
+
:next_token)
|
2383
|
+
SENSITIVE = []
|
2384
|
+
include Aws::Structure
|
2385
|
+
end
|
2386
|
+
|
2189
2387
|
# @!attribute [rw] catalog_id
|
2190
2388
|
# The identifier for the Data Catalog. By default, the account ID. The
|
2191
2389
|
# Data Catalog is the persistent metadata store. It contains database
|
@@ -2901,9 +3099,15 @@ module Aws::LakeFormation
|
|
2901
3099
|
# @return [Types::LFTagKeyResource]
|
2902
3100
|
#
|
2903
3101
|
# @!attribute [rw] lf_tag_policy
|
2904
|
-
# A list of LF-tag conditions
|
3102
|
+
# A list of LF-tag conditions or saved LF-Tag expressions that define
|
3103
|
+
# a resource's LF-tag policy.
|
2905
3104
|
# @return [Types::LFTagPolicyResource]
|
2906
3105
|
#
|
3106
|
+
# @!attribute [rw] lf_tag_expression
|
3107
|
+
# LF-Tag expression resource. A logical expression composed of one or
|
3108
|
+
# more LF-Tag key:value pairs.
|
3109
|
+
# @return [Types::LFTagExpressionResource]
|
3110
|
+
#
|
2907
3111
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lakeformation-2017-03-31/Resource AWS API Documentation
|
2908
3112
|
#
|
2909
3113
|
class Resource < Struct.new(
|
@@ -2914,7 +3118,8 @@ module Aws::LakeFormation
|
|
2914
3118
|
:data_location,
|
2915
3119
|
:data_cells_filter,
|
2916
3120
|
:lf_tag,
|
2917
|
-
:lf_tag_policy
|
3121
|
+
:lf_tag_policy,
|
3122
|
+
:lf_tag_expression)
|
2918
3123
|
SENSITIVE = []
|
2919
3124
|
include Aws::Structure
|
2920
3125
|
end
|
@@ -3540,6 +3745,38 @@ module Aws::LakeFormation
|
|
3540
3745
|
#
|
3541
3746
|
class UpdateDataCellsFilterResponse < Aws::EmptyStructure; end
|
3542
3747
|
|
3748
|
+
# @!attribute [rw] name
|
3749
|
+
# The name for the LF-Tag expression.
|
3750
|
+
# @return [String]
|
3751
|
+
#
|
3752
|
+
# @!attribute [rw] description
|
3753
|
+
# The description with information about the saved LF-Tag expression.
|
3754
|
+
# @return [String]
|
3755
|
+
#
|
3756
|
+
# @!attribute [rw] catalog_id
|
3757
|
+
# The identifier for the Data Catalog. By default, the account ID.
|
3758
|
+
# @return [String]
|
3759
|
+
#
|
3760
|
+
# @!attribute [rw] expression
|
3761
|
+
# The LF-Tag expression body composed of one more LF-Tag key-value
|
3762
|
+
# pairs.
|
3763
|
+
# @return [Array<Types::LFTag>]
|
3764
|
+
#
|
3765
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/lakeformation-2017-03-31/UpdateLFTagExpressionRequest AWS API Documentation
|
3766
|
+
#
|
3767
|
+
class UpdateLFTagExpressionRequest < Struct.new(
|
3768
|
+
:name,
|
3769
|
+
:description,
|
3770
|
+
:catalog_id,
|
3771
|
+
:expression)
|
3772
|
+
SENSITIVE = []
|
3773
|
+
include Aws::Structure
|
3774
|
+
end
|
3775
|
+
|
3776
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/lakeformation-2017-03-31/UpdateLFTagExpressionResponse AWS API Documentation
|
3777
|
+
#
|
3778
|
+
class UpdateLFTagExpressionResponse < Aws::EmptyStructure; end
|
3779
|
+
|
3543
3780
|
# @!attribute [rw] catalog_id
|
3544
3781
|
# The identifier for the Data Catalog. By default, the account ID. The
|
3545
3782
|
# Data Catalog is the persistent metadata store. It contains database
|
@@ -3708,7 +3945,7 @@ module Aws::LakeFormation
|
|
3708
3945
|
# @return [String]
|
3709
3946
|
#
|
3710
3947
|
# @!attribute [rw] storage_optimizer_config
|
3711
|
-
# Name of the
|
3948
|
+
# Name of the configuration for the storage optimizer.
|
3712
3949
|
# @return [Hash<String,Hash<String,String>>]
|
3713
3950
|
#
|
3714
3951
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lakeformation-2017-03-31/UpdateTableStorageOptimizerRequest AWS API Documentation
|