aws-sdk-glue 1.93.0 → 1.97.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -36,6 +36,9 @@ module Aws::Glue
36
36
  BatchDeleteTableVersionList = Shapes::ListShape.new(name: 'BatchDeleteTableVersionList')
37
37
  BatchDeleteTableVersionRequest = Shapes::StructureShape.new(name: 'BatchDeleteTableVersionRequest')
38
38
  BatchDeleteTableVersionResponse = Shapes::StructureShape.new(name: 'BatchDeleteTableVersionResponse')
39
+ BatchGetBlueprintNames = Shapes::ListShape.new(name: 'BatchGetBlueprintNames')
40
+ BatchGetBlueprintsRequest = Shapes::StructureShape.new(name: 'BatchGetBlueprintsRequest')
41
+ BatchGetBlueprintsResponse = Shapes::StructureShape.new(name: 'BatchGetBlueprintsResponse')
39
42
  BatchGetCrawlersRequest = Shapes::StructureShape.new(name: 'BatchGetCrawlersRequest')
40
43
  BatchGetCrawlersResponse = Shapes::StructureShape.new(name: 'BatchGetCrawlersResponse')
41
44
  BatchGetDevEndpointsRequest = Shapes::StructureShape.new(name: 'BatchGetDevEndpointsRequest')
@@ -66,6 +69,16 @@ module Aws::Glue
66
69
  BatchWindow = Shapes::IntegerShape.new(name: 'BatchWindow')
67
70
  BinaryColumnStatisticsData = Shapes::StructureShape.new(name: 'BinaryColumnStatisticsData')
68
71
  Blob = Shapes::BlobShape.new(name: 'Blob')
72
+ Blueprint = Shapes::StructureShape.new(name: 'Blueprint')
73
+ BlueprintDetails = Shapes::StructureShape.new(name: 'BlueprintDetails')
74
+ BlueprintNames = Shapes::ListShape.new(name: 'BlueprintNames')
75
+ BlueprintParameterSpec = Shapes::StringShape.new(name: 'BlueprintParameterSpec')
76
+ BlueprintParameters = Shapes::StringShape.new(name: 'BlueprintParameters')
77
+ BlueprintRun = Shapes::StructureShape.new(name: 'BlueprintRun')
78
+ BlueprintRunState = Shapes::StringShape.new(name: 'BlueprintRunState')
79
+ BlueprintRuns = Shapes::ListShape.new(name: 'BlueprintRuns')
80
+ BlueprintStatus = Shapes::StringShape.new(name: 'BlueprintStatus')
81
+ Blueprints = Shapes::ListShape.new(name: 'Blueprints')
69
82
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
70
83
  BooleanColumnStatisticsData = Shapes::StructureShape.new(name: 'BooleanColumnStatisticsData')
71
84
  BooleanNullable = Shapes::BooleanShape.new(name: 'BooleanNullable')
@@ -150,6 +163,8 @@ module Aws::Glue
150
163
  CrawlerState = Shapes::StringShape.new(name: 'CrawlerState')
151
164
  CrawlerStoppingException = Shapes::StructureShape.new(name: 'CrawlerStoppingException')
152
165
  CrawlerTargets = Shapes::StructureShape.new(name: 'CrawlerTargets')
166
+ CreateBlueprintRequest = Shapes::StructureShape.new(name: 'CreateBlueprintRequest')
167
+ CreateBlueprintResponse = Shapes::StructureShape.new(name: 'CreateBlueprintResponse')
153
168
  CreateClassifierRequest = Shapes::StructureShape.new(name: 'CreateClassifierRequest')
154
169
  CreateClassifierResponse = Shapes::StructureShape.new(name: 'CreateClassifierResponse')
155
170
  CreateConnectionRequest = Shapes::StructureShape.new(name: 'CreateConnectionRequest')
@@ -211,6 +226,8 @@ module Aws::Glue
211
226
  DecimalColumnStatisticsData = Shapes::StructureShape.new(name: 'DecimalColumnStatisticsData')
212
227
  DecimalNumber = Shapes::StructureShape.new(name: 'DecimalNumber')
213
228
  DeleteBehavior = Shapes::StringShape.new(name: 'DeleteBehavior')
229
+ DeleteBlueprintRequest = Shapes::StructureShape.new(name: 'DeleteBlueprintRequest')
230
+ DeleteBlueprintResponse = Shapes::StructureShape.new(name: 'DeleteBlueprintResponse')
214
231
  DeleteClassifierRequest = Shapes::StructureShape.new(name: 'DeleteClassifierRequest')
215
232
  DeleteClassifierResponse = Shapes::StructureShape.new(name: 'DeleteClassifierResponse')
216
233
  DeleteColumnStatisticsForPartitionRequest = Shapes::StructureShape.new(name: 'DeleteColumnStatisticsForPartitionRequest')
@@ -279,6 +296,7 @@ module Aws::Glue
279
296
  ErrorString = Shapes::StringShape.new(name: 'ErrorString')
280
297
  EvaluationMetrics = Shapes::StructureShape.new(name: 'EvaluationMetrics')
281
298
  EventBatchingCondition = Shapes::StructureShape.new(name: 'EventBatchingCondition')
299
+ EventQueueArn = Shapes::StringShape.new(name: 'EventQueueArn')
282
300
  ExecutionProperty = Shapes::StructureShape.new(name: 'ExecutionProperty')
283
301
  ExecutionTime = Shapes::IntegerShape.new(name: 'ExecutionTime')
284
302
  ExistCondition = Shapes::StringShape.new(name: 'ExistCondition')
@@ -289,9 +307,16 @@ module Aws::Glue
289
307
  FindMatchesParameters = Shapes::StructureShape.new(name: 'FindMatchesParameters')
290
308
  FindMatchesTaskRunProperties = Shapes::StructureShape.new(name: 'FindMatchesTaskRunProperties')
291
309
  FormatString = Shapes::StringShape.new(name: 'FormatString')
310
+ Generic512CharString = Shapes::StringShape.new(name: 'Generic512CharString')
292
311
  GenericBoundedDouble = Shapes::FloatShape.new(name: 'GenericBoundedDouble')
293
312
  GenericMap = Shapes::MapShape.new(name: 'GenericMap')
294
313
  GenericString = Shapes::StringShape.new(name: 'GenericString')
314
+ GetBlueprintRequest = Shapes::StructureShape.new(name: 'GetBlueprintRequest')
315
+ GetBlueprintResponse = Shapes::StructureShape.new(name: 'GetBlueprintResponse')
316
+ GetBlueprintRunRequest = Shapes::StructureShape.new(name: 'GetBlueprintRunRequest')
317
+ GetBlueprintRunResponse = Shapes::StructureShape.new(name: 'GetBlueprintRunResponse')
318
+ GetBlueprintRunsRequest = Shapes::StructureShape.new(name: 'GetBlueprintRunsRequest')
319
+ GetBlueprintRunsResponse = Shapes::StructureShape.new(name: 'GetBlueprintRunsResponse')
295
320
  GetCatalogImportStatusRequest = Shapes::StructureShape.new(name: 'GetCatalogImportStatusRequest')
296
321
  GetCatalogImportStatusResponse = Shapes::StructureShape.new(name: 'GetCatalogImportStatusResponse')
297
322
  GetClassifierRequest = Shapes::StructureShape.new(name: 'GetClassifierRequest')
@@ -411,6 +436,7 @@ module Aws::Glue
411
436
  HashString = Shapes::StringShape.new(name: 'HashString')
412
437
  IdString = Shapes::StringShape.new(name: 'IdString')
413
438
  IdempotentParameterMismatchException = Shapes::StructureShape.new(name: 'IdempotentParameterMismatchException')
439
+ IllegalBlueprintStateException = Shapes::StructureShape.new(name: 'IllegalBlueprintStateException')
414
440
  IllegalWorkflowStateException = Shapes::StructureShape.new(name: 'IllegalWorkflowStateException')
415
441
  ImportCatalogToGlueRequest = Shapes::StructureShape.new(name: 'ImportCatalogToGlueRequest')
416
442
  ImportCatalogToGlueResponse = Shapes::StructureShape.new(name: 'ImportCatalogToGlueResponse')
@@ -447,10 +473,13 @@ module Aws::Glue
447
473
  LabelCount = Shapes::IntegerShape.new(name: 'LabelCount')
448
474
  LabelingSetGenerationTaskRunProperties = Shapes::StructureShape.new(name: 'LabelingSetGenerationTaskRunProperties')
449
475
  Language = Shapes::StringShape.new(name: 'Language')
476
+ LastActiveDefinition = Shapes::StructureShape.new(name: 'LastActiveDefinition')
450
477
  LastCrawlInfo = Shapes::StructureShape.new(name: 'LastCrawlInfo')
451
478
  LastCrawlStatus = Shapes::StringShape.new(name: 'LastCrawlStatus')
452
479
  LatestSchemaVersionBoolean = Shapes::BooleanShape.new(name: 'LatestSchemaVersionBoolean')
453
480
  LineageConfiguration = Shapes::StructureShape.new(name: 'LineageConfiguration')
481
+ ListBlueprintsRequest = Shapes::StructureShape.new(name: 'ListBlueprintsRequest')
482
+ ListBlueprintsResponse = Shapes::StructureShape.new(name: 'ListBlueprintsResponse')
454
483
  ListCrawlersRequest = Shapes::StructureShape.new(name: 'ListCrawlersRequest')
455
484
  ListCrawlersResponse = Shapes::StructureShape.new(name: 'ListCrawlersResponse')
456
485
  ListDevEndpointsRequest = Shapes::StructureShape.new(name: 'ListDevEndpointsRequest')
@@ -516,6 +545,9 @@ module Aws::Glue
516
545
  NullableDouble = Shapes::FloatShape.new(name: 'NullableDouble')
517
546
  NullableInteger = Shapes::IntegerShape.new(name: 'NullableInteger')
518
547
  OperationTimeoutException = Shapes::StructureShape.new(name: 'OperationTimeoutException')
548
+ OrchestrationIAMRoleArn = Shapes::StringShape.new(name: 'OrchestrationIAMRoleArn')
549
+ OrchestrationNameString = Shapes::StringShape.new(name: 'OrchestrationNameString')
550
+ OrchestrationS3Location = Shapes::StringShape.new(name: 'OrchestrationS3Location')
519
551
  OrchestrationStringList = Shapes::ListShape.new(name: 'OrchestrationStringList')
520
552
  Order = Shapes::StructureShape.new(name: 'Order')
521
553
  OrderList = Shapes::ListShape.new(name: 'OrderList')
@@ -638,6 +670,8 @@ module Aws::Glue
638
670
  SortCriteria = Shapes::ListShape.new(name: 'SortCriteria')
639
671
  SortCriterion = Shapes::StructureShape.new(name: 'SortCriterion')
640
672
  SortDirectionType = Shapes::StringShape.new(name: 'SortDirectionType')
673
+ StartBlueprintRunRequest = Shapes::StructureShape.new(name: 'StartBlueprintRunRequest')
674
+ StartBlueprintRunResponse = Shapes::StructureShape.new(name: 'StartBlueprintRunResponse')
641
675
  StartCrawlerRequest = Shapes::StructureShape.new(name: 'StartCrawlerRequest')
642
676
  StartCrawlerResponse = Shapes::StructureShape.new(name: 'StartCrawlerResponse')
643
677
  StartCrawlerScheduleRequest = Shapes::StructureShape.new(name: 'StartCrawlerScheduleRequest')
@@ -721,6 +755,8 @@ module Aws::Glue
721
755
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
722
756
  UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
723
757
  UpdateBehavior = Shapes::StringShape.new(name: 'UpdateBehavior')
758
+ UpdateBlueprintRequest = Shapes::StructureShape.new(name: 'UpdateBlueprintRequest')
759
+ UpdateBlueprintResponse = Shapes::StructureShape.new(name: 'UpdateBlueprintResponse')
724
760
  UpdateClassifierRequest = Shapes::StructureShape.new(name: 'UpdateClassifierRequest')
725
761
  UpdateClassifierResponse = Shapes::StructureShape.new(name: 'UpdateClassifierResponse')
726
762
  UpdateColumnStatisticsForPartitionRequest = Shapes::StructureShape.new(name: 'UpdateColumnStatisticsForPartitionRequest')
@@ -862,6 +898,17 @@ module Aws::Glue
862
898
  BatchDeleteTableVersionResponse.add_member(:errors, Shapes::ShapeRef.new(shape: TableVersionErrors, location_name: "Errors"))
863
899
  BatchDeleteTableVersionResponse.struct_class = Types::BatchDeleteTableVersionResponse
864
900
 
901
+ BatchGetBlueprintNames.member = Shapes::ShapeRef.new(shape: OrchestrationNameString)
902
+
903
+ BatchGetBlueprintsRequest.add_member(:names, Shapes::ShapeRef.new(shape: BatchGetBlueprintNames, required: true, location_name: "Names"))
904
+ BatchGetBlueprintsRequest.add_member(:include_blueprint, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "IncludeBlueprint"))
905
+ BatchGetBlueprintsRequest.add_member(:include_parameter_spec, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "IncludeParameterSpec"))
906
+ BatchGetBlueprintsRequest.struct_class = Types::BatchGetBlueprintsRequest
907
+
908
+ BatchGetBlueprintsResponse.add_member(:blueprints, Shapes::ShapeRef.new(shape: Blueprints, location_name: "Blueprints"))
909
+ BatchGetBlueprintsResponse.add_member(:missing_blueprints, Shapes::ShapeRef.new(shape: BlueprintNames, location_name: "MissingBlueprints"))
910
+ BatchGetBlueprintsResponse.struct_class = Types::BatchGetBlueprintsResponse
911
+
865
912
  BatchGetCrawlersRequest.add_member(:crawler_names, Shapes::ShapeRef.new(shape: CrawlerNameList, required: true, location_name: "CrawlerNames"))
866
913
  BatchGetCrawlersRequest.struct_class = Types::BatchGetCrawlersRequest
867
914
 
@@ -959,6 +1006,40 @@ module Aws::Glue
959
1006
  BinaryColumnStatisticsData.add_member(:number_of_nulls, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "NumberOfNulls"))
960
1007
  BinaryColumnStatisticsData.struct_class = Types::BinaryColumnStatisticsData
961
1008
 
1009
+ Blueprint.add_member(:name, Shapes::ShapeRef.new(shape: OrchestrationNameString, location_name: "Name"))
1010
+ Blueprint.add_member(:description, Shapes::ShapeRef.new(shape: Generic512CharString, location_name: "Description"))
1011
+ Blueprint.add_member(:created_on, Shapes::ShapeRef.new(shape: TimestampValue, location_name: "CreatedOn"))
1012
+ Blueprint.add_member(:last_modified_on, Shapes::ShapeRef.new(shape: TimestampValue, location_name: "LastModifiedOn"))
1013
+ Blueprint.add_member(:parameter_spec, Shapes::ShapeRef.new(shape: BlueprintParameterSpec, location_name: "ParameterSpec"))
1014
+ Blueprint.add_member(:blueprint_location, Shapes::ShapeRef.new(shape: GenericString, location_name: "BlueprintLocation"))
1015
+ Blueprint.add_member(:blueprint_service_location, Shapes::ShapeRef.new(shape: GenericString, location_name: "BlueprintServiceLocation"))
1016
+ Blueprint.add_member(:status, Shapes::ShapeRef.new(shape: BlueprintStatus, location_name: "Status"))
1017
+ Blueprint.add_member(:error_message, Shapes::ShapeRef.new(shape: ErrorString, location_name: "ErrorMessage"))
1018
+ Blueprint.add_member(:last_active_definition, Shapes::ShapeRef.new(shape: LastActiveDefinition, location_name: "LastActiveDefinition"))
1019
+ Blueprint.struct_class = Types::Blueprint
1020
+
1021
+ BlueprintDetails.add_member(:blueprint_name, Shapes::ShapeRef.new(shape: OrchestrationNameString, location_name: "BlueprintName"))
1022
+ BlueprintDetails.add_member(:run_id, Shapes::ShapeRef.new(shape: IdString, location_name: "RunId"))
1023
+ BlueprintDetails.struct_class = Types::BlueprintDetails
1024
+
1025
+ BlueprintNames.member = Shapes::ShapeRef.new(shape: OrchestrationNameString)
1026
+
1027
+ BlueprintRun.add_member(:blueprint_name, Shapes::ShapeRef.new(shape: OrchestrationNameString, location_name: "BlueprintName"))
1028
+ BlueprintRun.add_member(:run_id, Shapes::ShapeRef.new(shape: IdString, location_name: "RunId"))
1029
+ BlueprintRun.add_member(:workflow_name, Shapes::ShapeRef.new(shape: NameString, location_name: "WorkflowName"))
1030
+ BlueprintRun.add_member(:state, Shapes::ShapeRef.new(shape: BlueprintRunState, location_name: "State"))
1031
+ BlueprintRun.add_member(:started_on, Shapes::ShapeRef.new(shape: TimestampValue, location_name: "StartedOn"))
1032
+ BlueprintRun.add_member(:completed_on, Shapes::ShapeRef.new(shape: TimestampValue, location_name: "CompletedOn"))
1033
+ BlueprintRun.add_member(:error_message, Shapes::ShapeRef.new(shape: MessageString, location_name: "ErrorMessage"))
1034
+ BlueprintRun.add_member(:rollback_error_message, Shapes::ShapeRef.new(shape: MessageString, location_name: "RollbackErrorMessage"))
1035
+ BlueprintRun.add_member(:parameters, Shapes::ShapeRef.new(shape: BlueprintParameters, location_name: "Parameters"))
1036
+ BlueprintRun.add_member(:role_arn, Shapes::ShapeRef.new(shape: OrchestrationIAMRoleArn, location_name: "RoleArn"))
1037
+ BlueprintRun.struct_class = Types::BlueprintRun
1038
+
1039
+ BlueprintRuns.member = Shapes::ShapeRef.new(shape: BlueprintRun)
1040
+
1041
+ Blueprints.member = Shapes::ShapeRef.new(shape: Blueprint)
1042
+
962
1043
  BooleanColumnStatisticsData.add_member(:number_of_trues, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "NumberOfTrues"))
963
1044
  BooleanColumnStatisticsData.add_member(:number_of_falses, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "NumberOfFalses"))
964
1045
  BooleanColumnStatisticsData.add_member(:number_of_nulls, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "NumberOfNulls"))
@@ -1204,6 +1285,15 @@ module Aws::Glue
1204
1285
  CrawlerTargets.add_member(:catalog_targets, Shapes::ShapeRef.new(shape: CatalogTargetList, location_name: "CatalogTargets"))
1205
1286
  CrawlerTargets.struct_class = Types::CrawlerTargets
1206
1287
 
1288
+ CreateBlueprintRequest.add_member(:name, Shapes::ShapeRef.new(shape: OrchestrationNameString, required: true, location_name: "Name"))
1289
+ CreateBlueprintRequest.add_member(:description, Shapes::ShapeRef.new(shape: Generic512CharString, location_name: "Description"))
1290
+ CreateBlueprintRequest.add_member(:blueprint_location, Shapes::ShapeRef.new(shape: OrchestrationS3Location, required: true, location_name: "BlueprintLocation"))
1291
+ CreateBlueprintRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
1292
+ CreateBlueprintRequest.struct_class = Types::CreateBlueprintRequest
1293
+
1294
+ CreateBlueprintResponse.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
1295
+ CreateBlueprintResponse.struct_class = Types::CreateBlueprintResponse
1296
+
1207
1297
  CreateClassifierRequest.add_member(:grok_classifier, Shapes::ShapeRef.new(shape: CreateGrokClassifierRequest, location_name: "GrokClassifier"))
1208
1298
  CreateClassifierRequest.add_member(:xml_classifier, Shapes::ShapeRef.new(shape: CreateXMLClassifierRequest, location_name: "XMLClassifier"))
1209
1299
  CreateClassifierRequest.add_member(:json_classifier, Shapes::ShapeRef.new(shape: CreateJsonClassifierRequest, location_name: "JsonClassifier"))
@@ -1214,6 +1304,7 @@ module Aws::Glue
1214
1304
 
1215
1305
  CreateConnectionRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
1216
1306
  CreateConnectionRequest.add_member(:connection_input, Shapes::ShapeRef.new(shape: ConnectionInput, required: true, location_name: "ConnectionInput"))
1307
+ CreateConnectionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
1217
1308
  CreateConnectionRequest.struct_class = Types::CreateConnectionRequest
1218
1309
 
1219
1310
  CreateConnectionResponse.struct_class = Types::CreateConnectionResponse
@@ -1520,6 +1611,12 @@ module Aws::Glue
1520
1611
  DecimalNumber.add_member(:scale, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "Scale"))
1521
1612
  DecimalNumber.struct_class = Types::DecimalNumber
1522
1613
 
1614
+ DeleteBlueprintRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
1615
+ DeleteBlueprintRequest.struct_class = Types::DeleteBlueprintRequest
1616
+
1617
+ DeleteBlueprintResponse.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
1618
+ DeleteBlueprintResponse.struct_class = Types::DeleteBlueprintResponse
1619
+
1523
1620
  DeleteClassifierRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
1524
1621
  DeleteClassifierRequest.struct_class = Types::DeleteClassifierRequest
1525
1622
 
@@ -1777,6 +1874,30 @@ module Aws::Glue
1777
1874
  GenericMap.key = Shapes::ShapeRef.new(shape: GenericString)
1778
1875
  GenericMap.value = Shapes::ShapeRef.new(shape: GenericString)
1779
1876
 
1877
+ GetBlueprintRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
1878
+ GetBlueprintRequest.add_member(:include_blueprint, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "IncludeBlueprint"))
1879
+ GetBlueprintRequest.add_member(:include_parameter_spec, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "IncludeParameterSpec"))
1880
+ GetBlueprintRequest.struct_class = Types::GetBlueprintRequest
1881
+
1882
+ GetBlueprintResponse.add_member(:blueprint, Shapes::ShapeRef.new(shape: Blueprint, location_name: "Blueprint"))
1883
+ GetBlueprintResponse.struct_class = Types::GetBlueprintResponse
1884
+
1885
+ GetBlueprintRunRequest.add_member(:blueprint_name, Shapes::ShapeRef.new(shape: OrchestrationNameString, required: true, location_name: "BlueprintName"))
1886
+ GetBlueprintRunRequest.add_member(:run_id, Shapes::ShapeRef.new(shape: IdString, required: true, location_name: "RunId"))
1887
+ GetBlueprintRunRequest.struct_class = Types::GetBlueprintRunRequest
1888
+
1889
+ GetBlueprintRunResponse.add_member(:blueprint_run, Shapes::ShapeRef.new(shape: BlueprintRun, location_name: "BlueprintRun"))
1890
+ GetBlueprintRunResponse.struct_class = Types::GetBlueprintRunResponse
1891
+
1892
+ GetBlueprintRunsRequest.add_member(:blueprint_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "BlueprintName"))
1893
+ GetBlueprintRunsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
1894
+ GetBlueprintRunsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
1895
+ GetBlueprintRunsRequest.struct_class = Types::GetBlueprintRunsRequest
1896
+
1897
+ GetBlueprintRunsResponse.add_member(:blueprint_runs, Shapes::ShapeRef.new(shape: BlueprintRuns, location_name: "BlueprintRuns"))
1898
+ GetBlueprintRunsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
1899
+ GetBlueprintRunsResponse.struct_class = Types::GetBlueprintRunsResponse
1900
+
1780
1901
  GetCatalogImportStatusRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
1781
1902
  GetCatalogImportStatusRequest.struct_class = Types::GetCatalogImportStatusRequest
1782
1903
 
@@ -2300,6 +2421,9 @@ module Aws::Glue
2300
2421
  IdempotentParameterMismatchException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
2301
2422
  IdempotentParameterMismatchException.struct_class = Types::IdempotentParameterMismatchException
2302
2423
 
2424
+ IllegalBlueprintStateException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
2425
+ IllegalBlueprintStateException.struct_class = Types::IllegalBlueprintStateException
2426
+
2303
2427
  IllegalWorkflowStateException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
2304
2428
  IllegalWorkflowStateException.struct_class = Types::IllegalWorkflowStateException
2305
2429
 
@@ -2435,6 +2559,13 @@ module Aws::Glue
2435
2559
  LabelingSetGenerationTaskRunProperties.add_member(:output_s3_path, Shapes::ShapeRef.new(shape: UriString, location_name: "OutputS3Path"))
2436
2560
  LabelingSetGenerationTaskRunProperties.struct_class = Types::LabelingSetGenerationTaskRunProperties
2437
2561
 
2562
+ LastActiveDefinition.add_member(:description, Shapes::ShapeRef.new(shape: Generic512CharString, location_name: "Description"))
2563
+ LastActiveDefinition.add_member(:last_modified_on, Shapes::ShapeRef.new(shape: TimestampValue, location_name: "LastModifiedOn"))
2564
+ LastActiveDefinition.add_member(:parameter_spec, Shapes::ShapeRef.new(shape: BlueprintParameterSpec, location_name: "ParameterSpec"))
2565
+ LastActiveDefinition.add_member(:blueprint_location, Shapes::ShapeRef.new(shape: GenericString, location_name: "BlueprintLocation"))
2566
+ LastActiveDefinition.add_member(:blueprint_service_location, Shapes::ShapeRef.new(shape: GenericString, location_name: "BlueprintServiceLocation"))
2567
+ LastActiveDefinition.struct_class = Types::LastActiveDefinition
2568
+
2438
2569
  LastCrawlInfo.add_member(:status, Shapes::ShapeRef.new(shape: LastCrawlStatus, location_name: "Status"))
2439
2570
  LastCrawlInfo.add_member(:error_message, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "ErrorMessage"))
2440
2571
  LastCrawlInfo.add_member(:log_group, Shapes::ShapeRef.new(shape: LogGroup, location_name: "LogGroup"))
@@ -2446,6 +2577,15 @@ module Aws::Glue
2446
2577
  LineageConfiguration.add_member(:crawler_lineage_settings, Shapes::ShapeRef.new(shape: CrawlerLineageSettings, location_name: "CrawlerLineageSettings"))
2447
2578
  LineageConfiguration.struct_class = Types::LineageConfiguration
2448
2579
 
2580
+ ListBlueprintsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
2581
+ ListBlueprintsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
2582
+ ListBlueprintsRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
2583
+ ListBlueprintsRequest.struct_class = Types::ListBlueprintsRequest
2584
+
2585
+ ListBlueprintsResponse.add_member(:blueprints, Shapes::ShapeRef.new(shape: BlueprintNames, location_name: "Blueprints"))
2586
+ ListBlueprintsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
2587
+ ListBlueprintsResponse.struct_class = Types::ListBlueprintsResponse
2588
+
2449
2589
  ListCrawlersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
2450
2590
  ListCrawlersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
2451
2591
  ListCrawlersRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
@@ -2852,6 +2992,8 @@ module Aws::Glue
2852
2992
  S3Target.add_member(:exclusions, Shapes::ShapeRef.new(shape: PathList, location_name: "Exclusions"))
2853
2993
  S3Target.add_member(:connection_name, Shapes::ShapeRef.new(shape: ConnectionName, location_name: "ConnectionName"))
2854
2994
  S3Target.add_member(:sample_size, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "SampleSize"))
2995
+ S3Target.add_member(:event_queue_arn, Shapes::ShapeRef.new(shape: EventQueueArn, location_name: "EventQueueArn"))
2996
+ S3Target.add_member(:dlq_event_queue_arn, Shapes::ShapeRef.new(shape: EventQueueArn, location_name: "DlqEventQueueArn"))
2855
2997
  S3Target.struct_class = Types::S3Target
2856
2998
 
2857
2999
  S3TargetList.member = Shapes::ShapeRef.new(shape: S3Target)
@@ -2961,6 +3103,14 @@ module Aws::Glue
2961
3103
  SortCriterion.add_member(:sort, Shapes::ShapeRef.new(shape: Sort, location_name: "Sort"))
2962
3104
  SortCriterion.struct_class = Types::SortCriterion
2963
3105
 
3106
+ StartBlueprintRunRequest.add_member(:blueprint_name, Shapes::ShapeRef.new(shape: OrchestrationNameString, required: true, location_name: "BlueprintName"))
3107
+ StartBlueprintRunRequest.add_member(:parameters, Shapes::ShapeRef.new(shape: BlueprintParameters, location_name: "Parameters"))
3108
+ StartBlueprintRunRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: OrchestrationIAMRoleArn, required: true, location_name: "RoleArn"))
3109
+ StartBlueprintRunRequest.struct_class = Types::StartBlueprintRunRequest
3110
+
3111
+ StartBlueprintRunResponse.add_member(:run_id, Shapes::ShapeRef.new(shape: IdString, location_name: "RunId"))
3112
+ StartBlueprintRunResponse.struct_class = Types::StartBlueprintRunResponse
3113
+
2964
3114
  StartCrawlerRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
2965
3115
  StartCrawlerRequest.struct_class = Types::StartCrawlerRequest
2966
3116
 
@@ -3239,6 +3389,14 @@ module Aws::Glue
3239
3389
 
3240
3390
  UntagResourceResponse.struct_class = Types::UntagResourceResponse
3241
3391
 
3392
+ UpdateBlueprintRequest.add_member(:name, Shapes::ShapeRef.new(shape: OrchestrationNameString, required: true, location_name: "Name"))
3393
+ UpdateBlueprintRequest.add_member(:description, Shapes::ShapeRef.new(shape: Generic512CharString, location_name: "Description"))
3394
+ UpdateBlueprintRequest.add_member(:blueprint_location, Shapes::ShapeRef.new(shape: OrchestrationS3Location, required: true, location_name: "BlueprintLocation"))
3395
+ UpdateBlueprintRequest.struct_class = Types::UpdateBlueprintRequest
3396
+
3397
+ UpdateBlueprintResponse.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
3398
+ UpdateBlueprintResponse.struct_class = Types::UpdateBlueprintResponse
3399
+
3242
3400
  UpdateClassifierRequest.add_member(:grok_classifier, Shapes::ShapeRef.new(shape: UpdateGrokClassifierRequest, location_name: "GrokClassifier"))
3243
3401
  UpdateClassifierRequest.add_member(:xml_classifier, Shapes::ShapeRef.new(shape: UpdateXMLClassifierRequest, location_name: "XMLClassifier"))
3244
3402
  UpdateClassifierRequest.add_member(:json_classifier, Shapes::ShapeRef.new(shape: UpdateJsonClassifierRequest, location_name: "JsonClassifier"))
@@ -3459,6 +3617,7 @@ module Aws::Glue
3459
3617
  Workflow.add_member(:last_run, Shapes::ShapeRef.new(shape: WorkflowRun, location_name: "LastRun"))
3460
3618
  Workflow.add_member(:graph, Shapes::ShapeRef.new(shape: WorkflowGraph, location_name: "Graph"))
3461
3619
  Workflow.add_member(:max_concurrent_runs, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "MaxConcurrentRuns"))
3620
+ Workflow.add_member(:blueprint_details, Shapes::ShapeRef.new(shape: BlueprintDetails, location_name: "BlueprintDetails"))
3462
3621
  Workflow.struct_class = Types::Workflow
3463
3622
 
3464
3623
  WorkflowGraph.add_member(:nodes, Shapes::ShapeRef.new(shape: NodeList, location_name: "Nodes"))
@@ -3582,6 +3741,17 @@ module Aws::Glue
3582
3741
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
3583
3742
  end)
3584
3743
 
3744
+ api.add_operation(:batch_get_blueprints, Seahorse::Model::Operation.new.tap do |o|
3745
+ o.name = "BatchGetBlueprints"
3746
+ o.http_method = "POST"
3747
+ o.http_request_uri = "/"
3748
+ o.input = Shapes::ShapeRef.new(shape: BatchGetBlueprintsRequest)
3749
+ o.output = Shapes::ShapeRef.new(shape: BatchGetBlueprintsResponse)
3750
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
3751
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
3752
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
3753
+ end)
3754
+
3585
3755
  api.add_operation(:batch_get_crawlers, Seahorse::Model::Operation.new.tap do |o|
3586
3756
  o.name = "BatchGetCrawlers"
3587
3757
  o.http_method = "POST"
@@ -3697,6 +3867,19 @@ module Aws::Glue
3697
3867
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
3698
3868
  end)
3699
3869
 
3870
+ api.add_operation(:create_blueprint, Seahorse::Model::Operation.new.tap do |o|
3871
+ o.name = "CreateBlueprint"
3872
+ o.http_method = "POST"
3873
+ o.http_request_uri = "/"
3874
+ o.input = Shapes::ShapeRef.new(shape: CreateBlueprintRequest)
3875
+ o.output = Shapes::ShapeRef.new(shape: CreateBlueprintResponse)
3876
+ o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
3877
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
3878
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
3879
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
3880
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNumberLimitExceededException)
3881
+ end)
3882
+
3700
3883
  api.add_operation(:create_classifier, Seahorse::Model::Operation.new.tap do |o|
3701
3884
  o.name = "CreateClassifier"
3702
3885
  o.http_method = "POST"
@@ -3936,6 +4119,17 @@ module Aws::Glue
3936
4119
  o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
3937
4120
  end)
3938
4121
 
4122
+ api.add_operation(:delete_blueprint, Seahorse::Model::Operation.new.tap do |o|
4123
+ o.name = "DeleteBlueprint"
4124
+ o.http_method = "POST"
4125
+ o.http_request_uri = "/"
4126
+ o.input = Shapes::ShapeRef.new(shape: DeleteBlueprintRequest)
4127
+ o.output = Shapes::ShapeRef.new(shape: DeleteBlueprintResponse)
4128
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
4129
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
4130
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
4131
+ end)
4132
+
3939
4133
  api.add_operation(:delete_classifier, Seahorse::Model::Operation.new.tap do |o|
3940
4134
  o.name = "DeleteClassifier"
3941
4135
  o.http_method = "POST"
@@ -4190,6 +4384,47 @@ module Aws::Glue
4190
4384
  o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
4191
4385
  end)
4192
4386
 
4387
+ api.add_operation(:get_blueprint, Seahorse::Model::Operation.new.tap do |o|
4388
+ o.name = "GetBlueprint"
4389
+ o.http_method = "POST"
4390
+ o.http_request_uri = "/"
4391
+ o.input = Shapes::ShapeRef.new(shape: GetBlueprintRequest)
4392
+ o.output = Shapes::ShapeRef.new(shape: GetBlueprintResponse)
4393
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
4394
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
4395
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
4396
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
4397
+ end)
4398
+
4399
+ api.add_operation(:get_blueprint_run, Seahorse::Model::Operation.new.tap do |o|
4400
+ o.name = "GetBlueprintRun"
4401
+ o.http_method = "POST"
4402
+ o.http_request_uri = "/"
4403
+ o.input = Shapes::ShapeRef.new(shape: GetBlueprintRunRequest)
4404
+ o.output = Shapes::ShapeRef.new(shape: GetBlueprintRunResponse)
4405
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
4406
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
4407
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
4408
+ end)
4409
+
4410
+ api.add_operation(:get_blueprint_runs, Seahorse::Model::Operation.new.tap do |o|
4411
+ o.name = "GetBlueprintRuns"
4412
+ o.http_method = "POST"
4413
+ o.http_request_uri = "/"
4414
+ o.input = Shapes::ShapeRef.new(shape: GetBlueprintRunsRequest)
4415
+ o.output = Shapes::ShapeRef.new(shape: GetBlueprintRunsResponse)
4416
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
4417
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
4418
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
4419
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
4420
+ o[:pager] = Aws::Pager.new(
4421
+ limit_key: "max_results",
4422
+ tokens: {
4423
+ "next_token" => "next_token"
4424
+ }
4425
+ )
4426
+ end)
4427
+
4193
4428
  api.add_operation(:get_catalog_import_status, Seahorse::Model::Operation.new.tap do |o|
4194
4429
  o.name = "GetCatalogImportStatus"
4195
4430
  o.http_method = "POST"
@@ -4932,6 +5167,23 @@ module Aws::Glue
4932
5167
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
4933
5168
  end)
4934
5169
 
5170
+ api.add_operation(:list_blueprints, Seahorse::Model::Operation.new.tap do |o|
5171
+ o.name = "ListBlueprints"
5172
+ o.http_method = "POST"
5173
+ o.http_request_uri = "/"
5174
+ o.input = Shapes::ShapeRef.new(shape: ListBlueprintsRequest)
5175
+ o.output = Shapes::ShapeRef.new(shape: ListBlueprintsResponse)
5176
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
5177
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
5178
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
5179
+ o[:pager] = Aws::Pager.new(
5180
+ limit_key: "max_results",
5181
+ tokens: {
5182
+ "next_token" => "next_token"
5183
+ }
5184
+ )
5185
+ end)
5186
+
4935
5187
  api.add_operation(:list_crawlers, Seahorse::Model::Operation.new.tap do |o|
4936
5188
  o.name = "ListCrawlers"
4937
5189
  o.http_method = "POST"
@@ -5220,6 +5472,20 @@ module Aws::Glue
5220
5472
  )
5221
5473
  end)
5222
5474
 
5475
+ api.add_operation(:start_blueprint_run, Seahorse::Model::Operation.new.tap do |o|
5476
+ o.name = "StartBlueprintRun"
5477
+ o.http_method = "POST"
5478
+ o.http_request_uri = "/"
5479
+ o.input = Shapes::ShapeRef.new(shape: StartBlueprintRunRequest)
5480
+ o.output = Shapes::ShapeRef.new(shape: StartBlueprintRunResponse)
5481
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
5482
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
5483
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
5484
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNumberLimitExceededException)
5485
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
5486
+ o.errors << Shapes::ShapeRef.new(shape: IllegalBlueprintStateException)
5487
+ end)
5488
+
5223
5489
  api.add_operation(:start_crawler, Seahorse::Model::Operation.new.tap do |o|
5224
5490
  o.name = "StartCrawler"
5225
5491
  o.http_method = "POST"
@@ -5412,6 +5678,20 @@ module Aws::Glue
5412
5678
  o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
5413
5679
  end)
5414
5680
 
5681
+ api.add_operation(:update_blueprint, Seahorse::Model::Operation.new.tap do |o|
5682
+ o.name = "UpdateBlueprint"
5683
+ o.http_method = "POST"
5684
+ o.http_request_uri = "/"
5685
+ o.input = Shapes::ShapeRef.new(shape: UpdateBlueprintRequest)
5686
+ o.output = Shapes::ShapeRef.new(shape: UpdateBlueprintResponse)
5687
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
5688
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
5689
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
5690
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
5691
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
5692
+ o.errors << Shapes::ShapeRef.new(shape: IllegalBlueprintStateException)
5693
+ end)
5694
+
5415
5695
  api.add_operation(:update_classifier, Seahorse::Model::Operation.new.tap do |o|
5416
5696
  o.name = "UpdateClassifier"
5417
5697
  o.http_method = "POST"
@@ -39,6 +39,7 @@ module Aws::Glue
39
39
  # * {EntityNotFoundException}
40
40
  # * {GlueEncryptionException}
41
41
  # * {IdempotentParameterMismatchException}
42
+ # * {IllegalBlueprintStateException}
42
43
  # * {IllegalWorkflowStateException}
43
44
  # * {InternalServiceException}
44
45
  # * {InvalidInputException}
@@ -238,6 +239,21 @@ module Aws::Glue
238
239
  end
239
240
  end
240
241
 
242
+ class IllegalBlueprintStateException < ServiceError
243
+
244
+ # @param [Seahorse::Client::RequestContext] context
245
+ # @param [String] message
246
+ # @param [Aws::Glue::Types::IllegalBlueprintStateException] data
247
+ def initialize(context, message, data = Aws::EmptyStructure.new)
248
+ super(context, message, data)
249
+ end
250
+
251
+ # @return [String]
252
+ def message
253
+ @message || @data[:message]
254
+ end
255
+ end
256
+
241
257
  class IllegalWorkflowStateException < ServiceError
242
258
 
243
259
  # @param [Seahorse::Client::RequestContext] context