aws-sdk 2.972.0 → 2.976.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +29 -1
- package/README.md +1 -1
- package/apis/backup-2018-11-15.min.json +573 -32
- package/apis/backup-2018-11-15.paginators.json +15 -0
- package/apis/comprehend-2017-11-27.min.json +109 -69
- package/apis/datasync-2018-11-09.min.json +13 -1
- package/apis/dlm-2018-01-12.min.json +30 -9
- package/apis/dms-2016-01-01.min.json +191 -134
- package/apis/ec2-2016-11-15.min.json +232 -223
- package/apis/ec2-2016-11-15.paginators.json +6 -0
- package/apis/eks-2017-11-01.min.json +5 -0
- package/apis/fms-2018-01-01.min.json +6 -0
- package/apis/frauddetector-2019-11-15.min.json +30 -28
- package/apis/glue-2017-03-31.min.json +624 -354
- package/apis/glue-2017-03-31.paginators.json +10 -0
- package/apis/iot-data-2015-05-28.min.json +82 -0
- package/apis/iot-data-2015-05-28.paginators.json +7 -1
- package/apis/mediaconvert-2017-08-29.min.json +110 -89
- package/apis/ssm-2014-11-06.min.json +13 -3
- package/apis/transcribe-2017-10-26.min.json +161 -64
- package/clients/apigateway.d.ts +9 -9
- package/clients/backup.d.ts +715 -109
- package/clients/cloudwatchevents.d.ts +67 -67
- package/clients/comprehend.d.ts +96 -0
- package/clients/datasync.d.ts +69 -53
- package/clients/dlm.d.ts +50 -18
- package/clients/dms.d.ts +110 -19
- package/clients/ec2.d.ts +60 -42
- package/clients/eks.d.ts +6 -2
- package/clients/eventbridge.d.ts +3 -3
- package/clients/fms.d.ts +9 -1
- package/clients/frauddetector.d.ts +10 -9
- package/clients/glue.d.ts +392 -0
- package/clients/iotdata.d.ts +99 -13
- package/clients/iotsitewise.d.ts +3 -3
- package/clients/mediaconvert.d.ts +46 -12
- package/clients/polly.d.ts +15 -15
- package/clients/robomaker.d.ts +3 -3
- package/clients/transcribeservice.d.ts +146 -35
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +19 -19
- package/dist/aws-sdk.js +456 -300
- package/dist/aws-sdk.min.js +72 -71
- package/lib/core.js +1 -1
- package/lib/metadata_service/endpoint.js +6 -0
- package/lib/metadata_service/endpoint_config_options.js +14 -0
- package/lib/metadata_service/endpoint_mode.js +6 -0
- package/lib/metadata_service/endpoint_mode_config_options.js +16 -0
- package/lib/metadata_service/get_metadata_service_endpoint.js +24 -0
- package/lib/metadata_service.js +13 -3
- package/lib/node_loader.js +27 -0
- package/package.json +1 -1
|
@@ -171,6 +171,40 @@
|
|
|
171
171
|
}
|
|
172
172
|
}
|
|
173
173
|
},
|
|
174
|
+
"BatchGetBlueprints": {
|
|
175
|
+
"input": {
|
|
176
|
+
"type": "structure",
|
|
177
|
+
"required": [
|
|
178
|
+
"Names"
|
|
179
|
+
],
|
|
180
|
+
"members": {
|
|
181
|
+
"Names": {
|
|
182
|
+
"type": "list",
|
|
183
|
+
"member": {}
|
|
184
|
+
},
|
|
185
|
+
"IncludeBlueprint": {
|
|
186
|
+
"type": "boolean"
|
|
187
|
+
},
|
|
188
|
+
"IncludeParameterSpec": {
|
|
189
|
+
"type": "boolean"
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
},
|
|
193
|
+
"output": {
|
|
194
|
+
"type": "structure",
|
|
195
|
+
"members": {
|
|
196
|
+
"Blueprints": {
|
|
197
|
+
"type": "list",
|
|
198
|
+
"member": {
|
|
199
|
+
"shape": "S1u"
|
|
200
|
+
}
|
|
201
|
+
},
|
|
202
|
+
"MissingBlueprints": {
|
|
203
|
+
"shape": "S22"
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
},
|
|
174
208
|
"BatchGetCrawlers": {
|
|
175
209
|
"input": {
|
|
176
210
|
"type": "structure",
|
|
@@ -179,7 +213,7 @@
|
|
|
179
213
|
],
|
|
180
214
|
"members": {
|
|
181
215
|
"CrawlerNames": {
|
|
182
|
-
"shape": "
|
|
216
|
+
"shape": "S24"
|
|
183
217
|
}
|
|
184
218
|
}
|
|
185
219
|
},
|
|
@@ -187,10 +221,10 @@
|
|
|
187
221
|
"type": "structure",
|
|
188
222
|
"members": {
|
|
189
223
|
"Crawlers": {
|
|
190
|
-
"shape": "
|
|
224
|
+
"shape": "S26"
|
|
191
225
|
},
|
|
192
226
|
"CrawlersNotFound": {
|
|
193
|
-
"shape": "
|
|
227
|
+
"shape": "S24"
|
|
194
228
|
}
|
|
195
229
|
}
|
|
196
230
|
}
|
|
@@ -203,7 +237,7 @@
|
|
|
203
237
|
],
|
|
204
238
|
"members": {
|
|
205
239
|
"DevEndpointNames": {
|
|
206
|
-
"shape": "
|
|
240
|
+
"shape": "S3e"
|
|
207
241
|
}
|
|
208
242
|
}
|
|
209
243
|
},
|
|
@@ -211,10 +245,10 @@
|
|
|
211
245
|
"type": "structure",
|
|
212
246
|
"members": {
|
|
213
247
|
"DevEndpoints": {
|
|
214
|
-
"shape": "
|
|
248
|
+
"shape": "S3g"
|
|
215
249
|
},
|
|
216
250
|
"DevEndpointsNotFound": {
|
|
217
|
-
"shape": "
|
|
251
|
+
"shape": "S3e"
|
|
218
252
|
}
|
|
219
253
|
}
|
|
220
254
|
}
|
|
@@ -227,7 +261,7 @@
|
|
|
227
261
|
],
|
|
228
262
|
"members": {
|
|
229
263
|
"JobNames": {
|
|
230
|
-
"shape": "
|
|
264
|
+
"shape": "S3q"
|
|
231
265
|
}
|
|
232
266
|
}
|
|
233
267
|
},
|
|
@@ -235,10 +269,10 @@
|
|
|
235
269
|
"type": "structure",
|
|
236
270
|
"members": {
|
|
237
271
|
"Jobs": {
|
|
238
|
-
"shape": "
|
|
272
|
+
"shape": "S3s"
|
|
239
273
|
},
|
|
240
274
|
"JobsNotFound": {
|
|
241
|
-
"shape": "
|
|
275
|
+
"shape": "S3q"
|
|
242
276
|
}
|
|
243
277
|
}
|
|
244
278
|
}
|
|
@@ -256,7 +290,7 @@
|
|
|
256
290
|
"DatabaseName": {},
|
|
257
291
|
"TableName": {},
|
|
258
292
|
"PartitionsToGet": {
|
|
259
|
-
"shape": "
|
|
293
|
+
"shape": "S49"
|
|
260
294
|
}
|
|
261
295
|
}
|
|
262
296
|
},
|
|
@@ -264,10 +298,10 @@
|
|
|
264
298
|
"type": "structure",
|
|
265
299
|
"members": {
|
|
266
300
|
"Partitions": {
|
|
267
|
-
"shape": "
|
|
301
|
+
"shape": "S4b"
|
|
268
302
|
},
|
|
269
303
|
"UnprocessedKeys": {
|
|
270
|
-
"shape": "
|
|
304
|
+
"shape": "S49"
|
|
271
305
|
}
|
|
272
306
|
}
|
|
273
307
|
}
|
|
@@ -280,7 +314,7 @@
|
|
|
280
314
|
],
|
|
281
315
|
"members": {
|
|
282
316
|
"TriggerNames": {
|
|
283
|
-
"shape": "
|
|
317
|
+
"shape": "S4e"
|
|
284
318
|
}
|
|
285
319
|
}
|
|
286
320
|
},
|
|
@@ -288,10 +322,10 @@
|
|
|
288
322
|
"type": "structure",
|
|
289
323
|
"members": {
|
|
290
324
|
"Triggers": {
|
|
291
|
-
"shape": "
|
|
325
|
+
"shape": "S4g"
|
|
292
326
|
},
|
|
293
327
|
"TriggersNotFound": {
|
|
294
|
-
"shape": "
|
|
328
|
+
"shape": "S4e"
|
|
295
329
|
}
|
|
296
330
|
}
|
|
297
331
|
}
|
|
@@ -304,7 +338,7 @@
|
|
|
304
338
|
],
|
|
305
339
|
"members": {
|
|
306
340
|
"Names": {
|
|
307
|
-
"shape": "
|
|
341
|
+
"shape": "S4y"
|
|
308
342
|
},
|
|
309
343
|
"IncludeGraph": {
|
|
310
344
|
"type": "boolean"
|
|
@@ -317,11 +351,11 @@
|
|
|
317
351
|
"Workflows": {
|
|
318
352
|
"type": "list",
|
|
319
353
|
"member": {
|
|
320
|
-
"shape": "
|
|
354
|
+
"shape": "S51"
|
|
321
355
|
}
|
|
322
356
|
},
|
|
323
357
|
"MissingWorkflows": {
|
|
324
|
-
"shape": "
|
|
358
|
+
"shape": "S4y"
|
|
325
359
|
}
|
|
326
360
|
}
|
|
327
361
|
}
|
|
@@ -392,7 +426,7 @@
|
|
|
392
426
|
],
|
|
393
427
|
"members": {
|
|
394
428
|
"PartitionValueList": {
|
|
395
|
-
"shape": "
|
|
429
|
+
"shape": "S5z"
|
|
396
430
|
},
|
|
397
431
|
"PartitionInput": {
|
|
398
432
|
"shape": "S5"
|
|
@@ -411,7 +445,7 @@
|
|
|
411
445
|
"type": "structure",
|
|
412
446
|
"members": {
|
|
413
447
|
"PartitionValueList": {
|
|
414
|
-
"shape": "
|
|
448
|
+
"shape": "S5z"
|
|
415
449
|
},
|
|
416
450
|
"ErrorDetail": {
|
|
417
451
|
"shape": "S13"
|
|
@@ -465,6 +499,29 @@
|
|
|
465
499
|
}
|
|
466
500
|
}
|
|
467
501
|
},
|
|
502
|
+
"CreateBlueprint": {
|
|
503
|
+
"input": {
|
|
504
|
+
"type": "structure",
|
|
505
|
+
"required": [
|
|
506
|
+
"Name",
|
|
507
|
+
"BlueprintLocation"
|
|
508
|
+
],
|
|
509
|
+
"members": {
|
|
510
|
+
"Name": {},
|
|
511
|
+
"Description": {},
|
|
512
|
+
"BlueprintLocation": {},
|
|
513
|
+
"Tags": {
|
|
514
|
+
"shape": "S6f"
|
|
515
|
+
}
|
|
516
|
+
}
|
|
517
|
+
},
|
|
518
|
+
"output": {
|
|
519
|
+
"type": "structure",
|
|
520
|
+
"members": {
|
|
521
|
+
"Name": {}
|
|
522
|
+
}
|
|
523
|
+
}
|
|
524
|
+
},
|
|
468
525
|
"CreateClassifier": {
|
|
469
526
|
"input": {
|
|
470
527
|
"type": "structure",
|
|
@@ -517,7 +574,7 @@
|
|
|
517
574
|
"QuoteSymbol": {},
|
|
518
575
|
"ContainsHeader": {},
|
|
519
576
|
"Header": {
|
|
520
|
-
"shape": "
|
|
577
|
+
"shape": "S6w"
|
|
521
578
|
},
|
|
522
579
|
"DisableValueTrimming": {
|
|
523
580
|
"type": "boolean"
|
|
@@ -543,7 +600,7 @@
|
|
|
543
600
|
"members": {
|
|
544
601
|
"CatalogId": {},
|
|
545
602
|
"ConnectionInput": {
|
|
546
|
-
"shape": "
|
|
603
|
+
"shape": "S6z"
|
|
547
604
|
}
|
|
548
605
|
}
|
|
549
606
|
},
|
|
@@ -566,26 +623,26 @@
|
|
|
566
623
|
"DatabaseName": {},
|
|
567
624
|
"Description": {},
|
|
568
625
|
"Targets": {
|
|
569
|
-
"shape": "
|
|
626
|
+
"shape": "S29"
|
|
570
627
|
},
|
|
571
628
|
"Schedule": {},
|
|
572
629
|
"Classifiers": {
|
|
573
|
-
"shape": "
|
|
630
|
+
"shape": "S2r"
|
|
574
631
|
},
|
|
575
632
|
"TablePrefix": {},
|
|
576
633
|
"SchemaChangePolicy": {
|
|
577
|
-
"shape": "
|
|
634
|
+
"shape": "S2u"
|
|
578
635
|
},
|
|
579
636
|
"RecrawlPolicy": {
|
|
580
|
-
"shape": "
|
|
637
|
+
"shape": "S2s"
|
|
581
638
|
},
|
|
582
639
|
"LineageConfiguration": {
|
|
583
|
-
"shape": "
|
|
640
|
+
"shape": "S2x"
|
|
584
641
|
},
|
|
585
642
|
"Configuration": {},
|
|
586
643
|
"CrawlerSecurityConfiguration": {},
|
|
587
644
|
"Tags": {
|
|
588
|
-
"shape": "
|
|
645
|
+
"shape": "S6f"
|
|
589
646
|
}
|
|
590
647
|
}
|
|
591
648
|
},
|
|
@@ -603,7 +660,7 @@
|
|
|
603
660
|
"members": {
|
|
604
661
|
"CatalogId": {},
|
|
605
662
|
"DatabaseInput": {
|
|
606
|
-
"shape": "
|
|
663
|
+
"shape": "S7a"
|
|
607
664
|
}
|
|
608
665
|
}
|
|
609
666
|
},
|
|
@@ -623,12 +680,12 @@
|
|
|
623
680
|
"EndpointName": {},
|
|
624
681
|
"RoleArn": {},
|
|
625
682
|
"SecurityGroupIds": {
|
|
626
|
-
"shape": "
|
|
683
|
+
"shape": "S3j"
|
|
627
684
|
},
|
|
628
685
|
"SubnetId": {},
|
|
629
686
|
"PublicKey": {},
|
|
630
687
|
"PublicKeys": {
|
|
631
|
-
"shape": "
|
|
688
|
+
"shape": "S3n"
|
|
632
689
|
},
|
|
633
690
|
"NumberOfNodes": {
|
|
634
691
|
"type": "integer"
|
|
@@ -642,10 +699,10 @@
|
|
|
642
699
|
"ExtraJarsS3Path": {},
|
|
643
700
|
"SecurityConfiguration": {},
|
|
644
701
|
"Tags": {
|
|
645
|
-
"shape": "
|
|
702
|
+
"shape": "S6f"
|
|
646
703
|
},
|
|
647
704
|
"Arguments": {
|
|
648
|
-
"shape": "
|
|
705
|
+
"shape": "S3o"
|
|
649
706
|
}
|
|
650
707
|
}
|
|
651
708
|
},
|
|
@@ -655,7 +712,7 @@
|
|
|
655
712
|
"EndpointName": {},
|
|
656
713
|
"Status": {},
|
|
657
714
|
"SecurityGroupIds": {
|
|
658
|
-
"shape": "
|
|
715
|
+
"shape": "S3j"
|
|
659
716
|
},
|
|
660
717
|
"SubnetId": {},
|
|
661
718
|
"RoleArn": {},
|
|
@@ -681,7 +738,7 @@
|
|
|
681
738
|
"type": "timestamp"
|
|
682
739
|
},
|
|
683
740
|
"Arguments": {
|
|
684
|
-
"shape": "
|
|
741
|
+
"shape": "S3o"
|
|
685
742
|
}
|
|
686
743
|
}
|
|
687
744
|
}
|
|
@@ -700,19 +757,19 @@
|
|
|
700
757
|
"LogUri": {},
|
|
701
758
|
"Role": {},
|
|
702
759
|
"ExecutionProperty": {
|
|
703
|
-
"shape": "
|
|
760
|
+
"shape": "S3w"
|
|
704
761
|
},
|
|
705
762
|
"Command": {
|
|
706
|
-
"shape": "
|
|
763
|
+
"shape": "S3y"
|
|
707
764
|
},
|
|
708
765
|
"DefaultArguments": {
|
|
709
|
-
"shape": "
|
|
766
|
+
"shape": "S41"
|
|
710
767
|
},
|
|
711
768
|
"NonOverridableArguments": {
|
|
712
|
-
"shape": "
|
|
769
|
+
"shape": "S41"
|
|
713
770
|
},
|
|
714
771
|
"Connections": {
|
|
715
|
-
"shape": "
|
|
772
|
+
"shape": "S42"
|
|
716
773
|
},
|
|
717
774
|
"MaxRetries": {
|
|
718
775
|
"type": "integer"
|
|
@@ -730,10 +787,10 @@
|
|
|
730
787
|
},
|
|
731
788
|
"SecurityConfiguration": {},
|
|
732
789
|
"Tags": {
|
|
733
|
-
"shape": "
|
|
790
|
+
"shape": "S6f"
|
|
734
791
|
},
|
|
735
792
|
"NotificationProperty": {
|
|
736
|
-
"shape": "
|
|
793
|
+
"shape": "S46"
|
|
737
794
|
},
|
|
738
795
|
"GlueVersion": {},
|
|
739
796
|
"NumberOfWorkers": {
|
|
@@ -762,10 +819,10 @@
|
|
|
762
819
|
"Name": {},
|
|
763
820
|
"Description": {},
|
|
764
821
|
"InputRecordTables": {
|
|
765
|
-
"shape": "
|
|
822
|
+
"shape": "S7p"
|
|
766
823
|
},
|
|
767
824
|
"Parameters": {
|
|
768
|
-
"shape": "
|
|
825
|
+
"shape": "S7r"
|
|
769
826
|
},
|
|
770
827
|
"Role": {},
|
|
771
828
|
"GlueVersion": {},
|
|
@@ -783,10 +840,10 @@
|
|
|
783
840
|
"type": "integer"
|
|
784
841
|
},
|
|
785
842
|
"Tags": {
|
|
786
|
-
"shape": "
|
|
843
|
+
"shape": "S6f"
|
|
787
844
|
},
|
|
788
845
|
"TransformEncryption": {
|
|
789
|
-
"shape": "
|
|
846
|
+
"shape": "S7w"
|
|
790
847
|
}
|
|
791
848
|
}
|
|
792
849
|
},
|
|
@@ -832,7 +889,7 @@
|
|
|
832
889
|
"DatabaseName": {},
|
|
833
890
|
"TableName": {},
|
|
834
891
|
"PartitionIndex": {
|
|
835
|
-
"shape": "
|
|
892
|
+
"shape": "S83"
|
|
836
893
|
}
|
|
837
894
|
}
|
|
838
895
|
},
|
|
@@ -851,7 +908,7 @@
|
|
|
851
908
|
"RegistryName": {},
|
|
852
909
|
"Description": {},
|
|
853
910
|
"Tags": {
|
|
854
|
-
"shape": "
|
|
911
|
+
"shape": "S6f"
|
|
855
912
|
}
|
|
856
913
|
}
|
|
857
914
|
},
|
|
@@ -862,7 +919,7 @@
|
|
|
862
919
|
"RegistryName": {},
|
|
863
920
|
"Description": {},
|
|
864
921
|
"Tags": {
|
|
865
|
-
"shape": "
|
|
922
|
+
"shape": "S6f"
|
|
866
923
|
}
|
|
867
924
|
}
|
|
868
925
|
}
|
|
@@ -876,14 +933,14 @@
|
|
|
876
933
|
],
|
|
877
934
|
"members": {
|
|
878
935
|
"RegistryId": {
|
|
879
|
-
"shape": "
|
|
936
|
+
"shape": "S89"
|
|
880
937
|
},
|
|
881
938
|
"SchemaName": {},
|
|
882
939
|
"DataFormat": {},
|
|
883
940
|
"Compatibility": {},
|
|
884
941
|
"Description": {},
|
|
885
942
|
"Tags": {
|
|
886
|
-
"shape": "
|
|
943
|
+
"shape": "S6f"
|
|
887
944
|
},
|
|
888
945
|
"SchemaDefinition": {}
|
|
889
946
|
}
|
|
@@ -909,7 +966,7 @@
|
|
|
909
966
|
},
|
|
910
967
|
"SchemaStatus": {},
|
|
911
968
|
"Tags": {
|
|
912
|
-
"shape": "
|
|
969
|
+
"shape": "S6f"
|
|
913
970
|
},
|
|
914
971
|
"SchemaVersionId": {},
|
|
915
972
|
"SchemaVersionStatus": {}
|
|
@@ -921,10 +978,10 @@
|
|
|
921
978
|
"type": "structure",
|
|
922
979
|
"members": {
|
|
923
980
|
"DagNodes": {
|
|
924
|
-
"shape": "
|
|
981
|
+
"shape": "S8g"
|
|
925
982
|
},
|
|
926
983
|
"DagEdges": {
|
|
927
|
-
"shape": "
|
|
984
|
+
"shape": "S8o"
|
|
928
985
|
},
|
|
929
986
|
"Language": {}
|
|
930
987
|
}
|
|
@@ -947,7 +1004,7 @@
|
|
|
947
1004
|
"members": {
|
|
948
1005
|
"Name": {},
|
|
949
1006
|
"EncryptionConfiguration": {
|
|
950
|
-
"shape": "
|
|
1007
|
+
"shape": "S8v"
|
|
951
1008
|
}
|
|
952
1009
|
}
|
|
953
1010
|
},
|
|
@@ -972,12 +1029,12 @@
|
|
|
972
1029
|
"CatalogId": {},
|
|
973
1030
|
"DatabaseName": {},
|
|
974
1031
|
"TableInput": {
|
|
975
|
-
"shape": "
|
|
1032
|
+
"shape": "S96"
|
|
976
1033
|
},
|
|
977
1034
|
"PartitionIndexes": {
|
|
978
1035
|
"type": "list",
|
|
979
1036
|
"member": {
|
|
980
|
-
"shape": "
|
|
1037
|
+
"shape": "S83"
|
|
981
1038
|
}
|
|
982
1039
|
}
|
|
983
1040
|
}
|
|
@@ -1001,20 +1058,20 @@
|
|
|
1001
1058
|
"Type": {},
|
|
1002
1059
|
"Schedule": {},
|
|
1003
1060
|
"Predicate": {
|
|
1004
|
-
"shape": "
|
|
1061
|
+
"shape": "S4n"
|
|
1005
1062
|
},
|
|
1006
1063
|
"Actions": {
|
|
1007
|
-
"shape": "
|
|
1064
|
+
"shape": "S4l"
|
|
1008
1065
|
},
|
|
1009
1066
|
"Description": {},
|
|
1010
1067
|
"StartOnCreation": {
|
|
1011
1068
|
"type": "boolean"
|
|
1012
1069
|
},
|
|
1013
1070
|
"Tags": {
|
|
1014
|
-
"shape": "
|
|
1071
|
+
"shape": "S6f"
|
|
1015
1072
|
},
|
|
1016
1073
|
"EventBatchingCondition": {
|
|
1017
|
-
"shape": "
|
|
1074
|
+
"shape": "S4u"
|
|
1018
1075
|
}
|
|
1019
1076
|
}
|
|
1020
1077
|
},
|
|
@@ -1036,7 +1093,7 @@
|
|
|
1036
1093
|
"CatalogId": {},
|
|
1037
1094
|
"DatabaseName": {},
|
|
1038
1095
|
"FunctionInput": {
|
|
1039
|
-
"shape": "
|
|
1096
|
+
"shape": "S9h"
|
|
1040
1097
|
}
|
|
1041
1098
|
}
|
|
1042
1099
|
},
|
|
@@ -1055,10 +1112,10 @@
|
|
|
1055
1112
|
"Name": {},
|
|
1056
1113
|
"Description": {},
|
|
1057
1114
|
"DefaultRunProperties": {
|
|
1058
|
-
"shape": "
|
|
1115
|
+
"shape": "S52"
|
|
1059
1116
|
},
|
|
1060
1117
|
"Tags": {
|
|
1061
|
-
"shape": "
|
|
1118
|
+
"shape": "S6f"
|
|
1062
1119
|
},
|
|
1063
1120
|
"MaxConcurrentRuns": {
|
|
1064
1121
|
"type": "integer"
|
|
@@ -1072,6 +1129,23 @@
|
|
|
1072
1129
|
}
|
|
1073
1130
|
}
|
|
1074
1131
|
},
|
|
1132
|
+
"DeleteBlueprint": {
|
|
1133
|
+
"input": {
|
|
1134
|
+
"type": "structure",
|
|
1135
|
+
"required": [
|
|
1136
|
+
"Name"
|
|
1137
|
+
],
|
|
1138
|
+
"members": {
|
|
1139
|
+
"Name": {}
|
|
1140
|
+
}
|
|
1141
|
+
},
|
|
1142
|
+
"output": {
|
|
1143
|
+
"type": "structure",
|
|
1144
|
+
"members": {
|
|
1145
|
+
"Name": {}
|
|
1146
|
+
}
|
|
1147
|
+
}
|
|
1148
|
+
},
|
|
1075
1149
|
"DeleteClassifier": {
|
|
1076
1150
|
"input": {
|
|
1077
1151
|
"type": "structure",
|
|
@@ -1277,7 +1351,7 @@
|
|
|
1277
1351
|
],
|
|
1278
1352
|
"members": {
|
|
1279
1353
|
"RegistryId": {
|
|
1280
|
-
"shape": "
|
|
1354
|
+
"shape": "S89"
|
|
1281
1355
|
}
|
|
1282
1356
|
}
|
|
1283
1357
|
},
|
|
@@ -1467,6 +1541,79 @@
|
|
|
1467
1541
|
}
|
|
1468
1542
|
}
|
|
1469
1543
|
},
|
|
1544
|
+
"GetBlueprint": {
|
|
1545
|
+
"input": {
|
|
1546
|
+
"type": "structure",
|
|
1547
|
+
"required": [
|
|
1548
|
+
"Name"
|
|
1549
|
+
],
|
|
1550
|
+
"members": {
|
|
1551
|
+
"Name": {},
|
|
1552
|
+
"IncludeBlueprint": {
|
|
1553
|
+
"type": "boolean"
|
|
1554
|
+
},
|
|
1555
|
+
"IncludeParameterSpec": {
|
|
1556
|
+
"type": "boolean"
|
|
1557
|
+
}
|
|
1558
|
+
}
|
|
1559
|
+
},
|
|
1560
|
+
"output": {
|
|
1561
|
+
"type": "structure",
|
|
1562
|
+
"members": {
|
|
1563
|
+
"Blueprint": {
|
|
1564
|
+
"shape": "S1u"
|
|
1565
|
+
}
|
|
1566
|
+
}
|
|
1567
|
+
}
|
|
1568
|
+
},
|
|
1569
|
+
"GetBlueprintRun": {
|
|
1570
|
+
"input": {
|
|
1571
|
+
"type": "structure",
|
|
1572
|
+
"required": [
|
|
1573
|
+
"BlueprintName",
|
|
1574
|
+
"RunId"
|
|
1575
|
+
],
|
|
1576
|
+
"members": {
|
|
1577
|
+
"BlueprintName": {},
|
|
1578
|
+
"RunId": {}
|
|
1579
|
+
}
|
|
1580
|
+
},
|
|
1581
|
+
"output": {
|
|
1582
|
+
"type": "structure",
|
|
1583
|
+
"members": {
|
|
1584
|
+
"BlueprintRun": {
|
|
1585
|
+
"shape": "Sb8"
|
|
1586
|
+
}
|
|
1587
|
+
}
|
|
1588
|
+
}
|
|
1589
|
+
},
|
|
1590
|
+
"GetBlueprintRuns": {
|
|
1591
|
+
"input": {
|
|
1592
|
+
"type": "structure",
|
|
1593
|
+
"required": [
|
|
1594
|
+
"BlueprintName"
|
|
1595
|
+
],
|
|
1596
|
+
"members": {
|
|
1597
|
+
"BlueprintName": {},
|
|
1598
|
+
"NextToken": {},
|
|
1599
|
+
"MaxResults": {
|
|
1600
|
+
"type": "integer"
|
|
1601
|
+
}
|
|
1602
|
+
}
|
|
1603
|
+
},
|
|
1604
|
+
"output": {
|
|
1605
|
+
"type": "structure",
|
|
1606
|
+
"members": {
|
|
1607
|
+
"BlueprintRuns": {
|
|
1608
|
+
"type": "list",
|
|
1609
|
+
"member": {
|
|
1610
|
+
"shape": "Sb8"
|
|
1611
|
+
}
|
|
1612
|
+
},
|
|
1613
|
+
"NextToken": {}
|
|
1614
|
+
}
|
|
1615
|
+
}
|
|
1616
|
+
},
|
|
1470
1617
|
"GetCatalogImportStatus": {
|
|
1471
1618
|
"input": {
|
|
1472
1619
|
"type": "structure",
|
|
@@ -1506,7 +1653,7 @@
|
|
|
1506
1653
|
"type": "structure",
|
|
1507
1654
|
"members": {
|
|
1508
1655
|
"Classifier": {
|
|
1509
|
-
"shape": "
|
|
1656
|
+
"shape": "Sbm"
|
|
1510
1657
|
}
|
|
1511
1658
|
}
|
|
1512
1659
|
}
|
|
@@ -1527,7 +1674,7 @@
|
|
|
1527
1674
|
"Classifiers": {
|
|
1528
1675
|
"type": "list",
|
|
1529
1676
|
"member": {
|
|
1530
|
-
"shape": "
|
|
1677
|
+
"shape": "Sbm"
|
|
1531
1678
|
}
|
|
1532
1679
|
},
|
|
1533
1680
|
"NextToken": {}
|
|
@@ -1551,7 +1698,7 @@
|
|
|
1551
1698
|
"shape": "S6"
|
|
1552
1699
|
},
|
|
1553
1700
|
"ColumnNames": {
|
|
1554
|
-
"shape": "
|
|
1701
|
+
"shape": "Sbw"
|
|
1555
1702
|
}
|
|
1556
1703
|
}
|
|
1557
1704
|
},
|
|
@@ -1559,10 +1706,10 @@
|
|
|
1559
1706
|
"type": "structure",
|
|
1560
1707
|
"members": {
|
|
1561
1708
|
"ColumnStatisticsList": {
|
|
1562
|
-
"shape": "
|
|
1709
|
+
"shape": "Sby"
|
|
1563
1710
|
},
|
|
1564
1711
|
"Errors": {
|
|
1565
|
-
"shape": "
|
|
1712
|
+
"shape": "Scg"
|
|
1566
1713
|
}
|
|
1567
1714
|
}
|
|
1568
1715
|
}
|
|
@@ -1580,7 +1727,7 @@
|
|
|
1580
1727
|
"DatabaseName": {},
|
|
1581
1728
|
"TableName": {},
|
|
1582
1729
|
"ColumnNames": {
|
|
1583
|
-
"shape": "
|
|
1730
|
+
"shape": "Sbw"
|
|
1584
1731
|
}
|
|
1585
1732
|
}
|
|
1586
1733
|
},
|
|
@@ -1588,10 +1735,10 @@
|
|
|
1588
1735
|
"type": "structure",
|
|
1589
1736
|
"members": {
|
|
1590
1737
|
"ColumnStatisticsList": {
|
|
1591
|
-
"shape": "
|
|
1738
|
+
"shape": "Sby"
|
|
1592
1739
|
},
|
|
1593
1740
|
"Errors": {
|
|
1594
|
-
"shape": "
|
|
1741
|
+
"shape": "Scg"
|
|
1595
1742
|
}
|
|
1596
1743
|
}
|
|
1597
1744
|
}
|
|
@@ -1614,7 +1761,7 @@
|
|
|
1614
1761
|
"type": "structure",
|
|
1615
1762
|
"members": {
|
|
1616
1763
|
"Connection": {
|
|
1617
|
-
"shape": "
|
|
1764
|
+
"shape": "Scm"
|
|
1618
1765
|
}
|
|
1619
1766
|
}
|
|
1620
1767
|
}
|
|
@@ -1628,7 +1775,7 @@
|
|
|
1628
1775
|
"type": "structure",
|
|
1629
1776
|
"members": {
|
|
1630
1777
|
"MatchCriteria": {
|
|
1631
|
-
"shape": "
|
|
1778
|
+
"shape": "S71"
|
|
1632
1779
|
},
|
|
1633
1780
|
"ConnectionType": {}
|
|
1634
1781
|
}
|
|
@@ -1648,7 +1795,7 @@
|
|
|
1648
1795
|
"ConnectionList": {
|
|
1649
1796
|
"type": "list",
|
|
1650
1797
|
"member": {
|
|
1651
|
-
"shape": "
|
|
1798
|
+
"shape": "Scm"
|
|
1652
1799
|
}
|
|
1653
1800
|
},
|
|
1654
1801
|
"NextToken": {}
|
|
@@ -1669,7 +1816,7 @@
|
|
|
1669
1816
|
"type": "structure",
|
|
1670
1817
|
"members": {
|
|
1671
1818
|
"Crawler": {
|
|
1672
|
-
"shape": "
|
|
1819
|
+
"shape": "S27"
|
|
1673
1820
|
}
|
|
1674
1821
|
}
|
|
1675
1822
|
}
|
|
@@ -1679,7 +1826,7 @@
|
|
|
1679
1826
|
"type": "structure",
|
|
1680
1827
|
"members": {
|
|
1681
1828
|
"CrawlerNameList": {
|
|
1682
|
-
"shape": "
|
|
1829
|
+
"shape": "S24"
|
|
1683
1830
|
},
|
|
1684
1831
|
"MaxResults": {
|
|
1685
1832
|
"type": "integer"
|
|
@@ -1738,7 +1885,7 @@
|
|
|
1738
1885
|
"type": "structure",
|
|
1739
1886
|
"members": {
|
|
1740
1887
|
"Crawlers": {
|
|
1741
|
-
"shape": "
|
|
1888
|
+
"shape": "S26"
|
|
1742
1889
|
},
|
|
1743
1890
|
"NextToken": {}
|
|
1744
1891
|
}
|
|
@@ -1755,7 +1902,7 @@
|
|
|
1755
1902
|
"type": "structure",
|
|
1756
1903
|
"members": {
|
|
1757
1904
|
"DataCatalogEncryptionSettings": {
|
|
1758
|
-
"shape": "
|
|
1905
|
+
"shape": "Sd1"
|
|
1759
1906
|
}
|
|
1760
1907
|
}
|
|
1761
1908
|
}
|
|
@@ -1775,7 +1922,7 @@
|
|
|
1775
1922
|
"type": "structure",
|
|
1776
1923
|
"members": {
|
|
1777
1924
|
"Database": {
|
|
1778
|
-
"shape": "
|
|
1925
|
+
"shape": "Sd7"
|
|
1779
1926
|
}
|
|
1780
1927
|
}
|
|
1781
1928
|
}
|
|
@@ -1801,7 +1948,7 @@
|
|
|
1801
1948
|
"DatabaseList": {
|
|
1802
1949
|
"type": "list",
|
|
1803
1950
|
"member": {
|
|
1804
|
-
"shape": "
|
|
1951
|
+
"shape": "Sd7"
|
|
1805
1952
|
}
|
|
1806
1953
|
},
|
|
1807
1954
|
"NextToken": {}
|
|
@@ -1819,10 +1966,10 @@
|
|
|
1819
1966
|
"type": "structure",
|
|
1820
1967
|
"members": {
|
|
1821
1968
|
"DagNodes": {
|
|
1822
|
-
"shape": "
|
|
1969
|
+
"shape": "S8g"
|
|
1823
1970
|
},
|
|
1824
1971
|
"DagEdges": {
|
|
1825
|
-
"shape": "
|
|
1972
|
+
"shape": "S8o"
|
|
1826
1973
|
}
|
|
1827
1974
|
}
|
|
1828
1975
|
}
|
|
@@ -1841,7 +1988,7 @@
|
|
|
1841
1988
|
"type": "structure",
|
|
1842
1989
|
"members": {
|
|
1843
1990
|
"DevEndpoint": {
|
|
1844
|
-
"shape": "
|
|
1991
|
+
"shape": "S3h"
|
|
1845
1992
|
}
|
|
1846
1993
|
}
|
|
1847
1994
|
}
|
|
@@ -1860,7 +2007,7 @@
|
|
|
1860
2007
|
"type": "structure",
|
|
1861
2008
|
"members": {
|
|
1862
2009
|
"DevEndpoints": {
|
|
1863
|
-
"shape": "
|
|
2010
|
+
"shape": "S3g"
|
|
1864
2011
|
},
|
|
1865
2012
|
"NextToken": {}
|
|
1866
2013
|
}
|
|
@@ -1880,7 +2027,7 @@
|
|
|
1880
2027
|
"type": "structure",
|
|
1881
2028
|
"members": {
|
|
1882
2029
|
"Job": {
|
|
1883
|
-
"shape": "
|
|
2030
|
+
"shape": "S3t"
|
|
1884
2031
|
}
|
|
1885
2032
|
}
|
|
1886
2033
|
}
|
|
@@ -1900,7 +2047,7 @@
|
|
|
1900
2047
|
"type": "structure",
|
|
1901
2048
|
"members": {
|
|
1902
2049
|
"JobBookmarkEntry": {
|
|
1903
|
-
"shape": "
|
|
2050
|
+
"shape": "Sdp"
|
|
1904
2051
|
}
|
|
1905
2052
|
}
|
|
1906
2053
|
}
|
|
@@ -1924,7 +2071,7 @@
|
|
|
1924
2071
|
"type": "structure",
|
|
1925
2072
|
"members": {
|
|
1926
2073
|
"JobRun": {
|
|
1927
|
-
"shape": "
|
|
2074
|
+
"shape": "S5d"
|
|
1928
2075
|
}
|
|
1929
2076
|
}
|
|
1930
2077
|
}
|
|
@@ -1947,7 +2094,7 @@
|
|
|
1947
2094
|
"type": "structure",
|
|
1948
2095
|
"members": {
|
|
1949
2096
|
"JobRuns": {
|
|
1950
|
-
"shape": "
|
|
2097
|
+
"shape": "S5c"
|
|
1951
2098
|
},
|
|
1952
2099
|
"NextToken": {}
|
|
1953
2100
|
}
|
|
@@ -1967,7 +2114,7 @@
|
|
|
1967
2114
|
"type": "structure",
|
|
1968
2115
|
"members": {
|
|
1969
2116
|
"Jobs": {
|
|
1970
|
-
"shape": "
|
|
2117
|
+
"shape": "S3s"
|
|
1971
2118
|
},
|
|
1972
2119
|
"NextToken": {}
|
|
1973
2120
|
}
|
|
@@ -1993,7 +2140,7 @@
|
|
|
1993
2140
|
"Status": {},
|
|
1994
2141
|
"LogGroupName": {},
|
|
1995
2142
|
"Properties": {
|
|
1996
|
-
"shape": "
|
|
2143
|
+
"shape": "Sdz"
|
|
1997
2144
|
},
|
|
1998
2145
|
"ErrorString": {},
|
|
1999
2146
|
"StartedOn": {
|
|
@@ -2062,7 +2209,7 @@
|
|
|
2062
2209
|
"Status": {},
|
|
2063
2210
|
"LogGroupName": {},
|
|
2064
2211
|
"Properties": {
|
|
2065
|
-
"shape": "
|
|
2212
|
+
"shape": "Sdz"
|
|
2066
2213
|
},
|
|
2067
2214
|
"ErrorString": {},
|
|
2068
2215
|
"StartedOn": {
|
|
@@ -2108,19 +2255,19 @@
|
|
|
2108
2255
|
"type": "timestamp"
|
|
2109
2256
|
},
|
|
2110
2257
|
"InputRecordTables": {
|
|
2111
|
-
"shape": "
|
|
2258
|
+
"shape": "S7p"
|
|
2112
2259
|
},
|
|
2113
2260
|
"Parameters": {
|
|
2114
|
-
"shape": "
|
|
2261
|
+
"shape": "S7r"
|
|
2115
2262
|
},
|
|
2116
2263
|
"EvaluationMetrics": {
|
|
2117
|
-
"shape": "
|
|
2264
|
+
"shape": "Sei"
|
|
2118
2265
|
},
|
|
2119
2266
|
"LabelCount": {
|
|
2120
2267
|
"type": "integer"
|
|
2121
2268
|
},
|
|
2122
2269
|
"Schema": {
|
|
2123
|
-
"shape": "
|
|
2270
|
+
"shape": "Sep"
|
|
2124
2271
|
},
|
|
2125
2272
|
"Role": {},
|
|
2126
2273
|
"GlueVersion": {},
|
|
@@ -2138,7 +2285,7 @@
|
|
|
2138
2285
|
"type": "integer"
|
|
2139
2286
|
},
|
|
2140
2287
|
"TransformEncryption": {
|
|
2141
|
-
"shape": "
|
|
2288
|
+
"shape": "S7w"
|
|
2142
2289
|
}
|
|
2143
2290
|
}
|
|
2144
2291
|
}
|
|
@@ -2152,10 +2299,10 @@
|
|
|
2152
2299
|
"type": "integer"
|
|
2153
2300
|
},
|
|
2154
2301
|
"Filter": {
|
|
2155
|
-
"shape": "
|
|
2302
|
+
"shape": "Ses"
|
|
2156
2303
|
},
|
|
2157
2304
|
"Sort": {
|
|
2158
|
-
"shape": "
|
|
2305
|
+
"shape": "Set"
|
|
2159
2306
|
}
|
|
2160
2307
|
}
|
|
2161
2308
|
},
|
|
@@ -2181,19 +2328,19 @@
|
|
|
2181
2328
|
"type": "timestamp"
|
|
2182
2329
|
},
|
|
2183
2330
|
"InputRecordTables": {
|
|
2184
|
-
"shape": "
|
|
2331
|
+
"shape": "S7p"
|
|
2185
2332
|
},
|
|
2186
2333
|
"Parameters": {
|
|
2187
|
-
"shape": "
|
|
2334
|
+
"shape": "S7r"
|
|
2188
2335
|
},
|
|
2189
2336
|
"EvaluationMetrics": {
|
|
2190
|
-
"shape": "
|
|
2337
|
+
"shape": "Sei"
|
|
2191
2338
|
},
|
|
2192
2339
|
"LabelCount": {
|
|
2193
2340
|
"type": "integer"
|
|
2194
2341
|
},
|
|
2195
2342
|
"Schema": {
|
|
2196
|
-
"shape": "
|
|
2343
|
+
"shape": "Sep"
|
|
2197
2344
|
},
|
|
2198
2345
|
"Role": {},
|
|
2199
2346
|
"GlueVersion": {},
|
|
@@ -2211,7 +2358,7 @@
|
|
|
2211
2358
|
"type": "integer"
|
|
2212
2359
|
},
|
|
2213
2360
|
"TransformEncryption": {
|
|
2214
|
-
"shape": "
|
|
2361
|
+
"shape": "S7w"
|
|
2215
2362
|
}
|
|
2216
2363
|
}
|
|
2217
2364
|
}
|
|
@@ -2228,13 +2375,13 @@
|
|
|
2228
2375
|
],
|
|
2229
2376
|
"members": {
|
|
2230
2377
|
"Source": {
|
|
2231
|
-
"shape": "
|
|
2378
|
+
"shape": "Sez"
|
|
2232
2379
|
},
|
|
2233
2380
|
"Sinks": {
|
|
2234
|
-
"shape": "
|
|
2381
|
+
"shape": "Sf0"
|
|
2235
2382
|
},
|
|
2236
2383
|
"Location": {
|
|
2237
|
-
"shape": "
|
|
2384
|
+
"shape": "Sf1"
|
|
2238
2385
|
}
|
|
2239
2386
|
}
|
|
2240
2387
|
},
|
|
@@ -2245,7 +2392,7 @@
|
|
|
2245
2392
|
],
|
|
2246
2393
|
"members": {
|
|
2247
2394
|
"Mapping": {
|
|
2248
|
-
"shape": "
|
|
2395
|
+
"shape": "Sf3"
|
|
2249
2396
|
}
|
|
2250
2397
|
}
|
|
2251
2398
|
}
|
|
@@ -2271,7 +2418,7 @@
|
|
|
2271
2418
|
"type": "structure",
|
|
2272
2419
|
"members": {
|
|
2273
2420
|
"Partition": {
|
|
2274
|
-
"shape": "
|
|
2421
|
+
"shape": "S4c"
|
|
2275
2422
|
}
|
|
2276
2423
|
}
|
|
2277
2424
|
}
|
|
@@ -2381,7 +2528,7 @@
|
|
|
2381
2528
|
"type": "structure",
|
|
2382
2529
|
"members": {
|
|
2383
2530
|
"Partitions": {
|
|
2384
|
-
"shape": "
|
|
2531
|
+
"shape": "S4b"
|
|
2385
2532
|
},
|
|
2386
2533
|
"NextToken": {}
|
|
2387
2534
|
}
|
|
@@ -2396,16 +2543,16 @@
|
|
|
2396
2543
|
],
|
|
2397
2544
|
"members": {
|
|
2398
2545
|
"Mapping": {
|
|
2399
|
-
"shape": "
|
|
2546
|
+
"shape": "Sf3"
|
|
2400
2547
|
},
|
|
2401
2548
|
"Source": {
|
|
2402
|
-
"shape": "
|
|
2549
|
+
"shape": "Sez"
|
|
2403
2550
|
},
|
|
2404
2551
|
"Sinks": {
|
|
2405
|
-
"shape": "
|
|
2552
|
+
"shape": "Sf0"
|
|
2406
2553
|
},
|
|
2407
2554
|
"Location": {
|
|
2408
|
-
"shape": "
|
|
2555
|
+
"shape": "Sf1"
|
|
2409
2556
|
},
|
|
2410
2557
|
"Language": {},
|
|
2411
2558
|
"AdditionalPlanOptionsMap": {
|
|
@@ -2431,7 +2578,7 @@
|
|
|
2431
2578
|
],
|
|
2432
2579
|
"members": {
|
|
2433
2580
|
"RegistryId": {
|
|
2434
|
-
"shape": "
|
|
2581
|
+
"shape": "S89"
|
|
2435
2582
|
}
|
|
2436
2583
|
}
|
|
2437
2584
|
},
|
|
@@ -2572,7 +2719,7 @@
|
|
|
2572
2719
|
},
|
|
2573
2720
|
"SchemaVersionId": {},
|
|
2574
2721
|
"SchemaVersionNumber": {
|
|
2575
|
-
"shape": "
|
|
2722
|
+
"shape": "Sga"
|
|
2576
2723
|
}
|
|
2577
2724
|
}
|
|
2578
2725
|
},
|
|
@@ -2605,10 +2752,10 @@
|
|
|
2605
2752
|
"shape": "Sv"
|
|
2606
2753
|
},
|
|
2607
2754
|
"FirstSchemaVersionNumber": {
|
|
2608
|
-
"shape": "
|
|
2755
|
+
"shape": "Sga"
|
|
2609
2756
|
},
|
|
2610
2757
|
"SecondSchemaVersionNumber": {
|
|
2611
|
-
"shape": "
|
|
2758
|
+
"shape": "Sga"
|
|
2612
2759
|
},
|
|
2613
2760
|
"SchemaDiffType": {}
|
|
2614
2761
|
}
|
|
@@ -2634,7 +2781,7 @@
|
|
|
2634
2781
|
"type": "structure",
|
|
2635
2782
|
"members": {
|
|
2636
2783
|
"SecurityConfiguration": {
|
|
2637
|
-
"shape": "
|
|
2784
|
+
"shape": "Sgj"
|
|
2638
2785
|
}
|
|
2639
2786
|
}
|
|
2640
2787
|
}
|
|
@@ -2655,7 +2802,7 @@
|
|
|
2655
2802
|
"SecurityConfigurations": {
|
|
2656
2803
|
"type": "list",
|
|
2657
2804
|
"member": {
|
|
2658
|
-
"shape": "
|
|
2805
|
+
"shape": "Sgj"
|
|
2659
2806
|
}
|
|
2660
2807
|
},
|
|
2661
2808
|
"NextToken": {}
|
|
@@ -2679,7 +2826,7 @@
|
|
|
2679
2826
|
"type": "structure",
|
|
2680
2827
|
"members": {
|
|
2681
2828
|
"Table": {
|
|
2682
|
-
"shape": "
|
|
2829
|
+
"shape": "Sgp"
|
|
2683
2830
|
}
|
|
2684
2831
|
}
|
|
2685
2832
|
}
|
|
@@ -2702,7 +2849,7 @@
|
|
|
2702
2849
|
"type": "structure",
|
|
2703
2850
|
"members": {
|
|
2704
2851
|
"TableVersion": {
|
|
2705
|
-
"shape": "
|
|
2852
|
+
"shape": "Sgs"
|
|
2706
2853
|
}
|
|
2707
2854
|
}
|
|
2708
2855
|
}
|
|
@@ -2730,7 +2877,7 @@
|
|
|
2730
2877
|
"TableVersions": {
|
|
2731
2878
|
"type": "list",
|
|
2732
2879
|
"member": {
|
|
2733
|
-
"shape": "
|
|
2880
|
+
"shape": "Sgs"
|
|
2734
2881
|
}
|
|
2735
2882
|
},
|
|
2736
2883
|
"NextToken": {}
|
|
@@ -2757,7 +2904,7 @@
|
|
|
2757
2904
|
"type": "structure",
|
|
2758
2905
|
"members": {
|
|
2759
2906
|
"TableList": {
|
|
2760
|
-
"shape": "
|
|
2907
|
+
"shape": "Sgz"
|
|
2761
2908
|
},
|
|
2762
2909
|
"NextToken": {}
|
|
2763
2910
|
}
|
|
@@ -2777,7 +2924,7 @@
|
|
|
2777
2924
|
"type": "structure",
|
|
2778
2925
|
"members": {
|
|
2779
2926
|
"Tags": {
|
|
2780
|
-
"shape": "
|
|
2927
|
+
"shape": "S6f"
|
|
2781
2928
|
}
|
|
2782
2929
|
}
|
|
2783
2930
|
}
|
|
@@ -2796,7 +2943,7 @@
|
|
|
2796
2943
|
"type": "structure",
|
|
2797
2944
|
"members": {
|
|
2798
2945
|
"Trigger": {
|
|
2799
|
-
"shape": "
|
|
2946
|
+
"shape": "S4h"
|
|
2800
2947
|
}
|
|
2801
2948
|
}
|
|
2802
2949
|
}
|
|
@@ -2816,7 +2963,7 @@
|
|
|
2816
2963
|
"type": "structure",
|
|
2817
2964
|
"members": {
|
|
2818
2965
|
"Triggers": {
|
|
2819
|
-
"shape": "
|
|
2966
|
+
"shape": "S4g"
|
|
2820
2967
|
},
|
|
2821
2968
|
"NextToken": {}
|
|
2822
2969
|
}
|
|
@@ -2839,7 +2986,7 @@
|
|
|
2839
2986
|
"type": "structure",
|
|
2840
2987
|
"members": {
|
|
2841
2988
|
"UserDefinedFunction": {
|
|
2842
|
-
"shape": "
|
|
2989
|
+
"shape": "Sh8"
|
|
2843
2990
|
}
|
|
2844
2991
|
}
|
|
2845
2992
|
}
|
|
@@ -2866,7 +3013,7 @@
|
|
|
2866
3013
|
"UserDefinedFunctions": {
|
|
2867
3014
|
"type": "list",
|
|
2868
3015
|
"member": {
|
|
2869
|
-
"shape": "
|
|
3016
|
+
"shape": "Sh8"
|
|
2870
3017
|
}
|
|
2871
3018
|
},
|
|
2872
3019
|
"NextToken": {}
|
|
@@ -2890,7 +3037,7 @@
|
|
|
2890
3037
|
"type": "structure",
|
|
2891
3038
|
"members": {
|
|
2892
3039
|
"Workflow": {
|
|
2893
|
-
"shape": "
|
|
3040
|
+
"shape": "S51"
|
|
2894
3041
|
}
|
|
2895
3042
|
}
|
|
2896
3043
|
}
|
|
@@ -2914,7 +3061,7 @@
|
|
|
2914
3061
|
"type": "structure",
|
|
2915
3062
|
"members": {
|
|
2916
3063
|
"Run": {
|
|
2917
|
-
"shape": "
|
|
3064
|
+
"shape": "S53"
|
|
2918
3065
|
}
|
|
2919
3066
|
}
|
|
2920
3067
|
}
|
|
@@ -2935,7 +3082,7 @@
|
|
|
2935
3082
|
"type": "structure",
|
|
2936
3083
|
"members": {
|
|
2937
3084
|
"RunProperties": {
|
|
2938
|
-
"shape": "
|
|
3085
|
+
"shape": "S52"
|
|
2939
3086
|
}
|
|
2940
3087
|
}
|
|
2941
3088
|
}
|
|
@@ -2963,7 +3110,7 @@
|
|
|
2963
3110
|
"Runs": {
|
|
2964
3111
|
"type": "list",
|
|
2965
3112
|
"member": {
|
|
2966
|
-
"shape": "
|
|
3113
|
+
"shape": "S53"
|
|
2967
3114
|
}
|
|
2968
3115
|
},
|
|
2969
3116
|
"NextToken": {}
|
|
@@ -2982,6 +3129,29 @@
|
|
|
2982
3129
|
"members": {}
|
|
2983
3130
|
}
|
|
2984
3131
|
},
|
|
3132
|
+
"ListBlueprints": {
|
|
3133
|
+
"input": {
|
|
3134
|
+
"type": "structure",
|
|
3135
|
+
"members": {
|
|
3136
|
+
"NextToken": {},
|
|
3137
|
+
"MaxResults": {
|
|
3138
|
+
"type": "integer"
|
|
3139
|
+
},
|
|
3140
|
+
"Tags": {
|
|
3141
|
+
"shape": "S6f"
|
|
3142
|
+
}
|
|
3143
|
+
}
|
|
3144
|
+
},
|
|
3145
|
+
"output": {
|
|
3146
|
+
"type": "structure",
|
|
3147
|
+
"members": {
|
|
3148
|
+
"Blueprints": {
|
|
3149
|
+
"shape": "S22"
|
|
3150
|
+
},
|
|
3151
|
+
"NextToken": {}
|
|
3152
|
+
}
|
|
3153
|
+
}
|
|
3154
|
+
},
|
|
2985
3155
|
"ListCrawlers": {
|
|
2986
3156
|
"input": {
|
|
2987
3157
|
"type": "structure",
|
|
@@ -2991,7 +3161,7 @@
|
|
|
2991
3161
|
},
|
|
2992
3162
|
"NextToken": {},
|
|
2993
3163
|
"Tags": {
|
|
2994
|
-
"shape": "
|
|
3164
|
+
"shape": "S6f"
|
|
2995
3165
|
}
|
|
2996
3166
|
}
|
|
2997
3167
|
},
|
|
@@ -2999,7 +3169,7 @@
|
|
|
2999
3169
|
"type": "structure",
|
|
3000
3170
|
"members": {
|
|
3001
3171
|
"CrawlerNames": {
|
|
3002
|
-
"shape": "
|
|
3172
|
+
"shape": "S24"
|
|
3003
3173
|
},
|
|
3004
3174
|
"NextToken": {}
|
|
3005
3175
|
}
|
|
@@ -3014,7 +3184,7 @@
|
|
|
3014
3184
|
"type": "integer"
|
|
3015
3185
|
},
|
|
3016
3186
|
"Tags": {
|
|
3017
|
-
"shape": "
|
|
3187
|
+
"shape": "S6f"
|
|
3018
3188
|
}
|
|
3019
3189
|
}
|
|
3020
3190
|
},
|
|
@@ -3038,7 +3208,7 @@
|
|
|
3038
3208
|
"type": "integer"
|
|
3039
3209
|
},
|
|
3040
3210
|
"Tags": {
|
|
3041
|
-
"shape": "
|
|
3211
|
+
"shape": "S6f"
|
|
3042
3212
|
}
|
|
3043
3213
|
}
|
|
3044
3214
|
},
|
|
@@ -3046,7 +3216,7 @@
|
|
|
3046
3216
|
"type": "structure",
|
|
3047
3217
|
"members": {
|
|
3048
3218
|
"JobNames": {
|
|
3049
|
-
"shape": "
|
|
3219
|
+
"shape": "S3q"
|
|
3050
3220
|
},
|
|
3051
3221
|
"NextToken": {}
|
|
3052
3222
|
}
|
|
@@ -3061,13 +3231,13 @@
|
|
|
3061
3231
|
"type": "integer"
|
|
3062
3232
|
},
|
|
3063
3233
|
"Filter": {
|
|
3064
|
-
"shape": "
|
|
3234
|
+
"shape": "Ses"
|
|
3065
3235
|
},
|
|
3066
3236
|
"Sort": {
|
|
3067
|
-
"shape": "
|
|
3237
|
+
"shape": "Set"
|
|
3068
3238
|
},
|
|
3069
3239
|
"Tags": {
|
|
3070
|
-
"shape": "
|
|
3240
|
+
"shape": "S6f"
|
|
3071
3241
|
}
|
|
3072
3242
|
}
|
|
3073
3243
|
},
|
|
@@ -3159,7 +3329,7 @@
|
|
|
3159
3329
|
"type": "structure",
|
|
3160
3330
|
"members": {
|
|
3161
3331
|
"RegistryId": {
|
|
3162
|
-
"shape": "
|
|
3332
|
+
"shape": "S89"
|
|
3163
3333
|
},
|
|
3164
3334
|
"MaxResults": {
|
|
3165
3335
|
"type": "integer"
|
|
@@ -3199,7 +3369,7 @@
|
|
|
3199
3369
|
"type": "integer"
|
|
3200
3370
|
},
|
|
3201
3371
|
"Tags": {
|
|
3202
|
-
"shape": "
|
|
3372
|
+
"shape": "S6f"
|
|
3203
3373
|
}
|
|
3204
3374
|
}
|
|
3205
3375
|
},
|
|
@@ -3207,7 +3377,7 @@
|
|
|
3207
3377
|
"type": "structure",
|
|
3208
3378
|
"members": {
|
|
3209
3379
|
"TriggerNames": {
|
|
3210
|
-
"shape": "
|
|
3380
|
+
"shape": "S4e"
|
|
3211
3381
|
},
|
|
3212
3382
|
"NextToken": {}
|
|
3213
3383
|
}
|
|
@@ -3227,7 +3397,7 @@
|
|
|
3227
3397
|
"type": "structure",
|
|
3228
3398
|
"members": {
|
|
3229
3399
|
"Workflows": {
|
|
3230
|
-
"shape": "
|
|
3400
|
+
"shape": "S4y"
|
|
3231
3401
|
},
|
|
3232
3402
|
"NextToken": {}
|
|
3233
3403
|
}
|
|
@@ -3242,7 +3412,7 @@
|
|
|
3242
3412
|
"members": {
|
|
3243
3413
|
"CatalogId": {},
|
|
3244
3414
|
"DataCatalogEncryptionSettings": {
|
|
3245
|
-
"shape": "
|
|
3415
|
+
"shape": "Sd1"
|
|
3246
3416
|
}
|
|
3247
3417
|
}
|
|
3248
3418
|
},
|
|
@@ -3283,11 +3453,11 @@
|
|
|
3283
3453
|
"shape": "Sv"
|
|
3284
3454
|
},
|
|
3285
3455
|
"SchemaVersionNumber": {
|
|
3286
|
-
"shape": "
|
|
3456
|
+
"shape": "Sga"
|
|
3287
3457
|
},
|
|
3288
3458
|
"SchemaVersionId": {},
|
|
3289
3459
|
"MetadataKeyValue": {
|
|
3290
|
-
"shape": "
|
|
3460
|
+
"shape": "Sio"
|
|
3291
3461
|
}
|
|
3292
3462
|
}
|
|
3293
3463
|
},
|
|
@@ -3321,7 +3491,7 @@
|
|
|
3321
3491
|
"Name": {},
|
|
3322
3492
|
"RunId": {},
|
|
3323
3493
|
"RunProperties": {
|
|
3324
|
-
"shape": "
|
|
3494
|
+
"shape": "S52"
|
|
3325
3495
|
}
|
|
3326
3496
|
}
|
|
3327
3497
|
},
|
|
@@ -3338,13 +3508,13 @@
|
|
|
3338
3508
|
"shape": "Sv"
|
|
3339
3509
|
},
|
|
3340
3510
|
"SchemaVersionNumber": {
|
|
3341
|
-
"shape": "
|
|
3511
|
+
"shape": "Sga"
|
|
3342
3512
|
},
|
|
3343
3513
|
"SchemaVersionId": {},
|
|
3344
3514
|
"MetadataList": {
|
|
3345
3515
|
"type": "list",
|
|
3346
3516
|
"member": {
|
|
3347
|
-
"shape": "
|
|
3517
|
+
"shape": "Sio"
|
|
3348
3518
|
}
|
|
3349
3519
|
},
|
|
3350
3520
|
"MaxResults": {
|
|
@@ -3418,11 +3588,11 @@
|
|
|
3418
3588
|
"shape": "Sv"
|
|
3419
3589
|
},
|
|
3420
3590
|
"SchemaVersionNumber": {
|
|
3421
|
-
"shape": "
|
|
3591
|
+
"shape": "Sga"
|
|
3422
3592
|
},
|
|
3423
3593
|
"SchemaVersionId": {},
|
|
3424
3594
|
"MetadataKeyValue": {
|
|
3425
|
-
"shape": "
|
|
3595
|
+
"shape": "Sio"
|
|
3426
3596
|
}
|
|
3427
3597
|
}
|
|
3428
3598
|
},
|
|
@@ -3459,7 +3629,7 @@
|
|
|
3459
3629
|
"type": "structure",
|
|
3460
3630
|
"members": {
|
|
3461
3631
|
"JobBookmarkEntry": {
|
|
3462
|
-
"shape": "
|
|
3632
|
+
"shape": "Sdp"
|
|
3463
3633
|
}
|
|
3464
3634
|
}
|
|
3465
3635
|
}
|
|
@@ -3476,7 +3646,7 @@
|
|
|
3476
3646
|
"Name": {},
|
|
3477
3647
|
"RunId": {},
|
|
3478
3648
|
"NodeIds": {
|
|
3479
|
-
"shape": "
|
|
3649
|
+
"shape": "Sj9"
|
|
3480
3650
|
}
|
|
3481
3651
|
}
|
|
3482
3652
|
},
|
|
@@ -3485,7 +3655,7 @@
|
|
|
3485
3655
|
"members": {
|
|
3486
3656
|
"RunId": {},
|
|
3487
3657
|
"NodeIds": {
|
|
3488
|
-
"shape": "
|
|
3658
|
+
"shape": "Sj9"
|
|
3489
3659
|
}
|
|
3490
3660
|
}
|
|
3491
3661
|
}
|
|
@@ -3529,11 +3699,31 @@
|
|
|
3529
3699
|
"members": {
|
|
3530
3700
|
"NextToken": {},
|
|
3531
3701
|
"TableList": {
|
|
3532
|
-
"shape": "
|
|
3702
|
+
"shape": "Sgz"
|
|
3533
3703
|
}
|
|
3534
3704
|
}
|
|
3535
3705
|
}
|
|
3536
3706
|
},
|
|
3707
|
+
"StartBlueprintRun": {
|
|
3708
|
+
"input": {
|
|
3709
|
+
"type": "structure",
|
|
3710
|
+
"required": [
|
|
3711
|
+
"BlueprintName",
|
|
3712
|
+
"RoleArn"
|
|
3713
|
+
],
|
|
3714
|
+
"members": {
|
|
3715
|
+
"BlueprintName": {},
|
|
3716
|
+
"Parameters": {},
|
|
3717
|
+
"RoleArn": {}
|
|
3718
|
+
}
|
|
3719
|
+
},
|
|
3720
|
+
"output": {
|
|
3721
|
+
"type": "structure",
|
|
3722
|
+
"members": {
|
|
3723
|
+
"RunId": {}
|
|
3724
|
+
}
|
|
3725
|
+
}
|
|
3726
|
+
},
|
|
3537
3727
|
"StartCrawler": {
|
|
3538
3728
|
"input": {
|
|
3539
3729
|
"type": "structure",
|
|
@@ -3615,7 +3805,7 @@
|
|
|
3615
3805
|
"JobName": {},
|
|
3616
3806
|
"JobRunId": {},
|
|
3617
3807
|
"Arguments": {
|
|
3618
|
-
"shape": "
|
|
3808
|
+
"shape": "S41"
|
|
3619
3809
|
},
|
|
3620
3810
|
"AllocatedCapacity": {
|
|
3621
3811
|
"deprecated": true,
|
|
@@ -3630,7 +3820,7 @@
|
|
|
3630
3820
|
},
|
|
3631
3821
|
"SecurityConfiguration": {},
|
|
3632
3822
|
"NotificationProperty": {
|
|
3633
|
-
"shape": "
|
|
3823
|
+
"shape": "S46"
|
|
3634
3824
|
},
|
|
3635
3825
|
"WorkerType": {},
|
|
3636
3826
|
"NumberOfWorkers": {
|
|
@@ -3789,7 +3979,7 @@
|
|
|
3789
3979
|
"members": {
|
|
3790
3980
|
"ResourceArn": {},
|
|
3791
3981
|
"TagsToAdd": {
|
|
3792
|
-
"shape": "
|
|
3982
|
+
"shape": "S6f"
|
|
3793
3983
|
}
|
|
3794
3984
|
}
|
|
3795
3985
|
},
|
|
@@ -3818,6 +4008,26 @@
|
|
|
3818
4008
|
"members": {}
|
|
3819
4009
|
}
|
|
3820
4010
|
},
|
|
4011
|
+
"UpdateBlueprint": {
|
|
4012
|
+
"input": {
|
|
4013
|
+
"type": "structure",
|
|
4014
|
+
"required": [
|
|
4015
|
+
"Name",
|
|
4016
|
+
"BlueprintLocation"
|
|
4017
|
+
],
|
|
4018
|
+
"members": {
|
|
4019
|
+
"Name": {},
|
|
4020
|
+
"Description": {},
|
|
4021
|
+
"BlueprintLocation": {}
|
|
4022
|
+
}
|
|
4023
|
+
},
|
|
4024
|
+
"output": {
|
|
4025
|
+
"type": "structure",
|
|
4026
|
+
"members": {
|
|
4027
|
+
"Name": {}
|
|
4028
|
+
}
|
|
4029
|
+
}
|
|
4030
|
+
},
|
|
3821
4031
|
"UpdateClassifier": {
|
|
3822
4032
|
"input": {
|
|
3823
4033
|
"type": "structure",
|
|
@@ -3866,7 +4076,7 @@
|
|
|
3866
4076
|
"QuoteSymbol": {},
|
|
3867
4077
|
"ContainsHeader": {},
|
|
3868
4078
|
"Header": {
|
|
3869
|
-
"shape": "
|
|
4079
|
+
"shape": "S6w"
|
|
3870
4080
|
},
|
|
3871
4081
|
"DisableValueTrimming": {
|
|
3872
4082
|
"type": "boolean"
|
|
@@ -3900,7 +4110,7 @@
|
|
|
3900
4110
|
"shape": "S6"
|
|
3901
4111
|
},
|
|
3902
4112
|
"ColumnStatisticsList": {
|
|
3903
|
-
"shape": "
|
|
4113
|
+
"shape": "Skp"
|
|
3904
4114
|
}
|
|
3905
4115
|
}
|
|
3906
4116
|
},
|
|
@@ -3908,7 +4118,7 @@
|
|
|
3908
4118
|
"type": "structure",
|
|
3909
4119
|
"members": {
|
|
3910
4120
|
"Errors": {
|
|
3911
|
-
"shape": "
|
|
4121
|
+
"shape": "Skr"
|
|
3912
4122
|
}
|
|
3913
4123
|
}
|
|
3914
4124
|
}
|
|
@@ -3926,7 +4136,7 @@
|
|
|
3926
4136
|
"DatabaseName": {},
|
|
3927
4137
|
"TableName": {},
|
|
3928
4138
|
"ColumnStatisticsList": {
|
|
3929
|
-
"shape": "
|
|
4139
|
+
"shape": "Skp"
|
|
3930
4140
|
}
|
|
3931
4141
|
}
|
|
3932
4142
|
},
|
|
@@ -3934,7 +4144,7 @@
|
|
|
3934
4144
|
"type": "structure",
|
|
3935
4145
|
"members": {
|
|
3936
4146
|
"Errors": {
|
|
3937
|
-
"shape": "
|
|
4147
|
+
"shape": "Skr"
|
|
3938
4148
|
}
|
|
3939
4149
|
}
|
|
3940
4150
|
}
|
|
@@ -3950,7 +4160,7 @@
|
|
|
3950
4160
|
"CatalogId": {},
|
|
3951
4161
|
"Name": {},
|
|
3952
4162
|
"ConnectionInput": {
|
|
3953
|
-
"shape": "
|
|
4163
|
+
"shape": "S6z"
|
|
3954
4164
|
}
|
|
3955
4165
|
}
|
|
3956
4166
|
},
|
|
@@ -3971,21 +4181,21 @@
|
|
|
3971
4181
|
"DatabaseName": {},
|
|
3972
4182
|
"Description": {},
|
|
3973
4183
|
"Targets": {
|
|
3974
|
-
"shape": "
|
|
4184
|
+
"shape": "S29"
|
|
3975
4185
|
},
|
|
3976
4186
|
"Schedule": {},
|
|
3977
4187
|
"Classifiers": {
|
|
3978
|
-
"shape": "
|
|
4188
|
+
"shape": "S2r"
|
|
3979
4189
|
},
|
|
3980
4190
|
"TablePrefix": {},
|
|
3981
4191
|
"SchemaChangePolicy": {
|
|
3982
|
-
"shape": "
|
|
4192
|
+
"shape": "S2u"
|
|
3983
4193
|
},
|
|
3984
4194
|
"RecrawlPolicy": {
|
|
3985
|
-
"shape": "
|
|
4195
|
+
"shape": "S2s"
|
|
3986
4196
|
},
|
|
3987
4197
|
"LineageConfiguration": {
|
|
3988
|
-
"shape": "
|
|
4198
|
+
"shape": "S2x"
|
|
3989
4199
|
},
|
|
3990
4200
|
"Configuration": {},
|
|
3991
4201
|
"CrawlerSecurityConfiguration": {}
|
|
@@ -4023,7 +4233,7 @@
|
|
|
4023
4233
|
"CatalogId": {},
|
|
4024
4234
|
"Name": {},
|
|
4025
4235
|
"DatabaseInput": {
|
|
4026
|
-
"shape": "
|
|
4236
|
+
"shape": "S7a"
|
|
4027
4237
|
}
|
|
4028
4238
|
}
|
|
4029
4239
|
},
|
|
@@ -4042,10 +4252,10 @@
|
|
|
4042
4252
|
"EndpointName": {},
|
|
4043
4253
|
"PublicKey": {},
|
|
4044
4254
|
"AddPublicKeys": {
|
|
4045
|
-
"shape": "
|
|
4255
|
+
"shape": "S3n"
|
|
4046
4256
|
},
|
|
4047
4257
|
"DeletePublicKeys": {
|
|
4048
|
-
"shape": "
|
|
4258
|
+
"shape": "S3n"
|
|
4049
4259
|
},
|
|
4050
4260
|
"CustomLibraries": {
|
|
4051
4261
|
"type": "structure",
|
|
@@ -4058,10 +4268,10 @@
|
|
|
4058
4268
|
"type": "boolean"
|
|
4059
4269
|
},
|
|
4060
4270
|
"DeleteArguments": {
|
|
4061
|
-
"shape": "
|
|
4271
|
+
"shape": "S3j"
|
|
4062
4272
|
},
|
|
4063
4273
|
"AddArguments": {
|
|
4064
|
-
"shape": "
|
|
4274
|
+
"shape": "S3o"
|
|
4065
4275
|
}
|
|
4066
4276
|
}
|
|
4067
4277
|
},
|
|
@@ -4086,19 +4296,19 @@
|
|
|
4086
4296
|
"LogUri": {},
|
|
4087
4297
|
"Role": {},
|
|
4088
4298
|
"ExecutionProperty": {
|
|
4089
|
-
"shape": "
|
|
4299
|
+
"shape": "S3w"
|
|
4090
4300
|
},
|
|
4091
4301
|
"Command": {
|
|
4092
|
-
"shape": "
|
|
4302
|
+
"shape": "S3y"
|
|
4093
4303
|
},
|
|
4094
4304
|
"DefaultArguments": {
|
|
4095
|
-
"shape": "
|
|
4305
|
+
"shape": "S41"
|
|
4096
4306
|
},
|
|
4097
4307
|
"NonOverridableArguments": {
|
|
4098
|
-
"shape": "
|
|
4308
|
+
"shape": "S41"
|
|
4099
4309
|
},
|
|
4100
4310
|
"Connections": {
|
|
4101
|
-
"shape": "
|
|
4311
|
+
"shape": "S42"
|
|
4102
4312
|
},
|
|
4103
4313
|
"MaxRetries": {
|
|
4104
4314
|
"type": "integer"
|
|
@@ -4120,7 +4330,7 @@
|
|
|
4120
4330
|
},
|
|
4121
4331
|
"SecurityConfiguration": {},
|
|
4122
4332
|
"NotificationProperty": {
|
|
4123
|
-
"shape": "
|
|
4333
|
+
"shape": "S46"
|
|
4124
4334
|
},
|
|
4125
4335
|
"GlueVersion": {}
|
|
4126
4336
|
}
|
|
@@ -4145,7 +4355,7 @@
|
|
|
4145
4355
|
"Name": {},
|
|
4146
4356
|
"Description": {},
|
|
4147
4357
|
"Parameters": {
|
|
4148
|
-
"shape": "
|
|
4358
|
+
"shape": "S7r"
|
|
4149
4359
|
},
|
|
4150
4360
|
"Role": {},
|
|
4151
4361
|
"GlueVersion": {},
|
|
@@ -4185,7 +4395,7 @@
|
|
|
4185
4395
|
"DatabaseName": {},
|
|
4186
4396
|
"TableName": {},
|
|
4187
4397
|
"PartitionValueList": {
|
|
4188
|
-
"shape": "
|
|
4398
|
+
"shape": "S5z"
|
|
4189
4399
|
},
|
|
4190
4400
|
"PartitionInput": {
|
|
4191
4401
|
"shape": "S5"
|
|
@@ -4206,7 +4416,7 @@
|
|
|
4206
4416
|
],
|
|
4207
4417
|
"members": {
|
|
4208
4418
|
"RegistryId": {
|
|
4209
|
-
"shape": "
|
|
4419
|
+
"shape": "S89"
|
|
4210
4420
|
},
|
|
4211
4421
|
"Description": {}
|
|
4212
4422
|
}
|
|
@@ -4230,7 +4440,7 @@
|
|
|
4230
4440
|
"shape": "Sv"
|
|
4231
4441
|
},
|
|
4232
4442
|
"SchemaVersionNumber": {
|
|
4233
|
-
"shape": "
|
|
4443
|
+
"shape": "Sga"
|
|
4234
4444
|
},
|
|
4235
4445
|
"Compatibility": {},
|
|
4236
4446
|
"Description": {}
|
|
@@ -4256,7 +4466,7 @@
|
|
|
4256
4466
|
"CatalogId": {},
|
|
4257
4467
|
"DatabaseName": {},
|
|
4258
4468
|
"TableInput": {
|
|
4259
|
-
"shape": "
|
|
4469
|
+
"shape": "S96"
|
|
4260
4470
|
},
|
|
4261
4471
|
"SkipArchive": {
|
|
4262
4472
|
"type": "boolean"
|
|
@@ -4284,13 +4494,13 @@
|
|
|
4284
4494
|
"Description": {},
|
|
4285
4495
|
"Schedule": {},
|
|
4286
4496
|
"Actions": {
|
|
4287
|
-
"shape": "
|
|
4497
|
+
"shape": "S4l"
|
|
4288
4498
|
},
|
|
4289
4499
|
"Predicate": {
|
|
4290
|
-
"shape": "
|
|
4500
|
+
"shape": "S4n"
|
|
4291
4501
|
},
|
|
4292
4502
|
"EventBatchingCondition": {
|
|
4293
|
-
"shape": "
|
|
4503
|
+
"shape": "S4u"
|
|
4294
4504
|
}
|
|
4295
4505
|
}
|
|
4296
4506
|
}
|
|
@@ -4300,7 +4510,7 @@
|
|
|
4300
4510
|
"type": "structure",
|
|
4301
4511
|
"members": {
|
|
4302
4512
|
"Trigger": {
|
|
4303
|
-
"shape": "
|
|
4513
|
+
"shape": "S4h"
|
|
4304
4514
|
}
|
|
4305
4515
|
}
|
|
4306
4516
|
}
|
|
@@ -4318,7 +4528,7 @@
|
|
|
4318
4528
|
"DatabaseName": {},
|
|
4319
4529
|
"FunctionName": {},
|
|
4320
4530
|
"FunctionInput": {
|
|
4321
|
-
"shape": "
|
|
4531
|
+
"shape": "S9h"
|
|
4322
4532
|
}
|
|
4323
4533
|
}
|
|
4324
4534
|
},
|
|
@@ -4337,7 +4547,7 @@
|
|
|
4337
4547
|
"Name": {},
|
|
4338
4548
|
"Description": {},
|
|
4339
4549
|
"DefaultRunProperties": {
|
|
4340
|
-
"shape": "
|
|
4550
|
+
"shape": "S52"
|
|
4341
4551
|
},
|
|
4342
4552
|
"MaxConcurrentRuns": {
|
|
4343
4553
|
"type": "integer"
|
|
@@ -4524,37 +4734,71 @@
|
|
|
4524
4734
|
}
|
|
4525
4735
|
}
|
|
4526
4736
|
},
|
|
4527
|
-
"
|
|
4737
|
+
"S1u": {
|
|
4738
|
+
"type": "structure",
|
|
4739
|
+
"members": {
|
|
4740
|
+
"Name": {},
|
|
4741
|
+
"Description": {},
|
|
4742
|
+
"CreatedOn": {
|
|
4743
|
+
"type": "timestamp"
|
|
4744
|
+
},
|
|
4745
|
+
"LastModifiedOn": {
|
|
4746
|
+
"type": "timestamp"
|
|
4747
|
+
},
|
|
4748
|
+
"ParameterSpec": {},
|
|
4749
|
+
"BlueprintLocation": {},
|
|
4750
|
+
"BlueprintServiceLocation": {},
|
|
4751
|
+
"Status": {},
|
|
4752
|
+
"ErrorMessage": {},
|
|
4753
|
+
"LastActiveDefinition": {
|
|
4754
|
+
"type": "structure",
|
|
4755
|
+
"members": {
|
|
4756
|
+
"Description": {},
|
|
4757
|
+
"LastModifiedOn": {
|
|
4758
|
+
"type": "timestamp"
|
|
4759
|
+
},
|
|
4760
|
+
"ParameterSpec": {},
|
|
4761
|
+
"BlueprintLocation": {},
|
|
4762
|
+
"BlueprintServiceLocation": {}
|
|
4763
|
+
}
|
|
4764
|
+
}
|
|
4765
|
+
}
|
|
4766
|
+
},
|
|
4767
|
+
"S22": {
|
|
4528
4768
|
"type": "list",
|
|
4529
4769
|
"member": {}
|
|
4530
4770
|
},
|
|
4531
|
-
"
|
|
4771
|
+
"S24": {
|
|
4772
|
+
"type": "list",
|
|
4773
|
+
"member": {}
|
|
4774
|
+
},
|
|
4775
|
+
"S26": {
|
|
4532
4776
|
"type": "list",
|
|
4533
4777
|
"member": {
|
|
4534
|
-
"shape": "
|
|
4778
|
+
"shape": "S27"
|
|
4535
4779
|
}
|
|
4536
4780
|
},
|
|
4537
|
-
"
|
|
4781
|
+
"S27": {
|
|
4538
4782
|
"type": "structure",
|
|
4539
4783
|
"members": {
|
|
4540
4784
|
"Name": {},
|
|
4541
4785
|
"Role": {},
|
|
4542
4786
|
"Targets": {
|
|
4543
|
-
"shape": "
|
|
4787
|
+
"shape": "S29"
|
|
4544
4788
|
},
|
|
4545
4789
|
"DatabaseName": {},
|
|
4546
4790
|
"Description": {},
|
|
4547
4791
|
"Classifiers": {
|
|
4548
|
-
"shape": "
|
|
4792
|
+
"shape": "S2r"
|
|
4549
4793
|
},
|
|
4550
4794
|
"RecrawlPolicy": {
|
|
4551
|
-
"shape": "
|
|
4795
|
+
"shape": "S2s"
|
|
4552
4796
|
},
|
|
4553
4797
|
"SchemaChangePolicy": {
|
|
4554
|
-
"shape": "
|
|
4798
|
+
"shape": "S2u"
|
|
4555
4799
|
},
|
|
4556
4800
|
"LineageConfiguration": {
|
|
4557
|
-
"shape": "
|
|
4801
|
+
"shape": "S2x"
|
|
4558
4802
|
},
|
|
4559
4803
|
"State": {},
|
|
4560
4804
|
"TablePrefix": {},
|
|
@@ -4594,7 +4838,7 @@
|
|
|
4594
4838
|
"CrawlerSecurityConfiguration": {}
|
|
4595
4839
|
}
|
|
4596
4840
|
},
|
|
4597
|
-
"
|
|
4841
|
+
"S29": {
|
|
4598
4842
|
"type": "structure",
|
|
4599
4843
|
"members": {
|
|
4600
4844
|
"S3Targets": {
|
|
@@ -4604,7 +4848,7 @@
|
|
|
4604
4848
|
"members": {
|
|
4605
4849
|
"Path": {},
|
|
4606
4850
|
"Exclusions": {
|
|
4607
|
-
"shape": "
|
|
4851
|
+
"shape": "S2d"
|
|
4608
4852
|
},
|
|
4609
4853
|
"ConnectionName": {},
|
|
4610
4854
|
"SampleSize": {
|
|
@@ -4621,7 +4865,7 @@
|
|
|
4621
4865
|
"ConnectionName": {},
|
|
4622
4866
|
"Path": {},
|
|
4623
4867
|
"Exclusions": {
|
|
4624
|
-
"shape": "
|
|
4868
|
+
"shape": "S2d"
|
|
4625
4869
|
}
|
|
4626
4870
|
}
|
|
4627
4871
|
}
|
|
@@ -4673,50 +4917,50 @@
|
|
|
4673
4917
|
}
|
|
4674
4918
|
}
|
|
4675
4919
|
},
|
|
4676
|
-
"
|
|
4920
|
+
"S2d": {
|
|
4677
4921
|
"type": "list",
|
|
4678
4922
|
"member": {}
|
|
4679
4923
|
},
|
|
4680
|
-
"
|
|
4924
|
+
"S2r": {
|
|
4681
4925
|
"type": "list",
|
|
4682
4926
|
"member": {}
|
|
4683
4927
|
},
|
|
4684
|
-
"
|
|
4928
|
+
"S2s": {
|
|
4685
4929
|
"type": "structure",
|
|
4686
4930
|
"members": {
|
|
4687
4931
|
"RecrawlBehavior": {}
|
|
4688
4932
|
}
|
|
4689
4933
|
},
|
|
4690
|
-
"
|
|
4934
|
+
"S2u": {
|
|
4691
4935
|
"type": "structure",
|
|
4692
4936
|
"members": {
|
|
4693
4937
|
"UpdateBehavior": {},
|
|
4694
4938
|
"DeleteBehavior": {}
|
|
4695
4939
|
}
|
|
4696
4940
|
},
|
|
4697
|
-
"
|
|
4941
|
+
"S2x": {
|
|
4698
4942
|
"type": "structure",
|
|
4699
4943
|
"members": {
|
|
4700
4944
|
"CrawlerLineageSettings": {}
|
|
4701
4945
|
}
|
|
4702
4946
|
},
|
|
4703
|
-
"
|
|
4947
|
+
"S3e": {
|
|
4704
4948
|
"type": "list",
|
|
4705
4949
|
"member": {}
|
|
4706
4950
|
},
|
|
4707
|
-
"
|
|
4951
|
+
"S3g": {
|
|
4708
4952
|
"type": "list",
|
|
4709
4953
|
"member": {
|
|
4710
|
-
"shape": "
|
|
4954
|
+
"shape": "S3h"
|
|
4711
4955
|
}
|
|
4712
4956
|
},
|
|
4713
|
-
"
|
|
4957
|
+
"S3h": {
|
|
4714
4958
|
"type": "structure",
|
|
4715
4959
|
"members": {
|
|
4716
4960
|
"EndpointName": {},
|
|
4717
4961
|
"RoleArn": {},
|
|
4718
4962
|
"SecurityGroupIds": {
|
|
4719
|
-
"shape": "
|
|
4963
|
+
"shape": "S3j"
|
|
4720
4964
|
},
|
|
4721
4965
|
"SubnetId": {},
|
|
4722
4966
|
"YarnEndpointAddress": {},
|
|
@@ -4748,38 +4992,38 @@
|
|
|
4748
4992
|
},
|
|
4749
4993
|
"PublicKey": {},
|
|
4750
4994
|
"PublicKeys": {
|
|
4751
|
-
"shape": "
|
|
4995
|
+
"shape": "S3n"
|
|
4752
4996
|
},
|
|
4753
4997
|
"SecurityConfiguration": {},
|
|
4754
4998
|
"Arguments": {
|
|
4755
|
-
"shape": "
|
|
4999
|
+
"shape": "S3o"
|
|
4756
5000
|
}
|
|
4757
5001
|
}
|
|
4758
5002
|
},
|
|
4759
|
-
"
|
|
5003
|
+
"S3j": {
|
|
4760
5004
|
"type": "list",
|
|
4761
5005
|
"member": {}
|
|
4762
5006
|
},
|
|
4763
|
-
"
|
|
5007
|
+
"S3n": {
|
|
4764
5008
|
"type": "list",
|
|
4765
5009
|
"member": {}
|
|
4766
5010
|
},
|
|
4767
|
-
"
|
|
5011
|
+
"S3o": {
|
|
4768
5012
|
"type": "map",
|
|
4769
5013
|
"key": {},
|
|
4770
5014
|
"value": {}
|
|
4771
5015
|
},
|
|
4772
|
-
"
|
|
5016
|
+
"S3q": {
|
|
4773
5017
|
"type": "list",
|
|
4774
5018
|
"member": {}
|
|
4775
5019
|
},
|
|
4776
|
-
"
|
|
5020
|
+
"S3s": {
|
|
4777
5021
|
"type": "list",
|
|
4778
5022
|
"member": {
|
|
4779
|
-
"shape": "
|
|
5023
|
+
"shape": "S3t"
|
|
4780
5024
|
}
|
|
4781
5025
|
},
|
|
4782
|
-
"
|
|
5026
|
+
"S3t": {
|
|
4783
5027
|
"type": "structure",
|
|
4784
5028
|
"members": {
|
|
4785
5029
|
"Name": {},
|
|
@@ -4793,19 +5037,19 @@
|
|
|
4793
5037
|
"type": "timestamp"
|
|
4794
5038
|
},
|
|
4795
5039
|
"ExecutionProperty": {
|
|
4796
|
-
"shape": "
|
|
5040
|
+
"shape": "S3w"
|
|
4797
5041
|
},
|
|
4798
5042
|
"Command": {
|
|
4799
|
-
"shape": "
|
|
5043
|
+
"shape": "S3y"
|
|
4800
5044
|
},
|
|
4801
5045
|
"DefaultArguments": {
|
|
4802
|
-
"shape": "
|
|
5046
|
+
"shape": "S41"
|
|
4803
5047
|
},
|
|
4804
5048
|
"NonOverridableArguments": {
|
|
4805
|
-
"shape": "
|
|
5049
|
+
"shape": "S41"
|
|
4806
5050
|
},
|
|
4807
5051
|
"Connections": {
|
|
4808
|
-
"shape": "
|
|
5052
|
+
"shape": "S42"
|
|
4809
5053
|
},
|
|
4810
5054
|
"MaxRetries": {
|
|
4811
5055
|
"type": "integer"
|
|
@@ -4827,12 +5071,12 @@
|
|
|
4827
5071
|
},
|
|
4828
5072
|
"SecurityConfiguration": {},
|
|
4829
5073
|
"NotificationProperty": {
|
|
4830
|
-
"shape": "
|
|
5074
|
+
"shape": "S46"
|
|
4831
5075
|
},
|
|
4832
5076
|
"GlueVersion": {}
|
|
4833
5077
|
}
|
|
4834
5078
|
},
|
|
4835
|
-
"
|
|
5079
|
+
"S3w": {
|
|
4836
5080
|
"type": "structure",
|
|
4837
5081
|
"members": {
|
|
4838
5082
|
"MaxConcurrentRuns": {
|
|
@@ -4840,7 +5084,7 @@
|
|
|
4840
5084
|
}
|
|
4841
5085
|
}
|
|
4842
5086
|
},
|
|
4843
|
-
"
|
|
5087
|
+
"S3y": {
|
|
4844
5088
|
"type": "structure",
|
|
4845
5089
|
"members": {
|
|
4846
5090
|
"Name": {},
|
|
@@ -4848,12 +5092,12 @@
|
|
|
4848
5092
|
"PythonVersion": {}
|
|
4849
5093
|
}
|
|
4850
5094
|
},
|
|
4851
|
-
"
|
|
5095
|
+
"S41": {
|
|
4852
5096
|
"type": "map",
|
|
4853
5097
|
"key": {},
|
|
4854
5098
|
"value": {}
|
|
4855
5099
|
},
|
|
4856
|
-
"
|
|
5100
|
+
"S42": {
|
|
4857
5101
|
"type": "structure",
|
|
4858
5102
|
"members": {
|
|
4859
5103
|
"Connections": {
|
|
@@ -4862,7 +5106,7 @@
|
|
|
4862
5106
|
}
|
|
4863
5107
|
}
|
|
4864
5108
|
},
|
|
4865
|
-
"
|
|
5109
|
+
"S46": {
|
|
4866
5110
|
"type": "structure",
|
|
4867
5111
|
"members": {
|
|
4868
5112
|
"NotifyDelayAfter": {
|
|
@@ -4870,19 +5114,19 @@
|
|
|
4870
5114
|
}
|
|
4871
5115
|
}
|
|
4872
5116
|
},
|
|
4873
|
-
"
|
|
5117
|
+
"S49": {
|
|
4874
5118
|
"type": "list",
|
|
4875
5119
|
"member": {
|
|
4876
5120
|
"shape": "S1b"
|
|
4877
5121
|
}
|
|
4878
5122
|
},
|
|
4879
|
-
"
|
|
5123
|
+
"S4b": {
|
|
4880
5124
|
"type": "list",
|
|
4881
5125
|
"member": {
|
|
4882
|
-
"shape": "
|
|
5126
|
+
"shape": "S4c"
|
|
4883
5127
|
}
|
|
4884
5128
|
},
|
|
4885
|
-
"
|
|
5129
|
+
"S4c": {
|
|
4886
5130
|
"type": "structure",
|
|
4887
5131
|
"members": {
|
|
4888
5132
|
"Values": {
|
|
@@ -4908,17 +5152,17 @@
|
|
|
4908
5152
|
"CatalogId": {}
|
|
4909
5153
|
}
|
|
4910
5154
|
},
|
|
4911
|
-
"
|
|
5155
|
+
"S4e": {
|
|
4912
5156
|
"type": "list",
|
|
4913
5157
|
"member": {}
|
|
4914
5158
|
},
|
|
4915
|
-
"
|
|
5159
|
+
"S4g": {
|
|
4916
5160
|
"type": "list",
|
|
4917
5161
|
"member": {
|
|
4918
|
-
"shape": "
|
|
5162
|
+
"shape": "S4h"
|
|
4919
5163
|
}
|
|
4920
5164
|
},
|
|
4921
|
-
"
|
|
5165
|
+
"S4h": {
|
|
4922
5166
|
"type": "structure",
|
|
4923
5167
|
"members": {
|
|
4924
5168
|
"Name": {},
|
|
@@ -4929,37 +5173,37 @@
|
|
|
4929
5173
|
"Description": {},
|
|
4930
5174
|
"Schedule": {},
|
|
4931
5175
|
"Actions": {
|
|
4932
|
-
"shape": "
|
|
5176
|
+
"shape": "S4l"
|
|
4933
5177
|
},
|
|
4934
5178
|
"Predicate": {
|
|
4935
|
-
"shape": "
|
|
5179
|
+
"shape": "S4n"
|
|
4936
5180
|
},
|
|
4937
5181
|
"EventBatchingCondition": {
|
|
4938
|
-
"shape": "
|
|
5182
|
+
"shape": "S4u"
|
|
4939
5183
|
}
|
|
4940
5184
|
}
|
|
4941
5185
|
},
|
|
4942
|
-
"
|
|
5186
|
+
"S4l": {
|
|
4943
5187
|
"type": "list",
|
|
4944
5188
|
"member": {
|
|
4945
5189
|
"type": "structure",
|
|
4946
5190
|
"members": {
|
|
4947
5191
|
"JobName": {},
|
|
4948
5192
|
"Arguments": {
|
|
4949
|
-
"shape": "
|
|
5193
|
+
"shape": "S41"
|
|
4950
5194
|
},
|
|
4951
5195
|
"Timeout": {
|
|
4952
5196
|
"type": "integer"
|
|
4953
5197
|
},
|
|
4954
5198
|
"SecurityConfiguration": {},
|
|
4955
5199
|
"NotificationProperty": {
|
|
4956
|
-
"shape": "
|
|
5200
|
+
"shape": "S46"
|
|
4957
5201
|
},
|
|
4958
5202
|
"CrawlerName": {}
|
|
4959
5203
|
}
|
|
4960
5204
|
}
|
|
4961
5205
|
},
|
|
4962
|
-
"
|
|
5206
|
+
"S4n": {
|
|
4963
5207
|
"type": "structure",
|
|
4964
5208
|
"members": {
|
|
4965
5209
|
"Logical": {},
|
|
@@ -4978,7 +5222,7 @@
|
|
|
4978
5222
|
}
|
|
4979
5223
|
}
|
|
4980
5224
|
},
|
|
4981
|
-
"
|
|
5225
|
+
"S4u": {
|
|
4982
5226
|
"type": "structure",
|
|
4983
5227
|
"required": [
|
|
4984
5228
|
"BatchSize"
|
|
@@ -4992,17 +5236,17 @@
|
|
|
4992
5236
|
}
|
|
4993
5237
|
}
|
|
4994
5238
|
},
|
|
4995
|
-
"
|
|
5239
|
+
"S4y": {
|
|
4996
5240
|
"type": "list",
|
|
4997
5241
|
"member": {}
|
|
4998
5242
|
},
|
|
4999
|
-
"
|
|
5243
|
+
"S51": {
|
|
5000
5244
|
"type": "structure",
|
|
5001
5245
|
"members": {
|
|
5002
5246
|
"Name": {},
|
|
5003
5247
|
"Description": {},
|
|
5004
5248
|
"DefaultRunProperties": {
|
|
5005
|
-
"shape": "
|
|
5249
|
+
"shape": "S52"
|
|
5006
5250
|
},
|
|
5007
5251
|
"CreatedOn": {
|
|
5008
5252
|
"type": "timestamp"
|
|
@@ -5011,29 +5255,36 @@
|
|
|
5011
5255
|
"type": "timestamp"
|
|
5012
5256
|
},
|
|
5013
5257
|
"LastRun": {
|
|
5014
|
-
"shape": "
|
|
5258
|
+
"shape": "S53"
|
|
5015
5259
|
},
|
|
5016
5260
|
"Graph": {
|
|
5017
|
-
"shape": "
|
|
5261
|
+
"shape": "S56"
|
|
5018
5262
|
},
|
|
5019
5263
|
"MaxConcurrentRuns": {
|
|
5020
5264
|
"type": "integer"
|
|
5265
|
+
},
|
|
5266
|
+
"BlueprintDetails": {
|
|
5267
|
+
"type": "structure",
|
|
5268
|
+
"members": {
|
|
5269
|
+
"BlueprintName": {},
|
|
5270
|
+
"RunId": {}
|
|
5271
|
+
}
|
|
5021
5272
|
}
|
|
5022
5273
|
}
|
|
5023
5274
|
},
|
|
5024
|
-
"
|
|
5275
|
+
"S52": {
|
|
5025
5276
|
"type": "map",
|
|
5026
5277
|
"key": {},
|
|
5027
5278
|
"value": {}
|
|
5028
5279
|
},
|
|
5029
|
-
"
|
|
5280
|
+
"S53": {
|
|
5030
5281
|
"type": "structure",
|
|
5031
5282
|
"members": {
|
|
5032
5283
|
"Name": {},
|
|
5033
5284
|
"WorkflowRunId": {},
|
|
5034
5285
|
"PreviousRunId": {},
|
|
5035
5286
|
"WorkflowRunProperties": {
|
|
5036
|
-
"shape": "
|
|
5287
|
+
"shape": "S52"
|
|
5037
5288
|
},
|
|
5038
5289
|
"StartedOn": {
|
|
5039
5290
|
"type": "timestamp"
|
|
@@ -5067,7 +5318,7 @@
|
|
|
5067
5318
|
}
|
|
5068
5319
|
},
|
|
5069
5320
|
"Graph": {
|
|
5070
|
-
"shape": "
|
|
5321
|
+
"shape": "S56"
|
|
5071
5322
|
},
|
|
5072
5323
|
"StartingEventBatchCondition": {
|
|
5073
5324
|
"type": "structure",
|
|
@@ -5082,7 +5333,7 @@
|
|
|
5082
5333
|
}
|
|
5083
5334
|
}
|
|
5084
5335
|
},
|
|
5085
|
-
"
|
|
5336
|
+
"S56": {
|
|
5086
5337
|
"type": "structure",
|
|
5087
5338
|
"members": {
|
|
5088
5339
|
"Nodes": {
|
|
@@ -5097,7 +5348,7 @@
|
|
|
5097
5348
|
"type": "structure",
|
|
5098
5349
|
"members": {
|
|
5099
5350
|
"Trigger": {
|
|
5100
|
-
"shape": "
|
|
5351
|
+
"shape": "S4h"
|
|
5101
5352
|
}
|
|
5102
5353
|
}
|
|
5103
5354
|
},
|
|
@@ -5105,7 +5356,7 @@
|
|
|
5105
5356
|
"type": "structure",
|
|
5106
5357
|
"members": {
|
|
5107
5358
|
"JobRuns": {
|
|
5108
|
-
"shape": "
|
|
5359
|
+
"shape": "S5c"
|
|
5109
5360
|
}
|
|
5110
5361
|
}
|
|
5111
5362
|
},
|
|
@@ -5147,13 +5398,13 @@
|
|
|
5147
5398
|
}
|
|
5148
5399
|
}
|
|
5149
5400
|
},
|
|
5150
|
-
"
|
|
5401
|
+
"S5c": {
|
|
5151
5402
|
"type": "list",
|
|
5152
5403
|
"member": {
|
|
5153
|
-
"shape": "
|
|
5404
|
+
"shape": "S5d"
|
|
5154
5405
|
}
|
|
5155
5406
|
},
|
|
5156
|
-
"
|
|
5407
|
+
"S5d": {
|
|
5157
5408
|
"type": "structure",
|
|
5158
5409
|
"members": {
|
|
5159
5410
|
"Id": {},
|
|
@@ -5174,7 +5425,7 @@
|
|
|
5174
5425
|
},
|
|
5175
5426
|
"JobRunState": {},
|
|
5176
5427
|
"Arguments": {
|
|
5177
|
-
"shape": "
|
|
5428
|
+
"shape": "S41"
|
|
5178
5429
|
},
|
|
5179
5430
|
"ErrorMessage": {},
|
|
5180
5431
|
"PredecessorRuns": {
|
|
@@ -5208,20 +5459,25 @@
|
|
|
5208
5459
|
"SecurityConfiguration": {},
|
|
5209
5460
|
"LogGroupName": {},
|
|
5210
5461
|
"NotificationProperty": {
|
|
5211
|
-
"shape": "
|
|
5462
|
+
"shape": "S46"
|
|
5212
5463
|
},
|
|
5213
5464
|
"GlueVersion": {}
|
|
5214
5465
|
}
|
|
5215
5466
|
},
|
|
5216
|
-
"
|
|
5467
|
+
"S5z": {
|
|
5217
5468
|
"type": "list",
|
|
5218
5469
|
"member": {}
|
|
5219
5470
|
},
|
|
5220
|
-
"
|
|
5471
|
+
"S6f": {
|
|
5472
|
+
"type": "map",
|
|
5473
|
+
"key": {},
|
|
5474
|
+
"value": {}
|
|
5475
|
+
},
|
|
5476
|
+
"S6w": {
|
|
5221
5477
|
"type": "list",
|
|
5222
5478
|
"member": {}
|
|
5223
5479
|
},
|
|
5224
|
-
"
|
|
5480
|
+
"S6z": {
|
|
5225
5481
|
"type": "structure",
|
|
5226
5482
|
"required": [
|
|
5227
5483
|
"Name",
|
|
@@ -5233,26 +5489,26 @@
|
|
|
5233
5489
|
"Description": {},
|
|
5234
5490
|
"ConnectionType": {},
|
|
5235
5491
|
"MatchCriteria": {
|
|
5236
|
-
"shape": "
|
|
5492
|
+
"shape": "S71"
|
|
5237
5493
|
},
|
|
5238
5494
|
"ConnectionProperties": {
|
|
5239
|
-
"shape": "
|
|
5495
|
+
"shape": "S72"
|
|
5240
5496
|
},
|
|
5241
5497
|
"PhysicalConnectionRequirements": {
|
|
5242
|
-
"shape": "
|
|
5498
|
+
"shape": "S74"
|
|
5243
5499
|
}
|
|
5244
5500
|
}
|
|
5245
5501
|
},
|
|
5246
|
-
"
|
|
5502
|
+
"S71": {
|
|
5247
5503
|
"type": "list",
|
|
5248
5504
|
"member": {}
|
|
5249
5505
|
},
|
|
5250
|
-
"
|
|
5506
|
+
"S72": {
|
|
5251
5507
|
"type": "map",
|
|
5252
5508
|
"key": {},
|
|
5253
5509
|
"value": {}
|
|
5254
5510
|
},
|
|
5255
|
-
"
|
|
5511
|
+
"S74": {
|
|
5256
5512
|
"type": "structure",
|
|
5257
5513
|
"members": {
|
|
5258
5514
|
"SubnetId": {},
|
|
@@ -5263,12 +5519,7 @@
|
|
|
5263
5519
|
"AvailabilityZone": {}
|
|
5264
5520
|
}
|
|
5265
5521
|
},
|
|
5266
|
-
"
|
|
5267
|
-
"type": "map",
|
|
5268
|
-
"key": {},
|
|
5269
|
-
"value": {}
|
|
5270
|
-
},
|
|
5271
|
-
"S6v": {
|
|
5522
|
+
"S7a": {
|
|
5272
5523
|
"type": "structure",
|
|
5273
5524
|
"required": [
|
|
5274
5525
|
"Name"
|
|
@@ -5281,14 +5532,14 @@
|
|
|
5281
5532
|
"shape": "Se"
|
|
5282
5533
|
},
|
|
5283
5534
|
"CreateTableDefaultPermissions": {
|
|
5284
|
-
"shape": "
|
|
5535
|
+
"shape": "S7c"
|
|
5285
5536
|
},
|
|
5286
5537
|
"TargetDatabase": {
|
|
5287
|
-
"shape": "
|
|
5538
|
+
"shape": "S7i"
|
|
5288
5539
|
}
|
|
5289
5540
|
}
|
|
5290
5541
|
},
|
|
5291
|
-
"
|
|
5542
|
+
"S7c": {
|
|
5292
5543
|
"type": "list",
|
|
5293
5544
|
"member": {
|
|
5294
5545
|
"type": "structure",
|
|
@@ -5306,14 +5557,14 @@
|
|
|
5306
5557
|
}
|
|
5307
5558
|
}
|
|
5308
5559
|
},
|
|
5309
|
-
"
|
|
5560
|
+
"S7i": {
|
|
5310
5561
|
"type": "structure",
|
|
5311
5562
|
"members": {
|
|
5312
5563
|
"CatalogId": {},
|
|
5313
5564
|
"DatabaseName": {}
|
|
5314
5565
|
}
|
|
5315
5566
|
},
|
|
5316
|
-
"
|
|
5567
|
+
"S7p": {
|
|
5317
5568
|
"type": "list",
|
|
5318
5569
|
"member": {
|
|
5319
5570
|
"type": "structure",
|
|
@@ -5329,7 +5580,7 @@
|
|
|
5329
5580
|
}
|
|
5330
5581
|
}
|
|
5331
5582
|
},
|
|
5332
|
-
"
|
|
5583
|
+
"S7r": {
|
|
5333
5584
|
"type": "structure",
|
|
5334
5585
|
"required": [
|
|
5335
5586
|
"TransformType"
|
|
@@ -5353,7 +5604,7 @@
|
|
|
5353
5604
|
}
|
|
5354
5605
|
}
|
|
5355
5606
|
},
|
|
5356
|
-
"
|
|
5607
|
+
"S7w": {
|
|
5357
5608
|
"type": "structure",
|
|
5358
5609
|
"members": {
|
|
5359
5610
|
"MlUserDataEncryption": {
|
|
@@ -5369,7 +5620,7 @@
|
|
|
5369
5620
|
"TaskRunSecurityConfigurationName": {}
|
|
5370
5621
|
}
|
|
5371
5622
|
},
|
|
5372
|
-
"
|
|
5623
|
+
"S83": {
|
|
5373
5624
|
"type": "structure",
|
|
5374
5625
|
"required": [
|
|
5375
5626
|
"Keys",
|
|
@@ -5383,14 +5634,14 @@
|
|
|
5383
5634
|
"IndexName": {}
|
|
5384
5635
|
}
|
|
5385
5636
|
},
|
|
5386
|
-
"
|
|
5637
|
+
"S89": {
|
|
5387
5638
|
"type": "structure",
|
|
5388
5639
|
"members": {
|
|
5389
5640
|
"RegistryName": {},
|
|
5390
5641
|
"RegistryArn": {}
|
|
5391
5642
|
}
|
|
5392
5643
|
},
|
|
5393
|
-
"
|
|
5644
|
+
"S8g": {
|
|
5394
5645
|
"type": "list",
|
|
5395
5646
|
"member": {
|
|
5396
5647
|
"type": "structure",
|
|
@@ -5403,7 +5654,7 @@
|
|
|
5403
5654
|
"Id": {},
|
|
5404
5655
|
"NodeType": {},
|
|
5405
5656
|
"Args": {
|
|
5406
|
-
"shape": "
|
|
5657
|
+
"shape": "S8k"
|
|
5407
5658
|
},
|
|
5408
5659
|
"LineNumber": {
|
|
5409
5660
|
"type": "integer"
|
|
@@ -5411,7 +5662,7 @@
|
|
|
5411
5662
|
}
|
|
5412
5663
|
}
|
|
5413
5664
|
},
|
|
5414
|
-
"
|
|
5665
|
+
"S8k": {
|
|
5415
5666
|
"type": "list",
|
|
5416
5667
|
"member": {
|
|
5417
5668
|
"type": "structure",
|
|
@@ -5428,7 +5679,7 @@
|
|
|
5428
5679
|
}
|
|
5429
5680
|
}
|
|
5430
5681
|
},
|
|
5431
|
-
"
|
|
5682
|
+
"S8o": {
|
|
5432
5683
|
"type": "list",
|
|
5433
5684
|
"member": {
|
|
5434
5685
|
"type": "structure",
|
|
@@ -5443,7 +5694,7 @@
|
|
|
5443
5694
|
}
|
|
5444
5695
|
}
|
|
5445
5696
|
},
|
|
5446
|
-
"
|
|
5697
|
+
"S8v": {
|
|
5447
5698
|
"type": "structure",
|
|
5448
5699
|
"members": {
|
|
5449
5700
|
"S3Encryption": {
|
|
@@ -5472,7 +5723,7 @@
|
|
|
5472
5723
|
}
|
|
5473
5724
|
}
|
|
5474
5725
|
},
|
|
5475
|
-
"
|
|
5726
|
+
"S96": {
|
|
5476
5727
|
"type": "structure",
|
|
5477
5728
|
"required": [
|
|
5478
5729
|
"Name"
|
|
@@ -5503,11 +5754,11 @@
|
|
|
5503
5754
|
"shape": "Se"
|
|
5504
5755
|
},
|
|
5505
5756
|
"TargetTable": {
|
|
5506
|
-
"shape": "
|
|
5757
|
+
"shape": "S9a"
|
|
5507
5758
|
}
|
|
5508
5759
|
}
|
|
5509
5760
|
},
|
|
5510
|
-
"
|
|
5761
|
+
"S9a": {
|
|
5511
5762
|
"type": "structure",
|
|
5512
5763
|
"members": {
|
|
5513
5764
|
"CatalogId": {},
|
|
@@ -5515,7 +5766,7 @@
|
|
|
5515
5766
|
"Name": {}
|
|
5516
5767
|
}
|
|
5517
5768
|
},
|
|
5518
|
-
"
|
|
5769
|
+
"S9h": {
|
|
5519
5770
|
"type": "structure",
|
|
5520
5771
|
"members": {
|
|
5521
5772
|
"FunctionName": {},
|
|
@@ -5523,11 +5774,11 @@
|
|
|
5523
5774
|
"OwnerName": {},
|
|
5524
5775
|
"OwnerType": {},
|
|
5525
5776
|
"ResourceUris": {
|
|
5526
|
-
"shape": "
|
|
5777
|
+
"shape": "S9j"
|
|
5527
5778
|
}
|
|
5528
5779
|
}
|
|
5529
5780
|
},
|
|
5530
|
-
"
|
|
5781
|
+
"S9j": {
|
|
5531
5782
|
"type": "list",
|
|
5532
5783
|
"member": {
|
|
5533
5784
|
"type": "structure",
|
|
@@ -5537,7 +5788,26 @@
|
|
|
5537
5788
|
}
|
|
5538
5789
|
}
|
|
5539
5790
|
},
|
|
5540
|
-
"
|
|
5791
|
+
"Sb8": {
|
|
5792
|
+
"type": "structure",
|
|
5793
|
+
"members": {
|
|
5794
|
+
"BlueprintName": {},
|
|
5795
|
+
"RunId": {},
|
|
5796
|
+
"WorkflowName": {},
|
|
5797
|
+
"State": {},
|
|
5798
|
+
"StartedOn": {
|
|
5799
|
+
"type": "timestamp"
|
|
5800
|
+
},
|
|
5801
|
+
"CompletedOn": {
|
|
5802
|
+
"type": "timestamp"
|
|
5803
|
+
},
|
|
5804
|
+
"ErrorMessage": {},
|
|
5805
|
+
"RollbackErrorMessage": {},
|
|
5806
|
+
"Parameters": {},
|
|
5807
|
+
"RoleArn": {}
|
|
5808
|
+
}
|
|
5809
|
+
},
|
|
5810
|
+
"Sbm": {
|
|
5541
5811
|
"type": "structure",
|
|
5542
5812
|
"members": {
|
|
5543
5813
|
"GrokClassifier": {
|
|
@@ -5624,7 +5894,7 @@
|
|
|
5624
5894
|
"QuoteSymbol": {},
|
|
5625
5895
|
"ContainsHeader": {},
|
|
5626
5896
|
"Header": {
|
|
5627
|
-
"shape": "
|
|
5897
|
+
"shape": "S6w"
|
|
5628
5898
|
},
|
|
5629
5899
|
"DisableValueTrimming": {
|
|
5630
5900
|
"type": "boolean"
|
|
@@ -5636,17 +5906,17 @@
|
|
|
5636
5906
|
}
|
|
5637
5907
|
}
|
|
5638
5908
|
},
|
|
5639
|
-
"
|
|
5909
|
+
"Sbw": {
|
|
5640
5910
|
"type": "list",
|
|
5641
5911
|
"member": {}
|
|
5642
5912
|
},
|
|
5643
|
-
"
|
|
5913
|
+
"Sby": {
|
|
5644
5914
|
"type": "list",
|
|
5645
5915
|
"member": {
|
|
5646
|
-
"shape": "
|
|
5916
|
+
"shape": "Sbz"
|
|
5647
5917
|
}
|
|
5648
5918
|
},
|
|
5649
|
-
"
|
|
5919
|
+
"Sbz": {
|
|
5650
5920
|
"type": "structure",
|
|
5651
5921
|
"required": [
|
|
5652
5922
|
"ColumnName",
|
|
@@ -5715,10 +5985,10 @@
|
|
|
5715
5985
|
],
|
|
5716
5986
|
"members": {
|
|
5717
5987
|
"MinimumValue": {
|
|
5718
|
-
"shape": "
|
|
5988
|
+
"shape": "Sc7"
|
|
5719
5989
|
},
|
|
5720
5990
|
"MaximumValue": {
|
|
5721
|
-
"shape": "
|
|
5991
|
+
"shape": "Sc7"
|
|
5722
5992
|
},
|
|
5723
5993
|
"NumberOfNulls": {
|
|
5724
5994
|
"type": "long"
|
|
@@ -5816,7 +6086,7 @@
|
|
|
5816
6086
|
}
|
|
5817
6087
|
}
|
|
5818
6088
|
},
|
|
5819
|
-
"
|
|
6089
|
+
"Sc7": {
|
|
5820
6090
|
"type": "structure",
|
|
5821
6091
|
"required": [
|
|
5822
6092
|
"UnscaledValue",
|
|
@@ -5831,7 +6101,7 @@
|
|
|
5831
6101
|
}
|
|
5832
6102
|
}
|
|
5833
6103
|
},
|
|
5834
|
-
"
|
|
6104
|
+
"Scg": {
|
|
5835
6105
|
"type": "list",
|
|
5836
6106
|
"member": {
|
|
5837
6107
|
"type": "structure",
|
|
@@ -5843,20 +6113,20 @@
|
|
|
5843
6113
|
}
|
|
5844
6114
|
}
|
|
5845
6115
|
},
|
|
5846
|
-
"
|
|
6116
|
+
"Scm": {
|
|
5847
6117
|
"type": "structure",
|
|
5848
6118
|
"members": {
|
|
5849
6119
|
"Name": {},
|
|
5850
6120
|
"Description": {},
|
|
5851
6121
|
"ConnectionType": {},
|
|
5852
6122
|
"MatchCriteria": {
|
|
5853
|
-
"shape": "
|
|
6123
|
+
"shape": "S71"
|
|
5854
6124
|
},
|
|
5855
6125
|
"ConnectionProperties": {
|
|
5856
|
-
"shape": "
|
|
6126
|
+
"shape": "S72"
|
|
5857
6127
|
},
|
|
5858
6128
|
"PhysicalConnectionRequirements": {
|
|
5859
|
-
"shape": "
|
|
6129
|
+
"shape": "S74"
|
|
5860
6130
|
},
|
|
5861
6131
|
"CreationTime": {
|
|
5862
6132
|
"type": "timestamp"
|
|
@@ -5867,7 +6137,7 @@
|
|
|
5867
6137
|
"LastUpdatedBy": {}
|
|
5868
6138
|
}
|
|
5869
6139
|
},
|
|
5870
|
-
"
|
|
6140
|
+
"Sd1": {
|
|
5871
6141
|
"type": "structure",
|
|
5872
6142
|
"members": {
|
|
5873
6143
|
"EncryptionAtRest": {
|
|
@@ -5894,7 +6164,7 @@
|
|
|
5894
6164
|
}
|
|
5895
6165
|
}
|
|
5896
6166
|
},
|
|
5897
|
-
"
|
|
6167
|
+
"Sd7": {
|
|
5898
6168
|
"type": "structure",
|
|
5899
6169
|
"required": [
|
|
5900
6170
|
"Name"
|
|
@@ -5910,15 +6180,15 @@
|
|
|
5910
6180
|
"type": "timestamp"
|
|
5911
6181
|
},
|
|
5912
6182
|
"CreateTableDefaultPermissions": {
|
|
5913
|
-
"shape": "
|
|
6183
|
+
"shape": "S7c"
|
|
5914
6184
|
},
|
|
5915
6185
|
"TargetDatabase": {
|
|
5916
|
-
"shape": "
|
|
6186
|
+
"shape": "S7i"
|
|
5917
6187
|
},
|
|
5918
6188
|
"CatalogId": {}
|
|
5919
6189
|
}
|
|
5920
6190
|
},
|
|
5921
|
-
"
|
|
6191
|
+
"Sdp": {
|
|
5922
6192
|
"type": "structure",
|
|
5923
6193
|
"members": {
|
|
5924
6194
|
"JobName": {},
|
|
@@ -5936,7 +6206,7 @@
|
|
|
5936
6206
|
"JobBookmark": {}
|
|
5937
6207
|
}
|
|
5938
6208
|
},
|
|
5939
|
-
"
|
|
6209
|
+
"Sdz": {
|
|
5940
6210
|
"type": "structure",
|
|
5941
6211
|
"members": {
|
|
5942
6212
|
"TaskType": {},
|
|
@@ -5971,7 +6241,7 @@
|
|
|
5971
6241
|
}
|
|
5972
6242
|
}
|
|
5973
6243
|
},
|
|
5974
|
-
"
|
|
6244
|
+
"Sei": {
|
|
5975
6245
|
"type": "structure",
|
|
5976
6246
|
"required": [
|
|
5977
6247
|
"TransformType"
|
|
@@ -6026,7 +6296,7 @@
|
|
|
6026
6296
|
}
|
|
6027
6297
|
}
|
|
6028
6298
|
},
|
|
6029
|
-
"
|
|
6299
|
+
"Sep": {
|
|
6030
6300
|
"type": "list",
|
|
6031
6301
|
"member": {
|
|
6032
6302
|
"type": "structure",
|
|
@@ -6036,7 +6306,7 @@
|
|
|
6036
6306
|
}
|
|
6037
6307
|
}
|
|
6038
6308
|
},
|
|
6039
|
-
"
|
|
6309
|
+
"Ses": {
|
|
6040
6310
|
"type": "structure",
|
|
6041
6311
|
"members": {
|
|
6042
6312
|
"Name": {},
|
|
@@ -6056,11 +6326,11 @@
|
|
|
6056
6326
|
"type": "timestamp"
|
|
6057
6327
|
},
|
|
6058
6328
|
"Schema": {
|
|
6059
|
-
"shape": "
|
|
6329
|
+
"shape": "Sep"
|
|
6060
6330
|
}
|
|
6061
6331
|
}
|
|
6062
6332
|
},
|
|
6063
|
-
"
|
|
6333
|
+
"Set": {
|
|
6064
6334
|
"type": "structure",
|
|
6065
6335
|
"required": [
|
|
6066
6336
|
"Column",
|
|
@@ -6071,7 +6341,7 @@
|
|
|
6071
6341
|
"SortDirection": {}
|
|
6072
6342
|
}
|
|
6073
6343
|
},
|
|
6074
|
-
"
|
|
6344
|
+
"Sez": {
|
|
6075
6345
|
"type": "structure",
|
|
6076
6346
|
"required": [
|
|
6077
6347
|
"DatabaseName",
|
|
@@ -6082,27 +6352,27 @@
|
|
|
6082
6352
|
"TableName": {}
|
|
6083
6353
|
}
|
|
6084
6354
|
},
|
|
6085
|
-
"
|
|
6355
|
+
"Sf0": {
|
|
6086
6356
|
"type": "list",
|
|
6087
6357
|
"member": {
|
|
6088
|
-
"shape": "
|
|
6358
|
+
"shape": "Sez"
|
|
6089
6359
|
}
|
|
6090
6360
|
},
|
|
6091
|
-
"
|
|
6361
|
+
"Sf1": {
|
|
6092
6362
|
"type": "structure",
|
|
6093
6363
|
"members": {
|
|
6094
6364
|
"Jdbc": {
|
|
6095
|
-
"shape": "
|
|
6365
|
+
"shape": "S8k"
|
|
6096
6366
|
},
|
|
6097
6367
|
"S3": {
|
|
6098
|
-
"shape": "
|
|
6368
|
+
"shape": "S8k"
|
|
6099
6369
|
},
|
|
6100
6370
|
"DynamoDB": {
|
|
6101
|
-
"shape": "
|
|
6371
|
+
"shape": "S8k"
|
|
6102
6372
|
}
|
|
6103
6373
|
}
|
|
6104
6374
|
},
|
|
6105
|
-
"
|
|
6375
|
+
"Sf3": {
|
|
6106
6376
|
"type": "list",
|
|
6107
6377
|
"member": {
|
|
6108
6378
|
"type": "structure",
|
|
@@ -6116,7 +6386,7 @@
|
|
|
6116
6386
|
}
|
|
6117
6387
|
}
|
|
6118
6388
|
},
|
|
6119
|
-
"
|
|
6389
|
+
"Sga": {
|
|
6120
6390
|
"type": "structure",
|
|
6121
6391
|
"members": {
|
|
6122
6392
|
"LatestVersion": {
|
|
@@ -6127,7 +6397,7 @@
|
|
|
6127
6397
|
}
|
|
6128
6398
|
}
|
|
6129
6399
|
},
|
|
6130
|
-
"
|
|
6400
|
+
"Sgj": {
|
|
6131
6401
|
"type": "structure",
|
|
6132
6402
|
"members": {
|
|
6133
6403
|
"Name": {},
|
|
@@ -6135,11 +6405,11 @@
|
|
|
6135
6405
|
"type": "timestamp"
|
|
6136
6406
|
},
|
|
6137
6407
|
"EncryptionConfiguration": {
|
|
6138
|
-
"shape": "
|
|
6408
|
+
"shape": "S8v"
|
|
6139
6409
|
}
|
|
6140
6410
|
}
|
|
6141
6411
|
},
|
|
6142
|
-
"
|
|
6412
|
+
"Sgp": {
|
|
6143
6413
|
"type": "structure",
|
|
6144
6414
|
"required": [
|
|
6145
6415
|
"Name"
|
|
@@ -6181,27 +6451,27 @@
|
|
|
6181
6451
|
"type": "boolean"
|
|
6182
6452
|
},
|
|
6183
6453
|
"TargetTable": {
|
|
6184
|
-
"shape": "
|
|
6454
|
+
"shape": "S9a"
|
|
6185
6455
|
},
|
|
6186
6456
|
"CatalogId": {}
|
|
6187
6457
|
}
|
|
6188
6458
|
},
|
|
6189
|
-
"
|
|
6459
|
+
"Sgs": {
|
|
6190
6460
|
"type": "structure",
|
|
6191
6461
|
"members": {
|
|
6192
6462
|
"Table": {
|
|
6193
|
-
"shape": "
|
|
6463
|
+
"shape": "Sgp"
|
|
6194
6464
|
},
|
|
6195
6465
|
"VersionId": {}
|
|
6196
6466
|
}
|
|
6197
6467
|
},
|
|
6198
|
-
"
|
|
6468
|
+
"Sgz": {
|
|
6199
6469
|
"type": "list",
|
|
6200
6470
|
"member": {
|
|
6201
|
-
"shape": "
|
|
6471
|
+
"shape": "Sgp"
|
|
6202
6472
|
}
|
|
6203
6473
|
},
|
|
6204
|
-
"
|
|
6474
|
+
"Sh8": {
|
|
6205
6475
|
"type": "structure",
|
|
6206
6476
|
"members": {
|
|
6207
6477
|
"FunctionName": {},
|
|
@@ -6213,35 +6483,35 @@
|
|
|
6213
6483
|
"type": "timestamp"
|
|
6214
6484
|
},
|
|
6215
6485
|
"ResourceUris": {
|
|
6216
|
-
"shape": "
|
|
6486
|
+
"shape": "S9j"
|
|
6217
6487
|
},
|
|
6218
6488
|
"CatalogId": {}
|
|
6219
6489
|
}
|
|
6220
6490
|
},
|
|
6221
|
-
"
|
|
6491
|
+
"Sio": {
|
|
6222
6492
|
"type": "structure",
|
|
6223
6493
|
"members": {
|
|
6224
6494
|
"MetadataKey": {},
|
|
6225
6495
|
"MetadataValue": {}
|
|
6226
6496
|
}
|
|
6227
6497
|
},
|
|
6228
|
-
"
|
|
6498
|
+
"Sj9": {
|
|
6229
6499
|
"type": "list",
|
|
6230
6500
|
"member": {}
|
|
6231
6501
|
},
|
|
6232
|
-
"
|
|
6502
|
+
"Skp": {
|
|
6233
6503
|
"type": "list",
|
|
6234
6504
|
"member": {
|
|
6235
|
-
"shape": "
|
|
6505
|
+
"shape": "Sbz"
|
|
6236
6506
|
}
|
|
6237
6507
|
},
|
|
6238
|
-
"
|
|
6508
|
+
"Skr": {
|
|
6239
6509
|
"type": "list",
|
|
6240
6510
|
"member": {
|
|
6241
6511
|
"type": "structure",
|
|
6242
6512
|
"members": {
|
|
6243
6513
|
"ColumnStatistics": {
|
|
6244
|
-
"shape": "
|
|
6514
|
+
"shape": "Sbz"
|
|
6245
6515
|
},
|
|
6246
6516
|
"Error": {
|
|
6247
6517
|
"shape": "S13"
|