aws-sdk-glue 1.51.0 → 1.56.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +5 -5
- data/lib/aws-sdk-glue.rb +1 -1
- data/lib/aws-sdk-glue/client.rb +59 -33
- data/lib/aws-sdk-glue/client_api.rb +26 -1
- data/lib/aws-sdk-glue/errors.rb +16 -0
- data/lib/aws-sdk-glue/types.rb +71 -14
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: f1961b9709953303f2223d1e90f0b2224adc71657282c19b96b5bc15c690bedb
|
4
|
+
data.tar.gz: a455ab4c883f4bf9312a9bffbf03b58fda7a1cbc195979048bbbb71511206df5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 42fcc727d61f65de713a6ccdda3667e3df76ff280264bbcd094a814af09a68be11ffa10d987d409e45f41fb15bb3e90f9d5563e209fcce17c1c030651af48b59
|
7
|
+
data.tar.gz: e86d769c77c549f78e6a38877405a5c2905a3605dd19f6e361d4611891db0027738bd9d8d84ce551fed59c067ee27b433a98116fa79b6a3b691775dad38692c8
|
data/lib/aws-sdk-glue.rb
CHANGED
data/lib/aws-sdk-glue/client.rb
CHANGED
@@ -105,7 +105,7 @@ module Aws::Glue
|
|
105
105
|
# @option options [required, String] :region
|
106
106
|
# The AWS region to connect to. The configured `:region` is
|
107
107
|
# used to determine the service `:endpoint`. When not passed,
|
108
|
-
# a default `:region` is
|
108
|
+
# a default `:region` is searched for in the following locations:
|
109
109
|
#
|
110
110
|
# * `Aws.config[:region]`
|
111
111
|
# * `ENV['AWS_REGION']`
|
@@ -161,7 +161,7 @@ module Aws::Glue
|
|
161
161
|
# @option options [String] :endpoint
|
162
162
|
# The client endpoint is normally constructed from the `:region`
|
163
163
|
# option. You should only configure an `:endpoint` when connecting
|
164
|
-
# to test endpoints. This should be
|
164
|
+
# to test endpoints. This should be a valid HTTP(S) URI.
|
165
165
|
#
|
166
166
|
# @option options [Integer] :endpoint_cache_max_entries (1000)
|
167
167
|
# Used for the maximum size limit of the LRU cache storing endpoints data
|
@@ -176,7 +176,7 @@ module Aws::Glue
|
|
176
176
|
# requests fetching endpoints information. Defaults to 60 sec.
|
177
177
|
#
|
178
178
|
# @option options [Boolean] :endpoint_discovery (false)
|
179
|
-
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
179
|
+
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
180
180
|
#
|
181
181
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
182
182
|
# The log formatter.
|
@@ -940,7 +940,7 @@ module Aws::Glue
|
|
940
940
|
# resp.triggers[0].predicate.conditions[0].job_name #=> String
|
941
941
|
# resp.triggers[0].predicate.conditions[0].state #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT"
|
942
942
|
# resp.triggers[0].predicate.conditions[0].crawler_name #=> String
|
943
|
-
# resp.triggers[0].predicate.conditions[0].crawl_state #=> String, one of "RUNNING", "
|
943
|
+
# resp.triggers[0].predicate.conditions[0].crawl_state #=> String, one of "RUNNING", "CANCELLING", "CANCELLED", "SUCCEEDED", "FAILED"
|
944
944
|
# resp.triggers_not_found #=> Array
|
945
945
|
# resp.triggers_not_found[0] #=> String
|
946
946
|
#
|
@@ -994,7 +994,7 @@ module Aws::Glue
|
|
994
994
|
# resp.workflows[0].last_run.workflow_run_properties["IdString"] #=> String
|
995
995
|
# resp.workflows[0].last_run.started_on #=> Time
|
996
996
|
# resp.workflows[0].last_run.completed_on #=> Time
|
997
|
-
# resp.workflows[0].last_run.status #=> String, one of "RUNNING", "COMPLETED"
|
997
|
+
# resp.workflows[0].last_run.status #=> String, one of "RUNNING", "COMPLETED", "STOPPING", "STOPPED"
|
998
998
|
# resp.workflows[0].last_run.statistics.total_actions #=> Integer
|
999
999
|
# resp.workflows[0].last_run.statistics.timeout_actions #=> Integer
|
1000
1000
|
# resp.workflows[0].last_run.statistics.failed_actions #=> Integer
|
@@ -1026,7 +1026,7 @@ module Aws::Glue
|
|
1026
1026
|
# resp.workflows[0].last_run.graph.nodes[0].trigger_details.trigger.predicate.conditions[0].job_name #=> String
|
1027
1027
|
# 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"
|
1028
1028
|
# resp.workflows[0].last_run.graph.nodes[0].trigger_details.trigger.predicate.conditions[0].crawler_name #=> String
|
1029
|
-
# resp.workflows[0].last_run.graph.nodes[0].trigger_details.trigger.predicate.conditions[0].crawl_state #=> String, one of "RUNNING", "
|
1029
|
+
# resp.workflows[0].last_run.graph.nodes[0].trigger_details.trigger.predicate.conditions[0].crawl_state #=> String, one of "RUNNING", "CANCELLING", "CANCELLED", "SUCCEEDED", "FAILED"
|
1030
1030
|
# resp.workflows[0].last_run.graph.nodes[0].job_details.job_runs #=> Array
|
1031
1031
|
# resp.workflows[0].last_run.graph.nodes[0].job_details.job_runs[0].id #=> String
|
1032
1032
|
# resp.workflows[0].last_run.graph.nodes[0].job_details.job_runs[0].attempt #=> Integer
|
@@ -1054,7 +1054,7 @@ module Aws::Glue
|
|
1054
1054
|
# resp.workflows[0].last_run.graph.nodes[0].job_details.job_runs[0].notification_property.notify_delay_after #=> Integer
|
1055
1055
|
# resp.workflows[0].last_run.graph.nodes[0].job_details.job_runs[0].glue_version #=> String
|
1056
1056
|
# resp.workflows[0].last_run.graph.nodes[0].crawler_details.crawls #=> Array
|
1057
|
-
# resp.workflows[0].last_run.graph.nodes[0].crawler_details.crawls[0].state #=> String, one of "RUNNING", "
|
1057
|
+
# resp.workflows[0].last_run.graph.nodes[0].crawler_details.crawls[0].state #=> String, one of "RUNNING", "CANCELLING", "CANCELLED", "SUCCEEDED", "FAILED"
|
1058
1058
|
# resp.workflows[0].last_run.graph.nodes[0].crawler_details.crawls[0].started_on #=> Time
|
1059
1059
|
# resp.workflows[0].last_run.graph.nodes[0].crawler_details.crawls[0].completed_on #=> Time
|
1060
1060
|
# resp.workflows[0].last_run.graph.nodes[0].crawler_details.crawls[0].error_message #=> String
|
@@ -1088,7 +1088,7 @@ module Aws::Glue
|
|
1088
1088
|
# resp.workflows[0].graph.nodes[0].trigger_details.trigger.predicate.conditions[0].job_name #=> String
|
1089
1089
|
# resp.workflows[0].graph.nodes[0].trigger_details.trigger.predicate.conditions[0].state #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT"
|
1090
1090
|
# resp.workflows[0].graph.nodes[0].trigger_details.trigger.predicate.conditions[0].crawler_name #=> String
|
1091
|
-
# resp.workflows[0].graph.nodes[0].trigger_details.trigger.predicate.conditions[0].crawl_state #=> String, one of "RUNNING", "
|
1091
|
+
# resp.workflows[0].graph.nodes[0].trigger_details.trigger.predicate.conditions[0].crawl_state #=> String, one of "RUNNING", "CANCELLING", "CANCELLED", "SUCCEEDED", "FAILED"
|
1092
1092
|
# resp.workflows[0].graph.nodes[0].job_details.job_runs #=> Array
|
1093
1093
|
# resp.workflows[0].graph.nodes[0].job_details.job_runs[0].id #=> String
|
1094
1094
|
# resp.workflows[0].graph.nodes[0].job_details.job_runs[0].attempt #=> Integer
|
@@ -1116,7 +1116,7 @@ module Aws::Glue
|
|
1116
1116
|
# resp.workflows[0].graph.nodes[0].job_details.job_runs[0].notification_property.notify_delay_after #=> Integer
|
1117
1117
|
# resp.workflows[0].graph.nodes[0].job_details.job_runs[0].glue_version #=> String
|
1118
1118
|
# resp.workflows[0].graph.nodes[0].crawler_details.crawls #=> Array
|
1119
|
-
# resp.workflows[0].graph.nodes[0].crawler_details.crawls[0].state #=> String, one of "RUNNING", "
|
1119
|
+
# resp.workflows[0].graph.nodes[0].crawler_details.crawls[0].state #=> String, one of "RUNNING", "CANCELLING", "CANCELLED", "SUCCEEDED", "FAILED"
|
1120
1120
|
# resp.workflows[0].graph.nodes[0].crawler_details.crawls[0].started_on #=> Time
|
1121
1121
|
# resp.workflows[0].graph.nodes[0].crawler_details.crawls[0].completed_on #=> Time
|
1122
1122
|
# resp.workflows[0].graph.nodes[0].crawler_details.crawls[0].error_message #=> String
|
@@ -1292,7 +1292,7 @@ module Aws::Glue
|
|
1292
1292
|
# connection_input: { # required
|
1293
1293
|
# name: "NameString", # required
|
1294
1294
|
# description: "DescriptionString",
|
1295
|
-
# connection_type: "JDBC", # required, accepts JDBC, SFTP, MONGODB
|
1295
|
+
# connection_type: "JDBC", # required, accepts JDBC, SFTP, MONGODB, KAFKA
|
1296
1296
|
# match_criteria: ["NameString"],
|
1297
1297
|
# connection_properties: { # required
|
1298
1298
|
# "HOST" => "ValueString",
|
@@ -2444,7 +2444,7 @@ module Aws::Glue
|
|
2444
2444
|
# job_name: "NameString",
|
2445
2445
|
# state: "STARTING", # accepts STARTING, RUNNING, STOPPING, STOPPED, SUCCEEDED, FAILED, TIMEOUT
|
2446
2446
|
# crawler_name: "NameString",
|
2447
|
-
# crawl_state: "RUNNING", # accepts RUNNING,
|
2447
|
+
# crawl_state: "RUNNING", # accepts RUNNING, CANCELLING, CANCELLED, SUCCEEDED, FAILED
|
2448
2448
|
# },
|
2449
2449
|
# ],
|
2450
2450
|
# },
|
@@ -3208,7 +3208,7 @@ module Aws::Glue
|
|
3208
3208
|
#
|
3209
3209
|
# resp.connection.name #=> String
|
3210
3210
|
# resp.connection.description #=> String
|
3211
|
-
# resp.connection.connection_type #=> String, one of "JDBC", "SFTP", "MONGODB"
|
3211
|
+
# resp.connection.connection_type #=> String, one of "JDBC", "SFTP", "MONGODB", "KAFKA"
|
3212
3212
|
# resp.connection.match_criteria #=> Array
|
3213
3213
|
# resp.connection.match_criteria[0] #=> String
|
3214
3214
|
# resp.connection.connection_properties #=> Hash
|
@@ -3266,7 +3266,7 @@ module Aws::Glue
|
|
3266
3266
|
# catalog_id: "CatalogIdString",
|
3267
3267
|
# filter: {
|
3268
3268
|
# match_criteria: ["NameString"],
|
3269
|
-
# connection_type: "JDBC", # accepts JDBC, SFTP, MONGODB
|
3269
|
+
# connection_type: "JDBC", # accepts JDBC, SFTP, MONGODB, KAFKA
|
3270
3270
|
# },
|
3271
3271
|
# hide_password: false,
|
3272
3272
|
# next_token: "Token",
|
@@ -3278,7 +3278,7 @@ module Aws::Glue
|
|
3278
3278
|
# resp.connection_list #=> Array
|
3279
3279
|
# resp.connection_list[0].name #=> String
|
3280
3280
|
# resp.connection_list[0].description #=> String
|
3281
|
-
# resp.connection_list[0].connection_type #=> String, one of "JDBC", "SFTP", "MONGODB"
|
3281
|
+
# resp.connection_list[0].connection_type #=> String, one of "JDBC", "SFTP", "MONGODB", "KAFKA"
|
3282
3282
|
# resp.connection_list[0].match_criteria #=> Array
|
3283
3283
|
# resp.connection_list[0].match_criteria[0] #=> String
|
3284
3284
|
# resp.connection_list[0].connection_properties #=> Hash
|
@@ -5387,7 +5387,7 @@ module Aws::Glue
|
|
5387
5387
|
# resp.trigger.predicate.conditions[0].job_name #=> String
|
5388
5388
|
# resp.trigger.predicate.conditions[0].state #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT"
|
5389
5389
|
# resp.trigger.predicate.conditions[0].crawler_name #=> String
|
5390
|
-
# resp.trigger.predicate.conditions[0].crawl_state #=> String, one of "RUNNING", "
|
5390
|
+
# resp.trigger.predicate.conditions[0].crawl_state #=> String, one of "RUNNING", "CANCELLING", "CANCELLED", "SUCCEEDED", "FAILED"
|
5391
5391
|
#
|
5392
5392
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetTrigger AWS API Documentation
|
5393
5393
|
#
|
@@ -5450,7 +5450,7 @@ module Aws::Glue
|
|
5450
5450
|
# resp.triggers[0].predicate.conditions[0].job_name #=> String
|
5451
5451
|
# resp.triggers[0].predicate.conditions[0].state #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT"
|
5452
5452
|
# resp.triggers[0].predicate.conditions[0].crawler_name #=> String
|
5453
|
-
# resp.triggers[0].predicate.conditions[0].crawl_state #=> String, one of "RUNNING", "
|
5453
|
+
# resp.triggers[0].predicate.conditions[0].crawl_state #=> String, one of "RUNNING", "CANCELLING", "CANCELLED", "SUCCEEDED", "FAILED"
|
5454
5454
|
# resp.next_token #=> String
|
5455
5455
|
#
|
5456
5456
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetTriggers AWS API Documentation
|
@@ -5512,7 +5512,7 @@ module Aws::Glue
|
|
5512
5512
|
# The ID of the Data Catalog where the functions to be retrieved are
|
5513
5513
|
# located. If none is provided, the AWS account ID is used by default.
|
5514
5514
|
#
|
5515
|
-
# @option params [
|
5515
|
+
# @option params [String] :database_name
|
5516
5516
|
# The name of the catalog database where the functions are located.
|
5517
5517
|
#
|
5518
5518
|
# @option params [required, String] :pattern
|
@@ -5536,7 +5536,7 @@ module Aws::Glue
|
|
5536
5536
|
#
|
5537
5537
|
# resp = client.get_user_defined_functions({
|
5538
5538
|
# catalog_id: "CatalogIdString",
|
5539
|
-
# database_name: "NameString",
|
5539
|
+
# database_name: "NameString",
|
5540
5540
|
# pattern: "NameString", # required
|
5541
5541
|
# next_token: "Token",
|
5542
5542
|
# max_results: 1,
|
@@ -5598,7 +5598,7 @@ module Aws::Glue
|
|
5598
5598
|
# resp.workflow.last_run.workflow_run_properties["IdString"] #=> String
|
5599
5599
|
# resp.workflow.last_run.started_on #=> Time
|
5600
5600
|
# resp.workflow.last_run.completed_on #=> Time
|
5601
|
-
# resp.workflow.last_run.status #=> String, one of "RUNNING", "COMPLETED"
|
5601
|
+
# resp.workflow.last_run.status #=> String, one of "RUNNING", "COMPLETED", "STOPPING", "STOPPED"
|
5602
5602
|
# resp.workflow.last_run.statistics.total_actions #=> Integer
|
5603
5603
|
# resp.workflow.last_run.statistics.timeout_actions #=> Integer
|
5604
5604
|
# resp.workflow.last_run.statistics.failed_actions #=> Integer
|
@@ -5630,7 +5630,7 @@ module Aws::Glue
|
|
5630
5630
|
# resp.workflow.last_run.graph.nodes[0].trigger_details.trigger.predicate.conditions[0].job_name #=> String
|
5631
5631
|
# resp.workflow.last_run.graph.nodes[0].trigger_details.trigger.predicate.conditions[0].state #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT"
|
5632
5632
|
# resp.workflow.last_run.graph.nodes[0].trigger_details.trigger.predicate.conditions[0].crawler_name #=> String
|
5633
|
-
# resp.workflow.last_run.graph.nodes[0].trigger_details.trigger.predicate.conditions[0].crawl_state #=> String, one of "RUNNING", "
|
5633
|
+
# resp.workflow.last_run.graph.nodes[0].trigger_details.trigger.predicate.conditions[0].crawl_state #=> String, one of "RUNNING", "CANCELLING", "CANCELLED", "SUCCEEDED", "FAILED"
|
5634
5634
|
# resp.workflow.last_run.graph.nodes[0].job_details.job_runs #=> Array
|
5635
5635
|
# resp.workflow.last_run.graph.nodes[0].job_details.job_runs[0].id #=> String
|
5636
5636
|
# resp.workflow.last_run.graph.nodes[0].job_details.job_runs[0].attempt #=> Integer
|
@@ -5658,7 +5658,7 @@ module Aws::Glue
|
|
5658
5658
|
# resp.workflow.last_run.graph.nodes[0].job_details.job_runs[0].notification_property.notify_delay_after #=> Integer
|
5659
5659
|
# resp.workflow.last_run.graph.nodes[0].job_details.job_runs[0].glue_version #=> String
|
5660
5660
|
# resp.workflow.last_run.graph.nodes[0].crawler_details.crawls #=> Array
|
5661
|
-
# resp.workflow.last_run.graph.nodes[0].crawler_details.crawls[0].state #=> String, one of "RUNNING", "
|
5661
|
+
# resp.workflow.last_run.graph.nodes[0].crawler_details.crawls[0].state #=> String, one of "RUNNING", "CANCELLING", "CANCELLED", "SUCCEEDED", "FAILED"
|
5662
5662
|
# resp.workflow.last_run.graph.nodes[0].crawler_details.crawls[0].started_on #=> Time
|
5663
5663
|
# resp.workflow.last_run.graph.nodes[0].crawler_details.crawls[0].completed_on #=> Time
|
5664
5664
|
# resp.workflow.last_run.graph.nodes[0].crawler_details.crawls[0].error_message #=> String
|
@@ -5692,7 +5692,7 @@ module Aws::Glue
|
|
5692
5692
|
# resp.workflow.graph.nodes[0].trigger_details.trigger.predicate.conditions[0].job_name #=> String
|
5693
5693
|
# resp.workflow.graph.nodes[0].trigger_details.trigger.predicate.conditions[0].state #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT"
|
5694
5694
|
# resp.workflow.graph.nodes[0].trigger_details.trigger.predicate.conditions[0].crawler_name #=> String
|
5695
|
-
# resp.workflow.graph.nodes[0].trigger_details.trigger.predicate.conditions[0].crawl_state #=> String, one of "RUNNING", "
|
5695
|
+
# resp.workflow.graph.nodes[0].trigger_details.trigger.predicate.conditions[0].crawl_state #=> String, one of "RUNNING", "CANCELLING", "CANCELLED", "SUCCEEDED", "FAILED"
|
5696
5696
|
# resp.workflow.graph.nodes[0].job_details.job_runs #=> Array
|
5697
5697
|
# resp.workflow.graph.nodes[0].job_details.job_runs[0].id #=> String
|
5698
5698
|
# resp.workflow.graph.nodes[0].job_details.job_runs[0].attempt #=> Integer
|
@@ -5720,7 +5720,7 @@ module Aws::Glue
|
|
5720
5720
|
# resp.workflow.graph.nodes[0].job_details.job_runs[0].notification_property.notify_delay_after #=> Integer
|
5721
5721
|
# resp.workflow.graph.nodes[0].job_details.job_runs[0].glue_version #=> String
|
5722
5722
|
# resp.workflow.graph.nodes[0].crawler_details.crawls #=> Array
|
5723
|
-
# resp.workflow.graph.nodes[0].crawler_details.crawls[0].state #=> String, one of "RUNNING", "
|
5723
|
+
# resp.workflow.graph.nodes[0].crawler_details.crawls[0].state #=> String, one of "RUNNING", "CANCELLING", "CANCELLED", "SUCCEEDED", "FAILED"
|
5724
5724
|
# resp.workflow.graph.nodes[0].crawler_details.crawls[0].started_on #=> Time
|
5725
5725
|
# resp.workflow.graph.nodes[0].crawler_details.crawls[0].completed_on #=> Time
|
5726
5726
|
# resp.workflow.graph.nodes[0].crawler_details.crawls[0].error_message #=> String
|
@@ -5770,7 +5770,7 @@ module Aws::Glue
|
|
5770
5770
|
# resp.run.workflow_run_properties["IdString"] #=> String
|
5771
5771
|
# resp.run.started_on #=> Time
|
5772
5772
|
# resp.run.completed_on #=> Time
|
5773
|
-
# resp.run.status #=> String, one of "RUNNING", "COMPLETED"
|
5773
|
+
# resp.run.status #=> String, one of "RUNNING", "COMPLETED", "STOPPING", "STOPPED"
|
5774
5774
|
# resp.run.statistics.total_actions #=> Integer
|
5775
5775
|
# resp.run.statistics.timeout_actions #=> Integer
|
5776
5776
|
# resp.run.statistics.failed_actions #=> Integer
|
@@ -5802,7 +5802,7 @@ module Aws::Glue
|
|
5802
5802
|
# resp.run.graph.nodes[0].trigger_details.trigger.predicate.conditions[0].job_name #=> String
|
5803
5803
|
# resp.run.graph.nodes[0].trigger_details.trigger.predicate.conditions[0].state #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT"
|
5804
5804
|
# resp.run.graph.nodes[0].trigger_details.trigger.predicate.conditions[0].crawler_name #=> String
|
5805
|
-
# resp.run.graph.nodes[0].trigger_details.trigger.predicate.conditions[0].crawl_state #=> String, one of "RUNNING", "
|
5805
|
+
# resp.run.graph.nodes[0].trigger_details.trigger.predicate.conditions[0].crawl_state #=> String, one of "RUNNING", "CANCELLING", "CANCELLED", "SUCCEEDED", "FAILED"
|
5806
5806
|
# resp.run.graph.nodes[0].job_details.job_runs #=> Array
|
5807
5807
|
# resp.run.graph.nodes[0].job_details.job_runs[0].id #=> String
|
5808
5808
|
# resp.run.graph.nodes[0].job_details.job_runs[0].attempt #=> Integer
|
@@ -5830,7 +5830,7 @@ module Aws::Glue
|
|
5830
5830
|
# resp.run.graph.nodes[0].job_details.job_runs[0].notification_property.notify_delay_after #=> Integer
|
5831
5831
|
# resp.run.graph.nodes[0].job_details.job_runs[0].glue_version #=> String
|
5832
5832
|
# resp.run.graph.nodes[0].crawler_details.crawls #=> Array
|
5833
|
-
# resp.run.graph.nodes[0].crawler_details.crawls[0].state #=> String, one of "RUNNING", "
|
5833
|
+
# resp.run.graph.nodes[0].crawler_details.crawls[0].state #=> String, one of "RUNNING", "CANCELLING", "CANCELLED", "SUCCEEDED", "FAILED"
|
5834
5834
|
# resp.run.graph.nodes[0].crawler_details.crawls[0].started_on #=> Time
|
5835
5835
|
# resp.run.graph.nodes[0].crawler_details.crawls[0].completed_on #=> Time
|
5836
5836
|
# resp.run.graph.nodes[0].crawler_details.crawls[0].error_message #=> String
|
@@ -5921,7 +5921,7 @@ module Aws::Glue
|
|
5921
5921
|
# resp.runs[0].workflow_run_properties["IdString"] #=> String
|
5922
5922
|
# resp.runs[0].started_on #=> Time
|
5923
5923
|
# resp.runs[0].completed_on #=> Time
|
5924
|
-
# resp.runs[0].status #=> String, one of "RUNNING", "COMPLETED"
|
5924
|
+
# resp.runs[0].status #=> String, one of "RUNNING", "COMPLETED", "STOPPING", "STOPPED"
|
5925
5925
|
# resp.runs[0].statistics.total_actions #=> Integer
|
5926
5926
|
# resp.runs[0].statistics.timeout_actions #=> Integer
|
5927
5927
|
# resp.runs[0].statistics.failed_actions #=> Integer
|
@@ -5953,7 +5953,7 @@ module Aws::Glue
|
|
5953
5953
|
# resp.runs[0].graph.nodes[0].trigger_details.trigger.predicate.conditions[0].job_name #=> String
|
5954
5954
|
# resp.runs[0].graph.nodes[0].trigger_details.trigger.predicate.conditions[0].state #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT"
|
5955
5955
|
# resp.runs[0].graph.nodes[0].trigger_details.trigger.predicate.conditions[0].crawler_name #=> String
|
5956
|
-
# resp.runs[0].graph.nodes[0].trigger_details.trigger.predicate.conditions[0].crawl_state #=> String, one of "RUNNING", "
|
5956
|
+
# resp.runs[0].graph.nodes[0].trigger_details.trigger.predicate.conditions[0].crawl_state #=> String, one of "RUNNING", "CANCELLING", "CANCELLED", "SUCCEEDED", "FAILED"
|
5957
5957
|
# resp.runs[0].graph.nodes[0].job_details.job_runs #=> Array
|
5958
5958
|
# resp.runs[0].graph.nodes[0].job_details.job_runs[0].id #=> String
|
5959
5959
|
# resp.runs[0].graph.nodes[0].job_details.job_runs[0].attempt #=> Integer
|
@@ -5981,7 +5981,7 @@ module Aws::Glue
|
|
5981
5981
|
# resp.runs[0].graph.nodes[0].job_details.job_runs[0].notification_property.notify_delay_after #=> Integer
|
5982
5982
|
# resp.runs[0].graph.nodes[0].job_details.job_runs[0].glue_version #=> String
|
5983
5983
|
# resp.runs[0].graph.nodes[0].crawler_details.crawls #=> Array
|
5984
|
-
# resp.runs[0].graph.nodes[0].crawler_details.crawls[0].state #=> String, one of "RUNNING", "
|
5984
|
+
# resp.runs[0].graph.nodes[0].crawler_details.crawls[0].state #=> String, one of "RUNNING", "CANCELLING", "CANCELLED", "SUCCEEDED", "FAILED"
|
5985
5985
|
# resp.runs[0].graph.nodes[0].crawler_details.crawls[0].started_on #=> Time
|
5986
5986
|
# resp.runs[0].graph.nodes[0].crawler_details.crawls[0].completed_on #=> Time
|
5987
5987
|
# resp.runs[0].graph.nodes[0].crawler_details.crawls[0].error_message #=> String
|
@@ -7139,6 +7139,32 @@ module Aws::Glue
|
|
7139
7139
|
req.send_request(options)
|
7140
7140
|
end
|
7141
7141
|
|
7142
|
+
# Stops the execution of the specified workflow run.
|
7143
|
+
#
|
7144
|
+
# @option params [required, String] :name
|
7145
|
+
# The name of the workflow to stop.
|
7146
|
+
#
|
7147
|
+
# @option params [required, String] :run_id
|
7148
|
+
# The ID of the workflow run to stop.
|
7149
|
+
#
|
7150
|
+
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
7151
|
+
#
|
7152
|
+
# @example Request syntax with placeholder values
|
7153
|
+
#
|
7154
|
+
# resp = client.stop_workflow_run({
|
7155
|
+
# name: "NameString", # required
|
7156
|
+
# run_id: "IdString", # required
|
7157
|
+
# })
|
7158
|
+
#
|
7159
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/StopWorkflowRun AWS API Documentation
|
7160
|
+
#
|
7161
|
+
# @overload stop_workflow_run(params = {})
|
7162
|
+
# @param [Hash] params ({})
|
7163
|
+
def stop_workflow_run(params = {}, options = {})
|
7164
|
+
req = build_request(:stop_workflow_run, params)
|
7165
|
+
req.send_request(options)
|
7166
|
+
end
|
7167
|
+
|
7142
7168
|
# Adds tags to a resource. A tag is a label you can assign to an AWS
|
7143
7169
|
# resource. In AWS Glue, you can tag only certain resources. For
|
7144
7170
|
# information about what resources you can tag, see [AWS Tags in AWS
|
@@ -7285,7 +7311,7 @@ module Aws::Glue
|
|
7285
7311
|
# connection_input: { # required
|
7286
7312
|
# name: "NameString", # required
|
7287
7313
|
# description: "DescriptionString",
|
7288
|
-
# connection_type: "JDBC", # required, accepts JDBC, SFTP, MONGODB
|
7314
|
+
# connection_type: "JDBC", # required, accepts JDBC, SFTP, MONGODB, KAFKA
|
7289
7315
|
# match_criteria: ["NameString"],
|
7290
7316
|
# connection_properties: { # required
|
7291
7317
|
# "HOST" => "ValueString",
|
@@ -7986,7 +8012,7 @@ module Aws::Glue
|
|
7986
8012
|
# job_name: "NameString",
|
7987
8013
|
# state: "STARTING", # accepts STARTING, RUNNING, STOPPING, STOPPED, SUCCEEDED, FAILED, TIMEOUT
|
7988
8014
|
# crawler_name: "NameString",
|
7989
|
-
# crawl_state: "RUNNING", # accepts RUNNING,
|
8015
|
+
# crawl_state: "RUNNING", # accepts RUNNING, CANCELLING, CANCELLED, SUCCEEDED, FAILED
|
7990
8016
|
# },
|
7991
8017
|
# ],
|
7992
8018
|
# },
|
@@ -8016,7 +8042,7 @@ module Aws::Glue
|
|
8016
8042
|
# resp.trigger.predicate.conditions[0].job_name #=> String
|
8017
8043
|
# resp.trigger.predicate.conditions[0].state #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT"
|
8018
8044
|
# resp.trigger.predicate.conditions[0].crawler_name #=> String
|
8019
|
-
# resp.trigger.predicate.conditions[0].crawl_state #=> String, one of "RUNNING", "
|
8045
|
+
# resp.trigger.predicate.conditions[0].crawl_state #=> String, one of "RUNNING", "CANCELLING", "CANCELLED", "SUCCEEDED", "FAILED"
|
8020
8046
|
#
|
8021
8047
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/UpdateTrigger AWS API Documentation
|
8022
8048
|
#
|
@@ -8127,7 +8153,7 @@ module Aws::Glue
|
|
8127
8153
|
params: params,
|
8128
8154
|
config: config)
|
8129
8155
|
context[:gem_name] = 'aws-sdk-glue'
|
8130
|
-
context[:gem_version] = '1.
|
8156
|
+
context[:gem_version] = '1.56.0'
|
8131
8157
|
Seahorse::Client::Request.new(handlers, context)
|
8132
8158
|
end
|
8133
8159
|
|
@@ -325,6 +325,7 @@ module Aws::Glue
|
|
325
325
|
HashString = Shapes::StringShape.new(name: 'HashString')
|
326
326
|
IdString = Shapes::StringShape.new(name: 'IdString')
|
327
327
|
IdempotentParameterMismatchException = Shapes::StructureShape.new(name: 'IdempotentParameterMismatchException')
|
328
|
+
IllegalWorkflowStateException = Shapes::StructureShape.new(name: 'IllegalWorkflowStateException')
|
328
329
|
ImportCatalogToGlueRequest = Shapes::StructureShape.new(name: 'ImportCatalogToGlueRequest')
|
329
330
|
ImportCatalogToGlueResponse = Shapes::StructureShape.new(name: 'ImportCatalogToGlueResponse')
|
330
331
|
ImportLabelsTaskRunProperties = Shapes::StructureShape.new(name: 'ImportLabelsTaskRunProperties')
|
@@ -504,6 +505,8 @@ module Aws::Glue
|
|
504
505
|
StopCrawlerScheduleResponse = Shapes::StructureShape.new(name: 'StopCrawlerScheduleResponse')
|
505
506
|
StopTriggerRequest = Shapes::StructureShape.new(name: 'StopTriggerRequest')
|
506
507
|
StopTriggerResponse = Shapes::StructureShape.new(name: 'StopTriggerResponse')
|
508
|
+
StopWorkflowRunRequest = Shapes::StructureShape.new(name: 'StopWorkflowRunRequest')
|
509
|
+
StopWorkflowRunResponse = Shapes::StructureShape.new(name: 'StopWorkflowRunResponse')
|
507
510
|
StorageDescriptor = Shapes::StructureShape.new(name: 'StorageDescriptor')
|
508
511
|
StringList = Shapes::ListShape.new(name: 'StringList')
|
509
512
|
Table = Shapes::StructureShape.new(name: 'Table')
|
@@ -1710,7 +1713,7 @@ module Aws::Glue
|
|
1710
1713
|
GetUserDefinedFunctionResponse.struct_class = Types::GetUserDefinedFunctionResponse
|
1711
1714
|
|
1712
1715
|
GetUserDefinedFunctionsRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
1713
|
-
GetUserDefinedFunctionsRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString,
|
1716
|
+
GetUserDefinedFunctionsRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, location_name: "DatabaseName"))
|
1714
1717
|
GetUserDefinedFunctionsRequest.add_member(:pattern, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Pattern"))
|
1715
1718
|
GetUserDefinedFunctionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
1716
1719
|
GetUserDefinedFunctionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
|
@@ -1775,6 +1778,9 @@ module Aws::Glue
|
|
1775
1778
|
IdempotentParameterMismatchException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
|
1776
1779
|
IdempotentParameterMismatchException.struct_class = Types::IdempotentParameterMismatchException
|
1777
1780
|
|
1781
|
+
IllegalWorkflowStateException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
|
1782
|
+
IllegalWorkflowStateException.struct_class = Types::IllegalWorkflowStateException
|
1783
|
+
|
1778
1784
|
ImportCatalogToGlueRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
1779
1785
|
ImportCatalogToGlueRequest.struct_class = Types::ImportCatalogToGlueRequest
|
1780
1786
|
|
@@ -2297,6 +2303,12 @@ module Aws::Glue
|
|
2297
2303
|
StopTriggerResponse.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
|
2298
2304
|
StopTriggerResponse.struct_class = Types::StopTriggerResponse
|
2299
2305
|
|
2306
|
+
StopWorkflowRunRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
|
2307
|
+
StopWorkflowRunRequest.add_member(:run_id, Shapes::ShapeRef.new(shape: IdString, required: true, location_name: "RunId"))
|
2308
|
+
StopWorkflowRunRequest.struct_class = Types::StopWorkflowRunRequest
|
2309
|
+
|
2310
|
+
StopWorkflowRunResponse.struct_class = Types::StopWorkflowRunResponse
|
2311
|
+
|
2300
2312
|
StorageDescriptor.add_member(:columns, Shapes::ShapeRef.new(shape: ColumnList, location_name: "Columns"))
|
2301
2313
|
StorageDescriptor.add_member(:location, Shapes::ShapeRef.new(shape: LocationString, location_name: "Location"))
|
2302
2314
|
StorageDescriptor.add_member(:input_format, Shapes::ShapeRef.new(shape: FormatString, location_name: "InputFormat"))
|
@@ -4166,6 +4178,19 @@ module Aws::Glue
|
|
4166
4178
|
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
4167
4179
|
end)
|
4168
4180
|
|
4181
|
+
api.add_operation(:stop_workflow_run, Seahorse::Model::Operation.new.tap do |o|
|
4182
|
+
o.name = "StopWorkflowRun"
|
4183
|
+
o.http_method = "POST"
|
4184
|
+
o.http_request_uri = "/"
|
4185
|
+
o.input = Shapes::ShapeRef.new(shape: StopWorkflowRunRequest)
|
4186
|
+
o.output = Shapes::ShapeRef.new(shape: StopWorkflowRunResponse)
|
4187
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
4188
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
4189
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
4190
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
4191
|
+
o.errors << Shapes::ShapeRef.new(shape: IllegalWorkflowStateException)
|
4192
|
+
end)
|
4193
|
+
|
4169
4194
|
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
4170
4195
|
o.name = "TagResource"
|
4171
4196
|
o.http_method = "POST"
|
data/lib/aws-sdk-glue/errors.rb
CHANGED
@@ -36,6 +36,7 @@ module Aws::Glue
|
|
36
36
|
# * {EntityNotFoundException}
|
37
37
|
# * {GlueEncryptionException}
|
38
38
|
# * {IdempotentParameterMismatchException}
|
39
|
+
# * {IllegalWorkflowStateException}
|
39
40
|
# * {InternalServiceException}
|
40
41
|
# * {InvalidInputException}
|
41
42
|
# * {MLTransformNotReadyException}
|
@@ -219,6 +220,21 @@ module Aws::Glue
|
|
219
220
|
end
|
220
221
|
end
|
221
222
|
|
223
|
+
class IllegalWorkflowStateException < ServiceError
|
224
|
+
|
225
|
+
# @param [Seahorse::Client::RequestContext] context
|
226
|
+
# @param [String] message
|
227
|
+
# @param [Aws::Glue::Types::IllegalWorkflowStateException] data
|
228
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
229
|
+
super(context, message, data)
|
230
|
+
end
|
231
|
+
|
232
|
+
# @return [String]
|
233
|
+
def message
|
234
|
+
@message || @data[:message]
|
235
|
+
end
|
236
|
+
end
|
237
|
+
|
222
238
|
class InternalServiceException < ServiceError
|
223
239
|
|
224
240
|
# @param [Seahorse::Client::RequestContext] context
|
data/lib/aws-sdk-glue/types.rb
CHANGED
@@ -1102,7 +1102,7 @@ module Aws::Glue
|
|
1102
1102
|
# job_name: "NameString",
|
1103
1103
|
# state: "STARTING", # accepts STARTING, RUNNING, STOPPING, STOPPED, SUCCEEDED, FAILED, TIMEOUT
|
1104
1104
|
# crawler_name: "NameString",
|
1105
|
-
# crawl_state: "RUNNING", # accepts RUNNING,
|
1105
|
+
# crawl_state: "RUNNING", # accepts RUNNING, CANCELLING, CANCELLED, SUCCEEDED, FAILED
|
1106
1106
|
# }
|
1107
1107
|
#
|
1108
1108
|
# @!attribute [rw] logical_operator
|
@@ -1115,8 +1115,10 @@ module Aws::Glue
|
|
1115
1115
|
# @return [String]
|
1116
1116
|
#
|
1117
1117
|
# @!attribute [rw] state
|
1118
|
-
# The condition state. Currently, the
|
1119
|
-
# `SUCCEEDED`, `STOPPED`, `
|
1118
|
+
# The condition state. Currently, the only job states that a trigger
|
1119
|
+
# can listen for are `SUCCEEDED`, `STOPPED`, `FAILED`, and `TIMEOUT`.
|
1120
|
+
# The only crawler states that a trigger can listen for are
|
1121
|
+
# `SUCCEEDED`, `FAILED`, and `CANCELLED`.
|
1120
1122
|
# @return [String]
|
1121
1123
|
#
|
1122
1124
|
# @!attribute [rw] crawler_name
|
@@ -1274,6 +1276,11 @@ module Aws::Glue
|
|
1274
1276
|
#
|
1275
1277
|
# * `CONNECTION_URL` - The URL for connecting to a general (non-JDBC)
|
1276
1278
|
# data source.
|
1279
|
+
#
|
1280
|
+
# * `KAFKA_BOOTSTRAP_SERVERS` - A comma-separated list of host and
|
1281
|
+
# port pairs that are the addresses of the Apache Kafka brokers in a
|
1282
|
+
# Kafka cluster to which a Kafka client will connect to and
|
1283
|
+
# bootstrap itself.
|
1277
1284
|
# @return [Hash<String,String>]
|
1278
1285
|
#
|
1279
1286
|
# @!attribute [rw] physical_connection_requirements
|
@@ -1318,7 +1325,7 @@ module Aws::Glue
|
|
1318
1325
|
# {
|
1319
1326
|
# name: "NameString", # required
|
1320
1327
|
# description: "DescriptionString",
|
1321
|
-
# connection_type: "JDBC", # required, accepts JDBC, SFTP, MONGODB
|
1328
|
+
# connection_type: "JDBC", # required, accepts JDBC, SFTP, MONGODB, KAFKA
|
1322
1329
|
# match_criteria: ["NameString"],
|
1323
1330
|
# connection_properties: { # required
|
1324
1331
|
# "HOST" => "ValueString",
|
@@ -1344,6 +1351,9 @@ module Aws::Glue
|
|
1344
1351
|
# * `JDBC` - Designates a connection to a database through Java
|
1345
1352
|
# Database Connectivity (JDBC).
|
1346
1353
|
#
|
1354
|
+
# * `KAFKA` - Designates a connection to an Apache Kafka streaming
|
1355
|
+
# platform.
|
1356
|
+
#
|
1347
1357
|
# * `MONGODB` - Designates a connection to a MongoDB document
|
1348
1358
|
# database.
|
1349
1359
|
#
|
@@ -1822,7 +1832,7 @@ module Aws::Glue
|
|
1822
1832
|
# connection_input: { # required
|
1823
1833
|
# name: "NameString", # required
|
1824
1834
|
# description: "DescriptionString",
|
1825
|
-
# connection_type: "JDBC", # required, accepts JDBC, SFTP, MONGODB
|
1835
|
+
# connection_type: "JDBC", # required, accepts JDBC, SFTP, MONGODB, KAFKA
|
1826
1836
|
# match_criteria: ["NameString"],
|
1827
1837
|
# connection_properties: { # required
|
1828
1838
|
# "HOST" => "ValueString",
|
@@ -3255,7 +3265,7 @@ module Aws::Glue
|
|
3255
3265
|
# job_name: "NameString",
|
3256
3266
|
# state: "STARTING", # accepts STARTING, RUNNING, STOPPING, STOPPED, SUCCEEDED, FAILED, TIMEOUT
|
3257
3267
|
# crawler_name: "NameString",
|
3258
|
-
# crawl_state: "RUNNING", # accepts RUNNING,
|
3268
|
+
# crawl_state: "RUNNING", # accepts RUNNING, CANCELLING, CANCELLED, SUCCEEDED, FAILED
|
3259
3269
|
# },
|
3260
3270
|
# ],
|
3261
3271
|
# },
|
@@ -4944,7 +4954,7 @@ module Aws::Glue
|
|
4944
4954
|
#
|
4945
4955
|
# {
|
4946
4956
|
# match_criteria: ["NameString"],
|
4947
|
-
# connection_type: "JDBC", # accepts JDBC, SFTP, MONGODB
|
4957
|
+
# connection_type: "JDBC", # accepts JDBC, SFTP, MONGODB, KAFKA
|
4948
4958
|
# }
|
4949
4959
|
#
|
4950
4960
|
# @!attribute [rw] match_criteria
|
@@ -4972,7 +4982,7 @@ module Aws::Glue
|
|
4972
4982
|
# catalog_id: "CatalogIdString",
|
4973
4983
|
# filter: {
|
4974
4984
|
# match_criteria: ["NameString"],
|
4975
|
-
# connection_type: "JDBC", # accepts JDBC, SFTP, MONGODB
|
4985
|
+
# connection_type: "JDBC", # accepts JDBC, SFTP, MONGODB, KAFKA
|
4976
4986
|
# },
|
4977
4987
|
# hide_password: false,
|
4978
4988
|
# next_token: "Token",
|
@@ -6799,7 +6809,7 @@ module Aws::Glue
|
|
6799
6809
|
#
|
6800
6810
|
# {
|
6801
6811
|
# catalog_id: "CatalogIdString",
|
6802
|
-
# database_name: "NameString",
|
6812
|
+
# database_name: "NameString",
|
6803
6813
|
# pattern: "NameString", # required
|
6804
6814
|
# next_token: "Token",
|
6805
6815
|
# max_results: 1,
|
@@ -7140,6 +7150,19 @@ module Aws::Glue
|
|
7140
7150
|
include Aws::Structure
|
7141
7151
|
end
|
7142
7152
|
|
7153
|
+
# The workflow is in an invalid state to perform a requested operation.
|
7154
|
+
#
|
7155
|
+
# @!attribute [rw] message
|
7156
|
+
# A message describing the problem.
|
7157
|
+
# @return [String]
|
7158
|
+
#
|
7159
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/IllegalWorkflowStateException AWS API Documentation
|
7160
|
+
#
|
7161
|
+
class IllegalWorkflowStateException < Struct.new(
|
7162
|
+
:message)
|
7163
|
+
include Aws::Structure
|
7164
|
+
end
|
7165
|
+
|
7143
7166
|
# @note When making an API call, you may pass ImportCatalogToGlueRequest
|
7144
7167
|
# data as a hash:
|
7145
7168
|
#
|
@@ -7593,7 +7616,13 @@ module Aws::Glue
|
|
7593
7616
|
# @return [Time]
|
7594
7617
|
#
|
7595
7618
|
# @!attribute [rw] job_run_state
|
7596
|
-
# The current state of the job run.
|
7619
|
+
# The current state of the job run. For more information about the
|
7620
|
+
# statuses of jobs that have terminated abnormally, see [AWS Glue Job
|
7621
|
+
# Run Statuses][1].
|
7622
|
+
#
|
7623
|
+
#
|
7624
|
+
#
|
7625
|
+
# [1]: https://docs.aws.amazon.com/glue/latest/dg/job-run-statuses.html
|
7597
7626
|
# @return [String]
|
7598
7627
|
#
|
7599
7628
|
# @!attribute [rw] arguments
|
@@ -9063,7 +9092,7 @@ module Aws::Glue
|
|
9063
9092
|
# job_name: "NameString",
|
9064
9093
|
# state: "STARTING", # accepts STARTING, RUNNING, STOPPING, STOPPED, SUCCEEDED, FAILED, TIMEOUT
|
9065
9094
|
# crawler_name: "NameString",
|
9066
|
-
# crawl_state: "RUNNING", # accepts RUNNING,
|
9095
|
+
# crawl_state: "RUNNING", # accepts RUNNING, CANCELLING, CANCELLED, SUCCEEDED, FAILED
|
9067
9096
|
# },
|
9068
9097
|
# ],
|
9069
9098
|
# }
|
@@ -10225,6 +10254,34 @@ module Aws::Glue
|
|
10225
10254
|
include Aws::Structure
|
10226
10255
|
end
|
10227
10256
|
|
10257
|
+
# @note When making an API call, you may pass StopWorkflowRunRequest
|
10258
|
+
# data as a hash:
|
10259
|
+
#
|
10260
|
+
# {
|
10261
|
+
# name: "NameString", # required
|
10262
|
+
# run_id: "IdString", # required
|
10263
|
+
# }
|
10264
|
+
#
|
10265
|
+
# @!attribute [rw] name
|
10266
|
+
# The name of the workflow to stop.
|
10267
|
+
# @return [String]
|
10268
|
+
#
|
10269
|
+
# @!attribute [rw] run_id
|
10270
|
+
# The ID of the workflow run to stop.
|
10271
|
+
# @return [String]
|
10272
|
+
#
|
10273
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/StopWorkflowRunRequest AWS API Documentation
|
10274
|
+
#
|
10275
|
+
class StopWorkflowRunRequest < Struct.new(
|
10276
|
+
:name,
|
10277
|
+
:run_id)
|
10278
|
+
include Aws::Structure
|
10279
|
+
end
|
10280
|
+
|
10281
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/StopWorkflowRunResponse AWS API Documentation
|
10282
|
+
#
|
10283
|
+
class StopWorkflowRunResponse < Aws::EmptyStructure; end
|
10284
|
+
|
10228
10285
|
# Describes the physical storage of table data.
|
10229
10286
|
#
|
10230
10287
|
# @note When making an API call, you may pass StorageDescriptor
|
@@ -11125,7 +11182,7 @@ module Aws::Glue
|
|
11125
11182
|
# job_name: "NameString",
|
11126
11183
|
# state: "STARTING", # accepts STARTING, RUNNING, STOPPING, STOPPED, SUCCEEDED, FAILED, TIMEOUT
|
11127
11184
|
# crawler_name: "NameString",
|
11128
|
-
# crawl_state: "RUNNING", # accepts RUNNING,
|
11185
|
+
# crawl_state: "RUNNING", # accepts RUNNING, CANCELLING, CANCELLED, SUCCEEDED, FAILED
|
11129
11186
|
# },
|
11130
11187
|
# ],
|
11131
11188
|
# },
|
@@ -11266,7 +11323,7 @@ module Aws::Glue
|
|
11266
11323
|
# connection_input: { # required
|
11267
11324
|
# name: "NameString", # required
|
11268
11325
|
# description: "DescriptionString",
|
11269
|
-
# connection_type: "JDBC", # required, accepts JDBC, SFTP, MONGODB
|
11326
|
+
# connection_type: "JDBC", # required, accepts JDBC, SFTP, MONGODB, KAFKA
|
11270
11327
|
# match_criteria: ["NameString"],
|
11271
11328
|
# connection_properties: { # required
|
11272
11329
|
# "HOST" => "ValueString",
|
@@ -12179,7 +12236,7 @@ module Aws::Glue
|
|
12179
12236
|
# job_name: "NameString",
|
12180
12237
|
# state: "STARTING", # accepts STARTING, RUNNING, STOPPING, STOPPED, SUCCEEDED, FAILED, TIMEOUT
|
12181
12238
|
# crawler_name: "NameString",
|
12182
|
-
# crawl_state: "RUNNING", # accepts RUNNING,
|
12239
|
+
# crawl_state: "RUNNING", # accepts RUNNING, CANCELLING, CANCELLED, SUCCEEDED, FAILED
|
12183
12240
|
# },
|
12184
12241
|
# ],
|
12185
12242
|
# },
|
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.56.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: 2020-
|
11
|
+
date: 2020-05-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -81,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
81
81
|
version: '0'
|
82
82
|
requirements: []
|
83
83
|
rubyforge_project:
|
84
|
-
rubygems_version: 2.
|
84
|
+
rubygems_version: 2.7.6.2
|
85
85
|
signing_key:
|
86
86
|
specification_version: 4
|
87
87
|
summary: AWS SDK for Ruby - AWS Glue
|