cdk-docker-image-deployment 0.0.89 → 0.0.91
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +19 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/accessanalyzer-2019-11-01.min.json +2 -1
- package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +762 -46
- package/node_modules/aws-sdk/apis/athena-2017-05-18.paginators.json +20 -0
- package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.examples.json +5 -0
- package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.min.json +1268 -0
- package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.paginators.json +45 -0
- package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +332 -157
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.paginators.json +35 -23
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +230 -14
- package/node_modules/aws-sdk/apis/docdb-elastic-2022-11-28.examples.json +5 -0
- package/node_modules/aws-sdk/apis/docdb-elastic-2022-11-28.min.json +586 -0
- package/node_modules/aws-sdk/apis/docdb-elastic-2022-11-28.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/gamelift-2015-10-01.min.json +423 -164
- package/node_modules/aws-sdk/apis/gamelift-2015-10-01.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +1169 -483
- package/node_modules/aws-sdk/apis/glue-2017-03-31.paginators.json +20 -0
- package/node_modules/aws-sdk/apis/metadata.json +14 -0
- package/node_modules/aws-sdk/apis/pipes-2015-10-07.examples.json +5 -0
- package/node_modules/aws-sdk/apis/pipes-2015-10-07.min.json +1329 -0
- package/node_modules/aws-sdk/apis/pipes-2015-10-07.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +6 -3
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +2666 -931
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.paginators.json +42 -0
- package/node_modules/aws-sdk/apis/sagemaker-geospatial-2020-05-27.examples.json +5 -0
- package/node_modules/aws-sdk/apis/sagemaker-geospatial-2020-05-27.min.json +1516 -0
- package/node_modules/aws-sdk/apis/sagemaker-geospatial-2020-05-27.paginators.json +26 -0
- package/node_modules/aws-sdk/apis/states-2016-11-23.min.json +285 -62
- package/node_modules/aws-sdk/apis/states-2016-11-23.paginators.json +6 -0
- package/node_modules/aws-sdk/clients/accessanalyzer.d.ts +5 -1
- package/node_modules/aws-sdk/clients/all.d.ts +4 -0
- package/node_modules/aws-sdk/clients/all.js +5 -1
- package/node_modules/aws-sdk/clients/athena.d.ts +1043 -42
- package/node_modules/aws-sdk/clients/codecatalyst.d.ts +1403 -0
- package/node_modules/aws-sdk/clients/codecatalyst.js +19 -0
- package/node_modules/aws-sdk/clients/comprehend.d.ts +238 -18
- package/node_modules/aws-sdk/clients/dataexchange.d.ts +269 -26
- package/node_modules/aws-sdk/clients/docdbelastic.d.ts +565 -0
- package/node_modules/aws-sdk/clients/docdbelastic.js +18 -0
- package/node_modules/aws-sdk/clients/gamelift.d.ts +712 -323
- package/node_modules/aws-sdk/clients/glue.d.ts +1026 -83
- package/node_modules/aws-sdk/clients/pipes.d.ts +1612 -0
- package/node_modules/aws-sdk/clients/pipes.js +18 -0
- package/node_modules/aws-sdk/clients/s3control.d.ts +18 -6
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +2434 -98
- package/node_modules/aws-sdk/clients/sagemakergeospatial.d.ts +1610 -0
- package/node_modules/aws-sdk/clients/sagemakergeospatial.js +18 -0
- package/node_modules/aws-sdk/clients/stepfunctions.d.ts +290 -17
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +176 -21
- package/node_modules/aws-sdk/dist/aws-sdk.js +1576 -367
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +96 -96
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +8 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/region_config_data.json +4 -2
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
|
@@ -254,6 +254,59 @@
|
|
|
254
254
|
}
|
|
255
255
|
}
|
|
256
256
|
},
|
|
257
|
+
"BatchGetDataQualityResult": {
|
|
258
|
+
"input": {
|
|
259
|
+
"type": "structure",
|
|
260
|
+
"required": [
|
|
261
|
+
"ResultIds"
|
|
262
|
+
],
|
|
263
|
+
"members": {
|
|
264
|
+
"ResultIds": {
|
|
265
|
+
"shape": "S3t"
|
|
266
|
+
}
|
|
267
|
+
}
|
|
268
|
+
},
|
|
269
|
+
"output": {
|
|
270
|
+
"type": "structure",
|
|
271
|
+
"required": [
|
|
272
|
+
"Results"
|
|
273
|
+
],
|
|
274
|
+
"members": {
|
|
275
|
+
"Results": {
|
|
276
|
+
"type": "list",
|
|
277
|
+
"member": {
|
|
278
|
+
"type": "structure",
|
|
279
|
+
"members": {
|
|
280
|
+
"ResultId": {},
|
|
281
|
+
"Score": {
|
|
282
|
+
"type": "double"
|
|
283
|
+
},
|
|
284
|
+
"DataSource": {
|
|
285
|
+
"shape": "S3z"
|
|
286
|
+
},
|
|
287
|
+
"RulesetName": {},
|
|
288
|
+
"EvaluationContext": {},
|
|
289
|
+
"StartedOn": {
|
|
290
|
+
"type": "timestamp"
|
|
291
|
+
},
|
|
292
|
+
"CompletedOn": {
|
|
293
|
+
"type": "timestamp"
|
|
294
|
+
},
|
|
295
|
+
"JobName": {},
|
|
296
|
+
"JobRunId": {},
|
|
297
|
+
"RulesetEvaluationRunId": {},
|
|
298
|
+
"RuleResults": {
|
|
299
|
+
"shape": "S42"
|
|
300
|
+
}
|
|
301
|
+
}
|
|
302
|
+
}
|
|
303
|
+
},
|
|
304
|
+
"ResultsNotFound": {
|
|
305
|
+
"shape": "S3t"
|
|
306
|
+
}
|
|
307
|
+
}
|
|
308
|
+
}
|
|
309
|
+
},
|
|
257
310
|
"BatchGetDevEndpoints": {
|
|
258
311
|
"input": {
|
|
259
312
|
"type": "structure",
|
|
@@ -262,7 +315,7 @@
|
|
|
262
315
|
],
|
|
263
316
|
"members": {
|
|
264
317
|
"DevEndpointNames": {
|
|
265
|
-
"shape": "
|
|
318
|
+
"shape": "S46"
|
|
266
319
|
}
|
|
267
320
|
}
|
|
268
321
|
},
|
|
@@ -270,10 +323,10 @@
|
|
|
270
323
|
"type": "structure",
|
|
271
324
|
"members": {
|
|
272
325
|
"DevEndpoints": {
|
|
273
|
-
"shape": "
|
|
326
|
+
"shape": "S48"
|
|
274
327
|
},
|
|
275
328
|
"DevEndpointsNotFound": {
|
|
276
|
-
"shape": "
|
|
329
|
+
"shape": "S46"
|
|
277
330
|
}
|
|
278
331
|
}
|
|
279
332
|
}
|
|
@@ -286,7 +339,7 @@
|
|
|
286
339
|
],
|
|
287
340
|
"members": {
|
|
288
341
|
"JobNames": {
|
|
289
|
-
"shape": "
|
|
342
|
+
"shape": "S4i"
|
|
290
343
|
}
|
|
291
344
|
}
|
|
292
345
|
},
|
|
@@ -294,10 +347,10 @@
|
|
|
294
347
|
"type": "structure",
|
|
295
348
|
"members": {
|
|
296
349
|
"Jobs": {
|
|
297
|
-
"shape": "
|
|
350
|
+
"shape": "S4k"
|
|
298
351
|
},
|
|
299
352
|
"JobsNotFound": {
|
|
300
|
-
"shape": "
|
|
353
|
+
"shape": "S4i"
|
|
301
354
|
}
|
|
302
355
|
}
|
|
303
356
|
}
|
|
@@ -315,7 +368,7 @@
|
|
|
315
368
|
"DatabaseName": {},
|
|
316
369
|
"TableName": {},
|
|
317
370
|
"PartitionsToGet": {
|
|
318
|
-
"shape": "
|
|
371
|
+
"shape": "S8z"
|
|
319
372
|
}
|
|
320
373
|
}
|
|
321
374
|
},
|
|
@@ -323,10 +376,10 @@
|
|
|
323
376
|
"type": "structure",
|
|
324
377
|
"members": {
|
|
325
378
|
"Partitions": {
|
|
326
|
-
"shape": "
|
|
379
|
+
"shape": "S91"
|
|
327
380
|
},
|
|
328
381
|
"UnprocessedKeys": {
|
|
329
|
-
"shape": "
|
|
382
|
+
"shape": "S8z"
|
|
330
383
|
}
|
|
331
384
|
}
|
|
332
385
|
}
|
|
@@ -339,7 +392,7 @@
|
|
|
339
392
|
],
|
|
340
393
|
"members": {
|
|
341
394
|
"TriggerNames": {
|
|
342
|
-
"shape": "
|
|
395
|
+
"shape": "S94"
|
|
343
396
|
}
|
|
344
397
|
}
|
|
345
398
|
},
|
|
@@ -347,10 +400,10 @@
|
|
|
347
400
|
"type": "structure",
|
|
348
401
|
"members": {
|
|
349
402
|
"Triggers": {
|
|
350
|
-
"shape": "
|
|
403
|
+
"shape": "S96"
|
|
351
404
|
},
|
|
352
405
|
"TriggersNotFound": {
|
|
353
|
-
"shape": "
|
|
406
|
+
"shape": "S94"
|
|
354
407
|
}
|
|
355
408
|
}
|
|
356
409
|
}
|
|
@@ -363,7 +416,7 @@
|
|
|
363
416
|
],
|
|
364
417
|
"members": {
|
|
365
418
|
"Names": {
|
|
366
|
-
"shape": "
|
|
419
|
+
"shape": "S9o"
|
|
367
420
|
},
|
|
368
421
|
"IncludeGraph": {
|
|
369
422
|
"type": "boolean"
|
|
@@ -376,11 +429,11 @@
|
|
|
376
429
|
"Workflows": {
|
|
377
430
|
"type": "list",
|
|
378
431
|
"member": {
|
|
379
|
-
"shape": "
|
|
432
|
+
"shape": "S9r"
|
|
380
433
|
}
|
|
381
434
|
},
|
|
382
435
|
"MissingWorkflows": {
|
|
383
|
-
"shape": "
|
|
436
|
+
"shape": "S9o"
|
|
384
437
|
}
|
|
385
438
|
}
|
|
386
439
|
}
|
|
@@ -451,7 +504,7 @@
|
|
|
451
504
|
],
|
|
452
505
|
"members": {
|
|
453
506
|
"PartitionValueList": {
|
|
454
|
-
"shape": "
|
|
507
|
+
"shape": "Sap"
|
|
455
508
|
},
|
|
456
509
|
"PartitionInput": {
|
|
457
510
|
"shape": "S5"
|
|
@@ -470,7 +523,7 @@
|
|
|
470
523
|
"type": "structure",
|
|
471
524
|
"members": {
|
|
472
525
|
"PartitionValueList": {
|
|
473
|
-
"shape": "
|
|
526
|
+
"shape": "Sap"
|
|
474
527
|
},
|
|
475
528
|
"ErrorDetail": {
|
|
476
529
|
"shape": "S14"
|
|
@@ -481,6 +534,36 @@
|
|
|
481
534
|
}
|
|
482
535
|
}
|
|
483
536
|
},
|
|
537
|
+
"CancelDataQualityRuleRecommendationRun": {
|
|
538
|
+
"input": {
|
|
539
|
+
"type": "structure",
|
|
540
|
+
"required": [
|
|
541
|
+
"RunId"
|
|
542
|
+
],
|
|
543
|
+
"members": {
|
|
544
|
+
"RunId": {}
|
|
545
|
+
}
|
|
546
|
+
},
|
|
547
|
+
"output": {
|
|
548
|
+
"type": "structure",
|
|
549
|
+
"members": {}
|
|
550
|
+
}
|
|
551
|
+
},
|
|
552
|
+
"CancelDataQualityRulesetEvaluationRun": {
|
|
553
|
+
"input": {
|
|
554
|
+
"type": "structure",
|
|
555
|
+
"required": [
|
|
556
|
+
"RunId"
|
|
557
|
+
],
|
|
558
|
+
"members": {
|
|
559
|
+
"RunId": {}
|
|
560
|
+
}
|
|
561
|
+
},
|
|
562
|
+
"output": {
|
|
563
|
+
"type": "structure",
|
|
564
|
+
"members": {}
|
|
565
|
+
}
|
|
566
|
+
},
|
|
484
567
|
"CancelMLTaskRun": {
|
|
485
568
|
"input": {
|
|
486
569
|
"type": "structure",
|
|
@@ -556,7 +639,7 @@
|
|
|
556
639
|
"Description": {},
|
|
557
640
|
"BlueprintLocation": {},
|
|
558
641
|
"Tags": {
|
|
559
|
-
"shape": "
|
|
642
|
+
"shape": "Sba"
|
|
560
643
|
}
|
|
561
644
|
}
|
|
562
645
|
},
|
|
@@ -619,7 +702,7 @@
|
|
|
619
702
|
"QuoteSymbol": {},
|
|
620
703
|
"ContainsHeader": {},
|
|
621
704
|
"Header": {
|
|
622
|
-
"shape": "
|
|
705
|
+
"shape": "Sbr"
|
|
623
706
|
},
|
|
624
707
|
"DisableValueTrimming": {
|
|
625
708
|
"type": "boolean"
|
|
@@ -631,7 +714,7 @@
|
|
|
631
714
|
"type": "boolean"
|
|
632
715
|
},
|
|
633
716
|
"CustomDatatypes": {
|
|
634
|
-
"shape": "
|
|
717
|
+
"shape": "Sbs"
|
|
635
718
|
}
|
|
636
719
|
}
|
|
637
720
|
}
|
|
@@ -651,10 +734,10 @@
|
|
|
651
734
|
"members": {
|
|
652
735
|
"CatalogId": {},
|
|
653
736
|
"ConnectionInput": {
|
|
654
|
-
"shape": "
|
|
737
|
+
"shape": "Sbv"
|
|
655
738
|
},
|
|
656
739
|
"Tags": {
|
|
657
|
-
"shape": "
|
|
740
|
+
"shape": "Sba"
|
|
658
741
|
}
|
|
659
742
|
}
|
|
660
743
|
},
|
|
@@ -699,7 +782,7 @@
|
|
|
699
782
|
"Configuration": {},
|
|
700
783
|
"CrawlerSecurityConfiguration": {},
|
|
701
784
|
"Tags": {
|
|
702
|
-
"shape": "
|
|
785
|
+
"shape": "Sba"
|
|
703
786
|
}
|
|
704
787
|
}
|
|
705
788
|
},
|
|
@@ -730,6 +813,34 @@
|
|
|
730
813
|
}
|
|
731
814
|
}
|
|
732
815
|
},
|
|
816
|
+
"CreateDataQualityRuleset": {
|
|
817
|
+
"input": {
|
|
818
|
+
"type": "structure",
|
|
819
|
+
"required": [
|
|
820
|
+
"Name",
|
|
821
|
+
"Ruleset"
|
|
822
|
+
],
|
|
823
|
+
"members": {
|
|
824
|
+
"Name": {},
|
|
825
|
+
"Description": {},
|
|
826
|
+
"Ruleset": {},
|
|
827
|
+
"Tags": {
|
|
828
|
+
"shape": "Sba"
|
|
829
|
+
},
|
|
830
|
+
"TargetTable": {
|
|
831
|
+
"shape": "Sc9"
|
|
832
|
+
},
|
|
833
|
+
"ClientToken": {}
|
|
834
|
+
}
|
|
835
|
+
},
|
|
836
|
+
"output": {
|
|
837
|
+
"type": "structure",
|
|
838
|
+
"members": {
|
|
839
|
+
"Name": {}
|
|
840
|
+
}
|
|
841
|
+
},
|
|
842
|
+
"idempotent": true
|
|
843
|
+
},
|
|
733
844
|
"CreateDatabase": {
|
|
734
845
|
"input": {
|
|
735
846
|
"type": "structure",
|
|
@@ -739,10 +850,10 @@
|
|
|
739
850
|
"members": {
|
|
740
851
|
"CatalogId": {},
|
|
741
852
|
"DatabaseInput": {
|
|
742
|
-
"shape": "
|
|
853
|
+
"shape": "Scc"
|
|
743
854
|
},
|
|
744
855
|
"Tags": {
|
|
745
|
-
"shape": "
|
|
856
|
+
"shape": "Sba"
|
|
746
857
|
}
|
|
747
858
|
}
|
|
748
859
|
},
|
|
@@ -762,12 +873,12 @@
|
|
|
762
873
|
"EndpointName": {},
|
|
763
874
|
"RoleArn": {},
|
|
764
875
|
"SecurityGroupIds": {
|
|
765
|
-
"shape": "
|
|
876
|
+
"shape": "S4b"
|
|
766
877
|
},
|
|
767
878
|
"SubnetId": {},
|
|
768
879
|
"PublicKey": {},
|
|
769
880
|
"PublicKeys": {
|
|
770
|
-
"shape": "
|
|
881
|
+
"shape": "S4f"
|
|
771
882
|
},
|
|
772
883
|
"NumberOfNodes": {
|
|
773
884
|
"type": "integer"
|
|
@@ -781,10 +892,10 @@
|
|
|
781
892
|
"ExtraJarsS3Path": {},
|
|
782
893
|
"SecurityConfiguration": {},
|
|
783
894
|
"Tags": {
|
|
784
|
-
"shape": "
|
|
895
|
+
"shape": "Sba"
|
|
785
896
|
},
|
|
786
897
|
"Arguments": {
|
|
787
|
-
"shape": "
|
|
898
|
+
"shape": "S4g"
|
|
788
899
|
}
|
|
789
900
|
}
|
|
790
901
|
},
|
|
@@ -794,7 +905,7 @@
|
|
|
794
905
|
"EndpointName": {},
|
|
795
906
|
"Status": {},
|
|
796
907
|
"SecurityGroupIds": {
|
|
797
|
-
"shape": "
|
|
908
|
+
"shape": "S4b"
|
|
798
909
|
},
|
|
799
910
|
"SubnetId": {},
|
|
800
911
|
"RoleArn": {},
|
|
@@ -820,7 +931,7 @@
|
|
|
820
931
|
"type": "timestamp"
|
|
821
932
|
},
|
|
822
933
|
"Arguments": {
|
|
823
|
-
"shape": "
|
|
934
|
+
"shape": "S4g"
|
|
824
935
|
}
|
|
825
936
|
}
|
|
826
937
|
}
|
|
@@ -839,19 +950,19 @@
|
|
|
839
950
|
"LogUri": {},
|
|
840
951
|
"Role": {},
|
|
841
952
|
"ExecutionProperty": {
|
|
842
|
-
"shape": "
|
|
953
|
+
"shape": "S4o"
|
|
843
954
|
},
|
|
844
955
|
"Command": {
|
|
845
|
-
"shape": "
|
|
956
|
+
"shape": "S4q"
|
|
846
957
|
},
|
|
847
958
|
"DefaultArguments": {
|
|
848
|
-
"shape": "
|
|
959
|
+
"shape": "S4t"
|
|
849
960
|
},
|
|
850
961
|
"NonOverridableArguments": {
|
|
851
|
-
"shape": "
|
|
962
|
+
"shape": "S4t"
|
|
852
963
|
},
|
|
853
964
|
"Connections": {
|
|
854
|
-
"shape": "
|
|
965
|
+
"shape": "S4u"
|
|
855
966
|
},
|
|
856
967
|
"MaxRetries": {
|
|
857
968
|
"type": "integer"
|
|
@@ -869,10 +980,10 @@
|
|
|
869
980
|
},
|
|
870
981
|
"SecurityConfiguration": {},
|
|
871
982
|
"Tags": {
|
|
872
|
-
"shape": "
|
|
983
|
+
"shape": "Sba"
|
|
873
984
|
},
|
|
874
985
|
"NotificationProperty": {
|
|
875
|
-
"shape": "
|
|
986
|
+
"shape": "S4y"
|
|
876
987
|
},
|
|
877
988
|
"GlueVersion": {},
|
|
878
989
|
"NumberOfWorkers": {
|
|
@@ -880,11 +991,11 @@
|
|
|
880
991
|
},
|
|
881
992
|
"WorkerType": {},
|
|
882
993
|
"CodeGenConfigurationNodes": {
|
|
883
|
-
"shape": "
|
|
994
|
+
"shape": "S50"
|
|
884
995
|
},
|
|
885
996
|
"ExecutionClass": {},
|
|
886
997
|
"SourceControlDetails": {
|
|
887
|
-
"shape": "
|
|
998
|
+
"shape": "S8v"
|
|
888
999
|
}
|
|
889
1000
|
}
|
|
890
1001
|
},
|
|
@@ -908,10 +1019,10 @@
|
|
|
908
1019
|
"Name": {},
|
|
909
1020
|
"Description": {},
|
|
910
1021
|
"InputRecordTables": {
|
|
911
|
-
"shape": "
|
|
1022
|
+
"shape": "Scr"
|
|
912
1023
|
},
|
|
913
1024
|
"Parameters": {
|
|
914
|
-
"shape": "
|
|
1025
|
+
"shape": "Scs"
|
|
915
1026
|
},
|
|
916
1027
|
"Role": {},
|
|
917
1028
|
"GlueVersion": {},
|
|
@@ -929,10 +1040,10 @@
|
|
|
929
1040
|
"type": "integer"
|
|
930
1041
|
},
|
|
931
1042
|
"Tags": {
|
|
932
|
-
"shape": "
|
|
1043
|
+
"shape": "Sba"
|
|
933
1044
|
},
|
|
934
1045
|
"TransformEncryption": {
|
|
935
|
-
"shape": "
|
|
1046
|
+
"shape": "Scw"
|
|
936
1047
|
}
|
|
937
1048
|
}
|
|
938
1049
|
},
|
|
@@ -978,7 +1089,7 @@
|
|
|
978
1089
|
"DatabaseName": {},
|
|
979
1090
|
"TableName": {},
|
|
980
1091
|
"PartitionIndex": {
|
|
981
|
-
"shape": "
|
|
1092
|
+
"shape": "Sd3"
|
|
982
1093
|
}
|
|
983
1094
|
}
|
|
984
1095
|
},
|
|
@@ -997,7 +1108,7 @@
|
|
|
997
1108
|
"RegistryName": {},
|
|
998
1109
|
"Description": {},
|
|
999
1110
|
"Tags": {
|
|
1000
|
-
"shape": "
|
|
1111
|
+
"shape": "Sba"
|
|
1001
1112
|
}
|
|
1002
1113
|
}
|
|
1003
1114
|
},
|
|
@@ -1008,7 +1119,7 @@
|
|
|
1008
1119
|
"RegistryName": {},
|
|
1009
1120
|
"Description": {},
|
|
1010
1121
|
"Tags": {
|
|
1011
|
-
"shape": "
|
|
1122
|
+
"shape": "Sba"
|
|
1012
1123
|
}
|
|
1013
1124
|
}
|
|
1014
1125
|
}
|
|
@@ -1022,14 +1133,14 @@
|
|
|
1022
1133
|
],
|
|
1023
1134
|
"members": {
|
|
1024
1135
|
"RegistryId": {
|
|
1025
|
-
"shape": "
|
|
1136
|
+
"shape": "Sd9"
|
|
1026
1137
|
},
|
|
1027
1138
|
"SchemaName": {},
|
|
1028
1139
|
"DataFormat": {},
|
|
1029
1140
|
"Compatibility": {},
|
|
1030
1141
|
"Description": {},
|
|
1031
1142
|
"Tags": {
|
|
1032
|
-
"shape": "
|
|
1143
|
+
"shape": "Sba"
|
|
1033
1144
|
},
|
|
1034
1145
|
"SchemaDefinition": {}
|
|
1035
1146
|
}
|
|
@@ -1055,7 +1166,7 @@
|
|
|
1055
1166
|
},
|
|
1056
1167
|
"SchemaStatus": {},
|
|
1057
1168
|
"Tags": {
|
|
1058
|
-
"shape": "
|
|
1169
|
+
"shape": "Sba"
|
|
1059
1170
|
},
|
|
1060
1171
|
"SchemaVersionId": {},
|
|
1061
1172
|
"SchemaVersionStatus": {}
|
|
@@ -1067,10 +1178,10 @@
|
|
|
1067
1178
|
"type": "structure",
|
|
1068
1179
|
"members": {
|
|
1069
1180
|
"DagNodes": {
|
|
1070
|
-
"shape": "
|
|
1181
|
+
"shape": "Sdg"
|
|
1071
1182
|
},
|
|
1072
1183
|
"DagEdges": {
|
|
1073
|
-
"shape": "
|
|
1184
|
+
"shape": "Sdo"
|
|
1074
1185
|
},
|
|
1075
1186
|
"Language": {}
|
|
1076
1187
|
}
|
|
@@ -1093,7 +1204,7 @@
|
|
|
1093
1204
|
"members": {
|
|
1094
1205
|
"Name": {},
|
|
1095
1206
|
"EncryptionConfiguration": {
|
|
1096
|
-
"shape": "
|
|
1207
|
+
"shape": "Sdv"
|
|
1097
1208
|
}
|
|
1098
1209
|
}
|
|
1099
1210
|
},
|
|
@@ -1120,7 +1231,7 @@
|
|
|
1120
1231
|
"Description": {},
|
|
1121
1232
|
"Role": {},
|
|
1122
1233
|
"Command": {
|
|
1123
|
-
"shape": "
|
|
1234
|
+
"shape": "Se7"
|
|
1124
1235
|
},
|
|
1125
1236
|
"Timeout": {
|
|
1126
1237
|
"type": "integer"
|
|
@@ -1129,10 +1240,10 @@
|
|
|
1129
1240
|
"type": "integer"
|
|
1130
1241
|
},
|
|
1131
1242
|
"DefaultArguments": {
|
|
1132
|
-
"shape": "
|
|
1243
|
+
"shape": "Se8"
|
|
1133
1244
|
},
|
|
1134
1245
|
"Connections": {
|
|
1135
|
-
"shape": "
|
|
1246
|
+
"shape": "S4u"
|
|
1136
1247
|
},
|
|
1137
1248
|
"MaxCapacity": {
|
|
1138
1249
|
"type": "double"
|
|
@@ -1144,7 +1255,7 @@
|
|
|
1144
1255
|
"SecurityConfiguration": {},
|
|
1145
1256
|
"GlueVersion": {},
|
|
1146
1257
|
"Tags": {
|
|
1147
|
-
"shape": "
|
|
1258
|
+
"shape": "Sba"
|
|
1148
1259
|
},
|
|
1149
1260
|
"RequestOrigin": {}
|
|
1150
1261
|
}
|
|
@@ -1153,7 +1264,7 @@
|
|
|
1153
1264
|
"type": "structure",
|
|
1154
1265
|
"members": {
|
|
1155
1266
|
"Session": {
|
|
1156
|
-
"shape": "
|
|
1267
|
+
"shape": "Seb"
|
|
1157
1268
|
}
|
|
1158
1269
|
}
|
|
1159
1270
|
}
|
|
@@ -1169,12 +1280,12 @@
|
|
|
1169
1280
|
"CatalogId": {},
|
|
1170
1281
|
"DatabaseName": {},
|
|
1171
1282
|
"TableInput": {
|
|
1172
|
-
"shape": "
|
|
1283
|
+
"shape": "Sef"
|
|
1173
1284
|
},
|
|
1174
1285
|
"PartitionIndexes": {
|
|
1175
1286
|
"type": "list",
|
|
1176
1287
|
"member": {
|
|
1177
|
-
"shape": "
|
|
1288
|
+
"shape": "Sd3"
|
|
1178
1289
|
}
|
|
1179
1290
|
},
|
|
1180
1291
|
"TransactionId": {}
|
|
@@ -1199,20 +1310,20 @@
|
|
|
1199
1310
|
"Type": {},
|
|
1200
1311
|
"Schedule": {},
|
|
1201
1312
|
"Predicate": {
|
|
1202
|
-
"shape": "
|
|
1313
|
+
"shape": "S9d"
|
|
1203
1314
|
},
|
|
1204
1315
|
"Actions": {
|
|
1205
|
-
"shape": "
|
|
1316
|
+
"shape": "S9b"
|
|
1206
1317
|
},
|
|
1207
1318
|
"Description": {},
|
|
1208
1319
|
"StartOnCreation": {
|
|
1209
1320
|
"type": "boolean"
|
|
1210
1321
|
},
|
|
1211
1322
|
"Tags": {
|
|
1212
|
-
"shape": "
|
|
1323
|
+
"shape": "Sba"
|
|
1213
1324
|
},
|
|
1214
1325
|
"EventBatchingCondition": {
|
|
1215
|
-
"shape": "
|
|
1326
|
+
"shape": "S9k"
|
|
1216
1327
|
}
|
|
1217
1328
|
}
|
|
1218
1329
|
},
|
|
@@ -1234,7 +1345,7 @@
|
|
|
1234
1345
|
"CatalogId": {},
|
|
1235
1346
|
"DatabaseName": {},
|
|
1236
1347
|
"FunctionInput": {
|
|
1237
|
-
"shape": "
|
|
1348
|
+
"shape": "Sep"
|
|
1238
1349
|
}
|
|
1239
1350
|
}
|
|
1240
1351
|
},
|
|
@@ -1253,10 +1364,10 @@
|
|
|
1253
1364
|
"Name": {},
|
|
1254
1365
|
"Description": {},
|
|
1255
1366
|
"DefaultRunProperties": {
|
|
1256
|
-
"shape": "
|
|
1367
|
+
"shape": "S9s"
|
|
1257
1368
|
},
|
|
1258
1369
|
"Tags": {
|
|
1259
|
-
"shape": "
|
|
1370
|
+
"shape": "Sba"
|
|
1260
1371
|
},
|
|
1261
1372
|
"MaxConcurrentRuns": {
|
|
1262
1373
|
"type": "integer"
|
|
@@ -1394,6 +1505,21 @@
|
|
|
1394
1505
|
}
|
|
1395
1506
|
}
|
|
1396
1507
|
},
|
|
1508
|
+
"DeleteDataQualityRuleset": {
|
|
1509
|
+
"input": {
|
|
1510
|
+
"type": "structure",
|
|
1511
|
+
"required": [
|
|
1512
|
+
"Name"
|
|
1513
|
+
],
|
|
1514
|
+
"members": {
|
|
1515
|
+
"Name": {}
|
|
1516
|
+
}
|
|
1517
|
+
},
|
|
1518
|
+
"output": {
|
|
1519
|
+
"type": "structure",
|
|
1520
|
+
"members": {}
|
|
1521
|
+
}
|
|
1522
|
+
},
|
|
1397
1523
|
"DeleteDatabase": {
|
|
1398
1524
|
"input": {
|
|
1399
1525
|
"type": "structure",
|
|
@@ -1509,7 +1635,7 @@
|
|
|
1509
1635
|
],
|
|
1510
1636
|
"members": {
|
|
1511
1637
|
"RegistryId": {
|
|
1512
|
-
"shape": "
|
|
1638
|
+
"shape": "Sd9"
|
|
1513
1639
|
}
|
|
1514
1640
|
}
|
|
1515
1641
|
},
|
|
@@ -1759,7 +1885,7 @@
|
|
|
1759
1885
|
"type": "structure",
|
|
1760
1886
|
"members": {
|
|
1761
1887
|
"BlueprintRun": {
|
|
1762
|
-
"shape": "
|
|
1888
|
+
"shape": "Sgm"
|
|
1763
1889
|
}
|
|
1764
1890
|
}
|
|
1765
1891
|
}
|
|
@@ -1784,7 +1910,7 @@
|
|
|
1784
1910
|
"BlueprintRuns": {
|
|
1785
1911
|
"type": "list",
|
|
1786
1912
|
"member": {
|
|
1787
|
-
"shape": "
|
|
1913
|
+
"shape": "Sgm"
|
|
1788
1914
|
}
|
|
1789
1915
|
},
|
|
1790
1916
|
"NextToken": {}
|
|
@@ -1830,7 +1956,7 @@
|
|
|
1830
1956
|
"type": "structure",
|
|
1831
1957
|
"members": {
|
|
1832
1958
|
"Classifier": {
|
|
1833
|
-
"shape": "
|
|
1959
|
+
"shape": "Sh0"
|
|
1834
1960
|
}
|
|
1835
1961
|
}
|
|
1836
1962
|
}
|
|
@@ -1851,7 +1977,7 @@
|
|
|
1851
1977
|
"Classifiers": {
|
|
1852
1978
|
"type": "list",
|
|
1853
1979
|
"member": {
|
|
1854
|
-
"shape": "
|
|
1980
|
+
"shape": "Sh0"
|
|
1855
1981
|
}
|
|
1856
1982
|
},
|
|
1857
1983
|
"NextToken": {}
|
|
@@ -1875,7 +2001,7 @@
|
|
|
1875
2001
|
"shape": "S6"
|
|
1876
2002
|
},
|
|
1877
2003
|
"ColumnNames": {
|
|
1878
|
-
"shape": "
|
|
2004
|
+
"shape": "Sha"
|
|
1879
2005
|
}
|
|
1880
2006
|
}
|
|
1881
2007
|
},
|
|
@@ -1883,10 +2009,10 @@
|
|
|
1883
2009
|
"type": "structure",
|
|
1884
2010
|
"members": {
|
|
1885
2011
|
"ColumnStatisticsList": {
|
|
1886
|
-
"shape": "
|
|
2012
|
+
"shape": "Shc"
|
|
1887
2013
|
},
|
|
1888
2014
|
"Errors": {
|
|
1889
|
-
"shape": "
|
|
2015
|
+
"shape": "Shu"
|
|
1890
2016
|
}
|
|
1891
2017
|
}
|
|
1892
2018
|
}
|
|
@@ -1904,7 +2030,7 @@
|
|
|
1904
2030
|
"DatabaseName": {},
|
|
1905
2031
|
"TableName": {},
|
|
1906
2032
|
"ColumnNames": {
|
|
1907
|
-
"shape": "
|
|
2033
|
+
"shape": "Sha"
|
|
1908
2034
|
}
|
|
1909
2035
|
}
|
|
1910
2036
|
},
|
|
@@ -1912,10 +2038,10 @@
|
|
|
1912
2038
|
"type": "structure",
|
|
1913
2039
|
"members": {
|
|
1914
2040
|
"ColumnStatisticsList": {
|
|
1915
|
-
"shape": "
|
|
2041
|
+
"shape": "Shc"
|
|
1916
2042
|
},
|
|
1917
2043
|
"Errors": {
|
|
1918
|
-
"shape": "
|
|
2044
|
+
"shape": "Shu"
|
|
1919
2045
|
}
|
|
1920
2046
|
}
|
|
1921
2047
|
}
|
|
@@ -1938,7 +2064,7 @@
|
|
|
1938
2064
|
"type": "structure",
|
|
1939
2065
|
"members": {
|
|
1940
2066
|
"Connection": {
|
|
1941
|
-
"shape": "
|
|
2067
|
+
"shape": "Si0"
|
|
1942
2068
|
}
|
|
1943
2069
|
}
|
|
1944
2070
|
}
|
|
@@ -1952,7 +2078,7 @@
|
|
|
1952
2078
|
"type": "structure",
|
|
1953
2079
|
"members": {
|
|
1954
2080
|
"MatchCriteria": {
|
|
1955
|
-
"shape": "
|
|
2081
|
+
"shape": "Sbx"
|
|
1956
2082
|
},
|
|
1957
2083
|
"ConnectionType": {}
|
|
1958
2084
|
}
|
|
@@ -1972,7 +2098,7 @@
|
|
|
1972
2098
|
"ConnectionList": {
|
|
1973
2099
|
"type": "list",
|
|
1974
2100
|
"member": {
|
|
1975
|
-
"shape": "
|
|
2101
|
+
"shape": "Si0"
|
|
1976
2102
|
}
|
|
1977
2103
|
},
|
|
1978
2104
|
"NextToken": {}
|
|
@@ -2100,7 +2226,167 @@
|
|
|
2100
2226
|
"type": "structure",
|
|
2101
2227
|
"members": {
|
|
2102
2228
|
"DataCatalogEncryptionSettings": {
|
|
2103
|
-
"shape": "
|
|
2229
|
+
"shape": "Sih"
|
|
2230
|
+
}
|
|
2231
|
+
}
|
|
2232
|
+
}
|
|
2233
|
+
},
|
|
2234
|
+
"GetDataQualityResult": {
|
|
2235
|
+
"input": {
|
|
2236
|
+
"type": "structure",
|
|
2237
|
+
"required": [
|
|
2238
|
+
"ResultId"
|
|
2239
|
+
],
|
|
2240
|
+
"members": {
|
|
2241
|
+
"ResultId": {}
|
|
2242
|
+
}
|
|
2243
|
+
},
|
|
2244
|
+
"output": {
|
|
2245
|
+
"type": "structure",
|
|
2246
|
+
"members": {
|
|
2247
|
+
"ResultId": {},
|
|
2248
|
+
"Score": {
|
|
2249
|
+
"type": "double"
|
|
2250
|
+
},
|
|
2251
|
+
"DataSource": {
|
|
2252
|
+
"shape": "S3z"
|
|
2253
|
+
},
|
|
2254
|
+
"RulesetName": {},
|
|
2255
|
+
"EvaluationContext": {},
|
|
2256
|
+
"StartedOn": {
|
|
2257
|
+
"type": "timestamp"
|
|
2258
|
+
},
|
|
2259
|
+
"CompletedOn": {
|
|
2260
|
+
"type": "timestamp"
|
|
2261
|
+
},
|
|
2262
|
+
"JobName": {},
|
|
2263
|
+
"JobRunId": {},
|
|
2264
|
+
"RulesetEvaluationRunId": {},
|
|
2265
|
+
"RuleResults": {
|
|
2266
|
+
"shape": "S42"
|
|
2267
|
+
}
|
|
2268
|
+
}
|
|
2269
|
+
}
|
|
2270
|
+
},
|
|
2271
|
+
"GetDataQualityRuleRecommendationRun": {
|
|
2272
|
+
"input": {
|
|
2273
|
+
"type": "structure",
|
|
2274
|
+
"required": [
|
|
2275
|
+
"RunId"
|
|
2276
|
+
],
|
|
2277
|
+
"members": {
|
|
2278
|
+
"RunId": {}
|
|
2279
|
+
}
|
|
2280
|
+
},
|
|
2281
|
+
"output": {
|
|
2282
|
+
"type": "structure",
|
|
2283
|
+
"members": {
|
|
2284
|
+
"RunId": {},
|
|
2285
|
+
"DataSource": {
|
|
2286
|
+
"shape": "S3z"
|
|
2287
|
+
},
|
|
2288
|
+
"Role": {},
|
|
2289
|
+
"NumberOfWorkers": {
|
|
2290
|
+
"type": "integer"
|
|
2291
|
+
},
|
|
2292
|
+
"Timeout": {
|
|
2293
|
+
"type": "integer"
|
|
2294
|
+
},
|
|
2295
|
+
"Status": {},
|
|
2296
|
+
"ErrorString": {},
|
|
2297
|
+
"StartedOn": {
|
|
2298
|
+
"type": "timestamp"
|
|
2299
|
+
},
|
|
2300
|
+
"LastModifiedOn": {
|
|
2301
|
+
"type": "timestamp"
|
|
2302
|
+
},
|
|
2303
|
+
"CompletedOn": {
|
|
2304
|
+
"type": "timestamp"
|
|
2305
|
+
},
|
|
2306
|
+
"ExecutionTime": {
|
|
2307
|
+
"type": "integer"
|
|
2308
|
+
},
|
|
2309
|
+
"RecommendedRuleset": {},
|
|
2310
|
+
"CreatedRulesetName": {}
|
|
2311
|
+
}
|
|
2312
|
+
}
|
|
2313
|
+
},
|
|
2314
|
+
"GetDataQualityRuleset": {
|
|
2315
|
+
"input": {
|
|
2316
|
+
"type": "structure",
|
|
2317
|
+
"required": [
|
|
2318
|
+
"Name"
|
|
2319
|
+
],
|
|
2320
|
+
"members": {
|
|
2321
|
+
"Name": {}
|
|
2322
|
+
}
|
|
2323
|
+
},
|
|
2324
|
+
"output": {
|
|
2325
|
+
"type": "structure",
|
|
2326
|
+
"members": {
|
|
2327
|
+
"Name": {},
|
|
2328
|
+
"Description": {},
|
|
2329
|
+
"Ruleset": {},
|
|
2330
|
+
"TargetTable": {
|
|
2331
|
+
"shape": "Sc9"
|
|
2332
|
+
},
|
|
2333
|
+
"CreatedOn": {
|
|
2334
|
+
"type": "timestamp"
|
|
2335
|
+
},
|
|
2336
|
+
"LastModifiedOn": {
|
|
2337
|
+
"type": "timestamp"
|
|
2338
|
+
},
|
|
2339
|
+
"RecommendationRunId": {}
|
|
2340
|
+
}
|
|
2341
|
+
}
|
|
2342
|
+
},
|
|
2343
|
+
"GetDataQualityRulesetEvaluationRun": {
|
|
2344
|
+
"input": {
|
|
2345
|
+
"type": "structure",
|
|
2346
|
+
"required": [
|
|
2347
|
+
"RunId"
|
|
2348
|
+
],
|
|
2349
|
+
"members": {
|
|
2350
|
+
"RunId": {}
|
|
2351
|
+
}
|
|
2352
|
+
},
|
|
2353
|
+
"output": {
|
|
2354
|
+
"type": "structure",
|
|
2355
|
+
"members": {
|
|
2356
|
+
"RunId": {},
|
|
2357
|
+
"DataSource": {
|
|
2358
|
+
"shape": "S3z"
|
|
2359
|
+
},
|
|
2360
|
+
"Role": {},
|
|
2361
|
+
"NumberOfWorkers": {
|
|
2362
|
+
"type": "integer"
|
|
2363
|
+
},
|
|
2364
|
+
"Timeout": {
|
|
2365
|
+
"type": "integer"
|
|
2366
|
+
},
|
|
2367
|
+
"AdditionalRunOptions": {
|
|
2368
|
+
"shape": "Sit"
|
|
2369
|
+
},
|
|
2370
|
+
"Status": {},
|
|
2371
|
+
"ErrorString": {},
|
|
2372
|
+
"StartedOn": {
|
|
2373
|
+
"type": "timestamp"
|
|
2374
|
+
},
|
|
2375
|
+
"LastModifiedOn": {
|
|
2376
|
+
"type": "timestamp"
|
|
2377
|
+
},
|
|
2378
|
+
"CompletedOn": {
|
|
2379
|
+
"type": "timestamp"
|
|
2380
|
+
},
|
|
2381
|
+
"ExecutionTime": {
|
|
2382
|
+
"type": "integer"
|
|
2383
|
+
},
|
|
2384
|
+
"RulesetNames": {
|
|
2385
|
+
"shape": "Siu"
|
|
2386
|
+
},
|
|
2387
|
+
"ResultIds": {
|
|
2388
|
+
"type": "list",
|
|
2389
|
+
"member": {}
|
|
2104
2390
|
}
|
|
2105
2391
|
}
|
|
2106
2392
|
}
|
|
@@ -2120,7 +2406,7 @@
|
|
|
2120
2406
|
"type": "structure",
|
|
2121
2407
|
"members": {
|
|
2122
2408
|
"Database": {
|
|
2123
|
-
"shape": "
|
|
2409
|
+
"shape": "Siy"
|
|
2124
2410
|
}
|
|
2125
2411
|
}
|
|
2126
2412
|
}
|
|
@@ -2146,7 +2432,7 @@
|
|
|
2146
2432
|
"DatabaseList": {
|
|
2147
2433
|
"type": "list",
|
|
2148
2434
|
"member": {
|
|
2149
|
-
"shape": "
|
|
2435
|
+
"shape": "Siy"
|
|
2150
2436
|
}
|
|
2151
2437
|
},
|
|
2152
2438
|
"NextToken": {}
|
|
@@ -2164,10 +2450,10 @@
|
|
|
2164
2450
|
"type": "structure",
|
|
2165
2451
|
"members": {
|
|
2166
2452
|
"DagNodes": {
|
|
2167
|
-
"shape": "
|
|
2453
|
+
"shape": "Sdg"
|
|
2168
2454
|
},
|
|
2169
2455
|
"DagEdges": {
|
|
2170
|
-
"shape": "
|
|
2456
|
+
"shape": "Sdo"
|
|
2171
2457
|
}
|
|
2172
2458
|
}
|
|
2173
2459
|
}
|
|
@@ -2186,7 +2472,7 @@
|
|
|
2186
2472
|
"type": "structure",
|
|
2187
2473
|
"members": {
|
|
2188
2474
|
"DevEndpoint": {
|
|
2189
|
-
"shape": "
|
|
2475
|
+
"shape": "S49"
|
|
2190
2476
|
}
|
|
2191
2477
|
}
|
|
2192
2478
|
}
|
|
@@ -2205,7 +2491,7 @@
|
|
|
2205
2491
|
"type": "structure",
|
|
2206
2492
|
"members": {
|
|
2207
2493
|
"DevEndpoints": {
|
|
2208
|
-
"shape": "
|
|
2494
|
+
"shape": "S48"
|
|
2209
2495
|
},
|
|
2210
2496
|
"NextToken": {}
|
|
2211
2497
|
}
|
|
@@ -2225,7 +2511,7 @@
|
|
|
2225
2511
|
"type": "structure",
|
|
2226
2512
|
"members": {
|
|
2227
2513
|
"Job": {
|
|
2228
|
-
"shape": "
|
|
2514
|
+
"shape": "S4l"
|
|
2229
2515
|
}
|
|
2230
2516
|
}
|
|
2231
2517
|
}
|
|
@@ -2245,7 +2531,7 @@
|
|
|
2245
2531
|
"type": "structure",
|
|
2246
2532
|
"members": {
|
|
2247
2533
|
"JobBookmarkEntry": {
|
|
2248
|
-
"shape": "
|
|
2534
|
+
"shape": "Sjg"
|
|
2249
2535
|
}
|
|
2250
2536
|
}
|
|
2251
2537
|
}
|
|
@@ -2269,7 +2555,7 @@
|
|
|
2269
2555
|
"type": "structure",
|
|
2270
2556
|
"members": {
|
|
2271
2557
|
"JobRun": {
|
|
2272
|
-
"shape": "
|
|
2558
|
+
"shape": "Sa3"
|
|
2273
2559
|
}
|
|
2274
2560
|
}
|
|
2275
2561
|
}
|
|
@@ -2292,7 +2578,7 @@
|
|
|
2292
2578
|
"type": "structure",
|
|
2293
2579
|
"members": {
|
|
2294
2580
|
"JobRuns": {
|
|
2295
|
-
"shape": "
|
|
2581
|
+
"shape": "Sa2"
|
|
2296
2582
|
},
|
|
2297
2583
|
"NextToken": {}
|
|
2298
2584
|
}
|
|
@@ -2312,7 +2598,7 @@
|
|
|
2312
2598
|
"type": "structure",
|
|
2313
2599
|
"members": {
|
|
2314
2600
|
"Jobs": {
|
|
2315
|
-
"shape": "
|
|
2601
|
+
"shape": "S4k"
|
|
2316
2602
|
},
|
|
2317
2603
|
"NextToken": {}
|
|
2318
2604
|
}
|
|
@@ -2338,7 +2624,7 @@
|
|
|
2338
2624
|
"Status": {},
|
|
2339
2625
|
"LogGroupName": {},
|
|
2340
2626
|
"Properties": {
|
|
2341
|
-
"shape": "
|
|
2627
|
+
"shape": "Sjq"
|
|
2342
2628
|
},
|
|
2343
2629
|
"ErrorString": {},
|
|
2344
2630
|
"StartedOn": {
|
|
@@ -2407,7 +2693,7 @@
|
|
|
2407
2693
|
"Status": {},
|
|
2408
2694
|
"LogGroupName": {},
|
|
2409
2695
|
"Properties": {
|
|
2410
|
-
"shape": "
|
|
2696
|
+
"shape": "Sjq"
|
|
2411
2697
|
},
|
|
2412
2698
|
"ErrorString": {},
|
|
2413
2699
|
"StartedOn": {
|
|
@@ -2453,19 +2739,19 @@
|
|
|
2453
2739
|
"type": "timestamp"
|
|
2454
2740
|
},
|
|
2455
2741
|
"InputRecordTables": {
|
|
2456
|
-
"shape": "
|
|
2742
|
+
"shape": "Scr"
|
|
2457
2743
|
},
|
|
2458
2744
|
"Parameters": {
|
|
2459
|
-
"shape": "
|
|
2745
|
+
"shape": "Scs"
|
|
2460
2746
|
},
|
|
2461
2747
|
"EvaluationMetrics": {
|
|
2462
|
-
"shape": "
|
|
2748
|
+
"shape": "Sk9"
|
|
2463
2749
|
},
|
|
2464
2750
|
"LabelCount": {
|
|
2465
2751
|
"type": "integer"
|
|
2466
2752
|
},
|
|
2467
2753
|
"Schema": {
|
|
2468
|
-
"shape": "
|
|
2754
|
+
"shape": "Skg"
|
|
2469
2755
|
},
|
|
2470
2756
|
"Role": {},
|
|
2471
2757
|
"GlueVersion": {},
|
|
@@ -2483,7 +2769,7 @@
|
|
|
2483
2769
|
"type": "integer"
|
|
2484
2770
|
},
|
|
2485
2771
|
"TransformEncryption": {
|
|
2486
|
-
"shape": "
|
|
2772
|
+
"shape": "Scw"
|
|
2487
2773
|
}
|
|
2488
2774
|
}
|
|
2489
2775
|
}
|
|
@@ -2497,10 +2783,10 @@
|
|
|
2497
2783
|
"type": "integer"
|
|
2498
2784
|
},
|
|
2499
2785
|
"Filter": {
|
|
2500
|
-
"shape": "
|
|
2786
|
+
"shape": "Skj"
|
|
2501
2787
|
},
|
|
2502
2788
|
"Sort": {
|
|
2503
|
-
"shape": "
|
|
2789
|
+
"shape": "Skk"
|
|
2504
2790
|
}
|
|
2505
2791
|
}
|
|
2506
2792
|
},
|
|
@@ -2526,19 +2812,19 @@
|
|
|
2526
2812
|
"type": "timestamp"
|
|
2527
2813
|
},
|
|
2528
2814
|
"InputRecordTables": {
|
|
2529
|
-
"shape": "
|
|
2815
|
+
"shape": "Scr"
|
|
2530
2816
|
},
|
|
2531
2817
|
"Parameters": {
|
|
2532
|
-
"shape": "
|
|
2818
|
+
"shape": "Scs"
|
|
2533
2819
|
},
|
|
2534
2820
|
"EvaluationMetrics": {
|
|
2535
|
-
"shape": "
|
|
2821
|
+
"shape": "Sk9"
|
|
2536
2822
|
},
|
|
2537
2823
|
"LabelCount": {
|
|
2538
2824
|
"type": "integer"
|
|
2539
2825
|
},
|
|
2540
2826
|
"Schema": {
|
|
2541
|
-
"shape": "
|
|
2827
|
+
"shape": "Skg"
|
|
2542
2828
|
},
|
|
2543
2829
|
"Role": {},
|
|
2544
2830
|
"GlueVersion": {},
|
|
@@ -2556,7 +2842,7 @@
|
|
|
2556
2842
|
"type": "integer"
|
|
2557
2843
|
},
|
|
2558
2844
|
"TransformEncryption": {
|
|
2559
|
-
"shape": "
|
|
2845
|
+
"shape": "Scw"
|
|
2560
2846
|
}
|
|
2561
2847
|
}
|
|
2562
2848
|
}
|
|
@@ -2573,13 +2859,13 @@
|
|
|
2573
2859
|
],
|
|
2574
2860
|
"members": {
|
|
2575
2861
|
"Source": {
|
|
2576
|
-
"shape": "
|
|
2862
|
+
"shape": "Skq"
|
|
2577
2863
|
},
|
|
2578
2864
|
"Sinks": {
|
|
2579
|
-
"shape": "
|
|
2865
|
+
"shape": "Skr"
|
|
2580
2866
|
},
|
|
2581
2867
|
"Location": {
|
|
2582
|
-
"shape": "
|
|
2868
|
+
"shape": "Sks"
|
|
2583
2869
|
}
|
|
2584
2870
|
}
|
|
2585
2871
|
},
|
|
@@ -2590,7 +2876,7 @@
|
|
|
2590
2876
|
],
|
|
2591
2877
|
"members": {
|
|
2592
2878
|
"Mapping": {
|
|
2593
|
-
"shape": "
|
|
2879
|
+
"shape": "Sku"
|
|
2594
2880
|
}
|
|
2595
2881
|
}
|
|
2596
2882
|
}
|
|
@@ -2616,7 +2902,7 @@
|
|
|
2616
2902
|
"type": "structure",
|
|
2617
2903
|
"members": {
|
|
2618
2904
|
"Partition": {
|
|
2619
|
-
"shape": "
|
|
2905
|
+
"shape": "S92"
|
|
2620
2906
|
}
|
|
2621
2907
|
}
|
|
2622
2908
|
}
|
|
@@ -2700,7 +2986,7 @@
|
|
|
2700
2986
|
"Expression": {},
|
|
2701
2987
|
"NextToken": {},
|
|
2702
2988
|
"Segment": {
|
|
2703
|
-
"shape": "
|
|
2989
|
+
"shape": "Sle"
|
|
2704
2990
|
},
|
|
2705
2991
|
"MaxResults": {
|
|
2706
2992
|
"type": "integer"
|
|
@@ -2718,7 +3004,7 @@
|
|
|
2718
3004
|
"type": "structure",
|
|
2719
3005
|
"members": {
|
|
2720
3006
|
"Partitions": {
|
|
2721
|
-
"shape": "
|
|
3007
|
+
"shape": "S91"
|
|
2722
3008
|
},
|
|
2723
3009
|
"NextToken": {}
|
|
2724
3010
|
}
|
|
@@ -2733,16 +3019,16 @@
|
|
|
2733
3019
|
],
|
|
2734
3020
|
"members": {
|
|
2735
3021
|
"Mapping": {
|
|
2736
|
-
"shape": "
|
|
3022
|
+
"shape": "Sku"
|
|
2737
3023
|
},
|
|
2738
3024
|
"Source": {
|
|
2739
|
-
"shape": "
|
|
3025
|
+
"shape": "Skq"
|
|
2740
3026
|
},
|
|
2741
3027
|
"Sinks": {
|
|
2742
|
-
"shape": "
|
|
3028
|
+
"shape": "Skr"
|
|
2743
3029
|
},
|
|
2744
3030
|
"Location": {
|
|
2745
|
-
"shape": "
|
|
3031
|
+
"shape": "Sks"
|
|
2746
3032
|
},
|
|
2747
3033
|
"Language": {},
|
|
2748
3034
|
"AdditionalPlanOptionsMap": {
|
|
@@ -2768,7 +3054,7 @@
|
|
|
2768
3054
|
],
|
|
2769
3055
|
"members": {
|
|
2770
3056
|
"RegistryId": {
|
|
2771
|
-
"shape": "
|
|
3057
|
+
"shape": "Sd9"
|
|
2772
3058
|
}
|
|
2773
3059
|
}
|
|
2774
3060
|
},
|
|
@@ -2909,7 +3195,7 @@
|
|
|
2909
3195
|
},
|
|
2910
3196
|
"SchemaVersionId": {},
|
|
2911
3197
|
"SchemaVersionNumber": {
|
|
2912
|
-
"shape": "
|
|
3198
|
+
"shape": "Sm1"
|
|
2913
3199
|
}
|
|
2914
3200
|
}
|
|
2915
3201
|
},
|
|
@@ -2942,10 +3228,10 @@
|
|
|
2942
3228
|
"shape": "Sw"
|
|
2943
3229
|
},
|
|
2944
3230
|
"FirstSchemaVersionNumber": {
|
|
2945
|
-
"shape": "
|
|
3231
|
+
"shape": "Sm1"
|
|
2946
3232
|
},
|
|
2947
3233
|
"SecondSchemaVersionNumber": {
|
|
2948
|
-
"shape": "
|
|
3234
|
+
"shape": "Sm1"
|
|
2949
3235
|
},
|
|
2950
3236
|
"SchemaDiffType": {}
|
|
2951
3237
|
}
|
|
@@ -2971,7 +3257,7 @@
|
|
|
2971
3257
|
"type": "structure",
|
|
2972
3258
|
"members": {
|
|
2973
3259
|
"SecurityConfiguration": {
|
|
2974
|
-
"shape": "
|
|
3260
|
+
"shape": "Sma"
|
|
2975
3261
|
}
|
|
2976
3262
|
}
|
|
2977
3263
|
}
|
|
@@ -2992,7 +3278,7 @@
|
|
|
2992
3278
|
"SecurityConfigurations": {
|
|
2993
3279
|
"type": "list",
|
|
2994
3280
|
"member": {
|
|
2995
|
-
"shape": "
|
|
3281
|
+
"shape": "Sma"
|
|
2996
3282
|
}
|
|
2997
3283
|
},
|
|
2998
3284
|
"NextToken": {}
|
|
@@ -3014,7 +3300,7 @@
|
|
|
3014
3300
|
"type": "structure",
|
|
3015
3301
|
"members": {
|
|
3016
3302
|
"Session": {
|
|
3017
|
-
"shape": "
|
|
3303
|
+
"shape": "Seb"
|
|
3018
3304
|
}
|
|
3019
3305
|
}
|
|
3020
3306
|
}
|
|
@@ -3038,7 +3324,7 @@
|
|
|
3038
3324
|
"type": "structure",
|
|
3039
3325
|
"members": {
|
|
3040
3326
|
"Statement": {
|
|
3041
|
-
"shape": "
|
|
3327
|
+
"shape": "Smi"
|
|
3042
3328
|
}
|
|
3043
3329
|
}
|
|
3044
3330
|
}
|
|
@@ -3064,7 +3350,7 @@
|
|
|
3064
3350
|
"type": "structure",
|
|
3065
3351
|
"members": {
|
|
3066
3352
|
"Table": {
|
|
3067
|
-
"shape": "
|
|
3353
|
+
"shape": "Smp"
|
|
3068
3354
|
}
|
|
3069
3355
|
}
|
|
3070
3356
|
}
|
|
@@ -3087,7 +3373,7 @@
|
|
|
3087
3373
|
"type": "structure",
|
|
3088
3374
|
"members": {
|
|
3089
3375
|
"TableVersion": {
|
|
3090
|
-
"shape": "
|
|
3376
|
+
"shape": "Sms"
|
|
3091
3377
|
}
|
|
3092
3378
|
}
|
|
3093
3379
|
}
|
|
@@ -3115,7 +3401,7 @@
|
|
|
3115
3401
|
"TableVersions": {
|
|
3116
3402
|
"type": "list",
|
|
3117
3403
|
"member": {
|
|
3118
|
-
"shape": "
|
|
3404
|
+
"shape": "Sms"
|
|
3119
3405
|
}
|
|
3120
3406
|
},
|
|
3121
3407
|
"NextToken": {}
|
|
@@ -3146,7 +3432,7 @@
|
|
|
3146
3432
|
"type": "structure",
|
|
3147
3433
|
"members": {
|
|
3148
3434
|
"TableList": {
|
|
3149
|
-
"shape": "
|
|
3435
|
+
"shape": "Smz"
|
|
3150
3436
|
},
|
|
3151
3437
|
"NextToken": {}
|
|
3152
3438
|
}
|
|
@@ -3166,7 +3452,7 @@
|
|
|
3166
3452
|
"type": "structure",
|
|
3167
3453
|
"members": {
|
|
3168
3454
|
"Tags": {
|
|
3169
|
-
"shape": "
|
|
3455
|
+
"shape": "Sba"
|
|
3170
3456
|
}
|
|
3171
3457
|
}
|
|
3172
3458
|
}
|
|
@@ -3185,7 +3471,7 @@
|
|
|
3185
3471
|
"type": "structure",
|
|
3186
3472
|
"members": {
|
|
3187
3473
|
"Trigger": {
|
|
3188
|
-
"shape": "
|
|
3474
|
+
"shape": "S97"
|
|
3189
3475
|
}
|
|
3190
3476
|
}
|
|
3191
3477
|
}
|
|
@@ -3205,7 +3491,7 @@
|
|
|
3205
3491
|
"type": "structure",
|
|
3206
3492
|
"members": {
|
|
3207
3493
|
"Triggers": {
|
|
3208
|
-
"shape": "
|
|
3494
|
+
"shape": "S96"
|
|
3209
3495
|
},
|
|
3210
3496
|
"NextToken": {}
|
|
3211
3497
|
}
|
|
@@ -3229,10 +3515,10 @@
|
|
|
3229
3515
|
"shape": "S6"
|
|
3230
3516
|
},
|
|
3231
3517
|
"AuditContext": {
|
|
3232
|
-
"shape": "
|
|
3518
|
+
"shape": "Sn7"
|
|
3233
3519
|
},
|
|
3234
3520
|
"SupportedPermissionTypes": {
|
|
3235
|
-
"shape": "
|
|
3521
|
+
"shape": "Sna"
|
|
3236
3522
|
}
|
|
3237
3523
|
}
|
|
3238
3524
|
},
|
|
@@ -3240,7 +3526,7 @@
|
|
|
3240
3526
|
"type": "structure",
|
|
3241
3527
|
"members": {
|
|
3242
3528
|
"Partition": {
|
|
3243
|
-
"shape": "
|
|
3529
|
+
"shape": "S92"
|
|
3244
3530
|
},
|
|
3245
3531
|
"AuthorizedColumns": {
|
|
3246
3532
|
"shape": "Sn"
|
|
@@ -3266,14 +3552,14 @@
|
|
|
3266
3552
|
"TableName": {},
|
|
3267
3553
|
"Expression": {},
|
|
3268
3554
|
"AuditContext": {
|
|
3269
|
-
"shape": "
|
|
3555
|
+
"shape": "Sn7"
|
|
3270
3556
|
},
|
|
3271
3557
|
"SupportedPermissionTypes": {
|
|
3272
|
-
"shape": "
|
|
3558
|
+
"shape": "Sna"
|
|
3273
3559
|
},
|
|
3274
3560
|
"NextToken": {},
|
|
3275
3561
|
"Segment": {
|
|
3276
|
-
"shape": "
|
|
3562
|
+
"shape": "Sle"
|
|
3277
3563
|
},
|
|
3278
3564
|
"MaxResults": {
|
|
3279
3565
|
"type": "integer"
|
|
@@ -3289,7 +3575,7 @@
|
|
|
3289
3575
|
"type": "structure",
|
|
3290
3576
|
"members": {
|
|
3291
3577
|
"Partition": {
|
|
3292
|
-
"shape": "
|
|
3578
|
+
"shape": "S92"
|
|
3293
3579
|
},
|
|
3294
3580
|
"AuthorizedColumns": {
|
|
3295
3581
|
"shape": "Sn"
|
|
@@ -3318,10 +3604,10 @@
|
|
|
3318
3604
|
"DatabaseName": {},
|
|
3319
3605
|
"Name": {},
|
|
3320
3606
|
"AuditContext": {
|
|
3321
|
-
"shape": "
|
|
3607
|
+
"shape": "Sn7"
|
|
3322
3608
|
},
|
|
3323
3609
|
"SupportedPermissionTypes": {
|
|
3324
|
-
"shape": "
|
|
3610
|
+
"shape": "Sna"
|
|
3325
3611
|
}
|
|
3326
3612
|
}
|
|
3327
3613
|
},
|
|
@@ -3329,7 +3615,7 @@
|
|
|
3329
3615
|
"type": "structure",
|
|
3330
3616
|
"members": {
|
|
3331
3617
|
"Table": {
|
|
3332
|
-
"shape": "
|
|
3618
|
+
"shape": "Smp"
|
|
3333
3619
|
},
|
|
3334
3620
|
"AuthorizedColumns": {
|
|
3335
3621
|
"shape": "Sn"
|
|
@@ -3367,7 +3653,7 @@
|
|
|
3367
3653
|
"type": "structure",
|
|
3368
3654
|
"members": {
|
|
3369
3655
|
"UserDefinedFunction": {
|
|
3370
|
-
"shape": "
|
|
3656
|
+
"shape": "Snn"
|
|
3371
3657
|
}
|
|
3372
3658
|
}
|
|
3373
3659
|
}
|
|
@@ -3394,7 +3680,7 @@
|
|
|
3394
3680
|
"UserDefinedFunctions": {
|
|
3395
3681
|
"type": "list",
|
|
3396
3682
|
"member": {
|
|
3397
|
-
"shape": "
|
|
3683
|
+
"shape": "Snn"
|
|
3398
3684
|
}
|
|
3399
3685
|
},
|
|
3400
3686
|
"NextToken": {}
|
|
@@ -3418,7 +3704,7 @@
|
|
|
3418
3704
|
"type": "structure",
|
|
3419
3705
|
"members": {
|
|
3420
3706
|
"Workflow": {
|
|
3421
|
-
"shape": "
|
|
3707
|
+
"shape": "S9r"
|
|
3422
3708
|
}
|
|
3423
3709
|
}
|
|
3424
3710
|
}
|
|
@@ -3442,7 +3728,7 @@
|
|
|
3442
3728
|
"type": "structure",
|
|
3443
3729
|
"members": {
|
|
3444
3730
|
"Run": {
|
|
3445
|
-
"shape": "
|
|
3731
|
+
"shape": "S9t"
|
|
3446
3732
|
}
|
|
3447
3733
|
}
|
|
3448
3734
|
}
|
|
@@ -3463,7 +3749,7 @@
|
|
|
3463
3749
|
"type": "structure",
|
|
3464
3750
|
"members": {
|
|
3465
3751
|
"RunProperties": {
|
|
3466
|
-
"shape": "
|
|
3752
|
+
"shape": "S9s"
|
|
3467
3753
|
}
|
|
3468
3754
|
}
|
|
3469
3755
|
}
|
|
@@ -3491,7 +3777,7 @@
|
|
|
3491
3777
|
"Runs": {
|
|
3492
3778
|
"type": "list",
|
|
3493
3779
|
"member": {
|
|
3494
|
-
"shape": "
|
|
3780
|
+
"shape": "S9t"
|
|
3495
3781
|
}
|
|
3496
3782
|
},
|
|
3497
3783
|
"NextToken": {}
|
|
@@ -3519,7 +3805,7 @@
|
|
|
3519
3805
|
"type": "integer"
|
|
3520
3806
|
},
|
|
3521
3807
|
"Tags": {
|
|
3522
|
-
"shape": "
|
|
3808
|
+
"shape": "Sba"
|
|
3523
3809
|
}
|
|
3524
3810
|
}
|
|
3525
3811
|
},
|
|
@@ -3542,7 +3828,7 @@
|
|
|
3542
3828
|
},
|
|
3543
3829
|
"NextToken": {},
|
|
3544
3830
|
"Tags": {
|
|
3545
|
-
"shape": "
|
|
3831
|
+
"shape": "Sba"
|
|
3546
3832
|
}
|
|
3547
3833
|
}
|
|
3548
3834
|
},
|
|
@@ -3632,6 +3918,224 @@
|
|
|
3632
3918
|
}
|
|
3633
3919
|
}
|
|
3634
3920
|
},
|
|
3921
|
+
"ListDataQualityResults": {
|
|
3922
|
+
"input": {
|
|
3923
|
+
"type": "structure",
|
|
3924
|
+
"members": {
|
|
3925
|
+
"Filter": {
|
|
3926
|
+
"type": "structure",
|
|
3927
|
+
"members": {
|
|
3928
|
+
"DataSource": {
|
|
3929
|
+
"shape": "S3z"
|
|
3930
|
+
},
|
|
3931
|
+
"JobName": {},
|
|
3932
|
+
"JobRunId": {},
|
|
3933
|
+
"StartedAfter": {
|
|
3934
|
+
"type": "timestamp"
|
|
3935
|
+
},
|
|
3936
|
+
"StartedBefore": {
|
|
3937
|
+
"type": "timestamp"
|
|
3938
|
+
}
|
|
3939
|
+
}
|
|
3940
|
+
},
|
|
3941
|
+
"NextToken": {},
|
|
3942
|
+
"MaxResults": {
|
|
3943
|
+
"type": "integer"
|
|
3944
|
+
}
|
|
3945
|
+
}
|
|
3946
|
+
},
|
|
3947
|
+
"output": {
|
|
3948
|
+
"type": "structure",
|
|
3949
|
+
"required": [
|
|
3950
|
+
"Results"
|
|
3951
|
+
],
|
|
3952
|
+
"members": {
|
|
3953
|
+
"Results": {
|
|
3954
|
+
"type": "list",
|
|
3955
|
+
"member": {
|
|
3956
|
+
"type": "structure",
|
|
3957
|
+
"members": {
|
|
3958
|
+
"ResultId": {},
|
|
3959
|
+
"DataSource": {
|
|
3960
|
+
"shape": "S3z"
|
|
3961
|
+
},
|
|
3962
|
+
"JobName": {},
|
|
3963
|
+
"JobRunId": {},
|
|
3964
|
+
"StartedOn": {
|
|
3965
|
+
"type": "timestamp"
|
|
3966
|
+
}
|
|
3967
|
+
}
|
|
3968
|
+
}
|
|
3969
|
+
},
|
|
3970
|
+
"NextToken": {}
|
|
3971
|
+
}
|
|
3972
|
+
}
|
|
3973
|
+
},
|
|
3974
|
+
"ListDataQualityRuleRecommendationRuns": {
|
|
3975
|
+
"input": {
|
|
3976
|
+
"type": "structure",
|
|
3977
|
+
"members": {
|
|
3978
|
+
"Filter": {
|
|
3979
|
+
"type": "structure",
|
|
3980
|
+
"required": [
|
|
3981
|
+
"DataSource"
|
|
3982
|
+
],
|
|
3983
|
+
"members": {
|
|
3984
|
+
"DataSource": {
|
|
3985
|
+
"shape": "S3z"
|
|
3986
|
+
},
|
|
3987
|
+
"StartedBefore": {
|
|
3988
|
+
"type": "timestamp"
|
|
3989
|
+
},
|
|
3990
|
+
"StartedAfter": {
|
|
3991
|
+
"type": "timestamp"
|
|
3992
|
+
}
|
|
3993
|
+
}
|
|
3994
|
+
},
|
|
3995
|
+
"NextToken": {},
|
|
3996
|
+
"MaxResults": {
|
|
3997
|
+
"type": "integer"
|
|
3998
|
+
}
|
|
3999
|
+
}
|
|
4000
|
+
},
|
|
4001
|
+
"output": {
|
|
4002
|
+
"type": "structure",
|
|
4003
|
+
"members": {
|
|
4004
|
+
"Runs": {
|
|
4005
|
+
"type": "list",
|
|
4006
|
+
"member": {
|
|
4007
|
+
"type": "structure",
|
|
4008
|
+
"members": {
|
|
4009
|
+
"RunId": {},
|
|
4010
|
+
"Status": {},
|
|
4011
|
+
"StartedOn": {
|
|
4012
|
+
"type": "timestamp"
|
|
4013
|
+
},
|
|
4014
|
+
"DataSource": {
|
|
4015
|
+
"shape": "S3z"
|
|
4016
|
+
}
|
|
4017
|
+
}
|
|
4018
|
+
}
|
|
4019
|
+
},
|
|
4020
|
+
"NextToken": {}
|
|
4021
|
+
}
|
|
4022
|
+
}
|
|
4023
|
+
},
|
|
4024
|
+
"ListDataQualityRulesetEvaluationRuns": {
|
|
4025
|
+
"input": {
|
|
4026
|
+
"type": "structure",
|
|
4027
|
+
"members": {
|
|
4028
|
+
"Filter": {
|
|
4029
|
+
"type": "structure",
|
|
4030
|
+
"required": [
|
|
4031
|
+
"DataSource"
|
|
4032
|
+
],
|
|
4033
|
+
"members": {
|
|
4034
|
+
"DataSource": {
|
|
4035
|
+
"shape": "S3z"
|
|
4036
|
+
},
|
|
4037
|
+
"StartedBefore": {
|
|
4038
|
+
"type": "timestamp"
|
|
4039
|
+
},
|
|
4040
|
+
"StartedAfter": {
|
|
4041
|
+
"type": "timestamp"
|
|
4042
|
+
}
|
|
4043
|
+
}
|
|
4044
|
+
},
|
|
4045
|
+
"NextToken": {},
|
|
4046
|
+
"MaxResults": {
|
|
4047
|
+
"type": "integer"
|
|
4048
|
+
}
|
|
4049
|
+
}
|
|
4050
|
+
},
|
|
4051
|
+
"output": {
|
|
4052
|
+
"type": "structure",
|
|
4053
|
+
"members": {
|
|
4054
|
+
"Runs": {
|
|
4055
|
+
"type": "list",
|
|
4056
|
+
"member": {
|
|
4057
|
+
"type": "structure",
|
|
4058
|
+
"members": {
|
|
4059
|
+
"RunId": {},
|
|
4060
|
+
"Status": {},
|
|
4061
|
+
"StartedOn": {
|
|
4062
|
+
"type": "timestamp"
|
|
4063
|
+
},
|
|
4064
|
+
"DataSource": {
|
|
4065
|
+
"shape": "S3z"
|
|
4066
|
+
}
|
|
4067
|
+
}
|
|
4068
|
+
}
|
|
4069
|
+
},
|
|
4070
|
+
"NextToken": {}
|
|
4071
|
+
}
|
|
4072
|
+
}
|
|
4073
|
+
},
|
|
4074
|
+
"ListDataQualityRulesets": {
|
|
4075
|
+
"input": {
|
|
4076
|
+
"type": "structure",
|
|
4077
|
+
"members": {
|
|
4078
|
+
"NextToken": {},
|
|
4079
|
+
"MaxResults": {
|
|
4080
|
+
"type": "integer"
|
|
4081
|
+
},
|
|
4082
|
+
"Filter": {
|
|
4083
|
+
"type": "structure",
|
|
4084
|
+
"members": {
|
|
4085
|
+
"Name": {},
|
|
4086
|
+
"Description": {},
|
|
4087
|
+
"CreatedBefore": {
|
|
4088
|
+
"type": "timestamp"
|
|
4089
|
+
},
|
|
4090
|
+
"CreatedAfter": {
|
|
4091
|
+
"type": "timestamp"
|
|
4092
|
+
},
|
|
4093
|
+
"LastModifiedBefore": {
|
|
4094
|
+
"type": "timestamp"
|
|
4095
|
+
},
|
|
4096
|
+
"LastModifiedAfter": {
|
|
4097
|
+
"type": "timestamp"
|
|
4098
|
+
},
|
|
4099
|
+
"TargetTable": {
|
|
4100
|
+
"shape": "Sc9"
|
|
4101
|
+
}
|
|
4102
|
+
}
|
|
4103
|
+
},
|
|
4104
|
+
"Tags": {
|
|
4105
|
+
"shape": "Sba"
|
|
4106
|
+
}
|
|
4107
|
+
}
|
|
4108
|
+
},
|
|
4109
|
+
"output": {
|
|
4110
|
+
"type": "structure",
|
|
4111
|
+
"members": {
|
|
4112
|
+
"Rulesets": {
|
|
4113
|
+
"type": "list",
|
|
4114
|
+
"member": {
|
|
4115
|
+
"type": "structure",
|
|
4116
|
+
"members": {
|
|
4117
|
+
"Name": {},
|
|
4118
|
+
"Description": {},
|
|
4119
|
+
"CreatedOn": {
|
|
4120
|
+
"type": "timestamp"
|
|
4121
|
+
},
|
|
4122
|
+
"LastModifiedOn": {
|
|
4123
|
+
"type": "timestamp"
|
|
4124
|
+
},
|
|
4125
|
+
"TargetTable": {
|
|
4126
|
+
"shape": "Sc9"
|
|
4127
|
+
},
|
|
4128
|
+
"RecommendationRunId": {},
|
|
4129
|
+
"RuleCount": {
|
|
4130
|
+
"type": "integer"
|
|
4131
|
+
}
|
|
4132
|
+
}
|
|
4133
|
+
}
|
|
4134
|
+
},
|
|
4135
|
+
"NextToken": {}
|
|
4136
|
+
}
|
|
4137
|
+
}
|
|
4138
|
+
},
|
|
3635
4139
|
"ListDevEndpoints": {
|
|
3636
4140
|
"input": {
|
|
3637
4141
|
"type": "structure",
|
|
@@ -3641,7 +4145,7 @@
|
|
|
3641
4145
|
"type": "integer"
|
|
3642
4146
|
},
|
|
3643
4147
|
"Tags": {
|
|
3644
|
-
"shape": "
|
|
4148
|
+
"shape": "Sba"
|
|
3645
4149
|
}
|
|
3646
4150
|
}
|
|
3647
4151
|
},
|
|
@@ -3665,7 +4169,7 @@
|
|
|
3665
4169
|
"type": "integer"
|
|
3666
4170
|
},
|
|
3667
4171
|
"Tags": {
|
|
3668
|
-
"shape": "
|
|
4172
|
+
"shape": "Sba"
|
|
3669
4173
|
}
|
|
3670
4174
|
}
|
|
3671
4175
|
},
|
|
@@ -3673,7 +4177,7 @@
|
|
|
3673
4177
|
"type": "structure",
|
|
3674
4178
|
"members": {
|
|
3675
4179
|
"JobNames": {
|
|
3676
|
-
"shape": "
|
|
4180
|
+
"shape": "S4i"
|
|
3677
4181
|
},
|
|
3678
4182
|
"NextToken": {}
|
|
3679
4183
|
}
|
|
@@ -3688,13 +4192,13 @@
|
|
|
3688
4192
|
"type": "integer"
|
|
3689
4193
|
},
|
|
3690
4194
|
"Filter": {
|
|
3691
|
-
"shape": "
|
|
4195
|
+
"shape": "Skj"
|
|
3692
4196
|
},
|
|
3693
4197
|
"Sort": {
|
|
3694
|
-
"shape": "
|
|
4198
|
+
"shape": "Skk"
|
|
3695
4199
|
},
|
|
3696
4200
|
"Tags": {
|
|
3697
|
-
"shape": "
|
|
4201
|
+
"shape": "Sba"
|
|
3698
4202
|
}
|
|
3699
4203
|
}
|
|
3700
4204
|
},
|
|
@@ -3786,7 +4290,7 @@
|
|
|
3786
4290
|
"type": "structure",
|
|
3787
4291
|
"members": {
|
|
3788
4292
|
"RegistryId": {
|
|
3789
|
-
"shape": "
|
|
4293
|
+
"shape": "Sd9"
|
|
3790
4294
|
},
|
|
3791
4295
|
"MaxResults": {
|
|
3792
4296
|
"type": "integer"
|
|
@@ -3825,7 +4329,7 @@
|
|
|
3825
4329
|
"type": "integer"
|
|
3826
4330
|
},
|
|
3827
4331
|
"Tags": {
|
|
3828
|
-
"shape": "
|
|
4332
|
+
"shape": "Sba"
|
|
3829
4333
|
},
|
|
3830
4334
|
"RequestOrigin": {}
|
|
3831
4335
|
}
|
|
@@ -3840,7 +4344,7 @@
|
|
|
3840
4344
|
"Sessions": {
|
|
3841
4345
|
"type": "list",
|
|
3842
4346
|
"member": {
|
|
3843
|
-
"shape": "
|
|
4347
|
+
"shape": "Seb"
|
|
3844
4348
|
}
|
|
3845
4349
|
},
|
|
3846
4350
|
"NextToken": {}
|
|
@@ -3865,7 +4369,7 @@
|
|
|
3865
4369
|
"Statements": {
|
|
3866
4370
|
"type": "list",
|
|
3867
4371
|
"member": {
|
|
3868
|
-
"shape": "
|
|
4372
|
+
"shape": "Smi"
|
|
3869
4373
|
}
|
|
3870
4374
|
},
|
|
3871
4375
|
"NextToken": {}
|
|
@@ -3882,7 +4386,7 @@
|
|
|
3882
4386
|
"type": "integer"
|
|
3883
4387
|
},
|
|
3884
4388
|
"Tags": {
|
|
3885
|
-
"shape": "
|
|
4389
|
+
"shape": "Sba"
|
|
3886
4390
|
}
|
|
3887
4391
|
}
|
|
3888
4392
|
},
|
|
@@ -3890,7 +4394,7 @@
|
|
|
3890
4394
|
"type": "structure",
|
|
3891
4395
|
"members": {
|
|
3892
4396
|
"TriggerNames": {
|
|
3893
|
-
"shape": "
|
|
4397
|
+
"shape": "S94"
|
|
3894
4398
|
},
|
|
3895
4399
|
"NextToken": {}
|
|
3896
4400
|
}
|
|
@@ -3910,7 +4414,7 @@
|
|
|
3910
4414
|
"type": "structure",
|
|
3911
4415
|
"members": {
|
|
3912
4416
|
"Workflows": {
|
|
3913
|
-
"shape": "
|
|
4417
|
+
"shape": "S9o"
|
|
3914
4418
|
},
|
|
3915
4419
|
"NextToken": {}
|
|
3916
4420
|
}
|
|
@@ -3925,7 +4429,7 @@
|
|
|
3925
4429
|
"members": {
|
|
3926
4430
|
"CatalogId": {},
|
|
3927
4431
|
"DataCatalogEncryptionSettings": {
|
|
3928
|
-
"shape": "
|
|
4432
|
+
"shape": "Sih"
|
|
3929
4433
|
}
|
|
3930
4434
|
}
|
|
3931
4435
|
},
|
|
@@ -3966,11 +4470,11 @@
|
|
|
3966
4470
|
"shape": "Sw"
|
|
3967
4471
|
},
|
|
3968
4472
|
"SchemaVersionNumber": {
|
|
3969
|
-
"shape": "
|
|
4473
|
+
"shape": "Sm1"
|
|
3970
4474
|
},
|
|
3971
4475
|
"SchemaVersionId": {},
|
|
3972
4476
|
"MetadataKeyValue": {
|
|
3973
|
-
"shape": "
|
|
4477
|
+
"shape": "Sq7"
|
|
3974
4478
|
}
|
|
3975
4479
|
}
|
|
3976
4480
|
},
|
|
@@ -4004,7 +4508,7 @@
|
|
|
4004
4508
|
"Name": {},
|
|
4005
4509
|
"RunId": {},
|
|
4006
4510
|
"RunProperties": {
|
|
4007
|
-
"shape": "
|
|
4511
|
+
"shape": "S9s"
|
|
4008
4512
|
}
|
|
4009
4513
|
}
|
|
4010
4514
|
},
|
|
@@ -4021,13 +4525,13 @@
|
|
|
4021
4525
|
"shape": "Sw"
|
|
4022
4526
|
},
|
|
4023
4527
|
"SchemaVersionNumber": {
|
|
4024
|
-
"shape": "
|
|
4528
|
+
"shape": "Sm1"
|
|
4025
4529
|
},
|
|
4026
4530
|
"SchemaVersionId": {},
|
|
4027
4531
|
"MetadataList": {
|
|
4028
4532
|
"type": "list",
|
|
4029
4533
|
"member": {
|
|
4030
|
-
"shape": "
|
|
4534
|
+
"shape": "Sq7"
|
|
4031
4535
|
}
|
|
4032
4536
|
},
|
|
4033
4537
|
"MaxResults": {
|
|
@@ -4101,11 +4605,11 @@
|
|
|
4101
4605
|
"shape": "Sw"
|
|
4102
4606
|
},
|
|
4103
4607
|
"SchemaVersionNumber": {
|
|
4104
|
-
"shape": "
|
|
4608
|
+
"shape": "Sm1"
|
|
4105
4609
|
},
|
|
4106
4610
|
"SchemaVersionId": {},
|
|
4107
4611
|
"MetadataKeyValue": {
|
|
4108
|
-
"shape": "
|
|
4612
|
+
"shape": "Sq7"
|
|
4109
4613
|
}
|
|
4110
4614
|
}
|
|
4111
4615
|
},
|
|
@@ -4142,7 +4646,7 @@
|
|
|
4142
4646
|
"type": "structure",
|
|
4143
4647
|
"members": {
|
|
4144
4648
|
"JobBookmarkEntry": {
|
|
4145
|
-
"shape": "
|
|
4649
|
+
"shape": "Sjg"
|
|
4146
4650
|
}
|
|
4147
4651
|
}
|
|
4148
4652
|
}
|
|
@@ -4159,7 +4663,7 @@
|
|
|
4159
4663
|
"Name": {},
|
|
4160
4664
|
"RunId": {},
|
|
4161
4665
|
"NodeIds": {
|
|
4162
|
-
"shape": "
|
|
4666
|
+
"shape": "Sqs"
|
|
4163
4667
|
}
|
|
4164
4668
|
}
|
|
4165
4669
|
},
|
|
@@ -4168,7 +4672,7 @@
|
|
|
4168
4672
|
"members": {
|
|
4169
4673
|
"RunId": {},
|
|
4170
4674
|
"NodeIds": {
|
|
4171
|
-
"shape": "
|
|
4675
|
+
"shape": "Sqs"
|
|
4172
4676
|
}
|
|
4173
4677
|
}
|
|
4174
4678
|
}
|
|
@@ -4234,7 +4738,7 @@
|
|
|
4234
4738
|
"members": {
|
|
4235
4739
|
"NextToken": {},
|
|
4236
4740
|
"TableList": {
|
|
4237
|
-
"shape": "
|
|
4741
|
+
"shape": "Smz"
|
|
4238
4742
|
}
|
|
4239
4743
|
}
|
|
4240
4744
|
}
|
|
@@ -4289,6 +4793,72 @@
|
|
|
4289
4793
|
"members": {}
|
|
4290
4794
|
}
|
|
4291
4795
|
},
|
|
4796
|
+
"StartDataQualityRuleRecommendationRun": {
|
|
4797
|
+
"input": {
|
|
4798
|
+
"type": "structure",
|
|
4799
|
+
"required": [
|
|
4800
|
+
"DataSource",
|
|
4801
|
+
"Role"
|
|
4802
|
+
],
|
|
4803
|
+
"members": {
|
|
4804
|
+
"DataSource": {
|
|
4805
|
+
"shape": "S3z"
|
|
4806
|
+
},
|
|
4807
|
+
"Role": {},
|
|
4808
|
+
"NumberOfWorkers": {
|
|
4809
|
+
"type": "integer"
|
|
4810
|
+
},
|
|
4811
|
+
"Timeout": {
|
|
4812
|
+
"type": "integer"
|
|
4813
|
+
},
|
|
4814
|
+
"CreatedRulesetName": {},
|
|
4815
|
+
"ClientToken": {}
|
|
4816
|
+
}
|
|
4817
|
+
},
|
|
4818
|
+
"output": {
|
|
4819
|
+
"type": "structure",
|
|
4820
|
+
"members": {
|
|
4821
|
+
"RunId": {}
|
|
4822
|
+
}
|
|
4823
|
+
},
|
|
4824
|
+
"idempotent": true
|
|
4825
|
+
},
|
|
4826
|
+
"StartDataQualityRulesetEvaluationRun": {
|
|
4827
|
+
"input": {
|
|
4828
|
+
"type": "structure",
|
|
4829
|
+
"required": [
|
|
4830
|
+
"DataSource",
|
|
4831
|
+
"Role",
|
|
4832
|
+
"RulesetNames"
|
|
4833
|
+
],
|
|
4834
|
+
"members": {
|
|
4835
|
+
"DataSource": {
|
|
4836
|
+
"shape": "S3z"
|
|
4837
|
+
},
|
|
4838
|
+
"Role": {},
|
|
4839
|
+
"NumberOfWorkers": {
|
|
4840
|
+
"type": "integer"
|
|
4841
|
+
},
|
|
4842
|
+
"Timeout": {
|
|
4843
|
+
"type": "integer"
|
|
4844
|
+
},
|
|
4845
|
+
"ClientToken": {},
|
|
4846
|
+
"AdditionalRunOptions": {
|
|
4847
|
+
"shape": "Sit"
|
|
4848
|
+
},
|
|
4849
|
+
"RulesetNames": {
|
|
4850
|
+
"shape": "Siu"
|
|
4851
|
+
}
|
|
4852
|
+
}
|
|
4853
|
+
},
|
|
4854
|
+
"output": {
|
|
4855
|
+
"type": "structure",
|
|
4856
|
+
"members": {
|
|
4857
|
+
"RunId": {}
|
|
4858
|
+
}
|
|
4859
|
+
},
|
|
4860
|
+
"idempotent": true
|
|
4861
|
+
},
|
|
4292
4862
|
"StartExportLabelsTaskRun": {
|
|
4293
4863
|
"input": {
|
|
4294
4864
|
"type": "structure",
|
|
@@ -4340,7 +4910,7 @@
|
|
|
4340
4910
|
"JobName": {},
|
|
4341
4911
|
"JobRunId": {},
|
|
4342
4912
|
"Arguments": {
|
|
4343
|
-
"shape": "
|
|
4913
|
+
"shape": "S4t"
|
|
4344
4914
|
},
|
|
4345
4915
|
"AllocatedCapacity": {
|
|
4346
4916
|
"deprecated": true,
|
|
@@ -4355,7 +4925,7 @@
|
|
|
4355
4925
|
},
|
|
4356
4926
|
"SecurityConfiguration": {},
|
|
4357
4927
|
"NotificationProperty": {
|
|
4358
|
-
"shape": "
|
|
4928
|
+
"shape": "S4y"
|
|
4359
4929
|
},
|
|
4360
4930
|
"WorkerType": {},
|
|
4361
4931
|
"NumberOfWorkers": {
|
|
@@ -4433,7 +5003,7 @@
|
|
|
4433
5003
|
"members": {
|
|
4434
5004
|
"Name": {},
|
|
4435
5005
|
"RunProperties": {
|
|
4436
|
-
"shape": "
|
|
5006
|
+
"shape": "S9s"
|
|
4437
5007
|
}
|
|
4438
5008
|
}
|
|
4439
5009
|
},
|
|
@@ -4536,7 +5106,7 @@
|
|
|
4536
5106
|
"members": {
|
|
4537
5107
|
"ResourceArn": {},
|
|
4538
5108
|
"TagsToAdd": {
|
|
4539
|
-
"shape": "
|
|
5109
|
+
"shape": "Sba"
|
|
4540
5110
|
}
|
|
4541
5111
|
}
|
|
4542
5112
|
},
|
|
@@ -4633,7 +5203,7 @@
|
|
|
4633
5203
|
"QuoteSymbol": {},
|
|
4634
5204
|
"ContainsHeader": {},
|
|
4635
5205
|
"Header": {
|
|
4636
|
-
"shape": "
|
|
5206
|
+
"shape": "Sbr"
|
|
4637
5207
|
},
|
|
4638
5208
|
"DisableValueTrimming": {
|
|
4639
5209
|
"type": "boolean"
|
|
@@ -4645,7 +5215,7 @@
|
|
|
4645
5215
|
"type": "boolean"
|
|
4646
5216
|
},
|
|
4647
5217
|
"CustomDatatypes": {
|
|
4648
|
-
"shape": "
|
|
5218
|
+
"shape": "Sbs"
|
|
4649
5219
|
}
|
|
4650
5220
|
}
|
|
4651
5221
|
}
|
|
@@ -4673,7 +5243,7 @@
|
|
|
4673
5243
|
"shape": "S6"
|
|
4674
5244
|
},
|
|
4675
5245
|
"ColumnStatisticsList": {
|
|
4676
|
-
"shape": "
|
|
5246
|
+
"shape": "Ssh"
|
|
4677
5247
|
}
|
|
4678
5248
|
}
|
|
4679
5249
|
},
|
|
@@ -4681,7 +5251,7 @@
|
|
|
4681
5251
|
"type": "structure",
|
|
4682
5252
|
"members": {
|
|
4683
5253
|
"Errors": {
|
|
4684
|
-
"shape": "
|
|
5254
|
+
"shape": "Ssj"
|
|
4685
5255
|
}
|
|
4686
5256
|
}
|
|
4687
5257
|
}
|
|
@@ -4699,7 +5269,7 @@
|
|
|
4699
5269
|
"DatabaseName": {},
|
|
4700
5270
|
"TableName": {},
|
|
4701
5271
|
"ColumnStatisticsList": {
|
|
4702
|
-
"shape": "
|
|
5272
|
+
"shape": "Ssh"
|
|
4703
5273
|
}
|
|
4704
5274
|
}
|
|
4705
5275
|
},
|
|
@@ -4707,7 +5277,7 @@
|
|
|
4707
5277
|
"type": "structure",
|
|
4708
5278
|
"members": {
|
|
4709
5279
|
"Errors": {
|
|
4710
|
-
"shape": "
|
|
5280
|
+
"shape": "Ssj"
|
|
4711
5281
|
}
|
|
4712
5282
|
}
|
|
4713
5283
|
}
|
|
@@ -4723,7 +5293,7 @@
|
|
|
4723
5293
|
"CatalogId": {},
|
|
4724
5294
|
"Name": {},
|
|
4725
5295
|
"ConnectionInput": {
|
|
4726
|
-
"shape": "
|
|
5296
|
+
"shape": "Sbv"
|
|
4727
5297
|
}
|
|
4728
5298
|
}
|
|
4729
5299
|
},
|
|
@@ -4788,6 +5358,28 @@
|
|
|
4788
5358
|
"members": {}
|
|
4789
5359
|
}
|
|
4790
5360
|
},
|
|
5361
|
+
"UpdateDataQualityRuleset": {
|
|
5362
|
+
"input": {
|
|
5363
|
+
"type": "structure",
|
|
5364
|
+
"required": [
|
|
5365
|
+
"Name"
|
|
5366
|
+
],
|
|
5367
|
+
"members": {
|
|
5368
|
+
"Name": {},
|
|
5369
|
+
"UpdatedName": {},
|
|
5370
|
+
"Description": {},
|
|
5371
|
+
"Ruleset": {}
|
|
5372
|
+
}
|
|
5373
|
+
},
|
|
5374
|
+
"output": {
|
|
5375
|
+
"type": "structure",
|
|
5376
|
+
"members": {
|
|
5377
|
+
"Name": {},
|
|
5378
|
+
"Description": {},
|
|
5379
|
+
"Ruleset": {}
|
|
5380
|
+
}
|
|
5381
|
+
}
|
|
5382
|
+
},
|
|
4791
5383
|
"UpdateDatabase": {
|
|
4792
5384
|
"input": {
|
|
4793
5385
|
"type": "structure",
|
|
@@ -4799,7 +5391,7 @@
|
|
|
4799
5391
|
"CatalogId": {},
|
|
4800
5392
|
"Name": {},
|
|
4801
5393
|
"DatabaseInput": {
|
|
4802
|
-
"shape": "
|
|
5394
|
+
"shape": "Scc"
|
|
4803
5395
|
}
|
|
4804
5396
|
}
|
|
4805
5397
|
},
|
|
@@ -4818,10 +5410,10 @@
|
|
|
4818
5410
|
"EndpointName": {},
|
|
4819
5411
|
"PublicKey": {},
|
|
4820
5412
|
"AddPublicKeys": {
|
|
4821
|
-
"shape": "
|
|
5413
|
+
"shape": "S4f"
|
|
4822
5414
|
},
|
|
4823
5415
|
"DeletePublicKeys": {
|
|
4824
|
-
"shape": "
|
|
5416
|
+
"shape": "S4f"
|
|
4825
5417
|
},
|
|
4826
5418
|
"CustomLibraries": {
|
|
4827
5419
|
"type": "structure",
|
|
@@ -4834,10 +5426,10 @@
|
|
|
4834
5426
|
"type": "boolean"
|
|
4835
5427
|
},
|
|
4836
5428
|
"DeleteArguments": {
|
|
4837
|
-
"shape": "
|
|
5429
|
+
"shape": "S4b"
|
|
4838
5430
|
},
|
|
4839
5431
|
"AddArguments": {
|
|
4840
|
-
"shape": "
|
|
5432
|
+
"shape": "S4g"
|
|
4841
5433
|
}
|
|
4842
5434
|
}
|
|
4843
5435
|
},
|
|
@@ -4862,19 +5454,19 @@
|
|
|
4862
5454
|
"LogUri": {},
|
|
4863
5455
|
"Role": {},
|
|
4864
5456
|
"ExecutionProperty": {
|
|
4865
|
-
"shape": "
|
|
5457
|
+
"shape": "S4o"
|
|
4866
5458
|
},
|
|
4867
5459
|
"Command": {
|
|
4868
|
-
"shape": "
|
|
5460
|
+
"shape": "S4q"
|
|
4869
5461
|
},
|
|
4870
5462
|
"DefaultArguments": {
|
|
4871
|
-
"shape": "
|
|
5463
|
+
"shape": "S4t"
|
|
4872
5464
|
},
|
|
4873
5465
|
"NonOverridableArguments": {
|
|
4874
|
-
"shape": "
|
|
5466
|
+
"shape": "S4t"
|
|
4875
5467
|
},
|
|
4876
5468
|
"Connections": {
|
|
4877
|
-
"shape": "
|
|
5469
|
+
"shape": "S4u"
|
|
4878
5470
|
},
|
|
4879
5471
|
"MaxRetries": {
|
|
4880
5472
|
"type": "integer"
|
|
@@ -4896,15 +5488,15 @@
|
|
|
4896
5488
|
},
|
|
4897
5489
|
"SecurityConfiguration": {},
|
|
4898
5490
|
"NotificationProperty": {
|
|
4899
|
-
"shape": "
|
|
5491
|
+
"shape": "S4y"
|
|
4900
5492
|
},
|
|
4901
5493
|
"GlueVersion": {},
|
|
4902
5494
|
"CodeGenConfigurationNodes": {
|
|
4903
|
-
"shape": "
|
|
5495
|
+
"shape": "S50"
|
|
4904
5496
|
},
|
|
4905
5497
|
"ExecutionClass": {},
|
|
4906
5498
|
"SourceControlDetails": {
|
|
4907
|
-
"shape": "
|
|
5499
|
+
"shape": "S8v"
|
|
4908
5500
|
}
|
|
4909
5501
|
}
|
|
4910
5502
|
}
|
|
@@ -4950,7 +5542,7 @@
|
|
|
4950
5542
|
"Name": {},
|
|
4951
5543
|
"Description": {},
|
|
4952
5544
|
"Parameters": {
|
|
4953
|
-
"shape": "
|
|
5545
|
+
"shape": "Scs"
|
|
4954
5546
|
},
|
|
4955
5547
|
"Role": {},
|
|
4956
5548
|
"GlueVersion": {},
|
|
@@ -4990,7 +5582,7 @@
|
|
|
4990
5582
|
"DatabaseName": {},
|
|
4991
5583
|
"TableName": {},
|
|
4992
5584
|
"PartitionValueList": {
|
|
4993
|
-
"shape": "
|
|
5585
|
+
"shape": "Sap"
|
|
4994
5586
|
},
|
|
4995
5587
|
"PartitionInput": {
|
|
4996
5588
|
"shape": "S5"
|
|
@@ -5011,7 +5603,7 @@
|
|
|
5011
5603
|
],
|
|
5012
5604
|
"members": {
|
|
5013
5605
|
"RegistryId": {
|
|
5014
|
-
"shape": "
|
|
5606
|
+
"shape": "Sd9"
|
|
5015
5607
|
},
|
|
5016
5608
|
"Description": {}
|
|
5017
5609
|
}
|
|
@@ -5035,7 +5627,7 @@
|
|
|
5035
5627
|
"shape": "Sw"
|
|
5036
5628
|
},
|
|
5037
5629
|
"SchemaVersionNumber": {
|
|
5038
|
-
"shape": "
|
|
5630
|
+
"shape": "Sm1"
|
|
5039
5631
|
},
|
|
5040
5632
|
"Compatibility": {},
|
|
5041
5633
|
"Description": {}
|
|
@@ -5083,7 +5675,7 @@
|
|
|
5083
5675
|
"CatalogId": {},
|
|
5084
5676
|
"DatabaseName": {},
|
|
5085
5677
|
"TableInput": {
|
|
5086
|
-
"shape": "
|
|
5678
|
+
"shape": "Sef"
|
|
5087
5679
|
},
|
|
5088
5680
|
"SkipArchive": {
|
|
5089
5681
|
"type": "boolean"
|
|
@@ -5113,13 +5705,13 @@
|
|
|
5113
5705
|
"Description": {},
|
|
5114
5706
|
"Schedule": {},
|
|
5115
5707
|
"Actions": {
|
|
5116
|
-
"shape": "
|
|
5708
|
+
"shape": "S9b"
|
|
5117
5709
|
},
|
|
5118
5710
|
"Predicate": {
|
|
5119
|
-
"shape": "
|
|
5711
|
+
"shape": "S9d"
|
|
5120
5712
|
},
|
|
5121
5713
|
"EventBatchingCondition": {
|
|
5122
|
-
"shape": "
|
|
5714
|
+
"shape": "S9k"
|
|
5123
5715
|
}
|
|
5124
5716
|
}
|
|
5125
5717
|
}
|
|
@@ -5129,7 +5721,7 @@
|
|
|
5129
5721
|
"type": "structure",
|
|
5130
5722
|
"members": {
|
|
5131
5723
|
"Trigger": {
|
|
5132
|
-
"shape": "
|
|
5724
|
+
"shape": "S97"
|
|
5133
5725
|
}
|
|
5134
5726
|
}
|
|
5135
5727
|
}
|
|
@@ -5147,7 +5739,7 @@
|
|
|
5147
5739
|
"DatabaseName": {},
|
|
5148
5740
|
"FunctionName": {},
|
|
5149
5741
|
"FunctionInput": {
|
|
5150
|
-
"shape": "
|
|
5742
|
+
"shape": "Sep"
|
|
5151
5743
|
}
|
|
5152
5744
|
}
|
|
5153
5745
|
},
|
|
@@ -5166,7 +5758,7 @@
|
|
|
5166
5758
|
"Name": {},
|
|
5167
5759
|
"Description": {},
|
|
5168
5760
|
"DefaultRunProperties": {
|
|
5169
|
-
"shape": "
|
|
5761
|
+
"shape": "S9s"
|
|
5170
5762
|
},
|
|
5171
5763
|
"MaxConcurrentRuns": {
|
|
5172
5764
|
"type": "integer"
|
|
@@ -5632,19 +6224,64 @@
|
|
|
5632
6224
|
"type": "list",
|
|
5633
6225
|
"member": {}
|
|
5634
6226
|
},
|
|
5635
|
-
"
|
|
6227
|
+
"S3z": {
|
|
6228
|
+
"type": "structure",
|
|
6229
|
+
"required": [
|
|
6230
|
+
"GlueTable"
|
|
6231
|
+
],
|
|
6232
|
+
"members": {
|
|
6233
|
+
"GlueTable": {
|
|
6234
|
+
"shape": "S40"
|
|
6235
|
+
}
|
|
6236
|
+
}
|
|
6237
|
+
},
|
|
6238
|
+
"S40": {
|
|
6239
|
+
"type": "structure",
|
|
6240
|
+
"required": [
|
|
6241
|
+
"DatabaseName",
|
|
6242
|
+
"TableName"
|
|
6243
|
+
],
|
|
6244
|
+
"members": {
|
|
6245
|
+
"DatabaseName": {},
|
|
6246
|
+
"TableName": {},
|
|
6247
|
+
"CatalogId": {},
|
|
6248
|
+
"ConnectionName": {},
|
|
6249
|
+
"AdditionalOptions": {
|
|
6250
|
+
"type": "map",
|
|
6251
|
+
"key": {},
|
|
6252
|
+
"value": {}
|
|
6253
|
+
}
|
|
6254
|
+
}
|
|
6255
|
+
},
|
|
6256
|
+
"S42": {
|
|
6257
|
+
"type": "list",
|
|
6258
|
+
"member": {
|
|
6259
|
+
"type": "structure",
|
|
6260
|
+
"members": {
|
|
6261
|
+
"Name": {},
|
|
6262
|
+
"Description": {},
|
|
6263
|
+
"EvaluationMessage": {},
|
|
6264
|
+
"Result": {}
|
|
6265
|
+
}
|
|
6266
|
+
}
|
|
6267
|
+
},
|
|
6268
|
+
"S46": {
|
|
6269
|
+
"type": "list",
|
|
6270
|
+
"member": {}
|
|
6271
|
+
},
|
|
6272
|
+
"S48": {
|
|
5636
6273
|
"type": "list",
|
|
5637
6274
|
"member": {
|
|
5638
|
-
"shape": "
|
|
6275
|
+
"shape": "S49"
|
|
5639
6276
|
}
|
|
5640
6277
|
},
|
|
5641
|
-
"
|
|
6278
|
+
"S49": {
|
|
5642
6279
|
"type": "structure",
|
|
5643
6280
|
"members": {
|
|
5644
6281
|
"EndpointName": {},
|
|
5645
6282
|
"RoleArn": {},
|
|
5646
6283
|
"SecurityGroupIds": {
|
|
5647
|
-
"shape": "
|
|
6284
|
+
"shape": "S4b"
|
|
5648
6285
|
},
|
|
5649
6286
|
"SubnetId": {},
|
|
5650
6287
|
"YarnEndpointAddress": {},
|
|
@@ -5676,38 +6313,38 @@
|
|
|
5676
6313
|
},
|
|
5677
6314
|
"PublicKey": {},
|
|
5678
6315
|
"PublicKeys": {
|
|
5679
|
-
"shape": "
|
|
6316
|
+
"shape": "S4f"
|
|
5680
6317
|
},
|
|
5681
6318
|
"SecurityConfiguration": {},
|
|
5682
6319
|
"Arguments": {
|
|
5683
|
-
"shape": "
|
|
6320
|
+
"shape": "S4g"
|
|
5684
6321
|
}
|
|
5685
6322
|
}
|
|
5686
6323
|
},
|
|
5687
|
-
"
|
|
6324
|
+
"S4b": {
|
|
5688
6325
|
"type": "list",
|
|
5689
6326
|
"member": {}
|
|
5690
6327
|
},
|
|
5691
|
-
"
|
|
6328
|
+
"S4f": {
|
|
5692
6329
|
"type": "list",
|
|
5693
6330
|
"member": {}
|
|
5694
6331
|
},
|
|
5695
|
-
"
|
|
6332
|
+
"S4g": {
|
|
5696
6333
|
"type": "map",
|
|
5697
6334
|
"key": {},
|
|
5698
6335
|
"value": {}
|
|
5699
6336
|
},
|
|
5700
|
-
"
|
|
6337
|
+
"S4i": {
|
|
5701
6338
|
"type": "list",
|
|
5702
6339
|
"member": {}
|
|
5703
6340
|
},
|
|
5704
|
-
"
|
|
6341
|
+
"S4k": {
|
|
5705
6342
|
"type": "list",
|
|
5706
6343
|
"member": {
|
|
5707
|
-
"shape": "
|
|
6344
|
+
"shape": "S4l"
|
|
5708
6345
|
}
|
|
5709
6346
|
},
|
|
5710
|
-
"
|
|
6347
|
+
"S4l": {
|
|
5711
6348
|
"type": "structure",
|
|
5712
6349
|
"members": {
|
|
5713
6350
|
"Name": {},
|
|
@@ -5721,19 +6358,19 @@
|
|
|
5721
6358
|
"type": "timestamp"
|
|
5722
6359
|
},
|
|
5723
6360
|
"ExecutionProperty": {
|
|
5724
|
-
"shape": "
|
|
6361
|
+
"shape": "S4o"
|
|
5725
6362
|
},
|
|
5726
6363
|
"Command": {
|
|
5727
|
-
"shape": "
|
|
6364
|
+
"shape": "S4q"
|
|
5728
6365
|
},
|
|
5729
6366
|
"DefaultArguments": {
|
|
5730
|
-
"shape": "
|
|
6367
|
+
"shape": "S4t"
|
|
5731
6368
|
},
|
|
5732
6369
|
"NonOverridableArguments": {
|
|
5733
|
-
"shape": "
|
|
6370
|
+
"shape": "S4t"
|
|
5734
6371
|
},
|
|
5735
6372
|
"Connections": {
|
|
5736
|
-
"shape": "
|
|
6373
|
+
"shape": "S4u"
|
|
5737
6374
|
},
|
|
5738
6375
|
"MaxRetries": {
|
|
5739
6376
|
"type": "integer"
|
|
@@ -5755,19 +6392,19 @@
|
|
|
5755
6392
|
},
|
|
5756
6393
|
"SecurityConfiguration": {},
|
|
5757
6394
|
"NotificationProperty": {
|
|
5758
|
-
"shape": "
|
|
6395
|
+
"shape": "S4y"
|
|
5759
6396
|
},
|
|
5760
6397
|
"GlueVersion": {},
|
|
5761
6398
|
"CodeGenConfigurationNodes": {
|
|
5762
|
-
"shape": "
|
|
6399
|
+
"shape": "S50"
|
|
5763
6400
|
},
|
|
5764
6401
|
"ExecutionClass": {},
|
|
5765
6402
|
"SourceControlDetails": {
|
|
5766
|
-
"shape": "
|
|
6403
|
+
"shape": "S8v"
|
|
5767
6404
|
}
|
|
5768
6405
|
}
|
|
5769
6406
|
},
|
|
5770
|
-
"
|
|
6407
|
+
"S4o": {
|
|
5771
6408
|
"type": "structure",
|
|
5772
6409
|
"members": {
|
|
5773
6410
|
"MaxConcurrentRuns": {
|
|
@@ -5775,7 +6412,7 @@
|
|
|
5775
6412
|
}
|
|
5776
6413
|
}
|
|
5777
6414
|
},
|
|
5778
|
-
"
|
|
6415
|
+
"S4q": {
|
|
5779
6416
|
"type": "structure",
|
|
5780
6417
|
"members": {
|
|
5781
6418
|
"Name": {},
|
|
@@ -5783,24 +6420,24 @@
|
|
|
5783
6420
|
"PythonVersion": {}
|
|
5784
6421
|
}
|
|
5785
6422
|
},
|
|
5786
|
-
"
|
|
6423
|
+
"S4t": {
|
|
5787
6424
|
"type": "map",
|
|
5788
6425
|
"key": {},
|
|
5789
6426
|
"value": {}
|
|
5790
6427
|
},
|
|
5791
|
-
"
|
|
6428
|
+
"S4u": {
|
|
5792
6429
|
"type": "structure",
|
|
5793
6430
|
"members": {
|
|
5794
6431
|
"Connections": {
|
|
5795
|
-
"shape": "
|
|
6432
|
+
"shape": "S4v"
|
|
5796
6433
|
}
|
|
5797
6434
|
}
|
|
5798
6435
|
},
|
|
5799
|
-
"
|
|
6436
|
+
"S4v": {
|
|
5800
6437
|
"type": "list",
|
|
5801
6438
|
"member": {}
|
|
5802
6439
|
},
|
|
5803
|
-
"
|
|
6440
|
+
"S4y": {
|
|
5804
6441
|
"type": "structure",
|
|
5805
6442
|
"members": {
|
|
5806
6443
|
"NotifyDelayAfter": {
|
|
@@ -5808,7 +6445,7 @@
|
|
|
5808
6445
|
}
|
|
5809
6446
|
}
|
|
5810
6447
|
},
|
|
5811
|
-
"
|
|
6448
|
+
"S50": {
|
|
5812
6449
|
"type": "map",
|
|
5813
6450
|
"key": {},
|
|
5814
6451
|
"value": {
|
|
@@ -5831,7 +6468,7 @@
|
|
|
5831
6468
|
"ConnectionTable": {},
|
|
5832
6469
|
"SchemaName": {},
|
|
5833
6470
|
"OutputSchemas": {
|
|
5834
|
-
"shape": "
|
|
6471
|
+
"shape": "S57"
|
|
5835
6472
|
}
|
|
5836
6473
|
}
|
|
5837
6474
|
},
|
|
@@ -5863,7 +6500,7 @@
|
|
|
5863
6500
|
"type": "long"
|
|
5864
6501
|
},
|
|
5865
6502
|
"JobBookmarkKeys": {
|
|
5866
|
-
"shape": "
|
|
6503
|
+
"shape": "S5f"
|
|
5867
6504
|
},
|
|
5868
6505
|
"JobBookmarkKeysSortOrder": {},
|
|
5869
6506
|
"DataTypeMapping": {
|
|
@@ -5876,7 +6513,7 @@
|
|
|
5876
6513
|
"ConnectionTable": {},
|
|
5877
6514
|
"Query": {},
|
|
5878
6515
|
"OutputSchemas": {
|
|
5879
|
-
"shape": "
|
|
6516
|
+
"shape": "S57"
|
|
5880
6517
|
}
|
|
5881
6518
|
}
|
|
5882
6519
|
},
|
|
@@ -5894,10 +6531,10 @@
|
|
|
5894
6531
|
"ConnectorName": {},
|
|
5895
6532
|
"ConnectionType": {},
|
|
5896
6533
|
"AdditionalOptions": {
|
|
5897
|
-
"shape": "
|
|
6534
|
+
"shape": "S5l"
|
|
5898
6535
|
},
|
|
5899
6536
|
"OutputSchemas": {
|
|
5900
|
-
"shape": "
|
|
6537
|
+
"shape": "S57"
|
|
5901
6538
|
}
|
|
5902
6539
|
}
|
|
5903
6540
|
},
|
|
@@ -5942,7 +6579,7 @@
|
|
|
5942
6579
|
"Table": {},
|
|
5943
6580
|
"PartitionPredicate": {},
|
|
5944
6581
|
"AdditionalOptions": {
|
|
5945
|
-
"shape": "
|
|
6582
|
+
"shape": "S5p"
|
|
5946
6583
|
}
|
|
5947
6584
|
}
|
|
5948
6585
|
},
|
|
@@ -5957,11 +6594,11 @@
|
|
|
5957
6594
|
"members": {
|
|
5958
6595
|
"Name": {},
|
|
5959
6596
|
"Paths": {
|
|
5960
|
-
"shape": "
|
|
6597
|
+
"shape": "S5f"
|
|
5961
6598
|
},
|
|
5962
6599
|
"CompressionType": {},
|
|
5963
6600
|
"Exclusions": {
|
|
5964
|
-
"shape": "
|
|
6601
|
+
"shape": "S5f"
|
|
5965
6602
|
},
|
|
5966
6603
|
"GroupSize": {},
|
|
5967
6604
|
"GroupFiles": {},
|
|
@@ -5975,7 +6612,7 @@
|
|
|
5975
6612
|
"type": "integer"
|
|
5976
6613
|
},
|
|
5977
6614
|
"AdditionalOptions": {
|
|
5978
|
-
"shape": "
|
|
6615
|
+
"shape": "S5v"
|
|
5979
6616
|
},
|
|
5980
6617
|
"Separator": {},
|
|
5981
6618
|
"Escaper": {},
|
|
@@ -5996,7 +6633,7 @@
|
|
|
5996
6633
|
"type": "boolean"
|
|
5997
6634
|
},
|
|
5998
6635
|
"OutputSchemas": {
|
|
5999
|
-
"shape": "
|
|
6636
|
+
"shape": "S57"
|
|
6000
6637
|
}
|
|
6001
6638
|
}
|
|
6002
6639
|
},
|
|
@@ -6009,11 +6646,11 @@
|
|
|
6009
6646
|
"members": {
|
|
6010
6647
|
"Name": {},
|
|
6011
6648
|
"Paths": {
|
|
6012
|
-
"shape": "
|
|
6649
|
+
"shape": "S5f"
|
|
6013
6650
|
},
|
|
6014
6651
|
"CompressionType": {},
|
|
6015
6652
|
"Exclusions": {
|
|
6016
|
-
"shape": "
|
|
6653
|
+
"shape": "S5f"
|
|
6017
6654
|
},
|
|
6018
6655
|
"GroupSize": {},
|
|
6019
6656
|
"GroupFiles": {},
|
|
@@ -6027,14 +6664,14 @@
|
|
|
6027
6664
|
"type": "integer"
|
|
6028
6665
|
},
|
|
6029
6666
|
"AdditionalOptions": {
|
|
6030
|
-
"shape": "
|
|
6667
|
+
"shape": "S5v"
|
|
6031
6668
|
},
|
|
6032
6669
|
"JsonPath": {},
|
|
6033
6670
|
"Multiline": {
|
|
6034
6671
|
"type": "boolean"
|
|
6035
6672
|
},
|
|
6036
6673
|
"OutputSchemas": {
|
|
6037
|
-
"shape": "
|
|
6674
|
+
"shape": "S57"
|
|
6038
6675
|
}
|
|
6039
6676
|
}
|
|
6040
6677
|
},
|
|
@@ -6047,11 +6684,11 @@
|
|
|
6047
6684
|
"members": {
|
|
6048
6685
|
"Name": {},
|
|
6049
6686
|
"Paths": {
|
|
6050
|
-
"shape": "
|
|
6687
|
+
"shape": "S5f"
|
|
6051
6688
|
},
|
|
6052
6689
|
"CompressionType": {},
|
|
6053
6690
|
"Exclusions": {
|
|
6054
|
-
"shape": "
|
|
6691
|
+
"shape": "S5f"
|
|
6055
6692
|
},
|
|
6056
6693
|
"GroupSize": {},
|
|
6057
6694
|
"GroupFiles": {},
|
|
@@ -6065,10 +6702,10 @@
|
|
|
6065
6702
|
"type": "integer"
|
|
6066
6703
|
},
|
|
6067
6704
|
"AdditionalOptions": {
|
|
6068
|
-
"shape": "
|
|
6705
|
+
"shape": "S5v"
|
|
6069
6706
|
},
|
|
6070
6707
|
"OutputSchemas": {
|
|
6071
|
-
"shape": "
|
|
6708
|
+
"shape": "S57"
|
|
6072
6709
|
}
|
|
6073
6710
|
}
|
|
6074
6711
|
},
|
|
@@ -6111,17 +6748,17 @@
|
|
|
6111
6748
|
"members": {
|
|
6112
6749
|
"Name": {},
|
|
6113
6750
|
"Inputs": {
|
|
6114
|
-
"shape": "
|
|
6751
|
+
"shape": "S65"
|
|
6115
6752
|
},
|
|
6116
6753
|
"ConnectionName": {},
|
|
6117
6754
|
"ConnectionTable": {},
|
|
6118
6755
|
"ConnectorName": {},
|
|
6119
6756
|
"ConnectionType": {},
|
|
6120
6757
|
"AdditionalOptions": {
|
|
6121
|
-
"shape": "
|
|
6758
|
+
"shape": "S5l"
|
|
6122
6759
|
},
|
|
6123
6760
|
"OutputSchemas": {
|
|
6124
|
-
"shape": "
|
|
6761
|
+
"shape": "S57"
|
|
6125
6762
|
}
|
|
6126
6763
|
}
|
|
6127
6764
|
},
|
|
@@ -6137,16 +6774,16 @@
|
|
|
6137
6774
|
"members": {
|
|
6138
6775
|
"Name": {},
|
|
6139
6776
|
"Inputs": {
|
|
6140
|
-
"shape": "
|
|
6777
|
+
"shape": "S65"
|
|
6141
6778
|
},
|
|
6142
6779
|
"ConnectionName": {},
|
|
6143
6780
|
"ConnectorName": {},
|
|
6144
6781
|
"ConnectionType": {},
|
|
6145
6782
|
"AdditionalOptions": {
|
|
6146
|
-
"shape": "
|
|
6783
|
+
"shape": "S5l"
|
|
6147
6784
|
},
|
|
6148
6785
|
"OutputSchemas": {
|
|
6149
|
-
"shape": "
|
|
6786
|
+
"shape": "S57"
|
|
6150
6787
|
}
|
|
6151
6788
|
}
|
|
6152
6789
|
},
|
|
@@ -6161,7 +6798,7 @@
|
|
|
6161
6798
|
"members": {
|
|
6162
6799
|
"Name": {},
|
|
6163
6800
|
"Inputs": {
|
|
6164
|
-
"shape": "
|
|
6801
|
+
"shape": "S65"
|
|
6165
6802
|
},
|
|
6166
6803
|
"Database": {},
|
|
6167
6804
|
"Table": {}
|
|
@@ -6178,7 +6815,7 @@
|
|
|
6178
6815
|
"members": {
|
|
6179
6816
|
"Name": {},
|
|
6180
6817
|
"Inputs": {
|
|
6181
|
-
"shape": "
|
|
6818
|
+
"shape": "S65"
|
|
6182
6819
|
},
|
|
6183
6820
|
"Database": {},
|
|
6184
6821
|
"Table": {},
|
|
@@ -6208,15 +6845,15 @@
|
|
|
6208
6845
|
"members": {
|
|
6209
6846
|
"Name": {},
|
|
6210
6847
|
"Inputs": {
|
|
6211
|
-
"shape": "
|
|
6848
|
+
"shape": "S65"
|
|
6212
6849
|
},
|
|
6213
6850
|
"PartitionKeys": {
|
|
6214
|
-
"shape": "
|
|
6851
|
+
"shape": "S6c"
|
|
6215
6852
|
},
|
|
6216
6853
|
"Table": {},
|
|
6217
6854
|
"Database": {},
|
|
6218
6855
|
"SchemaChangePolicy": {
|
|
6219
|
-
"shape": "
|
|
6856
|
+
"shape": "S6d"
|
|
6220
6857
|
}
|
|
6221
6858
|
}
|
|
6222
6859
|
},
|
|
@@ -6230,15 +6867,15 @@
|
|
|
6230
6867
|
"members": {
|
|
6231
6868
|
"Name": {},
|
|
6232
6869
|
"Inputs": {
|
|
6233
|
-
"shape": "
|
|
6870
|
+
"shape": "S65"
|
|
6234
6871
|
},
|
|
6235
6872
|
"PartitionKeys": {
|
|
6236
|
-
"shape": "
|
|
6873
|
+
"shape": "S6c"
|
|
6237
6874
|
},
|
|
6238
6875
|
"Path": {},
|
|
6239
6876
|
"Compression": {},
|
|
6240
6877
|
"SchemaChangePolicy": {
|
|
6241
|
-
"shape": "
|
|
6878
|
+
"shape": "S6g"
|
|
6242
6879
|
}
|
|
6243
6880
|
}
|
|
6244
6881
|
},
|
|
@@ -6253,16 +6890,16 @@
|
|
|
6253
6890
|
"members": {
|
|
6254
6891
|
"Name": {},
|
|
6255
6892
|
"Inputs": {
|
|
6256
|
-
"shape": "
|
|
6893
|
+
"shape": "S65"
|
|
6257
6894
|
},
|
|
6258
6895
|
"PartitionKeys": {
|
|
6259
|
-
"shape": "
|
|
6896
|
+
"shape": "S6c"
|
|
6260
6897
|
},
|
|
6261
6898
|
"Path": {},
|
|
6262
6899
|
"Compression": {},
|
|
6263
6900
|
"Format": {},
|
|
6264
6901
|
"SchemaChangePolicy": {
|
|
6265
|
-
"shape": "
|
|
6902
|
+
"shape": "S6g"
|
|
6266
6903
|
}
|
|
6267
6904
|
}
|
|
6268
6905
|
},
|
|
@@ -6276,10 +6913,10 @@
|
|
|
6276
6913
|
"members": {
|
|
6277
6914
|
"Name": {},
|
|
6278
6915
|
"Inputs": {
|
|
6279
|
-
"shape": "
|
|
6916
|
+
"shape": "S65"
|
|
6280
6917
|
},
|
|
6281
6918
|
"Mapping": {
|
|
6282
|
-
"shape": "
|
|
6919
|
+
"shape": "S6k"
|
|
6283
6920
|
}
|
|
6284
6921
|
}
|
|
6285
6922
|
},
|
|
@@ -6293,10 +6930,10 @@
|
|
|
6293
6930
|
"members": {
|
|
6294
6931
|
"Name": {},
|
|
6295
6932
|
"Inputs": {
|
|
6296
|
-
"shape": "
|
|
6933
|
+
"shape": "S65"
|
|
6297
6934
|
},
|
|
6298
6935
|
"Paths": {
|
|
6299
|
-
"shape": "
|
|
6936
|
+
"shape": "S6c"
|
|
6300
6937
|
}
|
|
6301
6938
|
}
|
|
6302
6939
|
},
|
|
@@ -6310,10 +6947,10 @@
|
|
|
6310
6947
|
"members": {
|
|
6311
6948
|
"Name": {},
|
|
6312
6949
|
"Inputs": {
|
|
6313
|
-
"shape": "
|
|
6950
|
+
"shape": "S65"
|
|
6314
6951
|
},
|
|
6315
6952
|
"Paths": {
|
|
6316
|
-
"shape": "
|
|
6953
|
+
"shape": "S6c"
|
|
6317
6954
|
}
|
|
6318
6955
|
}
|
|
6319
6956
|
},
|
|
@@ -6328,13 +6965,13 @@
|
|
|
6328
6965
|
"members": {
|
|
6329
6966
|
"Name": {},
|
|
6330
6967
|
"Inputs": {
|
|
6331
|
-
"shape": "
|
|
6968
|
+
"shape": "S65"
|
|
6332
6969
|
},
|
|
6333
6970
|
"SourcePath": {
|
|
6334
|
-
"shape": "
|
|
6971
|
+
"shape": "S5f"
|
|
6335
6972
|
},
|
|
6336
6973
|
"TargetPath": {
|
|
6337
|
-
"shape": "
|
|
6974
|
+
"shape": "S5f"
|
|
6338
6975
|
}
|
|
6339
6976
|
}
|
|
6340
6977
|
},
|
|
@@ -6348,7 +6985,7 @@
|
|
|
6348
6985
|
"members": {
|
|
6349
6986
|
"Name": {},
|
|
6350
6987
|
"Inputs": {
|
|
6351
|
-
"shape": "
|
|
6988
|
+
"shape": "S65"
|
|
6352
6989
|
},
|
|
6353
6990
|
"Path": {},
|
|
6354
6991
|
"Topk": {
|
|
@@ -6370,7 +7007,7 @@
|
|
|
6370
7007
|
"members": {
|
|
6371
7008
|
"Name": {},
|
|
6372
7009
|
"Inputs": {
|
|
6373
|
-
"shape": "
|
|
7010
|
+
"shape": "S6t"
|
|
6374
7011
|
},
|
|
6375
7012
|
"JoinType": {},
|
|
6376
7013
|
"Columns": {
|
|
@@ -6384,7 +7021,7 @@
|
|
|
6384
7021
|
"members": {
|
|
6385
7022
|
"From": {},
|
|
6386
7023
|
"Keys": {
|
|
6387
|
-
"shape": "
|
|
7024
|
+
"shape": "S6c"
|
|
6388
7025
|
}
|
|
6389
7026
|
}
|
|
6390
7027
|
}
|
|
@@ -6401,10 +7038,10 @@
|
|
|
6401
7038
|
"members": {
|
|
6402
7039
|
"Name": {},
|
|
6403
7040
|
"Inputs": {
|
|
6404
|
-
"shape": "
|
|
7041
|
+
"shape": "S65"
|
|
6405
7042
|
},
|
|
6406
7043
|
"Paths": {
|
|
6407
|
-
"shape": "
|
|
7044
|
+
"shape": "S6c"
|
|
6408
7045
|
}
|
|
6409
7046
|
}
|
|
6410
7047
|
},
|
|
@@ -6418,7 +7055,7 @@
|
|
|
6418
7055
|
"members": {
|
|
6419
7056
|
"Name": {},
|
|
6420
7057
|
"Inputs": {
|
|
6421
|
-
"shape": "
|
|
7058
|
+
"shape": "S65"
|
|
6422
7059
|
},
|
|
6423
7060
|
"Index": {
|
|
6424
7061
|
"type": "integer"
|
|
@@ -6435,7 +7072,7 @@
|
|
|
6435
7072
|
"members": {
|
|
6436
7073
|
"Name": {},
|
|
6437
7074
|
"Inputs": {
|
|
6438
|
-
"shape": "
|
|
7075
|
+
"shape": "S65"
|
|
6439
7076
|
},
|
|
6440
7077
|
"ImputedPath": {},
|
|
6441
7078
|
"FilledPath": {}
|
|
@@ -6452,7 +7089,7 @@
|
|
|
6452
7089
|
"members": {
|
|
6453
7090
|
"Name": {},
|
|
6454
7091
|
"Inputs": {
|
|
6455
|
-
"shape": "
|
|
7092
|
+
"shape": "S65"
|
|
6456
7093
|
},
|
|
6457
7094
|
"LogicalOperator": {},
|
|
6458
7095
|
"Filters": {
|
|
@@ -6479,7 +7116,7 @@
|
|
|
6479
7116
|
"members": {
|
|
6480
7117
|
"Type": {},
|
|
6481
7118
|
"Value": {
|
|
6482
|
-
"shape": "
|
|
7119
|
+
"shape": "S5f"
|
|
6483
7120
|
}
|
|
6484
7121
|
}
|
|
6485
7122
|
}
|
|
@@ -6500,12 +7137,12 @@
|
|
|
6500
7137
|
"members": {
|
|
6501
7138
|
"Name": {},
|
|
6502
7139
|
"Inputs": {
|
|
6503
|
-
"shape": "
|
|
7140
|
+
"shape": "S7a"
|
|
6504
7141
|
},
|
|
6505
7142
|
"Code": {},
|
|
6506
7143
|
"ClassName": {},
|
|
6507
7144
|
"OutputSchemas": {
|
|
6508
|
-
"shape": "
|
|
7145
|
+
"shape": "S57"
|
|
6509
7146
|
}
|
|
6510
7147
|
}
|
|
6511
7148
|
},
|
|
@@ -6520,7 +7157,7 @@
|
|
|
6520
7157
|
"members": {
|
|
6521
7158
|
"Name": {},
|
|
6522
7159
|
"Inputs": {
|
|
6523
|
-
"shape": "
|
|
7160
|
+
"shape": "S7a"
|
|
6524
7161
|
},
|
|
6525
7162
|
"SqlQuery": {},
|
|
6526
7163
|
"SqlAliases": {
|
|
@@ -6538,7 +7175,7 @@
|
|
|
6538
7175
|
}
|
|
6539
7176
|
},
|
|
6540
7177
|
"OutputSchemas": {
|
|
6541
|
-
"shape": "
|
|
7178
|
+
"shape": "S57"
|
|
6542
7179
|
}
|
|
6543
7180
|
}
|
|
6544
7181
|
},
|
|
@@ -6556,10 +7193,10 @@
|
|
|
6556
7193
|
"type": "boolean"
|
|
6557
7194
|
},
|
|
6558
7195
|
"StreamingOptions": {
|
|
6559
|
-
"shape": "
|
|
7196
|
+
"shape": "S7h"
|
|
6560
7197
|
},
|
|
6561
7198
|
"DataPreviewOptions": {
|
|
6562
|
-
"shape": "
|
|
7199
|
+
"shape": "S7j"
|
|
6563
7200
|
}
|
|
6564
7201
|
}
|
|
6565
7202
|
},
|
|
@@ -6571,7 +7208,7 @@
|
|
|
6571
7208
|
"members": {
|
|
6572
7209
|
"Name": {},
|
|
6573
7210
|
"StreamingOptions": {
|
|
6574
|
-
"shape": "
|
|
7211
|
+
"shape": "S7n"
|
|
6575
7212
|
},
|
|
6576
7213
|
"WindowSize": {
|
|
6577
7214
|
"type": "integer"
|
|
@@ -6580,7 +7217,7 @@
|
|
|
6580
7217
|
"type": "boolean"
|
|
6581
7218
|
},
|
|
6582
7219
|
"DataPreviewOptions": {
|
|
6583
|
-
"shape": "
|
|
7220
|
+
"shape": "S7j"
|
|
6584
7221
|
}
|
|
6585
7222
|
}
|
|
6586
7223
|
},
|
|
@@ -6602,10 +7239,10 @@
|
|
|
6602
7239
|
"Table": {},
|
|
6603
7240
|
"Database": {},
|
|
6604
7241
|
"StreamingOptions": {
|
|
6605
|
-
"shape": "
|
|
7242
|
+
"shape": "S7h"
|
|
6606
7243
|
},
|
|
6607
7244
|
"DataPreviewOptions": {
|
|
6608
|
-
"shape": "
|
|
7245
|
+
"shape": "S7j"
|
|
6609
7246
|
}
|
|
6610
7247
|
}
|
|
6611
7248
|
},
|
|
@@ -6627,10 +7264,10 @@
|
|
|
6627
7264
|
"Table": {},
|
|
6628
7265
|
"Database": {},
|
|
6629
7266
|
"StreamingOptions": {
|
|
6630
|
-
"shape": "
|
|
7267
|
+
"shape": "S7n"
|
|
6631
7268
|
},
|
|
6632
7269
|
"DataPreviewOptions": {
|
|
6633
|
-
"shape": "
|
|
7270
|
+
"shape": "S7j"
|
|
6634
7271
|
}
|
|
6635
7272
|
}
|
|
6636
7273
|
},
|
|
@@ -6643,7 +7280,7 @@
|
|
|
6643
7280
|
"members": {
|
|
6644
7281
|
"Name": {},
|
|
6645
7282
|
"Inputs": {
|
|
6646
|
-
"shape": "
|
|
7283
|
+
"shape": "S65"
|
|
6647
7284
|
},
|
|
6648
7285
|
"NullCheckBoxList": {
|
|
6649
7286
|
"type": "structure",
|
|
@@ -6696,11 +7333,11 @@
|
|
|
6696
7333
|
"members": {
|
|
6697
7334
|
"Name": {},
|
|
6698
7335
|
"Inputs": {
|
|
6699
|
-
"shape": "
|
|
7336
|
+
"shape": "S6t"
|
|
6700
7337
|
},
|
|
6701
7338
|
"Source": {},
|
|
6702
7339
|
"PrimaryKeys": {
|
|
6703
|
-
"shape": "
|
|
7340
|
+
"shape": "S6c"
|
|
6704
7341
|
}
|
|
6705
7342
|
}
|
|
6706
7343
|
},
|
|
@@ -6714,7 +7351,7 @@
|
|
|
6714
7351
|
"members": {
|
|
6715
7352
|
"Name": {},
|
|
6716
7353
|
"Inputs": {
|
|
6717
|
-
"shape": "
|
|
7354
|
+
"shape": "S6t"
|
|
6718
7355
|
},
|
|
6719
7356
|
"UnionType": {}
|
|
6720
7357
|
}
|
|
@@ -6730,11 +7367,11 @@
|
|
|
6730
7367
|
"members": {
|
|
6731
7368
|
"Name": {},
|
|
6732
7369
|
"Inputs": {
|
|
6733
|
-
"shape": "
|
|
7370
|
+
"shape": "S65"
|
|
6734
7371
|
},
|
|
6735
7372
|
"PiiType": {},
|
|
6736
7373
|
"EntityTypesToDetect": {
|
|
6737
|
-
"shape": "
|
|
7374
|
+
"shape": "S5f"
|
|
6738
7375
|
},
|
|
6739
7376
|
"OutputColumnName": {},
|
|
6740
7377
|
"SampleFraction": {
|
|
@@ -6757,10 +7394,10 @@
|
|
|
6757
7394
|
"members": {
|
|
6758
7395
|
"Name": {},
|
|
6759
7396
|
"Inputs": {
|
|
6760
|
-
"shape": "
|
|
7397
|
+
"shape": "S65"
|
|
6761
7398
|
},
|
|
6762
7399
|
"Groups": {
|
|
6763
|
-
"shape": "
|
|
7400
|
+
"shape": "S6c"
|
|
6764
7401
|
},
|
|
6765
7402
|
"Aggs": {
|
|
6766
7403
|
"type": "list",
|
|
@@ -6772,7 +7409,7 @@
|
|
|
6772
7409
|
],
|
|
6773
7410
|
"members": {
|
|
6774
7411
|
"Column": {
|
|
6775
|
-
"shape": "
|
|
7412
|
+
"shape": "S5f"
|
|
6776
7413
|
},
|
|
6777
7414
|
"AggFunc": {}
|
|
6778
7415
|
}
|
|
@@ -6789,7 +7426,7 @@
|
|
|
6789
7426
|
"members": {
|
|
6790
7427
|
"Name": {},
|
|
6791
7428
|
"Inputs": {
|
|
6792
|
-
"shape": "
|
|
7429
|
+
"shape": "S65"
|
|
6793
7430
|
},
|
|
6794
7431
|
"Columns": {
|
|
6795
7432
|
"type": "list",
|
|
@@ -6811,15 +7448,15 @@
|
|
|
6811
7448
|
"members": {
|
|
6812
7449
|
"Name": {},
|
|
6813
7450
|
"Inputs": {
|
|
6814
|
-
"shape": "
|
|
7451
|
+
"shape": "S65"
|
|
6815
7452
|
},
|
|
6816
7453
|
"PartitionKeys": {
|
|
6817
|
-
"shape": "
|
|
7454
|
+
"shape": "S6c"
|
|
6818
7455
|
},
|
|
6819
7456
|
"Table": {},
|
|
6820
7457
|
"Database": {},
|
|
6821
7458
|
"SchemaChangePolicy": {
|
|
6822
|
-
"shape": "
|
|
7459
|
+
"shape": "S6d"
|
|
6823
7460
|
}
|
|
6824
7461
|
}
|
|
6825
7462
|
},
|
|
@@ -6836,7 +7473,7 @@
|
|
|
6836
7473
|
"Table": {},
|
|
6837
7474
|
"PartitionPredicate": {},
|
|
6838
7475
|
"AdditionalOptions": {
|
|
6839
|
-
"shape": "
|
|
7476
|
+
"shape": "S5p"
|
|
6840
7477
|
}
|
|
6841
7478
|
}
|
|
6842
7479
|
},
|
|
@@ -6903,7 +7540,7 @@
|
|
|
6903
7540
|
"members": {
|
|
6904
7541
|
"Name": {},
|
|
6905
7542
|
"Inputs": {
|
|
6906
|
-
"shape": "
|
|
7543
|
+
"shape": "S65"
|
|
6907
7544
|
},
|
|
6908
7545
|
"Database": {},
|
|
6909
7546
|
"Table": {}
|
|
@@ -6920,7 +7557,7 @@
|
|
|
6920
7557
|
"members": {
|
|
6921
7558
|
"Name": {},
|
|
6922
7559
|
"Inputs": {
|
|
6923
|
-
"shape": "
|
|
7560
|
+
"shape": "S65"
|
|
6924
7561
|
},
|
|
6925
7562
|
"Database": {},
|
|
6926
7563
|
"Table": {}
|
|
@@ -6937,7 +7574,7 @@
|
|
|
6937
7574
|
"members": {
|
|
6938
7575
|
"Name": {},
|
|
6939
7576
|
"Inputs": {
|
|
6940
|
-
"shape": "
|
|
7577
|
+
"shape": "S65"
|
|
6941
7578
|
},
|
|
6942
7579
|
"Database": {},
|
|
6943
7580
|
"Table": {}
|
|
@@ -6954,7 +7591,7 @@
|
|
|
6954
7591
|
"members": {
|
|
6955
7592
|
"Name": {},
|
|
6956
7593
|
"Inputs": {
|
|
6957
|
-
"shape": "
|
|
7594
|
+
"shape": "S65"
|
|
6958
7595
|
},
|
|
6959
7596
|
"Database": {},
|
|
6960
7597
|
"Table": {}
|
|
@@ -6973,7 +7610,7 @@
|
|
|
6973
7610
|
"Name": {},
|
|
6974
7611
|
"TransformName": {},
|
|
6975
7612
|
"Inputs": {
|
|
6976
|
-
"shape": "
|
|
7613
|
+
"shape": "S65"
|
|
6977
7614
|
},
|
|
6978
7615
|
"Parameters": {
|
|
6979
7616
|
"type": "list",
|
|
@@ -6989,7 +7626,7 @@
|
|
|
6989
7626
|
"ValidationRule": {},
|
|
6990
7627
|
"ValidationMessage": {},
|
|
6991
7628
|
"Value": {
|
|
6992
|
-
"shape": "
|
|
7629
|
+
"shape": "S5f"
|
|
6993
7630
|
},
|
|
6994
7631
|
"ListType": {},
|
|
6995
7632
|
"IsOptional": {
|
|
@@ -7002,12 +7639,47 @@
|
|
|
7002
7639
|
"Path": {},
|
|
7003
7640
|
"Version": {}
|
|
7004
7641
|
}
|
|
7642
|
+
},
|
|
7643
|
+
"EvaluateDataQuality": {
|
|
7644
|
+
"type": "structure",
|
|
7645
|
+
"required": [
|
|
7646
|
+
"Name",
|
|
7647
|
+
"Inputs",
|
|
7648
|
+
"Ruleset"
|
|
7649
|
+
],
|
|
7650
|
+
"members": {
|
|
7651
|
+
"Name": {},
|
|
7652
|
+
"Inputs": {
|
|
7653
|
+
"shape": "S65"
|
|
7654
|
+
},
|
|
7655
|
+
"Ruleset": {},
|
|
7656
|
+
"Output": {},
|
|
7657
|
+
"PublishingOptions": {
|
|
7658
|
+
"type": "structure",
|
|
7659
|
+
"members": {
|
|
7660
|
+
"EvaluationContext": {},
|
|
7661
|
+
"ResultsS3Prefix": {},
|
|
7662
|
+
"CloudWatchMetricsEnabled": {
|
|
7663
|
+
"type": "boolean"
|
|
7664
|
+
},
|
|
7665
|
+
"ResultsPublishingEnabled": {
|
|
7666
|
+
"type": "boolean"
|
|
7667
|
+
}
|
|
7668
|
+
}
|
|
7669
|
+
},
|
|
7670
|
+
"StopJobOnFailureOptions": {
|
|
7671
|
+
"type": "structure",
|
|
7672
|
+
"members": {
|
|
7673
|
+
"StopJobOnFailureTiming": {}
|
|
7674
|
+
}
|
|
7675
|
+
}
|
|
7676
|
+
}
|
|
7005
7677
|
}
|
|
7006
7678
|
}
|
|
7007
7679
|
},
|
|
7008
7680
|
"sensitive": true
|
|
7009
7681
|
},
|
|
7010
|
-
"
|
|
7682
|
+
"S57": {
|
|
7011
7683
|
"type": "list",
|
|
7012
7684
|
"member": {
|
|
7013
7685
|
"type": "structure",
|
|
@@ -7028,16 +7700,16 @@
|
|
|
7028
7700
|
}
|
|
7029
7701
|
}
|
|
7030
7702
|
},
|
|
7031
|
-
"
|
|
7703
|
+
"S5f": {
|
|
7032
7704
|
"type": "list",
|
|
7033
7705
|
"member": {}
|
|
7034
7706
|
},
|
|
7035
|
-
"
|
|
7707
|
+
"S5l": {
|
|
7036
7708
|
"type": "map",
|
|
7037
7709
|
"key": {},
|
|
7038
7710
|
"value": {}
|
|
7039
7711
|
},
|
|
7040
|
-
"
|
|
7712
|
+
"S5p": {
|
|
7041
7713
|
"type": "structure",
|
|
7042
7714
|
"members": {
|
|
7043
7715
|
"BoundedSize": {
|
|
@@ -7048,7 +7720,7 @@
|
|
|
7048
7720
|
}
|
|
7049
7721
|
}
|
|
7050
7722
|
},
|
|
7051
|
-
"
|
|
7723
|
+
"S5v": {
|
|
7052
7724
|
"type": "structure",
|
|
7053
7725
|
"members": {
|
|
7054
7726
|
"BoundedSize": {
|
|
@@ -7063,17 +7735,17 @@
|
|
|
7063
7735
|
"SamplePath": {}
|
|
7064
7736
|
}
|
|
7065
7737
|
},
|
|
7066
|
-
"
|
|
7738
|
+
"S65": {
|
|
7067
7739
|
"type": "list",
|
|
7068
7740
|
"member": {}
|
|
7069
7741
|
},
|
|
7070
|
-
"
|
|
7742
|
+
"S6c": {
|
|
7071
7743
|
"type": "list",
|
|
7072
7744
|
"member": {
|
|
7073
|
-
"shape": "
|
|
7745
|
+
"shape": "S5f"
|
|
7074
7746
|
}
|
|
7075
7747
|
},
|
|
7076
|
-
"
|
|
7748
|
+
"S6d": {
|
|
7077
7749
|
"type": "structure",
|
|
7078
7750
|
"members": {
|
|
7079
7751
|
"EnableUpdateCatalog": {
|
|
@@ -7082,7 +7754,7 @@
|
|
|
7082
7754
|
"UpdateBehavior": {}
|
|
7083
7755
|
}
|
|
7084
7756
|
},
|
|
7085
|
-
"
|
|
7757
|
+
"S6g": {
|
|
7086
7758
|
"type": "structure",
|
|
7087
7759
|
"members": {
|
|
7088
7760
|
"EnableUpdateCatalog": {
|
|
@@ -7093,14 +7765,14 @@
|
|
|
7093
7765
|
"Database": {}
|
|
7094
7766
|
}
|
|
7095
7767
|
},
|
|
7096
|
-
"
|
|
7768
|
+
"S6k": {
|
|
7097
7769
|
"type": "list",
|
|
7098
7770
|
"member": {
|
|
7099
7771
|
"type": "structure",
|
|
7100
7772
|
"members": {
|
|
7101
7773
|
"ToKey": {},
|
|
7102
7774
|
"FromPath": {
|
|
7103
|
-
"shape": "
|
|
7775
|
+
"shape": "S5f"
|
|
7104
7776
|
},
|
|
7105
7777
|
"FromType": {},
|
|
7106
7778
|
"ToType": {},
|
|
@@ -7108,20 +7780,20 @@
|
|
|
7108
7780
|
"type": "boolean"
|
|
7109
7781
|
},
|
|
7110
7782
|
"Children": {
|
|
7111
|
-
"shape": "
|
|
7783
|
+
"shape": "S6k"
|
|
7112
7784
|
}
|
|
7113
7785
|
}
|
|
7114
7786
|
}
|
|
7115
7787
|
},
|
|
7116
|
-
"
|
|
7788
|
+
"S6t": {
|
|
7117
7789
|
"type": "list",
|
|
7118
7790
|
"member": {}
|
|
7119
7791
|
},
|
|
7120
|
-
"
|
|
7792
|
+
"S7a": {
|
|
7121
7793
|
"type": "list",
|
|
7122
7794
|
"member": {}
|
|
7123
7795
|
},
|
|
7124
|
-
"
|
|
7796
|
+
"S7h": {
|
|
7125
7797
|
"type": "structure",
|
|
7126
7798
|
"members": {
|
|
7127
7799
|
"EndpointUrl": {},
|
|
@@ -7164,7 +7836,7 @@
|
|
|
7164
7836
|
"RoleSessionName": {}
|
|
7165
7837
|
}
|
|
7166
7838
|
},
|
|
7167
|
-
"
|
|
7839
|
+
"S7j": {
|
|
7168
7840
|
"type": "structure",
|
|
7169
7841
|
"members": {
|
|
7170
7842
|
"PollingTime": {
|
|
@@ -7175,7 +7847,7 @@
|
|
|
7175
7847
|
}
|
|
7176
7848
|
}
|
|
7177
7849
|
},
|
|
7178
|
-
"
|
|
7850
|
+
"S7n": {
|
|
7179
7851
|
"type": "structure",
|
|
7180
7852
|
"members": {
|
|
7181
7853
|
"BootstrapServers": {},
|
|
@@ -7205,7 +7877,7 @@
|
|
|
7205
7877
|
}
|
|
7206
7878
|
}
|
|
7207
7879
|
},
|
|
7208
|
-
"
|
|
7880
|
+
"S8v": {
|
|
7209
7881
|
"type": "structure",
|
|
7210
7882
|
"members": {
|
|
7211
7883
|
"Provider": {},
|
|
@@ -7218,19 +7890,19 @@
|
|
|
7218
7890
|
"AuthToken": {}
|
|
7219
7891
|
}
|
|
7220
7892
|
},
|
|
7221
|
-
"
|
|
7893
|
+
"S8z": {
|
|
7222
7894
|
"type": "list",
|
|
7223
7895
|
"member": {
|
|
7224
7896
|
"shape": "S1c"
|
|
7225
7897
|
}
|
|
7226
7898
|
},
|
|
7227
|
-
"
|
|
7899
|
+
"S91": {
|
|
7228
7900
|
"type": "list",
|
|
7229
7901
|
"member": {
|
|
7230
|
-
"shape": "
|
|
7902
|
+
"shape": "S92"
|
|
7231
7903
|
}
|
|
7232
7904
|
},
|
|
7233
|
-
"
|
|
7905
|
+
"S92": {
|
|
7234
7906
|
"type": "structure",
|
|
7235
7907
|
"members": {
|
|
7236
7908
|
"Values": {
|
|
@@ -7256,17 +7928,17 @@
|
|
|
7256
7928
|
"CatalogId": {}
|
|
7257
7929
|
}
|
|
7258
7930
|
},
|
|
7259
|
-
"
|
|
7931
|
+
"S94": {
|
|
7260
7932
|
"type": "list",
|
|
7261
7933
|
"member": {}
|
|
7262
7934
|
},
|
|
7263
|
-
"
|
|
7935
|
+
"S96": {
|
|
7264
7936
|
"type": "list",
|
|
7265
7937
|
"member": {
|
|
7266
|
-
"shape": "
|
|
7938
|
+
"shape": "S97"
|
|
7267
7939
|
}
|
|
7268
7940
|
},
|
|
7269
|
-
"
|
|
7941
|
+
"S97": {
|
|
7270
7942
|
"type": "structure",
|
|
7271
7943
|
"members": {
|
|
7272
7944
|
"Name": {},
|
|
@@ -7277,37 +7949,37 @@
|
|
|
7277
7949
|
"Description": {},
|
|
7278
7950
|
"Schedule": {},
|
|
7279
7951
|
"Actions": {
|
|
7280
|
-
"shape": "
|
|
7952
|
+
"shape": "S9b"
|
|
7281
7953
|
},
|
|
7282
7954
|
"Predicate": {
|
|
7283
|
-
"shape": "
|
|
7955
|
+
"shape": "S9d"
|
|
7284
7956
|
},
|
|
7285
7957
|
"EventBatchingCondition": {
|
|
7286
|
-
"shape": "
|
|
7958
|
+
"shape": "S9k"
|
|
7287
7959
|
}
|
|
7288
7960
|
}
|
|
7289
7961
|
},
|
|
7290
|
-
"
|
|
7962
|
+
"S9b": {
|
|
7291
7963
|
"type": "list",
|
|
7292
7964
|
"member": {
|
|
7293
7965
|
"type": "structure",
|
|
7294
7966
|
"members": {
|
|
7295
7967
|
"JobName": {},
|
|
7296
7968
|
"Arguments": {
|
|
7297
|
-
"shape": "
|
|
7969
|
+
"shape": "S4t"
|
|
7298
7970
|
},
|
|
7299
7971
|
"Timeout": {
|
|
7300
7972
|
"type": "integer"
|
|
7301
7973
|
},
|
|
7302
7974
|
"SecurityConfiguration": {},
|
|
7303
7975
|
"NotificationProperty": {
|
|
7304
|
-
"shape": "
|
|
7976
|
+
"shape": "S4y"
|
|
7305
7977
|
},
|
|
7306
7978
|
"CrawlerName": {}
|
|
7307
7979
|
}
|
|
7308
7980
|
}
|
|
7309
7981
|
},
|
|
7310
|
-
"
|
|
7982
|
+
"S9d": {
|
|
7311
7983
|
"type": "structure",
|
|
7312
7984
|
"members": {
|
|
7313
7985
|
"Logical": {},
|
|
@@ -7326,7 +7998,7 @@
|
|
|
7326
7998
|
}
|
|
7327
7999
|
}
|
|
7328
8000
|
},
|
|
7329
|
-
"
|
|
8001
|
+
"S9k": {
|
|
7330
8002
|
"type": "structure",
|
|
7331
8003
|
"required": [
|
|
7332
8004
|
"BatchSize"
|
|
@@ -7340,17 +8012,17 @@
|
|
|
7340
8012
|
}
|
|
7341
8013
|
}
|
|
7342
8014
|
},
|
|
7343
|
-
"
|
|
8015
|
+
"S9o": {
|
|
7344
8016
|
"type": "list",
|
|
7345
8017
|
"member": {}
|
|
7346
8018
|
},
|
|
7347
|
-
"
|
|
8019
|
+
"S9r": {
|
|
7348
8020
|
"type": "structure",
|
|
7349
8021
|
"members": {
|
|
7350
8022
|
"Name": {},
|
|
7351
8023
|
"Description": {},
|
|
7352
8024
|
"DefaultRunProperties": {
|
|
7353
|
-
"shape": "
|
|
8025
|
+
"shape": "S9s"
|
|
7354
8026
|
},
|
|
7355
8027
|
"CreatedOn": {
|
|
7356
8028
|
"type": "timestamp"
|
|
@@ -7359,10 +8031,10 @@
|
|
|
7359
8031
|
"type": "timestamp"
|
|
7360
8032
|
},
|
|
7361
8033
|
"LastRun": {
|
|
7362
|
-
"shape": "
|
|
8034
|
+
"shape": "S9t"
|
|
7363
8035
|
},
|
|
7364
8036
|
"Graph": {
|
|
7365
|
-
"shape": "
|
|
8037
|
+
"shape": "S9w"
|
|
7366
8038
|
},
|
|
7367
8039
|
"MaxConcurrentRuns": {
|
|
7368
8040
|
"type": "integer"
|
|
@@ -7376,19 +8048,19 @@
|
|
|
7376
8048
|
}
|
|
7377
8049
|
}
|
|
7378
8050
|
},
|
|
7379
|
-
"
|
|
8051
|
+
"S9s": {
|
|
7380
8052
|
"type": "map",
|
|
7381
8053
|
"key": {},
|
|
7382
8054
|
"value": {}
|
|
7383
8055
|
},
|
|
7384
|
-
"
|
|
8056
|
+
"S9t": {
|
|
7385
8057
|
"type": "structure",
|
|
7386
8058
|
"members": {
|
|
7387
8059
|
"Name": {},
|
|
7388
8060
|
"WorkflowRunId": {},
|
|
7389
8061
|
"PreviousRunId": {},
|
|
7390
8062
|
"WorkflowRunProperties": {
|
|
7391
|
-
"shape": "
|
|
8063
|
+
"shape": "S9s"
|
|
7392
8064
|
},
|
|
7393
8065
|
"StartedOn": {
|
|
7394
8066
|
"type": "timestamp"
|
|
@@ -7428,7 +8100,7 @@
|
|
|
7428
8100
|
}
|
|
7429
8101
|
},
|
|
7430
8102
|
"Graph": {
|
|
7431
|
-
"shape": "
|
|
8103
|
+
"shape": "S9w"
|
|
7432
8104
|
},
|
|
7433
8105
|
"StartingEventBatchCondition": {
|
|
7434
8106
|
"type": "structure",
|
|
@@ -7443,7 +8115,7 @@
|
|
|
7443
8115
|
}
|
|
7444
8116
|
}
|
|
7445
8117
|
},
|
|
7446
|
-
"
|
|
8118
|
+
"S9w": {
|
|
7447
8119
|
"type": "structure",
|
|
7448
8120
|
"members": {
|
|
7449
8121
|
"Nodes": {
|
|
@@ -7458,7 +8130,7 @@
|
|
|
7458
8130
|
"type": "structure",
|
|
7459
8131
|
"members": {
|
|
7460
8132
|
"Trigger": {
|
|
7461
|
-
"shape": "
|
|
8133
|
+
"shape": "S97"
|
|
7462
8134
|
}
|
|
7463
8135
|
}
|
|
7464
8136
|
},
|
|
@@ -7466,7 +8138,7 @@
|
|
|
7466
8138
|
"type": "structure",
|
|
7467
8139
|
"members": {
|
|
7468
8140
|
"JobRuns": {
|
|
7469
|
-
"shape": "
|
|
8141
|
+
"shape": "Sa2"
|
|
7470
8142
|
}
|
|
7471
8143
|
}
|
|
7472
8144
|
},
|
|
@@ -7508,13 +8180,13 @@
|
|
|
7508
8180
|
}
|
|
7509
8181
|
}
|
|
7510
8182
|
},
|
|
7511
|
-
"
|
|
8183
|
+
"Sa2": {
|
|
7512
8184
|
"type": "list",
|
|
7513
8185
|
"member": {
|
|
7514
|
-
"shape": "
|
|
8186
|
+
"shape": "Sa3"
|
|
7515
8187
|
}
|
|
7516
8188
|
},
|
|
7517
|
-
"
|
|
8189
|
+
"Sa3": {
|
|
7518
8190
|
"type": "structure",
|
|
7519
8191
|
"members": {
|
|
7520
8192
|
"Id": {},
|
|
@@ -7535,7 +8207,7 @@
|
|
|
7535
8207
|
},
|
|
7536
8208
|
"JobRunState": {},
|
|
7537
8209
|
"Arguments": {
|
|
7538
|
-
"shape": "
|
|
8210
|
+
"shape": "S4t"
|
|
7539
8211
|
},
|
|
7540
8212
|
"ErrorMessage": {},
|
|
7541
8213
|
"PredecessorRuns": {
|
|
@@ -7569,7 +8241,7 @@
|
|
|
7569
8241
|
"SecurityConfiguration": {},
|
|
7570
8242
|
"LogGroupName": {},
|
|
7571
8243
|
"NotificationProperty": {
|
|
7572
|
-
"shape": "
|
|
8244
|
+
"shape": "S4y"
|
|
7573
8245
|
},
|
|
7574
8246
|
"GlueVersion": {},
|
|
7575
8247
|
"DPUSeconds": {
|
|
@@ -7578,24 +8250,24 @@
|
|
|
7578
8250
|
"ExecutionClass": {}
|
|
7579
8251
|
}
|
|
7580
8252
|
},
|
|
7581
|
-
"
|
|
8253
|
+
"Sap": {
|
|
7582
8254
|
"type": "list",
|
|
7583
8255
|
"member": {}
|
|
7584
8256
|
},
|
|
7585
|
-
"
|
|
8257
|
+
"Sba": {
|
|
7586
8258
|
"type": "map",
|
|
7587
8259
|
"key": {},
|
|
7588
8260
|
"value": {}
|
|
7589
8261
|
},
|
|
7590
|
-
"
|
|
8262
|
+
"Sbr": {
|
|
7591
8263
|
"type": "list",
|
|
7592
8264
|
"member": {}
|
|
7593
8265
|
},
|
|
7594
|
-
"
|
|
8266
|
+
"Sbs": {
|
|
7595
8267
|
"type": "list",
|
|
7596
8268
|
"member": {}
|
|
7597
8269
|
},
|
|
7598
|
-
"
|
|
8270
|
+
"Sbv": {
|
|
7599
8271
|
"type": "structure",
|
|
7600
8272
|
"required": [
|
|
7601
8273
|
"Name",
|
|
@@ -7607,26 +8279,26 @@
|
|
|
7607
8279
|
"Description": {},
|
|
7608
8280
|
"ConnectionType": {},
|
|
7609
8281
|
"MatchCriteria": {
|
|
7610
|
-
"shape": "
|
|
8282
|
+
"shape": "Sbx"
|
|
7611
8283
|
},
|
|
7612
8284
|
"ConnectionProperties": {
|
|
7613
|
-
"shape": "
|
|
8285
|
+
"shape": "Sby"
|
|
7614
8286
|
},
|
|
7615
8287
|
"PhysicalConnectionRequirements": {
|
|
7616
|
-
"shape": "
|
|
8288
|
+
"shape": "Sc0"
|
|
7617
8289
|
}
|
|
7618
8290
|
}
|
|
7619
8291
|
},
|
|
7620
|
-
"
|
|
8292
|
+
"Sbx": {
|
|
7621
8293
|
"type": "list",
|
|
7622
8294
|
"member": {}
|
|
7623
8295
|
},
|
|
7624
|
-
"
|
|
8296
|
+
"Sby": {
|
|
7625
8297
|
"type": "map",
|
|
7626
8298
|
"key": {},
|
|
7627
8299
|
"value": {}
|
|
7628
8300
|
},
|
|
7629
|
-
"
|
|
8301
|
+
"Sc0": {
|
|
7630
8302
|
"type": "structure",
|
|
7631
8303
|
"members": {
|
|
7632
8304
|
"SubnetId": {},
|
|
@@ -7637,7 +8309,18 @@
|
|
|
7637
8309
|
"AvailabilityZone": {}
|
|
7638
8310
|
}
|
|
7639
8311
|
},
|
|
7640
|
-
"
|
|
8312
|
+
"Sc9": {
|
|
8313
|
+
"type": "structure",
|
|
8314
|
+
"required": [
|
|
8315
|
+
"TableName",
|
|
8316
|
+
"DatabaseName"
|
|
8317
|
+
],
|
|
8318
|
+
"members": {
|
|
8319
|
+
"TableName": {},
|
|
8320
|
+
"DatabaseName": {}
|
|
8321
|
+
}
|
|
8322
|
+
},
|
|
8323
|
+
"Scc": {
|
|
7641
8324
|
"type": "structure",
|
|
7642
8325
|
"required": [
|
|
7643
8326
|
"Name"
|
|
@@ -7650,14 +8333,14 @@
|
|
|
7650
8333
|
"shape": "Se"
|
|
7651
8334
|
},
|
|
7652
8335
|
"CreateTableDefaultPermissions": {
|
|
7653
|
-
"shape": "
|
|
8336
|
+
"shape": "Sce"
|
|
7654
8337
|
},
|
|
7655
8338
|
"TargetDatabase": {
|
|
7656
|
-
"shape": "
|
|
8339
|
+
"shape": "Sck"
|
|
7657
8340
|
}
|
|
7658
8341
|
}
|
|
7659
8342
|
},
|
|
7660
|
-
"
|
|
8343
|
+
"Sce": {
|
|
7661
8344
|
"type": "list",
|
|
7662
8345
|
"member": {
|
|
7663
8346
|
"type": "structure",
|
|
@@ -7675,30 +8358,20 @@
|
|
|
7675
8358
|
}
|
|
7676
8359
|
}
|
|
7677
8360
|
},
|
|
7678
|
-
"
|
|
8361
|
+
"Sck": {
|
|
7679
8362
|
"type": "structure",
|
|
7680
8363
|
"members": {
|
|
7681
8364
|
"CatalogId": {},
|
|
7682
8365
|
"DatabaseName": {}
|
|
7683
8366
|
}
|
|
7684
8367
|
},
|
|
7685
|
-
"
|
|
8368
|
+
"Scr": {
|
|
7686
8369
|
"type": "list",
|
|
7687
8370
|
"member": {
|
|
7688
|
-
"
|
|
7689
|
-
"required": [
|
|
7690
|
-
"DatabaseName",
|
|
7691
|
-
"TableName"
|
|
7692
|
-
],
|
|
7693
|
-
"members": {
|
|
7694
|
-
"DatabaseName": {},
|
|
7695
|
-
"TableName": {},
|
|
7696
|
-
"CatalogId": {},
|
|
7697
|
-
"ConnectionName": {}
|
|
7698
|
-
}
|
|
8371
|
+
"shape": "S40"
|
|
7699
8372
|
}
|
|
7700
8373
|
},
|
|
7701
|
-
"
|
|
8374
|
+
"Scs": {
|
|
7702
8375
|
"type": "structure",
|
|
7703
8376
|
"required": [
|
|
7704
8377
|
"TransformType"
|
|
@@ -7722,7 +8395,7 @@
|
|
|
7722
8395
|
}
|
|
7723
8396
|
}
|
|
7724
8397
|
},
|
|
7725
|
-
"
|
|
8398
|
+
"Scw": {
|
|
7726
8399
|
"type": "structure",
|
|
7727
8400
|
"members": {
|
|
7728
8401
|
"MlUserDataEncryption": {
|
|
@@ -7738,7 +8411,7 @@
|
|
|
7738
8411
|
"TaskRunSecurityConfigurationName": {}
|
|
7739
8412
|
}
|
|
7740
8413
|
},
|
|
7741
|
-
"
|
|
8414
|
+
"Sd3": {
|
|
7742
8415
|
"type": "structure",
|
|
7743
8416
|
"required": [
|
|
7744
8417
|
"Keys",
|
|
@@ -7752,14 +8425,14 @@
|
|
|
7752
8425
|
"IndexName": {}
|
|
7753
8426
|
}
|
|
7754
8427
|
},
|
|
7755
|
-
"
|
|
8428
|
+
"Sd9": {
|
|
7756
8429
|
"type": "structure",
|
|
7757
8430
|
"members": {
|
|
7758
8431
|
"RegistryName": {},
|
|
7759
8432
|
"RegistryArn": {}
|
|
7760
8433
|
}
|
|
7761
8434
|
},
|
|
7762
|
-
"
|
|
8435
|
+
"Sdg": {
|
|
7763
8436
|
"type": "list",
|
|
7764
8437
|
"member": {
|
|
7765
8438
|
"type": "structure",
|
|
@@ -7772,7 +8445,7 @@
|
|
|
7772
8445
|
"Id": {},
|
|
7773
8446
|
"NodeType": {},
|
|
7774
8447
|
"Args": {
|
|
7775
|
-
"shape": "
|
|
8448
|
+
"shape": "Sdk"
|
|
7776
8449
|
},
|
|
7777
8450
|
"LineNumber": {
|
|
7778
8451
|
"type": "integer"
|
|
@@ -7780,7 +8453,7 @@
|
|
|
7780
8453
|
}
|
|
7781
8454
|
}
|
|
7782
8455
|
},
|
|
7783
|
-
"
|
|
8456
|
+
"Sdk": {
|
|
7784
8457
|
"type": "list",
|
|
7785
8458
|
"member": {
|
|
7786
8459
|
"type": "structure",
|
|
@@ -7797,7 +8470,7 @@
|
|
|
7797
8470
|
}
|
|
7798
8471
|
}
|
|
7799
8472
|
},
|
|
7800
|
-
"
|
|
8473
|
+
"Sdo": {
|
|
7801
8474
|
"type": "list",
|
|
7802
8475
|
"member": {
|
|
7803
8476
|
"type": "structure",
|
|
@@ -7812,7 +8485,7 @@
|
|
|
7812
8485
|
}
|
|
7813
8486
|
}
|
|
7814
8487
|
},
|
|
7815
|
-
"
|
|
8488
|
+
"Sdv": {
|
|
7816
8489
|
"type": "structure",
|
|
7817
8490
|
"members": {
|
|
7818
8491
|
"S3Encryption": {
|
|
@@ -7841,19 +8514,19 @@
|
|
|
7841
8514
|
}
|
|
7842
8515
|
}
|
|
7843
8516
|
},
|
|
7844
|
-
"
|
|
8517
|
+
"Se7": {
|
|
7845
8518
|
"type": "structure",
|
|
7846
8519
|
"members": {
|
|
7847
8520
|
"Name": {},
|
|
7848
8521
|
"PythonVersion": {}
|
|
7849
8522
|
}
|
|
7850
8523
|
},
|
|
7851
|
-
"
|
|
8524
|
+
"Se8": {
|
|
7852
8525
|
"type": "map",
|
|
7853
8526
|
"key": {},
|
|
7854
8527
|
"value": {}
|
|
7855
8528
|
},
|
|
7856
|
-
"
|
|
8529
|
+
"Seb": {
|
|
7857
8530
|
"type": "structure",
|
|
7858
8531
|
"members": {
|
|
7859
8532
|
"Id": {},
|
|
@@ -7865,13 +8538,13 @@
|
|
|
7865
8538
|
"Description": {},
|
|
7866
8539
|
"Role": {},
|
|
7867
8540
|
"Command": {
|
|
7868
|
-
"shape": "
|
|
8541
|
+
"shape": "Se7"
|
|
7869
8542
|
},
|
|
7870
8543
|
"DefaultArguments": {
|
|
7871
|
-
"shape": "
|
|
8544
|
+
"shape": "Se8"
|
|
7872
8545
|
},
|
|
7873
8546
|
"Connections": {
|
|
7874
|
-
"shape": "
|
|
8547
|
+
"shape": "S4u"
|
|
7875
8548
|
},
|
|
7876
8549
|
"Progress": {
|
|
7877
8550
|
"type": "double"
|
|
@@ -7883,7 +8556,7 @@
|
|
|
7883
8556
|
"GlueVersion": {}
|
|
7884
8557
|
}
|
|
7885
8558
|
},
|
|
7886
|
-
"
|
|
8559
|
+
"Sef": {
|
|
7887
8560
|
"type": "structure",
|
|
7888
8561
|
"required": [
|
|
7889
8562
|
"Name"
|
|
@@ -7914,11 +8587,11 @@
|
|
|
7914
8587
|
"shape": "Se"
|
|
7915
8588
|
},
|
|
7916
8589
|
"TargetTable": {
|
|
7917
|
-
"shape": "
|
|
8590
|
+
"shape": "Sej"
|
|
7918
8591
|
}
|
|
7919
8592
|
}
|
|
7920
8593
|
},
|
|
7921
|
-
"
|
|
8594
|
+
"Sej": {
|
|
7922
8595
|
"type": "structure",
|
|
7923
8596
|
"members": {
|
|
7924
8597
|
"CatalogId": {},
|
|
@@ -7926,7 +8599,7 @@
|
|
|
7926
8599
|
"Name": {}
|
|
7927
8600
|
}
|
|
7928
8601
|
},
|
|
7929
|
-
"
|
|
8602
|
+
"Sep": {
|
|
7930
8603
|
"type": "structure",
|
|
7931
8604
|
"members": {
|
|
7932
8605
|
"FunctionName": {},
|
|
@@ -7934,11 +8607,11 @@
|
|
|
7934
8607
|
"OwnerName": {},
|
|
7935
8608
|
"OwnerType": {},
|
|
7936
8609
|
"ResourceUris": {
|
|
7937
|
-
"shape": "
|
|
8610
|
+
"shape": "Ser"
|
|
7938
8611
|
}
|
|
7939
8612
|
}
|
|
7940
8613
|
},
|
|
7941
|
-
"
|
|
8614
|
+
"Ser": {
|
|
7942
8615
|
"type": "list",
|
|
7943
8616
|
"member": {
|
|
7944
8617
|
"type": "structure",
|
|
@@ -7948,7 +8621,7 @@
|
|
|
7948
8621
|
}
|
|
7949
8622
|
}
|
|
7950
8623
|
},
|
|
7951
|
-
"
|
|
8624
|
+
"Sgm": {
|
|
7952
8625
|
"type": "structure",
|
|
7953
8626
|
"members": {
|
|
7954
8627
|
"BlueprintName": {},
|
|
@@ -7967,7 +8640,7 @@
|
|
|
7967
8640
|
"RoleArn": {}
|
|
7968
8641
|
}
|
|
7969
8642
|
},
|
|
7970
|
-
"
|
|
8643
|
+
"Sh0": {
|
|
7971
8644
|
"type": "structure",
|
|
7972
8645
|
"members": {
|
|
7973
8646
|
"GrokClassifier": {
|
|
@@ -8054,7 +8727,7 @@
|
|
|
8054
8727
|
"QuoteSymbol": {},
|
|
8055
8728
|
"ContainsHeader": {},
|
|
8056
8729
|
"Header": {
|
|
8057
|
-
"shape": "
|
|
8730
|
+
"shape": "Sbr"
|
|
8058
8731
|
},
|
|
8059
8732
|
"DisableValueTrimming": {
|
|
8060
8733
|
"type": "boolean"
|
|
@@ -8066,23 +8739,23 @@
|
|
|
8066
8739
|
"type": "boolean"
|
|
8067
8740
|
},
|
|
8068
8741
|
"CustomDatatypes": {
|
|
8069
|
-
"shape": "
|
|
8742
|
+
"shape": "Sbs"
|
|
8070
8743
|
}
|
|
8071
8744
|
}
|
|
8072
8745
|
}
|
|
8073
8746
|
}
|
|
8074
8747
|
},
|
|
8075
|
-
"
|
|
8748
|
+
"Sha": {
|
|
8076
8749
|
"type": "list",
|
|
8077
8750
|
"member": {}
|
|
8078
8751
|
},
|
|
8079
|
-
"
|
|
8752
|
+
"Shc": {
|
|
8080
8753
|
"type": "list",
|
|
8081
8754
|
"member": {
|
|
8082
|
-
"shape": "
|
|
8755
|
+
"shape": "Shd"
|
|
8083
8756
|
}
|
|
8084
8757
|
},
|
|
8085
|
-
"
|
|
8758
|
+
"Shd": {
|
|
8086
8759
|
"type": "structure",
|
|
8087
8760
|
"required": [
|
|
8088
8761
|
"ColumnName",
|
|
@@ -8151,10 +8824,10 @@
|
|
|
8151
8824
|
],
|
|
8152
8825
|
"members": {
|
|
8153
8826
|
"MinimumValue": {
|
|
8154
|
-
"shape": "
|
|
8827
|
+
"shape": "Shl"
|
|
8155
8828
|
},
|
|
8156
8829
|
"MaximumValue": {
|
|
8157
|
-
"shape": "
|
|
8830
|
+
"shape": "Shl"
|
|
8158
8831
|
},
|
|
8159
8832
|
"NumberOfNulls": {
|
|
8160
8833
|
"type": "long"
|
|
@@ -8252,7 +8925,7 @@
|
|
|
8252
8925
|
}
|
|
8253
8926
|
}
|
|
8254
8927
|
},
|
|
8255
|
-
"
|
|
8928
|
+
"Shl": {
|
|
8256
8929
|
"type": "structure",
|
|
8257
8930
|
"required": [
|
|
8258
8931
|
"UnscaledValue",
|
|
@@ -8267,7 +8940,7 @@
|
|
|
8267
8940
|
}
|
|
8268
8941
|
}
|
|
8269
8942
|
},
|
|
8270
|
-
"
|
|
8943
|
+
"Shu": {
|
|
8271
8944
|
"type": "list",
|
|
8272
8945
|
"member": {
|
|
8273
8946
|
"type": "structure",
|
|
@@ -8279,20 +8952,20 @@
|
|
|
8279
8952
|
}
|
|
8280
8953
|
}
|
|
8281
8954
|
},
|
|
8282
|
-
"
|
|
8955
|
+
"Si0": {
|
|
8283
8956
|
"type": "structure",
|
|
8284
8957
|
"members": {
|
|
8285
8958
|
"Name": {},
|
|
8286
8959
|
"Description": {},
|
|
8287
8960
|
"ConnectionType": {},
|
|
8288
8961
|
"MatchCriteria": {
|
|
8289
|
-
"shape": "
|
|
8962
|
+
"shape": "Sbx"
|
|
8290
8963
|
},
|
|
8291
8964
|
"ConnectionProperties": {
|
|
8292
|
-
"shape": "
|
|
8965
|
+
"shape": "Sby"
|
|
8293
8966
|
},
|
|
8294
8967
|
"PhysicalConnectionRequirements": {
|
|
8295
|
-
"shape": "
|
|
8968
|
+
"shape": "Sc0"
|
|
8296
8969
|
},
|
|
8297
8970
|
"CreationTime": {
|
|
8298
8971
|
"type": "timestamp"
|
|
@@ -8303,7 +8976,7 @@
|
|
|
8303
8976
|
"LastUpdatedBy": {}
|
|
8304
8977
|
}
|
|
8305
8978
|
},
|
|
8306
|
-
"
|
|
8979
|
+
"Sih": {
|
|
8307
8980
|
"type": "structure",
|
|
8308
8981
|
"members": {
|
|
8309
8982
|
"EncryptionAtRest": {
|
|
@@ -8330,7 +9003,20 @@
|
|
|
8330
9003
|
}
|
|
8331
9004
|
}
|
|
8332
9005
|
},
|
|
8333
|
-
"
|
|
9006
|
+
"Sit": {
|
|
9007
|
+
"type": "structure",
|
|
9008
|
+
"members": {
|
|
9009
|
+
"CloudWatchMetricsEnabled": {
|
|
9010
|
+
"type": "boolean"
|
|
9011
|
+
},
|
|
9012
|
+
"ResultsS3Prefix": {}
|
|
9013
|
+
}
|
|
9014
|
+
},
|
|
9015
|
+
"Siu": {
|
|
9016
|
+
"type": "list",
|
|
9017
|
+
"member": {}
|
|
9018
|
+
},
|
|
9019
|
+
"Siy": {
|
|
8334
9020
|
"type": "structure",
|
|
8335
9021
|
"required": [
|
|
8336
9022
|
"Name"
|
|
@@ -8346,15 +9032,15 @@
|
|
|
8346
9032
|
"type": "timestamp"
|
|
8347
9033
|
},
|
|
8348
9034
|
"CreateTableDefaultPermissions": {
|
|
8349
|
-
"shape": "
|
|
9035
|
+
"shape": "Sce"
|
|
8350
9036
|
},
|
|
8351
9037
|
"TargetDatabase": {
|
|
8352
|
-
"shape": "
|
|
9038
|
+
"shape": "Sck"
|
|
8353
9039
|
},
|
|
8354
9040
|
"CatalogId": {}
|
|
8355
9041
|
}
|
|
8356
9042
|
},
|
|
8357
|
-
"
|
|
9043
|
+
"Sjg": {
|
|
8358
9044
|
"type": "structure",
|
|
8359
9045
|
"members": {
|
|
8360
9046
|
"JobName": {},
|
|
@@ -8372,7 +9058,7 @@
|
|
|
8372
9058
|
"JobBookmark": {}
|
|
8373
9059
|
}
|
|
8374
9060
|
},
|
|
8375
|
-
"
|
|
9061
|
+
"Sjq": {
|
|
8376
9062
|
"type": "structure",
|
|
8377
9063
|
"members": {
|
|
8378
9064
|
"TaskType": {},
|
|
@@ -8407,7 +9093,7 @@
|
|
|
8407
9093
|
}
|
|
8408
9094
|
}
|
|
8409
9095
|
},
|
|
8410
|
-
"
|
|
9096
|
+
"Sk9": {
|
|
8411
9097
|
"type": "structure",
|
|
8412
9098
|
"required": [
|
|
8413
9099
|
"TransformType"
|
|
@@ -8462,7 +9148,7 @@
|
|
|
8462
9148
|
}
|
|
8463
9149
|
}
|
|
8464
9150
|
},
|
|
8465
|
-
"
|
|
9151
|
+
"Skg": {
|
|
8466
9152
|
"type": "list",
|
|
8467
9153
|
"member": {
|
|
8468
9154
|
"type": "structure",
|
|
@@ -8472,7 +9158,7 @@
|
|
|
8472
9158
|
}
|
|
8473
9159
|
}
|
|
8474
9160
|
},
|
|
8475
|
-
"
|
|
9161
|
+
"Skj": {
|
|
8476
9162
|
"type": "structure",
|
|
8477
9163
|
"members": {
|
|
8478
9164
|
"Name": {},
|
|
@@ -8492,11 +9178,11 @@
|
|
|
8492
9178
|
"type": "timestamp"
|
|
8493
9179
|
},
|
|
8494
9180
|
"Schema": {
|
|
8495
|
-
"shape": "
|
|
9181
|
+
"shape": "Skg"
|
|
8496
9182
|
}
|
|
8497
9183
|
}
|
|
8498
9184
|
},
|
|
8499
|
-
"
|
|
9185
|
+
"Skk": {
|
|
8500
9186
|
"type": "structure",
|
|
8501
9187
|
"required": [
|
|
8502
9188
|
"Column",
|
|
@@ -8507,7 +9193,7 @@
|
|
|
8507
9193
|
"SortDirection": {}
|
|
8508
9194
|
}
|
|
8509
9195
|
},
|
|
8510
|
-
"
|
|
9196
|
+
"Skq": {
|
|
8511
9197
|
"type": "structure",
|
|
8512
9198
|
"required": [
|
|
8513
9199
|
"DatabaseName",
|
|
@@ -8518,27 +9204,27 @@
|
|
|
8518
9204
|
"TableName": {}
|
|
8519
9205
|
}
|
|
8520
9206
|
},
|
|
8521
|
-
"
|
|
9207
|
+
"Skr": {
|
|
8522
9208
|
"type": "list",
|
|
8523
9209
|
"member": {
|
|
8524
|
-
"shape": "
|
|
9210
|
+
"shape": "Skq"
|
|
8525
9211
|
}
|
|
8526
9212
|
},
|
|
8527
|
-
"
|
|
9213
|
+
"Sks": {
|
|
8528
9214
|
"type": "structure",
|
|
8529
9215
|
"members": {
|
|
8530
9216
|
"Jdbc": {
|
|
8531
|
-
"shape": "
|
|
9217
|
+
"shape": "Sdk"
|
|
8532
9218
|
},
|
|
8533
9219
|
"S3": {
|
|
8534
|
-
"shape": "
|
|
9220
|
+
"shape": "Sdk"
|
|
8535
9221
|
},
|
|
8536
9222
|
"DynamoDB": {
|
|
8537
|
-
"shape": "
|
|
9223
|
+
"shape": "Sdk"
|
|
8538
9224
|
}
|
|
8539
9225
|
}
|
|
8540
9226
|
},
|
|
8541
|
-
"
|
|
9227
|
+
"Sku": {
|
|
8542
9228
|
"type": "list",
|
|
8543
9229
|
"member": {
|
|
8544
9230
|
"type": "structure",
|
|
@@ -8552,7 +9238,7 @@
|
|
|
8552
9238
|
}
|
|
8553
9239
|
}
|
|
8554
9240
|
},
|
|
8555
|
-
"
|
|
9241
|
+
"Sle": {
|
|
8556
9242
|
"type": "structure",
|
|
8557
9243
|
"required": [
|
|
8558
9244
|
"SegmentNumber",
|
|
@@ -8567,7 +9253,7 @@
|
|
|
8567
9253
|
}
|
|
8568
9254
|
}
|
|
8569
9255
|
},
|
|
8570
|
-
"
|
|
9256
|
+
"Sm1": {
|
|
8571
9257
|
"type": "structure",
|
|
8572
9258
|
"members": {
|
|
8573
9259
|
"LatestVersion": {
|
|
@@ -8578,7 +9264,7 @@
|
|
|
8578
9264
|
}
|
|
8579
9265
|
}
|
|
8580
9266
|
},
|
|
8581
|
-
"
|
|
9267
|
+
"Sma": {
|
|
8582
9268
|
"type": "structure",
|
|
8583
9269
|
"members": {
|
|
8584
9270
|
"Name": {},
|
|
@@ -8586,11 +9272,11 @@
|
|
|
8586
9272
|
"type": "timestamp"
|
|
8587
9273
|
},
|
|
8588
9274
|
"EncryptionConfiguration": {
|
|
8589
|
-
"shape": "
|
|
9275
|
+
"shape": "Sdv"
|
|
8590
9276
|
}
|
|
8591
9277
|
}
|
|
8592
9278
|
},
|
|
8593
|
-
"
|
|
9279
|
+
"Smi": {
|
|
8594
9280
|
"type": "structure",
|
|
8595
9281
|
"members": {
|
|
8596
9282
|
"Id": {
|
|
@@ -8614,7 +9300,7 @@
|
|
|
8614
9300
|
"ErrorName": {},
|
|
8615
9301
|
"ErrorValue": {},
|
|
8616
9302
|
"Traceback": {
|
|
8617
|
-
"shape": "
|
|
9303
|
+
"shape": "S4v"
|
|
8618
9304
|
}
|
|
8619
9305
|
}
|
|
8620
9306
|
},
|
|
@@ -8629,7 +9315,7 @@
|
|
|
8629
9315
|
}
|
|
8630
9316
|
}
|
|
8631
9317
|
},
|
|
8632
|
-
"
|
|
9318
|
+
"Smp": {
|
|
8633
9319
|
"type": "structure",
|
|
8634
9320
|
"required": [
|
|
8635
9321
|
"Name"
|
|
@@ -8671,28 +9357,28 @@
|
|
|
8671
9357
|
"type": "boolean"
|
|
8672
9358
|
},
|
|
8673
9359
|
"TargetTable": {
|
|
8674
|
-
"shape": "
|
|
9360
|
+
"shape": "Sej"
|
|
8675
9361
|
},
|
|
8676
9362
|
"CatalogId": {},
|
|
8677
9363
|
"VersionId": {}
|
|
8678
9364
|
}
|
|
8679
9365
|
},
|
|
8680
|
-
"
|
|
9366
|
+
"Sms": {
|
|
8681
9367
|
"type": "structure",
|
|
8682
9368
|
"members": {
|
|
8683
9369
|
"Table": {
|
|
8684
|
-
"shape": "
|
|
9370
|
+
"shape": "Smp"
|
|
8685
9371
|
},
|
|
8686
9372
|
"VersionId": {}
|
|
8687
9373
|
}
|
|
8688
9374
|
},
|
|
8689
|
-
"
|
|
9375
|
+
"Smz": {
|
|
8690
9376
|
"type": "list",
|
|
8691
9377
|
"member": {
|
|
8692
|
-
"shape": "
|
|
9378
|
+
"shape": "Smp"
|
|
8693
9379
|
}
|
|
8694
9380
|
},
|
|
8695
|
-
"
|
|
9381
|
+
"Sn7": {
|
|
8696
9382
|
"type": "structure",
|
|
8697
9383
|
"members": {
|
|
8698
9384
|
"AdditionalAuditContext": {},
|
|
@@ -8705,11 +9391,11 @@
|
|
|
8705
9391
|
}
|
|
8706
9392
|
}
|
|
8707
9393
|
},
|
|
8708
|
-
"
|
|
9394
|
+
"Sna": {
|
|
8709
9395
|
"type": "list",
|
|
8710
9396
|
"member": {}
|
|
8711
9397
|
},
|
|
8712
|
-
"
|
|
9398
|
+
"Snn": {
|
|
8713
9399
|
"type": "structure",
|
|
8714
9400
|
"members": {
|
|
8715
9401
|
"FunctionName": {},
|
|
@@ -8721,35 +9407,35 @@
|
|
|
8721
9407
|
"type": "timestamp"
|
|
8722
9408
|
},
|
|
8723
9409
|
"ResourceUris": {
|
|
8724
|
-
"shape": "
|
|
9410
|
+
"shape": "Ser"
|
|
8725
9411
|
},
|
|
8726
9412
|
"CatalogId": {}
|
|
8727
9413
|
}
|
|
8728
9414
|
},
|
|
8729
|
-
"
|
|
9415
|
+
"Sq7": {
|
|
8730
9416
|
"type": "structure",
|
|
8731
9417
|
"members": {
|
|
8732
9418
|
"MetadataKey": {},
|
|
8733
9419
|
"MetadataValue": {}
|
|
8734
9420
|
}
|
|
8735
9421
|
},
|
|
8736
|
-
"
|
|
9422
|
+
"Sqs": {
|
|
8737
9423
|
"type": "list",
|
|
8738
9424
|
"member": {}
|
|
8739
9425
|
},
|
|
8740
|
-
"
|
|
9426
|
+
"Ssh": {
|
|
8741
9427
|
"type": "list",
|
|
8742
9428
|
"member": {
|
|
8743
|
-
"shape": "
|
|
9429
|
+
"shape": "Shd"
|
|
8744
9430
|
}
|
|
8745
9431
|
},
|
|
8746
|
-
"
|
|
9432
|
+
"Ssj": {
|
|
8747
9433
|
"type": "list",
|
|
8748
9434
|
"member": {
|
|
8749
9435
|
"type": "structure",
|
|
8750
9436
|
"members": {
|
|
8751
9437
|
"ColumnStatistics": {
|
|
8752
|
-
"shape": "
|
|
9438
|
+
"shape": "Shd"
|
|
8753
9439
|
},
|
|
8754
9440
|
"Error": {
|
|
8755
9441
|
"shape": "S14"
|