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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-glue/client.rb +3 -3
- data/lib/aws-sdk-glue/client_api.rb +1 -1
- data/lib/aws-sdk-glue.rb +1 -1
- data/sig/client.rbs +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '08cb28fb64ca083a23730de8cd400105d6063adadb6887fde739dbffa09a6043'
|
4
|
+
data.tar.gz: f476ad3df01a24b7d1c6493c6b403cd051b41d1e1ae860d8e3569cdf37eafea3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e82d408dacd9fbaad32cae7092b54e8e014da9f4c5e1c0675ba3d13ba1480c446698a3d1981325f2f6993a82723e057c7b45008bbedafd008686201bc93025f9
|
7
|
+
data.tar.gz: d2bf7bd1b7cbb49b74f7a99fc8a9c5c48c10af3b6a8c71acf13701c28b74d00ce7a5c5d9eda348e2e5bbcb44e2a9bd21323b1b0e4492bdf6b0277173f59bdd33
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.225.0
|
data/lib/aws-sdk-glue/client.rb
CHANGED
@@ -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 [
|
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: {
|
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.
|
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,
|
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
data/sig/client.rbs
CHANGED