aws-sdk-glue 1.93.0 → 1.94.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')
@@ -289,9 +306,16 @@ module Aws::Glue
289
306
  FindMatchesParameters = Shapes::StructureShape.new(name: 'FindMatchesParameters')
290
307
  FindMatchesTaskRunProperties = Shapes::StructureShape.new(name: 'FindMatchesTaskRunProperties')
291
308
  FormatString = Shapes::StringShape.new(name: 'FormatString')
309
+ Generic512CharString = Shapes::StringShape.new(name: 'Generic512CharString')
292
310
  GenericBoundedDouble = Shapes::FloatShape.new(name: 'GenericBoundedDouble')
293
311
  GenericMap = Shapes::MapShape.new(name: 'GenericMap')
294
312
  GenericString = Shapes::StringShape.new(name: 'GenericString')
313
+ GetBlueprintRequest = Shapes::StructureShape.new(name: 'GetBlueprintRequest')
314
+ GetBlueprintResponse = Shapes::StructureShape.new(name: 'GetBlueprintResponse')
315
+ GetBlueprintRunRequest = Shapes::StructureShape.new(name: 'GetBlueprintRunRequest')
316
+ GetBlueprintRunResponse = Shapes::StructureShape.new(name: 'GetBlueprintRunResponse')
317
+ GetBlueprintRunsRequest = Shapes::StructureShape.new(name: 'GetBlueprintRunsRequest')
318
+ GetBlueprintRunsResponse = Shapes::StructureShape.new(name: 'GetBlueprintRunsResponse')
295
319
  GetCatalogImportStatusRequest = Shapes::StructureShape.new(name: 'GetCatalogImportStatusRequest')
296
320
  GetCatalogImportStatusResponse = Shapes::StructureShape.new(name: 'GetCatalogImportStatusResponse')
297
321
  GetClassifierRequest = Shapes::StructureShape.new(name: 'GetClassifierRequest')
@@ -411,6 +435,7 @@ module Aws::Glue
411
435
  HashString = Shapes::StringShape.new(name: 'HashString')
412
436
  IdString = Shapes::StringShape.new(name: 'IdString')
413
437
  IdempotentParameterMismatchException = Shapes::StructureShape.new(name: 'IdempotentParameterMismatchException')
438
+ IllegalBlueprintStateException = Shapes::StructureShape.new(name: 'IllegalBlueprintStateException')
414
439
  IllegalWorkflowStateException = Shapes::StructureShape.new(name: 'IllegalWorkflowStateException')
415
440
  ImportCatalogToGlueRequest = Shapes::StructureShape.new(name: 'ImportCatalogToGlueRequest')
416
441
  ImportCatalogToGlueResponse = Shapes::StructureShape.new(name: 'ImportCatalogToGlueResponse')
@@ -447,10 +472,13 @@ module Aws::Glue
447
472
  LabelCount = Shapes::IntegerShape.new(name: 'LabelCount')
448
473
  LabelingSetGenerationTaskRunProperties = Shapes::StructureShape.new(name: 'LabelingSetGenerationTaskRunProperties')
449
474
  Language = Shapes::StringShape.new(name: 'Language')
475
+ LastActiveDefinition = Shapes::StructureShape.new(name: 'LastActiveDefinition')
450
476
  LastCrawlInfo = Shapes::StructureShape.new(name: 'LastCrawlInfo')
451
477
  LastCrawlStatus = Shapes::StringShape.new(name: 'LastCrawlStatus')
452
478
  LatestSchemaVersionBoolean = Shapes::BooleanShape.new(name: 'LatestSchemaVersionBoolean')
453
479
  LineageConfiguration = Shapes::StructureShape.new(name: 'LineageConfiguration')
480
+ ListBlueprintsRequest = Shapes::StructureShape.new(name: 'ListBlueprintsRequest')
481
+ ListBlueprintsResponse = Shapes::StructureShape.new(name: 'ListBlueprintsResponse')
454
482
  ListCrawlersRequest = Shapes::StructureShape.new(name: 'ListCrawlersRequest')
455
483
  ListCrawlersResponse = Shapes::StructureShape.new(name: 'ListCrawlersResponse')
456
484
  ListDevEndpointsRequest = Shapes::StructureShape.new(name: 'ListDevEndpointsRequest')
@@ -516,6 +544,9 @@ module Aws::Glue
516
544
  NullableDouble = Shapes::FloatShape.new(name: 'NullableDouble')
517
545
  NullableInteger = Shapes::IntegerShape.new(name: 'NullableInteger')
518
546
  OperationTimeoutException = Shapes::StructureShape.new(name: 'OperationTimeoutException')
547
+ OrchestrationIAMRoleArn = Shapes::StringShape.new(name: 'OrchestrationIAMRoleArn')
548
+ OrchestrationNameString = Shapes::StringShape.new(name: 'OrchestrationNameString')
549
+ OrchestrationS3Location = Shapes::StringShape.new(name: 'OrchestrationS3Location')
519
550
  OrchestrationStringList = Shapes::ListShape.new(name: 'OrchestrationStringList')
520
551
  Order = Shapes::StructureShape.new(name: 'Order')
521
552
  OrderList = Shapes::ListShape.new(name: 'OrderList')
@@ -638,6 +669,8 @@ module Aws::Glue
638
669
  SortCriteria = Shapes::ListShape.new(name: 'SortCriteria')
639
670
  SortCriterion = Shapes::StructureShape.new(name: 'SortCriterion')
640
671
  SortDirectionType = Shapes::StringShape.new(name: 'SortDirectionType')
672
+ StartBlueprintRunRequest = Shapes::StructureShape.new(name: 'StartBlueprintRunRequest')
673
+ StartBlueprintRunResponse = Shapes::StructureShape.new(name: 'StartBlueprintRunResponse')
641
674
  StartCrawlerRequest = Shapes::StructureShape.new(name: 'StartCrawlerRequest')
642
675
  StartCrawlerResponse = Shapes::StructureShape.new(name: 'StartCrawlerResponse')
643
676
  StartCrawlerScheduleRequest = Shapes::StructureShape.new(name: 'StartCrawlerScheduleRequest')
@@ -721,6 +754,8 @@ module Aws::Glue
721
754
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
722
755
  UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
723
756
  UpdateBehavior = Shapes::StringShape.new(name: 'UpdateBehavior')
757
+ UpdateBlueprintRequest = Shapes::StructureShape.new(name: 'UpdateBlueprintRequest')
758
+ UpdateBlueprintResponse = Shapes::StructureShape.new(name: 'UpdateBlueprintResponse')
724
759
  UpdateClassifierRequest = Shapes::StructureShape.new(name: 'UpdateClassifierRequest')
725
760
  UpdateClassifierResponse = Shapes::StructureShape.new(name: 'UpdateClassifierResponse')
726
761
  UpdateColumnStatisticsForPartitionRequest = Shapes::StructureShape.new(name: 'UpdateColumnStatisticsForPartitionRequest')
@@ -862,6 +897,17 @@ module Aws::Glue
862
897
  BatchDeleteTableVersionResponse.add_member(:errors, Shapes::ShapeRef.new(shape: TableVersionErrors, location_name: "Errors"))
863
898
  BatchDeleteTableVersionResponse.struct_class = Types::BatchDeleteTableVersionResponse
864
899
 
900
+ BatchGetBlueprintNames.member = Shapes::ShapeRef.new(shape: OrchestrationNameString)
901
+
902
+ BatchGetBlueprintsRequest.add_member(:names, Shapes::ShapeRef.new(shape: BatchGetBlueprintNames, required: true, location_name: "Names"))
903
+ BatchGetBlueprintsRequest.add_member(:include_blueprint, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "IncludeBlueprint"))
904
+ BatchGetBlueprintsRequest.add_member(:include_parameter_spec, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "IncludeParameterSpec"))
905
+ BatchGetBlueprintsRequest.struct_class = Types::BatchGetBlueprintsRequest
906
+
907
+ BatchGetBlueprintsResponse.add_member(:blueprints, Shapes::ShapeRef.new(shape: Blueprints, location_name: "Blueprints"))
908
+ BatchGetBlueprintsResponse.add_member(:missing_blueprints, Shapes::ShapeRef.new(shape: BlueprintNames, location_name: "MissingBlueprints"))
909
+ BatchGetBlueprintsResponse.struct_class = Types::BatchGetBlueprintsResponse
910
+
865
911
  BatchGetCrawlersRequest.add_member(:crawler_names, Shapes::ShapeRef.new(shape: CrawlerNameList, required: true, location_name: "CrawlerNames"))
866
912
  BatchGetCrawlersRequest.struct_class = Types::BatchGetCrawlersRequest
867
913
 
@@ -959,6 +1005,40 @@ module Aws::Glue
959
1005
  BinaryColumnStatisticsData.add_member(:number_of_nulls, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "NumberOfNulls"))
960
1006
  BinaryColumnStatisticsData.struct_class = Types::BinaryColumnStatisticsData
961
1007
 
1008
+ Blueprint.add_member(:name, Shapes::ShapeRef.new(shape: OrchestrationNameString, location_name: "Name"))
1009
+ Blueprint.add_member(:description, Shapes::ShapeRef.new(shape: Generic512CharString, location_name: "Description"))
1010
+ Blueprint.add_member(:created_on, Shapes::ShapeRef.new(shape: TimestampValue, location_name: "CreatedOn"))
1011
+ Blueprint.add_member(:last_modified_on, Shapes::ShapeRef.new(shape: TimestampValue, location_name: "LastModifiedOn"))
1012
+ Blueprint.add_member(:parameter_spec, Shapes::ShapeRef.new(shape: BlueprintParameterSpec, location_name: "ParameterSpec"))
1013
+ Blueprint.add_member(:blueprint_location, Shapes::ShapeRef.new(shape: GenericString, location_name: "BlueprintLocation"))
1014
+ Blueprint.add_member(:blueprint_service_location, Shapes::ShapeRef.new(shape: GenericString, location_name: "BlueprintServiceLocation"))
1015
+ Blueprint.add_member(:status, Shapes::ShapeRef.new(shape: BlueprintStatus, location_name: "Status"))
1016
+ Blueprint.add_member(:error_message, Shapes::ShapeRef.new(shape: ErrorString, location_name: "ErrorMessage"))
1017
+ Blueprint.add_member(:last_active_definition, Shapes::ShapeRef.new(shape: LastActiveDefinition, location_name: "LastActiveDefinition"))
1018
+ Blueprint.struct_class = Types::Blueprint
1019
+
1020
+ BlueprintDetails.add_member(:blueprint_name, Shapes::ShapeRef.new(shape: OrchestrationNameString, location_name: "BlueprintName"))
1021
+ BlueprintDetails.add_member(:run_id, Shapes::ShapeRef.new(shape: IdString, location_name: "RunId"))
1022
+ BlueprintDetails.struct_class = Types::BlueprintDetails
1023
+
1024
+ BlueprintNames.member = Shapes::ShapeRef.new(shape: OrchestrationNameString)
1025
+
1026
+ BlueprintRun.add_member(:blueprint_name, Shapes::ShapeRef.new(shape: OrchestrationNameString, location_name: "BlueprintName"))
1027
+ BlueprintRun.add_member(:run_id, Shapes::ShapeRef.new(shape: IdString, location_name: "RunId"))
1028
+ BlueprintRun.add_member(:workflow_name, Shapes::ShapeRef.new(shape: NameString, location_name: "WorkflowName"))
1029
+ BlueprintRun.add_member(:state, Shapes::ShapeRef.new(shape: BlueprintRunState, location_name: "State"))
1030
+ BlueprintRun.add_member(:started_on, Shapes::ShapeRef.new(shape: TimestampValue, location_name: "StartedOn"))
1031
+ BlueprintRun.add_member(:completed_on, Shapes::ShapeRef.new(shape: TimestampValue, location_name: "CompletedOn"))
1032
+ BlueprintRun.add_member(:error_message, Shapes::ShapeRef.new(shape: MessageString, location_name: "ErrorMessage"))
1033
+ BlueprintRun.add_member(:rollback_error_message, Shapes::ShapeRef.new(shape: MessageString, location_name: "RollbackErrorMessage"))
1034
+ BlueprintRun.add_member(:parameters, Shapes::ShapeRef.new(shape: BlueprintParameters, location_name: "Parameters"))
1035
+ BlueprintRun.add_member(:role_arn, Shapes::ShapeRef.new(shape: OrchestrationIAMRoleArn, location_name: "RoleArn"))
1036
+ BlueprintRun.struct_class = Types::BlueprintRun
1037
+
1038
+ BlueprintRuns.member = Shapes::ShapeRef.new(shape: BlueprintRun)
1039
+
1040
+ Blueprints.member = Shapes::ShapeRef.new(shape: Blueprint)
1041
+
962
1042
  BooleanColumnStatisticsData.add_member(:number_of_trues, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "NumberOfTrues"))
963
1043
  BooleanColumnStatisticsData.add_member(:number_of_falses, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "NumberOfFalses"))
964
1044
  BooleanColumnStatisticsData.add_member(:number_of_nulls, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "NumberOfNulls"))
@@ -1204,6 +1284,15 @@ module Aws::Glue
1204
1284
  CrawlerTargets.add_member(:catalog_targets, Shapes::ShapeRef.new(shape: CatalogTargetList, location_name: "CatalogTargets"))
1205
1285
  CrawlerTargets.struct_class = Types::CrawlerTargets
1206
1286
 
1287
+ CreateBlueprintRequest.add_member(:name, Shapes::ShapeRef.new(shape: OrchestrationNameString, required: true, location_name: "Name"))
1288
+ CreateBlueprintRequest.add_member(:description, Shapes::ShapeRef.new(shape: Generic512CharString, location_name: "Description"))
1289
+ CreateBlueprintRequest.add_member(:blueprint_location, Shapes::ShapeRef.new(shape: OrchestrationS3Location, required: true, location_name: "BlueprintLocation"))
1290
+ CreateBlueprintRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
1291
+ CreateBlueprintRequest.struct_class = Types::CreateBlueprintRequest
1292
+
1293
+ CreateBlueprintResponse.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
1294
+ CreateBlueprintResponse.struct_class = Types::CreateBlueprintResponse
1295
+
1207
1296
  CreateClassifierRequest.add_member(:grok_classifier, Shapes::ShapeRef.new(shape: CreateGrokClassifierRequest, location_name: "GrokClassifier"))
1208
1297
  CreateClassifierRequest.add_member(:xml_classifier, Shapes::ShapeRef.new(shape: CreateXMLClassifierRequest, location_name: "XMLClassifier"))
1209
1298
  CreateClassifierRequest.add_member(:json_classifier, Shapes::ShapeRef.new(shape: CreateJsonClassifierRequest, location_name: "JsonClassifier"))
@@ -1520,6 +1609,12 @@ module Aws::Glue
1520
1609
  DecimalNumber.add_member(:scale, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "Scale"))
1521
1610
  DecimalNumber.struct_class = Types::DecimalNumber
1522
1611
 
1612
+ DeleteBlueprintRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
1613
+ DeleteBlueprintRequest.struct_class = Types::DeleteBlueprintRequest
1614
+
1615
+ DeleteBlueprintResponse.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
1616
+ DeleteBlueprintResponse.struct_class = Types::DeleteBlueprintResponse
1617
+
1523
1618
  DeleteClassifierRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
1524
1619
  DeleteClassifierRequest.struct_class = Types::DeleteClassifierRequest
1525
1620
 
@@ -1777,6 +1872,30 @@ module Aws::Glue
1777
1872
  GenericMap.key = Shapes::ShapeRef.new(shape: GenericString)
1778
1873
  GenericMap.value = Shapes::ShapeRef.new(shape: GenericString)
1779
1874
 
1875
+ GetBlueprintRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
1876
+ GetBlueprintRequest.add_member(:include_blueprint, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "IncludeBlueprint"))
1877
+ GetBlueprintRequest.add_member(:include_parameter_spec, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "IncludeParameterSpec"))
1878
+ GetBlueprintRequest.struct_class = Types::GetBlueprintRequest
1879
+
1880
+ GetBlueprintResponse.add_member(:blueprint, Shapes::ShapeRef.new(shape: Blueprint, location_name: "Blueprint"))
1881
+ GetBlueprintResponse.struct_class = Types::GetBlueprintResponse
1882
+
1883
+ GetBlueprintRunRequest.add_member(:blueprint_name, Shapes::ShapeRef.new(shape: OrchestrationNameString, required: true, location_name: "BlueprintName"))
1884
+ GetBlueprintRunRequest.add_member(:run_id, Shapes::ShapeRef.new(shape: IdString, required: true, location_name: "RunId"))
1885
+ GetBlueprintRunRequest.struct_class = Types::GetBlueprintRunRequest
1886
+
1887
+ GetBlueprintRunResponse.add_member(:blueprint_run, Shapes::ShapeRef.new(shape: BlueprintRun, location_name: "BlueprintRun"))
1888
+ GetBlueprintRunResponse.struct_class = Types::GetBlueprintRunResponse
1889
+
1890
+ GetBlueprintRunsRequest.add_member(:blueprint_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "BlueprintName"))
1891
+ GetBlueprintRunsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
1892
+ GetBlueprintRunsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
1893
+ GetBlueprintRunsRequest.struct_class = Types::GetBlueprintRunsRequest
1894
+
1895
+ GetBlueprintRunsResponse.add_member(:blueprint_runs, Shapes::ShapeRef.new(shape: BlueprintRuns, location_name: "BlueprintRuns"))
1896
+ GetBlueprintRunsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
1897
+ GetBlueprintRunsResponse.struct_class = Types::GetBlueprintRunsResponse
1898
+
1780
1899
  GetCatalogImportStatusRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
1781
1900
  GetCatalogImportStatusRequest.struct_class = Types::GetCatalogImportStatusRequest
1782
1901
 
@@ -2300,6 +2419,9 @@ module Aws::Glue
2300
2419
  IdempotentParameterMismatchException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
2301
2420
  IdempotentParameterMismatchException.struct_class = Types::IdempotentParameterMismatchException
2302
2421
 
2422
+ IllegalBlueprintStateException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
2423
+ IllegalBlueprintStateException.struct_class = Types::IllegalBlueprintStateException
2424
+
2303
2425
  IllegalWorkflowStateException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
2304
2426
  IllegalWorkflowStateException.struct_class = Types::IllegalWorkflowStateException
2305
2427
 
@@ -2435,6 +2557,13 @@ module Aws::Glue
2435
2557
  LabelingSetGenerationTaskRunProperties.add_member(:output_s3_path, Shapes::ShapeRef.new(shape: UriString, location_name: "OutputS3Path"))
2436
2558
  LabelingSetGenerationTaskRunProperties.struct_class = Types::LabelingSetGenerationTaskRunProperties
2437
2559
 
2560
+ LastActiveDefinition.add_member(:description, Shapes::ShapeRef.new(shape: Generic512CharString, location_name: "Description"))
2561
+ LastActiveDefinition.add_member(:last_modified_on, Shapes::ShapeRef.new(shape: TimestampValue, location_name: "LastModifiedOn"))
2562
+ LastActiveDefinition.add_member(:parameter_spec, Shapes::ShapeRef.new(shape: BlueprintParameterSpec, location_name: "ParameterSpec"))
2563
+ LastActiveDefinition.add_member(:blueprint_location, Shapes::ShapeRef.new(shape: GenericString, location_name: "BlueprintLocation"))
2564
+ LastActiveDefinition.add_member(:blueprint_service_location, Shapes::ShapeRef.new(shape: GenericString, location_name: "BlueprintServiceLocation"))
2565
+ LastActiveDefinition.struct_class = Types::LastActiveDefinition
2566
+
2438
2567
  LastCrawlInfo.add_member(:status, Shapes::ShapeRef.new(shape: LastCrawlStatus, location_name: "Status"))
2439
2568
  LastCrawlInfo.add_member(:error_message, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "ErrorMessage"))
2440
2569
  LastCrawlInfo.add_member(:log_group, Shapes::ShapeRef.new(shape: LogGroup, location_name: "LogGroup"))
@@ -2446,6 +2575,15 @@ module Aws::Glue
2446
2575
  LineageConfiguration.add_member(:crawler_lineage_settings, Shapes::ShapeRef.new(shape: CrawlerLineageSettings, location_name: "CrawlerLineageSettings"))
2447
2576
  LineageConfiguration.struct_class = Types::LineageConfiguration
2448
2577
 
2578
+ ListBlueprintsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
2579
+ ListBlueprintsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
2580
+ ListBlueprintsRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
2581
+ ListBlueprintsRequest.struct_class = Types::ListBlueprintsRequest
2582
+
2583
+ ListBlueprintsResponse.add_member(:blueprints, Shapes::ShapeRef.new(shape: BlueprintNames, location_name: "Blueprints"))
2584
+ ListBlueprintsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
2585
+ ListBlueprintsResponse.struct_class = Types::ListBlueprintsResponse
2586
+
2449
2587
  ListCrawlersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
2450
2588
  ListCrawlersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
2451
2589
  ListCrawlersRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
@@ -2961,6 +3099,14 @@ module Aws::Glue
2961
3099
  SortCriterion.add_member(:sort, Shapes::ShapeRef.new(shape: Sort, location_name: "Sort"))
2962
3100
  SortCriterion.struct_class = Types::SortCriterion
2963
3101
 
3102
+ StartBlueprintRunRequest.add_member(:blueprint_name, Shapes::ShapeRef.new(shape: OrchestrationNameString, required: true, location_name: "BlueprintName"))
3103
+ StartBlueprintRunRequest.add_member(:parameters, Shapes::ShapeRef.new(shape: BlueprintParameters, location_name: "Parameters"))
3104
+ StartBlueprintRunRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: OrchestrationIAMRoleArn, required: true, location_name: "RoleArn"))
3105
+ StartBlueprintRunRequest.struct_class = Types::StartBlueprintRunRequest
3106
+
3107
+ StartBlueprintRunResponse.add_member(:run_id, Shapes::ShapeRef.new(shape: IdString, location_name: "RunId"))
3108
+ StartBlueprintRunResponse.struct_class = Types::StartBlueprintRunResponse
3109
+
2964
3110
  StartCrawlerRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
2965
3111
  StartCrawlerRequest.struct_class = Types::StartCrawlerRequest
2966
3112
 
@@ -3239,6 +3385,14 @@ module Aws::Glue
3239
3385
 
3240
3386
  UntagResourceResponse.struct_class = Types::UntagResourceResponse
3241
3387
 
3388
+ UpdateBlueprintRequest.add_member(:name, Shapes::ShapeRef.new(shape: OrchestrationNameString, required: true, location_name: "Name"))
3389
+ UpdateBlueprintRequest.add_member(:description, Shapes::ShapeRef.new(shape: Generic512CharString, location_name: "Description"))
3390
+ UpdateBlueprintRequest.add_member(:blueprint_location, Shapes::ShapeRef.new(shape: OrchestrationS3Location, required: true, location_name: "BlueprintLocation"))
3391
+ UpdateBlueprintRequest.struct_class = Types::UpdateBlueprintRequest
3392
+
3393
+ UpdateBlueprintResponse.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
3394
+ UpdateBlueprintResponse.struct_class = Types::UpdateBlueprintResponse
3395
+
3242
3396
  UpdateClassifierRequest.add_member(:grok_classifier, Shapes::ShapeRef.new(shape: UpdateGrokClassifierRequest, location_name: "GrokClassifier"))
3243
3397
  UpdateClassifierRequest.add_member(:xml_classifier, Shapes::ShapeRef.new(shape: UpdateXMLClassifierRequest, location_name: "XMLClassifier"))
3244
3398
  UpdateClassifierRequest.add_member(:json_classifier, Shapes::ShapeRef.new(shape: UpdateJsonClassifierRequest, location_name: "JsonClassifier"))
@@ -3459,6 +3613,7 @@ module Aws::Glue
3459
3613
  Workflow.add_member(:last_run, Shapes::ShapeRef.new(shape: WorkflowRun, location_name: "LastRun"))
3460
3614
  Workflow.add_member(:graph, Shapes::ShapeRef.new(shape: WorkflowGraph, location_name: "Graph"))
3461
3615
  Workflow.add_member(:max_concurrent_runs, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "MaxConcurrentRuns"))
3616
+ Workflow.add_member(:blueprint_details, Shapes::ShapeRef.new(shape: BlueprintDetails, location_name: "BlueprintDetails"))
3462
3617
  Workflow.struct_class = Types::Workflow
3463
3618
 
3464
3619
  WorkflowGraph.add_member(:nodes, Shapes::ShapeRef.new(shape: NodeList, location_name: "Nodes"))
@@ -3582,6 +3737,17 @@ module Aws::Glue
3582
3737
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
3583
3738
  end)
3584
3739
 
3740
+ api.add_operation(:batch_get_blueprints, Seahorse::Model::Operation.new.tap do |o|
3741
+ o.name = "BatchGetBlueprints"
3742
+ o.http_method = "POST"
3743
+ o.http_request_uri = "/"
3744
+ o.input = Shapes::ShapeRef.new(shape: BatchGetBlueprintsRequest)
3745
+ o.output = Shapes::ShapeRef.new(shape: BatchGetBlueprintsResponse)
3746
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
3747
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
3748
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
3749
+ end)
3750
+
3585
3751
  api.add_operation(:batch_get_crawlers, Seahorse::Model::Operation.new.tap do |o|
3586
3752
  o.name = "BatchGetCrawlers"
3587
3753
  o.http_method = "POST"
@@ -3697,6 +3863,19 @@ module Aws::Glue
3697
3863
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
3698
3864
  end)
3699
3865
 
3866
+ api.add_operation(:create_blueprint, Seahorse::Model::Operation.new.tap do |o|
3867
+ o.name = "CreateBlueprint"
3868
+ o.http_method = "POST"
3869
+ o.http_request_uri = "/"
3870
+ o.input = Shapes::ShapeRef.new(shape: CreateBlueprintRequest)
3871
+ o.output = Shapes::ShapeRef.new(shape: CreateBlueprintResponse)
3872
+ o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
3873
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
3874
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
3875
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
3876
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNumberLimitExceededException)
3877
+ end)
3878
+
3700
3879
  api.add_operation(:create_classifier, Seahorse::Model::Operation.new.tap do |o|
3701
3880
  o.name = "CreateClassifier"
3702
3881
  o.http_method = "POST"
@@ -3936,6 +4115,17 @@ module Aws::Glue
3936
4115
  o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
3937
4116
  end)
3938
4117
 
4118
+ api.add_operation(:delete_blueprint, Seahorse::Model::Operation.new.tap do |o|
4119
+ o.name = "DeleteBlueprint"
4120
+ o.http_method = "POST"
4121
+ o.http_request_uri = "/"
4122
+ o.input = Shapes::ShapeRef.new(shape: DeleteBlueprintRequest)
4123
+ o.output = Shapes::ShapeRef.new(shape: DeleteBlueprintResponse)
4124
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
4125
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
4126
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
4127
+ end)
4128
+
3939
4129
  api.add_operation(:delete_classifier, Seahorse::Model::Operation.new.tap do |o|
3940
4130
  o.name = "DeleteClassifier"
3941
4131
  o.http_method = "POST"
@@ -4190,6 +4380,47 @@ module Aws::Glue
4190
4380
  o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
4191
4381
  end)
4192
4382
 
4383
+ api.add_operation(:get_blueprint, Seahorse::Model::Operation.new.tap do |o|
4384
+ o.name = "GetBlueprint"
4385
+ o.http_method = "POST"
4386
+ o.http_request_uri = "/"
4387
+ o.input = Shapes::ShapeRef.new(shape: GetBlueprintRequest)
4388
+ o.output = Shapes::ShapeRef.new(shape: GetBlueprintResponse)
4389
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
4390
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
4391
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
4392
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
4393
+ end)
4394
+
4395
+ api.add_operation(:get_blueprint_run, Seahorse::Model::Operation.new.tap do |o|
4396
+ o.name = "GetBlueprintRun"
4397
+ o.http_method = "POST"
4398
+ o.http_request_uri = "/"
4399
+ o.input = Shapes::ShapeRef.new(shape: GetBlueprintRunRequest)
4400
+ o.output = Shapes::ShapeRef.new(shape: GetBlueprintRunResponse)
4401
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
4402
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
4403
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
4404
+ end)
4405
+
4406
+ api.add_operation(:get_blueprint_runs, Seahorse::Model::Operation.new.tap do |o|
4407
+ o.name = "GetBlueprintRuns"
4408
+ o.http_method = "POST"
4409
+ o.http_request_uri = "/"
4410
+ o.input = Shapes::ShapeRef.new(shape: GetBlueprintRunsRequest)
4411
+ o.output = Shapes::ShapeRef.new(shape: GetBlueprintRunsResponse)
4412
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
4413
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
4414
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
4415
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
4416
+ o[:pager] = Aws::Pager.new(
4417
+ limit_key: "max_results",
4418
+ tokens: {
4419
+ "next_token" => "next_token"
4420
+ }
4421
+ )
4422
+ end)
4423
+
4193
4424
  api.add_operation(:get_catalog_import_status, Seahorse::Model::Operation.new.tap do |o|
4194
4425
  o.name = "GetCatalogImportStatus"
4195
4426
  o.http_method = "POST"
@@ -4932,6 +5163,23 @@ module Aws::Glue
4932
5163
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
4933
5164
  end)
4934
5165
 
5166
+ api.add_operation(:list_blueprints, Seahorse::Model::Operation.new.tap do |o|
5167
+ o.name = "ListBlueprints"
5168
+ o.http_method = "POST"
5169
+ o.http_request_uri = "/"
5170
+ o.input = Shapes::ShapeRef.new(shape: ListBlueprintsRequest)
5171
+ o.output = Shapes::ShapeRef.new(shape: ListBlueprintsResponse)
5172
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
5173
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
5174
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
5175
+ o[:pager] = Aws::Pager.new(
5176
+ limit_key: "max_results",
5177
+ tokens: {
5178
+ "next_token" => "next_token"
5179
+ }
5180
+ )
5181
+ end)
5182
+
4935
5183
  api.add_operation(:list_crawlers, Seahorse::Model::Operation.new.tap do |o|
4936
5184
  o.name = "ListCrawlers"
4937
5185
  o.http_method = "POST"
@@ -5220,6 +5468,20 @@ module Aws::Glue
5220
5468
  )
5221
5469
  end)
5222
5470
 
5471
+ api.add_operation(:start_blueprint_run, Seahorse::Model::Operation.new.tap do |o|
5472
+ o.name = "StartBlueprintRun"
5473
+ o.http_method = "POST"
5474
+ o.http_request_uri = "/"
5475
+ o.input = Shapes::ShapeRef.new(shape: StartBlueprintRunRequest)
5476
+ o.output = Shapes::ShapeRef.new(shape: StartBlueprintRunResponse)
5477
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
5478
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
5479
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
5480
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNumberLimitExceededException)
5481
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
5482
+ o.errors << Shapes::ShapeRef.new(shape: IllegalBlueprintStateException)
5483
+ end)
5484
+
5223
5485
  api.add_operation(:start_crawler, Seahorse::Model::Operation.new.tap do |o|
5224
5486
  o.name = "StartCrawler"
5225
5487
  o.http_method = "POST"
@@ -5412,6 +5674,20 @@ module Aws::Glue
5412
5674
  o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
5413
5675
  end)
5414
5676
 
5677
+ api.add_operation(:update_blueprint, Seahorse::Model::Operation.new.tap do |o|
5678
+ o.name = "UpdateBlueprint"
5679
+ o.http_method = "POST"
5680
+ o.http_request_uri = "/"
5681
+ o.input = Shapes::ShapeRef.new(shape: UpdateBlueprintRequest)
5682
+ o.output = Shapes::ShapeRef.new(shape: UpdateBlueprintResponse)
5683
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
5684
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
5685
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
5686
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
5687
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
5688
+ o.errors << Shapes::ShapeRef.new(shape: IllegalBlueprintStateException)
5689
+ end)
5690
+
5415
5691
  api.add_operation(:update_classifier, Seahorse::Model::Operation.new.tap do |o|
5416
5692
  o.name = "UpdateClassifier"
5417
5693
  o.http_method = "POST"