aws-sdk 2.849.0 → 2.853.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 +27 -1
- package/README.md +1 -1
- package/apis/appflow-2020-08-23.min.json +123 -66
- package/apis/autoscaling-2011-01-01.min.json +20 -15
- package/apis/databrew-2017-07-25.min.json +87 -77
- package/apis/detective-2018-10-26.min.json +26 -19
- package/apis/ecr-public-2020-10-30.min.json +82 -11
- package/apis/eks-2017-11-01.min.json +154 -122
- package/apis/elasticmapreduce-2009-03-31.min.json +19 -1
- package/apis/es-2015-01-01.min.json +192 -57
- package/apis/es-2015-01-01.paginators.json +5 -0
- package/apis/glue-2017-03-31.min.json +72 -69
- package/apis/imagebuilder-2019-12-02.min.json +96 -56
- package/apis/imagebuilder-2019-12-02.paginators.json +6 -0
- package/apis/iotevents-2018-07-27.min.json +102 -3
- package/apis/mediapackage-vod-2018-11-07.min.json +153 -76
- package/apis/pinpoint-2016-12-01.min.json +9 -3
- package/apis/redshift-data-2019-12-20.min.json +5 -1
- package/apis/s3-2006-03-01.examples.json +109 -109
- package/apis/s3-2006-03-01.min.json +8 -0
- package/clients/appflow.d.ts +33 -1
- package/clients/autoscaling.d.ts +16 -2
- package/clients/computeoptimizer.d.ts +5 -5
- package/clients/databrew.d.ts +26 -0
- package/clients/detective.d.ts +20 -11
- package/clients/ecrpublic.d.ts +78 -0
- package/clients/eks.d.ts +29 -4
- package/clients/emr.d.ts +80 -50
- package/clients/es.d.ts +186 -0
- package/clients/glue.d.ts +6 -4
- package/clients/imagebuilder.d.ts +63 -2
- package/clients/iotevents.d.ts +130 -28
- package/clients/lightsail.d.ts +2 -2
- package/clients/mediapackagevod.d.ts +43 -0
- package/clients/pinpoint.d.ts +24 -0
- package/clients/quicksight.d.ts +5 -5
- package/clients/redshiftdata.d.ts +16 -4
- package/clients/s3.d.ts +40 -38
- package/clients/s3control.d.ts +4 -4
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +35 -21
- package/dist/aws-sdk.js +67 -22
- package/dist/aws-sdk.min.js +82 -82
- package/lib/core.js +1 -1
- package/lib/services/s3.js +13 -1
- package/lib/services/s3util.js +4 -2
- package/package.json +1 -1
- package/scripts/region-checker/allowlist.js +6 -6
|
@@ -1038,6 +1038,9 @@
|
|
|
1038
1038
|
"member": {}
|
|
1039
1039
|
},
|
|
1040
1040
|
"AutoScalingGroupName": {},
|
|
1041
|
+
"IncludeDeletedGroups": {
|
|
1042
|
+
"type": "boolean"
|
|
1043
|
+
},
|
|
1041
1044
|
"MaxRecords": {
|
|
1042
1045
|
"type": "integer"
|
|
1043
1046
|
},
|
|
@@ -1052,7 +1055,7 @@
|
|
|
1052
1055
|
],
|
|
1053
1056
|
"members": {
|
|
1054
1057
|
"Activities": {
|
|
1055
|
-
"shape": "
|
|
1058
|
+
"shape": "S5j"
|
|
1056
1059
|
},
|
|
1057
1060
|
"NextToken": {}
|
|
1058
1061
|
}
|
|
@@ -1203,7 +1206,7 @@
|
|
|
1203
1206
|
"type": "structure",
|
|
1204
1207
|
"members": {
|
|
1205
1208
|
"Activities": {
|
|
1206
|
-
"shape": "
|
|
1209
|
+
"shape": "S5j"
|
|
1207
1210
|
}
|
|
1208
1211
|
}
|
|
1209
1212
|
}
|
|
@@ -1257,7 +1260,7 @@
|
|
|
1257
1260
|
"members": {
|
|
1258
1261
|
"AutoScalingGroupName": {},
|
|
1259
1262
|
"Metrics": {
|
|
1260
|
-
"shape": "
|
|
1263
|
+
"shape": "S69"
|
|
1261
1264
|
}
|
|
1262
1265
|
}
|
|
1263
1266
|
}
|
|
@@ -1272,7 +1275,7 @@
|
|
|
1272
1275
|
"members": {
|
|
1273
1276
|
"AutoScalingGroupName": {},
|
|
1274
1277
|
"Metrics": {
|
|
1275
|
-
"shape": "
|
|
1278
|
+
"shape": "S69"
|
|
1276
1279
|
},
|
|
1277
1280
|
"Granularity": {}
|
|
1278
1281
|
}
|
|
@@ -1300,7 +1303,7 @@
|
|
|
1300
1303
|
"type": "structure",
|
|
1301
1304
|
"members": {
|
|
1302
1305
|
"Activities": {
|
|
1303
|
-
"shape": "
|
|
1306
|
+
"shape": "S5j"
|
|
1304
1307
|
}
|
|
1305
1308
|
}
|
|
1306
1309
|
}
|
|
@@ -1344,7 +1347,7 @@
|
|
|
1344
1347
|
"type": "structure",
|
|
1345
1348
|
"members": {
|
|
1346
1349
|
"Activities": {
|
|
1347
|
-
"shape": "
|
|
1350
|
+
"shape": "S5j"
|
|
1348
1351
|
}
|
|
1349
1352
|
}
|
|
1350
1353
|
}
|
|
@@ -1496,7 +1499,7 @@
|
|
|
1496
1499
|
},
|
|
1497
1500
|
"ResumeProcesses": {
|
|
1498
1501
|
"input": {
|
|
1499
|
-
"shape": "
|
|
1502
|
+
"shape": "S6p"
|
|
1500
1503
|
}
|
|
1501
1504
|
},
|
|
1502
1505
|
"SetDesiredCapacity": {
|
|
@@ -1589,7 +1592,7 @@
|
|
|
1589
1592
|
},
|
|
1590
1593
|
"SuspendProcesses": {
|
|
1591
1594
|
"input": {
|
|
1592
|
-
"shape": "
|
|
1595
|
+
"shape": "S6p"
|
|
1593
1596
|
}
|
|
1594
1597
|
},
|
|
1595
1598
|
"TerminateInstanceInAutoScalingGroup": {
|
|
@@ -1611,7 +1614,7 @@
|
|
|
1611
1614
|
"type": "structure",
|
|
1612
1615
|
"members": {
|
|
1613
1616
|
"Activity": {
|
|
1614
|
-
"shape": "
|
|
1617
|
+
"shape": "S5k"
|
|
1615
1618
|
}
|
|
1616
1619
|
}
|
|
1617
1620
|
}
|
|
@@ -1947,13 +1950,13 @@
|
|
|
1947
1950
|
}
|
|
1948
1951
|
}
|
|
1949
1952
|
},
|
|
1950
|
-
"
|
|
1953
|
+
"S5j": {
|
|
1951
1954
|
"type": "list",
|
|
1952
1955
|
"member": {
|
|
1953
|
-
"shape": "
|
|
1956
|
+
"shape": "S5k"
|
|
1954
1957
|
}
|
|
1955
1958
|
},
|
|
1956
|
-
"
|
|
1959
|
+
"S5k": {
|
|
1957
1960
|
"type": "structure",
|
|
1958
1961
|
"required": [
|
|
1959
1962
|
"ActivityId",
|
|
@@ -1978,14 +1981,16 @@
|
|
|
1978
1981
|
"Progress": {
|
|
1979
1982
|
"type": "integer"
|
|
1980
1983
|
},
|
|
1981
|
-
"Details": {}
|
|
1984
|
+
"Details": {},
|
|
1985
|
+
"AutoScalingGroupState": {},
|
|
1986
|
+
"AutoScalingGroupARN": {}
|
|
1982
1987
|
}
|
|
1983
1988
|
},
|
|
1984
|
-
"
|
|
1989
|
+
"S69": {
|
|
1985
1990
|
"type": "list",
|
|
1986
1991
|
"member": {}
|
|
1987
1992
|
},
|
|
1988
|
-
"
|
|
1993
|
+
"S6p": {
|
|
1989
1994
|
"type": "structure",
|
|
1990
1995
|
"required": [
|
|
1991
1996
|
"AutoScalingGroupName"
|
|
@@ -66,14 +66,15 @@
|
|
|
66
66
|
],
|
|
67
67
|
"members": {
|
|
68
68
|
"Name": {},
|
|
69
|
+
"Format": {},
|
|
69
70
|
"FormatOptions": {
|
|
70
|
-
"shape": "
|
|
71
|
+
"shape": "Sd"
|
|
71
72
|
},
|
|
72
73
|
"Input": {
|
|
73
|
-
"shape": "
|
|
74
|
+
"shape": "So"
|
|
74
75
|
},
|
|
75
76
|
"Tags": {
|
|
76
|
-
"shape": "
|
|
77
|
+
"shape": "Sw"
|
|
77
78
|
}
|
|
78
79
|
}
|
|
79
80
|
},
|
|
@@ -112,17 +113,17 @@
|
|
|
112
113
|
"type": "integer"
|
|
113
114
|
},
|
|
114
115
|
"OutputLocation": {
|
|
115
|
-
"shape": "
|
|
116
|
+
"shape": "Sp"
|
|
116
117
|
},
|
|
117
118
|
"RoleArn": {},
|
|
118
119
|
"Tags": {
|
|
119
|
-
"shape": "
|
|
120
|
+
"shape": "Sw"
|
|
120
121
|
},
|
|
121
122
|
"Timeout": {
|
|
122
123
|
"type": "integer"
|
|
123
124
|
},
|
|
124
125
|
"JobSample": {
|
|
125
|
-
"shape": "
|
|
126
|
+
"shape": "S19"
|
|
126
127
|
}
|
|
127
128
|
}
|
|
128
129
|
},
|
|
@@ -153,11 +154,11 @@
|
|
|
153
154
|
"Name": {},
|
|
154
155
|
"RecipeName": {},
|
|
155
156
|
"Sample": {
|
|
156
|
-
"shape": "
|
|
157
|
+
"shape": "S1f"
|
|
157
158
|
},
|
|
158
159
|
"RoleArn": {},
|
|
159
160
|
"Tags": {
|
|
160
|
-
"shape": "
|
|
161
|
+
"shape": "Sw"
|
|
161
162
|
}
|
|
162
163
|
}
|
|
163
164
|
},
|
|
@@ -185,10 +186,10 @@
|
|
|
185
186
|
"Description": {},
|
|
186
187
|
"Name": {},
|
|
187
188
|
"Steps": {
|
|
188
|
-
"shape": "
|
|
189
|
+
"shape": "S1l"
|
|
189
190
|
},
|
|
190
191
|
"Tags": {
|
|
191
|
-
"shape": "
|
|
192
|
+
"shape": "Sw"
|
|
192
193
|
}
|
|
193
194
|
}
|
|
194
195
|
},
|
|
@@ -226,15 +227,15 @@
|
|
|
226
227
|
"type": "integer"
|
|
227
228
|
},
|
|
228
229
|
"Outputs": {
|
|
229
|
-
"shape": "
|
|
230
|
+
"shape": "S1z"
|
|
230
231
|
},
|
|
231
232
|
"ProjectName": {},
|
|
232
233
|
"RecipeReference": {
|
|
233
|
-
"shape": "
|
|
234
|
+
"shape": "S28"
|
|
234
235
|
},
|
|
235
236
|
"RoleArn": {},
|
|
236
237
|
"Tags": {
|
|
237
|
-
"shape": "
|
|
238
|
+
"shape": "Sw"
|
|
238
239
|
},
|
|
239
240
|
"Timeout": {
|
|
240
241
|
"type": "integer"
|
|
@@ -263,11 +264,11 @@
|
|
|
263
264
|
],
|
|
264
265
|
"members": {
|
|
265
266
|
"JobNames": {
|
|
266
|
-
"shape": "
|
|
267
|
+
"shape": "S2b"
|
|
267
268
|
},
|
|
268
269
|
"CronExpression": {},
|
|
269
270
|
"Tags": {
|
|
270
|
-
"shape": "
|
|
271
|
+
"shape": "Sw"
|
|
271
272
|
},
|
|
272
273
|
"Name": {}
|
|
273
274
|
}
|
|
@@ -453,11 +454,12 @@
|
|
|
453
454
|
"type": "timestamp"
|
|
454
455
|
},
|
|
455
456
|
"Name": {},
|
|
457
|
+
"Format": {},
|
|
456
458
|
"FormatOptions": {
|
|
457
|
-
"shape": "
|
|
459
|
+
"shape": "Sd"
|
|
458
460
|
},
|
|
459
461
|
"Input": {
|
|
460
|
-
"shape": "
|
|
462
|
+
"shape": "So"
|
|
461
463
|
},
|
|
462
464
|
"LastModifiedDate": {
|
|
463
465
|
"type": "timestamp"
|
|
@@ -465,7 +467,7 @@
|
|
|
465
467
|
"LastModifiedBy": {},
|
|
466
468
|
"Source": {},
|
|
467
469
|
"Tags": {
|
|
468
|
-
"shape": "
|
|
470
|
+
"shape": "Sw"
|
|
469
471
|
},
|
|
470
472
|
"ResourceArn": {}
|
|
471
473
|
}
|
|
@@ -515,22 +517,22 @@
|
|
|
515
517
|
"type": "integer"
|
|
516
518
|
},
|
|
517
519
|
"Outputs": {
|
|
518
|
-
"shape": "
|
|
520
|
+
"shape": "S1z"
|
|
519
521
|
},
|
|
520
522
|
"ProjectName": {},
|
|
521
523
|
"RecipeReference": {
|
|
522
|
-
"shape": "
|
|
524
|
+
"shape": "S28"
|
|
523
525
|
},
|
|
524
526
|
"ResourceArn": {},
|
|
525
527
|
"RoleArn": {},
|
|
526
528
|
"Tags": {
|
|
527
|
-
"shape": "
|
|
529
|
+
"shape": "Sw"
|
|
528
530
|
},
|
|
529
531
|
"Timeout": {
|
|
530
532
|
"type": "integer"
|
|
531
533
|
},
|
|
532
534
|
"JobSample": {
|
|
533
|
-
"shape": "
|
|
535
|
+
"shape": "S19"
|
|
534
536
|
}
|
|
535
537
|
}
|
|
536
538
|
}
|
|
@@ -580,17 +582,17 @@
|
|
|
580
582
|
"LogSubscription": {},
|
|
581
583
|
"LogGroupName": {},
|
|
582
584
|
"Outputs": {
|
|
583
|
-
"shape": "
|
|
585
|
+
"shape": "S1z"
|
|
584
586
|
},
|
|
585
587
|
"RecipeReference": {
|
|
586
|
-
"shape": "
|
|
588
|
+
"shape": "S28"
|
|
587
589
|
},
|
|
588
590
|
"StartedBy": {},
|
|
589
591
|
"StartedOn": {
|
|
590
592
|
"type": "timestamp"
|
|
591
593
|
},
|
|
592
594
|
"JobSample": {
|
|
593
|
-
"shape": "
|
|
595
|
+
"shape": "S19"
|
|
594
596
|
}
|
|
595
597
|
}
|
|
596
598
|
}
|
|
@@ -631,11 +633,11 @@
|
|
|
631
633
|
"RecipeName": {},
|
|
632
634
|
"ResourceArn": {},
|
|
633
635
|
"Sample": {
|
|
634
|
-
"shape": "
|
|
636
|
+
"shape": "S1f"
|
|
635
637
|
},
|
|
636
638
|
"RoleArn": {},
|
|
637
639
|
"Tags": {
|
|
638
|
-
"shape": "
|
|
640
|
+
"shape": "Sw"
|
|
639
641
|
},
|
|
640
642
|
"SessionStatus": {},
|
|
641
643
|
"OpenedBy": {},
|
|
@@ -688,10 +690,10 @@
|
|
|
688
690
|
"Description": {},
|
|
689
691
|
"Name": {},
|
|
690
692
|
"Steps": {
|
|
691
|
-
"shape": "
|
|
693
|
+
"shape": "S1l"
|
|
692
694
|
},
|
|
693
695
|
"Tags": {
|
|
694
|
-
"shape": "
|
|
696
|
+
"shape": "Sw"
|
|
695
697
|
},
|
|
696
698
|
"ResourceArn": {},
|
|
697
699
|
"RecipeVersion": {}
|
|
@@ -726,7 +728,7 @@
|
|
|
726
728
|
},
|
|
727
729
|
"CreatedBy": {},
|
|
728
730
|
"JobNames": {
|
|
729
|
-
"shape": "
|
|
731
|
+
"shape": "S2b"
|
|
730
732
|
},
|
|
731
733
|
"LastModifiedBy": {},
|
|
732
734
|
"LastModifiedDate": {
|
|
@@ -735,7 +737,7 @@
|
|
|
735
737
|
"ResourceArn": {},
|
|
736
738
|
"CronExpression": {},
|
|
737
739
|
"Tags": {
|
|
738
|
-
"shape": "
|
|
740
|
+
"shape": "Sw"
|
|
739
741
|
},
|
|
740
742
|
"Name": {}
|
|
741
743
|
}
|
|
@@ -781,11 +783,12 @@
|
|
|
781
783
|
"type": "timestamp"
|
|
782
784
|
},
|
|
783
785
|
"Name": {},
|
|
786
|
+
"Format": {},
|
|
784
787
|
"FormatOptions": {
|
|
785
|
-
"shape": "
|
|
788
|
+
"shape": "Sd"
|
|
786
789
|
},
|
|
787
790
|
"Input": {
|
|
788
|
-
"shape": "
|
|
791
|
+
"shape": "So"
|
|
789
792
|
},
|
|
790
793
|
"LastModifiedDate": {
|
|
791
794
|
"type": "timestamp"
|
|
@@ -793,7 +796,7 @@
|
|
|
793
796
|
"LastModifiedBy": {},
|
|
794
797
|
"Source": {},
|
|
795
798
|
"Tags": {
|
|
796
|
-
"shape": "
|
|
799
|
+
"shape": "Sw"
|
|
797
800
|
},
|
|
798
801
|
"ResourceArn": {}
|
|
799
802
|
}
|
|
@@ -857,17 +860,17 @@
|
|
|
857
860
|
"LogSubscription": {},
|
|
858
861
|
"LogGroupName": {},
|
|
859
862
|
"Outputs": {
|
|
860
|
-
"shape": "
|
|
863
|
+
"shape": "S1z"
|
|
861
864
|
},
|
|
862
865
|
"RecipeReference": {
|
|
863
|
-
"shape": "
|
|
866
|
+
"shape": "S28"
|
|
864
867
|
},
|
|
865
868
|
"StartedBy": {},
|
|
866
869
|
"StartedOn": {
|
|
867
870
|
"type": "timestamp"
|
|
868
871
|
},
|
|
869
872
|
"JobSample": {
|
|
870
|
-
"shape": "
|
|
873
|
+
"shape": "S19"
|
|
871
874
|
}
|
|
872
875
|
}
|
|
873
876
|
}
|
|
@@ -939,11 +942,11 @@
|
|
|
939
942
|
"type": "integer"
|
|
940
943
|
},
|
|
941
944
|
"Outputs": {
|
|
942
|
-
"shape": "
|
|
945
|
+
"shape": "S1z"
|
|
943
946
|
},
|
|
944
947
|
"ProjectName": {},
|
|
945
948
|
"RecipeReference": {
|
|
946
|
-
"shape": "
|
|
949
|
+
"shape": "S28"
|
|
947
950
|
},
|
|
948
951
|
"ResourceArn": {},
|
|
949
952
|
"RoleArn": {},
|
|
@@ -951,10 +954,10 @@
|
|
|
951
954
|
"type": "integer"
|
|
952
955
|
},
|
|
953
956
|
"Tags": {
|
|
954
|
-
"shape": "
|
|
957
|
+
"shape": "Sw"
|
|
955
958
|
},
|
|
956
959
|
"JobSample": {
|
|
957
|
-
"shape": "
|
|
960
|
+
"shape": "S19"
|
|
958
961
|
}
|
|
959
962
|
}
|
|
960
963
|
}
|
|
@@ -1011,10 +1014,10 @@
|
|
|
1011
1014
|
"RecipeName": {},
|
|
1012
1015
|
"ResourceArn": {},
|
|
1013
1016
|
"Sample": {
|
|
1014
|
-
"shape": "
|
|
1017
|
+
"shape": "S1f"
|
|
1015
1018
|
},
|
|
1016
1019
|
"Tags": {
|
|
1017
|
-
"shape": "
|
|
1020
|
+
"shape": "Sw"
|
|
1018
1021
|
},
|
|
1019
1022
|
"RoleArn": {},
|
|
1020
1023
|
"OpenedBy": {},
|
|
@@ -1062,7 +1065,7 @@
|
|
|
1062
1065
|
"members": {
|
|
1063
1066
|
"NextToken": {},
|
|
1064
1067
|
"Recipes": {
|
|
1065
|
-
"shape": "
|
|
1068
|
+
"shape": "S41"
|
|
1066
1069
|
}
|
|
1067
1070
|
}
|
|
1068
1071
|
}
|
|
@@ -1097,7 +1100,7 @@
|
|
|
1097
1100
|
],
|
|
1098
1101
|
"members": {
|
|
1099
1102
|
"Recipes": {
|
|
1100
|
-
"shape": "
|
|
1103
|
+
"shape": "S41"
|
|
1101
1104
|
},
|
|
1102
1105
|
"NextToken": {}
|
|
1103
1106
|
}
|
|
@@ -1146,7 +1149,7 @@
|
|
|
1146
1149
|
"type": "timestamp"
|
|
1147
1150
|
},
|
|
1148
1151
|
"JobNames": {
|
|
1149
|
-
"shape": "
|
|
1152
|
+
"shape": "S2b"
|
|
1150
1153
|
},
|
|
1151
1154
|
"LastModifiedBy": {},
|
|
1152
1155
|
"LastModifiedDate": {
|
|
@@ -1155,7 +1158,7 @@
|
|
|
1155
1158
|
"ResourceArn": {},
|
|
1156
1159
|
"CronExpression": {},
|
|
1157
1160
|
"Tags": {
|
|
1158
|
-
"shape": "
|
|
1161
|
+
"shape": "Sw"
|
|
1159
1162
|
},
|
|
1160
1163
|
"Name": {}
|
|
1161
1164
|
}
|
|
@@ -1186,7 +1189,7 @@
|
|
|
1186
1189
|
"type": "structure",
|
|
1187
1190
|
"members": {
|
|
1188
1191
|
"Tags": {
|
|
1189
|
-
"shape": "
|
|
1192
|
+
"shape": "Sw"
|
|
1190
1193
|
}
|
|
1191
1194
|
}
|
|
1192
1195
|
}
|
|
@@ -1237,7 +1240,7 @@
|
|
|
1237
1240
|
"locationName": "name"
|
|
1238
1241
|
},
|
|
1239
1242
|
"RecipeStep": {
|
|
1240
|
-
"shape": "
|
|
1243
|
+
"shape": "S1m"
|
|
1241
1244
|
},
|
|
1242
1245
|
"StepIndex": {
|
|
1243
1246
|
"type": "integer"
|
|
@@ -1381,7 +1384,7 @@
|
|
|
1381
1384
|
"locationName": "ResourceArn"
|
|
1382
1385
|
},
|
|
1383
1386
|
"Tags": {
|
|
1384
|
-
"shape": "
|
|
1387
|
+
"shape": "Sw"
|
|
1385
1388
|
}
|
|
1386
1389
|
}
|
|
1387
1390
|
},
|
|
@@ -1435,11 +1438,12 @@
|
|
|
1435
1438
|
"location": "uri",
|
|
1436
1439
|
"locationName": "name"
|
|
1437
1440
|
},
|
|
1441
|
+
"Format": {},
|
|
1438
1442
|
"FormatOptions": {
|
|
1439
|
-
"shape": "
|
|
1443
|
+
"shape": "Sd"
|
|
1440
1444
|
},
|
|
1441
1445
|
"Input": {
|
|
1442
|
-
"shape": "
|
|
1446
|
+
"shape": "So"
|
|
1443
1447
|
}
|
|
1444
1448
|
}
|
|
1445
1449
|
},
|
|
@@ -1480,14 +1484,14 @@
|
|
|
1480
1484
|
"type": "integer"
|
|
1481
1485
|
},
|
|
1482
1486
|
"OutputLocation": {
|
|
1483
|
-
"shape": "
|
|
1487
|
+
"shape": "Sp"
|
|
1484
1488
|
},
|
|
1485
1489
|
"RoleArn": {},
|
|
1486
1490
|
"Timeout": {
|
|
1487
1491
|
"type": "integer"
|
|
1488
1492
|
},
|
|
1489
1493
|
"JobSample": {
|
|
1490
|
-
"shape": "
|
|
1494
|
+
"shape": "S19"
|
|
1491
1495
|
}
|
|
1492
1496
|
}
|
|
1493
1497
|
},
|
|
@@ -1514,7 +1518,7 @@
|
|
|
1514
1518
|
],
|
|
1515
1519
|
"members": {
|
|
1516
1520
|
"Sample": {
|
|
1517
|
-
"shape": "
|
|
1521
|
+
"shape": "S1f"
|
|
1518
1522
|
},
|
|
1519
1523
|
"RoleArn": {},
|
|
1520
1524
|
"Name": {
|
|
@@ -1553,7 +1557,7 @@
|
|
|
1553
1557
|
"locationName": "name"
|
|
1554
1558
|
},
|
|
1555
1559
|
"Steps": {
|
|
1556
|
-
"shape": "
|
|
1560
|
+
"shape": "S1l"
|
|
1557
1561
|
}
|
|
1558
1562
|
}
|
|
1559
1563
|
},
|
|
@@ -1594,7 +1598,7 @@
|
|
|
1594
1598
|
"type": "integer"
|
|
1595
1599
|
},
|
|
1596
1600
|
"Outputs": {
|
|
1597
|
-
"shape": "
|
|
1601
|
+
"shape": "S1z"
|
|
1598
1602
|
},
|
|
1599
1603
|
"RoleArn": {},
|
|
1600
1604
|
"Timeout": {
|
|
@@ -1625,7 +1629,7 @@
|
|
|
1625
1629
|
],
|
|
1626
1630
|
"members": {
|
|
1627
1631
|
"JobNames": {
|
|
1628
|
-
"shape": "
|
|
1632
|
+
"shape": "S2b"
|
|
1629
1633
|
},
|
|
1630
1634
|
"CronExpression": {},
|
|
1631
1635
|
"Name": {
|
|
@@ -1646,7 +1650,7 @@
|
|
|
1646
1650
|
}
|
|
1647
1651
|
},
|
|
1648
1652
|
"shapes": {
|
|
1649
|
-
"
|
|
1653
|
+
"Sd": {
|
|
1650
1654
|
"type": "structure",
|
|
1651
1655
|
"members": {
|
|
1652
1656
|
"Json": {
|
|
@@ -1669,22 +1673,28 @@
|
|
|
1669
1673
|
"member": {
|
|
1670
1674
|
"type": "integer"
|
|
1671
1675
|
}
|
|
1676
|
+
},
|
|
1677
|
+
"HeaderRow": {
|
|
1678
|
+
"type": "boolean"
|
|
1672
1679
|
}
|
|
1673
1680
|
}
|
|
1674
1681
|
},
|
|
1675
1682
|
"Csv": {
|
|
1676
1683
|
"type": "structure",
|
|
1677
1684
|
"members": {
|
|
1678
|
-
"Delimiter": {}
|
|
1685
|
+
"Delimiter": {},
|
|
1686
|
+
"HeaderRow": {
|
|
1687
|
+
"type": "boolean"
|
|
1688
|
+
}
|
|
1679
1689
|
}
|
|
1680
1690
|
}
|
|
1681
1691
|
}
|
|
1682
1692
|
},
|
|
1683
|
-
"
|
|
1693
|
+
"So": {
|
|
1684
1694
|
"type": "structure",
|
|
1685
1695
|
"members": {
|
|
1686
1696
|
"S3InputDefinition": {
|
|
1687
|
-
"shape": "
|
|
1697
|
+
"shape": "Sp"
|
|
1688
1698
|
},
|
|
1689
1699
|
"DataCatalogInputDefinition": {
|
|
1690
1700
|
"type": "structure",
|
|
@@ -1697,13 +1707,13 @@
|
|
|
1697
1707
|
"DatabaseName": {},
|
|
1698
1708
|
"TableName": {},
|
|
1699
1709
|
"TempDirectory": {
|
|
1700
|
-
"shape": "
|
|
1710
|
+
"shape": "Sp"
|
|
1701
1711
|
}
|
|
1702
1712
|
}
|
|
1703
1713
|
}
|
|
1704
1714
|
}
|
|
1705
1715
|
},
|
|
1706
|
-
"
|
|
1716
|
+
"Sp": {
|
|
1707
1717
|
"type": "structure",
|
|
1708
1718
|
"required": [
|
|
1709
1719
|
"Bucket"
|
|
@@ -1713,12 +1723,12 @@
|
|
|
1713
1723
|
"Key": {}
|
|
1714
1724
|
}
|
|
1715
1725
|
},
|
|
1716
|
-
"
|
|
1726
|
+
"Sw": {
|
|
1717
1727
|
"type": "map",
|
|
1718
1728
|
"key": {},
|
|
1719
1729
|
"value": {}
|
|
1720
1730
|
},
|
|
1721
|
-
"
|
|
1731
|
+
"S19": {
|
|
1722
1732
|
"type": "structure",
|
|
1723
1733
|
"members": {
|
|
1724
1734
|
"Mode": {},
|
|
@@ -1727,7 +1737,7 @@
|
|
|
1727
1737
|
}
|
|
1728
1738
|
}
|
|
1729
1739
|
},
|
|
1730
|
-
"
|
|
1740
|
+
"S1f": {
|
|
1731
1741
|
"type": "structure",
|
|
1732
1742
|
"required": [
|
|
1733
1743
|
"Type"
|
|
@@ -1739,13 +1749,13 @@
|
|
|
1739
1749
|
"Type": {}
|
|
1740
1750
|
}
|
|
1741
1751
|
},
|
|
1742
|
-
"
|
|
1752
|
+
"S1l": {
|
|
1743
1753
|
"type": "list",
|
|
1744
1754
|
"member": {
|
|
1745
|
-
"shape": "
|
|
1755
|
+
"shape": "S1m"
|
|
1746
1756
|
}
|
|
1747
1757
|
},
|
|
1748
|
-
"
|
|
1758
|
+
"S1m": {
|
|
1749
1759
|
"type": "structure",
|
|
1750
1760
|
"required": [
|
|
1751
1761
|
"Action"
|
|
@@ -1782,7 +1792,7 @@
|
|
|
1782
1792
|
}
|
|
1783
1793
|
}
|
|
1784
1794
|
},
|
|
1785
|
-
"
|
|
1795
|
+
"S1z": {
|
|
1786
1796
|
"type": "list",
|
|
1787
1797
|
"member": {
|
|
1788
1798
|
"type": "structure",
|
|
@@ -1797,7 +1807,7 @@
|
|
|
1797
1807
|
"member": {}
|
|
1798
1808
|
},
|
|
1799
1809
|
"Location": {
|
|
1800
|
-
"shape": "
|
|
1810
|
+
"shape": "Sp"
|
|
1801
1811
|
},
|
|
1802
1812
|
"Overwrite": {
|
|
1803
1813
|
"type": "boolean"
|
|
@@ -1816,7 +1826,7 @@
|
|
|
1816
1826
|
}
|
|
1817
1827
|
}
|
|
1818
1828
|
},
|
|
1819
|
-
"
|
|
1829
|
+
"S28": {
|
|
1820
1830
|
"type": "structure",
|
|
1821
1831
|
"required": [
|
|
1822
1832
|
"Name"
|
|
@@ -1826,11 +1836,11 @@
|
|
|
1826
1836
|
"RecipeVersion": {}
|
|
1827
1837
|
}
|
|
1828
1838
|
},
|
|
1829
|
-
"
|
|
1839
|
+
"S2b": {
|
|
1830
1840
|
"type": "list",
|
|
1831
1841
|
"member": {}
|
|
1832
1842
|
},
|
|
1833
|
-
"
|
|
1843
|
+
"S41": {
|
|
1834
1844
|
"type": "list",
|
|
1835
1845
|
"member": {
|
|
1836
1846
|
"type": "structure",
|
|
@@ -1855,10 +1865,10 @@
|
|
|
1855
1865
|
"Name": {},
|
|
1856
1866
|
"ResourceArn": {},
|
|
1857
1867
|
"Steps": {
|
|
1858
|
-
"shape": "
|
|
1868
|
+
"shape": "S1l"
|
|
1859
1869
|
},
|
|
1860
1870
|
"Tags": {
|
|
1861
|
-
"shape": "
|
|
1871
|
+
"shape": "Sw"
|
|
1862
1872
|
},
|
|
1863
1873
|
"RecipeVersion": {}
|
|
1864
1874
|
}
|