aws-sdk-glue 1.142.0 → 1.143.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 +19 -7
- data/lib/aws-sdk-glue/client_api.rb +3 -0
- data/lib/aws-sdk-glue/types.rb +31 -4
- 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: 2766516ed5f6fc83466404d34b9e6adc2c7055c22c862f62ae9ff9406b1052f4
|
4
|
+
data.tar.gz: 3e8a53e53bed12c6b07fa593b429ada7d6a5888b4b06738a11f0524389ff3b7e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 45c4b5d637631dda70ad8b9317408cfa4325e89746b237facecd3bd3a1c05b314ff3d7961acf544d0232615b13ba5c59027d5611e933a264bb14acf8acaa3e42
|
7
|
+
data.tar.gz: 5b254a6bf6019d3288ee1191066d4bde8602becd7bde52678dec1285ee2accc5c5a7c7fa67d6b3697231a7818912c40f4f314e6c3020cbfaef923fefdc606bfa
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.143.0
|
data/lib/aws-sdk-glue/client.rb
CHANGED
@@ -1347,7 +1347,7 @@ module Aws::Glue
|
|
1347
1347
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].direct_kinesis_source.streaming_options.stream_name #=> String
|
1348
1348
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].direct_kinesis_source.streaming_options.classification #=> String
|
1349
1349
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].direct_kinesis_source.streaming_options.delimiter #=> String
|
1350
|
-
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].direct_kinesis_source.streaming_options.starting_position #=> String, one of "latest", "trim_horizon", "earliest"
|
1350
|
+
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].direct_kinesis_source.streaming_options.starting_position #=> String, one of "latest", "trim_horizon", "earliest", "timestamp"
|
1351
1351
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].direct_kinesis_source.streaming_options.max_fetch_time_in_ms #=> Integer
|
1352
1352
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].direct_kinesis_source.streaming_options.max_fetch_records_per_shard #=> Integer
|
1353
1353
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].direct_kinesis_source.streaming_options.max_record_per_read #=> Integer
|
@@ -1363,6 +1363,7 @@ module Aws::Glue
|
|
1363
1363
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].direct_kinesis_source.streaming_options.role_session_name #=> String
|
1364
1364
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].direct_kinesis_source.streaming_options.add_record_timestamp #=> String
|
1365
1365
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].direct_kinesis_source.streaming_options.emit_consumer_lag_metrics #=> String
|
1366
|
+
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].direct_kinesis_source.streaming_options.starting_timestamp #=> Time
|
1366
1367
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].direct_kinesis_source.data_preview_options.polling_time #=> Integer
|
1367
1368
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].direct_kinesis_source.data_preview_options.record_polling_limit #=> Integer
|
1368
1369
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].direct_kafka_source.name #=> String
|
@@ -1384,6 +1385,7 @@ module Aws::Glue
|
|
1384
1385
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].direct_kafka_source.streaming_options.include_headers #=> Boolean
|
1385
1386
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].direct_kafka_source.streaming_options.add_record_timestamp #=> String
|
1386
1387
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].direct_kafka_source.streaming_options.emit_consumer_lag_metrics #=> String
|
1388
|
+
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].direct_kafka_source.streaming_options.starting_timestamp #=> Time
|
1387
1389
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].direct_kafka_source.window_size #=> Integer
|
1388
1390
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].direct_kafka_source.detect_schema #=> Boolean
|
1389
1391
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].direct_kafka_source.data_preview_options.polling_time #=> Integer
|
@@ -1397,7 +1399,7 @@ module Aws::Glue
|
|
1397
1399
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].catalog_kinesis_source.streaming_options.stream_name #=> String
|
1398
1400
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].catalog_kinesis_source.streaming_options.classification #=> String
|
1399
1401
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].catalog_kinesis_source.streaming_options.delimiter #=> String
|
1400
|
-
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].catalog_kinesis_source.streaming_options.starting_position #=> String, one of "latest", "trim_horizon", "earliest"
|
1402
|
+
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].catalog_kinesis_source.streaming_options.starting_position #=> String, one of "latest", "trim_horizon", "earliest", "timestamp"
|
1401
1403
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].catalog_kinesis_source.streaming_options.max_fetch_time_in_ms #=> Integer
|
1402
1404
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].catalog_kinesis_source.streaming_options.max_fetch_records_per_shard #=> Integer
|
1403
1405
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].catalog_kinesis_source.streaming_options.max_record_per_read #=> Integer
|
@@ -1413,6 +1415,7 @@ module Aws::Glue
|
|
1413
1415
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].catalog_kinesis_source.streaming_options.role_session_name #=> String
|
1414
1416
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].catalog_kinesis_source.streaming_options.add_record_timestamp #=> String
|
1415
1417
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].catalog_kinesis_source.streaming_options.emit_consumer_lag_metrics #=> String
|
1418
|
+
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].catalog_kinesis_source.streaming_options.starting_timestamp #=> Time
|
1416
1419
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].catalog_kinesis_source.data_preview_options.polling_time #=> Integer
|
1417
1420
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].catalog_kinesis_source.data_preview_options.record_polling_limit #=> Integer
|
1418
1421
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].catalog_kafka_source.name #=> String
|
@@ -1438,6 +1441,7 @@ module Aws::Glue
|
|
1438
1441
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].catalog_kafka_source.streaming_options.include_headers #=> Boolean
|
1439
1442
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].catalog_kafka_source.streaming_options.add_record_timestamp #=> String
|
1440
1443
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].catalog_kafka_source.streaming_options.emit_consumer_lag_metrics #=> String
|
1444
|
+
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].catalog_kafka_source.streaming_options.starting_timestamp #=> Time
|
1441
1445
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].catalog_kafka_source.data_preview_options.polling_time #=> Integer
|
1442
1446
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].catalog_kafka_source.data_preview_options.record_polling_limit #=> Integer
|
1443
1447
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].drop_null_fields.name #=> String
|
@@ -7110,7 +7114,7 @@ module Aws::Glue
|
|
7110
7114
|
# resp.job.code_gen_configuration_nodes["NodeId"].direct_kinesis_source.streaming_options.stream_name #=> String
|
7111
7115
|
# resp.job.code_gen_configuration_nodes["NodeId"].direct_kinesis_source.streaming_options.classification #=> String
|
7112
7116
|
# resp.job.code_gen_configuration_nodes["NodeId"].direct_kinesis_source.streaming_options.delimiter #=> String
|
7113
|
-
# resp.job.code_gen_configuration_nodes["NodeId"].direct_kinesis_source.streaming_options.starting_position #=> String, one of "latest", "trim_horizon", "earliest"
|
7117
|
+
# resp.job.code_gen_configuration_nodes["NodeId"].direct_kinesis_source.streaming_options.starting_position #=> String, one of "latest", "trim_horizon", "earliest", "timestamp"
|
7114
7118
|
# resp.job.code_gen_configuration_nodes["NodeId"].direct_kinesis_source.streaming_options.max_fetch_time_in_ms #=> Integer
|
7115
7119
|
# resp.job.code_gen_configuration_nodes["NodeId"].direct_kinesis_source.streaming_options.max_fetch_records_per_shard #=> Integer
|
7116
7120
|
# resp.job.code_gen_configuration_nodes["NodeId"].direct_kinesis_source.streaming_options.max_record_per_read #=> Integer
|
@@ -7126,6 +7130,7 @@ module Aws::Glue
|
|
7126
7130
|
# resp.job.code_gen_configuration_nodes["NodeId"].direct_kinesis_source.streaming_options.role_session_name #=> String
|
7127
7131
|
# resp.job.code_gen_configuration_nodes["NodeId"].direct_kinesis_source.streaming_options.add_record_timestamp #=> String
|
7128
7132
|
# resp.job.code_gen_configuration_nodes["NodeId"].direct_kinesis_source.streaming_options.emit_consumer_lag_metrics #=> String
|
7133
|
+
# resp.job.code_gen_configuration_nodes["NodeId"].direct_kinesis_source.streaming_options.starting_timestamp #=> Time
|
7129
7134
|
# resp.job.code_gen_configuration_nodes["NodeId"].direct_kinesis_source.data_preview_options.polling_time #=> Integer
|
7130
7135
|
# resp.job.code_gen_configuration_nodes["NodeId"].direct_kinesis_source.data_preview_options.record_polling_limit #=> Integer
|
7131
7136
|
# resp.job.code_gen_configuration_nodes["NodeId"].direct_kafka_source.name #=> String
|
@@ -7147,6 +7152,7 @@ module Aws::Glue
|
|
7147
7152
|
# resp.job.code_gen_configuration_nodes["NodeId"].direct_kafka_source.streaming_options.include_headers #=> Boolean
|
7148
7153
|
# resp.job.code_gen_configuration_nodes["NodeId"].direct_kafka_source.streaming_options.add_record_timestamp #=> String
|
7149
7154
|
# resp.job.code_gen_configuration_nodes["NodeId"].direct_kafka_source.streaming_options.emit_consumer_lag_metrics #=> String
|
7155
|
+
# resp.job.code_gen_configuration_nodes["NodeId"].direct_kafka_source.streaming_options.starting_timestamp #=> Time
|
7150
7156
|
# resp.job.code_gen_configuration_nodes["NodeId"].direct_kafka_source.window_size #=> Integer
|
7151
7157
|
# resp.job.code_gen_configuration_nodes["NodeId"].direct_kafka_source.detect_schema #=> Boolean
|
7152
7158
|
# resp.job.code_gen_configuration_nodes["NodeId"].direct_kafka_source.data_preview_options.polling_time #=> Integer
|
@@ -7160,7 +7166,7 @@ module Aws::Glue
|
|
7160
7166
|
# resp.job.code_gen_configuration_nodes["NodeId"].catalog_kinesis_source.streaming_options.stream_name #=> String
|
7161
7167
|
# resp.job.code_gen_configuration_nodes["NodeId"].catalog_kinesis_source.streaming_options.classification #=> String
|
7162
7168
|
# resp.job.code_gen_configuration_nodes["NodeId"].catalog_kinesis_source.streaming_options.delimiter #=> String
|
7163
|
-
# resp.job.code_gen_configuration_nodes["NodeId"].catalog_kinesis_source.streaming_options.starting_position #=> String, one of "latest", "trim_horizon", "earliest"
|
7169
|
+
# resp.job.code_gen_configuration_nodes["NodeId"].catalog_kinesis_source.streaming_options.starting_position #=> String, one of "latest", "trim_horizon", "earliest", "timestamp"
|
7164
7170
|
# resp.job.code_gen_configuration_nodes["NodeId"].catalog_kinesis_source.streaming_options.max_fetch_time_in_ms #=> Integer
|
7165
7171
|
# resp.job.code_gen_configuration_nodes["NodeId"].catalog_kinesis_source.streaming_options.max_fetch_records_per_shard #=> Integer
|
7166
7172
|
# resp.job.code_gen_configuration_nodes["NodeId"].catalog_kinesis_source.streaming_options.max_record_per_read #=> Integer
|
@@ -7176,6 +7182,7 @@ module Aws::Glue
|
|
7176
7182
|
# resp.job.code_gen_configuration_nodes["NodeId"].catalog_kinesis_source.streaming_options.role_session_name #=> String
|
7177
7183
|
# resp.job.code_gen_configuration_nodes["NodeId"].catalog_kinesis_source.streaming_options.add_record_timestamp #=> String
|
7178
7184
|
# resp.job.code_gen_configuration_nodes["NodeId"].catalog_kinesis_source.streaming_options.emit_consumer_lag_metrics #=> String
|
7185
|
+
# resp.job.code_gen_configuration_nodes["NodeId"].catalog_kinesis_source.streaming_options.starting_timestamp #=> Time
|
7179
7186
|
# resp.job.code_gen_configuration_nodes["NodeId"].catalog_kinesis_source.data_preview_options.polling_time #=> Integer
|
7180
7187
|
# resp.job.code_gen_configuration_nodes["NodeId"].catalog_kinesis_source.data_preview_options.record_polling_limit #=> Integer
|
7181
7188
|
# resp.job.code_gen_configuration_nodes["NodeId"].catalog_kafka_source.name #=> String
|
@@ -7201,6 +7208,7 @@ module Aws::Glue
|
|
7201
7208
|
# resp.job.code_gen_configuration_nodes["NodeId"].catalog_kafka_source.streaming_options.include_headers #=> Boolean
|
7202
7209
|
# resp.job.code_gen_configuration_nodes["NodeId"].catalog_kafka_source.streaming_options.add_record_timestamp #=> String
|
7203
7210
|
# resp.job.code_gen_configuration_nodes["NodeId"].catalog_kafka_source.streaming_options.emit_consumer_lag_metrics #=> String
|
7211
|
+
# resp.job.code_gen_configuration_nodes["NodeId"].catalog_kafka_source.streaming_options.starting_timestamp #=> Time
|
7204
7212
|
# resp.job.code_gen_configuration_nodes["NodeId"].catalog_kafka_source.data_preview_options.polling_time #=> Integer
|
7205
7213
|
# resp.job.code_gen_configuration_nodes["NodeId"].catalog_kafka_source.data_preview_options.record_polling_limit #=> Integer
|
7206
7214
|
# resp.job.code_gen_configuration_nodes["NodeId"].drop_null_fields.name #=> String
|
@@ -8112,7 +8120,7 @@ module Aws::Glue
|
|
8112
8120
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].direct_kinesis_source.streaming_options.stream_name #=> String
|
8113
8121
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].direct_kinesis_source.streaming_options.classification #=> String
|
8114
8122
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].direct_kinesis_source.streaming_options.delimiter #=> String
|
8115
|
-
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].direct_kinesis_source.streaming_options.starting_position #=> String, one of "latest", "trim_horizon", "earliest"
|
8123
|
+
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].direct_kinesis_source.streaming_options.starting_position #=> String, one of "latest", "trim_horizon", "earliest", "timestamp"
|
8116
8124
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].direct_kinesis_source.streaming_options.max_fetch_time_in_ms #=> Integer
|
8117
8125
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].direct_kinesis_source.streaming_options.max_fetch_records_per_shard #=> Integer
|
8118
8126
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].direct_kinesis_source.streaming_options.max_record_per_read #=> Integer
|
@@ -8128,6 +8136,7 @@ module Aws::Glue
|
|
8128
8136
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].direct_kinesis_source.streaming_options.role_session_name #=> String
|
8129
8137
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].direct_kinesis_source.streaming_options.add_record_timestamp #=> String
|
8130
8138
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].direct_kinesis_source.streaming_options.emit_consumer_lag_metrics #=> String
|
8139
|
+
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].direct_kinesis_source.streaming_options.starting_timestamp #=> Time
|
8131
8140
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].direct_kinesis_source.data_preview_options.polling_time #=> Integer
|
8132
8141
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].direct_kinesis_source.data_preview_options.record_polling_limit #=> Integer
|
8133
8142
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].direct_kafka_source.name #=> String
|
@@ -8149,6 +8158,7 @@ module Aws::Glue
|
|
8149
8158
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].direct_kafka_source.streaming_options.include_headers #=> Boolean
|
8150
8159
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].direct_kafka_source.streaming_options.add_record_timestamp #=> String
|
8151
8160
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].direct_kafka_source.streaming_options.emit_consumer_lag_metrics #=> String
|
8161
|
+
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].direct_kafka_source.streaming_options.starting_timestamp #=> Time
|
8152
8162
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].direct_kafka_source.window_size #=> Integer
|
8153
8163
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].direct_kafka_source.detect_schema #=> Boolean
|
8154
8164
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].direct_kafka_source.data_preview_options.polling_time #=> Integer
|
@@ -8162,7 +8172,7 @@ module Aws::Glue
|
|
8162
8172
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].catalog_kinesis_source.streaming_options.stream_name #=> String
|
8163
8173
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].catalog_kinesis_source.streaming_options.classification #=> String
|
8164
8174
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].catalog_kinesis_source.streaming_options.delimiter #=> String
|
8165
|
-
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].catalog_kinesis_source.streaming_options.starting_position #=> String, one of "latest", "trim_horizon", "earliest"
|
8175
|
+
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].catalog_kinesis_source.streaming_options.starting_position #=> String, one of "latest", "trim_horizon", "earliest", "timestamp"
|
8166
8176
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].catalog_kinesis_source.streaming_options.max_fetch_time_in_ms #=> Integer
|
8167
8177
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].catalog_kinesis_source.streaming_options.max_fetch_records_per_shard #=> Integer
|
8168
8178
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].catalog_kinesis_source.streaming_options.max_record_per_read #=> Integer
|
@@ -8178,6 +8188,7 @@ module Aws::Glue
|
|
8178
8188
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].catalog_kinesis_source.streaming_options.role_session_name #=> String
|
8179
8189
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].catalog_kinesis_source.streaming_options.add_record_timestamp #=> String
|
8180
8190
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].catalog_kinesis_source.streaming_options.emit_consumer_lag_metrics #=> String
|
8191
|
+
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].catalog_kinesis_source.streaming_options.starting_timestamp #=> Time
|
8181
8192
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].catalog_kinesis_source.data_preview_options.polling_time #=> Integer
|
8182
8193
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].catalog_kinesis_source.data_preview_options.record_polling_limit #=> Integer
|
8183
8194
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].catalog_kafka_source.name #=> String
|
@@ -8203,6 +8214,7 @@ module Aws::Glue
|
|
8203
8214
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].catalog_kafka_source.streaming_options.include_headers #=> Boolean
|
8204
8215
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].catalog_kafka_source.streaming_options.add_record_timestamp #=> String
|
8205
8216
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].catalog_kafka_source.streaming_options.emit_consumer_lag_metrics #=> String
|
8217
|
+
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].catalog_kafka_source.streaming_options.starting_timestamp #=> Time
|
8206
8218
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].catalog_kafka_source.data_preview_options.polling_time #=> Integer
|
8207
8219
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].catalog_kafka_source.data_preview_options.record_polling_limit #=> Integer
|
8208
8220
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].drop_null_fields.name #=> String
|
@@ -15880,7 +15892,7 @@ module Aws::Glue
|
|
15880
15892
|
params: params,
|
15881
15893
|
config: config)
|
15882
15894
|
context[:gem_name] = 'aws-sdk-glue'
|
15883
|
-
context[:gem_version] = '1.
|
15895
|
+
context[:gem_version] = '1.143.0'
|
15884
15896
|
Seahorse::Client::Request.new(handlers, context)
|
15885
15897
|
end
|
15886
15898
|
|
@@ -625,6 +625,7 @@ module Aws::Glue
|
|
625
625
|
InvalidInputException = Shapes::StructureShape.new(name: 'InvalidInputException')
|
626
626
|
InvalidStateException = Shapes::StructureShape.new(name: 'InvalidStateException')
|
627
627
|
IsVersionValid = Shapes::BooleanShape.new(name: 'IsVersionValid')
|
628
|
+
Iso8601DateTime = Shapes::TimestampShape.new(name: 'Iso8601DateTime', timestampFormat: "iso8601")
|
628
629
|
JDBCConnectionType = Shapes::StringShape.new(name: 'JDBCConnectionType')
|
629
630
|
JDBCConnectorOptions = Shapes::StructureShape.new(name: 'JDBCConnectorOptions')
|
630
631
|
JDBCConnectorSource = Shapes::StructureShape.new(name: 'JDBCConnectorSource')
|
@@ -3738,6 +3739,7 @@ module Aws::Glue
|
|
3738
3739
|
KafkaStreamingSourceOptions.add_member(:include_headers, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "IncludeHeaders"))
|
3739
3740
|
KafkaStreamingSourceOptions.add_member(:add_record_timestamp, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "AddRecordTimestamp"))
|
3740
3741
|
KafkaStreamingSourceOptions.add_member(:emit_consumer_lag_metrics, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "EmitConsumerLagMetrics"))
|
3742
|
+
KafkaStreamingSourceOptions.add_member(:starting_timestamp, Shapes::ShapeRef.new(shape: Iso8601DateTime, location_name: "StartingTimestamp"))
|
3741
3743
|
KafkaStreamingSourceOptions.struct_class = Types::KafkaStreamingSourceOptions
|
3742
3744
|
|
3743
3745
|
KeyList.member = Shapes::ShapeRef.new(shape: NameString)
|
@@ -3768,6 +3770,7 @@ module Aws::Glue
|
|
3768
3770
|
KinesisStreamingSourceOptions.add_member(:role_session_name, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "RoleSessionName"))
|
3769
3771
|
KinesisStreamingSourceOptions.add_member(:add_record_timestamp, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "AddRecordTimestamp"))
|
3770
3772
|
KinesisStreamingSourceOptions.add_member(:emit_consumer_lag_metrics, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "EmitConsumerLagMetrics"))
|
3773
|
+
KinesisStreamingSourceOptions.add_member(:starting_timestamp, Shapes::ShapeRef.new(shape: Iso8601DateTime, location_name: "StartingTimestamp"))
|
3771
3774
|
KinesisStreamingSourceOptions.struct_class = Types::KinesisStreamingSourceOptions
|
3772
3775
|
|
3773
3776
|
LabelingSetGenerationTaskRunProperties.add_member(:output_s3_path, Shapes::ShapeRef.new(shape: UriString, location_name: "OutputS3Path"))
|
data/lib/aws-sdk-glue/types.rb
CHANGED
@@ -13255,6 +13255,16 @@ module Aws::Glue
|
|
13255
13255
|
# 4.0 or later.
|
13256
13256
|
# @return [String]
|
13257
13257
|
#
|
13258
|
+
# @!attribute [rw] starting_timestamp
|
13259
|
+
# The timestamp of the record in the Kafka topic to start reading data
|
13260
|
+
# from. The possible values are a timestamp string in UTC format of
|
13261
|
+
# the pattern `yyyy-mm-ddTHH:MM:SSZ` (where Z represents a UTC
|
13262
|
+
# timezone offset with a +/-. For example:
|
13263
|
+
# "2023-04-04T08:00:00+08:00").
|
13264
|
+
#
|
13265
|
+
# Only one of `StartingTimestamp` or `StartingOffsets` must be set.
|
13266
|
+
# @return [Time]
|
13267
|
+
#
|
13258
13268
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/KafkaStreamingSourceOptions AWS API Documentation
|
13259
13269
|
#
|
13260
13270
|
class KafkaStreamingSourceOptions < Struct.new(
|
@@ -13275,7 +13285,8 @@ module Aws::Glue
|
|
13275
13285
|
:min_partitions,
|
13276
13286
|
:include_headers,
|
13277
13287
|
:add_record_timestamp,
|
13278
|
-
:emit_consumer_lag_metrics
|
13288
|
+
:emit_consumer_lag_metrics,
|
13289
|
+
:starting_timestamp)
|
13279
13290
|
SENSITIVE = []
|
13280
13291
|
include Aws::Structure
|
13281
13292
|
end
|
@@ -13319,8 +13330,15 @@ module Aws::Glue
|
|
13319
13330
|
#
|
13320
13331
|
# @!attribute [rw] starting_position
|
13321
13332
|
# The starting position in the Kinesis data stream to read data from.
|
13322
|
-
# The possible values are `"latest"`, `"trim_horizon"`,
|
13323
|
-
#
|
13333
|
+
# The possible values are `"latest"`, `"trim_horizon"`, `"earliest"`,
|
13334
|
+
# or a timestamp string in UTC format in the pattern
|
13335
|
+
# `yyyy-mm-ddTHH:MM:SSZ` (where `Z` represents a UTC timezone offset
|
13336
|
+
# with a +/-. For example: "2023-04-04T08:00:00-04:00"). The default
|
13337
|
+
# value is `"latest"`.
|
13338
|
+
#
|
13339
|
+
# Note: Using a value that is a timestamp string in UTC format for
|
13340
|
+
# "startingPosition" is supported only for Glue version 4.0 or
|
13341
|
+
# later.
|
13324
13342
|
# @return [String]
|
13325
13343
|
#
|
13326
13344
|
# @!attribute [rw] max_fetch_time_in_ms
|
@@ -13413,6 +13431,14 @@ module Aws::Glue
|
|
13413
13431
|
# 4.0 or later.
|
13414
13432
|
# @return [String]
|
13415
13433
|
#
|
13434
|
+
# @!attribute [rw] starting_timestamp
|
13435
|
+
# The timestamp of the record in the Kinesis data stream to start
|
13436
|
+
# reading data from. The possible values are a timestamp string in UTC
|
13437
|
+
# format of the pattern `yyyy-mm-ddTHH:MM:SSZ` (where Z represents a
|
13438
|
+
# UTC timezone offset with a +/-. For example:
|
13439
|
+
# "2023-04-04T08:00:00+08:00").
|
13440
|
+
# @return [Time]
|
13441
|
+
#
|
13416
13442
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/KinesisStreamingSourceOptions AWS API Documentation
|
13417
13443
|
#
|
13418
13444
|
class KinesisStreamingSourceOptions < Struct.new(
|
@@ -13435,7 +13461,8 @@ module Aws::Glue
|
|
13435
13461
|
:role_arn,
|
13436
13462
|
:role_session_name,
|
13437
13463
|
:add_record_timestamp,
|
13438
|
-
:emit_consumer_lag_metrics
|
13464
|
+
:emit_consumer_lag_metrics,
|
13465
|
+
:starting_timestamp)
|
13439
13466
|
SENSITIVE = []
|
13440
13467
|
include Aws::Structure
|
13441
13468
|
end
|
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.143.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-06-
|
11
|
+
date: 2023-06-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|