aws-sdk-glue 1.36.0 → 1.37.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.
@@ -40,6 +40,8 @@ module Aws::Glue
40
40
  BatchGetPartitionValueList = Shapes::ListShape.new(name: 'BatchGetPartitionValueList')
41
41
  BatchGetTriggersRequest = Shapes::StructureShape.new(name: 'BatchGetTriggersRequest')
42
42
  BatchGetTriggersResponse = Shapes::StructureShape.new(name: 'BatchGetTriggersResponse')
43
+ BatchGetWorkflowsRequest = Shapes::StructureShape.new(name: 'BatchGetWorkflowsRequest')
44
+ BatchGetWorkflowsResponse = Shapes::StructureShape.new(name: 'BatchGetWorkflowsResponse')
43
45
  BatchStopJobRunError = Shapes::StructureShape.new(name: 'BatchStopJobRunError')
44
46
  BatchStopJobRunErrorList = Shapes::ListShape.new(name: 'BatchStopJobRunErrorList')
45
47
  BatchStopJobRunJobRunIdList = Shapes::ListShape.new(name: 'BatchStopJobRunJobRunIdList')
@@ -93,12 +95,16 @@ module Aws::Glue
93
95
  ConnectionPropertyKey = Shapes::StringShape.new(name: 'ConnectionPropertyKey')
94
96
  ConnectionType = Shapes::StringShape.new(name: 'ConnectionType')
95
97
  ConnectionsList = Shapes::StructureShape.new(name: 'ConnectionsList')
98
+ Crawl = Shapes::StructureShape.new(name: 'Crawl')
99
+ CrawlList = Shapes::ListShape.new(name: 'CrawlList')
100
+ CrawlState = Shapes::StringShape.new(name: 'CrawlState')
96
101
  Crawler = Shapes::StructureShape.new(name: 'Crawler')
97
102
  CrawlerConfiguration = Shapes::StringShape.new(name: 'CrawlerConfiguration')
98
103
  CrawlerList = Shapes::ListShape.new(name: 'CrawlerList')
99
104
  CrawlerMetrics = Shapes::StructureShape.new(name: 'CrawlerMetrics')
100
105
  CrawlerMetricsList = Shapes::ListShape.new(name: 'CrawlerMetricsList')
101
106
  CrawlerNameList = Shapes::ListShape.new(name: 'CrawlerNameList')
107
+ CrawlerNodeDetails = Shapes::StructureShape.new(name: 'CrawlerNodeDetails')
102
108
  CrawlerNotRunningException = Shapes::StructureShape.new(name: 'CrawlerNotRunningException')
103
109
  CrawlerRunningException = Shapes::StructureShape.new(name: 'CrawlerRunningException')
104
110
  CrawlerSecurityConfiguration = Shapes::StringShape.new(name: 'CrawlerSecurityConfiguration')
@@ -132,6 +138,8 @@ module Aws::Glue
132
138
  CreateTriggerResponse = Shapes::StructureShape.new(name: 'CreateTriggerResponse')
133
139
  CreateUserDefinedFunctionRequest = Shapes::StructureShape.new(name: 'CreateUserDefinedFunctionRequest')
134
140
  CreateUserDefinedFunctionResponse = Shapes::StructureShape.new(name: 'CreateUserDefinedFunctionResponse')
141
+ CreateWorkflowRequest = Shapes::StructureShape.new(name: 'CreateWorkflowRequest')
142
+ CreateWorkflowResponse = Shapes::StructureShape.new(name: 'CreateWorkflowResponse')
135
143
  CreateXMLClassifierRequest = Shapes::StructureShape.new(name: 'CreateXMLClassifierRequest')
136
144
  CronExpression = Shapes::StringShape.new(name: 'CronExpression')
137
145
  CsvClassifier = Shapes::StructureShape.new(name: 'CsvClassifier')
@@ -175,6 +183,8 @@ module Aws::Glue
175
183
  DeleteTriggerResponse = Shapes::StructureShape.new(name: 'DeleteTriggerResponse')
176
184
  DeleteUserDefinedFunctionRequest = Shapes::StructureShape.new(name: 'DeleteUserDefinedFunctionRequest')
177
185
  DeleteUserDefinedFunctionResponse = Shapes::StructureShape.new(name: 'DeleteUserDefinedFunctionResponse')
186
+ DeleteWorkflowRequest = Shapes::StructureShape.new(name: 'DeleteWorkflowRequest')
187
+ DeleteWorkflowResponse = Shapes::StructureShape.new(name: 'DeleteWorkflowResponse')
178
188
  DescriptionString = Shapes::StringShape.new(name: 'DescriptionString')
179
189
  DescriptionStringRemovable = Shapes::StringShape.new(name: 'DescriptionStringRemovable')
180
190
  DevEndpoint = Shapes::StructureShape.new(name: 'DevEndpoint')
@@ -184,6 +194,8 @@ module Aws::Glue
184
194
  DevEndpointNames = Shapes::ListShape.new(name: 'DevEndpointNames')
185
195
  DynamoDBTarget = Shapes::StructureShape.new(name: 'DynamoDBTarget')
186
196
  DynamoDBTargetList = Shapes::ListShape.new(name: 'DynamoDBTargetList')
197
+ Edge = Shapes::StructureShape.new(name: 'Edge')
198
+ EdgeList = Shapes::ListShape.new(name: 'EdgeList')
187
199
  EncryptionAtRest = Shapes::StructureShape.new(name: 'EncryptionAtRest')
188
200
  EncryptionConfiguration = Shapes::StructureShape.new(name: 'EncryptionConfiguration')
189
201
  EntityNotFoundException = Shapes::StructureShape.new(name: 'EntityNotFoundException')
@@ -268,6 +280,14 @@ module Aws::Glue
268
280
  GetUserDefinedFunctionResponse = Shapes::StructureShape.new(name: 'GetUserDefinedFunctionResponse')
269
281
  GetUserDefinedFunctionsRequest = Shapes::StructureShape.new(name: 'GetUserDefinedFunctionsRequest')
270
282
  GetUserDefinedFunctionsResponse = Shapes::StructureShape.new(name: 'GetUserDefinedFunctionsResponse')
283
+ GetWorkflowRequest = Shapes::StructureShape.new(name: 'GetWorkflowRequest')
284
+ GetWorkflowResponse = Shapes::StructureShape.new(name: 'GetWorkflowResponse')
285
+ GetWorkflowRunPropertiesRequest = Shapes::StructureShape.new(name: 'GetWorkflowRunPropertiesRequest')
286
+ GetWorkflowRunPropertiesResponse = Shapes::StructureShape.new(name: 'GetWorkflowRunPropertiesResponse')
287
+ GetWorkflowRunRequest = Shapes::StructureShape.new(name: 'GetWorkflowRunRequest')
288
+ GetWorkflowRunResponse = Shapes::StructureShape.new(name: 'GetWorkflowRunResponse')
289
+ GetWorkflowRunsRequest = Shapes::StructureShape.new(name: 'GetWorkflowRunsRequest')
290
+ GetWorkflowRunsResponse = Shapes::StructureShape.new(name: 'GetWorkflowRunsResponse')
271
291
  GlueEncryptionException = Shapes::StructureShape.new(name: 'GlueEncryptionException')
272
292
  GlueResourceArn = Shapes::StringShape.new(name: 'GlueResourceArn')
273
293
  GrokClassifier = Shapes::StructureShape.new(name: 'GrokClassifier')
@@ -292,6 +312,7 @@ module Aws::Glue
292
312
  JobList = Shapes::ListShape.new(name: 'JobList')
293
313
  JobName = Shapes::StringShape.new(name: 'JobName')
294
314
  JobNameList = Shapes::ListShape.new(name: 'JobNameList')
315
+ JobNodeDetails = Shapes::StructureShape.new(name: 'JobNodeDetails')
295
316
  JobRun = Shapes::StructureShape.new(name: 'JobRun')
296
317
  JobRunList = Shapes::ListShape.new(name: 'JobRunList')
297
318
  JobRunState = Shapes::StringShape.new(name: 'JobRunState')
@@ -312,6 +333,8 @@ module Aws::Glue
312
333
  ListJobsResponse = Shapes::StructureShape.new(name: 'ListJobsResponse')
313
334
  ListTriggersRequest = Shapes::StructureShape.new(name: 'ListTriggersRequest')
314
335
  ListTriggersResponse = Shapes::StructureShape.new(name: 'ListTriggersResponse')
336
+ ListWorkflowsRequest = Shapes::StructureShape.new(name: 'ListWorkflowsRequest')
337
+ ListWorkflowsResponse = Shapes::StructureShape.new(name: 'ListWorkflowsResponse')
315
338
  Location = Shapes::StructureShape.new(name: 'Location')
316
339
  LocationMap = Shapes::MapShape.new(name: 'LocationMap')
317
340
  LocationString = Shapes::StringShape.new(name: 'LocationString')
@@ -331,6 +354,9 @@ module Aws::Glue
331
354
  NameString = Shapes::StringShape.new(name: 'NameString')
332
355
  NameStringList = Shapes::ListShape.new(name: 'NameStringList')
333
356
  NoScheduleException = Shapes::StructureShape.new(name: 'NoScheduleException')
357
+ Node = Shapes::StructureShape.new(name: 'Node')
358
+ NodeList = Shapes::ListShape.new(name: 'NodeList')
359
+ NodeType = Shapes::StringShape.new(name: 'NodeType')
334
360
  NonNegativeDouble = Shapes::FloatShape.new(name: 'NonNegativeDouble')
335
361
  NonNegativeInteger = Shapes::IntegerShape.new(name: 'NonNegativeInteger')
336
362
  NotificationProperty = Shapes::StructureShape.new(name: 'NotificationProperty')
@@ -339,6 +365,7 @@ module Aws::Glue
339
365
  NullableDouble = Shapes::FloatShape.new(name: 'NullableDouble')
340
366
  NullableInteger = Shapes::IntegerShape.new(name: 'NullableInteger')
341
367
  OperationTimeoutException = Shapes::StructureShape.new(name: 'OperationTimeoutException')
368
+ OrchestrationStringList = Shapes::ListShape.new(name: 'OrchestrationStringList')
342
369
  Order = Shapes::StructureShape.new(name: 'Order')
343
370
  OrderList = Shapes::ListShape.new(name: 'OrderList')
344
371
  PageSize = Shapes::IntegerShape.new(name: 'PageSize')
@@ -365,6 +392,8 @@ module Aws::Glue
365
392
  PutDataCatalogEncryptionSettingsResponse = Shapes::StructureShape.new(name: 'PutDataCatalogEncryptionSettingsResponse')
366
393
  PutResourcePolicyRequest = Shapes::StructureShape.new(name: 'PutResourcePolicyRequest')
367
394
  PutResourcePolicyResponse = Shapes::StructureShape.new(name: 'PutResourcePolicyResponse')
395
+ PutWorkflowRunPropertiesRequest = Shapes::StructureShape.new(name: 'PutWorkflowRunPropertiesRequest')
396
+ PutWorkflowRunPropertiesResponse = Shapes::StructureShape.new(name: 'PutWorkflowRunPropertiesResponse')
368
397
  PythonScript = Shapes::StringShape.new(name: 'PythonScript')
369
398
  PythonVersionString = Shapes::StringShape.new(name: 'PythonVersionString')
370
399
  ResetJobBookmarkRequest = Shapes::StructureShape.new(name: 'ResetJobBookmarkRequest')
@@ -405,6 +434,8 @@ module Aws::Glue
405
434
  StartJobRunResponse = Shapes::StructureShape.new(name: 'StartJobRunResponse')
406
435
  StartTriggerRequest = Shapes::StructureShape.new(name: 'StartTriggerRequest')
407
436
  StartTriggerResponse = Shapes::StructureShape.new(name: 'StartTriggerResponse')
437
+ StartWorkflowRunRequest = Shapes::StructureShape.new(name: 'StartWorkflowRunRequest')
438
+ StartWorkflowRunResponse = Shapes::StructureShape.new(name: 'StartWorkflowRunResponse')
408
439
  StopCrawlerRequest = Shapes::StructureShape.new(name: 'StopCrawlerRequest')
409
440
  StopCrawlerResponse = Shapes::StructureShape.new(name: 'StopCrawlerResponse')
410
441
  StopCrawlerScheduleRequest = Shapes::StructureShape.new(name: 'StopCrawlerScheduleRequest')
@@ -438,6 +469,7 @@ module Aws::Glue
438
469
  Trigger = Shapes::StructureShape.new(name: 'Trigger')
439
470
  TriggerList = Shapes::ListShape.new(name: 'TriggerList')
440
471
  TriggerNameList = Shapes::ListShape.new(name: 'TriggerNameList')
472
+ TriggerNodeDetails = Shapes::StructureShape.new(name: 'TriggerNodeDetails')
441
473
  TriggerState = Shapes::StringShape.new(name: 'TriggerState')
442
474
  TriggerType = Shapes::StringShape.new(name: 'TriggerType')
443
475
  TriggerUpdate = Shapes::StructureShape.new(name: 'TriggerUpdate')
@@ -470,6 +502,8 @@ module Aws::Glue
470
502
  UpdateTriggerResponse = Shapes::StructureShape.new(name: 'UpdateTriggerResponse')
471
503
  UpdateUserDefinedFunctionRequest = Shapes::StructureShape.new(name: 'UpdateUserDefinedFunctionRequest')
472
504
  UpdateUserDefinedFunctionResponse = Shapes::StructureShape.new(name: 'UpdateUserDefinedFunctionResponse')
505
+ UpdateWorkflowRequest = Shapes::StructureShape.new(name: 'UpdateWorkflowRequest')
506
+ UpdateWorkflowResponse = Shapes::StructureShape.new(name: 'UpdateWorkflowResponse')
473
507
  UpdateXMLClassifierRequest = Shapes::StructureShape.new(name: 'UpdateXMLClassifierRequest')
474
508
  UriString = Shapes::StringShape.new(name: 'UriString')
475
509
  UserDefinedFunction = Shapes::StructureShape.new(name: 'UserDefinedFunction')
@@ -483,6 +517,15 @@ module Aws::Glue
483
517
  VersionString = Shapes::StringShape.new(name: 'VersionString')
484
518
  ViewTextString = Shapes::StringShape.new(name: 'ViewTextString')
485
519
  WorkerType = Shapes::StringShape.new(name: 'WorkerType')
520
+ Workflow = Shapes::StructureShape.new(name: 'Workflow')
521
+ WorkflowGraph = Shapes::StructureShape.new(name: 'WorkflowGraph')
522
+ WorkflowNames = Shapes::ListShape.new(name: 'WorkflowNames')
523
+ WorkflowRun = Shapes::StructureShape.new(name: 'WorkflowRun')
524
+ WorkflowRunProperties = Shapes::MapShape.new(name: 'WorkflowRunProperties')
525
+ WorkflowRunStatistics = Shapes::StructureShape.new(name: 'WorkflowRunStatistics')
526
+ WorkflowRunStatus = Shapes::StringShape.new(name: 'WorkflowRunStatus')
527
+ WorkflowRuns = Shapes::ListShape.new(name: 'WorkflowRuns')
528
+ Workflows = Shapes::ListShape.new(name: 'Workflows')
486
529
  XMLClassifier = Shapes::StructureShape.new(name: 'XMLClassifier')
487
530
 
488
531
  AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
@@ -491,8 +534,9 @@ module Aws::Glue
491
534
  Action.add_member(:job_name, Shapes::ShapeRef.new(shape: NameString, location_name: "JobName"))
492
535
  Action.add_member(:arguments, Shapes::ShapeRef.new(shape: GenericMap, location_name: "Arguments"))
493
536
  Action.add_member(:timeout, Shapes::ShapeRef.new(shape: Timeout, location_name: "Timeout"))
494
- Action.add_member(:notification_property, Shapes::ShapeRef.new(shape: NotificationProperty, location_name: "NotificationProperty"))
495
537
  Action.add_member(:security_configuration, Shapes::ShapeRef.new(shape: NameString, location_name: "SecurityConfiguration"))
538
+ Action.add_member(:notification_property, Shapes::ShapeRef.new(shape: NotificationProperty, location_name: "NotificationProperty"))
539
+ Action.add_member(:crawler_name, Shapes::ShapeRef.new(shape: NameString, location_name: "CrawlerName"))
496
540
  Action.struct_class = Types::Action
497
541
 
498
542
  ActionList.member = Shapes::ShapeRef.new(shape: Action)
@@ -589,6 +633,14 @@ module Aws::Glue
589
633
  BatchGetTriggersResponse.add_member(:triggers_not_found, Shapes::ShapeRef.new(shape: TriggerNameList, location_name: "TriggersNotFound"))
590
634
  BatchGetTriggersResponse.struct_class = Types::BatchGetTriggersResponse
591
635
 
636
+ BatchGetWorkflowsRequest.add_member(:names, Shapes::ShapeRef.new(shape: WorkflowNames, required: true, location_name: "Names"))
637
+ BatchGetWorkflowsRequest.add_member(:include_graph, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "IncludeGraph"))
638
+ BatchGetWorkflowsRequest.struct_class = Types::BatchGetWorkflowsRequest
639
+
640
+ BatchGetWorkflowsResponse.add_member(:workflows, Shapes::ShapeRef.new(shape: Workflows, location_name: "Workflows"))
641
+ BatchGetWorkflowsResponse.add_member(:missing_workflows, Shapes::ShapeRef.new(shape: WorkflowNames, location_name: "MissingWorkflows"))
642
+ BatchGetWorkflowsResponse.struct_class = Types::BatchGetWorkflowsResponse
643
+
592
644
  BatchStopJobRunError.add_member(:job_name, Shapes::ShapeRef.new(shape: NameString, location_name: "JobName"))
593
645
  BatchStopJobRunError.add_member(:job_run_id, Shapes::ShapeRef.new(shape: IdString, location_name: "JobRunId"))
594
646
  BatchStopJobRunError.add_member(:error_detail, Shapes::ShapeRef.new(shape: ErrorDetail, location_name: "ErrorDetail"))
@@ -683,6 +735,8 @@ module Aws::Glue
683
735
  Condition.add_member(:logical_operator, Shapes::ShapeRef.new(shape: LogicalOperator, location_name: "LogicalOperator"))
684
736
  Condition.add_member(:job_name, Shapes::ShapeRef.new(shape: NameString, location_name: "JobName"))
685
737
  Condition.add_member(:state, Shapes::ShapeRef.new(shape: JobRunState, location_name: "State"))
738
+ Condition.add_member(:crawler_name, Shapes::ShapeRef.new(shape: NameString, location_name: "CrawlerName"))
739
+ Condition.add_member(:crawl_state, Shapes::ShapeRef.new(shape: CrawlState, location_name: "CrawlState"))
686
740
  Condition.struct_class = Types::Condition
687
741
 
688
742
  ConditionCheckFailureException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
@@ -718,9 +772,19 @@ module Aws::Glue
718
772
  ConnectionProperties.key = Shapes::ShapeRef.new(shape: ConnectionPropertyKey)
719
773
  ConnectionProperties.value = Shapes::ShapeRef.new(shape: ValueString)
720
774
 
721
- ConnectionsList.add_member(:connections, Shapes::ShapeRef.new(shape: StringList, location_name: "Connections"))
775
+ ConnectionsList.add_member(:connections, Shapes::ShapeRef.new(shape: OrchestrationStringList, location_name: "Connections"))
722
776
  ConnectionsList.struct_class = Types::ConnectionsList
723
777
 
778
+ Crawl.add_member(:state, Shapes::ShapeRef.new(shape: CrawlState, location_name: "State"))
779
+ Crawl.add_member(:started_on, Shapes::ShapeRef.new(shape: TimestampValue, location_name: "StartedOn"))
780
+ Crawl.add_member(:completed_on, Shapes::ShapeRef.new(shape: TimestampValue, location_name: "CompletedOn"))
781
+ Crawl.add_member(:error_message, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "ErrorMessage"))
782
+ Crawl.add_member(:log_group, Shapes::ShapeRef.new(shape: LogGroup, location_name: "LogGroup"))
783
+ Crawl.add_member(:log_stream, Shapes::ShapeRef.new(shape: LogStream, location_name: "LogStream"))
784
+ Crawl.struct_class = Types::Crawl
785
+
786
+ CrawlList.member = Shapes::ShapeRef.new(shape: Crawl)
787
+
724
788
  Crawler.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
725
789
  Crawler.add_member(:role, Shapes::ShapeRef.new(shape: Role, location_name: "Role"))
726
790
  Crawler.add_member(:targets, Shapes::ShapeRef.new(shape: CrawlerTargets, location_name: "Targets"))
@@ -756,6 +820,9 @@ module Aws::Glue
756
820
 
757
821
  CrawlerNameList.member = Shapes::ShapeRef.new(shape: NameString)
758
822
 
823
+ CrawlerNodeDetails.add_member(:crawls, Shapes::ShapeRef.new(shape: CrawlList, location_name: "Crawls"))
824
+ CrawlerNodeDetails.struct_class = Types::CrawlerNodeDetails
825
+
759
826
  CrawlerNotRunningException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
760
827
  CrawlerNotRunningException.struct_class = Types::CrawlerNotRunningException
761
828
 
@@ -866,11 +933,11 @@ module Aws::Glue
866
933
  CreateJobRequest.add_member(:allocated_capacity, Shapes::ShapeRef.new(shape: IntegerValue, deprecated: true, location_name: "AllocatedCapacity", metadata: {"deprecatedMessage"=>"This property is deprecated, use MaxCapacity instead."}))
867
934
  CreateJobRequest.add_member(:timeout, Shapes::ShapeRef.new(shape: Timeout, location_name: "Timeout"))
868
935
  CreateJobRequest.add_member(:max_capacity, Shapes::ShapeRef.new(shape: NullableDouble, location_name: "MaxCapacity"))
869
- CreateJobRequest.add_member(:notification_property, Shapes::ShapeRef.new(shape: NotificationProperty, location_name: "NotificationProperty"))
870
- CreateJobRequest.add_member(:worker_type, Shapes::ShapeRef.new(shape: WorkerType, location_name: "WorkerType"))
871
- CreateJobRequest.add_member(:number_of_workers, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "NumberOfWorkers"))
872
936
  CreateJobRequest.add_member(:security_configuration, Shapes::ShapeRef.new(shape: NameString, location_name: "SecurityConfiguration"))
873
937
  CreateJobRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
938
+ CreateJobRequest.add_member(:notification_property, Shapes::ShapeRef.new(shape: NotificationProperty, location_name: "NotificationProperty"))
939
+ CreateJobRequest.add_member(:number_of_workers, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "NumberOfWorkers"))
940
+ CreateJobRequest.add_member(:worker_type, Shapes::ShapeRef.new(shape: NameString, location_name: "WorkerType"))
874
941
  CreateJobRequest.struct_class = Types::CreateJobRequest
875
942
 
876
943
  CreateJobResponse.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
@@ -913,6 +980,7 @@ module Aws::Glue
913
980
  CreateTableResponse.struct_class = Types::CreateTableResponse
914
981
 
915
982
  CreateTriggerRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
983
+ CreateTriggerRequest.add_member(:workflow_name, Shapes::ShapeRef.new(shape: NameString, location_name: "WorkflowName"))
916
984
  CreateTriggerRequest.add_member(:type, Shapes::ShapeRef.new(shape: TriggerType, required: true, location_name: "Type"))
917
985
  CreateTriggerRequest.add_member(:schedule, Shapes::ShapeRef.new(shape: GenericString, location_name: "Schedule"))
918
986
  CreateTriggerRequest.add_member(:predicate, Shapes::ShapeRef.new(shape: Predicate, location_name: "Predicate"))
@@ -932,6 +1000,15 @@ module Aws::Glue
932
1000
 
933
1001
  CreateUserDefinedFunctionResponse.struct_class = Types::CreateUserDefinedFunctionResponse
934
1002
 
1003
+ CreateWorkflowRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
1004
+ CreateWorkflowRequest.add_member(:description, Shapes::ShapeRef.new(shape: GenericString, location_name: "Description"))
1005
+ CreateWorkflowRequest.add_member(:default_run_properties, Shapes::ShapeRef.new(shape: WorkflowRunProperties, location_name: "DefaultRunProperties"))
1006
+ CreateWorkflowRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
1007
+ CreateWorkflowRequest.struct_class = Types::CreateWorkflowRequest
1008
+
1009
+ CreateWorkflowResponse.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
1010
+ CreateWorkflowResponse.struct_class = Types::CreateWorkflowResponse
1011
+
935
1012
  CreateXMLClassifierRequest.add_member(:classification, Shapes::ShapeRef.new(shape: Classification, required: true, location_name: "Classification"))
936
1013
  CreateXMLClassifierRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
937
1014
  CreateXMLClassifierRequest.add_member(:row_tag, Shapes::ShapeRef.new(shape: RowTag, location_name: "RowTag"))
@@ -1055,6 +1132,12 @@ module Aws::Glue
1055
1132
 
1056
1133
  DeleteUserDefinedFunctionResponse.struct_class = Types::DeleteUserDefinedFunctionResponse
1057
1134
 
1135
+ DeleteWorkflowRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
1136
+ DeleteWorkflowRequest.struct_class = Types::DeleteWorkflowRequest
1137
+
1138
+ DeleteWorkflowResponse.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
1139
+ DeleteWorkflowResponse.struct_class = Types::DeleteWorkflowResponse
1140
+
1058
1141
  DevEndpoint.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: GenericString, location_name: "EndpointName"))
1059
1142
  DevEndpoint.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
1060
1143
  DevEndpoint.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: StringList, location_name: "SecurityGroupIds"))
@@ -1094,6 +1177,12 @@ module Aws::Glue
1094
1177
 
1095
1178
  DynamoDBTargetList.member = Shapes::ShapeRef.new(shape: DynamoDBTarget)
1096
1179
 
1180
+ Edge.add_member(:source_id, Shapes::ShapeRef.new(shape: NameString, location_name: "SourceId"))
1181
+ Edge.add_member(:destination_id, Shapes::ShapeRef.new(shape: NameString, location_name: "DestinationId"))
1182
+ Edge.struct_class = Types::Edge
1183
+
1184
+ EdgeList.member = Shapes::ShapeRef.new(shape: Edge)
1185
+
1097
1186
  EncryptionAtRest.add_member(:catalog_encryption_mode, Shapes::ShapeRef.new(shape: CatalogEncryptionMode, required: true, location_name: "CatalogEncryptionMode"))
1098
1187
  EncryptionAtRest.add_member(:sse_aws_kms_key_id, Shapes::ShapeRef.new(shape: NameString, location_name: "SseAwsKmsKeyId"))
1099
1188
  EncryptionAtRest.struct_class = Types::EncryptionAtRest
@@ -1403,6 +1492,38 @@ module Aws::Glue
1403
1492
  GetUserDefinedFunctionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
1404
1493
  GetUserDefinedFunctionsResponse.struct_class = Types::GetUserDefinedFunctionsResponse
1405
1494
 
1495
+ GetWorkflowRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
1496
+ GetWorkflowRequest.add_member(:include_graph, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "IncludeGraph"))
1497
+ GetWorkflowRequest.struct_class = Types::GetWorkflowRequest
1498
+
1499
+ GetWorkflowResponse.add_member(:workflow, Shapes::ShapeRef.new(shape: Workflow, location_name: "Workflow"))
1500
+ GetWorkflowResponse.struct_class = Types::GetWorkflowResponse
1501
+
1502
+ GetWorkflowRunPropertiesRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
1503
+ GetWorkflowRunPropertiesRequest.add_member(:run_id, Shapes::ShapeRef.new(shape: IdString, required: true, location_name: "RunId"))
1504
+ GetWorkflowRunPropertiesRequest.struct_class = Types::GetWorkflowRunPropertiesRequest
1505
+
1506
+ GetWorkflowRunPropertiesResponse.add_member(:run_properties, Shapes::ShapeRef.new(shape: WorkflowRunProperties, location_name: "RunProperties"))
1507
+ GetWorkflowRunPropertiesResponse.struct_class = Types::GetWorkflowRunPropertiesResponse
1508
+
1509
+ GetWorkflowRunRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
1510
+ GetWorkflowRunRequest.add_member(:run_id, Shapes::ShapeRef.new(shape: IdString, required: true, location_name: "RunId"))
1511
+ GetWorkflowRunRequest.add_member(:include_graph, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "IncludeGraph"))
1512
+ GetWorkflowRunRequest.struct_class = Types::GetWorkflowRunRequest
1513
+
1514
+ GetWorkflowRunResponse.add_member(:run, Shapes::ShapeRef.new(shape: WorkflowRun, location_name: "Run"))
1515
+ GetWorkflowRunResponse.struct_class = Types::GetWorkflowRunResponse
1516
+
1517
+ GetWorkflowRunsRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
1518
+ GetWorkflowRunsRequest.add_member(:include_graph, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "IncludeGraph"))
1519
+ GetWorkflowRunsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
1520
+ GetWorkflowRunsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
1521
+ GetWorkflowRunsRequest.struct_class = Types::GetWorkflowRunsRequest
1522
+
1523
+ GetWorkflowRunsResponse.add_member(:runs, Shapes::ShapeRef.new(shape: WorkflowRuns, location_name: "Runs"))
1524
+ GetWorkflowRunsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
1525
+ GetWorkflowRunsResponse.struct_class = Types::GetWorkflowRunsResponse
1526
+
1406
1527
  GlueEncryptionException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
1407
1528
  GlueEncryptionException.struct_class = Types::GlueEncryptionException
1408
1529
 
@@ -1476,6 +1597,9 @@ module Aws::Glue
1476
1597
 
1477
1598
  JobNameList.member = Shapes::ShapeRef.new(shape: NameString)
1478
1599
 
1600
+ JobNodeDetails.add_member(:job_runs, Shapes::ShapeRef.new(shape: JobRunList, location_name: "JobRuns"))
1601
+ JobNodeDetails.struct_class = Types::JobNodeDetails
1602
+
1479
1603
  JobRun.add_member(:id, Shapes::ShapeRef.new(shape: IdString, location_name: "Id"))
1480
1604
  JobRun.add_member(:attempt, Shapes::ShapeRef.new(shape: AttemptCount, location_name: "Attempt"))
1481
1605
  JobRun.add_member(:previous_run_id, Shapes::ShapeRef.new(shape: IdString, location_name: "PreviousRunId"))
@@ -1492,11 +1616,11 @@ module Aws::Glue
1492
1616
  JobRun.add_member(:execution_time, Shapes::ShapeRef.new(shape: ExecutionTime, location_name: "ExecutionTime"))
1493
1617
  JobRun.add_member(:timeout, Shapes::ShapeRef.new(shape: Timeout, location_name: "Timeout"))
1494
1618
  JobRun.add_member(:max_capacity, Shapes::ShapeRef.new(shape: NullableDouble, location_name: "MaxCapacity"))
1495
- JobRun.add_member(:notification_property, Shapes::ShapeRef.new(shape: NotificationProperty, location_name: "NotificationProperty"))
1496
1619
  JobRun.add_member(:worker_type, Shapes::ShapeRef.new(shape: WorkerType, location_name: "WorkerType"))
1497
1620
  JobRun.add_member(:number_of_workers, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "NumberOfWorkers"))
1498
1621
  JobRun.add_member(:security_configuration, Shapes::ShapeRef.new(shape: NameString, location_name: "SecurityConfiguration"))
1499
1622
  JobRun.add_member(:log_group_name, Shapes::ShapeRef.new(shape: GenericString, location_name: "LogGroupName"))
1623
+ JobRun.add_member(:notification_property, Shapes::ShapeRef.new(shape: NotificationProperty, location_name: "NotificationProperty"))
1500
1624
  JobRun.struct_class = Types::JobRun
1501
1625
 
1502
1626
  JobRunList.member = Shapes::ShapeRef.new(shape: JobRun)
@@ -1570,6 +1694,14 @@ module Aws::Glue
1570
1694
  ListTriggersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
1571
1695
  ListTriggersResponse.struct_class = Types::ListTriggersResponse
1572
1696
 
1697
+ ListWorkflowsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
1698
+ ListWorkflowsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
1699
+ ListWorkflowsRequest.struct_class = Types::ListWorkflowsRequest
1700
+
1701
+ ListWorkflowsResponse.add_member(:workflows, Shapes::ShapeRef.new(shape: WorkflowNames, location_name: "Workflows"))
1702
+ ListWorkflowsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
1703
+ ListWorkflowsResponse.struct_class = Types::ListWorkflowsResponse
1704
+
1573
1705
  Location.add_member(:jdbc, Shapes::ShapeRef.new(shape: CodeGenNodeArgs, location_name: "Jdbc"))
1574
1706
  Location.add_member(:s3, Shapes::ShapeRef.new(shape: CodeGenNodeArgs, location_name: "S3"))
1575
1707
  Location.add_member(:dynamo_db, Shapes::ShapeRef.new(shape: CodeGenNodeArgs, location_name: "DynamoDB"))
@@ -1598,12 +1730,24 @@ module Aws::Glue
1598
1730
  NoScheduleException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
1599
1731
  NoScheduleException.struct_class = Types::NoScheduleException
1600
1732
 
1733
+ Node.add_member(:type, Shapes::ShapeRef.new(shape: NodeType, location_name: "Type"))
1734
+ Node.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
1735
+ Node.add_member(:unique_id, Shapes::ShapeRef.new(shape: NameString, location_name: "UniqueId"))
1736
+ Node.add_member(:trigger_details, Shapes::ShapeRef.new(shape: TriggerNodeDetails, location_name: "TriggerDetails"))
1737
+ Node.add_member(:job_details, Shapes::ShapeRef.new(shape: JobNodeDetails, location_name: "JobDetails"))
1738
+ Node.add_member(:crawler_details, Shapes::ShapeRef.new(shape: CrawlerNodeDetails, location_name: "CrawlerDetails"))
1739
+ Node.struct_class = Types::Node
1740
+
1741
+ NodeList.member = Shapes::ShapeRef.new(shape: Node)
1742
+
1601
1743
  NotificationProperty.add_member(:notify_delay_after, Shapes::ShapeRef.new(shape: NotifyDelayAfter, location_name: "NotifyDelayAfter"))
1602
1744
  NotificationProperty.struct_class = Types::NotificationProperty
1603
1745
 
1604
1746
  OperationTimeoutException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
1605
1747
  OperationTimeoutException.struct_class = Types::OperationTimeoutException
1606
1748
 
1749
+ OrchestrationStringList.member = Shapes::ShapeRef.new(shape: GenericString)
1750
+
1607
1751
  Order.add_member(:column, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Column"))
1608
1752
  Order.add_member(:sort_order, Shapes::ShapeRef.new(shape: IntegerFlag, required: true, location_name: "SortOrder"))
1609
1753
  Order.struct_class = Types::Order
@@ -1676,6 +1820,13 @@ module Aws::Glue
1676
1820
  PutResourcePolicyResponse.add_member(:policy_hash, Shapes::ShapeRef.new(shape: HashString, location_name: "PolicyHash"))
1677
1821
  PutResourcePolicyResponse.struct_class = Types::PutResourcePolicyResponse
1678
1822
 
1823
+ PutWorkflowRunPropertiesRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
1824
+ PutWorkflowRunPropertiesRequest.add_member(:run_id, Shapes::ShapeRef.new(shape: IdString, required: true, location_name: "RunId"))
1825
+ PutWorkflowRunPropertiesRequest.add_member(:run_properties, Shapes::ShapeRef.new(shape: WorkflowRunProperties, required: true, location_name: "RunProperties"))
1826
+ PutWorkflowRunPropertiesRequest.struct_class = Types::PutWorkflowRunPropertiesRequest
1827
+
1828
+ PutWorkflowRunPropertiesResponse.struct_class = Types::PutWorkflowRunPropertiesResponse
1829
+
1679
1830
  ResetJobBookmarkRequest.add_member(:job_name, Shapes::ShapeRef.new(shape: JobName, required: true, location_name: "JobName"))
1680
1831
  ResetJobBookmarkRequest.struct_class = Types::ResetJobBookmarkRequest
1681
1832
 
@@ -1759,10 +1910,10 @@ module Aws::Glue
1759
1910
  StartJobRunRequest.add_member(:allocated_capacity, Shapes::ShapeRef.new(shape: IntegerValue, deprecated: true, location_name: "AllocatedCapacity", metadata: {"deprecatedMessage"=>"This property is deprecated, use MaxCapacity instead."}))
1760
1911
  StartJobRunRequest.add_member(:timeout, Shapes::ShapeRef.new(shape: Timeout, location_name: "Timeout"))
1761
1912
  StartJobRunRequest.add_member(:max_capacity, Shapes::ShapeRef.new(shape: NullableDouble, location_name: "MaxCapacity"))
1762
- StartJobRunRequest.add_member(:worker_type, Shapes::ShapeRef.new(shape: WorkerType, location_name: "WorkerType"))
1763
- StartJobRunRequest.add_member(:number_of_workers, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "NumberOfWorkers"))
1764
1913
  StartJobRunRequest.add_member(:security_configuration, Shapes::ShapeRef.new(shape: NameString, location_name: "SecurityConfiguration"))
1765
1914
  StartJobRunRequest.add_member(:notification_property, Shapes::ShapeRef.new(shape: NotificationProperty, location_name: "NotificationProperty"))
1915
+ StartJobRunRequest.add_member(:worker_type, Shapes::ShapeRef.new(shape: NameString, location_name: "WorkerType"))
1916
+ StartJobRunRequest.add_member(:number_of_workers, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "NumberOfWorkers"))
1766
1917
  StartJobRunRequest.struct_class = Types::StartJobRunRequest
1767
1918
 
1768
1919
  StartJobRunResponse.add_member(:job_run_id, Shapes::ShapeRef.new(shape: IdString, location_name: "JobRunId"))
@@ -1774,6 +1925,12 @@ module Aws::Glue
1774
1925
  StartTriggerResponse.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
1775
1926
  StartTriggerResponse.struct_class = Types::StartTriggerResponse
1776
1927
 
1928
+ StartWorkflowRunRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
1929
+ StartWorkflowRunRequest.struct_class = Types::StartWorkflowRunRequest
1930
+
1931
+ StartWorkflowRunResponse.add_member(:run_id, Shapes::ShapeRef.new(shape: IdString, location_name: "RunId"))
1932
+ StartWorkflowRunResponse.struct_class = Types::StartWorkflowRunResponse
1933
+
1777
1934
  StopCrawlerRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
1778
1935
  StopCrawlerRequest.struct_class = Types::StopCrawlerRequest
1779
1936
 
@@ -1869,6 +2026,7 @@ module Aws::Glue
1869
2026
  TagsMap.value = Shapes::ShapeRef.new(shape: TagValue)
1870
2027
 
1871
2028
  Trigger.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
2029
+ Trigger.add_member(:workflow_name, Shapes::ShapeRef.new(shape: NameString, location_name: "WorkflowName"))
1872
2030
  Trigger.add_member(:id, Shapes::ShapeRef.new(shape: IdString, location_name: "Id"))
1873
2031
  Trigger.add_member(:type, Shapes::ShapeRef.new(shape: TriggerType, location_name: "Type"))
1874
2032
  Trigger.add_member(:state, Shapes::ShapeRef.new(shape: TriggerState, location_name: "State"))
@@ -1882,6 +2040,9 @@ module Aws::Glue
1882
2040
 
1883
2041
  TriggerNameList.member = Shapes::ShapeRef.new(shape: NameString)
1884
2042
 
2043
+ TriggerNodeDetails.add_member(:trigger, Shapes::ShapeRef.new(shape: Trigger, location_name: "Trigger"))
2044
+ TriggerNodeDetails.struct_class = Types::TriggerNodeDetails
2045
+
1885
2046
  TriggerUpdate.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
1886
2047
  TriggerUpdate.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
1887
2048
  TriggerUpdate.add_member(:schedule, Shapes::ShapeRef.new(shape: GenericString, location_name: "Schedule"))
@@ -2008,6 +2169,14 @@ module Aws::Glue
2008
2169
 
2009
2170
  UpdateUserDefinedFunctionResponse.struct_class = Types::UpdateUserDefinedFunctionResponse
2010
2171
 
2172
+ UpdateWorkflowRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
2173
+ UpdateWorkflowRequest.add_member(:description, Shapes::ShapeRef.new(shape: GenericString, location_name: "Description"))
2174
+ UpdateWorkflowRequest.add_member(:default_run_properties, Shapes::ShapeRef.new(shape: WorkflowRunProperties, location_name: "DefaultRunProperties"))
2175
+ UpdateWorkflowRequest.struct_class = Types::UpdateWorkflowRequest
2176
+
2177
+ UpdateWorkflowResponse.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
2178
+ UpdateWorkflowResponse.struct_class = Types::UpdateWorkflowResponse
2179
+
2011
2180
  UpdateXMLClassifierRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
2012
2181
  UpdateXMLClassifierRequest.add_member(:classification, Shapes::ShapeRef.new(shape: Classification, location_name: "Classification"))
2013
2182
  UpdateXMLClassifierRequest.add_member(:row_tag, Shapes::ShapeRef.new(shape: RowTag, location_name: "RowTag"))
@@ -2038,6 +2207,46 @@ module Aws::Glue
2038
2207
  VersionMismatchException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
2039
2208
  VersionMismatchException.struct_class = Types::VersionMismatchException
2040
2209
 
2210
+ Workflow.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
2211
+ Workflow.add_member(:description, Shapes::ShapeRef.new(shape: GenericString, location_name: "Description"))
2212
+ Workflow.add_member(:default_run_properties, Shapes::ShapeRef.new(shape: WorkflowRunProperties, location_name: "DefaultRunProperties"))
2213
+ Workflow.add_member(:created_on, Shapes::ShapeRef.new(shape: TimestampValue, location_name: "CreatedOn"))
2214
+ Workflow.add_member(:last_modified_on, Shapes::ShapeRef.new(shape: TimestampValue, location_name: "LastModifiedOn"))
2215
+ Workflow.add_member(:last_run, Shapes::ShapeRef.new(shape: WorkflowRun, location_name: "LastRun"))
2216
+ Workflow.add_member(:graph, Shapes::ShapeRef.new(shape: WorkflowGraph, location_name: "Graph"))
2217
+ Workflow.struct_class = Types::Workflow
2218
+
2219
+ WorkflowGraph.add_member(:nodes, Shapes::ShapeRef.new(shape: NodeList, location_name: "Nodes"))
2220
+ WorkflowGraph.add_member(:edges, Shapes::ShapeRef.new(shape: EdgeList, location_name: "Edges"))
2221
+ WorkflowGraph.struct_class = Types::WorkflowGraph
2222
+
2223
+ WorkflowNames.member = Shapes::ShapeRef.new(shape: NameString)
2224
+
2225
+ WorkflowRun.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
2226
+ WorkflowRun.add_member(:workflow_run_id, Shapes::ShapeRef.new(shape: IdString, location_name: "WorkflowRunId"))
2227
+ WorkflowRun.add_member(:workflow_run_properties, Shapes::ShapeRef.new(shape: WorkflowRunProperties, location_name: "WorkflowRunProperties"))
2228
+ WorkflowRun.add_member(:started_on, Shapes::ShapeRef.new(shape: TimestampValue, location_name: "StartedOn"))
2229
+ WorkflowRun.add_member(:completed_on, Shapes::ShapeRef.new(shape: TimestampValue, location_name: "CompletedOn"))
2230
+ WorkflowRun.add_member(:status, Shapes::ShapeRef.new(shape: WorkflowRunStatus, location_name: "Status"))
2231
+ WorkflowRun.add_member(:statistics, Shapes::ShapeRef.new(shape: WorkflowRunStatistics, location_name: "Statistics"))
2232
+ WorkflowRun.add_member(:graph, Shapes::ShapeRef.new(shape: WorkflowGraph, location_name: "Graph"))
2233
+ WorkflowRun.struct_class = Types::WorkflowRun
2234
+
2235
+ WorkflowRunProperties.key = Shapes::ShapeRef.new(shape: IdString)
2236
+ WorkflowRunProperties.value = Shapes::ShapeRef.new(shape: GenericString)
2237
+
2238
+ WorkflowRunStatistics.add_member(:total_actions, Shapes::ShapeRef.new(shape: IntegerValue, location_name: "TotalActions"))
2239
+ WorkflowRunStatistics.add_member(:timeout_actions, Shapes::ShapeRef.new(shape: IntegerValue, location_name: "TimeoutActions"))
2240
+ WorkflowRunStatistics.add_member(:failed_actions, Shapes::ShapeRef.new(shape: IntegerValue, location_name: "FailedActions"))
2241
+ WorkflowRunStatistics.add_member(:stopped_actions, Shapes::ShapeRef.new(shape: IntegerValue, location_name: "StoppedActions"))
2242
+ WorkflowRunStatistics.add_member(:succeeded_actions, Shapes::ShapeRef.new(shape: IntegerValue, location_name: "SucceededActions"))
2243
+ WorkflowRunStatistics.add_member(:running_actions, Shapes::ShapeRef.new(shape: IntegerValue, location_name: "RunningActions"))
2244
+ WorkflowRunStatistics.struct_class = Types::WorkflowRunStatistics
2245
+
2246
+ WorkflowRuns.member = Shapes::ShapeRef.new(shape: WorkflowRun)
2247
+
2248
+ Workflows.member = Shapes::ShapeRef.new(shape: Workflow)
2249
+
2041
2250
  XMLClassifier.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
2042
2251
  XMLClassifier.add_member(:classification, Shapes::ShapeRef.new(shape: Classification, required: true, location_name: "Classification"))
2043
2252
  XMLClassifier.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
@@ -2182,6 +2391,17 @@ module Aws::Glue
2182
2391
  o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
2183
2392
  end)
2184
2393
 
2394
+ api.add_operation(:batch_get_workflows, Seahorse::Model::Operation.new.tap do |o|
2395
+ o.name = "BatchGetWorkflows"
2396
+ o.http_method = "POST"
2397
+ o.http_request_uri = "/"
2398
+ o.input = Shapes::ShapeRef.new(shape: BatchGetWorkflowsRequest)
2399
+ o.output = Shapes::ShapeRef.new(shape: BatchGetWorkflowsResponse)
2400
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2401
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
2402
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
2403
+ end)
2404
+
2185
2405
  api.add_operation(:batch_stop_job_run, Seahorse::Model::Operation.new.tap do |o|
2186
2406
  o.name = "BatchStopJobRun"
2187
2407
  o.http_method = "POST"
@@ -2335,6 +2555,7 @@ module Aws::Glue
2335
2555
  o.input = Shapes::ShapeRef.new(shape: CreateTriggerRequest)
2336
2556
  o.output = Shapes::ShapeRef.new(shape: CreateTriggerResponse)
2337
2557
  o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
2558
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
2338
2559
  o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
2339
2560
  o.errors << Shapes::ShapeRef.new(shape: IdempotentParameterMismatchException)
2340
2561
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
@@ -2358,6 +2579,20 @@ module Aws::Glue
2358
2579
  o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
2359
2580
  end)
2360
2581
 
2582
+ api.add_operation(:create_workflow, Seahorse::Model::Operation.new.tap do |o|
2583
+ o.name = "CreateWorkflow"
2584
+ o.http_method = "POST"
2585
+ o.http_request_uri = "/"
2586
+ o.input = Shapes::ShapeRef.new(shape: CreateWorkflowRequest)
2587
+ o.output = Shapes::ShapeRef.new(shape: CreateWorkflowResponse)
2588
+ o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
2589
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
2590
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2591
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
2592
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNumberLimitExceededException)
2593
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
2594
+ end)
2595
+
2361
2596
  api.add_operation(:delete_classifier, Seahorse::Model::Operation.new.tap do |o|
2362
2597
  o.name = "DeleteClassifier"
2363
2598
  o.http_method = "POST"
@@ -2510,6 +2745,18 @@ module Aws::Glue
2510
2745
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
2511
2746
  end)
2512
2747
 
2748
+ api.add_operation(:delete_workflow, Seahorse::Model::Operation.new.tap do |o|
2749
+ o.name = "DeleteWorkflow"
2750
+ o.http_method = "POST"
2751
+ o.http_request_uri = "/"
2752
+ o.input = Shapes::ShapeRef.new(shape: DeleteWorkflowRequest)
2753
+ o.output = Shapes::ShapeRef.new(shape: DeleteWorkflowResponse)
2754
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
2755
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2756
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
2757
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
2758
+ end)
2759
+
2513
2760
  api.add_operation(:get_catalog_import_status, Seahorse::Model::Operation.new.tap do |o|
2514
2761
  o.name = "GetCatalogImportStatus"
2515
2762
  o.http_method = "POST"
@@ -2993,6 +3240,60 @@ module Aws::Glue
2993
3240
  )
2994
3241
  end)
2995
3242
 
3243
+ api.add_operation(:get_workflow, Seahorse::Model::Operation.new.tap do |o|
3244
+ o.name = "GetWorkflow"
3245
+ o.http_method = "POST"
3246
+ o.http_request_uri = "/"
3247
+ o.input = Shapes::ShapeRef.new(shape: GetWorkflowRequest)
3248
+ o.output = Shapes::ShapeRef.new(shape: GetWorkflowResponse)
3249
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
3250
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
3251
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
3252
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
3253
+ end)
3254
+
3255
+ api.add_operation(:get_workflow_run, Seahorse::Model::Operation.new.tap do |o|
3256
+ o.name = "GetWorkflowRun"
3257
+ o.http_method = "POST"
3258
+ o.http_request_uri = "/"
3259
+ o.input = Shapes::ShapeRef.new(shape: GetWorkflowRunRequest)
3260
+ o.output = Shapes::ShapeRef.new(shape: GetWorkflowRunResponse)
3261
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
3262
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
3263
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
3264
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
3265
+ end)
3266
+
3267
+ api.add_operation(:get_workflow_run_properties, Seahorse::Model::Operation.new.tap do |o|
3268
+ o.name = "GetWorkflowRunProperties"
3269
+ o.http_method = "POST"
3270
+ o.http_request_uri = "/"
3271
+ o.input = Shapes::ShapeRef.new(shape: GetWorkflowRunPropertiesRequest)
3272
+ o.output = Shapes::ShapeRef.new(shape: GetWorkflowRunPropertiesResponse)
3273
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
3274
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
3275
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
3276
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
3277
+ end)
3278
+
3279
+ api.add_operation(:get_workflow_runs, Seahorse::Model::Operation.new.tap do |o|
3280
+ o.name = "GetWorkflowRuns"
3281
+ o.http_method = "POST"
3282
+ o.http_request_uri = "/"
3283
+ o.input = Shapes::ShapeRef.new(shape: GetWorkflowRunsRequest)
3284
+ o.output = Shapes::ShapeRef.new(shape: GetWorkflowRunsResponse)
3285
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
3286
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
3287
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
3288
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
3289
+ o[:pager] = Aws::Pager.new(
3290
+ limit_key: "max_results",
3291
+ tokens: {
3292
+ "next_token" => "next_token"
3293
+ }
3294
+ )
3295
+ end)
3296
+
2996
3297
  api.add_operation(:import_catalog_to_glue, Seahorse::Model::Operation.new.tap do |o|
2997
3298
  o.name = "ImportCatalogToGlue"
2998
3299
  o.http_method = "POST"
@@ -3072,6 +3373,23 @@ module Aws::Glue
3072
3373
  )
3073
3374
  end)
3074
3375
 
3376
+ api.add_operation(:list_workflows, Seahorse::Model::Operation.new.tap do |o|
3377
+ o.name = "ListWorkflows"
3378
+ o.http_method = "POST"
3379
+ o.http_request_uri = "/"
3380
+ o.input = Shapes::ShapeRef.new(shape: ListWorkflowsRequest)
3381
+ o.output = Shapes::ShapeRef.new(shape: ListWorkflowsResponse)
3382
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
3383
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
3384
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
3385
+ o[:pager] = Aws::Pager.new(
3386
+ limit_key: "max_results",
3387
+ tokens: {
3388
+ "next_token" => "next_token"
3389
+ }
3390
+ )
3391
+ end)
3392
+
3075
3393
  api.add_operation(:put_data_catalog_encryption_settings, Seahorse::Model::Operation.new.tap do |o|
3076
3394
  o.name = "PutDataCatalogEncryptionSettings"
3077
3395
  o.http_method = "POST"
@@ -3096,6 +3414,21 @@ module Aws::Glue
3096
3414
  o.errors << Shapes::ShapeRef.new(shape: ConditionCheckFailureException)
3097
3415
  end)
3098
3416
 
3417
+ api.add_operation(:put_workflow_run_properties, Seahorse::Model::Operation.new.tap do |o|
3418
+ o.name = "PutWorkflowRunProperties"
3419
+ o.http_method = "POST"
3420
+ o.http_request_uri = "/"
3421
+ o.input = Shapes::ShapeRef.new(shape: PutWorkflowRunPropertiesRequest)
3422
+ o.output = Shapes::ShapeRef.new(shape: PutWorkflowRunPropertiesResponse)
3423
+ o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
3424
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
3425
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
3426
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
3427
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
3428
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNumberLimitExceededException)
3429
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
3430
+ end)
3431
+
3099
3432
  api.add_operation(:reset_job_bookmark, Seahorse::Model::Operation.new.tap do |o|
3100
3433
  o.name = "ResetJobBookmark"
3101
3434
  o.http_method = "POST"
@@ -3160,6 +3493,20 @@ module Aws::Glue
3160
3493
  o.errors << Shapes::ShapeRef.new(shape: ConcurrentRunsExceededException)
3161
3494
  end)
3162
3495
 
3496
+ api.add_operation(:start_workflow_run, Seahorse::Model::Operation.new.tap do |o|
3497
+ o.name = "StartWorkflowRun"
3498
+ o.http_method = "POST"
3499
+ o.http_request_uri = "/"
3500
+ o.input = Shapes::ShapeRef.new(shape: StartWorkflowRunRequest)
3501
+ o.output = Shapes::ShapeRef.new(shape: StartWorkflowRunResponse)
3502
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
3503
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
3504
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
3505
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
3506
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNumberLimitExceededException)
3507
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentRunsExceededException)
3508
+ end)
3509
+
3163
3510
  api.add_operation(:stop_crawler, Seahorse::Model::Operation.new.tap do |o|
3164
3511
  o.name = "StopCrawler"
3165
3512
  o.http_method = "POST"
@@ -3364,6 +3711,19 @@ module Aws::Glue
3364
3711
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
3365
3712
  o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
3366
3713
  end)
3714
+
3715
+ api.add_operation(:update_workflow, Seahorse::Model::Operation.new.tap do |o|
3716
+ o.name = "UpdateWorkflow"
3717
+ o.http_method = "POST"
3718
+ o.http_request_uri = "/"
3719
+ o.input = Shapes::ShapeRef.new(shape: UpdateWorkflowRequest)
3720
+ o.output = Shapes::ShapeRef.new(shape: UpdateWorkflowResponse)
3721
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
3722
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
3723
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
3724
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
3725
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
3726
+ end)
3367
3727
  end
3368
3728
 
3369
3729
  end