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.
@@ -1236,7 +1236,7 @@ module Aws::Glue
1236
1236
  # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_direct_target.partition_keys[0][0] #=> String
1237
1237
  # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_direct_target.path #=> String
1238
1238
  # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_direct_target.compression #=> String
1239
- # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_direct_target.format #=> String, one of "json", "csv", "avro", "orc", "parquet", "hudi"
1239
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_direct_target.format #=> String, one of "json", "csv", "avro", "orc", "parquet", "hudi", "delta"
1240
1240
  # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_direct_target.schema_change_policy.enable_update_catalog #=> Boolean
1241
1241
  # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_direct_target.schema_change_policy.update_behavior #=> String, one of "UPDATE_IN_DATABASE", "LOG"
1242
1242
  # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_direct_target.schema_change_policy.table #=> String
@@ -1604,7 +1604,7 @@ module Aws::Glue
1604
1604
  # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_hudi_direct_target.partition_keys #=> Array
1605
1605
  # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_hudi_direct_target.partition_keys[0] #=> Array
1606
1606
  # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_hudi_direct_target.partition_keys[0][0] #=> String
1607
- # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_hudi_direct_target.format #=> String, one of "json", "csv", "avro", "orc", "parquet", "hudi"
1607
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_hudi_direct_target.format #=> String, one of "json", "csv", "avro", "orc", "parquet", "hudi", "delta"
1608
1608
  # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_hudi_direct_target.additional_options #=> Hash
1609
1609
  # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_hudi_direct_target.additional_options["EnclosedInStringProperty"] #=> String
1610
1610
  # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_hudi_direct_target.schema_change_policy.enable_update_catalog #=> Boolean
@@ -1617,6 +1617,64 @@ module Aws::Glue
1617
1617
  # resp.jobs[0].code_gen_configuration_nodes["NodeId"].direct_jdbc_source.connection_name #=> String
1618
1618
  # resp.jobs[0].code_gen_configuration_nodes["NodeId"].direct_jdbc_source.connection_type #=> String, one of "sqlserver", "mysql", "oracle", "postgresql", "redshift"
1619
1619
  # resp.jobs[0].code_gen_configuration_nodes["NodeId"].direct_jdbc_source.redshift_tmp_dir #=> String
1620
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_catalog_delta_source.name #=> String
1621
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_catalog_delta_source.database #=> String
1622
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_catalog_delta_source.table #=> String
1623
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_catalog_delta_source.additional_delta_options #=> Hash
1624
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_catalog_delta_source.additional_delta_options["EnclosedInStringProperty"] #=> String
1625
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_catalog_delta_source.output_schemas #=> Array
1626
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_catalog_delta_source.output_schemas[0].columns #=> Array
1627
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_catalog_delta_source.output_schemas[0].columns[0].name #=> String
1628
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_catalog_delta_source.output_schemas[0].columns[0].type #=> String
1629
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].catalog_delta_source.name #=> String
1630
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].catalog_delta_source.database #=> String
1631
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].catalog_delta_source.table #=> String
1632
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].catalog_delta_source.additional_delta_options #=> Hash
1633
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].catalog_delta_source.additional_delta_options["EnclosedInStringProperty"] #=> String
1634
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].catalog_delta_source.output_schemas #=> Array
1635
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].catalog_delta_source.output_schemas[0].columns #=> Array
1636
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].catalog_delta_source.output_schemas[0].columns[0].name #=> String
1637
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].catalog_delta_source.output_schemas[0].columns[0].type #=> String
1638
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_source.name #=> String
1639
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_source.paths #=> Array
1640
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_source.paths[0] #=> String
1641
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_source.additional_delta_options #=> Hash
1642
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_source.additional_delta_options["EnclosedInStringProperty"] #=> String
1643
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_source.additional_options.bounded_size #=> Integer
1644
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_source.additional_options.bounded_files #=> Integer
1645
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_source.additional_options.enable_sample_path #=> Boolean
1646
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_source.additional_options.sample_path #=> String
1647
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_source.output_schemas #=> Array
1648
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_source.output_schemas[0].columns #=> Array
1649
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_source.output_schemas[0].columns[0].name #=> String
1650
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_source.output_schemas[0].columns[0].type #=> String
1651
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_catalog_target.name #=> String
1652
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_catalog_target.inputs #=> Array
1653
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_catalog_target.inputs[0] #=> String
1654
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_catalog_target.partition_keys #=> Array
1655
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_catalog_target.partition_keys[0] #=> Array
1656
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_catalog_target.partition_keys[0][0] #=> String
1657
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_catalog_target.table #=> String
1658
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_catalog_target.database #=> String
1659
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_catalog_target.additional_options #=> Hash
1660
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_catalog_target.additional_options["EnclosedInStringProperty"] #=> String
1661
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_catalog_target.schema_change_policy.enable_update_catalog #=> Boolean
1662
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_catalog_target.schema_change_policy.update_behavior #=> String, one of "UPDATE_IN_DATABASE", "LOG"
1663
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_direct_target.name #=> String
1664
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_direct_target.inputs #=> Array
1665
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_direct_target.inputs[0] #=> String
1666
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_direct_target.partition_keys #=> Array
1667
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_direct_target.partition_keys[0] #=> Array
1668
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_direct_target.partition_keys[0][0] #=> String
1669
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_direct_target.path #=> String
1670
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_direct_target.compression #=> String, one of "uncompressed", "snappy"
1671
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_direct_target.format #=> String, one of "json", "csv", "avro", "orc", "parquet", "hudi", "delta"
1672
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_direct_target.additional_options #=> Hash
1673
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_direct_target.additional_options["EnclosedInStringProperty"] #=> String
1674
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_direct_target.schema_change_policy.enable_update_catalog #=> Boolean
1675
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_direct_target.schema_change_policy.update_behavior #=> String, one of "UPDATE_IN_DATABASE", "LOG"
1676
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_direct_target.schema_change_policy.table #=> String
1677
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_direct_target.schema_change_policy.database #=> String
1620
1678
  # resp.jobs[0].execution_class #=> String, one of "FLEX", "STANDARD"
1621
1679
  # resp.jobs[0].source_control_details.provider #=> String, one of "GITHUB", "AWS_CODE_COMMIT"
1622
1680
  # resp.jobs[0].source_control_details.repository #=> String
@@ -3485,7 +3543,7 @@ module Aws::Glue
3485
3543
  # ],
3486
3544
  # path: "EnclosedInStringProperty", # required
3487
3545
  # compression: "EnclosedInStringProperty",
3488
- # format: "json", # required, accepts json, csv, avro, orc, parquet, hudi
3546
+ # format: "json", # required, accepts json, csv, avro, orc, parquet, hudi, delta
3489
3547
  # schema_change_policy: {
3490
3548
  # enable_update_catalog: false,
3491
3549
  # update_behavior: "UPDATE_IN_DATABASE", # accepts UPDATE_IN_DATABASE, LOG
@@ -3990,7 +4048,7 @@ module Aws::Glue
3990
4048
  # partition_keys: [
3991
4049
  # ["EnclosedInStringProperty"],
3992
4050
  # ],
3993
- # format: "json", # required, accepts json, csv, avro, orc, parquet, hudi
4051
+ # format: "json", # required, accepts json, csv, avro, orc, parquet, hudi, delta
3994
4052
  # additional_options: { # required
3995
4053
  # "EnclosedInStringProperty" => "EnclosedInStringProperty",
3996
4054
  # },
@@ -4009,6 +4067,100 @@ module Aws::Glue
4009
4067
  # connection_type: "sqlserver", # required, accepts sqlserver, mysql, oracle, postgresql, redshift
4010
4068
  # redshift_tmp_dir: "EnclosedInStringProperty",
4011
4069
  # },
4070
+ # s3_catalog_delta_source: {
4071
+ # name: "NodeName", # required
4072
+ # database: "EnclosedInStringProperty", # required
4073
+ # table: "EnclosedInStringProperty", # required
4074
+ # additional_delta_options: {
4075
+ # "EnclosedInStringProperty" => "EnclosedInStringProperty",
4076
+ # },
4077
+ # output_schemas: [
4078
+ # {
4079
+ # columns: [
4080
+ # {
4081
+ # name: "GlueStudioColumnNameString", # required
4082
+ # type: "ColumnTypeString",
4083
+ # },
4084
+ # ],
4085
+ # },
4086
+ # ],
4087
+ # },
4088
+ # catalog_delta_source: {
4089
+ # name: "NodeName", # required
4090
+ # database: "EnclosedInStringProperty", # required
4091
+ # table: "EnclosedInStringProperty", # required
4092
+ # additional_delta_options: {
4093
+ # "EnclosedInStringProperty" => "EnclosedInStringProperty",
4094
+ # },
4095
+ # output_schemas: [
4096
+ # {
4097
+ # columns: [
4098
+ # {
4099
+ # name: "GlueStudioColumnNameString", # required
4100
+ # type: "ColumnTypeString",
4101
+ # },
4102
+ # ],
4103
+ # },
4104
+ # ],
4105
+ # },
4106
+ # s3_delta_source: {
4107
+ # name: "NodeName", # required
4108
+ # paths: ["EnclosedInStringProperty"], # required
4109
+ # additional_delta_options: {
4110
+ # "EnclosedInStringProperty" => "EnclosedInStringProperty",
4111
+ # },
4112
+ # additional_options: {
4113
+ # bounded_size: 1,
4114
+ # bounded_files: 1,
4115
+ # enable_sample_path: false,
4116
+ # sample_path: "EnclosedInStringProperty",
4117
+ # },
4118
+ # output_schemas: [
4119
+ # {
4120
+ # columns: [
4121
+ # {
4122
+ # name: "GlueStudioColumnNameString", # required
4123
+ # type: "ColumnTypeString",
4124
+ # },
4125
+ # ],
4126
+ # },
4127
+ # ],
4128
+ # },
4129
+ # s3_delta_catalog_target: {
4130
+ # name: "NodeName", # required
4131
+ # inputs: ["NodeId"], # required
4132
+ # partition_keys: [
4133
+ # ["EnclosedInStringProperty"],
4134
+ # ],
4135
+ # table: "EnclosedInStringProperty", # required
4136
+ # database: "EnclosedInStringProperty", # required
4137
+ # additional_options: {
4138
+ # "EnclosedInStringProperty" => "EnclosedInStringProperty",
4139
+ # },
4140
+ # schema_change_policy: {
4141
+ # enable_update_catalog: false,
4142
+ # update_behavior: "UPDATE_IN_DATABASE", # accepts UPDATE_IN_DATABASE, LOG
4143
+ # },
4144
+ # },
4145
+ # s3_delta_direct_target: {
4146
+ # name: "NodeName", # required
4147
+ # inputs: ["NodeId"], # required
4148
+ # partition_keys: [
4149
+ # ["EnclosedInStringProperty"],
4150
+ # ],
4151
+ # path: "EnclosedInStringProperty", # required
4152
+ # compression: "uncompressed", # required, accepts uncompressed, snappy
4153
+ # format: "json", # required, accepts json, csv, avro, orc, parquet, hudi, delta
4154
+ # additional_options: {
4155
+ # "EnclosedInStringProperty" => "EnclosedInStringProperty",
4156
+ # },
4157
+ # schema_change_policy: {
4158
+ # enable_update_catalog: false,
4159
+ # update_behavior: "UPDATE_IN_DATABASE", # accepts UPDATE_IN_DATABASE, LOG
4160
+ # table: "EnclosedInStringProperty",
4161
+ # database: "EnclosedInStringProperty",
4162
+ # },
4163
+ # },
4012
4164
  # },
4013
4165
  # },
4014
4166
  # execution_class: "FLEX", # accepts FLEX, STANDARD
@@ -7638,7 +7790,7 @@ module Aws::Glue
7638
7790
  # resp.job.code_gen_configuration_nodes["NodeId"].s3_direct_target.partition_keys[0][0] #=> String
7639
7791
  # resp.job.code_gen_configuration_nodes["NodeId"].s3_direct_target.path #=> String
7640
7792
  # resp.job.code_gen_configuration_nodes["NodeId"].s3_direct_target.compression #=> String
7641
- # resp.job.code_gen_configuration_nodes["NodeId"].s3_direct_target.format #=> String, one of "json", "csv", "avro", "orc", "parquet", "hudi"
7793
+ # resp.job.code_gen_configuration_nodes["NodeId"].s3_direct_target.format #=> String, one of "json", "csv", "avro", "orc", "parquet", "hudi", "delta"
7642
7794
  # resp.job.code_gen_configuration_nodes["NodeId"].s3_direct_target.schema_change_policy.enable_update_catalog #=> Boolean
7643
7795
  # resp.job.code_gen_configuration_nodes["NodeId"].s3_direct_target.schema_change_policy.update_behavior #=> String, one of "UPDATE_IN_DATABASE", "LOG"
7644
7796
  # resp.job.code_gen_configuration_nodes["NodeId"].s3_direct_target.schema_change_policy.table #=> String
@@ -8006,7 +8158,7 @@ module Aws::Glue
8006
8158
  # resp.job.code_gen_configuration_nodes["NodeId"].s3_hudi_direct_target.partition_keys #=> Array
8007
8159
  # resp.job.code_gen_configuration_nodes["NodeId"].s3_hudi_direct_target.partition_keys[0] #=> Array
8008
8160
  # resp.job.code_gen_configuration_nodes["NodeId"].s3_hudi_direct_target.partition_keys[0][0] #=> String
8009
- # resp.job.code_gen_configuration_nodes["NodeId"].s3_hudi_direct_target.format #=> String, one of "json", "csv", "avro", "orc", "parquet", "hudi"
8161
+ # resp.job.code_gen_configuration_nodes["NodeId"].s3_hudi_direct_target.format #=> String, one of "json", "csv", "avro", "orc", "parquet", "hudi", "delta"
8010
8162
  # resp.job.code_gen_configuration_nodes["NodeId"].s3_hudi_direct_target.additional_options #=> Hash
8011
8163
  # resp.job.code_gen_configuration_nodes["NodeId"].s3_hudi_direct_target.additional_options["EnclosedInStringProperty"] #=> String
8012
8164
  # resp.job.code_gen_configuration_nodes["NodeId"].s3_hudi_direct_target.schema_change_policy.enable_update_catalog #=> Boolean
@@ -8019,6 +8171,64 @@ module Aws::Glue
8019
8171
  # resp.job.code_gen_configuration_nodes["NodeId"].direct_jdbc_source.connection_name #=> String
8020
8172
  # resp.job.code_gen_configuration_nodes["NodeId"].direct_jdbc_source.connection_type #=> String, one of "sqlserver", "mysql", "oracle", "postgresql", "redshift"
8021
8173
  # resp.job.code_gen_configuration_nodes["NodeId"].direct_jdbc_source.redshift_tmp_dir #=> String
8174
+ # resp.job.code_gen_configuration_nodes["NodeId"].s3_catalog_delta_source.name #=> String
8175
+ # resp.job.code_gen_configuration_nodes["NodeId"].s3_catalog_delta_source.database #=> String
8176
+ # resp.job.code_gen_configuration_nodes["NodeId"].s3_catalog_delta_source.table #=> String
8177
+ # resp.job.code_gen_configuration_nodes["NodeId"].s3_catalog_delta_source.additional_delta_options #=> Hash
8178
+ # resp.job.code_gen_configuration_nodes["NodeId"].s3_catalog_delta_source.additional_delta_options["EnclosedInStringProperty"] #=> String
8179
+ # resp.job.code_gen_configuration_nodes["NodeId"].s3_catalog_delta_source.output_schemas #=> Array
8180
+ # resp.job.code_gen_configuration_nodes["NodeId"].s3_catalog_delta_source.output_schemas[0].columns #=> Array
8181
+ # resp.job.code_gen_configuration_nodes["NodeId"].s3_catalog_delta_source.output_schemas[0].columns[0].name #=> String
8182
+ # resp.job.code_gen_configuration_nodes["NodeId"].s3_catalog_delta_source.output_schemas[0].columns[0].type #=> String
8183
+ # resp.job.code_gen_configuration_nodes["NodeId"].catalog_delta_source.name #=> String
8184
+ # resp.job.code_gen_configuration_nodes["NodeId"].catalog_delta_source.database #=> String
8185
+ # resp.job.code_gen_configuration_nodes["NodeId"].catalog_delta_source.table #=> String
8186
+ # resp.job.code_gen_configuration_nodes["NodeId"].catalog_delta_source.additional_delta_options #=> Hash
8187
+ # resp.job.code_gen_configuration_nodes["NodeId"].catalog_delta_source.additional_delta_options["EnclosedInStringProperty"] #=> String
8188
+ # resp.job.code_gen_configuration_nodes["NodeId"].catalog_delta_source.output_schemas #=> Array
8189
+ # resp.job.code_gen_configuration_nodes["NodeId"].catalog_delta_source.output_schemas[0].columns #=> Array
8190
+ # resp.job.code_gen_configuration_nodes["NodeId"].catalog_delta_source.output_schemas[0].columns[0].name #=> String
8191
+ # resp.job.code_gen_configuration_nodes["NodeId"].catalog_delta_source.output_schemas[0].columns[0].type #=> String
8192
+ # resp.job.code_gen_configuration_nodes["NodeId"].s3_delta_source.name #=> String
8193
+ # resp.job.code_gen_configuration_nodes["NodeId"].s3_delta_source.paths #=> Array
8194
+ # resp.job.code_gen_configuration_nodes["NodeId"].s3_delta_source.paths[0] #=> String
8195
+ # resp.job.code_gen_configuration_nodes["NodeId"].s3_delta_source.additional_delta_options #=> Hash
8196
+ # resp.job.code_gen_configuration_nodes["NodeId"].s3_delta_source.additional_delta_options["EnclosedInStringProperty"] #=> String
8197
+ # resp.job.code_gen_configuration_nodes["NodeId"].s3_delta_source.additional_options.bounded_size #=> Integer
8198
+ # resp.job.code_gen_configuration_nodes["NodeId"].s3_delta_source.additional_options.bounded_files #=> Integer
8199
+ # resp.job.code_gen_configuration_nodes["NodeId"].s3_delta_source.additional_options.enable_sample_path #=> Boolean
8200
+ # resp.job.code_gen_configuration_nodes["NodeId"].s3_delta_source.additional_options.sample_path #=> String
8201
+ # resp.job.code_gen_configuration_nodes["NodeId"].s3_delta_source.output_schemas #=> Array
8202
+ # resp.job.code_gen_configuration_nodes["NodeId"].s3_delta_source.output_schemas[0].columns #=> Array
8203
+ # resp.job.code_gen_configuration_nodes["NodeId"].s3_delta_source.output_schemas[0].columns[0].name #=> String
8204
+ # resp.job.code_gen_configuration_nodes["NodeId"].s3_delta_source.output_schemas[0].columns[0].type #=> String
8205
+ # resp.job.code_gen_configuration_nodes["NodeId"].s3_delta_catalog_target.name #=> String
8206
+ # resp.job.code_gen_configuration_nodes["NodeId"].s3_delta_catalog_target.inputs #=> Array
8207
+ # resp.job.code_gen_configuration_nodes["NodeId"].s3_delta_catalog_target.inputs[0] #=> String
8208
+ # resp.job.code_gen_configuration_nodes["NodeId"].s3_delta_catalog_target.partition_keys #=> Array
8209
+ # resp.job.code_gen_configuration_nodes["NodeId"].s3_delta_catalog_target.partition_keys[0] #=> Array
8210
+ # resp.job.code_gen_configuration_nodes["NodeId"].s3_delta_catalog_target.partition_keys[0][0] #=> String
8211
+ # resp.job.code_gen_configuration_nodes["NodeId"].s3_delta_catalog_target.table #=> String
8212
+ # resp.job.code_gen_configuration_nodes["NodeId"].s3_delta_catalog_target.database #=> String
8213
+ # resp.job.code_gen_configuration_nodes["NodeId"].s3_delta_catalog_target.additional_options #=> Hash
8214
+ # resp.job.code_gen_configuration_nodes["NodeId"].s3_delta_catalog_target.additional_options["EnclosedInStringProperty"] #=> String
8215
+ # resp.job.code_gen_configuration_nodes["NodeId"].s3_delta_catalog_target.schema_change_policy.enable_update_catalog #=> Boolean
8216
+ # resp.job.code_gen_configuration_nodes["NodeId"].s3_delta_catalog_target.schema_change_policy.update_behavior #=> String, one of "UPDATE_IN_DATABASE", "LOG"
8217
+ # resp.job.code_gen_configuration_nodes["NodeId"].s3_delta_direct_target.name #=> String
8218
+ # resp.job.code_gen_configuration_nodes["NodeId"].s3_delta_direct_target.inputs #=> Array
8219
+ # resp.job.code_gen_configuration_nodes["NodeId"].s3_delta_direct_target.inputs[0] #=> String
8220
+ # resp.job.code_gen_configuration_nodes["NodeId"].s3_delta_direct_target.partition_keys #=> Array
8221
+ # resp.job.code_gen_configuration_nodes["NodeId"].s3_delta_direct_target.partition_keys[0] #=> Array
8222
+ # resp.job.code_gen_configuration_nodes["NodeId"].s3_delta_direct_target.partition_keys[0][0] #=> String
8223
+ # resp.job.code_gen_configuration_nodes["NodeId"].s3_delta_direct_target.path #=> String
8224
+ # resp.job.code_gen_configuration_nodes["NodeId"].s3_delta_direct_target.compression #=> String, one of "uncompressed", "snappy"
8225
+ # resp.job.code_gen_configuration_nodes["NodeId"].s3_delta_direct_target.format #=> String, one of "json", "csv", "avro", "orc", "parquet", "hudi", "delta"
8226
+ # resp.job.code_gen_configuration_nodes["NodeId"].s3_delta_direct_target.additional_options #=> Hash
8227
+ # resp.job.code_gen_configuration_nodes["NodeId"].s3_delta_direct_target.additional_options["EnclosedInStringProperty"] #=> String
8228
+ # resp.job.code_gen_configuration_nodes["NodeId"].s3_delta_direct_target.schema_change_policy.enable_update_catalog #=> Boolean
8229
+ # resp.job.code_gen_configuration_nodes["NodeId"].s3_delta_direct_target.schema_change_policy.update_behavior #=> String, one of "UPDATE_IN_DATABASE", "LOG"
8230
+ # resp.job.code_gen_configuration_nodes["NodeId"].s3_delta_direct_target.schema_change_policy.table #=> String
8231
+ # resp.job.code_gen_configuration_nodes["NodeId"].s3_delta_direct_target.schema_change_policy.database #=> String
8022
8232
  # resp.job.execution_class #=> String, one of "FLEX", "STANDARD"
8023
8233
  # resp.job.source_control_details.provider #=> String, one of "GITHUB", "AWS_CODE_COMMIT"
8024
8234
  # resp.job.source_control_details.repository #=> String
@@ -8468,7 +8678,7 @@ module Aws::Glue
8468
8678
  # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_direct_target.partition_keys[0][0] #=> String
8469
8679
  # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_direct_target.path #=> String
8470
8680
  # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_direct_target.compression #=> String
8471
- # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_direct_target.format #=> String, one of "json", "csv", "avro", "orc", "parquet", "hudi"
8681
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_direct_target.format #=> String, one of "json", "csv", "avro", "orc", "parquet", "hudi", "delta"
8472
8682
  # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_direct_target.schema_change_policy.enable_update_catalog #=> Boolean
8473
8683
  # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_direct_target.schema_change_policy.update_behavior #=> String, one of "UPDATE_IN_DATABASE", "LOG"
8474
8684
  # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_direct_target.schema_change_policy.table #=> String
@@ -8836,7 +9046,7 @@ module Aws::Glue
8836
9046
  # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_hudi_direct_target.partition_keys #=> Array
8837
9047
  # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_hudi_direct_target.partition_keys[0] #=> Array
8838
9048
  # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_hudi_direct_target.partition_keys[0][0] #=> String
8839
- # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_hudi_direct_target.format #=> String, one of "json", "csv", "avro", "orc", "parquet", "hudi"
9049
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_hudi_direct_target.format #=> String, one of "json", "csv", "avro", "orc", "parquet", "hudi", "delta"
8840
9050
  # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_hudi_direct_target.additional_options #=> Hash
8841
9051
  # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_hudi_direct_target.additional_options["EnclosedInStringProperty"] #=> String
8842
9052
  # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_hudi_direct_target.schema_change_policy.enable_update_catalog #=> Boolean
@@ -8849,6 +9059,64 @@ module Aws::Glue
8849
9059
  # resp.jobs[0].code_gen_configuration_nodes["NodeId"].direct_jdbc_source.connection_name #=> String
8850
9060
  # resp.jobs[0].code_gen_configuration_nodes["NodeId"].direct_jdbc_source.connection_type #=> String, one of "sqlserver", "mysql", "oracle", "postgresql", "redshift"
8851
9061
  # resp.jobs[0].code_gen_configuration_nodes["NodeId"].direct_jdbc_source.redshift_tmp_dir #=> String
9062
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_catalog_delta_source.name #=> String
9063
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_catalog_delta_source.database #=> String
9064
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_catalog_delta_source.table #=> String
9065
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_catalog_delta_source.additional_delta_options #=> Hash
9066
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_catalog_delta_source.additional_delta_options["EnclosedInStringProperty"] #=> String
9067
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_catalog_delta_source.output_schemas #=> Array
9068
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_catalog_delta_source.output_schemas[0].columns #=> Array
9069
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_catalog_delta_source.output_schemas[0].columns[0].name #=> String
9070
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_catalog_delta_source.output_schemas[0].columns[0].type #=> String
9071
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].catalog_delta_source.name #=> String
9072
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].catalog_delta_source.database #=> String
9073
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].catalog_delta_source.table #=> String
9074
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].catalog_delta_source.additional_delta_options #=> Hash
9075
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].catalog_delta_source.additional_delta_options["EnclosedInStringProperty"] #=> String
9076
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].catalog_delta_source.output_schemas #=> Array
9077
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].catalog_delta_source.output_schemas[0].columns #=> Array
9078
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].catalog_delta_source.output_schemas[0].columns[0].name #=> String
9079
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].catalog_delta_source.output_schemas[0].columns[0].type #=> String
9080
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_source.name #=> String
9081
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_source.paths #=> Array
9082
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_source.paths[0] #=> String
9083
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_source.additional_delta_options #=> Hash
9084
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_source.additional_delta_options["EnclosedInStringProperty"] #=> String
9085
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_source.additional_options.bounded_size #=> Integer
9086
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_source.additional_options.bounded_files #=> Integer
9087
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_source.additional_options.enable_sample_path #=> Boolean
9088
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_source.additional_options.sample_path #=> String
9089
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_source.output_schemas #=> Array
9090
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_source.output_schemas[0].columns #=> Array
9091
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_source.output_schemas[0].columns[0].name #=> String
9092
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_source.output_schemas[0].columns[0].type #=> String
9093
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_catalog_target.name #=> String
9094
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_catalog_target.inputs #=> Array
9095
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_catalog_target.inputs[0] #=> String
9096
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_catalog_target.partition_keys #=> Array
9097
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_catalog_target.partition_keys[0] #=> Array
9098
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_catalog_target.partition_keys[0][0] #=> String
9099
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_catalog_target.table #=> String
9100
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_catalog_target.database #=> String
9101
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_catalog_target.additional_options #=> Hash
9102
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_catalog_target.additional_options["EnclosedInStringProperty"] #=> String
9103
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_catalog_target.schema_change_policy.enable_update_catalog #=> Boolean
9104
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_catalog_target.schema_change_policy.update_behavior #=> String, one of "UPDATE_IN_DATABASE", "LOG"
9105
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_direct_target.name #=> String
9106
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_direct_target.inputs #=> Array
9107
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_direct_target.inputs[0] #=> String
9108
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_direct_target.partition_keys #=> Array
9109
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_direct_target.partition_keys[0] #=> Array
9110
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_direct_target.partition_keys[0][0] #=> String
9111
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_direct_target.path #=> String
9112
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_direct_target.compression #=> String, one of "uncompressed", "snappy"
9113
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_direct_target.format #=> String, one of "json", "csv", "avro", "orc", "parquet", "hudi", "delta"
9114
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_direct_target.additional_options #=> Hash
9115
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_direct_target.additional_options["EnclosedInStringProperty"] #=> String
9116
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_direct_target.schema_change_policy.enable_update_catalog #=> Boolean
9117
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_direct_target.schema_change_policy.update_behavior #=> String, one of "UPDATE_IN_DATABASE", "LOG"
9118
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_direct_target.schema_change_policy.table #=> String
9119
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].s3_delta_direct_target.schema_change_policy.database #=> String
8852
9120
  # resp.jobs[0].execution_class #=> String, one of "FLEX", "STANDARD"
8853
9121
  # resp.jobs[0].source_control_details.provider #=> String, one of "GITHUB", "AWS_CODE_COMMIT"
8854
9122
  # resp.jobs[0].source_control_details.repository #=> String
@@ -10907,18 +11175,30 @@ module Aws::Glue
10907
11175
  req.send_request(options)
10908
11176
  end
10909
11177
 
11178
+ # Retrieves partition metadata from the Data Catalog that contains
11179
+ # unfiltered metadata.
11180
+ #
11181
+ # For IAM authorization, the public IAM action associated with this API
11182
+ # is `glue:GetPartition`.
11183
+ #
10910
11184
  # @option params [required, String] :catalog_id
11185
+ # The catalog ID where the partition resides.
10911
11186
  #
10912
11187
  # @option params [required, String] :database_name
11188
+ # (Required) Specifies the name of a database that contains the
11189
+ # partition.
10913
11190
  #
10914
11191
  # @option params [required, String] :table_name
11192
+ # (Required) Specifies the name of a table that contains the partition.
10915
11193
  #
10916
11194
  # @option params [required, Array<String>] :partition_values
11195
+ # (Required) A list of partition key values.
10917
11196
  #
10918
11197
  # @option params [Types::AuditContext] :audit_context
10919
- # A structure containing information for audit.
11198
+ # A structure containing Lake Formation audit context information.
10920
11199
  #
10921
11200
  # @option params [required, Array<String>] :supported_permission_types
11201
+ # (Required) A list of supported permission types.
10922
11202
  #
10923
11203
  # @return [Types::GetUnfilteredPartitionMetadataResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
10924
11204
  #
@@ -11002,26 +11282,124 @@ module Aws::Glue
11002
11282
  req.send_request(options)
11003
11283
  end
11004
11284
 
11285
+ # Retrieves partition metadata from the Data Catalog that contains
11286
+ # unfiltered metadata.
11287
+ #
11288
+ # For IAM authorization, the public IAM action associated with this API
11289
+ # is `glue:GetPartitions`.
11290
+ #
11005
11291
  # @option params [required, String] :catalog_id
11292
+ # The ID of the Data Catalog where the partitions in question reside. If
11293
+ # none is provided, the AWS account ID is used by default.
11006
11294
  #
11007
11295
  # @option params [required, String] :database_name
11296
+ # The name of the catalog database where the partitions reside.
11008
11297
  #
11009
11298
  # @option params [required, String] :table_name
11299
+ # The name of the table that contains the partition.
11010
11300
  #
11011
11301
  # @option params [String] :expression
11302
+ # An expression that filters the partitions to be returned.
11303
+ #
11304
+ # The expression uses SQL syntax similar to the SQL `WHERE` filter
11305
+ # clause. The SQL statement parser [JSQLParser][1] parses the
11306
+ # expression.
11307
+ #
11308
+ # *Operators*\: The following are the operators that you can use in the
11309
+ # `Expression` API call:
11310
+ #
11311
+ # =
11312
+ #
11313
+ # : Checks whether the values of the two operands are equal; if yes,
11314
+ # then the condition becomes true.
11315
+ #
11316
+ # Example: Assume 'variable a' holds 10 and 'variable b' holds 20.
11317
+ #
11318
+ # (a = b) is not true.
11319
+ #
11320
+ # &lt; &gt;
11321
+ #
11322
+ # : Checks whether the values of two operands are equal; if the values
11323
+ # are not equal, then the condition becomes true.
11324
+ #
11325
+ # Example: (a &lt; &gt; b) is true.
11326
+ #
11327
+ # &gt;
11328
+ #
11329
+ # : Checks whether the value of the left operand is greater than the
11330
+ # value of the right operand; if yes, then the condition becomes true.
11331
+ #
11332
+ # Example: (a &gt; b) is not true.
11333
+ #
11334
+ # &lt;
11335
+ #
11336
+ # : Checks whether the value of the left operand is less than the value
11337
+ # of the right operand; if yes, then the condition becomes true.
11338
+ #
11339
+ # Example: (a &lt; b) is true.
11340
+ #
11341
+ # &gt;=
11342
+ #
11343
+ # : Checks whether the value of the left operand is greater than or
11344
+ # equal to the value of the right operand; if yes, then the condition
11345
+ # becomes true.
11346
+ #
11347
+ # Example: (a &gt;= b) is not true.
11348
+ #
11349
+ # &lt;=
11350
+ #
11351
+ # : Checks whether the value of the left operand is less than or equal
11352
+ # to the value of the right operand; if yes, then the condition
11353
+ # becomes true.
11354
+ #
11355
+ # Example: (a &lt;= b) is true.
11356
+ #
11357
+ # AND, OR, IN, BETWEEN, LIKE, NOT, IS NULL
11358
+ #
11359
+ # : Logical operators.
11360
+ #
11361
+ # *Supported Partition Key Types*\: The following are the supported
11362
+ # partition keys.
11363
+ #
11364
+ # * `string`
11365
+ #
11366
+ # * `date`
11367
+ #
11368
+ # * `timestamp`
11369
+ #
11370
+ # * `int`
11371
+ #
11372
+ # * `bigint`
11373
+ #
11374
+ # * `long`
11375
+ #
11376
+ # * `tinyint`
11377
+ #
11378
+ # * `smallint`
11379
+ #
11380
+ # * `decimal`
11381
+ #
11382
+ # If an type is encountered that is not valid, an exception is thrown.
11383
+ #
11384
+ #
11385
+ #
11386
+ # [1]: http://jsqlparser.sourceforge.net/home.php
11012
11387
  #
11013
11388
  # @option params [Types::AuditContext] :audit_context
11014
- # A structure containing information for audit.
11389
+ # A structure containing Lake Formation audit context information.
11015
11390
  #
11016
11391
  # @option params [required, Array<String>] :supported_permission_types
11392
+ # A list of supported permission types.
11017
11393
  #
11018
11394
  # @option params [String] :next_token
11395
+ # A continuation token, if this is not the first call to retrieve these
11396
+ # partitions.
11019
11397
  #
11020
11398
  # @option params [Types::Segment] :segment
11021
- # Defines a non-overlapping region of a table's partitions, allowing
11022
- # multiple requests to be run in parallel.
11399
+ # The segment of the table's partitions to scan in this request.
11023
11400
  #
11024
11401
  # @option params [Integer] :max_results
11402
+ # The maximum number of partitions to return in a single response.
11025
11403
  #
11026
11404
  # @return [Types::GetUnfilteredPartitionsMetadataResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
11027
11405
  #
@@ -11114,16 +11492,27 @@ module Aws::Glue
11114
11492
  req.send_request(options)
11115
11493
  end
11116
11494
 
11495
+ # Retrieves table metadata from the Data Catalog that contains
11496
+ # unfiltered metadata.
11497
+ #
11498
+ # For IAM authorization, the public IAM action associated with this API
11499
+ # is `glue:GetTable`.
11500
+ #
11117
11501
  # @option params [required, String] :catalog_id
11502
+ # The catalog ID where the table resides.
11118
11503
  #
11119
11504
  # @option params [required, String] :database_name
11505
+ # (Required) Specifies the name of a database that contains the table.
11120
11506
  #
11121
11507
  # @option params [required, String] :name
11508
+ # (Required) Specifies the name of a table for which you are requesting
11509
+ # metadata.
11122
11510
  #
11123
11511
  # @option params [Types::AuditContext] :audit_context
11124
- # A structure containing information for audit.
11512
+ # A structure containing Lake Formation audit context information.
11125
11513
  #
11126
11514
  # @option params [required, Array<String>] :supported_permission_types
11515
+ # (Required) A list of supported permission types.
11127
11516
  #
11128
11517
  # @return [Types::GetUnfilteredTableMetadataResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
11129
11518
  #
@@ -15492,7 +15881,7 @@ module Aws::Glue
15492
15881
  # ],
15493
15882
  # path: "EnclosedInStringProperty", # required
15494
15883
  # compression: "EnclosedInStringProperty",
15495
- # format: "json", # required, accepts json, csv, avro, orc, parquet, hudi
15884
+ # format: "json", # required, accepts json, csv, avro, orc, parquet, hudi, delta
15496
15885
  # schema_change_policy: {
15497
15886
  # enable_update_catalog: false,
15498
15887
  # update_behavior: "UPDATE_IN_DATABASE", # accepts UPDATE_IN_DATABASE, LOG
@@ -15997,7 +16386,7 @@ module Aws::Glue
15997
16386
  # partition_keys: [
15998
16387
  # ["EnclosedInStringProperty"],
15999
16388
  # ],
16000
- # format: "json", # required, accepts json, csv, avro, orc, parquet, hudi
16389
+ # format: "json", # required, accepts json, csv, avro, orc, parquet, hudi, delta
16001
16390
  # additional_options: { # required
16002
16391
  # "EnclosedInStringProperty" => "EnclosedInStringProperty",
16003
16392
  # },
@@ -16016,6 +16405,100 @@ module Aws::Glue
16016
16405
  # connection_type: "sqlserver", # required, accepts sqlserver, mysql, oracle, postgresql, redshift
16017
16406
  # redshift_tmp_dir: "EnclosedInStringProperty",
16018
16407
  # },
16408
+ # s3_catalog_delta_source: {
16409
+ # name: "NodeName", # required
16410
+ # database: "EnclosedInStringProperty", # required
16411
+ # table: "EnclosedInStringProperty", # required
16412
+ # additional_delta_options: {
16413
+ # "EnclosedInStringProperty" => "EnclosedInStringProperty",
16414
+ # },
16415
+ # output_schemas: [
16416
+ # {
16417
+ # columns: [
16418
+ # {
16419
+ # name: "GlueStudioColumnNameString", # required
16420
+ # type: "ColumnTypeString",
16421
+ # },
16422
+ # ],
16423
+ # },
16424
+ # ],
16425
+ # },
16426
+ # catalog_delta_source: {
16427
+ # name: "NodeName", # required
16428
+ # database: "EnclosedInStringProperty", # required
16429
+ # table: "EnclosedInStringProperty", # required
16430
+ # additional_delta_options: {
16431
+ # "EnclosedInStringProperty" => "EnclosedInStringProperty",
16432
+ # },
16433
+ # output_schemas: [
16434
+ # {
16435
+ # columns: [
16436
+ # {
16437
+ # name: "GlueStudioColumnNameString", # required
16438
+ # type: "ColumnTypeString",
16439
+ # },
16440
+ # ],
16441
+ # },
16442
+ # ],
16443
+ # },
16444
+ # s3_delta_source: {
16445
+ # name: "NodeName", # required
16446
+ # paths: ["EnclosedInStringProperty"], # required
16447
+ # additional_delta_options: {
16448
+ # "EnclosedInStringProperty" => "EnclosedInStringProperty",
16449
+ # },
16450
+ # additional_options: {
16451
+ # bounded_size: 1,
16452
+ # bounded_files: 1,
16453
+ # enable_sample_path: false,
16454
+ # sample_path: "EnclosedInStringProperty",
16455
+ # },
16456
+ # output_schemas: [
16457
+ # {
16458
+ # columns: [
16459
+ # {
16460
+ # name: "GlueStudioColumnNameString", # required
16461
+ # type: "ColumnTypeString",
16462
+ # },
16463
+ # ],
16464
+ # },
16465
+ # ],
16466
+ # },
16467
+ # s3_delta_catalog_target: {
16468
+ # name: "NodeName", # required
16469
+ # inputs: ["NodeId"], # required
16470
+ # partition_keys: [
16471
+ # ["EnclosedInStringProperty"],
16472
+ # ],
16473
+ # table: "EnclosedInStringProperty", # required
16474
+ # database: "EnclosedInStringProperty", # required
16475
+ # additional_options: {
16476
+ # "EnclosedInStringProperty" => "EnclosedInStringProperty",
16477
+ # },
16478
+ # schema_change_policy: {
16479
+ # enable_update_catalog: false,
16480
+ # update_behavior: "UPDATE_IN_DATABASE", # accepts UPDATE_IN_DATABASE, LOG
16481
+ # },
16482
+ # },
16483
+ # s3_delta_direct_target: {
16484
+ # name: "NodeName", # required
16485
+ # inputs: ["NodeId"], # required
16486
+ # partition_keys: [
16487
+ # ["EnclosedInStringProperty"],
16488
+ # ],
16489
+ # path: "EnclosedInStringProperty", # required
16490
+ # compression: "uncompressed", # required, accepts uncompressed, snappy
16491
+ # format: "json", # required, accepts json, csv, avro, orc, parquet, hudi, delta
16492
+ # additional_options: {
16493
+ # "EnclosedInStringProperty" => "EnclosedInStringProperty",
16494
+ # },
16495
+ # schema_change_policy: {
16496
+ # enable_update_catalog: false,
16497
+ # update_behavior: "UPDATE_IN_DATABASE", # accepts UPDATE_IN_DATABASE, LOG
16498
+ # table: "EnclosedInStringProperty",
16499
+ # database: "EnclosedInStringProperty",
16500
+ # },
16501
+ # },
16019
16502
  # },
16020
16503
  # },
16021
16504
  # execution_class: "FLEX", # accepts FLEX, STANDARD
@@ -16841,7 +17324,7 @@ module Aws::Glue
16841
17324
  params: params,
16842
17325
  config: config)
16843
17326
  context[:gem_name] = 'aws-sdk-glue'
16844
- context[:gem_version] = '1.131.0'
17327
+ context[:gem_version] = '1.132.0'
16845
17328
  Seahorse::Client::Request.new(handlers, context)
16846
17329
  end
16847
17330