aws-sdk-lakeformation 1.28.0 → 1.29.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 67be00f9d8e93dc5f7c706448f9a6e796983d4e46d8ef7a3cb290443c519860e
4
- data.tar.gz: 36f80e3dabfca28c2e94b626e7bab35a2637ef09c16347f48211f89853ab923f
3
+ metadata.gz: e5756012494fc4d597f62ee9487f8ac3ab868e4dd181ac1b46a65607e85c2283
4
+ data.tar.gz: e7ecd6c1a47e69961f167c0d91458817bcf4d4b11a7203a2fffa07f15138672a
5
5
  SHA512:
6
- metadata.gz: 1ecd40c538304cd7bcd1f27da07ce4437705997e613ea1570f872797d1f9f2a7dfe8fa6412c06af1253f35d41327a758d0ffb5691f48e5269c488f2aa0020060
7
- data.tar.gz: f5a46e83cac035e2b949c4d8b6f4ac1d7dad42607aec579b37d71da5dbb51c013b5e5ee245a00a56d77373c96f324ebdd7ae254dfe32aedd772b00dd7e6b3ed4
6
+ metadata.gz: 71b1ed67e5fc20134e4b5373b47f0263257c7d7b1cb00ed98cbbf2d500dd060047754b600569c9327d36b3056230a7589ec05aab72fb151cc83e20e47c3ec613
7
+ data.tar.gz: 4f17e1e1f94d35c2f498370d8de6ff0cd28997ef30fa015e980d921b2ed67b01badf937f82765824fa97311f1a82c6f3552681caaece883b9ed51cbc8bdd89fe
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.29.0 (2022-11-14)
5
+ ------------------
6
+
7
+ * Feature - This release adds a new parameter "Parameters" in the DataLakeSettings.
8
+
4
9
  1.28.0 (2022-10-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.28.0
1
+ 1.29.0
@@ -1189,6 +1189,8 @@ module Aws::LakeFormation
1189
1189
  # resp.data_lake_settings.create_table_default_permissions[0].principal.data_lake_principal_identifier #=> String
1190
1190
  # resp.data_lake_settings.create_table_default_permissions[0].permissions #=> Array
1191
1191
  # resp.data_lake_settings.create_table_default_permissions[0].permissions[0] #=> String, one of "ALL", "SELECT", "ALTER", "DROP", "DELETE", "INSERT", "DESCRIBE", "CREATE_DATABASE", "CREATE_TABLE", "DATA_LOCATION_ACCESS", "CREATE_TAG", "ASSOCIATE"
1192
+ # resp.data_lake_settings.parameters #=> Hash
1193
+ # resp.data_lake_settings.parameters["KeyString"] #=> String
1192
1194
  # resp.data_lake_settings.trusted_resource_owners #=> Array
1193
1195
  # resp.data_lake_settings.trusted_resource_owners[0] #=> String
1194
1196
  # resp.data_lake_settings.allow_external_data_filtering #=> Boolean
@@ -2416,6 +2418,9 @@ module Aws::LakeFormation
2416
2418
  # permissions: ["ALL"], # accepts ALL, SELECT, ALTER, DROP, DELETE, INSERT, DESCRIBE, CREATE_DATABASE, CREATE_TABLE, DATA_LOCATION_ACCESS, CREATE_TAG, ASSOCIATE
2417
2419
  # },
2418
2420
  # ],
2421
+ # parameters: {
2422
+ # "KeyString" => "ParametersMapValue",
2423
+ # },
2419
2424
  # trusted_resource_owners: ["CatalogIdString"],
2420
2425
  # allow_external_data_filtering: false,
2421
2426
  # external_data_filtering_allow_list: [
@@ -2473,7 +2478,7 @@ module Aws::LakeFormation
2473
2478
  #
2474
2479
  #
2475
2480
  #
2476
- # [1]: https://docs-aws.amazon.com/lake-formation/latest/dg/service-linked-roles.html
2481
+ # [1]: https://docs.aws.amazon.com/lake-formation/latest/dg/service-linked-roles.html
2477
2482
  #
2478
2483
  # @option params [String] :role_arn
2479
2484
  # The identifier for the role that registers the resource.
@@ -3101,7 +3106,7 @@ module Aws::LakeFormation
3101
3106
  params: params,
3102
3107
  config: config)
3103
3108
  context[:gem_name] = 'aws-sdk-lakeformation'
3104
- context[:gem_version] = '1.28.0'
3109
+ context[:gem_version] = '1.29.0'
3105
3110
  Seahorse::Client::Request.new(handlers, context)
3106
3111
  end
3107
3112
 
@@ -127,6 +127,7 @@ module Aws::LakeFormation
127
127
  Integer = Shapes::IntegerShape.new(name: 'Integer')
128
128
  InternalServiceException = Shapes::StructureShape.new(name: 'InternalServiceException')
129
129
  InvalidInputException = Shapes::StructureShape.new(name: 'InvalidInputException')
130
+ KeyString = Shapes::StringShape.new(name: 'KeyString')
130
131
  LFTag = Shapes::StructureShape.new(name: 'LFTag')
131
132
  LFTagError = Shapes::StructureShape.new(name: 'LFTagError')
132
133
  LFTagErrors = Shapes::ListShape.new(name: 'LFTagErrors')
@@ -159,6 +160,8 @@ module Aws::LakeFormation
159
160
  OperationTimeoutException = Shapes::StructureShape.new(name: 'OperationTimeoutException')
160
161
  OptimizerType = Shapes::StringShape.new(name: 'OptimizerType')
161
162
  PageSize = Shapes::IntegerShape.new(name: 'PageSize')
163
+ ParametersMap = Shapes::MapShape.new(name: 'ParametersMap')
164
+ ParametersMapValue = Shapes::StringShape.new(name: 'ParametersMapValue')
162
165
  PartitionObjects = Shapes::StructureShape.new(name: 'PartitionObjects')
163
166
  PartitionValueList = Shapes::StructureShape.new(name: 'PartitionValueList')
164
167
  PartitionValueString = Shapes::StringShape.new(name: 'PartitionValueString')
@@ -204,6 +207,7 @@ module Aws::LakeFormation
204
207
  SAMLAssertionString = Shapes::StringShape.new(name: 'SAMLAssertionString')
205
208
  SearchDatabasesByLFTagsRequest = Shapes::StructureShape.new(name: 'SearchDatabasesByLFTagsRequest')
206
209
  SearchDatabasesByLFTagsResponse = Shapes::StructureShape.new(name: 'SearchDatabasesByLFTagsResponse')
210
+ SearchPageSize = Shapes::IntegerShape.new(name: 'SearchPageSize')
207
211
  SearchTablesByLFTagsRequest = Shapes::StructureShape.new(name: 'SearchTablesByLFTagsRequest')
208
212
  SearchTablesByLFTagsResponse = Shapes::StructureShape.new(name: 'SearchTablesByLFTagsResponse')
209
213
  SecretAccessKeyString = Shapes::StringShape.new(name: 'SecretAccessKeyString')
@@ -401,6 +405,7 @@ module Aws::LakeFormation
401
405
  DataLakeSettings.add_member(:data_lake_admins, Shapes::ShapeRef.new(shape: DataLakePrincipalList, location_name: "DataLakeAdmins"))
402
406
  DataLakeSettings.add_member(:create_database_default_permissions, Shapes::ShapeRef.new(shape: PrincipalPermissionsList, location_name: "CreateDatabaseDefaultPermissions"))
403
407
  DataLakeSettings.add_member(:create_table_default_permissions, Shapes::ShapeRef.new(shape: PrincipalPermissionsList, location_name: "CreateTableDefaultPermissions"))
408
+ DataLakeSettings.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersMap, location_name: "Parameters"))
404
409
  DataLakeSettings.add_member(:trusted_resource_owners, Shapes::ShapeRef.new(shape: TrustedResourceOwners, location_name: "TrustedResourceOwners"))
405
410
  DataLakeSettings.add_member(:allow_external_data_filtering, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "AllowExternalDataFiltering"))
406
411
  DataLakeSettings.add_member(:external_data_filtering_allow_list, Shapes::ShapeRef.new(shape: DataLakePrincipalList, location_name: "ExternalDataFilteringAllowList"))
@@ -716,6 +721,9 @@ module Aws::LakeFormation
716
721
  OperationTimeoutException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
717
722
  OperationTimeoutException.struct_class = Types::OperationTimeoutException
718
723
 
724
+ ParametersMap.key = Shapes::ShapeRef.new(shape: KeyString)
725
+ ParametersMap.value = Shapes::ShapeRef.new(shape: ParametersMapValue)
726
+
719
727
  PartitionObjects.add_member(:partition_values, Shapes::ShapeRef.new(shape: PartitionValuesList, location_name: "PartitionValues"))
720
728
  PartitionObjects.add_member(:objects, Shapes::ShapeRef.new(shape: TableObjectList, location_name: "Objects"))
721
729
  PartitionObjects.struct_class = Types::PartitionObjects
@@ -825,7 +833,7 @@ module Aws::LakeFormation
825
833
  RowFilter.struct_class = Types::RowFilter
826
834
 
827
835
  SearchDatabasesByLFTagsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
828
- SearchDatabasesByLFTagsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
836
+ SearchDatabasesByLFTagsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: SearchPageSize, location_name: "MaxResults"))
829
837
  SearchDatabasesByLFTagsRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
830
838
  SearchDatabasesByLFTagsRequest.add_member(:expression, Shapes::ShapeRef.new(shape: Expression, required: true, location_name: "Expression"))
831
839
  SearchDatabasesByLFTagsRequest.struct_class = Types::SearchDatabasesByLFTagsRequest
@@ -835,7 +843,7 @@ module Aws::LakeFormation
835
843
  SearchDatabasesByLFTagsResponse.struct_class = Types::SearchDatabasesByLFTagsResponse
836
844
 
837
845
  SearchTablesByLFTagsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
838
- SearchTablesByLFTagsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
846
+ SearchTablesByLFTagsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: SearchPageSize, location_name: "MaxResults"))
839
847
  SearchTablesByLFTagsRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
840
848
  SearchTablesByLFTagsRequest.add_member(:expression, Shapes::ShapeRef.new(shape: Expression, required: true, location_name: "Expression"))
841
849
  SearchTablesByLFTagsRequest.struct_class = Types::SearchTablesByLFTagsRequest
@@ -954,6 +954,9 @@ module Aws::LakeFormation
954
954
  # permissions: ["ALL"], # accepts ALL, SELECT, ALTER, DROP, DELETE, INSERT, DESCRIBE, CREATE_DATABASE, CREATE_TABLE, DATA_LOCATION_ACCESS, CREATE_TAG, ASSOCIATE
955
955
  # },
956
956
  # ],
957
+ # parameters: {
958
+ # "KeyString" => "ParametersMapValue",
959
+ # },
957
960
  # trusted_resource_owners: ["CatalogIdString"],
958
961
  # allow_external_data_filtering: false,
959
962
  # external_data_filtering_allow_list: [
@@ -972,8 +975,7 @@ module Aws::LakeFormation
972
975
  # @!attribute [rw] create_database_default_permissions
973
976
  # Specifies whether access control on newly created database is
974
977
  # managed by Lake Formation permissions or exclusively by IAM
975
- # permissions. You can override this default setting when you create a
976
- # database.
978
+ # permissions.
977
979
  #
978
980
  # A null value indicates access control by Lake Formation permissions.
979
981
  # A value that assigns ALL to IAM\_ALLOWED\_PRINCIPALS indicates
@@ -1017,6 +1019,13 @@ module Aws::LakeFormation
1017
1019
  # [1]: https://docs.aws.amazon.com/lake-formation/latest/dg/change-settings.html
1018
1020
  # @return [Array<Types::PrincipalPermissions>]
1019
1021
  #
1022
+ # @!attribute [rw] parameters
1023
+ # A key-value map that provides an additional configuration on your
1024
+ # data lake. CrossAccountVersion is the key you can configure in the
1025
+ # Parameters field. Accepted values for the CrossAccountVersion key
1026
+ # are 1, 2, and 3.
1027
+ # @return [Hash<String,String>]
1028
+ #
1020
1029
  # @!attribute [rw] trusted_resource_owners
1021
1030
  # A list of the resource-owning account IDs that the caller's account
1022
1031
  # can use to share their user access details (user ARNs). The user
@@ -1065,6 +1074,7 @@ module Aws::LakeFormation
1065
1074
  :data_lake_admins,
1066
1075
  :create_database_default_permissions,
1067
1076
  :create_table_default_permissions,
1077
+ :parameters,
1068
1078
  :trusted_resource_owners,
1069
1079
  :allow_external_data_filtering,
1070
1080
  :external_data_filtering_allow_list,
@@ -3190,6 +3200,9 @@ module Aws::LakeFormation
3190
3200
  # permissions: ["ALL"], # accepts ALL, SELECT, ALTER, DROP, DELETE, INSERT, DESCRIBE, CREATE_DATABASE, CREATE_TABLE, DATA_LOCATION_ACCESS, CREATE_TAG, ASSOCIATE
3191
3201
  # },
3192
3202
  # ],
3203
+ # parameters: {
3204
+ # "KeyString" => "ParametersMapValue",
3205
+ # },
3193
3206
  # trusted_resource_owners: ["CatalogIdString"],
3194
3207
  # allow_external_data_filtering: false,
3195
3208
  # external_data_filtering_allow_list: [
@@ -3307,7 +3320,7 @@ module Aws::LakeFormation
3307
3320
  #
3308
3321
  #
3309
3322
  #
3310
- # [1]: https://docs-aws.amazon.com/lake-formation/latest/dg/service-linked-roles.html
3323
+ # [1]: https://docs.aws.amazon.com/lake-formation/latest/dg/service-linked-roles.html
3311
3324
  # @return [Boolean]
3312
3325
  #
3313
3326
  # @!attribute [rw] role_arn
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-lakeformation/customizations'
52
52
  # @!group service
53
53
  module Aws::LakeFormation
54
54
 
55
- GEM_VERSION = '1.28.0'
55
+ GEM_VERSION = '1.29.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-lakeformation
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.28.0
4
+ version: 1.29.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-25 00:00:00.000000000 Z
11
+ date: 2022-11-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core