aws-sdk-glue 1.146.0 → 1.148.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-glue/client.rb +15 -1
- data/lib/aws-sdk-glue/client_api.rb +11 -0
- data/lib/aws-sdk-glue/types.rb +42 -1
- data/lib/aws-sdk-glue.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bc6746cae3fb33de4b22bf909bd5b76d0d17cb33c723a1e83d9433db57b77129
|
4
|
+
data.tar.gz: efb68e379257bc623693141ea8e71453f4e327947bb1934401c069ba3a7df48e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e0c7d4b54c1d79c567854437ee52b3b0f4e17a4fab40c4a5ffcb79bd629fc6a538b687ad9e1c4097ad818b7f1bb52b1097703765cae2821dbd1cf1086c87dd87
|
7
|
+
data.tar.gz: 4e7df25ae5c48a4fe1db46eb10f1b92ad1db1dffc79fbd9b9d6b21428da2834cd01fc10258645827a865ba116364dcfca7b77e279d41d552f35e759cffc7b591
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.148.0 (2023-07-11)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.147.0 (2023-07-07)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This release enables customers to create new Apache Iceberg tables and associated metadata in Amazon S3 by using native AWS Glue CreateTable operation.
|
13
|
+
|
4
14
|
1.146.0 (2023-07-06)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.148.0
|
data/lib/aws-sdk-glue/client.rb
CHANGED
@@ -216,6 +216,10 @@ module Aws::Glue
|
|
216
216
|
# @option options [Boolean] :endpoint_discovery (false)
|
217
217
|
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
218
218
|
#
|
219
|
+
# @option options [Boolean] :ignore_configured_endpoint_urls
|
220
|
+
# Setting to true disables use of endpoint URLs provided via environment
|
221
|
+
# variables and the shared configuration file.
|
222
|
+
#
|
219
223
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
220
224
|
# The log formatter.
|
221
225
|
#
|
@@ -4225,6 +4229,10 @@ module Aws::Glue
|
|
4225
4229
|
# @option params [String] :transaction_id
|
4226
4230
|
# The ID of the transaction.
|
4227
4231
|
#
|
4232
|
+
# @option params [Types::OpenTableFormatInput] :open_table_format_input
|
4233
|
+
# Specifies an `OpenTableFormatInput` structure when creating an open
|
4234
|
+
# format table.
|
4235
|
+
#
|
4228
4236
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
4229
4237
|
#
|
4230
4238
|
# @example Request syntax with placeholder values
|
@@ -4321,6 +4329,12 @@ module Aws::Glue
|
|
4321
4329
|
# },
|
4322
4330
|
# ],
|
4323
4331
|
# transaction_id: "TransactionIdString",
|
4332
|
+
# open_table_format_input: {
|
4333
|
+
# iceberg_input: {
|
4334
|
+
# metadata_operation: "CREATE", # required, accepts CREATE
|
4335
|
+
# version: "VersionString",
|
4336
|
+
# },
|
4337
|
+
# },
|
4324
4338
|
# })
|
4325
4339
|
#
|
4326
4340
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/CreateTable AWS API Documentation
|
@@ -15940,7 +15954,7 @@ module Aws::Glue
|
|
15940
15954
|
params: params,
|
15941
15955
|
config: config)
|
15942
15956
|
context[:gem_name] = 'aws-sdk-glue'
|
15943
|
-
context[:gem_version] = '1.
|
15957
|
+
context[:gem_version] = '1.148.0'
|
15944
15958
|
Seahorse::Client::Request.new(handlers, context)
|
15945
15959
|
end
|
15946
15960
|
|
@@ -610,6 +610,7 @@ module Aws::Glue
|
|
610
610
|
GrokPattern = Shapes::StringShape.new(name: 'GrokPattern')
|
611
611
|
HashString = Shapes::StringShape.new(name: 'HashString')
|
612
612
|
HudiTargetCompressionType = Shapes::StringShape.new(name: 'HudiTargetCompressionType')
|
613
|
+
IcebergInput = Shapes::StructureShape.new(name: 'IcebergInput')
|
613
614
|
IcebergTarget = Shapes::StructureShape.new(name: 'IcebergTarget')
|
614
615
|
IcebergTargetList = Shapes::ListShape.new(name: 'IcebergTargetList')
|
615
616
|
IdString = Shapes::StringShape.new(name: 'IdString')
|
@@ -745,6 +746,7 @@ module Aws::Glue
|
|
745
746
|
MetadataKeyString = Shapes::StringShape.new(name: 'MetadataKeyString')
|
746
747
|
MetadataKeyValuePair = Shapes::StructureShape.new(name: 'MetadataKeyValuePair')
|
747
748
|
MetadataList = Shapes::ListShape.new(name: 'MetadataList')
|
749
|
+
MetadataOperation = Shapes::StringShape.new(name: 'MetadataOperation')
|
748
750
|
MetadataValueString = Shapes::StringShape.new(name: 'MetadataValueString')
|
749
751
|
MicrosoftSQLServerCatalogSource = Shapes::StructureShape.new(name: 'MicrosoftSQLServerCatalogSource')
|
750
752
|
MicrosoftSQLServerCatalogTarget = Shapes::StructureShape.new(name: 'MicrosoftSQLServerCatalogTarget')
|
@@ -775,6 +777,7 @@ module Aws::Glue
|
|
775
777
|
NullableDouble = Shapes::FloatShape.new(name: 'NullableDouble')
|
776
778
|
NullableInteger = Shapes::IntegerShape.new(name: 'NullableInteger')
|
777
779
|
OneInput = Shapes::ListShape.new(name: 'OneInput')
|
780
|
+
OpenTableFormatInput = Shapes::StructureShape.new(name: 'OpenTableFormatInput')
|
778
781
|
OperationTimeoutException = Shapes::StructureShape.new(name: 'OperationTimeoutException')
|
779
782
|
Option = Shapes::StructureShape.new(name: 'Option')
|
780
783
|
OptionList = Shapes::ListShape.new(name: 'OptionList')
|
@@ -2146,6 +2149,7 @@ module Aws::Glue
|
|
2146
2149
|
CreateTableRequest.add_member(:table_input, Shapes::ShapeRef.new(shape: TableInput, required: true, location_name: "TableInput"))
|
2147
2150
|
CreateTableRequest.add_member(:partition_indexes, Shapes::ShapeRef.new(shape: PartitionIndexList, location_name: "PartitionIndexes"))
|
2148
2151
|
CreateTableRequest.add_member(:transaction_id, Shapes::ShapeRef.new(shape: TransactionIdString, location_name: "TransactionId"))
|
2152
|
+
CreateTableRequest.add_member(:open_table_format_input, Shapes::ShapeRef.new(shape: OpenTableFormatInput, location_name: "OpenTableFormatInput"))
|
2149
2153
|
CreateTableRequest.struct_class = Types::CreateTableRequest
|
2150
2154
|
|
2151
2155
|
CreateTableResponse.struct_class = Types::CreateTableResponse
|
@@ -3532,6 +3536,10 @@ module Aws::Glue
|
|
3532
3536
|
GrokClassifier.add_member(:custom_patterns, Shapes::ShapeRef.new(shape: CustomPatterns, location_name: "CustomPatterns"))
|
3533
3537
|
GrokClassifier.struct_class = Types::GrokClassifier
|
3534
3538
|
|
3539
|
+
IcebergInput.add_member(:metadata_operation, Shapes::ShapeRef.new(shape: MetadataOperation, required: true, location_name: "MetadataOperation"))
|
3540
|
+
IcebergInput.add_member(:version, Shapes::ShapeRef.new(shape: VersionString, location_name: "Version"))
|
3541
|
+
IcebergInput.struct_class = Types::IcebergInput
|
3542
|
+
|
3535
3543
|
IcebergTarget.add_member(:paths, Shapes::ShapeRef.new(shape: PathList, location_name: "Paths"))
|
3536
3544
|
IcebergTarget.add_member(:connection_name, Shapes::ShapeRef.new(shape: ConnectionName, location_name: "ConnectionName"))
|
3537
3545
|
IcebergTarget.add_member(:exclusions, Shapes::ShapeRef.new(shape: PathList, location_name: "Exclusions"))
|
@@ -4133,6 +4141,9 @@ module Aws::Glue
|
|
4133
4141
|
|
4134
4142
|
OneInput.member = Shapes::ShapeRef.new(shape: NodeId)
|
4135
4143
|
|
4144
|
+
OpenTableFormatInput.add_member(:iceberg_input, Shapes::ShapeRef.new(shape: IcebergInput, location_name: "IcebergInput"))
|
4145
|
+
OpenTableFormatInput.struct_class = Types::OpenTableFormatInput
|
4146
|
+
|
4136
4147
|
OperationTimeoutException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
|
4137
4148
|
OperationTimeoutException.struct_class = Types::OperationTimeoutException
|
4138
4149
|
|
data/lib/aws-sdk-glue/types.rb
CHANGED
@@ -5214,6 +5214,11 @@ module Aws::Glue
|
|
5214
5214
|
# The ID of the transaction.
|
5215
5215
|
# @return [String]
|
5216
5216
|
#
|
5217
|
+
# @!attribute [rw] open_table_format_input
|
5218
|
+
# Specifies an `OpenTableFormatInput` structure when creating an open
|
5219
|
+
# format table.
|
5220
|
+
# @return [Types::OpenTableFormatInput]
|
5221
|
+
#
|
5217
5222
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/CreateTableRequest AWS API Documentation
|
5218
5223
|
#
|
5219
5224
|
class CreateTableRequest < Struct.new(
|
@@ -5221,7 +5226,8 @@ module Aws::Glue
|
|
5221
5226
|
:database_name,
|
5222
5227
|
:table_input,
|
5223
5228
|
:partition_indexes,
|
5224
|
-
:transaction_id
|
5229
|
+
:transaction_id,
|
5230
|
+
:open_table_format_input)
|
5225
5231
|
SENSITIVE = []
|
5226
5232
|
include Aws::Structure
|
5227
5233
|
end
|
@@ -11802,6 +11808,26 @@ module Aws::Glue
|
|
11802
11808
|
include Aws::Structure
|
11803
11809
|
end
|
11804
11810
|
|
11811
|
+
# A structure that defines an Apache Iceberg metadata table to create in
|
11812
|
+
# the catalog.
|
11813
|
+
#
|
11814
|
+
# @!attribute [rw] metadata_operation
|
11815
|
+
# A required metadata operation. Can only be set to `CREATE`.
|
11816
|
+
# @return [String]
|
11817
|
+
#
|
11818
|
+
# @!attribute [rw] version
|
11819
|
+
# The table version for the Iceberg table. Defaults to 2.
|
11820
|
+
# @return [String]
|
11821
|
+
#
|
11822
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/IcebergInput AWS API Documentation
|
11823
|
+
#
|
11824
|
+
class IcebergInput < Struct.new(
|
11825
|
+
:metadata_operation,
|
11826
|
+
:version)
|
11827
|
+
SENSITIVE = []
|
11828
|
+
include Aws::Structure
|
11829
|
+
end
|
11830
|
+
|
11805
11831
|
# Specifies an Apache Iceberg data source where Iceberg tables are
|
11806
11832
|
# stored in Amazon S3.
|
11807
11833
|
#
|
@@ -15124,6 +15150,21 @@ module Aws::Glue
|
|
15124
15150
|
include Aws::Structure
|
15125
15151
|
end
|
15126
15152
|
|
15153
|
+
# A structure representing an open format table.
|
15154
|
+
#
|
15155
|
+
# @!attribute [rw] iceberg_input
|
15156
|
+
# Specifies an `IcebergInput` structure that defines an Apache Iceberg
|
15157
|
+
# metadata table.
|
15158
|
+
# @return [Types::IcebergInput]
|
15159
|
+
#
|
15160
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/OpenTableFormatInput AWS API Documentation
|
15161
|
+
#
|
15162
|
+
class OpenTableFormatInput < Struct.new(
|
15163
|
+
:iceberg_input)
|
15164
|
+
SENSITIVE = []
|
15165
|
+
include Aws::Structure
|
15166
|
+
end
|
15167
|
+
|
15127
15168
|
# The operation timed out.
|
15128
15169
|
#
|
15129
15170
|
# @!attribute [rw] message
|
data/lib/aws-sdk-glue.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-glue
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.148.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: 2023-07-
|
11
|
+
date: 2023-07-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|