aws-sdk-glue 1.89.0 → 1.90.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 300fa2e46a5b5d37da729ec327af3103be10d3ee576a1be6c8508c300a268927
4
- data.tar.gz: baeb290b49f9f858fefa74cdc529125e5a30b6ca0b835d7dab49b2d58b05fb1d
3
+ metadata.gz: ab39a0eae127ad3b97b5a44db6f7e7bcdc5ede9acb843a14a9dbd59fd7afde75
4
+ data.tar.gz: 7362682fe42dc2ca049488e255d69b02531ef260a1eb11c5bfad23dc2e359961
5
5
  SHA512:
6
- metadata.gz: 806e97221fab83762f6e103797c9e35bd42c19ca3911f017451cc93e9921c2cb0bddf00df53203570ee10dcd7a61b507f8f96eabd372d5ef6c2f9af5970b7fa4
7
- data.tar.gz: 8a3606fee2e5f177044b658461af85ed369d9383d3c29fc6045f13cc0ef0947a0be9a57c3faad4bdc7d40bf856f70748944a2c7bd0cee174495fb9d64549d9e8
6
+ metadata.gz: 7cfed6ea24dd88f562a55cb36c958ff920fa26e26987691ea6c36110c078c02c91fa0bdc3b0eafdad4bdf3c19ff41cc9b927b0ee95e6a5fee6ec90fc4dae86b9
7
+ data.tar.gz: 11e2a31685e2b891bf17568b0621712d814f6a031ded358dd081d8065cecfecc672ba09e4714e83e6d963ed6545aa519e2542850f7049e8dc8d3c5afdd73d908
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.90.0 (2021-07-14)
5
+ ------------------
6
+
7
+ * Feature - Add support for Event Driven Workflows
8
+
4
9
  1.89.0 (2021-06-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.89.0
1
+ 1.90.0
data/lib/aws-sdk-glue.rb CHANGED
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-glue/customizations'
48
48
  # @!group service
49
49
  module Aws::Glue
50
50
 
51
- GEM_VERSION = '1.89.0'
51
+ GEM_VERSION = '1.90.0'
52
52
 
53
53
  end
@@ -968,7 +968,7 @@ module Aws::Glue
968
968
  # resp.triggers[0].name #=> String
969
969
  # resp.triggers[0].workflow_name #=> String
970
970
  # resp.triggers[0].id #=> String
971
- # resp.triggers[0].type #=> String, one of "SCHEDULED", "CONDITIONAL", "ON_DEMAND"
971
+ # resp.triggers[0].type #=> String, one of "SCHEDULED", "CONDITIONAL", "ON_DEMAND", "EVENT"
972
972
  # resp.triggers[0].state #=> String, one of "CREATING", "CREATED", "ACTIVATING", "ACTIVATED", "DEACTIVATING", "DEACTIVATED", "DELETING", "UPDATING"
973
973
  # resp.triggers[0].description #=> String
974
974
  # resp.triggers[0].schedule #=> String
@@ -987,6 +987,8 @@ module Aws::Glue
987
987
  # resp.triggers[0].predicate.conditions[0].state #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT"
988
988
  # resp.triggers[0].predicate.conditions[0].crawler_name #=> String
989
989
  # resp.triggers[0].predicate.conditions[0].crawl_state #=> String, one of "RUNNING", "CANCELLING", "CANCELLED", "SUCCEEDED", "FAILED"
990
+ # resp.triggers[0].event_batching_condition.batch_size #=> Integer
991
+ # resp.triggers[0].event_batching_condition.batch_window #=> Integer
990
992
  # resp.triggers_not_found #=> Array
991
993
  # resp.triggers_not_found[0] #=> String
992
994
  #
@@ -1056,7 +1058,7 @@ module Aws::Glue
1056
1058
  # resp.workflows[0].last_run.graph.nodes[0].trigger_details.trigger.name #=> String
1057
1059
  # resp.workflows[0].last_run.graph.nodes[0].trigger_details.trigger.workflow_name #=> String
1058
1060
  # resp.workflows[0].last_run.graph.nodes[0].trigger_details.trigger.id #=> String
1059
- # resp.workflows[0].last_run.graph.nodes[0].trigger_details.trigger.type #=> String, one of "SCHEDULED", "CONDITIONAL", "ON_DEMAND"
1061
+ # resp.workflows[0].last_run.graph.nodes[0].trigger_details.trigger.type #=> String, one of "SCHEDULED", "CONDITIONAL", "ON_DEMAND", "EVENT"
1060
1062
  # resp.workflows[0].last_run.graph.nodes[0].trigger_details.trigger.state #=> String, one of "CREATING", "CREATED", "ACTIVATING", "ACTIVATED", "DEACTIVATING", "DEACTIVATED", "DELETING", "UPDATING"
1061
1063
  # resp.workflows[0].last_run.graph.nodes[0].trigger_details.trigger.description #=> String
1062
1064
  # resp.workflows[0].last_run.graph.nodes[0].trigger_details.trigger.schedule #=> String
@@ -1075,6 +1077,8 @@ module Aws::Glue
1075
1077
  # 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"
1076
1078
  # resp.workflows[0].last_run.graph.nodes[0].trigger_details.trigger.predicate.conditions[0].crawler_name #=> String
1077
1079
  # resp.workflows[0].last_run.graph.nodes[0].trigger_details.trigger.predicate.conditions[0].crawl_state #=> String, one of "RUNNING", "CANCELLING", "CANCELLED", "SUCCEEDED", "FAILED"
1080
+ # resp.workflows[0].last_run.graph.nodes[0].trigger_details.trigger.event_batching_condition.batch_size #=> Integer
1081
+ # resp.workflows[0].last_run.graph.nodes[0].trigger_details.trigger.event_batching_condition.batch_window #=> Integer
1078
1082
  # resp.workflows[0].last_run.graph.nodes[0].job_details.job_runs #=> Array
1079
1083
  # resp.workflows[0].last_run.graph.nodes[0].job_details.job_runs[0].id #=> String
1080
1084
  # resp.workflows[0].last_run.graph.nodes[0].job_details.job_runs[0].attempt #=> Integer
@@ -1111,6 +1115,8 @@ module Aws::Glue
1111
1115
  # resp.workflows[0].last_run.graph.edges #=> Array
1112
1116
  # resp.workflows[0].last_run.graph.edges[0].source_id #=> String
1113
1117
  # resp.workflows[0].last_run.graph.edges[0].destination_id #=> String
1118
+ # resp.workflows[0].last_run.starting_event_batch_condition.batch_size #=> Integer
1119
+ # resp.workflows[0].last_run.starting_event_batch_condition.batch_window #=> Integer
1114
1120
  # resp.workflows[0].graph.nodes #=> Array
1115
1121
  # resp.workflows[0].graph.nodes[0].type #=> String, one of "CRAWLER", "JOB", "TRIGGER"
1116
1122
  # resp.workflows[0].graph.nodes[0].name #=> String
@@ -1118,7 +1124,7 @@ module Aws::Glue
1118
1124
  # resp.workflows[0].graph.nodes[0].trigger_details.trigger.name #=> String
1119
1125
  # resp.workflows[0].graph.nodes[0].trigger_details.trigger.workflow_name #=> String
1120
1126
  # resp.workflows[0].graph.nodes[0].trigger_details.trigger.id #=> String
1121
- # resp.workflows[0].graph.nodes[0].trigger_details.trigger.type #=> String, one of "SCHEDULED", "CONDITIONAL", "ON_DEMAND"
1127
+ # resp.workflows[0].graph.nodes[0].trigger_details.trigger.type #=> String, one of "SCHEDULED", "CONDITIONAL", "ON_DEMAND", "EVENT"
1122
1128
  # resp.workflows[0].graph.nodes[0].trigger_details.trigger.state #=> String, one of "CREATING", "CREATED", "ACTIVATING", "ACTIVATED", "DEACTIVATING", "DEACTIVATED", "DELETING", "UPDATING"
1123
1129
  # resp.workflows[0].graph.nodes[0].trigger_details.trigger.description #=> String
1124
1130
  # resp.workflows[0].graph.nodes[0].trigger_details.trigger.schedule #=> String
@@ -1137,6 +1143,8 @@ module Aws::Glue
1137
1143
  # resp.workflows[0].graph.nodes[0].trigger_details.trigger.predicate.conditions[0].state #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT"
1138
1144
  # resp.workflows[0].graph.nodes[0].trigger_details.trigger.predicate.conditions[0].crawler_name #=> String
1139
1145
  # resp.workflows[0].graph.nodes[0].trigger_details.trigger.predicate.conditions[0].crawl_state #=> String, one of "RUNNING", "CANCELLING", "CANCELLED", "SUCCEEDED", "FAILED"
1146
+ # resp.workflows[0].graph.nodes[0].trigger_details.trigger.event_batching_condition.batch_size #=> Integer
1147
+ # resp.workflows[0].graph.nodes[0].trigger_details.trigger.event_batching_condition.batch_window #=> Integer
1140
1148
  # resp.workflows[0].graph.nodes[0].job_details.job_runs #=> Array
1141
1149
  # resp.workflows[0].graph.nodes[0].job_details.job_runs[0].id #=> String
1142
1150
  # resp.workflows[0].graph.nodes[0].job_details.job_runs[0].attempt #=> Integer
@@ -2939,6 +2947,10 @@ module Aws::Glue
2939
2947
  #
2940
2948
  # [1]: https://docs.aws.amazon.com/glue/latest/dg/monitor-tags.html
2941
2949
  #
2950
+ # @option params [Types::EventBatchingCondition] :event_batching_condition
2951
+ # Batch condition that must be met (specified number of events received
2952
+ # or batch time window expired) before EventBridge event trigger fires.
2953
+ #
2942
2954
  # @return [Types::CreateTriggerResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2943
2955
  #
2944
2956
  # * {Types::CreateTriggerResponse#name #name} => String
@@ -2948,7 +2960,7 @@ module Aws::Glue
2948
2960
  # resp = client.create_trigger({
2949
2961
  # name: "NameString", # required
2950
2962
  # workflow_name: "NameString",
2951
- # type: "SCHEDULED", # required, accepts SCHEDULED, CONDITIONAL, ON_DEMAND
2963
+ # type: "SCHEDULED", # required, accepts SCHEDULED, CONDITIONAL, ON_DEMAND, EVENT
2952
2964
  # schedule: "GenericString",
2953
2965
  # predicate: {
2954
2966
  # logical: "AND", # accepts AND, ANY
@@ -2981,6 +2993,10 @@ module Aws::Glue
2981
2993
  # tags: {
2982
2994
  # "TagKey" => "TagValue",
2983
2995
  # },
2996
+ # event_batching_condition: {
2997
+ # batch_size: 1, # required
2998
+ # batch_window: 1,
2999
+ # },
2984
3000
  # })
2985
3001
  #
2986
3002
  # @example Response structure
@@ -6853,7 +6869,7 @@ module Aws::Glue
6853
6869
  # resp.trigger.name #=> String
6854
6870
  # resp.trigger.workflow_name #=> String
6855
6871
  # resp.trigger.id #=> String
6856
- # resp.trigger.type #=> String, one of "SCHEDULED", "CONDITIONAL", "ON_DEMAND"
6872
+ # resp.trigger.type #=> String, one of "SCHEDULED", "CONDITIONAL", "ON_DEMAND", "EVENT"
6857
6873
  # resp.trigger.state #=> String, one of "CREATING", "CREATED", "ACTIVATING", "ACTIVATED", "DEACTIVATING", "DEACTIVATED", "DELETING", "UPDATING"
6858
6874
  # resp.trigger.description #=> String
6859
6875
  # resp.trigger.schedule #=> String
@@ -6872,6 +6888,8 @@ module Aws::Glue
6872
6888
  # resp.trigger.predicate.conditions[0].state #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT"
6873
6889
  # resp.trigger.predicate.conditions[0].crawler_name #=> String
6874
6890
  # resp.trigger.predicate.conditions[0].crawl_state #=> String, one of "RUNNING", "CANCELLING", "CANCELLED", "SUCCEEDED", "FAILED"
6891
+ # resp.trigger.event_batching_condition.batch_size #=> Integer
6892
+ # resp.trigger.event_batching_condition.batch_window #=> Integer
6875
6893
  #
6876
6894
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetTrigger AWS API Documentation
6877
6895
  #
@@ -6916,7 +6934,7 @@ module Aws::Glue
6916
6934
  # resp.triggers[0].name #=> String
6917
6935
  # resp.triggers[0].workflow_name #=> String
6918
6936
  # resp.triggers[0].id #=> String
6919
- # resp.triggers[0].type #=> String, one of "SCHEDULED", "CONDITIONAL", "ON_DEMAND"
6937
+ # resp.triggers[0].type #=> String, one of "SCHEDULED", "CONDITIONAL", "ON_DEMAND", "EVENT"
6920
6938
  # resp.triggers[0].state #=> String, one of "CREATING", "CREATED", "ACTIVATING", "ACTIVATED", "DEACTIVATING", "DEACTIVATED", "DELETING", "UPDATING"
6921
6939
  # resp.triggers[0].description #=> String
6922
6940
  # resp.triggers[0].schedule #=> String
@@ -6935,6 +6953,8 @@ module Aws::Glue
6935
6953
  # resp.triggers[0].predicate.conditions[0].state #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT"
6936
6954
  # resp.triggers[0].predicate.conditions[0].crawler_name #=> String
6937
6955
  # resp.triggers[0].predicate.conditions[0].crawl_state #=> String, one of "RUNNING", "CANCELLING", "CANCELLED", "SUCCEEDED", "FAILED"
6956
+ # resp.triggers[0].event_batching_condition.batch_size #=> Integer
6957
+ # resp.triggers[0].event_batching_condition.batch_window #=> Integer
6938
6958
  # resp.next_token #=> String
6939
6959
  #
6940
6960
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetTriggers AWS API Documentation
@@ -7106,7 +7126,7 @@ module Aws::Glue
7106
7126
  # resp.workflow.last_run.graph.nodes[0].trigger_details.trigger.name #=> String
7107
7127
  # resp.workflow.last_run.graph.nodes[0].trigger_details.trigger.workflow_name #=> String
7108
7128
  # resp.workflow.last_run.graph.nodes[0].trigger_details.trigger.id #=> String
7109
- # resp.workflow.last_run.graph.nodes[0].trigger_details.trigger.type #=> String, one of "SCHEDULED", "CONDITIONAL", "ON_DEMAND"
7129
+ # resp.workflow.last_run.graph.nodes[0].trigger_details.trigger.type #=> String, one of "SCHEDULED", "CONDITIONAL", "ON_DEMAND", "EVENT"
7110
7130
  # resp.workflow.last_run.graph.nodes[0].trigger_details.trigger.state #=> String, one of "CREATING", "CREATED", "ACTIVATING", "ACTIVATED", "DEACTIVATING", "DEACTIVATED", "DELETING", "UPDATING"
7111
7131
  # resp.workflow.last_run.graph.nodes[0].trigger_details.trigger.description #=> String
7112
7132
  # resp.workflow.last_run.graph.nodes[0].trigger_details.trigger.schedule #=> String
@@ -7125,6 +7145,8 @@ module Aws::Glue
7125
7145
  # resp.workflow.last_run.graph.nodes[0].trigger_details.trigger.predicate.conditions[0].state #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT"
7126
7146
  # resp.workflow.last_run.graph.nodes[0].trigger_details.trigger.predicate.conditions[0].crawler_name #=> String
7127
7147
  # resp.workflow.last_run.graph.nodes[0].trigger_details.trigger.predicate.conditions[0].crawl_state #=> String, one of "RUNNING", "CANCELLING", "CANCELLED", "SUCCEEDED", "FAILED"
7148
+ # resp.workflow.last_run.graph.nodes[0].trigger_details.trigger.event_batching_condition.batch_size #=> Integer
7149
+ # resp.workflow.last_run.graph.nodes[0].trigger_details.trigger.event_batching_condition.batch_window #=> Integer
7128
7150
  # resp.workflow.last_run.graph.nodes[0].job_details.job_runs #=> Array
7129
7151
  # resp.workflow.last_run.graph.nodes[0].job_details.job_runs[0].id #=> String
7130
7152
  # resp.workflow.last_run.graph.nodes[0].job_details.job_runs[0].attempt #=> Integer
@@ -7161,6 +7183,8 @@ module Aws::Glue
7161
7183
  # resp.workflow.last_run.graph.edges #=> Array
7162
7184
  # resp.workflow.last_run.graph.edges[0].source_id #=> String
7163
7185
  # resp.workflow.last_run.graph.edges[0].destination_id #=> String
7186
+ # resp.workflow.last_run.starting_event_batch_condition.batch_size #=> Integer
7187
+ # resp.workflow.last_run.starting_event_batch_condition.batch_window #=> Integer
7164
7188
  # resp.workflow.graph.nodes #=> Array
7165
7189
  # resp.workflow.graph.nodes[0].type #=> String, one of "CRAWLER", "JOB", "TRIGGER"
7166
7190
  # resp.workflow.graph.nodes[0].name #=> String
@@ -7168,7 +7192,7 @@ module Aws::Glue
7168
7192
  # resp.workflow.graph.nodes[0].trigger_details.trigger.name #=> String
7169
7193
  # resp.workflow.graph.nodes[0].trigger_details.trigger.workflow_name #=> String
7170
7194
  # resp.workflow.graph.nodes[0].trigger_details.trigger.id #=> String
7171
- # resp.workflow.graph.nodes[0].trigger_details.trigger.type #=> String, one of "SCHEDULED", "CONDITIONAL", "ON_DEMAND"
7195
+ # resp.workflow.graph.nodes[0].trigger_details.trigger.type #=> String, one of "SCHEDULED", "CONDITIONAL", "ON_DEMAND", "EVENT"
7172
7196
  # resp.workflow.graph.nodes[0].trigger_details.trigger.state #=> String, one of "CREATING", "CREATED", "ACTIVATING", "ACTIVATED", "DEACTIVATING", "DEACTIVATED", "DELETING", "UPDATING"
7173
7197
  # resp.workflow.graph.nodes[0].trigger_details.trigger.description #=> String
7174
7198
  # resp.workflow.graph.nodes[0].trigger_details.trigger.schedule #=> String
@@ -7187,6 +7211,8 @@ module Aws::Glue
7187
7211
  # resp.workflow.graph.nodes[0].trigger_details.trigger.predicate.conditions[0].state #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT"
7188
7212
  # resp.workflow.graph.nodes[0].trigger_details.trigger.predicate.conditions[0].crawler_name #=> String
7189
7213
  # resp.workflow.graph.nodes[0].trigger_details.trigger.predicate.conditions[0].crawl_state #=> String, one of "RUNNING", "CANCELLING", "CANCELLED", "SUCCEEDED", "FAILED"
7214
+ # resp.workflow.graph.nodes[0].trigger_details.trigger.event_batching_condition.batch_size #=> Integer
7215
+ # resp.workflow.graph.nodes[0].trigger_details.trigger.event_batching_condition.batch_window #=> Integer
7190
7216
  # resp.workflow.graph.nodes[0].job_details.job_runs #=> Array
7191
7217
  # resp.workflow.graph.nodes[0].job_details.job_runs[0].id #=> String
7192
7218
  # resp.workflow.graph.nodes[0].job_details.job_runs[0].attempt #=> Integer
@@ -7281,7 +7307,7 @@ module Aws::Glue
7281
7307
  # resp.run.graph.nodes[0].trigger_details.trigger.name #=> String
7282
7308
  # resp.run.graph.nodes[0].trigger_details.trigger.workflow_name #=> String
7283
7309
  # resp.run.graph.nodes[0].trigger_details.trigger.id #=> String
7284
- # resp.run.graph.nodes[0].trigger_details.trigger.type #=> String, one of "SCHEDULED", "CONDITIONAL", "ON_DEMAND"
7310
+ # resp.run.graph.nodes[0].trigger_details.trigger.type #=> String, one of "SCHEDULED", "CONDITIONAL", "ON_DEMAND", "EVENT"
7285
7311
  # resp.run.graph.nodes[0].trigger_details.trigger.state #=> String, one of "CREATING", "CREATED", "ACTIVATING", "ACTIVATED", "DEACTIVATING", "DEACTIVATED", "DELETING", "UPDATING"
7286
7312
  # resp.run.graph.nodes[0].trigger_details.trigger.description #=> String
7287
7313
  # resp.run.graph.nodes[0].trigger_details.trigger.schedule #=> String
@@ -7300,6 +7326,8 @@ module Aws::Glue
7300
7326
  # resp.run.graph.nodes[0].trigger_details.trigger.predicate.conditions[0].state #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT"
7301
7327
  # resp.run.graph.nodes[0].trigger_details.trigger.predicate.conditions[0].crawler_name #=> String
7302
7328
  # resp.run.graph.nodes[0].trigger_details.trigger.predicate.conditions[0].crawl_state #=> String, one of "RUNNING", "CANCELLING", "CANCELLED", "SUCCEEDED", "FAILED"
7329
+ # resp.run.graph.nodes[0].trigger_details.trigger.event_batching_condition.batch_size #=> Integer
7330
+ # resp.run.graph.nodes[0].trigger_details.trigger.event_batching_condition.batch_window #=> Integer
7303
7331
  # resp.run.graph.nodes[0].job_details.job_runs #=> Array
7304
7332
  # resp.run.graph.nodes[0].job_details.job_runs[0].id #=> String
7305
7333
  # resp.run.graph.nodes[0].job_details.job_runs[0].attempt #=> Integer
@@ -7336,6 +7364,8 @@ module Aws::Glue
7336
7364
  # resp.run.graph.edges #=> Array
7337
7365
  # resp.run.graph.edges[0].source_id #=> String
7338
7366
  # resp.run.graph.edges[0].destination_id #=> String
7367
+ # resp.run.starting_event_batch_condition.batch_size #=> Integer
7368
+ # resp.run.starting_event_batch_condition.batch_window #=> Integer
7339
7369
  #
7340
7370
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetWorkflowRun AWS API Documentation
7341
7371
  #
@@ -7434,7 +7464,7 @@ module Aws::Glue
7434
7464
  # resp.runs[0].graph.nodes[0].trigger_details.trigger.name #=> String
7435
7465
  # resp.runs[0].graph.nodes[0].trigger_details.trigger.workflow_name #=> String
7436
7466
  # resp.runs[0].graph.nodes[0].trigger_details.trigger.id #=> String
7437
- # resp.runs[0].graph.nodes[0].trigger_details.trigger.type #=> String, one of "SCHEDULED", "CONDITIONAL", "ON_DEMAND"
7467
+ # resp.runs[0].graph.nodes[0].trigger_details.trigger.type #=> String, one of "SCHEDULED", "CONDITIONAL", "ON_DEMAND", "EVENT"
7438
7468
  # resp.runs[0].graph.nodes[0].trigger_details.trigger.state #=> String, one of "CREATING", "CREATED", "ACTIVATING", "ACTIVATED", "DEACTIVATING", "DEACTIVATED", "DELETING", "UPDATING"
7439
7469
  # resp.runs[0].graph.nodes[0].trigger_details.trigger.description #=> String
7440
7470
  # resp.runs[0].graph.nodes[0].trigger_details.trigger.schedule #=> String
@@ -7453,6 +7483,8 @@ module Aws::Glue
7453
7483
  # resp.runs[0].graph.nodes[0].trigger_details.trigger.predicate.conditions[0].state #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT"
7454
7484
  # resp.runs[0].graph.nodes[0].trigger_details.trigger.predicate.conditions[0].crawler_name #=> String
7455
7485
  # resp.runs[0].graph.nodes[0].trigger_details.trigger.predicate.conditions[0].crawl_state #=> String, one of "RUNNING", "CANCELLING", "CANCELLED", "SUCCEEDED", "FAILED"
7486
+ # resp.runs[0].graph.nodes[0].trigger_details.trigger.event_batching_condition.batch_size #=> Integer
7487
+ # resp.runs[0].graph.nodes[0].trigger_details.trigger.event_batching_condition.batch_window #=> Integer
7456
7488
  # resp.runs[0].graph.nodes[0].job_details.job_runs #=> Array
7457
7489
  # resp.runs[0].graph.nodes[0].job_details.job_runs[0].id #=> String
7458
7490
  # resp.runs[0].graph.nodes[0].job_details.job_runs[0].attempt #=> Integer
@@ -7489,6 +7521,8 @@ module Aws::Glue
7489
7521
  # resp.runs[0].graph.edges #=> Array
7490
7522
  # resp.runs[0].graph.edges[0].source_id #=> String
7491
7523
  # resp.runs[0].graph.edges[0].destination_id #=> String
7524
+ # resp.runs[0].starting_event_batch_condition.batch_size #=> Integer
7525
+ # resp.runs[0].starting_event_batch_condition.batch_window #=> Integer
7492
7526
  # resp.next_token #=> String
7493
7527
  #
7494
7528
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetWorkflowRuns AWS API Documentation
@@ -10479,6 +10513,10 @@ module Aws::Glue
10479
10513
  # },
10480
10514
  # ],
10481
10515
  # },
10516
+ # event_batching_condition: {
10517
+ # batch_size: 1, # required
10518
+ # batch_window: 1,
10519
+ # },
10482
10520
  # },
10483
10521
  # })
10484
10522
  #
@@ -10487,7 +10525,7 @@ module Aws::Glue
10487
10525
  # resp.trigger.name #=> String
10488
10526
  # resp.trigger.workflow_name #=> String
10489
10527
  # resp.trigger.id #=> String
10490
- # resp.trigger.type #=> String, one of "SCHEDULED", "CONDITIONAL", "ON_DEMAND"
10528
+ # resp.trigger.type #=> String, one of "SCHEDULED", "CONDITIONAL", "ON_DEMAND", "EVENT"
10491
10529
  # resp.trigger.state #=> String, one of "CREATING", "CREATED", "ACTIVATING", "ACTIVATED", "DEACTIVATING", "DEACTIVATED", "DELETING", "UPDATING"
10492
10530
  # resp.trigger.description #=> String
10493
10531
  # resp.trigger.schedule #=> String
@@ -10506,6 +10544,8 @@ module Aws::Glue
10506
10544
  # resp.trigger.predicate.conditions[0].state #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT"
10507
10545
  # resp.trigger.predicate.conditions[0].crawler_name #=> String
10508
10546
  # resp.trigger.predicate.conditions[0].crawl_state #=> String, one of "RUNNING", "CANCELLING", "CANCELLED", "SUCCEEDED", "FAILED"
10547
+ # resp.trigger.event_batching_condition.batch_size #=> Integer
10548
+ # resp.trigger.event_batching_condition.batch_window #=> Integer
10509
10549
  #
10510
10550
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/UpdateTrigger AWS API Documentation
10511
10551
  #
@@ -10625,7 +10665,7 @@ module Aws::Glue
10625
10665
  params: params,
10626
10666
  config: config)
10627
10667
  context[:gem_name] = 'aws-sdk-glue'
10628
- context[:gem_version] = '1.89.0'
10668
+ context[:gem_version] = '1.90.0'
10629
10669
  Seahorse::Client::Request.new(handlers, context)
10630
10670
  end
10631
10671
 
@@ -49,6 +49,7 @@ module Aws::Glue
49
49
  BatchGetTriggersResponse = Shapes::StructureShape.new(name: 'BatchGetTriggersResponse')
50
50
  BatchGetWorkflowsRequest = Shapes::StructureShape.new(name: 'BatchGetWorkflowsRequest')
51
51
  BatchGetWorkflowsResponse = Shapes::StructureShape.new(name: 'BatchGetWorkflowsResponse')
52
+ BatchSize = Shapes::IntegerShape.new(name: 'BatchSize')
52
53
  BatchStopJobRunError = Shapes::StructureShape.new(name: 'BatchStopJobRunError')
53
54
  BatchStopJobRunErrorList = Shapes::ListShape.new(name: 'BatchStopJobRunErrorList')
54
55
  BatchStopJobRunJobRunIdList = Shapes::ListShape.new(name: 'BatchStopJobRunJobRunIdList')
@@ -62,6 +63,7 @@ module Aws::Glue
62
63
  BatchUpdatePartitionRequestEntry = Shapes::StructureShape.new(name: 'BatchUpdatePartitionRequestEntry')
63
64
  BatchUpdatePartitionRequestEntryList = Shapes::ListShape.new(name: 'BatchUpdatePartitionRequestEntryList')
64
65
  BatchUpdatePartitionResponse = Shapes::StructureShape.new(name: 'BatchUpdatePartitionResponse')
66
+ BatchWindow = Shapes::IntegerShape.new(name: 'BatchWindow')
65
67
  BinaryColumnStatisticsData = Shapes::StructureShape.new(name: 'BinaryColumnStatisticsData')
66
68
  Blob = Shapes::BlobShape.new(name: 'Blob')
67
69
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
@@ -276,6 +278,7 @@ module Aws::Glue
276
278
  ErrorMessageString = Shapes::StringShape.new(name: 'ErrorMessageString')
277
279
  ErrorString = Shapes::StringShape.new(name: 'ErrorString')
278
280
  EvaluationMetrics = Shapes::StructureShape.new(name: 'EvaluationMetrics')
281
+ EventBatchingCondition = Shapes::StructureShape.new(name: 'EventBatchingCondition')
279
282
  ExecutionProperty = Shapes::StructureShape.new(name: 'ExecutionProperty')
280
283
  ExecutionTime = Shapes::IntegerShape.new(name: 'ExecutionTime')
281
284
  ExistCondition = Shapes::StringShape.new(name: 'ExistCondition')
@@ -653,6 +656,7 @@ module Aws::Glue
653
656
  StartTriggerResponse = Shapes::StructureShape.new(name: 'StartTriggerResponse')
654
657
  StartWorkflowRunRequest = Shapes::StructureShape.new(name: 'StartWorkflowRunRequest')
655
658
  StartWorkflowRunResponse = Shapes::StructureShape.new(name: 'StartWorkflowRunResponse')
659
+ StartingEventBatchCondition = Shapes::StructureShape.new(name: 'StartingEventBatchCondition')
656
660
  StopCrawlerRequest = Shapes::StructureShape.new(name: 'StopCrawlerRequest')
657
661
  StopCrawlerResponse = Shapes::StructureShape.new(name: 'StopCrawlerResponse')
658
662
  StopCrawlerScheduleRequest = Shapes::StructureShape.new(name: 'StopCrawlerScheduleRequest')
@@ -1423,6 +1427,7 @@ module Aws::Glue
1423
1427
  CreateTriggerRequest.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
1424
1428
  CreateTriggerRequest.add_member(:start_on_creation, Shapes::ShapeRef.new(shape: BooleanValue, location_name: "StartOnCreation"))
1425
1429
  CreateTriggerRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
1430
+ CreateTriggerRequest.add_member(:event_batching_condition, Shapes::ShapeRef.new(shape: EventBatchingCondition, location_name: "EventBatchingCondition"))
1426
1431
  CreateTriggerRequest.struct_class = Types::CreateTriggerRequest
1427
1432
 
1428
1433
  CreateTriggerResponse.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
@@ -1740,6 +1745,10 @@ module Aws::Glue
1740
1745
  EvaluationMetrics.add_member(:find_matches_metrics, Shapes::ShapeRef.new(shape: FindMatchesMetrics, location_name: "FindMatchesMetrics"))
1741
1746
  EvaluationMetrics.struct_class = Types::EvaluationMetrics
1742
1747
 
1748
+ EventBatchingCondition.add_member(:batch_size, Shapes::ShapeRef.new(shape: BatchSize, required: true, location_name: "BatchSize"))
1749
+ EventBatchingCondition.add_member(:batch_window, Shapes::ShapeRef.new(shape: BatchWindow, location_name: "BatchWindow"))
1750
+ EventBatchingCondition.struct_class = Types::EventBatchingCondition
1751
+
1743
1752
  ExecutionProperty.add_member(:max_concurrent_runs, Shapes::ShapeRef.new(shape: MaxConcurrentRuns, location_name: "MaxConcurrentRuns"))
1744
1753
  ExecutionProperty.struct_class = Types::ExecutionProperty
1745
1754
 
@@ -3017,6 +3026,10 @@ module Aws::Glue
3017
3026
  StartWorkflowRunResponse.add_member(:run_id, Shapes::ShapeRef.new(shape: IdString, location_name: "RunId"))
3018
3027
  StartWorkflowRunResponse.struct_class = Types::StartWorkflowRunResponse
3019
3028
 
3029
+ StartingEventBatchCondition.add_member(:batch_size, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "BatchSize"))
3030
+ StartingEventBatchCondition.add_member(:batch_window, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "BatchWindow"))
3031
+ StartingEventBatchCondition.struct_class = Types::StartingEventBatchCondition
3032
+
3020
3033
  StopCrawlerRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
3021
3034
  StopCrawlerRequest.struct_class = Types::StopCrawlerRequest
3022
3035
 
@@ -3202,6 +3215,7 @@ module Aws::Glue
3202
3215
  Trigger.add_member(:schedule, Shapes::ShapeRef.new(shape: GenericString, location_name: "Schedule"))
3203
3216
  Trigger.add_member(:actions, Shapes::ShapeRef.new(shape: ActionList, location_name: "Actions"))
3204
3217
  Trigger.add_member(:predicate, Shapes::ShapeRef.new(shape: Predicate, location_name: "Predicate"))
3218
+ Trigger.add_member(:event_batching_condition, Shapes::ShapeRef.new(shape: EventBatchingCondition, location_name: "EventBatchingCondition"))
3205
3219
  Trigger.struct_class = Types::Trigger
3206
3220
 
3207
3221
  TriggerList.member = Shapes::ShapeRef.new(shape: Trigger)
@@ -3216,6 +3230,7 @@ module Aws::Glue
3216
3230
  TriggerUpdate.add_member(:schedule, Shapes::ShapeRef.new(shape: GenericString, location_name: "Schedule"))
3217
3231
  TriggerUpdate.add_member(:actions, Shapes::ShapeRef.new(shape: ActionList, location_name: "Actions"))
3218
3232
  TriggerUpdate.add_member(:predicate, Shapes::ShapeRef.new(shape: Predicate, location_name: "Predicate"))
3233
+ TriggerUpdate.add_member(:event_batching_condition, Shapes::ShapeRef.new(shape: EventBatchingCondition, location_name: "EventBatchingCondition"))
3219
3234
  TriggerUpdate.struct_class = Types::TriggerUpdate
3220
3235
 
3221
3236
  UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: GlueResourceArn, required: true, location_name: "ResourceArn"))
@@ -3462,6 +3477,7 @@ module Aws::Glue
3462
3477
  WorkflowRun.add_member(:error_message, Shapes::ShapeRef.new(shape: ErrorString, location_name: "ErrorMessage"))
3463
3478
  WorkflowRun.add_member(:statistics, Shapes::ShapeRef.new(shape: WorkflowRunStatistics, location_name: "Statistics"))
3464
3479
  WorkflowRun.add_member(:graph, Shapes::ShapeRef.new(shape: WorkflowGraph, location_name: "Graph"))
3480
+ WorkflowRun.add_member(:starting_event_batch_condition, Shapes::ShapeRef.new(shape: StartingEventBatchCondition, location_name: "StartingEventBatchCondition"))
3465
3481
  WorkflowRun.struct_class = Types::WorkflowRun
3466
3482
 
3467
3483
  WorkflowRunProperties.key = Shapes::ShapeRef.new(shape: IdString)
@@ -4460,7 +4460,7 @@ module Aws::Glue
4460
4460
  # {
4461
4461
  # name: "NameString", # required
4462
4462
  # workflow_name: "NameString",
4463
- # type: "SCHEDULED", # required, accepts SCHEDULED, CONDITIONAL, ON_DEMAND
4463
+ # type: "SCHEDULED", # required, accepts SCHEDULED, CONDITIONAL, ON_DEMAND, EVENT
4464
4464
  # schedule: "GenericString",
4465
4465
  # predicate: {
4466
4466
  # logical: "AND", # accepts AND, ANY
@@ -4493,6 +4493,10 @@ module Aws::Glue
4493
4493
  # tags: {
4494
4494
  # "TagKey" => "TagValue",
4495
4495
  # },
4496
+ # event_batching_condition: {
4497
+ # batch_size: 1, # required
4498
+ # batch_window: 1,
4499
+ # },
4496
4500
  # }
4497
4501
  #
4498
4502
  # @!attribute [rw] name
@@ -4548,6 +4552,12 @@ module Aws::Glue
4548
4552
  # [1]: https://docs.aws.amazon.com/glue/latest/dg/monitor-tags.html
4549
4553
  # @return [Hash<String,String>]
4550
4554
  #
4555
+ # @!attribute [rw] event_batching_condition
4556
+ # Batch condition that must be met (specified number of events
4557
+ # received or batch time window expired) before EventBridge event
4558
+ # trigger fires.
4559
+ # @return [Types::EventBatchingCondition]
4560
+ #
4551
4561
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/CreateTriggerRequest AWS API Documentation
4552
4562
  #
4553
4563
  class CreateTriggerRequest < Struct.new(
@@ -4559,7 +4569,8 @@ module Aws::Glue
4559
4569
  :actions,
4560
4570
  :description,
4561
4571
  :start_on_creation,
4562
- :tags)
4572
+ :tags,
4573
+ :event_batching_condition)
4563
4574
  SENSITIVE = []
4564
4575
  include Aws::Structure
4565
4576
  end
@@ -6209,8 +6220,8 @@ module Aws::Glue
6209
6220
  include Aws::Structure
6210
6221
  end
6211
6222
 
6212
- # An edge represents a directed connection between two Glue components
6213
- # that are part of the workflow the edge belongs to.
6223
+ # An edge represents a directed connection between two components on a
6224
+ # workflow graph.
6214
6225
  #
6215
6226
  # @!attribute [rw] source_id
6216
6227
  # The unique of the node within the workflow where the edge starts.
@@ -6373,6 +6384,36 @@ module Aws::Glue
6373
6384
  include Aws::Structure
6374
6385
  end
6375
6386
 
6387
+ # Batch condition that must be met (specified number of events received
6388
+ # or batch time window expired) before EventBridge event trigger fires.
6389
+ #
6390
+ # @note When making an API call, you may pass EventBatchingCondition
6391
+ # data as a hash:
6392
+ #
6393
+ # {
6394
+ # batch_size: 1, # required
6395
+ # batch_window: 1,
6396
+ # }
6397
+ #
6398
+ # @!attribute [rw] batch_size
6399
+ # Number of events that must be received from Amazon EventBridge
6400
+ # before EventBridge event trigger fires.
6401
+ # @return [Integer]
6402
+ #
6403
+ # @!attribute [rw] batch_window
6404
+ # Window of time in seconds after which EventBridge event trigger
6405
+ # fires. Window starts when first event is received.
6406
+ # @return [Integer]
6407
+ #
6408
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/EventBatchingCondition AWS API Documentation
6409
+ #
6410
+ class EventBatchingCondition < Struct.new(
6411
+ :batch_size,
6412
+ :batch_window)
6413
+ SENSITIVE = []
6414
+ include Aws::Structure
6415
+ end
6416
+
6376
6417
  # An execution property of a job.
6377
6418
  #
6378
6419
  # @note When making an API call, you may pass ExecutionProperty
@@ -11756,8 +11797,8 @@ module Aws::Glue
11756
11797
  include Aws::Structure
11757
11798
  end
11758
11799
 
11759
- # A node represents an Glue component such as a trigger, or job, etc.,
11760
- # that is part of a workflow.
11800
+ # A node represents an Glue component (trigger, crawler, or job) on a
11801
+ # workflow graph.
11761
11802
  #
11762
11803
  # @!attribute [rw] type
11763
11804
  # The type of Glue component represented by the node.
@@ -14104,6 +14145,28 @@ module Aws::Glue
14104
14145
  include Aws::Structure
14105
14146
  end
14106
14147
 
14148
+ # The batch condition that started the workflow run. Either the number
14149
+ # of events in the batch size arrived, in which case the BatchSize
14150
+ # member is non-zero, or the batch window expired, in which case the
14151
+ # BatchWindow member is non-zero.
14152
+ #
14153
+ # @!attribute [rw] batch_size
14154
+ # Number of events in the batch.
14155
+ # @return [Integer]
14156
+ #
14157
+ # @!attribute [rw] batch_window
14158
+ # Duration of the batch window in seconds.
14159
+ # @return [Integer]
14160
+ #
14161
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/StartingEventBatchCondition AWS API Documentation
14162
+ #
14163
+ class StartingEventBatchCondition < Struct.new(
14164
+ :batch_size,
14165
+ :batch_window)
14166
+ SENSITIVE = []
14167
+ include Aws::Structure
14168
+ end
14169
+
14107
14170
  # @note When making an API call, you may pass StopCrawlerRequest
14108
14171
  # data as a hash:
14109
14172
  #
@@ -15220,6 +15283,12 @@ module Aws::Glue
15220
15283
  # The predicate of this trigger, which defines when it will fire.
15221
15284
  # @return [Types::Predicate]
15222
15285
  #
15286
+ # @!attribute [rw] event_batching_condition
15287
+ # Batch condition that must be met (specified number of events
15288
+ # received or batch time window expired) before EventBridge event
15289
+ # trigger fires.
15290
+ # @return [Types::EventBatchingCondition]
15291
+ #
15223
15292
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/Trigger AWS API Documentation
15224
15293
  #
15225
15294
  class Trigger < Struct.new(
@@ -15231,7 +15300,8 @@ module Aws::Glue
15231
15300
  :description,
15232
15301
  :schedule,
15233
15302
  :actions,
15234
- :predicate)
15303
+ :predicate,
15304
+ :event_batching_condition)
15235
15305
  SENSITIVE = []
15236
15306
  include Aws::Structure
15237
15307
  end
@@ -15287,6 +15357,10 @@ module Aws::Glue
15287
15357
  # },
15288
15358
  # ],
15289
15359
  # },
15360
+ # event_batching_condition: {
15361
+ # batch_size: 1, # required
15362
+ # batch_window: 1,
15363
+ # },
15290
15364
  # }
15291
15365
  #
15292
15366
  # @!attribute [rw] name
@@ -15315,6 +15389,12 @@ module Aws::Glue
15315
15389
  # The predicate of this trigger, which defines when it will fire.
15316
15390
  # @return [Types::Predicate]
15317
15391
  #
15392
+ # @!attribute [rw] event_batching_condition
15393
+ # Batch condition that must be met (specified number of events
15394
+ # received or batch time window expired) before EventBridge event
15395
+ # trigger fires.
15396
+ # @return [Types::EventBatchingCondition]
15397
+ #
15318
15398
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/TriggerUpdate AWS API Documentation
15319
15399
  #
15320
15400
  class TriggerUpdate < Struct.new(
@@ -15322,7 +15402,8 @@ module Aws::Glue
15322
15402
  :description,
15323
15403
  :schedule,
15324
15404
  :actions,
15325
- :predicate)
15405
+ :predicate,
15406
+ :event_batching_condition)
15326
15407
  SENSITIVE = []
15327
15408
  include Aws::Structure
15328
15409
  end
@@ -16754,6 +16835,10 @@ module Aws::Glue
16754
16835
  # },
16755
16836
  # ],
16756
16837
  # },
16838
+ # event_batching_condition: {
16839
+ # batch_size: 1, # required
16840
+ # batch_window: 1,
16841
+ # },
16757
16842
  # },
16758
16843
  # }
16759
16844
  #
@@ -17064,11 +17149,12 @@ module Aws::Glue
17064
17149
  include Aws::Structure
17065
17150
  end
17066
17151
 
17067
- # A workflow represents a flow in which Glue components should be run to
17068
- # complete a logical task.
17152
+ # A workflow is a collection of multiple dependent Glue jobs and
17153
+ # crawlers that are run to complete a complex ETL task. A workflow
17154
+ # manages the execution and monitoring of all its jobs and crawlers.
17069
17155
  #
17070
17156
  # @!attribute [rw] name
17071
- # The name of the workflow representing the flow.
17157
+ # The name of the workflow.
17072
17158
  # @return [String]
17073
17159
  #
17074
17160
  # @!attribute [rw] description
@@ -17077,7 +17163,9 @@ module Aws::Glue
17077
17163
  #
17078
17164
  # @!attribute [rw] default_run_properties
17079
17165
  # A collection of properties to be used as part of each execution of
17080
- # the workflow.
17166
+ # the workflow. The run properties are made available to each job in
17167
+ # the workflow. A job can modify the properties for the next jobs in
17168
+ # the flow.
17081
17169
  # @return [Hash<String,String>]
17082
17170
  #
17083
17171
  # @!attribute [rw] created_on
@@ -17189,6 +17277,10 @@ module Aws::Glue
17189
17277
  # workflow as nodes and directed connections between them as edges.
17190
17278
  # @return [Types::WorkflowGraph]
17191
17279
  #
17280
+ # @!attribute [rw] starting_event_batch_condition
17281
+ # The batch condition that started the workflow run.
17282
+ # @return [Types::StartingEventBatchCondition]
17283
+ #
17192
17284
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/WorkflowRun AWS API Documentation
17193
17285
  #
17194
17286
  class WorkflowRun < Struct.new(
@@ -17201,7 +17293,8 @@ module Aws::Glue
17201
17293
  :status,
17202
17294
  :error_message,
17203
17295
  :statistics,
17204
- :graph)
17296
+ :graph,
17297
+ :starting_event_batch_condition)
17205
17298
  SENSITIVE = []
17206
17299
  include Aws::Structure
17207
17300
  end
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.89.0
4
+ version: 1.90.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: 2021-06-28 00:00:00.000000000 Z
11
+ date: 2021-07-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core