aws-sdk-glue 1.224.0 → 1.225.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: e029c9c762ebf1f287421f61206c832add7597be6c83ab7754e6fb3541f760c8
4
- data.tar.gz: 1acd198d202ed127e093364d4a502db4116052b900caa2a756b67491334454d1
3
+ metadata.gz: '08cb28fb64ca083a23730de8cd400105d6063adadb6887fde739dbffa09a6043'
4
+ data.tar.gz: f476ad3df01a24b7d1c6493c6b403cd051b41d1e1ae860d8e3569cdf37eafea3
5
5
  SHA512:
6
- metadata.gz: 2a4d79c58f95ad264ac5ab215a56907d767862d92cab85795f6a2ce4ff73311ee37a1fa8146934d5fd6c8e2c34ca930ecef0058f43a5c81cb301fd03ae334086
7
- data.tar.gz: 8dc17094af367f28fadc22714914f8fceb765113aa3411a672741e407d7871c272537215125a9fa524223431a3be93c666a0ff22f9a4f35e1d9c9b72b96aa2b7
6
+ metadata.gz: e82d408dacd9fbaad32cae7092b54e8e014da9f4c5e1c0675ba3d13ba1480c446698a3d1981325f2f6993a82723e057c7b45008bbedafd008686201bc93025f9
7
+ data.tar.gz: d2bf7bd1b7cbb49b74f7a99fc8a9c5c48c10af3b6a8c71acf13701c28b74d00ce7a5c5d9eda348e2e5bbcb44e2a9bd21323b1b0e4492bdf6b0277173f59bdd33
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.225.0 (2025-07-16)
5
+ ------------------
6
+
7
+ * Feature - AWS Glue now supports schema, partition and sort management of Apache Iceberg tables using Glue SDK
8
+
4
9
  1.224.0 (2025-06-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.224.0
1
+ 1.225.0
@@ -5153,7 +5153,7 @@ module Aws::Glue
5153
5153
  # The unique identifier for the table within the specified database that
5154
5154
  # will be created in the Glue Data Catalog.
5155
5155
  #
5156
- # @option params [required, Types::TableInput] :table_input
5156
+ # @option params [Types::TableInput] :table_input
5157
5157
  # The `TableInput` object that defines the metadata table to create in
5158
5158
  # the catalog.
5159
5159
  #
@@ -5176,7 +5176,7 @@ module Aws::Glue
5176
5176
  # catalog_id: "CatalogIdString",
5177
5177
  # database_name: "NameString", # required
5178
5178
  # name: "NameString",
5179
- # table_input: { # required
5179
+ # table_input: {
5180
5180
  # name: "NameString", # required
5181
5181
  # description: "DescriptionString",
5182
5182
  # owner: "NameString",
@@ -20457,7 +20457,7 @@ module Aws::Glue
20457
20457
  tracer: tracer
20458
20458
  )
20459
20459
  context[:gem_name] = 'aws-sdk-glue'
20460
- context[:gem_version] = '1.224.0'
20460
+ context[:gem_version] = '1.225.0'
20461
20461
  Seahorse::Client::Request.new(handlers, context)
20462
20462
  end
20463
20463
 
@@ -2951,7 +2951,7 @@ module Aws::Glue
2951
2951
  CreateTableRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
2952
2952
  CreateTableRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
2953
2953
  CreateTableRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
2954
- CreateTableRequest.add_member(:table_input, Shapes::ShapeRef.new(shape: TableInput, required: true, location_name: "TableInput"))
2954
+ CreateTableRequest.add_member(:table_input, Shapes::ShapeRef.new(shape: TableInput, location_name: "TableInput"))
2955
2955
  CreateTableRequest.add_member(:partition_indexes, Shapes::ShapeRef.new(shape: PartitionIndexList, location_name: "PartitionIndexes"))
2956
2956
  CreateTableRequest.add_member(:transaction_id, Shapes::ShapeRef.new(shape: TransactionIdString, location_name: "TransactionId"))
2957
2957
  CreateTableRequest.add_member(:open_table_format_input, Shapes::ShapeRef.new(shape: OpenTableFormatInput, location_name: "OpenTableFormatInput"))
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.224.0'
57
+ GEM_VERSION = '1.225.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -2524,7 +2524,7 @@ module Aws
2524
2524
  ?catalog_id: ::String,
2525
2525
  database_name: ::String,
2526
2526
  ?name: ::String,
2527
- table_input: {
2527
+ ?table_input: {
2528
2528
  name: ::String,
2529
2529
  description: ::String?,
2530
2530
  owner: ::String?,
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.224.0
4
+ version: 1.225.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services