aws-sdk-glue 1.173.0 → 1.174.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 +43 -21
- data/lib/aws-sdk-glue/client_api.rb +6 -0
- data/lib/aws-sdk-glue/types.rb +73 -10
- data/lib/aws-sdk-glue.rb +1 -1
- data/sig/client.rbs +6 -4
- data/sig/types.rbs +6 -2
- 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: 49c0e84a3b7ce50fcbb38c2b020dbb4850f8af507fa1bcc6e64d2baa409adfc4
|
4
|
+
data.tar.gz: a77e370f39c4256e12c05b7582d1134e8a731dd20ea0523bd55f66fe367b0929
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d4b2eae580ec9ebc4dd851192b72526437a695e5041611c25d062c51e088ebfbea84ed16aba422ff5a33d0c7aa5d80eaf543ce231f65a4ab26a386626c9b4ea0
|
7
|
+
data.tar.gz: 1c22063ddc553539cc2af12ec901fe849fb56fb84b87f0071de4b313aa7fb25ea0be1c405928ff4b270111ba8900ac6c1983c4d9fff659adba7691b390600419
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.174.0 (2024-05-21)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Add Maintenance window to CreateJob and UpdateJob APIs and JobRun response. Add a new Job Run State for EXPIRED.
|
8
|
+
|
4
9
|
1.173.0 (2024-05-13)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.174.0
|
data/lib/aws-sdk-glue/client.rb
CHANGED
@@ -1969,6 +1969,7 @@ module Aws::Glue
|
|
1969
1969
|
# resp.jobs[0].source_control_details.last_commit_id #=> String
|
1970
1970
|
# resp.jobs[0].source_control_details.auth_strategy #=> String, one of "PERSONAL_ACCESS_TOKEN", "AWS_SECRETS_MANAGER"
|
1971
1971
|
# resp.jobs[0].source_control_details.auth_token #=> String
|
1972
|
+
# resp.jobs[0].maintenance_window #=> String
|
1972
1973
|
# resp.jobs_not_found #=> Array
|
1973
1974
|
# resp.jobs_not_found[0] #=> String
|
1974
1975
|
#
|
@@ -2178,7 +2179,7 @@ module Aws::Glue
|
|
2178
2179
|
# resp.triggers[0].predicate.conditions #=> Array
|
2179
2180
|
# resp.triggers[0].predicate.conditions[0].logical_operator #=> String, one of "EQUALS"
|
2180
2181
|
# resp.triggers[0].predicate.conditions[0].job_name #=> String
|
2181
|
-
# resp.triggers[0].predicate.conditions[0].state #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT", "ERROR", "WAITING"
|
2182
|
+
# resp.triggers[0].predicate.conditions[0].state #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT", "ERROR", "WAITING", "EXPIRED"
|
2182
2183
|
# resp.triggers[0].predicate.conditions[0].crawler_name #=> String
|
2183
2184
|
# resp.triggers[0].predicate.conditions[0].crawl_state #=> String, one of "RUNNING", "CANCELLING", "CANCELLED", "SUCCEEDED", "FAILED", "ERROR"
|
2184
2185
|
# resp.triggers[0].event_batching_condition.batch_size #=> Integer
|
@@ -2270,7 +2271,7 @@ module Aws::Glue
|
|
2270
2271
|
# resp.workflows[0].last_run.graph.nodes[0].trigger_details.trigger.predicate.conditions #=> Array
|
2271
2272
|
# resp.workflows[0].last_run.graph.nodes[0].trigger_details.trigger.predicate.conditions[0].logical_operator #=> String, one of "EQUALS"
|
2272
2273
|
# resp.workflows[0].last_run.graph.nodes[0].trigger_details.trigger.predicate.conditions[0].job_name #=> String
|
2273
|
-
# resp.workflows[0].last_run.graph.nodes[0].trigger_details.trigger.predicate.conditions[0].state #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT", "ERROR", "WAITING"
|
2274
|
+
# resp.workflows[0].last_run.graph.nodes[0].trigger_details.trigger.predicate.conditions[0].state #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT", "ERROR", "WAITING", "EXPIRED"
|
2274
2275
|
# resp.workflows[0].last_run.graph.nodes[0].trigger_details.trigger.predicate.conditions[0].crawler_name #=> String
|
2275
2276
|
# resp.workflows[0].last_run.graph.nodes[0].trigger_details.trigger.predicate.conditions[0].crawl_state #=> String, one of "RUNNING", "CANCELLING", "CANCELLED", "SUCCEEDED", "FAILED", "ERROR"
|
2276
2277
|
# resp.workflows[0].last_run.graph.nodes[0].trigger_details.trigger.event_batching_condition.batch_size #=> Integer
|
@@ -2284,7 +2285,7 @@ module Aws::Glue
|
|
2284
2285
|
# resp.workflows[0].last_run.graph.nodes[0].job_details.job_runs[0].started_on #=> Time
|
2285
2286
|
# resp.workflows[0].last_run.graph.nodes[0].job_details.job_runs[0].last_modified_on #=> Time
|
2286
2287
|
# resp.workflows[0].last_run.graph.nodes[0].job_details.job_runs[0].completed_on #=> Time
|
2287
|
-
# resp.workflows[0].last_run.graph.nodes[0].job_details.job_runs[0].job_run_state #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT", "ERROR", "WAITING"
|
2288
|
+
# resp.workflows[0].last_run.graph.nodes[0].job_details.job_runs[0].job_run_state #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT", "ERROR", "WAITING", "EXPIRED"
|
2288
2289
|
# resp.workflows[0].last_run.graph.nodes[0].job_details.job_runs[0].arguments #=> Hash
|
2289
2290
|
# resp.workflows[0].last_run.graph.nodes[0].job_details.job_runs[0].arguments["GenericString"] #=> String
|
2290
2291
|
# resp.workflows[0].last_run.graph.nodes[0].job_details.job_runs[0].error_message #=> String
|
@@ -2303,6 +2304,7 @@ module Aws::Glue
|
|
2303
2304
|
# resp.workflows[0].last_run.graph.nodes[0].job_details.job_runs[0].glue_version #=> String
|
2304
2305
|
# resp.workflows[0].last_run.graph.nodes[0].job_details.job_runs[0].dpu_seconds #=> Float
|
2305
2306
|
# resp.workflows[0].last_run.graph.nodes[0].job_details.job_runs[0].execution_class #=> String, one of "FLEX", "STANDARD"
|
2307
|
+
# resp.workflows[0].last_run.graph.nodes[0].job_details.job_runs[0].maintenance_window #=> String
|
2306
2308
|
# resp.workflows[0].last_run.graph.nodes[0].crawler_details.crawls #=> Array
|
2307
2309
|
# resp.workflows[0].last_run.graph.nodes[0].crawler_details.crawls[0].state #=> String, one of "RUNNING", "CANCELLING", "CANCELLED", "SUCCEEDED", "FAILED", "ERROR"
|
2308
2310
|
# resp.workflows[0].last_run.graph.nodes[0].crawler_details.crawls[0].started_on #=> Time
|
@@ -2338,7 +2340,7 @@ module Aws::Glue
|
|
2338
2340
|
# resp.workflows[0].graph.nodes[0].trigger_details.trigger.predicate.conditions #=> Array
|
2339
2341
|
# resp.workflows[0].graph.nodes[0].trigger_details.trigger.predicate.conditions[0].logical_operator #=> String, one of "EQUALS"
|
2340
2342
|
# resp.workflows[0].graph.nodes[0].trigger_details.trigger.predicate.conditions[0].job_name #=> String
|
2341
|
-
# resp.workflows[0].graph.nodes[0].trigger_details.trigger.predicate.conditions[0].state #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT", "ERROR", "WAITING"
|
2343
|
+
# resp.workflows[0].graph.nodes[0].trigger_details.trigger.predicate.conditions[0].state #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT", "ERROR", "WAITING", "EXPIRED"
|
2342
2344
|
# resp.workflows[0].graph.nodes[0].trigger_details.trigger.predicate.conditions[0].crawler_name #=> String
|
2343
2345
|
# resp.workflows[0].graph.nodes[0].trigger_details.trigger.predicate.conditions[0].crawl_state #=> String, one of "RUNNING", "CANCELLING", "CANCELLED", "SUCCEEDED", "FAILED", "ERROR"
|
2344
2346
|
# resp.workflows[0].graph.nodes[0].trigger_details.trigger.event_batching_condition.batch_size #=> Integer
|
@@ -2352,7 +2354,7 @@ module Aws::Glue
|
|
2352
2354
|
# resp.workflows[0].graph.nodes[0].job_details.job_runs[0].started_on #=> Time
|
2353
2355
|
# resp.workflows[0].graph.nodes[0].job_details.job_runs[0].last_modified_on #=> Time
|
2354
2356
|
# resp.workflows[0].graph.nodes[0].job_details.job_runs[0].completed_on #=> Time
|
2355
|
-
# resp.workflows[0].graph.nodes[0].job_details.job_runs[0].job_run_state #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT", "ERROR", "WAITING"
|
2357
|
+
# resp.workflows[0].graph.nodes[0].job_details.job_runs[0].job_run_state #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT", "ERROR", "WAITING", "EXPIRED"
|
2356
2358
|
# resp.workflows[0].graph.nodes[0].job_details.job_runs[0].arguments #=> Hash
|
2357
2359
|
# resp.workflows[0].graph.nodes[0].job_details.job_runs[0].arguments["GenericString"] #=> String
|
2358
2360
|
# resp.workflows[0].graph.nodes[0].job_details.job_runs[0].error_message #=> String
|
@@ -2371,6 +2373,7 @@ module Aws::Glue
|
|
2371
2373
|
# resp.workflows[0].graph.nodes[0].job_details.job_runs[0].glue_version #=> String
|
2372
2374
|
# resp.workflows[0].graph.nodes[0].job_details.job_runs[0].dpu_seconds #=> Float
|
2373
2375
|
# resp.workflows[0].graph.nodes[0].job_details.job_runs[0].execution_class #=> String, one of "FLEX", "STANDARD"
|
2376
|
+
# resp.workflows[0].graph.nodes[0].job_details.job_runs[0].maintenance_window #=> String
|
2374
2377
|
# resp.workflows[0].graph.nodes[0].crawler_details.crawls #=> Array
|
2375
2378
|
# resp.workflows[0].graph.nodes[0].crawler_details.crawls[0].state #=> String, one of "RUNNING", "CANCELLING", "CANCELLED", "SUCCEEDED", "FAILED", "ERROR"
|
2376
2379
|
# resp.workflows[0].graph.nodes[0].crawler_details.crawls[0].started_on #=> Time
|
@@ -3626,6 +3629,17 @@ module Aws::Glue
|
|
3626
3629
|
# The details for a source control configuration for a job, allowing
|
3627
3630
|
# synchronization of job artifacts to or from a remote repository.
|
3628
3631
|
#
|
3632
|
+
# @option params [String] :maintenance_window
|
3633
|
+
# This field specifies a day of the week and hour for a maintenance
|
3634
|
+
# window for streaming jobs. Glue periodically performs maintenance
|
3635
|
+
# activities. During these maintenance windows, Glue will need to
|
3636
|
+
# restart your streaming jobs.
|
3637
|
+
#
|
3638
|
+
# Glue will restart the job within 3 hours of the specified maintenance
|
3639
|
+
# window. For instance, if you set up the maintenance window for Monday
|
3640
|
+
# at 10:00AM GMT, your jobs will be restarted between 10:00AM GMT to
|
3641
|
+
# 1:00PM GMT.
|
3642
|
+
#
|
3629
3643
|
# @return [Types::CreateJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3630
3644
|
#
|
3631
3645
|
# * {Types::CreateJobResponse#name #name} => String
|
@@ -4712,7 +4726,7 @@ module Aws::Glue
|
|
4712
4726
|
# {
|
4713
4727
|
# logical_operator: "EQUALS", # accepts EQUALS
|
4714
4728
|
# job_name: "NameString",
|
4715
|
-
# state: "STARTING", # accepts STARTING, RUNNING, STOPPING, STOPPED, SUCCEEDED, FAILED, TIMEOUT, ERROR, WAITING
|
4729
|
+
# state: "STARTING", # accepts STARTING, RUNNING, STOPPING, STOPPED, SUCCEEDED, FAILED, TIMEOUT, ERROR, WAITING, EXPIRED
|
4716
4730
|
# crawler_name: "NameString",
|
4717
4731
|
# crawl_state: "RUNNING", # accepts RUNNING, CANCELLING, CANCELLED, SUCCEEDED, FAILED, ERROR
|
4718
4732
|
# },
|
@@ -8200,6 +8214,7 @@ module Aws::Glue
|
|
8200
8214
|
# resp.job.source_control_details.last_commit_id #=> String
|
8201
8215
|
# resp.job.source_control_details.auth_strategy #=> String, one of "PERSONAL_ACCESS_TOKEN", "AWS_SECRETS_MANAGER"
|
8202
8216
|
# resp.job.source_control_details.auth_token #=> String
|
8217
|
+
# resp.job.maintenance_window #=> String
|
8203
8218
|
#
|
8204
8219
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetJob AWS API Documentation
|
8205
8220
|
#
|
@@ -8295,7 +8310,7 @@ module Aws::Glue
|
|
8295
8310
|
# resp.job_run.started_on #=> Time
|
8296
8311
|
# resp.job_run.last_modified_on #=> Time
|
8297
8312
|
# resp.job_run.completed_on #=> Time
|
8298
|
-
# resp.job_run.job_run_state #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT", "ERROR", "WAITING"
|
8313
|
+
# resp.job_run.job_run_state #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT", "ERROR", "WAITING", "EXPIRED"
|
8299
8314
|
# resp.job_run.arguments #=> Hash
|
8300
8315
|
# resp.job_run.arguments["GenericString"] #=> String
|
8301
8316
|
# resp.job_run.error_message #=> String
|
@@ -8314,6 +8329,7 @@ module Aws::Glue
|
|
8314
8329
|
# resp.job_run.glue_version #=> String
|
8315
8330
|
# resp.job_run.dpu_seconds #=> Float
|
8316
8331
|
# resp.job_run.execution_class #=> String, one of "FLEX", "STANDARD"
|
8332
|
+
# resp.job_run.maintenance_window #=> String
|
8317
8333
|
#
|
8318
8334
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetJobRun AWS API Documentation
|
8319
8335
|
#
|
@@ -8361,7 +8377,7 @@ module Aws::Glue
|
|
8361
8377
|
# resp.job_runs[0].started_on #=> Time
|
8362
8378
|
# resp.job_runs[0].last_modified_on #=> Time
|
8363
8379
|
# resp.job_runs[0].completed_on #=> Time
|
8364
|
-
# resp.job_runs[0].job_run_state #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT", "ERROR", "WAITING"
|
8380
|
+
# resp.job_runs[0].job_run_state #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT", "ERROR", "WAITING", "EXPIRED"
|
8365
8381
|
# resp.job_runs[0].arguments #=> Hash
|
8366
8382
|
# resp.job_runs[0].arguments["GenericString"] #=> String
|
8367
8383
|
# resp.job_runs[0].error_message #=> String
|
@@ -8380,6 +8396,7 @@ module Aws::Glue
|
|
8380
8396
|
# resp.job_runs[0].glue_version #=> String
|
8381
8397
|
# resp.job_runs[0].dpu_seconds #=> Float
|
8382
8398
|
# resp.job_runs[0].execution_class #=> String, one of "FLEX", "STANDARD"
|
8399
|
+
# resp.job_runs[0].maintenance_window #=> String
|
8383
8400
|
# resp.next_token #=> String
|
8384
8401
|
#
|
8385
8402
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetJobRuns AWS API Documentation
|
@@ -9297,6 +9314,7 @@ module Aws::Glue
|
|
9297
9314
|
# resp.jobs[0].source_control_details.last_commit_id #=> String
|
9298
9315
|
# resp.jobs[0].source_control_details.auth_strategy #=> String, one of "PERSONAL_ACCESS_TOKEN", "AWS_SECRETS_MANAGER"
|
9299
9316
|
# resp.jobs[0].source_control_details.auth_token #=> String
|
9317
|
+
# resp.jobs[0].maintenance_window #=> String
|
9300
9318
|
# resp.next_token #=> String
|
9301
9319
|
#
|
9302
9320
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetJobs AWS API Documentation
|
@@ -11388,7 +11406,7 @@ module Aws::Glue
|
|
11388
11406
|
# resp.trigger.predicate.conditions #=> Array
|
11389
11407
|
# resp.trigger.predicate.conditions[0].logical_operator #=> String, one of "EQUALS"
|
11390
11408
|
# resp.trigger.predicate.conditions[0].job_name #=> String
|
11391
|
-
# resp.trigger.predicate.conditions[0].state #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT", "ERROR", "WAITING"
|
11409
|
+
# resp.trigger.predicate.conditions[0].state #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT", "ERROR", "WAITING", "EXPIRED"
|
11392
11410
|
# resp.trigger.predicate.conditions[0].crawler_name #=> String
|
11393
11411
|
# resp.trigger.predicate.conditions[0].crawl_state #=> String, one of "RUNNING", "CANCELLING", "CANCELLED", "SUCCEEDED", "FAILED", "ERROR"
|
11394
11412
|
# resp.trigger.event_batching_condition.batch_size #=> Integer
|
@@ -11453,7 +11471,7 @@ module Aws::Glue
|
|
11453
11471
|
# resp.triggers[0].predicate.conditions #=> Array
|
11454
11472
|
# resp.triggers[0].predicate.conditions[0].logical_operator #=> String, one of "EQUALS"
|
11455
11473
|
# resp.triggers[0].predicate.conditions[0].job_name #=> String
|
11456
|
-
# resp.triggers[0].predicate.conditions[0].state #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT", "ERROR", "WAITING"
|
11474
|
+
# resp.triggers[0].predicate.conditions[0].state #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT", "ERROR", "WAITING", "EXPIRED"
|
11457
11475
|
# resp.triggers[0].predicate.conditions[0].crawler_name #=> String
|
11458
11476
|
# resp.triggers[0].predicate.conditions[0].crawl_state #=> String, one of "RUNNING", "CANCELLING", "CANCELLED", "SUCCEEDED", "FAILED", "ERROR"
|
11459
11477
|
# resp.triggers[0].event_batching_condition.batch_size #=> Integer
|
@@ -12230,7 +12248,7 @@ module Aws::Glue
|
|
12230
12248
|
# resp.workflow.last_run.graph.nodes[0].trigger_details.trigger.predicate.conditions #=> Array
|
12231
12249
|
# resp.workflow.last_run.graph.nodes[0].trigger_details.trigger.predicate.conditions[0].logical_operator #=> String, one of "EQUALS"
|
12232
12250
|
# resp.workflow.last_run.graph.nodes[0].trigger_details.trigger.predicate.conditions[0].job_name #=> String
|
12233
|
-
# resp.workflow.last_run.graph.nodes[0].trigger_details.trigger.predicate.conditions[0].state #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT", "ERROR", "WAITING"
|
12251
|
+
# resp.workflow.last_run.graph.nodes[0].trigger_details.trigger.predicate.conditions[0].state #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT", "ERROR", "WAITING", "EXPIRED"
|
12234
12252
|
# resp.workflow.last_run.graph.nodes[0].trigger_details.trigger.predicate.conditions[0].crawler_name #=> String
|
12235
12253
|
# resp.workflow.last_run.graph.nodes[0].trigger_details.trigger.predicate.conditions[0].crawl_state #=> String, one of "RUNNING", "CANCELLING", "CANCELLED", "SUCCEEDED", "FAILED", "ERROR"
|
12236
12254
|
# resp.workflow.last_run.graph.nodes[0].trigger_details.trigger.event_batching_condition.batch_size #=> Integer
|
@@ -12244,7 +12262,7 @@ module Aws::Glue
|
|
12244
12262
|
# resp.workflow.last_run.graph.nodes[0].job_details.job_runs[0].started_on #=> Time
|
12245
12263
|
# resp.workflow.last_run.graph.nodes[0].job_details.job_runs[0].last_modified_on #=> Time
|
12246
12264
|
# resp.workflow.last_run.graph.nodes[0].job_details.job_runs[0].completed_on #=> Time
|
12247
|
-
# resp.workflow.last_run.graph.nodes[0].job_details.job_runs[0].job_run_state #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT", "ERROR", "WAITING"
|
12265
|
+
# resp.workflow.last_run.graph.nodes[0].job_details.job_runs[0].job_run_state #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT", "ERROR", "WAITING", "EXPIRED"
|
12248
12266
|
# resp.workflow.last_run.graph.nodes[0].job_details.job_runs[0].arguments #=> Hash
|
12249
12267
|
# resp.workflow.last_run.graph.nodes[0].job_details.job_runs[0].arguments["GenericString"] #=> String
|
12250
12268
|
# resp.workflow.last_run.graph.nodes[0].job_details.job_runs[0].error_message #=> String
|
@@ -12263,6 +12281,7 @@ module Aws::Glue
|
|
12263
12281
|
# resp.workflow.last_run.graph.nodes[0].job_details.job_runs[0].glue_version #=> String
|
12264
12282
|
# resp.workflow.last_run.graph.nodes[0].job_details.job_runs[0].dpu_seconds #=> Float
|
12265
12283
|
# resp.workflow.last_run.graph.nodes[0].job_details.job_runs[0].execution_class #=> String, one of "FLEX", "STANDARD"
|
12284
|
+
# resp.workflow.last_run.graph.nodes[0].job_details.job_runs[0].maintenance_window #=> String
|
12266
12285
|
# resp.workflow.last_run.graph.nodes[0].crawler_details.crawls #=> Array
|
12267
12286
|
# resp.workflow.last_run.graph.nodes[0].crawler_details.crawls[0].state #=> String, one of "RUNNING", "CANCELLING", "CANCELLED", "SUCCEEDED", "FAILED", "ERROR"
|
12268
12287
|
# resp.workflow.last_run.graph.nodes[0].crawler_details.crawls[0].started_on #=> Time
|
@@ -12298,7 +12317,7 @@ module Aws::Glue
|
|
12298
12317
|
# resp.workflow.graph.nodes[0].trigger_details.trigger.predicate.conditions #=> Array
|
12299
12318
|
# resp.workflow.graph.nodes[0].trigger_details.trigger.predicate.conditions[0].logical_operator #=> String, one of "EQUALS"
|
12300
12319
|
# resp.workflow.graph.nodes[0].trigger_details.trigger.predicate.conditions[0].job_name #=> String
|
12301
|
-
# resp.workflow.graph.nodes[0].trigger_details.trigger.predicate.conditions[0].state #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT", "ERROR", "WAITING"
|
12320
|
+
# resp.workflow.graph.nodes[0].trigger_details.trigger.predicate.conditions[0].state #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT", "ERROR", "WAITING", "EXPIRED"
|
12302
12321
|
# resp.workflow.graph.nodes[0].trigger_details.trigger.predicate.conditions[0].crawler_name #=> String
|
12303
12322
|
# resp.workflow.graph.nodes[0].trigger_details.trigger.predicate.conditions[0].crawl_state #=> String, one of "RUNNING", "CANCELLING", "CANCELLED", "SUCCEEDED", "FAILED", "ERROR"
|
12304
12323
|
# resp.workflow.graph.nodes[0].trigger_details.trigger.event_batching_condition.batch_size #=> Integer
|
@@ -12312,7 +12331,7 @@ module Aws::Glue
|
|
12312
12331
|
# resp.workflow.graph.nodes[0].job_details.job_runs[0].started_on #=> Time
|
12313
12332
|
# resp.workflow.graph.nodes[0].job_details.job_runs[0].last_modified_on #=> Time
|
12314
12333
|
# resp.workflow.graph.nodes[0].job_details.job_runs[0].completed_on #=> Time
|
12315
|
-
# resp.workflow.graph.nodes[0].job_details.job_runs[0].job_run_state #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT", "ERROR", "WAITING"
|
12334
|
+
# resp.workflow.graph.nodes[0].job_details.job_runs[0].job_run_state #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT", "ERROR", "WAITING", "EXPIRED"
|
12316
12335
|
# resp.workflow.graph.nodes[0].job_details.job_runs[0].arguments #=> Hash
|
12317
12336
|
# resp.workflow.graph.nodes[0].job_details.job_runs[0].arguments["GenericString"] #=> String
|
12318
12337
|
# resp.workflow.graph.nodes[0].job_details.job_runs[0].error_message #=> String
|
@@ -12331,6 +12350,7 @@ module Aws::Glue
|
|
12331
12350
|
# resp.workflow.graph.nodes[0].job_details.job_runs[0].glue_version #=> String
|
12332
12351
|
# resp.workflow.graph.nodes[0].job_details.job_runs[0].dpu_seconds #=> Float
|
12333
12352
|
# resp.workflow.graph.nodes[0].job_details.job_runs[0].execution_class #=> String, one of "FLEX", "STANDARD"
|
12353
|
+
# resp.workflow.graph.nodes[0].job_details.job_runs[0].maintenance_window #=> String
|
12334
12354
|
# resp.workflow.graph.nodes[0].crawler_details.crawls #=> Array
|
12335
12355
|
# resp.workflow.graph.nodes[0].crawler_details.crawls[0].state #=> String, one of "RUNNING", "CANCELLING", "CANCELLED", "SUCCEEDED", "FAILED", "ERROR"
|
12336
12356
|
# resp.workflow.graph.nodes[0].crawler_details.crawls[0].started_on #=> Time
|
@@ -12419,7 +12439,7 @@ module Aws::Glue
|
|
12419
12439
|
# resp.run.graph.nodes[0].trigger_details.trigger.predicate.conditions #=> Array
|
12420
12440
|
# resp.run.graph.nodes[0].trigger_details.trigger.predicate.conditions[0].logical_operator #=> String, one of "EQUALS"
|
12421
12441
|
# resp.run.graph.nodes[0].trigger_details.trigger.predicate.conditions[0].job_name #=> String
|
12422
|
-
# resp.run.graph.nodes[0].trigger_details.trigger.predicate.conditions[0].state #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT", "ERROR", "WAITING"
|
12442
|
+
# resp.run.graph.nodes[0].trigger_details.trigger.predicate.conditions[0].state #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT", "ERROR", "WAITING", "EXPIRED"
|
12423
12443
|
# resp.run.graph.nodes[0].trigger_details.trigger.predicate.conditions[0].crawler_name #=> String
|
12424
12444
|
# resp.run.graph.nodes[0].trigger_details.trigger.predicate.conditions[0].crawl_state #=> String, one of "RUNNING", "CANCELLING", "CANCELLED", "SUCCEEDED", "FAILED", "ERROR"
|
12425
12445
|
# resp.run.graph.nodes[0].trigger_details.trigger.event_batching_condition.batch_size #=> Integer
|
@@ -12433,7 +12453,7 @@ module Aws::Glue
|
|
12433
12453
|
# resp.run.graph.nodes[0].job_details.job_runs[0].started_on #=> Time
|
12434
12454
|
# resp.run.graph.nodes[0].job_details.job_runs[0].last_modified_on #=> Time
|
12435
12455
|
# resp.run.graph.nodes[0].job_details.job_runs[0].completed_on #=> Time
|
12436
|
-
# resp.run.graph.nodes[0].job_details.job_runs[0].job_run_state #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT", "ERROR", "WAITING"
|
12456
|
+
# resp.run.graph.nodes[0].job_details.job_runs[0].job_run_state #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT", "ERROR", "WAITING", "EXPIRED"
|
12437
12457
|
# resp.run.graph.nodes[0].job_details.job_runs[0].arguments #=> Hash
|
12438
12458
|
# resp.run.graph.nodes[0].job_details.job_runs[0].arguments["GenericString"] #=> String
|
12439
12459
|
# resp.run.graph.nodes[0].job_details.job_runs[0].error_message #=> String
|
@@ -12452,6 +12472,7 @@ module Aws::Glue
|
|
12452
12472
|
# resp.run.graph.nodes[0].job_details.job_runs[0].glue_version #=> String
|
12453
12473
|
# resp.run.graph.nodes[0].job_details.job_runs[0].dpu_seconds #=> Float
|
12454
12474
|
# resp.run.graph.nodes[0].job_details.job_runs[0].execution_class #=> String, one of "FLEX", "STANDARD"
|
12475
|
+
# resp.run.graph.nodes[0].job_details.job_runs[0].maintenance_window #=> String
|
12455
12476
|
# resp.run.graph.nodes[0].crawler_details.crawls #=> Array
|
12456
12477
|
# resp.run.graph.nodes[0].crawler_details.crawls[0].state #=> String, one of "RUNNING", "CANCELLING", "CANCELLED", "SUCCEEDED", "FAILED", "ERROR"
|
12457
12478
|
# resp.run.graph.nodes[0].crawler_details.crawls[0].started_on #=> Time
|
@@ -12580,7 +12601,7 @@ module Aws::Glue
|
|
12580
12601
|
# resp.runs[0].graph.nodes[0].trigger_details.trigger.predicate.conditions #=> Array
|
12581
12602
|
# resp.runs[0].graph.nodes[0].trigger_details.trigger.predicate.conditions[0].logical_operator #=> String, one of "EQUALS"
|
12582
12603
|
# resp.runs[0].graph.nodes[0].trigger_details.trigger.predicate.conditions[0].job_name #=> String
|
12583
|
-
# resp.runs[0].graph.nodes[0].trigger_details.trigger.predicate.conditions[0].state #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT", "ERROR", "WAITING"
|
12604
|
+
# resp.runs[0].graph.nodes[0].trigger_details.trigger.predicate.conditions[0].state #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT", "ERROR", "WAITING", "EXPIRED"
|
12584
12605
|
# resp.runs[0].graph.nodes[0].trigger_details.trigger.predicate.conditions[0].crawler_name #=> String
|
12585
12606
|
# resp.runs[0].graph.nodes[0].trigger_details.trigger.predicate.conditions[0].crawl_state #=> String, one of "RUNNING", "CANCELLING", "CANCELLED", "SUCCEEDED", "FAILED", "ERROR"
|
12586
12607
|
# resp.runs[0].graph.nodes[0].trigger_details.trigger.event_batching_condition.batch_size #=> Integer
|
@@ -12594,7 +12615,7 @@ module Aws::Glue
|
|
12594
12615
|
# resp.runs[0].graph.nodes[0].job_details.job_runs[0].started_on #=> Time
|
12595
12616
|
# resp.runs[0].graph.nodes[0].job_details.job_runs[0].last_modified_on #=> Time
|
12596
12617
|
# resp.runs[0].graph.nodes[0].job_details.job_runs[0].completed_on #=> Time
|
12597
|
-
# resp.runs[0].graph.nodes[0].job_details.job_runs[0].job_run_state #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT", "ERROR", "WAITING"
|
12618
|
+
# resp.runs[0].graph.nodes[0].job_details.job_runs[0].job_run_state #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT", "ERROR", "WAITING", "EXPIRED"
|
12598
12619
|
# resp.runs[0].graph.nodes[0].job_details.job_runs[0].arguments #=> Hash
|
12599
12620
|
# resp.runs[0].graph.nodes[0].job_details.job_runs[0].arguments["GenericString"] #=> String
|
12600
12621
|
# resp.runs[0].graph.nodes[0].job_details.job_runs[0].error_message #=> String
|
@@ -12613,6 +12634,7 @@ module Aws::Glue
|
|
12613
12634
|
# resp.runs[0].graph.nodes[0].job_details.job_runs[0].glue_version #=> String
|
12614
12635
|
# resp.runs[0].graph.nodes[0].job_details.job_runs[0].dpu_seconds #=> Float
|
12615
12636
|
# resp.runs[0].graph.nodes[0].job_details.job_runs[0].execution_class #=> String, one of "FLEX", "STANDARD"
|
12637
|
+
# resp.runs[0].graph.nodes[0].job_details.job_runs[0].maintenance_window #=> String
|
12616
12638
|
# resp.runs[0].graph.nodes[0].crawler_details.crawls #=> Array
|
12617
12639
|
# resp.runs[0].graph.nodes[0].crawler_details.crawls[0].state #=> String, one of "RUNNING", "CANCELLING", "CANCELLED", "SUCCEEDED", "FAILED", "ERROR"
|
12618
12640
|
# resp.runs[0].graph.nodes[0].crawler_details.crawls[0].started_on #=> Time
|
@@ -16988,7 +17010,7 @@ module Aws::Glue
|
|
16988
17010
|
# {
|
16989
17011
|
# logical_operator: "EQUALS", # accepts EQUALS
|
16990
17012
|
# job_name: "NameString",
|
16991
|
-
# state: "STARTING", # accepts STARTING, RUNNING, STOPPING, STOPPED, SUCCEEDED, FAILED, TIMEOUT, ERROR, WAITING
|
17013
|
+
# state: "STARTING", # accepts STARTING, RUNNING, STOPPING, STOPPED, SUCCEEDED, FAILED, TIMEOUT, ERROR, WAITING, EXPIRED
|
16992
17014
|
# crawler_name: "NameString",
|
16993
17015
|
# crawl_state: "RUNNING", # accepts RUNNING, CANCELLING, CANCELLED, SUCCEEDED, FAILED, ERROR
|
16994
17016
|
# },
|
@@ -17022,7 +17044,7 @@ module Aws::Glue
|
|
17022
17044
|
# resp.trigger.predicate.conditions #=> Array
|
17023
17045
|
# resp.trigger.predicate.conditions[0].logical_operator #=> String, one of "EQUALS"
|
17024
17046
|
# resp.trigger.predicate.conditions[0].job_name #=> String
|
17025
|
-
# resp.trigger.predicate.conditions[0].state #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT", "ERROR", "WAITING"
|
17047
|
+
# resp.trigger.predicate.conditions[0].state #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT", "ERROR", "WAITING", "EXPIRED"
|
17026
17048
|
# resp.trigger.predicate.conditions[0].crawler_name #=> String
|
17027
17049
|
# resp.trigger.predicate.conditions[0].crawl_state #=> String, one of "RUNNING", "CANCELLING", "CANCELLED", "SUCCEEDED", "FAILED", "ERROR"
|
17028
17050
|
# resp.trigger.event_batching_condition.batch_size #=> Integer
|
@@ -17146,7 +17168,7 @@ module Aws::Glue
|
|
17146
17168
|
params: params,
|
17147
17169
|
config: config)
|
17148
17170
|
context[:gem_name] = 'aws-sdk-glue'
|
17149
|
-
context[:gem_version] = '1.
|
17171
|
+
context[:gem_version] = '1.174.0'
|
17150
17172
|
Seahorse::Client::Request.new(handlers, context)
|
17151
17173
|
end
|
17152
17174
|
|
@@ -777,6 +777,7 @@ module Aws::Glue
|
|
777
777
|
MLTransformNotReadyException = Shapes::StructureShape.new(name: 'MLTransformNotReadyException')
|
778
778
|
MLUserDataEncryption = Shapes::StructureShape.new(name: 'MLUserDataEncryption')
|
779
779
|
MLUserDataEncryptionModeString = Shapes::StringShape.new(name: 'MLUserDataEncryptionModeString')
|
780
|
+
MaintenanceWindow = Shapes::StringShape.new(name: 'MaintenanceWindow')
|
780
781
|
ManyInputs = Shapes::ListShape.new(name: 'ManyInputs')
|
781
782
|
MapValue = Shapes::MapShape.new(name: 'MapValue')
|
782
783
|
Mapping = Shapes::StructureShape.new(name: 'Mapping')
|
@@ -2208,6 +2209,7 @@ module Aws::Glue
|
|
2208
2209
|
CreateJobRequest.add_member(:code_gen_configuration_nodes, Shapes::ShapeRef.new(shape: CodeGenConfigurationNodes, location_name: "CodeGenConfigurationNodes"))
|
2209
2210
|
CreateJobRequest.add_member(:execution_class, Shapes::ShapeRef.new(shape: ExecutionClass, location_name: "ExecutionClass"))
|
2210
2211
|
CreateJobRequest.add_member(:source_control_details, Shapes::ShapeRef.new(shape: SourceControlDetails, location_name: "SourceControlDetails"))
|
2212
|
+
CreateJobRequest.add_member(:maintenance_window, Shapes::ShapeRef.new(shape: MaintenanceWindow, location_name: "MaintenanceWindow"))
|
2211
2213
|
CreateJobRequest.struct_class = Types::CreateJobRequest
|
2212
2214
|
|
2213
2215
|
CreateJobResponse.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
|
@@ -3918,6 +3920,7 @@ module Aws::Glue
|
|
3918
3920
|
Job.add_member(:code_gen_configuration_nodes, Shapes::ShapeRef.new(shape: CodeGenConfigurationNodes, location_name: "CodeGenConfigurationNodes"))
|
3919
3921
|
Job.add_member(:execution_class, Shapes::ShapeRef.new(shape: ExecutionClass, location_name: "ExecutionClass"))
|
3920
3922
|
Job.add_member(:source_control_details, Shapes::ShapeRef.new(shape: SourceControlDetails, location_name: "SourceControlDetails"))
|
3923
|
+
Job.add_member(:maintenance_window, Shapes::ShapeRef.new(shape: MaintenanceWindow, location_name: "MaintenanceWindow"))
|
3921
3924
|
Job.struct_class = Types::Job
|
3922
3925
|
|
3923
3926
|
JobBookmarkEntry.add_member(:job_name, Shapes::ShapeRef.new(shape: JobName, location_name: "JobName"))
|
@@ -3970,6 +3973,7 @@ module Aws::Glue
|
|
3970
3973
|
JobRun.add_member(:glue_version, Shapes::ShapeRef.new(shape: GlueVersionString, location_name: "GlueVersion"))
|
3971
3974
|
JobRun.add_member(:dpu_seconds, Shapes::ShapeRef.new(shape: NullableDouble, location_name: "DPUSeconds"))
|
3972
3975
|
JobRun.add_member(:execution_class, Shapes::ShapeRef.new(shape: ExecutionClass, location_name: "ExecutionClass"))
|
3976
|
+
JobRun.add_member(:maintenance_window, Shapes::ShapeRef.new(shape: MaintenanceWindow, location_name: "MaintenanceWindow"))
|
3973
3977
|
JobRun.struct_class = Types::JobRun
|
3974
3978
|
|
3975
3979
|
JobRunList.member = Shapes::ShapeRef.new(shape: JobRun)
|
@@ -3994,6 +3998,7 @@ module Aws::Glue
|
|
3994
3998
|
JobUpdate.add_member(:code_gen_configuration_nodes, Shapes::ShapeRef.new(shape: CodeGenConfigurationNodes, location_name: "CodeGenConfigurationNodes"))
|
3995
3999
|
JobUpdate.add_member(:execution_class, Shapes::ShapeRef.new(shape: ExecutionClass, location_name: "ExecutionClass"))
|
3996
4000
|
JobUpdate.add_member(:source_control_details, Shapes::ShapeRef.new(shape: SourceControlDetails, location_name: "SourceControlDetails"))
|
4001
|
+
JobUpdate.add_member(:maintenance_window, Shapes::ShapeRef.new(shape: MaintenanceWindow, location_name: "MaintenanceWindow"))
|
3997
4002
|
JobUpdate.struct_class = Types::JobUpdate
|
3998
4003
|
|
3999
4004
|
Join.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
@@ -5953,6 +5958,7 @@ module Aws::Glue
|
|
5953
5958
|
"endpointPrefix" => "glue",
|
5954
5959
|
"jsonVersion" => "1.1",
|
5955
5960
|
"protocol" => "json",
|
5961
|
+
"protocols" => ["json"],
|
5956
5962
|
"serviceFullName" => "AWS Glue",
|
5957
5963
|
"serviceId" => "Glue",
|
5958
5964
|
"signatureVersion" => "v4",
|
data/lib/aws-sdk-glue/types.rb
CHANGED
@@ -4899,6 +4899,18 @@ module Aws::Glue
|
|
4899
4899
|
# synchronization of job artifacts to or from a remote repository.
|
4900
4900
|
# @return [Types::SourceControlDetails]
|
4901
4901
|
#
|
4902
|
+
# @!attribute [rw] maintenance_window
|
4903
|
+
# This field specifies a day of the week and hour for a maintenance
|
4904
|
+
# window for streaming jobs. Glue periodically performs maintenance
|
4905
|
+
# activities. During these maintenance windows, Glue will need to
|
4906
|
+
# restart your streaming jobs.
|
4907
|
+
#
|
4908
|
+
# Glue will restart the job within 3 hours of the specified
|
4909
|
+
# maintenance window. For instance, if you set up the maintenance
|
4910
|
+
# window for Monday at 10:00AM GMT, your jobs will be restarted
|
4911
|
+
# between 10:00AM GMT to 1:00PM GMT.
|
4912
|
+
# @return [String]
|
4913
|
+
#
|
4902
4914
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/CreateJobRequest AWS API Documentation
|
4903
4915
|
#
|
4904
4916
|
class CreateJobRequest < Struct.new(
|
@@ -4923,7 +4935,8 @@ module Aws::Glue
|
|
4923
4935
|
:worker_type,
|
4924
4936
|
:code_gen_configuration_nodes,
|
4925
4937
|
:execution_class,
|
4926
|
-
:source_control_details
|
4938
|
+
:source_control_details,
|
4939
|
+
:maintenance_window)
|
4927
4940
|
SENSITIVE = [:code_gen_configuration_nodes]
|
4928
4941
|
include Aws::Structure
|
4929
4942
|
end
|
@@ -13429,6 +13442,18 @@ module Aws::Glue
|
|
13429
13442
|
# synchronization of job artifacts to or from a remote repository.
|
13430
13443
|
# @return [Types::SourceControlDetails]
|
13431
13444
|
#
|
13445
|
+
# @!attribute [rw] maintenance_window
|
13446
|
+
# This field specifies a day of the week and hour for a maintenance
|
13447
|
+
# window for streaming jobs. Glue periodically performs maintenance
|
13448
|
+
# activities. During these maintenance windows, Glue will need to
|
13449
|
+
# restart your streaming jobs.
|
13450
|
+
#
|
13451
|
+
# Glue will restart the job within 3 hours of the specified
|
13452
|
+
# maintenance window. For instance, if you set up the maintenance
|
13453
|
+
# window for Monday at 10:00AM GMT, your jobs will be restarted
|
13454
|
+
# between 10:00AM GMT to 1:00PM GMT.
|
13455
|
+
# @return [String]
|
13456
|
+
#
|
13432
13457
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/Job AWS API Documentation
|
13433
13458
|
#
|
13434
13459
|
class Job < Struct.new(
|
@@ -13454,7 +13479,8 @@ module Aws::Glue
|
|
13454
13479
|
:glue_version,
|
13455
13480
|
:code_gen_configuration_nodes,
|
13456
13481
|
:execution_class,
|
13457
|
-
:source_control_details
|
13482
|
+
:source_control_details,
|
13483
|
+
:maintenance_window)
|
13458
13484
|
SENSITIVE = [:code_gen_configuration_nodes]
|
13459
13485
|
include Aws::Structure
|
13460
13486
|
end
|
@@ -13687,8 +13713,18 @@ module Aws::Glue
|
|
13687
13713
|
# `TIMEOUT` status. This value overrides the timeout value set in the
|
13688
13714
|
# parent job.
|
13689
13715
|
#
|
13690
|
-
#
|
13691
|
-
#
|
13716
|
+
# The maximum value for timeout for batch jobs is 7 days or 10080
|
13717
|
+
# minutes. The default is 2880 minutes (48 hours) for batch jobs.
|
13718
|
+
#
|
13719
|
+
# Any existing Glue jobs that have a greater timeout value are
|
13720
|
+
# defaulted to 7 days. For instance you have specified a timeout of 20
|
13721
|
+
# days for a batch job, it will be stopped on the 7th day.
|
13722
|
+
#
|
13723
|
+
# Streaming jobs must have timeout values less than 7 days or 10080
|
13724
|
+
# minutes. When the value is left blank, the job will be restarted
|
13725
|
+
# after 7 days based if you have not setup a maintenance window. If
|
13726
|
+
# you have setup maintenance window, it will be restarted during the
|
13727
|
+
# maintenance window after 7 days.
|
13692
13728
|
# @return [Integer]
|
13693
13729
|
#
|
13694
13730
|
# @!attribute [rw] max_capacity
|
@@ -13819,10 +13855,11 @@ module Aws::Glue
|
|
13819
13855
|
# @return [String]
|
13820
13856
|
#
|
13821
13857
|
# @!attribute [rw] dpu_seconds
|
13822
|
-
# This field
|
13823
|
-
#
|
13824
|
-
#
|
13825
|
-
#
|
13858
|
+
# This field can be set for either job runs with execution class
|
13859
|
+
# `FLEX` or when Auto Scaling is enabled, and represents the total
|
13860
|
+
# time each executor ran during the lifecycle of a job run in seconds,
|
13861
|
+
# multiplied by a DPU factor (1 for `G.1X`, 2 for `G.2X`, or 0.25 for
|
13862
|
+
# `G.025X` workers). This value may be different than the
|
13826
13863
|
# `executionEngineRuntime` * `MaxCapacity` as in the case of Auto
|
13827
13864
|
# Scaling jobs, as the number of executors running at a given time may
|
13828
13865
|
# be less than the `MaxCapacity`. Therefore, it is possible that the
|
@@ -13844,6 +13881,18 @@ module Aws::Glue
|
|
13844
13881
|
# execution class is available for Spark jobs.
|
13845
13882
|
# @return [String]
|
13846
13883
|
#
|
13884
|
+
# @!attribute [rw] maintenance_window
|
13885
|
+
# This field specifies a day of the week and hour for a maintenance
|
13886
|
+
# window for streaming jobs. Glue periodically performs maintenance
|
13887
|
+
# activities. During these maintenance windows, Glue will need to
|
13888
|
+
# restart your streaming jobs.
|
13889
|
+
#
|
13890
|
+
# Glue will restart the job within 3 hours of the specified
|
13891
|
+
# maintenance window. For instance, if you set up the maintenance
|
13892
|
+
# window for Monday at 10:00AM GMT, your jobs will be restarted
|
13893
|
+
# between 10:00AM GMT to 1:00PM GMT.
|
13894
|
+
# @return [String]
|
13895
|
+
#
|
13847
13896
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/JobRun AWS API Documentation
|
13848
13897
|
#
|
13849
13898
|
class JobRun < Struct.new(
|
@@ -13870,7 +13919,8 @@ module Aws::Glue
|
|
13870
13919
|
:notification_property,
|
13871
13920
|
:glue_version,
|
13872
13921
|
:dpu_seconds,
|
13873
|
-
:execution_class
|
13922
|
+
:execution_class,
|
13923
|
+
:maintenance_window)
|
13874
13924
|
SENSITIVE = []
|
13875
13925
|
include Aws::Structure
|
13876
13926
|
end
|
@@ -14106,6 +14156,18 @@ module Aws::Glue
|
|
14106
14156
|
# synchronization of job artifacts to or from a remote repository.
|
14107
14157
|
# @return [Types::SourceControlDetails]
|
14108
14158
|
#
|
14159
|
+
# @!attribute [rw] maintenance_window
|
14160
|
+
# This field specifies a day of the week and hour for a maintenance
|
14161
|
+
# window for streaming jobs. Glue periodically performs maintenance
|
14162
|
+
# activities. During these maintenance windows, Glue will need to
|
14163
|
+
# restart your streaming jobs.
|
14164
|
+
#
|
14165
|
+
# Glue will restart the job within 3 hours of the specified
|
14166
|
+
# maintenance window. For instance, if you set up the maintenance
|
14167
|
+
# window for Monday at 10:00AM GMT, your jobs will be restarted
|
14168
|
+
# between 10:00AM GMT to 1:00PM GMT.
|
14169
|
+
# @return [String]
|
14170
|
+
#
|
14109
14171
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/JobUpdate AWS API Documentation
|
14110
14172
|
#
|
14111
14173
|
class JobUpdate < Struct.new(
|
@@ -14128,7 +14190,8 @@ module Aws::Glue
|
|
14128
14190
|
:glue_version,
|
14129
14191
|
:code_gen_configuration_nodes,
|
14130
14192
|
:execution_class,
|
14131
|
-
:source_control_details
|
14193
|
+
:source_control_details,
|
14194
|
+
:maintenance_window)
|
14132
14195
|
SENSITIVE = [:code_gen_configuration_nodes]
|
14133
14196
|
include Aws::Structure
|
14134
14197
|
end
|
data/lib/aws-sdk-glue.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -1956,7 +1956,8 @@ module Aws
|
|
1956
1956
|
last_commit_id: ::String?,
|
1957
1957
|
auth_strategy: ("PERSONAL_ACCESS_TOKEN" | "AWS_SECRETS_MANAGER")?,
|
1958
1958
|
auth_token: ::String?
|
1959
|
-
}
|
1959
|
+
},
|
1960
|
+
?maintenance_window: ::String
|
1960
1961
|
) -> _CreateJobResponseSuccess
|
1961
1962
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateJobResponseSuccess
|
1962
1963
|
|
@@ -2340,7 +2341,7 @@ module Aws
|
|
2340
2341
|
{
|
2341
2342
|
logical_operator: ("EQUALS")?,
|
2342
2343
|
job_name: ::String?,
|
2343
|
-
state: ("STARTING" | "RUNNING" | "STOPPING" | "STOPPED" | "SUCCEEDED" | "FAILED" | "TIMEOUT" | "ERROR" | "WAITING")?,
|
2344
|
+
state: ("STARTING" | "RUNNING" | "STOPPING" | "STOPPED" | "SUCCEEDED" | "FAILED" | "TIMEOUT" | "ERROR" | "WAITING" | "EXPIRED")?,
|
2344
2345
|
crawler_name: ::String?,
|
2345
2346
|
crawl_state: ("RUNNING" | "CANCELLING" | "CANCELLED" | "SUCCEEDED" | "FAILED" | "ERROR")?
|
2346
2347
|
},
|
@@ -6274,7 +6275,8 @@ module Aws
|
|
6274
6275
|
last_commit_id: ::String?,
|
6275
6276
|
auth_strategy: ("PERSONAL_ACCESS_TOKEN" | "AWS_SECRETS_MANAGER")?,
|
6276
6277
|
auth_token: ::String?
|
6277
|
-
}
|
6278
|
+
}?,
|
6279
|
+
maintenance_window: ::String?
|
6278
6280
|
}
|
6279
6281
|
) -> _UpdateJobResponseSuccess
|
6280
6282
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateJobResponseSuccess
|
@@ -6570,7 +6572,7 @@ module Aws
|
|
6570
6572
|
{
|
6571
6573
|
logical_operator: ("EQUALS")?,
|
6572
6574
|
job_name: ::String?,
|
6573
|
-
state: ("STARTING" | "RUNNING" | "STOPPING" | "STOPPED" | "SUCCEEDED" | "FAILED" | "TIMEOUT" | "ERROR" | "WAITING")?,
|
6575
|
+
state: ("STARTING" | "RUNNING" | "STOPPING" | "STOPPED" | "SUCCEEDED" | "FAILED" | "TIMEOUT" | "ERROR" | "WAITING" | "EXPIRED")?,
|
6574
6576
|
crawler_name: ::String?,
|
6575
6577
|
crawl_state: ("RUNNING" | "CANCELLING" | "CANCELLED" | "SUCCEEDED" | "FAILED" | "ERROR")?
|
6576
6578
|
},
|
data/sig/types.rbs
CHANGED
@@ -772,7 +772,7 @@ module Aws::Glue
|
|
772
772
|
class Condition
|
773
773
|
attr_accessor logical_operator: ("EQUALS")
|
774
774
|
attr_accessor job_name: ::String
|
775
|
-
attr_accessor state: ("STARTING" | "RUNNING" | "STOPPING" | "STOPPED" | "SUCCEEDED" | "FAILED" | "TIMEOUT" | "ERROR" | "WAITING")
|
775
|
+
attr_accessor state: ("STARTING" | "RUNNING" | "STOPPING" | "STOPPED" | "SUCCEEDED" | "FAILED" | "TIMEOUT" | "ERROR" | "WAITING" | "EXPIRED")
|
776
776
|
attr_accessor crawler_name: ::String
|
777
777
|
attr_accessor crawl_state: ("RUNNING" | "CANCELLING" | "CANCELLED" | "SUCCEEDED" | "FAILED" | "ERROR")
|
778
778
|
SENSITIVE: []
|
@@ -1126,6 +1126,7 @@ module Aws::Glue
|
|
1126
1126
|
attr_accessor code_gen_configuration_nodes: ::Hash[::String, Types::CodeGenConfigurationNode]
|
1127
1127
|
attr_accessor execution_class: ("FLEX" | "STANDARD")
|
1128
1128
|
attr_accessor source_control_details: Types::SourceControlDetails
|
1129
|
+
attr_accessor maintenance_window: ::String
|
1129
1130
|
SENSITIVE: [:code_gen_configuration_nodes]
|
1130
1131
|
end
|
1131
1132
|
|
@@ -3336,6 +3337,7 @@ module Aws::Glue
|
|
3336
3337
|
attr_accessor code_gen_configuration_nodes: ::Hash[::String, Types::CodeGenConfigurationNode]
|
3337
3338
|
attr_accessor execution_class: ("FLEX" | "STANDARD")
|
3338
3339
|
attr_accessor source_control_details: Types::SourceControlDetails
|
3340
|
+
attr_accessor maintenance_window: ::String
|
3339
3341
|
SENSITIVE: [:code_gen_configuration_nodes]
|
3340
3342
|
end
|
3341
3343
|
|
@@ -3378,7 +3380,7 @@ module Aws::Glue
|
|
3378
3380
|
attr_accessor started_on: ::Time
|
3379
3381
|
attr_accessor last_modified_on: ::Time
|
3380
3382
|
attr_accessor completed_on: ::Time
|
3381
|
-
attr_accessor job_run_state: ("STARTING" | "RUNNING" | "STOPPING" | "STOPPED" | "SUCCEEDED" | "FAILED" | "TIMEOUT" | "ERROR" | "WAITING")
|
3383
|
+
attr_accessor job_run_state: ("STARTING" | "RUNNING" | "STOPPING" | "STOPPED" | "SUCCEEDED" | "FAILED" | "TIMEOUT" | "ERROR" | "WAITING" | "EXPIRED")
|
3382
3384
|
attr_accessor arguments: ::Hash[::String, ::String]
|
3383
3385
|
attr_accessor error_message: ::String
|
3384
3386
|
attr_accessor predecessor_runs: ::Array[Types::Predecessor]
|
@@ -3394,6 +3396,7 @@ module Aws::Glue
|
|
3394
3396
|
attr_accessor glue_version: ::String
|
3395
3397
|
attr_accessor dpu_seconds: ::Float
|
3396
3398
|
attr_accessor execution_class: ("FLEX" | "STANDARD")
|
3399
|
+
attr_accessor maintenance_window: ::String
|
3397
3400
|
SENSITIVE: []
|
3398
3401
|
end
|
3399
3402
|
|
@@ -3418,6 +3421,7 @@ module Aws::Glue
|
|
3418
3421
|
attr_accessor code_gen_configuration_nodes: ::Hash[::String, Types::CodeGenConfigurationNode]
|
3419
3422
|
attr_accessor execution_class: ("FLEX" | "STANDARD")
|
3420
3423
|
attr_accessor source_control_details: Types::SourceControlDetails
|
3424
|
+
attr_accessor maintenance_window: ::String
|
3421
3425
|
SENSITIVE: [:code_gen_configuration_nodes]
|
3422
3426
|
end
|
3423
3427
|
|
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.174.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: 2024-05-
|
11
|
+
date: 2024-05-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|