aws-sdk-glue 1.250.0 → 1.251.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: bb90ede36a6788770bd4a5c7789a3258384c4bbf03505ff99f8c2b8b18507d01
4
- data.tar.gz: aed100643120fc4bb2854ee5ffa63a777f4a5162b6224ceb7d338dae0f93cc63
3
+ metadata.gz: 8d054d3c8d3d67d13291bc1de455682bc1755e6000e78eaff40f963189bc064c
4
+ data.tar.gz: 00af530cdeded1db2756c152d4c0b45d6cfe964093af95af64ef426f32fd09ce
5
5
  SHA512:
6
- metadata.gz: a79808534e0601004af0f6c6e7cedd2e3bfc5d7f90ca48ac2839c1991dd1e8b55001dcc7d66ea6134697ee55a5dfbd5ce624ea1959dbb29d1d233af5c4bc4f38
7
- data.tar.gz: 7144b99628efe03bdb88ddcefe1251a669606504144f4be21c822408bcc81437bb3df071fc28a917664b7768e6976e79e424b74015651adfa4c5d7312132329d
6
+ metadata.gz: ec5597d1f7b920996aff16c778de36f3ef1970a003324b77f44c46f5870aedcb1b706bd61ac3a460072cc38b6245d59d9c7e80bea8cf478e8bfd047a2a938918
7
+ data.tar.gz: 174ed21b1209b2a8ea9026d2f3212c06f83f4339837e888f013b17605b894779cae508106941ce9910aa2c09cc198a8197625c0f7c3b1cc17e25bed555290b26
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.251.0 (2026-03-17)
5
+ ------------------
6
+
7
+ * Feature - Provide approval to overwrite existing Lake Formation permissions on all child resources with the default permissions specified in 'CreateTableDefaultPermissions' and 'CreateDatabaseDefaultPermissions' when updating catalog. Allowed values are ["Accept","Deny"] .
8
+
4
9
  1.250.0 (2026-03-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.250.0
1
+ 1.251.0
@@ -2121,6 +2121,7 @@ module Aws::Glue
2121
2121
  # },
2122
2122
  # ],
2123
2123
  # allow_full_table_external_data_access: "True", # accepts True, False
2124
+ # overwrite_child_resource_permissions_with_default: "Accept", # accepts Accept, Deny
2124
2125
  # },
2125
2126
  # tags: {
2126
2127
  # "TagKey" => "TagValue",
@@ -16947,6 +16948,7 @@ module Aws::Glue
16947
16948
  # },
16948
16949
  # ],
16949
16950
  # allow_full_table_external_data_access: "True", # accepts True, False
16951
+ # overwrite_child_resource_permissions_with_default: "Accept", # accepts Accept, Deny
16950
16952
  # },
16951
16953
  # })
16952
16954
  #
@@ -19016,7 +19018,7 @@ module Aws::Glue
19016
19018
  tracer: tracer
19017
19019
  )
19018
19020
  context[:gem_name] = 'aws-sdk-glue'
19019
- context[:gem_version] = '1.250.0'
19021
+ context[:gem_version] = '1.251.0'
19020
19022
  Seahorse::Client::Request.new(handlers, context)
19021
19023
  end
19022
19024
 
@@ -1164,6 +1164,7 @@ module Aws::Glue
1164
1164
  OrphanFileDeletionMetrics = Shapes::StructureShape.new(name: 'OrphanFileDeletionMetrics')
1165
1165
  OtherMetadataValueList = Shapes::ListShape.new(name: 'OtherMetadataValueList')
1166
1166
  OtherMetadataValueListItem = Shapes::StructureShape.new(name: 'OtherMetadataValueListItem')
1167
+ OverwriteChildResourcePermissionsWithDefaultEnum = Shapes::StringShape.new(name: 'OverwriteChildResourcePermissionsWithDefaultEnum')
1167
1168
  PIIDetection = Shapes::StructureShape.new(name: 'PIIDetection')
1168
1169
  PageSize = Shapes::IntegerShape.new(name: 'PageSize')
1169
1170
  PaginationConfiguration = Shapes::StructureShape.new(name: 'PaginationConfiguration')
@@ -2206,6 +2207,7 @@ module Aws::Glue
2206
2207
  CatalogInput.add_member(:create_table_default_permissions, Shapes::ShapeRef.new(shape: PrincipalPermissionsList, location_name: "CreateTableDefaultPermissions"))
2207
2208
  CatalogInput.add_member(:create_database_default_permissions, Shapes::ShapeRef.new(shape: PrincipalPermissionsList, location_name: "CreateDatabaseDefaultPermissions"))
2208
2209
  CatalogInput.add_member(:allow_full_table_external_data_access, Shapes::ShapeRef.new(shape: AllowFullTableExternalDataAccessEnum, location_name: "AllowFullTableExternalDataAccess"))
2210
+ CatalogInput.add_member(:overwrite_child_resource_permissions_with_default, Shapes::ShapeRef.new(shape: OverwriteChildResourcePermissionsWithDefaultEnum, location_name: "OverwriteChildResourcePermissionsWithDefault"))
2209
2211
  CatalogInput.struct_class = Types::CatalogInput
2210
2212
 
2211
2213
  CatalogKafkaSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
@@ -2281,6 +2281,13 @@ module Aws::Glue
2281
2281
  # that are registered with Lake Formation.
2282
2282
  # @return [String]
2283
2283
  #
2284
+ # @!attribute [rw] overwrite_child_resource_permissions_with_default
2285
+ # Overwrites existing Amazon Web Services Lake Formation permissions
2286
+ # with `CatalogInput$CreateTableDefaultPermissions` and
2287
+ # `CatalogInput$CreateDatabaseDefaultPermissions` for all child
2288
+ # resources.
2289
+ # @return [String]
2290
+ #
2284
2291
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/CatalogInput AWS API Documentation
2285
2292
  #
2286
2293
  class CatalogInput < Struct.new(
@@ -2291,7 +2298,8 @@ module Aws::Glue
2291
2298
  :catalog_properties,
2292
2299
  :create_table_default_permissions,
2293
2300
  :create_database_default_permissions,
2294
- :allow_full_table_external_data_access)
2301
+ :allow_full_table_external_data_access,
2302
+ :overwrite_child_resource_permissions_with_default)
2295
2303
  SENSITIVE = []
2296
2304
  include Aws::Structure
2297
2305
  end
data/lib/aws-sdk-glue.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::Glue
54
54
  autoload :EndpointProvider, 'aws-sdk-glue/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-glue/endpoints'
56
56
 
57
- GEM_VERSION = '1.250.0'
57
+ GEM_VERSION = '1.251.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -547,7 +547,8 @@ module Aws
547
547
  permissions: Array[("ALL" | "SELECT" | "ALTER" | "DROP" | "DELETE" | "INSERT" | "CREATE_DATABASE" | "CREATE_TABLE" | "DATA_LOCATION_ACCESS")]?
548
548
  },
549
549
  ]?,
550
- allow_full_table_external_data_access: ("True" | "False")?
550
+ allow_full_table_external_data_access: ("True" | "False")?,
551
+ overwrite_child_resource_permissions_with_default: ("Accept" | "Deny")?
551
552
  },
552
553
  ?tags: Hash[::String, ::String]
553
554
  ) -> _CreateCatalogResponseSuccess
@@ -6474,7 +6475,8 @@ module Aws
6474
6475
  permissions: Array[("ALL" | "SELECT" | "ALTER" | "DROP" | "DELETE" | "INSERT" | "CREATE_DATABASE" | "CREATE_TABLE" | "DATA_LOCATION_ACCESS")]?
6475
6476
  },
6476
6477
  ]?,
6477
- allow_full_table_external_data_access: ("True" | "False")?
6478
+ allow_full_table_external_data_access: ("True" | "False")?,
6479
+ overwrite_child_resource_permissions_with_default: ("Accept" | "Deny")?
6478
6480
  }
6479
6481
  ) -> _UpdateCatalogResponseSuccess
6480
6482
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateCatalogResponseSuccess
data/sig/types.rbs CHANGED
@@ -623,6 +623,7 @@ module Aws::Glue
623
623
  attr_accessor create_table_default_permissions: ::Array[Types::PrincipalPermissions]
624
624
  attr_accessor create_database_default_permissions: ::Array[Types::PrincipalPermissions]
625
625
  attr_accessor allow_full_table_external_data_access: ("True" | "False")
626
+ attr_accessor overwrite_child_resource_permissions_with_default: ("Accept" | "Deny")
626
627
  SENSITIVE: []
627
628
  end
628
629
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-glue
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.250.0
4
+ version: 1.251.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services