aws-sdk-glue 1.131.0 → 1.132.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-glue/client.rb +499 -16
- data/lib/aws-sdk-glue/client_api.rb +51 -0
- data/lib/aws-sdk-glue/types.rb +483 -26
- data/lib/aws-sdk-glue.rb +1 -1
- metadata +2 -2
@@ -115,6 +115,7 @@ module Aws::Glue
|
|
115
115
|
CancelMLTaskRunResponse = Shapes::StructureShape.new(name: 'CancelMLTaskRunResponse')
|
116
116
|
CancelStatementRequest = Shapes::StructureShape.new(name: 'CancelStatementRequest')
|
117
117
|
CancelStatementResponse = Shapes::StructureShape.new(name: 'CancelStatementResponse')
|
118
|
+
CatalogDeltaSource = Shapes::StructureShape.new(name: 'CatalogDeltaSource')
|
118
119
|
CatalogEncryptionMode = Shapes::StringShape.new(name: 'CatalogEncryptionMode')
|
119
120
|
CatalogEntries = Shapes::ListShape.new(name: 'CatalogEntries')
|
120
121
|
CatalogEntry = Shapes::StructureShape.new(name: 'CatalogEntry')
|
@@ -365,6 +366,7 @@ module Aws::Glue
|
|
365
366
|
DeleteWorkflowRequest = Shapes::StructureShape.new(name: 'DeleteWorkflowRequest')
|
366
367
|
DeleteWorkflowResponse = Shapes::StructureShape.new(name: 'DeleteWorkflowResponse')
|
367
368
|
DeltaTarget = Shapes::StructureShape.new(name: 'DeltaTarget')
|
369
|
+
DeltaTargetCompressionType = Shapes::StringShape.new(name: 'DeltaTargetCompressionType')
|
368
370
|
DeltaTargetList = Shapes::ListShape.new(name: 'DeltaTargetList')
|
369
371
|
DescriptionString = Shapes::StringShape.new(name: 'DescriptionString')
|
370
372
|
DescriptionStringRemovable = Shapes::StringShape.new(name: 'DescriptionStringRemovable')
|
@@ -859,10 +861,14 @@ module Aws::Glue
|
|
859
861
|
RunId = Shapes::StringShape.new(name: 'RunId')
|
860
862
|
RunStatementRequest = Shapes::StructureShape.new(name: 'RunStatementRequest')
|
861
863
|
RunStatementResponse = Shapes::StructureShape.new(name: 'RunStatementResponse')
|
864
|
+
S3CatalogDeltaSource = Shapes::StructureShape.new(name: 'S3CatalogDeltaSource')
|
862
865
|
S3CatalogHudiSource = Shapes::StructureShape.new(name: 'S3CatalogHudiSource')
|
863
866
|
S3CatalogSource = Shapes::StructureShape.new(name: 'S3CatalogSource')
|
864
867
|
S3CatalogTarget = Shapes::StructureShape.new(name: 'S3CatalogTarget')
|
865
868
|
S3CsvSource = Shapes::StructureShape.new(name: 'S3CsvSource')
|
869
|
+
S3DeltaCatalogTarget = Shapes::StructureShape.new(name: 'S3DeltaCatalogTarget')
|
870
|
+
S3DeltaDirectTarget = Shapes::StructureShape.new(name: 'S3DeltaDirectTarget')
|
871
|
+
S3DeltaSource = Shapes::StructureShape.new(name: 'S3DeltaSource')
|
866
872
|
S3DirectSourceAdditionalOptions = Shapes::StructureShape.new(name: 'S3DirectSourceAdditionalOptions')
|
867
873
|
S3DirectTarget = Shapes::StructureShape.new(name: 'S3DirectTarget')
|
868
874
|
S3Encryption = Shapes::StructureShape.new(name: 'S3Encryption')
|
@@ -1429,6 +1435,13 @@ module Aws::Glue
|
|
1429
1435
|
|
1430
1436
|
CancelStatementResponse.struct_class = Types::CancelStatementResponse
|
1431
1437
|
|
1438
|
+
CatalogDeltaSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
1439
|
+
CatalogDeltaSource.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Database"))
|
1440
|
+
CatalogDeltaSource.add_member(:table, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Table"))
|
1441
|
+
CatalogDeltaSource.add_member(:additional_delta_options, Shapes::ShapeRef.new(shape: AdditionalOptions, location_name: "AdditionalDeltaOptions"))
|
1442
|
+
CatalogDeltaSource.add_member(:output_schemas, Shapes::ShapeRef.new(shape: GlueSchemas, location_name: "OutputSchemas"))
|
1443
|
+
CatalogDeltaSource.struct_class = Types::CatalogDeltaSource
|
1444
|
+
|
1432
1445
|
CatalogEntries.member = Shapes::ShapeRef.new(shape: CatalogEntry)
|
1433
1446
|
|
1434
1447
|
CatalogEntry.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
|
@@ -1565,6 +1578,11 @@ module Aws::Glue
|
|
1565
1578
|
CodeGenConfigurationNode.add_member(:s3_hudi_catalog_target, Shapes::ShapeRef.new(shape: S3HudiCatalogTarget, location_name: "S3HudiCatalogTarget"))
|
1566
1579
|
CodeGenConfigurationNode.add_member(:s3_hudi_direct_target, Shapes::ShapeRef.new(shape: S3HudiDirectTarget, location_name: "S3HudiDirectTarget"))
|
1567
1580
|
CodeGenConfigurationNode.add_member(:direct_jdbc_source, Shapes::ShapeRef.new(shape: DirectJDBCSource, location_name: "DirectJDBCSource"))
|
1581
|
+
CodeGenConfigurationNode.add_member(:s3_catalog_delta_source, Shapes::ShapeRef.new(shape: S3CatalogDeltaSource, location_name: "S3CatalogDeltaSource"))
|
1582
|
+
CodeGenConfigurationNode.add_member(:catalog_delta_source, Shapes::ShapeRef.new(shape: CatalogDeltaSource, location_name: "CatalogDeltaSource"))
|
1583
|
+
CodeGenConfigurationNode.add_member(:s3_delta_source, Shapes::ShapeRef.new(shape: S3DeltaSource, location_name: "S3DeltaSource"))
|
1584
|
+
CodeGenConfigurationNode.add_member(:s3_delta_catalog_target, Shapes::ShapeRef.new(shape: S3DeltaCatalogTarget, location_name: "S3DeltaCatalogTarget"))
|
1585
|
+
CodeGenConfigurationNode.add_member(:s3_delta_direct_target, Shapes::ShapeRef.new(shape: S3DeltaDirectTarget, location_name: "S3DeltaDirectTarget"))
|
1568
1586
|
CodeGenConfigurationNode.struct_class = Types::CodeGenConfigurationNode
|
1569
1587
|
|
1570
1588
|
CodeGenConfigurationNodes.key = Shapes::ShapeRef.new(shape: NodeId)
|
@@ -4277,6 +4295,13 @@ module Aws::Glue
|
|
4277
4295
|
RunStatementResponse.add_member(:id, Shapes::ShapeRef.new(shape: IntegerValue, location_name: "Id"))
|
4278
4296
|
RunStatementResponse.struct_class = Types::RunStatementResponse
|
4279
4297
|
|
4298
|
+
S3CatalogDeltaSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
4299
|
+
S3CatalogDeltaSource.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Database"))
|
4300
|
+
S3CatalogDeltaSource.add_member(:table, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Table"))
|
4301
|
+
S3CatalogDeltaSource.add_member(:additional_delta_options, Shapes::ShapeRef.new(shape: AdditionalOptions, location_name: "AdditionalDeltaOptions"))
|
4302
|
+
S3CatalogDeltaSource.add_member(:output_schemas, Shapes::ShapeRef.new(shape: GlueSchemas, location_name: "OutputSchemas"))
|
4303
|
+
S3CatalogDeltaSource.struct_class = Types::S3CatalogDeltaSource
|
4304
|
+
|
4280
4305
|
S3CatalogHudiSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
4281
4306
|
S3CatalogHudiSource.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Database"))
|
4282
4307
|
S3CatalogHudiSource.add_member(:table, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Table"))
|
@@ -4320,6 +4345,32 @@ module Aws::Glue
|
|
4320
4345
|
S3CsvSource.add_member(:output_schemas, Shapes::ShapeRef.new(shape: GlueSchemas, location_name: "OutputSchemas"))
|
4321
4346
|
S3CsvSource.struct_class = Types::S3CsvSource
|
4322
4347
|
|
4348
|
+
S3DeltaCatalogTarget.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
4349
|
+
S3DeltaCatalogTarget.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
|
4350
|
+
S3DeltaCatalogTarget.add_member(:partition_keys, Shapes::ShapeRef.new(shape: GlueStudioPathList, location_name: "PartitionKeys"))
|
4351
|
+
S3DeltaCatalogTarget.add_member(:table, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Table"))
|
4352
|
+
S3DeltaCatalogTarget.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Database"))
|
4353
|
+
S3DeltaCatalogTarget.add_member(:additional_options, Shapes::ShapeRef.new(shape: AdditionalOptions, location_name: "AdditionalOptions"))
|
4354
|
+
S3DeltaCatalogTarget.add_member(:schema_change_policy, Shapes::ShapeRef.new(shape: CatalogSchemaChangePolicy, location_name: "SchemaChangePolicy"))
|
4355
|
+
S3DeltaCatalogTarget.struct_class = Types::S3DeltaCatalogTarget
|
4356
|
+
|
4357
|
+
S3DeltaDirectTarget.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
4358
|
+
S3DeltaDirectTarget.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
|
4359
|
+
S3DeltaDirectTarget.add_member(:partition_keys, Shapes::ShapeRef.new(shape: GlueStudioPathList, location_name: "PartitionKeys"))
|
4360
|
+
S3DeltaDirectTarget.add_member(:path, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Path"))
|
4361
|
+
S3DeltaDirectTarget.add_member(:compression, Shapes::ShapeRef.new(shape: DeltaTargetCompressionType, required: true, location_name: "Compression"))
|
4362
|
+
S3DeltaDirectTarget.add_member(:format, Shapes::ShapeRef.new(shape: TargetFormat, required: true, location_name: "Format"))
|
4363
|
+
S3DeltaDirectTarget.add_member(:additional_options, Shapes::ShapeRef.new(shape: AdditionalOptions, location_name: "AdditionalOptions"))
|
4364
|
+
S3DeltaDirectTarget.add_member(:schema_change_policy, Shapes::ShapeRef.new(shape: DirectSchemaChangePolicy, location_name: "SchemaChangePolicy"))
|
4365
|
+
S3DeltaDirectTarget.struct_class = Types::S3DeltaDirectTarget
|
4366
|
+
|
4367
|
+
S3DeltaSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
4368
|
+
S3DeltaSource.add_member(:paths, Shapes::ShapeRef.new(shape: EnclosedInStringProperties, required: true, location_name: "Paths"))
|
4369
|
+
S3DeltaSource.add_member(:additional_delta_options, Shapes::ShapeRef.new(shape: AdditionalOptions, location_name: "AdditionalDeltaOptions"))
|
4370
|
+
S3DeltaSource.add_member(:additional_options, Shapes::ShapeRef.new(shape: S3DirectSourceAdditionalOptions, location_name: "AdditionalOptions"))
|
4371
|
+
S3DeltaSource.add_member(:output_schemas, Shapes::ShapeRef.new(shape: GlueSchemas, location_name: "OutputSchemas"))
|
4372
|
+
S3DeltaSource.struct_class = Types::S3DeltaSource
|
4373
|
+
|
4323
4374
|
S3DirectSourceAdditionalOptions.add_member(:bounded_size, Shapes::ShapeRef.new(shape: BoxedLong, location_name: "BoundedSize"))
|
4324
4375
|
S3DirectSourceAdditionalOptions.add_member(:bounded_files, Shapes::ShapeRef.new(shape: BoxedLong, location_name: "BoundedFiles"))
|
4325
4376
|
S3DirectSourceAdditionalOptions.add_member(:enable_sample_path, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "EnableSamplePath"))
|