aws-sdk-glue 1.23.0 → 1.24.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-glue.rb +1 -1
- data/lib/aws-sdk-glue/client.rb +648 -36
- data/lib/aws-sdk-glue/client_api.rb +286 -0
- data/lib/aws-sdk-glue/types.rb +676 -94
- metadata +2 -2
@@ -29,9 +29,17 @@ module Aws::Glue
|
|
29
29
|
BatchDeleteTableVersionList = Shapes::ListShape.new(name: 'BatchDeleteTableVersionList')
|
30
30
|
BatchDeleteTableVersionRequest = Shapes::StructureShape.new(name: 'BatchDeleteTableVersionRequest')
|
31
31
|
BatchDeleteTableVersionResponse = Shapes::StructureShape.new(name: 'BatchDeleteTableVersionResponse')
|
32
|
+
BatchGetCrawlersRequest = Shapes::StructureShape.new(name: 'BatchGetCrawlersRequest')
|
33
|
+
BatchGetCrawlersResponse = Shapes::StructureShape.new(name: 'BatchGetCrawlersResponse')
|
34
|
+
BatchGetDevEndpointsRequest = Shapes::StructureShape.new(name: 'BatchGetDevEndpointsRequest')
|
35
|
+
BatchGetDevEndpointsResponse = Shapes::StructureShape.new(name: 'BatchGetDevEndpointsResponse')
|
36
|
+
BatchGetJobsRequest = Shapes::StructureShape.new(name: 'BatchGetJobsRequest')
|
37
|
+
BatchGetJobsResponse = Shapes::StructureShape.new(name: 'BatchGetJobsResponse')
|
32
38
|
BatchGetPartitionRequest = Shapes::StructureShape.new(name: 'BatchGetPartitionRequest')
|
33
39
|
BatchGetPartitionResponse = Shapes::StructureShape.new(name: 'BatchGetPartitionResponse')
|
34
40
|
BatchGetPartitionValueList = Shapes::ListShape.new(name: 'BatchGetPartitionValueList')
|
41
|
+
BatchGetTriggersRequest = Shapes::StructureShape.new(name: 'BatchGetTriggersRequest')
|
42
|
+
BatchGetTriggersResponse = Shapes::StructureShape.new(name: 'BatchGetTriggersResponse')
|
35
43
|
BatchStopJobRunError = Shapes::StructureShape.new(name: 'BatchStopJobRunError')
|
36
44
|
BatchStopJobRunErrorList = Shapes::ListShape.new(name: 'BatchStopJobRunErrorList')
|
37
45
|
BatchStopJobRunJobRunIdList = Shapes::ListShape.new(name: 'BatchStopJobRunJobRunIdList')
|
@@ -163,6 +171,8 @@ module Aws::Glue
|
|
163
171
|
DevEndpoint = Shapes::StructureShape.new(name: 'DevEndpoint')
|
164
172
|
DevEndpointCustomLibraries = Shapes::StructureShape.new(name: 'DevEndpointCustomLibraries')
|
165
173
|
DevEndpointList = Shapes::ListShape.new(name: 'DevEndpointList')
|
174
|
+
DevEndpointNameList = Shapes::ListShape.new(name: 'DevEndpointNameList')
|
175
|
+
DevEndpointNames = Shapes::ListShape.new(name: 'DevEndpointNames')
|
166
176
|
DynamoDBTarget = Shapes::StructureShape.new(name: 'DynamoDBTarget')
|
167
177
|
DynamoDBTargetList = Shapes::ListShape.new(name: 'DynamoDBTargetList')
|
168
178
|
EncryptionAtRest = Shapes::StructureShape.new(name: 'EncryptionAtRest')
|
@@ -239,6 +249,8 @@ module Aws::Glue
|
|
239
249
|
GetTableVersionsResponse = Shapes::StructureShape.new(name: 'GetTableVersionsResponse')
|
240
250
|
GetTablesRequest = Shapes::StructureShape.new(name: 'GetTablesRequest')
|
241
251
|
GetTablesResponse = Shapes::StructureShape.new(name: 'GetTablesResponse')
|
252
|
+
GetTagsRequest = Shapes::StructureShape.new(name: 'GetTagsRequest')
|
253
|
+
GetTagsResponse = Shapes::StructureShape.new(name: 'GetTagsResponse')
|
242
254
|
GetTriggerRequest = Shapes::StructureShape.new(name: 'GetTriggerRequest')
|
243
255
|
GetTriggerResponse = Shapes::StructureShape.new(name: 'GetTriggerResponse')
|
244
256
|
GetTriggersRequest = Shapes::StructureShape.new(name: 'GetTriggersRequest')
|
@@ -248,6 +260,7 @@ module Aws::Glue
|
|
248
260
|
GetUserDefinedFunctionsRequest = Shapes::StructureShape.new(name: 'GetUserDefinedFunctionsRequest')
|
249
261
|
GetUserDefinedFunctionsResponse = Shapes::StructureShape.new(name: 'GetUserDefinedFunctionsResponse')
|
250
262
|
GlueEncryptionException = Shapes::StructureShape.new(name: 'GlueEncryptionException')
|
263
|
+
GlueResourceArn = Shapes::StringShape.new(name: 'GlueResourceArn')
|
251
264
|
GrokClassifier = Shapes::StructureShape.new(name: 'GrokClassifier')
|
252
265
|
GrokPattern = Shapes::StringShape.new(name: 'GrokPattern')
|
253
266
|
HashString = Shapes::StringShape.new(name: 'HashString')
|
@@ -269,6 +282,7 @@ module Aws::Glue
|
|
269
282
|
JobCommand = Shapes::StructureShape.new(name: 'JobCommand')
|
270
283
|
JobList = Shapes::ListShape.new(name: 'JobList')
|
271
284
|
JobName = Shapes::StringShape.new(name: 'JobName')
|
285
|
+
JobNameList = Shapes::ListShape.new(name: 'JobNameList')
|
272
286
|
JobRun = Shapes::StructureShape.new(name: 'JobRun')
|
273
287
|
JobRunList = Shapes::ListShape.new(name: 'JobRunList')
|
274
288
|
JobRunState = Shapes::StringShape.new(name: 'JobRunState')
|
@@ -281,6 +295,14 @@ module Aws::Glue
|
|
281
295
|
Language = Shapes::StringShape.new(name: 'Language')
|
282
296
|
LastCrawlInfo = Shapes::StructureShape.new(name: 'LastCrawlInfo')
|
283
297
|
LastCrawlStatus = Shapes::StringShape.new(name: 'LastCrawlStatus')
|
298
|
+
ListCrawlersRequest = Shapes::StructureShape.new(name: 'ListCrawlersRequest')
|
299
|
+
ListCrawlersResponse = Shapes::StructureShape.new(name: 'ListCrawlersResponse')
|
300
|
+
ListDevEndpointsRequest = Shapes::StructureShape.new(name: 'ListDevEndpointsRequest')
|
301
|
+
ListDevEndpointsResponse = Shapes::StructureShape.new(name: 'ListDevEndpointsResponse')
|
302
|
+
ListJobsRequest = Shapes::StructureShape.new(name: 'ListJobsRequest')
|
303
|
+
ListJobsResponse = Shapes::StructureShape.new(name: 'ListJobsResponse')
|
304
|
+
ListTriggersRequest = Shapes::StructureShape.new(name: 'ListTriggersRequest')
|
305
|
+
ListTriggersResponse = Shapes::StructureShape.new(name: 'ListTriggersResponse')
|
284
306
|
Location = Shapes::StructureShape.new(name: 'Location')
|
285
307
|
LocationMap = Shapes::MapShape.new(name: 'LocationMap')
|
286
308
|
LocationString = Shapes::StringShape.new(name: 'LocationString')
|
@@ -389,6 +411,12 @@ module Aws::Glue
|
|
389
411
|
TableVersion = Shapes::StructureShape.new(name: 'TableVersion')
|
390
412
|
TableVersionError = Shapes::StructureShape.new(name: 'TableVersionError')
|
391
413
|
TableVersionErrors = Shapes::ListShape.new(name: 'TableVersionErrors')
|
414
|
+
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
415
|
+
TagKeysList = Shapes::ListShape.new(name: 'TagKeysList')
|
416
|
+
TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
|
417
|
+
TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
|
418
|
+
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
419
|
+
TagsMap = Shapes::MapShape.new(name: 'TagsMap')
|
392
420
|
Timeout = Shapes::IntegerShape.new(name: 'Timeout')
|
393
421
|
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
394
422
|
TimestampValue = Shapes::TimestampShape.new(name: 'TimestampValue')
|
@@ -396,10 +424,13 @@ module Aws::Glue
|
|
396
424
|
TotalSegmentsInteger = Shapes::IntegerShape.new(name: 'TotalSegmentsInteger')
|
397
425
|
Trigger = Shapes::StructureShape.new(name: 'Trigger')
|
398
426
|
TriggerList = Shapes::ListShape.new(name: 'TriggerList')
|
427
|
+
TriggerNameList = Shapes::ListShape.new(name: 'TriggerNameList')
|
399
428
|
TriggerState = Shapes::StringShape.new(name: 'TriggerState')
|
400
429
|
TriggerType = Shapes::StringShape.new(name: 'TriggerType')
|
401
430
|
TriggerUpdate = Shapes::StructureShape.new(name: 'TriggerUpdate')
|
402
431
|
URI = Shapes::StringShape.new(name: 'URI')
|
432
|
+
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
433
|
+
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
403
434
|
UpdateBehavior = Shapes::StringShape.new(name: 'UpdateBehavior')
|
404
435
|
UpdateClassifierRequest = Shapes::StructureShape.new(name: 'UpdateClassifierRequest')
|
405
436
|
UpdateClassifierResponse = Shapes::StructureShape.new(name: 'UpdateClassifierResponse')
|
@@ -497,6 +528,27 @@ module Aws::Glue
|
|
497
528
|
BatchDeleteTableVersionResponse.add_member(:errors, Shapes::ShapeRef.new(shape: TableVersionErrors, location_name: "Errors"))
|
498
529
|
BatchDeleteTableVersionResponse.struct_class = Types::BatchDeleteTableVersionResponse
|
499
530
|
|
531
|
+
BatchGetCrawlersRequest.add_member(:crawler_names, Shapes::ShapeRef.new(shape: CrawlerNameList, required: true, location_name: "CrawlerNames"))
|
532
|
+
BatchGetCrawlersRequest.struct_class = Types::BatchGetCrawlersRequest
|
533
|
+
|
534
|
+
BatchGetCrawlersResponse.add_member(:crawlers, Shapes::ShapeRef.new(shape: CrawlerList, location_name: "Crawlers"))
|
535
|
+
BatchGetCrawlersResponse.add_member(:crawlers_not_found, Shapes::ShapeRef.new(shape: CrawlerNameList, location_name: "CrawlersNotFound"))
|
536
|
+
BatchGetCrawlersResponse.struct_class = Types::BatchGetCrawlersResponse
|
537
|
+
|
538
|
+
BatchGetDevEndpointsRequest.add_member(:dev_endpoint_names, Shapes::ShapeRef.new(shape: DevEndpointNames, required: true, location_name: "DevEndpointNames"))
|
539
|
+
BatchGetDevEndpointsRequest.struct_class = Types::BatchGetDevEndpointsRequest
|
540
|
+
|
541
|
+
BatchGetDevEndpointsResponse.add_member(:dev_endpoints, Shapes::ShapeRef.new(shape: DevEndpointList, location_name: "DevEndpoints"))
|
542
|
+
BatchGetDevEndpointsResponse.add_member(:dev_endpoints_not_found, Shapes::ShapeRef.new(shape: DevEndpointNames, location_name: "DevEndpointsNotFound"))
|
543
|
+
BatchGetDevEndpointsResponse.struct_class = Types::BatchGetDevEndpointsResponse
|
544
|
+
|
545
|
+
BatchGetJobsRequest.add_member(:job_names, Shapes::ShapeRef.new(shape: JobNameList, required: true, location_name: "JobNames"))
|
546
|
+
BatchGetJobsRequest.struct_class = Types::BatchGetJobsRequest
|
547
|
+
|
548
|
+
BatchGetJobsResponse.add_member(:jobs, Shapes::ShapeRef.new(shape: JobList, location_name: "Jobs"))
|
549
|
+
BatchGetJobsResponse.add_member(:jobs_not_found, Shapes::ShapeRef.new(shape: JobNameList, location_name: "JobsNotFound"))
|
550
|
+
BatchGetJobsResponse.struct_class = Types::BatchGetJobsResponse
|
551
|
+
|
500
552
|
BatchGetPartitionRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
501
553
|
BatchGetPartitionRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
|
502
554
|
BatchGetPartitionRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
|
@@ -509,6 +561,13 @@ module Aws::Glue
|
|
509
561
|
|
510
562
|
BatchGetPartitionValueList.member = Shapes::ShapeRef.new(shape: PartitionValueList)
|
511
563
|
|
564
|
+
BatchGetTriggersRequest.add_member(:trigger_names, Shapes::ShapeRef.new(shape: TriggerNameList, required: true, location_name: "TriggerNames"))
|
565
|
+
BatchGetTriggersRequest.struct_class = Types::BatchGetTriggersRequest
|
566
|
+
|
567
|
+
BatchGetTriggersResponse.add_member(:triggers, Shapes::ShapeRef.new(shape: TriggerList, location_name: "Triggers"))
|
568
|
+
BatchGetTriggersResponse.add_member(:triggers_not_found, Shapes::ShapeRef.new(shape: TriggerNameList, location_name: "TriggersNotFound"))
|
569
|
+
BatchGetTriggersResponse.struct_class = Types::BatchGetTriggersResponse
|
570
|
+
|
512
571
|
BatchStopJobRunError.add_member(:job_name, Shapes::ShapeRef.new(shape: NameString, location_name: "JobName"))
|
513
572
|
BatchStopJobRunError.add_member(:job_run_id, Shapes::ShapeRef.new(shape: IdString, location_name: "JobRunId"))
|
514
573
|
BatchStopJobRunError.add_member(:error_detail, Shapes::ShapeRef.new(shape: ErrorDetail, location_name: "ErrorDetail"))
|
@@ -687,6 +746,7 @@ module Aws::Glue
|
|
687
746
|
CreateCrawlerRequest.add_member(:schema_change_policy, Shapes::ShapeRef.new(shape: SchemaChangePolicy, location_name: "SchemaChangePolicy"))
|
688
747
|
CreateCrawlerRequest.add_member(:configuration, Shapes::ShapeRef.new(shape: CrawlerConfiguration, location_name: "Configuration"))
|
689
748
|
CreateCrawlerRequest.add_member(:crawler_security_configuration, Shapes::ShapeRef.new(shape: CrawlerSecurityConfiguration, location_name: "CrawlerSecurityConfiguration"))
|
749
|
+
CreateCrawlerRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
|
690
750
|
CreateCrawlerRequest.struct_class = Types::CreateCrawlerRequest
|
691
751
|
|
692
752
|
CreateCrawlerResponse.struct_class = Types::CreateCrawlerResponse
|
@@ -707,6 +767,7 @@ module Aws::Glue
|
|
707
767
|
CreateDevEndpointRequest.add_member(:extra_python_libs_s3_path, Shapes::ShapeRef.new(shape: GenericString, location_name: "ExtraPythonLibsS3Path"))
|
708
768
|
CreateDevEndpointRequest.add_member(:extra_jars_s3_path, Shapes::ShapeRef.new(shape: GenericString, location_name: "ExtraJarsS3Path"))
|
709
769
|
CreateDevEndpointRequest.add_member(:security_configuration, Shapes::ShapeRef.new(shape: NameString, location_name: "SecurityConfiguration"))
|
770
|
+
CreateDevEndpointRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
|
710
771
|
CreateDevEndpointRequest.struct_class = Types::CreateDevEndpointRequest
|
711
772
|
|
712
773
|
CreateDevEndpointResponse.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: GenericString, location_name: "EndpointName"))
|
@@ -746,6 +807,7 @@ module Aws::Glue
|
|
746
807
|
CreateJobRequest.add_member(:max_capacity, Shapes::ShapeRef.new(shape: NullableDouble, location_name: "MaxCapacity"))
|
747
808
|
CreateJobRequest.add_member(:notification_property, Shapes::ShapeRef.new(shape: NotificationProperty, location_name: "NotificationProperty"))
|
748
809
|
CreateJobRequest.add_member(:security_configuration, Shapes::ShapeRef.new(shape: NameString, location_name: "SecurityConfiguration"))
|
810
|
+
CreateJobRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
|
749
811
|
CreateJobRequest.struct_class = Types::CreateJobRequest
|
750
812
|
|
751
813
|
CreateJobResponse.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
|
@@ -794,6 +856,7 @@ module Aws::Glue
|
|
794
856
|
CreateTriggerRequest.add_member(:actions, Shapes::ShapeRef.new(shape: ActionList, required: true, location_name: "Actions"))
|
795
857
|
CreateTriggerRequest.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
|
796
858
|
CreateTriggerRequest.add_member(:start_on_creation, Shapes::ShapeRef.new(shape: BooleanValue, location_name: "StartOnCreation"))
|
859
|
+
CreateTriggerRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
|
797
860
|
CreateTriggerRequest.struct_class = Types::CreateTriggerRequest
|
798
861
|
|
799
862
|
CreateTriggerResponse.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
|
@@ -944,6 +1007,10 @@ module Aws::Glue
|
|
944
1007
|
|
945
1008
|
DevEndpointList.member = Shapes::ShapeRef.new(shape: DevEndpoint)
|
946
1009
|
|
1010
|
+
DevEndpointNameList.member = Shapes::ShapeRef.new(shape: NameString)
|
1011
|
+
|
1012
|
+
DevEndpointNames.member = Shapes::ShapeRef.new(shape: GenericString)
|
1013
|
+
|
947
1014
|
DynamoDBTarget.add_member(:path, Shapes::ShapeRef.new(shape: Path, location_name: "Path"))
|
948
1015
|
DynamoDBTarget.struct_class = Types::DynamoDBTarget
|
949
1016
|
|
@@ -1215,6 +1282,12 @@ module Aws::Glue
|
|
1215
1282
|
GetTablesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
1216
1283
|
GetTablesResponse.struct_class = Types::GetTablesResponse
|
1217
1284
|
|
1285
|
+
GetTagsRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: GlueResourceArn, required: true, location_name: "ResourceArn"))
|
1286
|
+
GetTagsRequest.struct_class = Types::GetTagsRequest
|
1287
|
+
|
1288
|
+
GetTagsResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
|
1289
|
+
GetTagsResponse.struct_class = Types::GetTagsResponse
|
1290
|
+
|
1218
1291
|
GetTriggerRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
|
1219
1292
|
GetTriggerRequest.struct_class = Types::GetTriggerRequest
|
1220
1293
|
|
@@ -1305,6 +1378,8 @@ module Aws::Glue
|
|
1305
1378
|
|
1306
1379
|
JobList.member = Shapes::ShapeRef.new(shape: Job)
|
1307
1380
|
|
1381
|
+
JobNameList.member = Shapes::ShapeRef.new(shape: NameString)
|
1382
|
+
|
1308
1383
|
JobRun.add_member(:id, Shapes::ShapeRef.new(shape: IdString, location_name: "Id"))
|
1309
1384
|
JobRun.add_member(:attempt, Shapes::ShapeRef.new(shape: AttemptCount, location_name: "Attempt"))
|
1310
1385
|
JobRun.add_member(:previous_run_id, Shapes::ShapeRef.new(shape: IdString, location_name: "PreviousRunId"))
|
@@ -1358,6 +1433,43 @@ module Aws::Glue
|
|
1358
1433
|
LastCrawlInfo.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTime"))
|
1359
1434
|
LastCrawlInfo.struct_class = Types::LastCrawlInfo
|
1360
1435
|
|
1436
|
+
ListCrawlersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
|
1437
|
+
ListCrawlersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
1438
|
+
ListCrawlersRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
|
1439
|
+
ListCrawlersRequest.struct_class = Types::ListCrawlersRequest
|
1440
|
+
|
1441
|
+
ListCrawlersResponse.add_member(:crawler_names, Shapes::ShapeRef.new(shape: CrawlerNameList, location_name: "CrawlerNames"))
|
1442
|
+
ListCrawlersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
1443
|
+
ListCrawlersResponse.struct_class = Types::ListCrawlersResponse
|
1444
|
+
|
1445
|
+
ListDevEndpointsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
|
1446
|
+
ListDevEndpointsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
|
1447
|
+
ListDevEndpointsRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
|
1448
|
+
ListDevEndpointsRequest.struct_class = Types::ListDevEndpointsRequest
|
1449
|
+
|
1450
|
+
ListDevEndpointsResponse.add_member(:dev_endpoint_names, Shapes::ShapeRef.new(shape: DevEndpointNameList, location_name: "DevEndpointNames"))
|
1451
|
+
ListDevEndpointsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
|
1452
|
+
ListDevEndpointsResponse.struct_class = Types::ListDevEndpointsResponse
|
1453
|
+
|
1454
|
+
ListJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
|
1455
|
+
ListJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
|
1456
|
+
ListJobsRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
|
1457
|
+
ListJobsRequest.struct_class = Types::ListJobsRequest
|
1458
|
+
|
1459
|
+
ListJobsResponse.add_member(:job_names, Shapes::ShapeRef.new(shape: JobNameList, location_name: "JobNames"))
|
1460
|
+
ListJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
|
1461
|
+
ListJobsResponse.struct_class = Types::ListJobsResponse
|
1462
|
+
|
1463
|
+
ListTriggersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
|
1464
|
+
ListTriggersRequest.add_member(:dependent_job_name, Shapes::ShapeRef.new(shape: NameString, location_name: "DependentJobName"))
|
1465
|
+
ListTriggersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
|
1466
|
+
ListTriggersRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
|
1467
|
+
ListTriggersRequest.struct_class = Types::ListTriggersRequest
|
1468
|
+
|
1469
|
+
ListTriggersResponse.add_member(:trigger_names, Shapes::ShapeRef.new(shape: TriggerNameList, location_name: "TriggerNames"))
|
1470
|
+
ListTriggersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
|
1471
|
+
ListTriggersResponse.struct_class = Types::ListTriggersResponse
|
1472
|
+
|
1361
1473
|
Location.add_member(:jdbc, Shapes::ShapeRef.new(shape: CodeGenNodeArgs, location_name: "Jdbc"))
|
1362
1474
|
Location.add_member(:s3, Shapes::ShapeRef.new(shape: CodeGenNodeArgs, location_name: "S3"))
|
1363
1475
|
Location.add_member(:dynamo_db, Shapes::ShapeRef.new(shape: CodeGenNodeArgs, location_name: "DynamoDB"))
|
@@ -1622,6 +1734,17 @@ module Aws::Glue
|
|
1622
1734
|
|
1623
1735
|
TableVersionErrors.member = Shapes::ShapeRef.new(shape: TableVersionError)
|
1624
1736
|
|
1737
|
+
TagKeysList.member = Shapes::ShapeRef.new(shape: TagKey)
|
1738
|
+
|
1739
|
+
TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: GlueResourceArn, required: true, location_name: "ResourceArn"))
|
1740
|
+
TagResourceRequest.add_member(:tags_to_add, Shapes::ShapeRef.new(shape: TagsMap, required: true, location_name: "TagsToAdd"))
|
1741
|
+
TagResourceRequest.struct_class = Types::TagResourceRequest
|
1742
|
+
|
1743
|
+
TagResourceResponse.struct_class = Types::TagResourceResponse
|
1744
|
+
|
1745
|
+
TagsMap.key = Shapes::ShapeRef.new(shape: TagKey)
|
1746
|
+
TagsMap.value = Shapes::ShapeRef.new(shape: TagValue)
|
1747
|
+
|
1625
1748
|
Trigger.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
|
1626
1749
|
Trigger.add_member(:id, Shapes::ShapeRef.new(shape: IdString, location_name: "Id"))
|
1627
1750
|
Trigger.add_member(:type, Shapes::ShapeRef.new(shape: TriggerType, location_name: "Type"))
|
@@ -1634,6 +1757,8 @@ module Aws::Glue
|
|
1634
1757
|
|
1635
1758
|
TriggerList.member = Shapes::ShapeRef.new(shape: Trigger)
|
1636
1759
|
|
1760
|
+
TriggerNameList.member = Shapes::ShapeRef.new(shape: NameString)
|
1761
|
+
|
1637
1762
|
TriggerUpdate.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
|
1638
1763
|
TriggerUpdate.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
|
1639
1764
|
TriggerUpdate.add_member(:schedule, Shapes::ShapeRef.new(shape: GenericString, location_name: "Schedule"))
|
@@ -1641,6 +1766,12 @@ module Aws::Glue
|
|
1641
1766
|
TriggerUpdate.add_member(:predicate, Shapes::ShapeRef.new(shape: Predicate, location_name: "Predicate"))
|
1642
1767
|
TriggerUpdate.struct_class = Types::TriggerUpdate
|
1643
1768
|
|
1769
|
+
UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: GlueResourceArn, required: true, location_name: "ResourceArn"))
|
1770
|
+
UntagResourceRequest.add_member(:tags_to_remove, Shapes::ShapeRef.new(shape: TagKeysList, required: true, location_name: "TagsToRemove"))
|
1771
|
+
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
1772
|
+
|
1773
|
+
UntagResourceResponse.struct_class = Types::UntagResourceResponse
|
1774
|
+
|
1644
1775
|
UpdateClassifierRequest.add_member(:grok_classifier, Shapes::ShapeRef.new(shape: UpdateGrokClassifierRequest, location_name: "GrokClassifier"))
|
1645
1776
|
UpdateClassifierRequest.add_member(:xml_classifier, Shapes::ShapeRef.new(shape: UpdateXMLClassifierRequest, location_name: "XMLClassifier"))
|
1646
1777
|
UpdateClassifierRequest.add_member(:json_classifier, Shapes::ShapeRef.new(shape: UpdateJsonClassifierRequest, location_name: "JsonClassifier"))
|
@@ -1853,6 +1984,39 @@ module Aws::Glue
|
|
1853
1984
|
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
1854
1985
|
end)
|
1855
1986
|
|
1987
|
+
api.add_operation(:batch_get_crawlers, Seahorse::Model::Operation.new.tap do |o|
|
1988
|
+
o.name = "BatchGetCrawlers"
|
1989
|
+
o.http_method = "POST"
|
1990
|
+
o.http_request_uri = "/"
|
1991
|
+
o.input = Shapes::ShapeRef.new(shape: BatchGetCrawlersRequest)
|
1992
|
+
o.output = Shapes::ShapeRef.new(shape: BatchGetCrawlersResponse)
|
1993
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
1994
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
1995
|
+
end)
|
1996
|
+
|
1997
|
+
api.add_operation(:batch_get_dev_endpoints, Seahorse::Model::Operation.new.tap do |o|
|
1998
|
+
o.name = "BatchGetDevEndpoints"
|
1999
|
+
o.http_method = "POST"
|
2000
|
+
o.http_request_uri = "/"
|
2001
|
+
o.input = Shapes::ShapeRef.new(shape: BatchGetDevEndpointsRequest)
|
2002
|
+
o.output = Shapes::ShapeRef.new(shape: BatchGetDevEndpointsResponse)
|
2003
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2004
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
2005
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
2006
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
2007
|
+
end)
|
2008
|
+
|
2009
|
+
api.add_operation(:batch_get_jobs, Seahorse::Model::Operation.new.tap do |o|
|
2010
|
+
o.name = "BatchGetJobs"
|
2011
|
+
o.http_method = "POST"
|
2012
|
+
o.http_request_uri = "/"
|
2013
|
+
o.input = Shapes::ShapeRef.new(shape: BatchGetJobsRequest)
|
2014
|
+
o.output = Shapes::ShapeRef.new(shape: BatchGetJobsResponse)
|
2015
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
2016
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
2017
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
2018
|
+
end)
|
2019
|
+
|
1856
2020
|
api.add_operation(:batch_get_partition, Seahorse::Model::Operation.new.tap do |o|
|
1857
2021
|
o.name = "BatchGetPartition"
|
1858
2022
|
o.http_method = "POST"
|
@@ -1866,6 +2030,17 @@ module Aws::Glue
|
|
1866
2030
|
o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
|
1867
2031
|
end)
|
1868
2032
|
|
2033
|
+
api.add_operation(:batch_get_triggers, Seahorse::Model::Operation.new.tap do |o|
|
2034
|
+
o.name = "BatchGetTriggers"
|
2035
|
+
o.http_method = "POST"
|
2036
|
+
o.http_request_uri = "/"
|
2037
|
+
o.input = Shapes::ShapeRef.new(shape: BatchGetTriggersRequest)
|
2038
|
+
o.output = Shapes::ShapeRef.new(shape: BatchGetTriggersResponse)
|
2039
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
2040
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
2041
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
2042
|
+
end)
|
2043
|
+
|
1869
2044
|
api.add_operation(:batch_stop_job_run, Seahorse::Model::Operation.new.tap do |o|
|
1870
2045
|
o.name = "BatchStopJobRun"
|
1871
2046
|
o.http_method = "POST"
|
@@ -2531,6 +2706,12 @@ module Aws::Glue
|
|
2531
2706
|
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
2532
2707
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
2533
2708
|
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
2709
|
+
o[:pager] = Aws::Pager.new(
|
2710
|
+
limit_key: "max_results",
|
2711
|
+
tokens: {
|
2712
|
+
"next_token" => "next_token"
|
2713
|
+
}
|
2714
|
+
)
|
2534
2715
|
end)
|
2535
2716
|
|
2536
2717
|
api.add_operation(:get_table, Seahorse::Model::Operation.new.tap do |o|
|
@@ -2597,6 +2778,18 @@ module Aws::Glue
|
|
2597
2778
|
)
|
2598
2779
|
end)
|
2599
2780
|
|
2781
|
+
api.add_operation(:get_tags, Seahorse::Model::Operation.new.tap do |o|
|
2782
|
+
o.name = "GetTags"
|
2783
|
+
o.http_method = "POST"
|
2784
|
+
o.http_request_uri = "/"
|
2785
|
+
o.input = Shapes::ShapeRef.new(shape: GetTagsRequest)
|
2786
|
+
o.output = Shapes::ShapeRef.new(shape: GetTagsResponse)
|
2787
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
2788
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
2789
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
2790
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
2791
|
+
end)
|
2792
|
+
|
2600
2793
|
api.add_operation(:get_trigger, Seahorse::Model::Operation.new.tap do |o|
|
2601
2794
|
o.name = "GetTrigger"
|
2602
2795
|
o.http_method = "POST"
|
@@ -2669,6 +2862,75 @@ module Aws::Glue
|
|
2669
2862
|
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
2670
2863
|
end)
|
2671
2864
|
|
2865
|
+
api.add_operation(:list_crawlers, Seahorse::Model::Operation.new.tap do |o|
|
2866
|
+
o.name = "ListCrawlers"
|
2867
|
+
o.http_method = "POST"
|
2868
|
+
o.http_request_uri = "/"
|
2869
|
+
o.input = Shapes::ShapeRef.new(shape: ListCrawlersRequest)
|
2870
|
+
o.output = Shapes::ShapeRef.new(shape: ListCrawlersResponse)
|
2871
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
2872
|
+
o[:pager] = Aws::Pager.new(
|
2873
|
+
limit_key: "max_results",
|
2874
|
+
tokens: {
|
2875
|
+
"next_token" => "next_token"
|
2876
|
+
}
|
2877
|
+
)
|
2878
|
+
end)
|
2879
|
+
|
2880
|
+
api.add_operation(:list_dev_endpoints, Seahorse::Model::Operation.new.tap do |o|
|
2881
|
+
o.name = "ListDevEndpoints"
|
2882
|
+
o.http_method = "POST"
|
2883
|
+
o.http_request_uri = "/"
|
2884
|
+
o.input = Shapes::ShapeRef.new(shape: ListDevEndpointsRequest)
|
2885
|
+
o.output = Shapes::ShapeRef.new(shape: ListDevEndpointsResponse)
|
2886
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
2887
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
2888
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
2889
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
2890
|
+
o[:pager] = Aws::Pager.new(
|
2891
|
+
limit_key: "max_results",
|
2892
|
+
tokens: {
|
2893
|
+
"next_token" => "next_token"
|
2894
|
+
}
|
2895
|
+
)
|
2896
|
+
end)
|
2897
|
+
|
2898
|
+
api.add_operation(:list_jobs, Seahorse::Model::Operation.new.tap do |o|
|
2899
|
+
o.name = "ListJobs"
|
2900
|
+
o.http_method = "POST"
|
2901
|
+
o.http_request_uri = "/"
|
2902
|
+
o.input = Shapes::ShapeRef.new(shape: ListJobsRequest)
|
2903
|
+
o.output = Shapes::ShapeRef.new(shape: ListJobsResponse)
|
2904
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
2905
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
2906
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
2907
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
2908
|
+
o[:pager] = Aws::Pager.new(
|
2909
|
+
limit_key: "max_results",
|
2910
|
+
tokens: {
|
2911
|
+
"next_token" => "next_token"
|
2912
|
+
}
|
2913
|
+
)
|
2914
|
+
end)
|
2915
|
+
|
2916
|
+
api.add_operation(:list_triggers, Seahorse::Model::Operation.new.tap do |o|
|
2917
|
+
o.name = "ListTriggers"
|
2918
|
+
o.http_method = "POST"
|
2919
|
+
o.http_request_uri = "/"
|
2920
|
+
o.input = Shapes::ShapeRef.new(shape: ListTriggersRequest)
|
2921
|
+
o.output = Shapes::ShapeRef.new(shape: ListTriggersResponse)
|
2922
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
2923
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
2924
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
2925
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
2926
|
+
o[:pager] = Aws::Pager.new(
|
2927
|
+
limit_key: "max_results",
|
2928
|
+
tokens: {
|
2929
|
+
"next_token" => "next_token"
|
2930
|
+
}
|
2931
|
+
)
|
2932
|
+
end)
|
2933
|
+
|
2672
2934
|
api.add_operation(:put_data_catalog_encryption_settings, Seahorse::Model::Operation.new.tap do |o|
|
2673
2935
|
o.name = "PutDataCatalogEncryptionSettings"
|
2674
2936
|
o.http_method = "POST"
|
@@ -2794,6 +3056,30 @@ module Aws::Glue
|
|
2794
3056
|
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
2795
3057
|
end)
|
2796
3058
|
|
3059
|
+
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
3060
|
+
o.name = "TagResource"
|
3061
|
+
o.http_method = "POST"
|
3062
|
+
o.http_request_uri = "/"
|
3063
|
+
o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
|
3064
|
+
o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
|
3065
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3066
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
3067
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
3068
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
3069
|
+
end)
|
3070
|
+
|
3071
|
+
api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
|
3072
|
+
o.name = "UntagResource"
|
3073
|
+
o.http_method = "POST"
|
3074
|
+
o.http_request_uri = "/"
|
3075
|
+
o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
|
3076
|
+
o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
|
3077
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3078
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
3079
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
3080
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
3081
|
+
end)
|
3082
|
+
|
2797
3083
|
api.add_operation(:update_classifier, Seahorse::Model::Operation.new.tap do |o|
|
2798
3084
|
o.name = "UpdateClassifier"
|
2799
3085
|
o.http_method = "POST"
|