cdk-docker-image-deployment 0.0.166 → 0.0.168
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
- package/API.md.md +548 -0
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +9 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +147 -111
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +425 -311
- package/node_modules/aws-sdk/apis/grafana-2020-08-18.min.json +70 -41
- package/node_modules/aws-sdk/clients/apprunner.d.ts +1 -1
- package/node_modules/aws-sdk/clients/emr.d.ts +39 -5
- package/node_modules/aws-sdk/clients/glue.d.ts +273 -20
- package/node_modules/aws-sdk/clients/grafana.d.ts +34 -4
- package/node_modules/aws-sdk/clients/wafv2.d.ts +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +4 -4
- package/node_modules/aws-sdk/dist/aws-sdk.js +150 -114
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +55 -55
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
],
|
|
46
46
|
"members": {
|
|
47
47
|
"InstanceGroups": {
|
|
48
|
-
"shape": "
|
|
48
|
+
"shape": "S11"
|
|
49
49
|
},
|
|
50
50
|
"JobFlowId": {}
|
|
51
51
|
}
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"members": {
|
|
73
73
|
"JobFlowId": {},
|
|
74
74
|
"Steps": {
|
|
75
|
-
"shape": "
|
|
75
|
+
"shape": "S1m"
|
|
76
76
|
},
|
|
77
77
|
"ExecutionRoleArn": {}
|
|
78
78
|
}
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"type": "structure",
|
|
82
82
|
"members": {
|
|
83
83
|
"StepIds": {
|
|
84
|
-
"shape": "
|
|
84
|
+
"shape": "S1v"
|
|
85
85
|
}
|
|
86
86
|
}
|
|
87
87
|
}
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"members": {
|
|
97
97
|
"ResourceId": {},
|
|
98
98
|
"Tags": {
|
|
99
|
-
"shape": "
|
|
99
|
+
"shape": "S1y"
|
|
100
100
|
}
|
|
101
101
|
}
|
|
102
102
|
},
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
"members": {
|
|
116
116
|
"ClusterId": {},
|
|
117
117
|
"StepIds": {
|
|
118
|
-
"shape": "
|
|
118
|
+
"shape": "S1v"
|
|
119
119
|
},
|
|
120
120
|
"StepCancellationOption": {}
|
|
121
121
|
}
|
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
"AuthMode": {},
|
|
183
183
|
"VpcId": {},
|
|
184
184
|
"SubnetIds": {
|
|
185
|
-
"shape": "
|
|
185
|
+
"shape": "S2d"
|
|
186
186
|
},
|
|
187
187
|
"ServiceRole": {},
|
|
188
188
|
"UserRole": {},
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
"IdpAuthUrl": {},
|
|
193
193
|
"IdpRelayStateParameterName": {},
|
|
194
194
|
"Tags": {
|
|
195
|
-
"shape": "
|
|
195
|
+
"shape": "S1y"
|
|
196
196
|
}
|
|
197
197
|
}
|
|
198
198
|
},
|
|
@@ -281,7 +281,7 @@
|
|
|
281
281
|
"Id": {},
|
|
282
282
|
"Name": {},
|
|
283
283
|
"Status": {
|
|
284
|
-
"shape": "
|
|
284
|
+
"shape": "S2p"
|
|
285
285
|
},
|
|
286
286
|
"Ec2InstanceAttributes": {
|
|
287
287
|
"type": "structure",
|
|
@@ -289,21 +289,21 @@
|
|
|
289
289
|
"Ec2KeyName": {},
|
|
290
290
|
"Ec2SubnetId": {},
|
|
291
291
|
"RequestedEc2SubnetIds": {
|
|
292
|
-
"shape": "
|
|
292
|
+
"shape": "S2v"
|
|
293
293
|
},
|
|
294
294
|
"Ec2AvailabilityZone": {},
|
|
295
295
|
"RequestedEc2AvailabilityZones": {
|
|
296
|
-
"shape": "
|
|
296
|
+
"shape": "S2v"
|
|
297
297
|
},
|
|
298
298
|
"IamInstanceProfile": {},
|
|
299
299
|
"EmrManagedMasterSecurityGroup": {},
|
|
300
300
|
"EmrManagedSlaveSecurityGroup": {},
|
|
301
301
|
"ServiceAccessSecurityGroup": {},
|
|
302
302
|
"AdditionalMasterSecurityGroups": {
|
|
303
|
-
"shape": "
|
|
303
|
+
"shape": "S2w"
|
|
304
304
|
},
|
|
305
305
|
"AdditionalSlaveSecurityGroups": {
|
|
306
|
-
"shape": "
|
|
306
|
+
"shape": "S2w"
|
|
307
307
|
}
|
|
308
308
|
}
|
|
309
309
|
},
|
|
@@ -323,10 +323,10 @@
|
|
|
323
323
|
"type": "boolean"
|
|
324
324
|
},
|
|
325
325
|
"Applications": {
|
|
326
|
-
"shape": "
|
|
326
|
+
"shape": "S2z"
|
|
327
327
|
},
|
|
328
328
|
"Tags": {
|
|
329
|
-
"shape": "
|
|
329
|
+
"shape": "S1y"
|
|
330
330
|
},
|
|
331
331
|
"ServiceRole": {},
|
|
332
332
|
"NormalizedInstanceHours": {
|
|
@@ -345,7 +345,7 @@
|
|
|
345
345
|
},
|
|
346
346
|
"RepoUpgradeOnBoot": {},
|
|
347
347
|
"KerberosAttributes": {
|
|
348
|
-
"shape": "
|
|
348
|
+
"shape": "S33"
|
|
349
349
|
},
|
|
350
350
|
"ClusterArn": {},
|
|
351
351
|
"OutpostArn": {},
|
|
@@ -353,7 +353,7 @@
|
|
|
353
353
|
"type": "integer"
|
|
354
354
|
},
|
|
355
355
|
"PlacementGroups": {
|
|
356
|
-
"shape": "
|
|
356
|
+
"shape": "S35"
|
|
357
357
|
},
|
|
358
358
|
"OSReleaseLabel": {}
|
|
359
359
|
}
|
|
@@ -372,7 +372,7 @@
|
|
|
372
372
|
"type": "timestamp"
|
|
373
373
|
},
|
|
374
374
|
"JobFlowIds": {
|
|
375
|
-
"shape": "
|
|
375
|
+
"shape": "S1t"
|
|
376
376
|
},
|
|
377
377
|
"JobFlowStates": {
|
|
378
378
|
"type": "list",
|
|
@@ -487,7 +487,7 @@
|
|
|
487
487
|
"Ec2KeyName": {},
|
|
488
488
|
"Ec2SubnetId": {},
|
|
489
489
|
"Placement": {
|
|
490
|
-
"shape": "
|
|
490
|
+
"shape": "S3j"
|
|
491
491
|
},
|
|
492
492
|
"KeepJobFlowAliveWhenNoSteps": {
|
|
493
493
|
"type": "boolean"
|
|
@@ -508,7 +508,7 @@
|
|
|
508
508
|
],
|
|
509
509
|
"members": {
|
|
510
510
|
"StepConfig": {
|
|
511
|
-
"shape": "
|
|
511
|
+
"shape": "S1n"
|
|
512
512
|
},
|
|
513
513
|
"ExecutionStatusDetail": {
|
|
514
514
|
"type": "structure",
|
|
@@ -539,13 +539,13 @@
|
|
|
539
539
|
"type": "structure",
|
|
540
540
|
"members": {
|
|
541
541
|
"BootstrapActionConfig": {
|
|
542
|
-
"shape": "
|
|
542
|
+
"shape": "S3q"
|
|
543
543
|
}
|
|
544
544
|
}
|
|
545
545
|
}
|
|
546
546
|
},
|
|
547
547
|
"SupportedProducts": {
|
|
548
|
-
"shape": "
|
|
548
|
+
"shape": "S3s"
|
|
549
549
|
},
|
|
550
550
|
"VisibleToAllUsers": {
|
|
551
551
|
"type": "boolean"
|
|
@@ -580,7 +580,7 @@
|
|
|
580
580
|
"NotebookExecutionId": {},
|
|
581
581
|
"EditorId": {},
|
|
582
582
|
"ExecutionEngine": {
|
|
583
|
-
"shape": "
|
|
583
|
+
"shape": "S3w"
|
|
584
584
|
},
|
|
585
585
|
"NotebookExecutionName": {},
|
|
586
586
|
"NotebookParams": {},
|
|
@@ -596,7 +596,7 @@
|
|
|
596
596
|
"LastStateChangeReason": {},
|
|
597
597
|
"NotebookInstanceSecurityGroupId": {},
|
|
598
598
|
"Tags": {
|
|
599
|
-
"shape": "
|
|
599
|
+
"shape": "S1y"
|
|
600
600
|
}
|
|
601
601
|
}
|
|
602
602
|
}
|
|
@@ -683,11 +683,11 @@
|
|
|
683
683
|
"Id": {},
|
|
684
684
|
"Name": {},
|
|
685
685
|
"Config": {
|
|
686
|
-
"shape": "
|
|
686
|
+
"shape": "S4b"
|
|
687
687
|
},
|
|
688
688
|
"ActionOnFailure": {},
|
|
689
689
|
"Status": {
|
|
690
|
-
"shape": "
|
|
690
|
+
"shape": "S4c"
|
|
691
691
|
},
|
|
692
692
|
"ExecutionRoleArn": {}
|
|
693
693
|
}
|
|
@@ -718,7 +718,7 @@
|
|
|
718
718
|
"AuthMode": {},
|
|
719
719
|
"VpcId": {},
|
|
720
720
|
"SubnetIds": {
|
|
721
|
-
"shape": "
|
|
721
|
+
"shape": "S2d"
|
|
722
722
|
},
|
|
723
723
|
"ServiceRole": {},
|
|
724
724
|
"UserRole": {},
|
|
@@ -732,7 +732,7 @@
|
|
|
732
732
|
"IdpAuthUrl": {},
|
|
733
733
|
"IdpRelayStateParameterName": {},
|
|
734
734
|
"Tags": {
|
|
735
|
-
"shape": "
|
|
735
|
+
"shape": "S1y"
|
|
736
736
|
}
|
|
737
737
|
}
|
|
738
738
|
}
|
|
@@ -753,7 +753,7 @@
|
|
|
753
753
|
"type": "structure",
|
|
754
754
|
"members": {
|
|
755
755
|
"AutoTerminationPolicy": {
|
|
756
|
-
"shape": "
|
|
756
|
+
"shape": "S4n"
|
|
757
757
|
}
|
|
758
758
|
}
|
|
759
759
|
}
|
|
@@ -771,7 +771,7 @@
|
|
|
771
771
|
],
|
|
772
772
|
"members": {
|
|
773
773
|
"BlockPublicAccessConfiguration": {
|
|
774
|
-
"shape": "
|
|
774
|
+
"shape": "S4r"
|
|
775
775
|
},
|
|
776
776
|
"BlockPublicAccessConfigurationMetadata": {
|
|
777
777
|
"type": "structure",
|
|
@@ -838,7 +838,7 @@
|
|
|
838
838
|
"type": "structure",
|
|
839
839
|
"members": {
|
|
840
840
|
"ManagedScalingPolicy": {
|
|
841
|
-
"shape": "
|
|
841
|
+
"shape": "S52"
|
|
842
842
|
}
|
|
843
843
|
}
|
|
844
844
|
}
|
|
@@ -901,7 +901,7 @@
|
|
|
901
901
|
"Name": {},
|
|
902
902
|
"ScriptPath": {},
|
|
903
903
|
"Args": {
|
|
904
|
-
"shape": "
|
|
904
|
+
"shape": "S2w"
|
|
905
905
|
}
|
|
906
906
|
}
|
|
907
907
|
}
|
|
@@ -938,7 +938,7 @@
|
|
|
938
938
|
"Id": {},
|
|
939
939
|
"Name": {},
|
|
940
940
|
"Status": {
|
|
941
|
-
"shape": "
|
|
941
|
+
"shape": "S2p"
|
|
942
942
|
},
|
|
943
943
|
"NormalizedInstanceHours": {
|
|
944
944
|
"type": "integer"
|
|
@@ -1030,7 +1030,7 @@
|
|
|
1030
1030
|
"shape": "Si"
|
|
1031
1031
|
},
|
|
1032
1032
|
"EbsBlockDevices": {
|
|
1033
|
-
"shape": "
|
|
1033
|
+
"shape": "S5t"
|
|
1034
1034
|
},
|
|
1035
1035
|
"EbsOptimized": {
|
|
1036
1036
|
"type": "boolean"
|
|
@@ -1041,6 +1041,9 @@
|
|
|
1041
1041
|
},
|
|
1042
1042
|
"LaunchSpecifications": {
|
|
1043
1043
|
"shape": "Sl"
|
|
1044
|
+
},
|
|
1045
|
+
"ResizeSpecifications": {
|
|
1046
|
+
"shape": "Su"
|
|
1044
1047
|
}
|
|
1045
1048
|
}
|
|
1046
1049
|
}
|
|
@@ -1120,16 +1123,16 @@
|
|
|
1120
1123
|
"type": "long"
|
|
1121
1124
|
},
|
|
1122
1125
|
"EbsBlockDevices": {
|
|
1123
|
-
"shape": "
|
|
1126
|
+
"shape": "S5t"
|
|
1124
1127
|
},
|
|
1125
1128
|
"EbsOptimized": {
|
|
1126
1129
|
"type": "boolean"
|
|
1127
1130
|
},
|
|
1128
1131
|
"ShrinkPolicy": {
|
|
1129
|
-
"shape": "
|
|
1132
|
+
"shape": "S65"
|
|
1130
1133
|
},
|
|
1131
1134
|
"AutoScalingPolicy": {
|
|
1132
|
-
"shape": "
|
|
1135
|
+
"shape": "S69"
|
|
1133
1136
|
},
|
|
1134
1137
|
"CustomAmiId": {}
|
|
1135
1138
|
}
|
|
@@ -1284,7 +1287,7 @@
|
|
|
1284
1287
|
"type": "structure",
|
|
1285
1288
|
"members": {
|
|
1286
1289
|
"ReleaseLabels": {
|
|
1287
|
-
"shape": "
|
|
1290
|
+
"shape": "S2w"
|
|
1288
1291
|
},
|
|
1289
1292
|
"NextToken": {}
|
|
1290
1293
|
}
|
|
@@ -1329,7 +1332,7 @@
|
|
|
1329
1332
|
"member": {}
|
|
1330
1333
|
},
|
|
1331
1334
|
"StepIds": {
|
|
1332
|
-
"shape": "
|
|
1335
|
+
"shape": "S1t"
|
|
1333
1336
|
},
|
|
1334
1337
|
"Marker": {}
|
|
1335
1338
|
}
|
|
@@ -1345,11 +1348,11 @@
|
|
|
1345
1348
|
"Id": {},
|
|
1346
1349
|
"Name": {},
|
|
1347
1350
|
"Config": {
|
|
1348
|
-
"shape": "
|
|
1351
|
+
"shape": "S4b"
|
|
1349
1352
|
},
|
|
1350
1353
|
"ActionOnFailure": {},
|
|
1351
1354
|
"Status": {
|
|
1352
|
-
"shape": "
|
|
1355
|
+
"shape": "S4c"
|
|
1353
1356
|
}
|
|
1354
1357
|
}
|
|
1355
1358
|
}
|
|
@@ -1464,6 +1467,9 @@
|
|
|
1464
1467
|
},
|
|
1465
1468
|
"TargetSpotCapacity": {
|
|
1466
1469
|
"type": "integer"
|
|
1470
|
+
},
|
|
1471
|
+
"ResizeSpecifications": {
|
|
1472
|
+
"shape": "Su"
|
|
1467
1473
|
}
|
|
1468
1474
|
}
|
|
1469
1475
|
}
|
|
@@ -1492,7 +1498,7 @@
|
|
|
1492
1498
|
"member": {}
|
|
1493
1499
|
},
|
|
1494
1500
|
"ShrinkPolicy": {
|
|
1495
|
-
"shape": "
|
|
1501
|
+
"shape": "S65"
|
|
1496
1502
|
},
|
|
1497
1503
|
"ReconfigurationType": {},
|
|
1498
1504
|
"Configurations": {
|
|
@@ -1516,7 +1522,7 @@
|
|
|
1516
1522
|
"ClusterId": {},
|
|
1517
1523
|
"InstanceGroupId": {},
|
|
1518
1524
|
"AutoScalingPolicy": {
|
|
1519
|
-
"shape": "
|
|
1525
|
+
"shape": "S15"
|
|
1520
1526
|
}
|
|
1521
1527
|
}
|
|
1522
1528
|
},
|
|
@@ -1526,7 +1532,7 @@
|
|
|
1526
1532
|
"ClusterId": {},
|
|
1527
1533
|
"InstanceGroupId": {},
|
|
1528
1534
|
"AutoScalingPolicy": {
|
|
1529
|
-
"shape": "
|
|
1535
|
+
"shape": "S69"
|
|
1530
1536
|
},
|
|
1531
1537
|
"ClusterArn": {}
|
|
1532
1538
|
}
|
|
@@ -1541,7 +1547,7 @@
|
|
|
1541
1547
|
"members": {
|
|
1542
1548
|
"ClusterId": {},
|
|
1543
1549
|
"AutoTerminationPolicy": {
|
|
1544
|
-
"shape": "
|
|
1550
|
+
"shape": "S4n"
|
|
1545
1551
|
}
|
|
1546
1552
|
}
|
|
1547
1553
|
},
|
|
@@ -1558,7 +1564,7 @@
|
|
|
1558
1564
|
],
|
|
1559
1565
|
"members": {
|
|
1560
1566
|
"BlockPublicAccessConfiguration": {
|
|
1561
|
-
"shape": "
|
|
1567
|
+
"shape": "S4r"
|
|
1562
1568
|
}
|
|
1563
1569
|
}
|
|
1564
1570
|
},
|
|
@@ -1577,7 +1583,7 @@
|
|
|
1577
1583
|
"members": {
|
|
1578
1584
|
"ClusterId": {},
|
|
1579
1585
|
"ManagedScalingPolicy": {
|
|
1580
|
-
"shape": "
|
|
1586
|
+
"shape": "S52"
|
|
1581
1587
|
}
|
|
1582
1588
|
}
|
|
1583
1589
|
},
|
|
@@ -1643,7 +1649,7 @@
|
|
|
1643
1649
|
"members": {
|
|
1644
1650
|
"ResourceId": {},
|
|
1645
1651
|
"TagKeys": {
|
|
1646
|
-
"shape": "
|
|
1652
|
+
"shape": "S2w"
|
|
1647
1653
|
}
|
|
1648
1654
|
}
|
|
1649
1655
|
},
|
|
@@ -1675,7 +1681,7 @@
|
|
|
1675
1681
|
"type": "integer"
|
|
1676
1682
|
},
|
|
1677
1683
|
"InstanceGroups": {
|
|
1678
|
-
"shape": "
|
|
1684
|
+
"shape": "S11"
|
|
1679
1685
|
},
|
|
1680
1686
|
"InstanceFleets": {
|
|
1681
1687
|
"type": "list",
|
|
@@ -1685,7 +1691,7 @@
|
|
|
1685
1691
|
},
|
|
1686
1692
|
"Ec2KeyName": {},
|
|
1687
1693
|
"Placement": {
|
|
1688
|
-
"shape": "
|
|
1694
|
+
"shape": "S3j"
|
|
1689
1695
|
},
|
|
1690
1696
|
"KeepJobFlowAliveWhenNoSteps": {
|
|
1691
1697
|
"type": "boolean"
|
|
@@ -1696,30 +1702,30 @@
|
|
|
1696
1702
|
"HadoopVersion": {},
|
|
1697
1703
|
"Ec2SubnetId": {},
|
|
1698
1704
|
"Ec2SubnetIds": {
|
|
1699
|
-
"shape": "
|
|
1705
|
+
"shape": "S2v"
|
|
1700
1706
|
},
|
|
1701
1707
|
"EmrManagedMasterSecurityGroup": {},
|
|
1702
1708
|
"EmrManagedSlaveSecurityGroup": {},
|
|
1703
1709
|
"ServiceAccessSecurityGroup": {},
|
|
1704
1710
|
"AdditionalMasterSecurityGroups": {
|
|
1705
|
-
"shape": "
|
|
1711
|
+
"shape": "S87"
|
|
1706
1712
|
},
|
|
1707
1713
|
"AdditionalSlaveSecurityGroups": {
|
|
1708
|
-
"shape": "
|
|
1714
|
+
"shape": "S87"
|
|
1709
1715
|
}
|
|
1710
1716
|
}
|
|
1711
1717
|
},
|
|
1712
1718
|
"Steps": {
|
|
1713
|
-
"shape": "
|
|
1719
|
+
"shape": "S1m"
|
|
1714
1720
|
},
|
|
1715
1721
|
"BootstrapActions": {
|
|
1716
1722
|
"type": "list",
|
|
1717
1723
|
"member": {
|
|
1718
|
-
"shape": "
|
|
1724
|
+
"shape": "S3q"
|
|
1719
1725
|
}
|
|
1720
1726
|
},
|
|
1721
1727
|
"SupportedProducts": {
|
|
1722
|
-
"shape": "
|
|
1728
|
+
"shape": "S3s"
|
|
1723
1729
|
},
|
|
1724
1730
|
"NewSupportedProducts": {
|
|
1725
1731
|
"type": "list",
|
|
@@ -1728,13 +1734,13 @@
|
|
|
1728
1734
|
"members": {
|
|
1729
1735
|
"Name": {},
|
|
1730
1736
|
"Args": {
|
|
1731
|
-
"shape": "
|
|
1737
|
+
"shape": "S1t"
|
|
1732
1738
|
}
|
|
1733
1739
|
}
|
|
1734
1740
|
}
|
|
1735
1741
|
},
|
|
1736
1742
|
"Applications": {
|
|
1737
|
-
"shape": "
|
|
1743
|
+
"shape": "S2z"
|
|
1738
1744
|
},
|
|
1739
1745
|
"Configurations": {
|
|
1740
1746
|
"shape": "Si"
|
|
@@ -1745,7 +1751,7 @@
|
|
|
1745
1751
|
"JobFlowRole": {},
|
|
1746
1752
|
"ServiceRole": {},
|
|
1747
1753
|
"Tags": {
|
|
1748
|
-
"shape": "
|
|
1754
|
+
"shape": "S1y"
|
|
1749
1755
|
},
|
|
1750
1756
|
"SecurityConfiguration": {},
|
|
1751
1757
|
"AutoScalingRole": {},
|
|
@@ -1756,19 +1762,19 @@
|
|
|
1756
1762
|
},
|
|
1757
1763
|
"RepoUpgradeOnBoot": {},
|
|
1758
1764
|
"KerberosAttributes": {
|
|
1759
|
-
"shape": "
|
|
1765
|
+
"shape": "S33"
|
|
1760
1766
|
},
|
|
1761
1767
|
"StepConcurrencyLevel": {
|
|
1762
1768
|
"type": "integer"
|
|
1763
1769
|
},
|
|
1764
1770
|
"ManagedScalingPolicy": {
|
|
1765
|
-
"shape": "
|
|
1771
|
+
"shape": "S52"
|
|
1766
1772
|
},
|
|
1767
1773
|
"PlacementGroupConfigs": {
|
|
1768
|
-
"shape": "
|
|
1774
|
+
"shape": "S35"
|
|
1769
1775
|
},
|
|
1770
1776
|
"AutoTerminationPolicy": {
|
|
1771
|
-
"shape": "
|
|
1777
|
+
"shape": "S4n"
|
|
1772
1778
|
},
|
|
1773
1779
|
"OSReleaseLabel": {}
|
|
1774
1780
|
}
|
|
@@ -1790,7 +1796,7 @@
|
|
|
1790
1796
|
],
|
|
1791
1797
|
"members": {
|
|
1792
1798
|
"JobFlowIds": {
|
|
1793
|
-
"shape": "
|
|
1799
|
+
"shape": "S1t"
|
|
1794
1800
|
},
|
|
1795
1801
|
"TerminationProtected": {
|
|
1796
1802
|
"type": "boolean"
|
|
@@ -1807,7 +1813,7 @@
|
|
|
1807
1813
|
],
|
|
1808
1814
|
"members": {
|
|
1809
1815
|
"JobFlowIds": {
|
|
1810
|
-
"shape": "
|
|
1816
|
+
"shape": "S1t"
|
|
1811
1817
|
},
|
|
1812
1818
|
"VisibleToAllUsers": {
|
|
1813
1819
|
"type": "boolean"
|
|
@@ -1830,12 +1836,12 @@
|
|
|
1830
1836
|
"NotebookExecutionName": {},
|
|
1831
1837
|
"NotebookParams": {},
|
|
1832
1838
|
"ExecutionEngine": {
|
|
1833
|
-
"shape": "
|
|
1839
|
+
"shape": "S3w"
|
|
1834
1840
|
},
|
|
1835
1841
|
"ServiceRole": {},
|
|
1836
1842
|
"NotebookInstanceSecurityGroupId": {},
|
|
1837
1843
|
"Tags": {
|
|
1838
|
-
"shape": "
|
|
1844
|
+
"shape": "S1y"
|
|
1839
1845
|
}
|
|
1840
1846
|
}
|
|
1841
1847
|
},
|
|
@@ -1865,7 +1871,7 @@
|
|
|
1865
1871
|
],
|
|
1866
1872
|
"members": {
|
|
1867
1873
|
"JobFlowIds": {
|
|
1868
|
-
"shape": "
|
|
1874
|
+
"shape": "S1t"
|
|
1869
1875
|
}
|
|
1870
1876
|
}
|
|
1871
1877
|
}
|
|
@@ -1881,7 +1887,7 @@
|
|
|
1881
1887
|
"Name": {},
|
|
1882
1888
|
"Description": {},
|
|
1883
1889
|
"SubnetIds": {
|
|
1884
|
-
"shape": "
|
|
1890
|
+
"shape": "S2d"
|
|
1885
1891
|
},
|
|
1886
1892
|
"DefaultS3Location": {}
|
|
1887
1893
|
}
|
|
@@ -1948,6 +1954,9 @@
|
|
|
1948
1954
|
},
|
|
1949
1955
|
"LaunchSpecifications": {
|
|
1950
1956
|
"shape": "Sl"
|
|
1957
|
+
},
|
|
1958
|
+
"ResizeSpecifications": {
|
|
1959
|
+
"shape": "Su"
|
|
1951
1960
|
}
|
|
1952
1961
|
}
|
|
1953
1962
|
},
|
|
@@ -2054,7 +2063,34 @@
|
|
|
2054
2063
|
}
|
|
2055
2064
|
}
|
|
2056
2065
|
},
|
|
2057
|
-
"
|
|
2066
|
+
"Su": {
|
|
2067
|
+
"type": "structure",
|
|
2068
|
+
"members": {
|
|
2069
|
+
"SpotResizeSpecification": {
|
|
2070
|
+
"type": "structure",
|
|
2071
|
+
"required": [
|
|
2072
|
+
"TimeoutDurationMinutes"
|
|
2073
|
+
],
|
|
2074
|
+
"members": {
|
|
2075
|
+
"TimeoutDurationMinutes": {
|
|
2076
|
+
"type": "integer"
|
|
2077
|
+
}
|
|
2078
|
+
}
|
|
2079
|
+
},
|
|
2080
|
+
"OnDemandResizeSpecification": {
|
|
2081
|
+
"type": "structure",
|
|
2082
|
+
"required": [
|
|
2083
|
+
"TimeoutDurationMinutes"
|
|
2084
|
+
],
|
|
2085
|
+
"members": {
|
|
2086
|
+
"TimeoutDurationMinutes": {
|
|
2087
|
+
"type": "integer"
|
|
2088
|
+
}
|
|
2089
|
+
}
|
|
2090
|
+
}
|
|
2091
|
+
}
|
|
2092
|
+
},
|
|
2093
|
+
"S11": {
|
|
2058
2094
|
"type": "list",
|
|
2059
2095
|
"member": {
|
|
2060
2096
|
"type": "structure",
|
|
@@ -2079,13 +2115,13 @@
|
|
|
2079
2115
|
"shape": "Sa"
|
|
2080
2116
|
},
|
|
2081
2117
|
"AutoScalingPolicy": {
|
|
2082
|
-
"shape": "
|
|
2118
|
+
"shape": "S15"
|
|
2083
2119
|
},
|
|
2084
2120
|
"CustomAmiId": {}
|
|
2085
2121
|
}
|
|
2086
2122
|
}
|
|
2087
2123
|
},
|
|
2088
|
-
"
|
|
2124
|
+
"S15": {
|
|
2089
2125
|
"type": "structure",
|
|
2090
2126
|
"required": [
|
|
2091
2127
|
"Constraints",
|
|
@@ -2093,14 +2129,14 @@
|
|
|
2093
2129
|
],
|
|
2094
2130
|
"members": {
|
|
2095
2131
|
"Constraints": {
|
|
2096
|
-
"shape": "
|
|
2132
|
+
"shape": "S16"
|
|
2097
2133
|
},
|
|
2098
2134
|
"Rules": {
|
|
2099
|
-
"shape": "
|
|
2135
|
+
"shape": "S17"
|
|
2100
2136
|
}
|
|
2101
2137
|
}
|
|
2102
2138
|
},
|
|
2103
|
-
"
|
|
2139
|
+
"S16": {
|
|
2104
2140
|
"type": "structure",
|
|
2105
2141
|
"required": [
|
|
2106
2142
|
"MinCapacity",
|
|
@@ -2115,7 +2151,7 @@
|
|
|
2115
2151
|
}
|
|
2116
2152
|
}
|
|
2117
2153
|
},
|
|
2118
|
-
"
|
|
2154
|
+
"S17": {
|
|
2119
2155
|
"type": "list",
|
|
2120
2156
|
"member": {
|
|
2121
2157
|
"type": "structure",
|
|
@@ -2197,13 +2233,13 @@
|
|
|
2197
2233
|
}
|
|
2198
2234
|
}
|
|
2199
2235
|
},
|
|
2200
|
-
"
|
|
2236
|
+
"S1m": {
|
|
2201
2237
|
"type": "list",
|
|
2202
2238
|
"member": {
|
|
2203
|
-
"shape": "
|
|
2239
|
+
"shape": "S1n"
|
|
2204
2240
|
}
|
|
2205
2241
|
},
|
|
2206
|
-
"
|
|
2242
|
+
"S1n": {
|
|
2207
2243
|
"type": "structure",
|
|
2208
2244
|
"required": [
|
|
2209
2245
|
"Name",
|
|
@@ -2231,21 +2267,21 @@
|
|
|
2231
2267
|
"Jar": {},
|
|
2232
2268
|
"MainClass": {},
|
|
2233
2269
|
"Args": {
|
|
2234
|
-
"shape": "
|
|
2270
|
+
"shape": "S1t"
|
|
2235
2271
|
}
|
|
2236
2272
|
}
|
|
2237
2273
|
}
|
|
2238
2274
|
}
|
|
2239
2275
|
},
|
|
2240
|
-
"
|
|
2276
|
+
"S1t": {
|
|
2241
2277
|
"type": "list",
|
|
2242
2278
|
"member": {}
|
|
2243
2279
|
},
|
|
2244
|
-
"
|
|
2280
|
+
"S1v": {
|
|
2245
2281
|
"type": "list",
|
|
2246
2282
|
"member": {}
|
|
2247
2283
|
},
|
|
2248
|
-
"
|
|
2284
|
+
"S1y": {
|
|
2249
2285
|
"type": "list",
|
|
2250
2286
|
"member": {
|
|
2251
2287
|
"type": "structure",
|
|
@@ -2255,11 +2291,11 @@
|
|
|
2255
2291
|
}
|
|
2256
2292
|
}
|
|
2257
2293
|
},
|
|
2258
|
-
"
|
|
2294
|
+
"S2d": {
|
|
2259
2295
|
"type": "list",
|
|
2260
2296
|
"member": {}
|
|
2261
2297
|
},
|
|
2262
|
-
"
|
|
2298
|
+
"S2p": {
|
|
2263
2299
|
"type": "structure",
|
|
2264
2300
|
"members": {
|
|
2265
2301
|
"State": {},
|
|
@@ -2286,15 +2322,15 @@
|
|
|
2286
2322
|
}
|
|
2287
2323
|
}
|
|
2288
2324
|
},
|
|
2289
|
-
"
|
|
2325
|
+
"S2v": {
|
|
2290
2326
|
"type": "list",
|
|
2291
2327
|
"member": {}
|
|
2292
2328
|
},
|
|
2293
|
-
"
|
|
2329
|
+
"S2w": {
|
|
2294
2330
|
"type": "list",
|
|
2295
2331
|
"member": {}
|
|
2296
2332
|
},
|
|
2297
|
-
"
|
|
2333
|
+
"S2z": {
|
|
2298
2334
|
"type": "list",
|
|
2299
2335
|
"member": {
|
|
2300
2336
|
"type": "structure",
|
|
@@ -2302,7 +2338,7 @@
|
|
|
2302
2338
|
"Name": {},
|
|
2303
2339
|
"Version": {},
|
|
2304
2340
|
"Args": {
|
|
2305
|
-
"shape": "
|
|
2341
|
+
"shape": "S2w"
|
|
2306
2342
|
},
|
|
2307
2343
|
"AdditionalInfo": {
|
|
2308
2344
|
"shape": "Sk"
|
|
@@ -2310,7 +2346,7 @@
|
|
|
2310
2346
|
}
|
|
2311
2347
|
}
|
|
2312
2348
|
},
|
|
2313
|
-
"
|
|
2349
|
+
"S33": {
|
|
2314
2350
|
"type": "structure",
|
|
2315
2351
|
"required": [
|
|
2316
2352
|
"Realm",
|
|
@@ -2324,7 +2360,7 @@
|
|
|
2324
2360
|
"ADDomainJoinPassword": {}
|
|
2325
2361
|
}
|
|
2326
2362
|
},
|
|
2327
|
-
"
|
|
2363
|
+
"S35": {
|
|
2328
2364
|
"type": "list",
|
|
2329
2365
|
"member": {
|
|
2330
2366
|
"type": "structure",
|
|
@@ -2337,16 +2373,16 @@
|
|
|
2337
2373
|
}
|
|
2338
2374
|
}
|
|
2339
2375
|
},
|
|
2340
|
-
"
|
|
2376
|
+
"S3j": {
|
|
2341
2377
|
"type": "structure",
|
|
2342
2378
|
"members": {
|
|
2343
2379
|
"AvailabilityZone": {},
|
|
2344
2380
|
"AvailabilityZones": {
|
|
2345
|
-
"shape": "
|
|
2381
|
+
"shape": "S2v"
|
|
2346
2382
|
}
|
|
2347
2383
|
}
|
|
2348
2384
|
},
|
|
2349
|
-
"
|
|
2385
|
+
"S3q": {
|
|
2350
2386
|
"type": "structure",
|
|
2351
2387
|
"required": [
|
|
2352
2388
|
"Name",
|
|
@@ -2362,17 +2398,17 @@
|
|
|
2362
2398
|
"members": {
|
|
2363
2399
|
"Path": {},
|
|
2364
2400
|
"Args": {
|
|
2365
|
-
"shape": "
|
|
2401
|
+
"shape": "S1t"
|
|
2366
2402
|
}
|
|
2367
2403
|
}
|
|
2368
2404
|
}
|
|
2369
2405
|
}
|
|
2370
2406
|
},
|
|
2371
|
-
"
|
|
2407
|
+
"S3s": {
|
|
2372
2408
|
"type": "list",
|
|
2373
2409
|
"member": {}
|
|
2374
2410
|
},
|
|
2375
|
-
"
|
|
2411
|
+
"S3w": {
|
|
2376
2412
|
"type": "structure",
|
|
2377
2413
|
"required": [
|
|
2378
2414
|
"Id"
|
|
@@ -2383,7 +2419,7 @@
|
|
|
2383
2419
|
"MasterInstanceSecurityGroupId": {}
|
|
2384
2420
|
}
|
|
2385
2421
|
},
|
|
2386
|
-
"
|
|
2422
|
+
"S4b": {
|
|
2387
2423
|
"type": "structure",
|
|
2388
2424
|
"members": {
|
|
2389
2425
|
"Jar": {},
|
|
@@ -2392,11 +2428,11 @@
|
|
|
2392
2428
|
},
|
|
2393
2429
|
"MainClass": {},
|
|
2394
2430
|
"Args": {
|
|
2395
|
-
"shape": "
|
|
2431
|
+
"shape": "S2w"
|
|
2396
2432
|
}
|
|
2397
2433
|
}
|
|
2398
2434
|
},
|
|
2399
|
-
"
|
|
2435
|
+
"S4c": {
|
|
2400
2436
|
"type": "structure",
|
|
2401
2437
|
"members": {
|
|
2402
2438
|
"State": {},
|
|
@@ -2431,7 +2467,7 @@
|
|
|
2431
2467
|
}
|
|
2432
2468
|
}
|
|
2433
2469
|
},
|
|
2434
|
-
"
|
|
2470
|
+
"S4n": {
|
|
2435
2471
|
"type": "structure",
|
|
2436
2472
|
"members": {
|
|
2437
2473
|
"IdleTimeout": {
|
|
@@ -2439,7 +2475,7 @@
|
|
|
2439
2475
|
}
|
|
2440
2476
|
}
|
|
2441
2477
|
},
|
|
2442
|
-
"
|
|
2478
|
+
"S4r": {
|
|
2443
2479
|
"type": "structure",
|
|
2444
2480
|
"required": [
|
|
2445
2481
|
"BlockPublicSecurityGroupRules"
|
|
@@ -2467,7 +2503,7 @@
|
|
|
2467
2503
|
}
|
|
2468
2504
|
}
|
|
2469
2505
|
},
|
|
2470
|
-
"
|
|
2506
|
+
"S52": {
|
|
2471
2507
|
"type": "structure",
|
|
2472
2508
|
"members": {
|
|
2473
2509
|
"ComputeLimits": {
|
|
@@ -2495,7 +2531,7 @@
|
|
|
2495
2531
|
}
|
|
2496
2532
|
}
|
|
2497
2533
|
},
|
|
2498
|
-
"
|
|
2534
|
+
"S5t": {
|
|
2499
2535
|
"type": "list",
|
|
2500
2536
|
"member": {
|
|
2501
2537
|
"type": "structure",
|
|
@@ -2507,7 +2543,7 @@
|
|
|
2507
2543
|
}
|
|
2508
2544
|
}
|
|
2509
2545
|
},
|
|
2510
|
-
"
|
|
2546
|
+
"S65": {
|
|
2511
2547
|
"type": "structure",
|
|
2512
2548
|
"members": {
|
|
2513
2549
|
"DecommissionTimeout": {
|
|
@@ -2517,10 +2553,10 @@
|
|
|
2517
2553
|
"type": "structure",
|
|
2518
2554
|
"members": {
|
|
2519
2555
|
"InstancesToTerminate": {
|
|
2520
|
-
"shape": "
|
|
2556
|
+
"shape": "S67"
|
|
2521
2557
|
},
|
|
2522
2558
|
"InstancesToProtect": {
|
|
2523
|
-
"shape": "
|
|
2559
|
+
"shape": "S67"
|
|
2524
2560
|
},
|
|
2525
2561
|
"InstanceTerminationTimeout": {
|
|
2526
2562
|
"type": "integer"
|
|
@@ -2529,11 +2565,11 @@
|
|
|
2529
2565
|
}
|
|
2530
2566
|
}
|
|
2531
2567
|
},
|
|
2532
|
-
"
|
|
2568
|
+
"S67": {
|
|
2533
2569
|
"type": "list",
|
|
2534
2570
|
"member": {}
|
|
2535
2571
|
},
|
|
2536
|
-
"
|
|
2572
|
+
"S69": {
|
|
2537
2573
|
"type": "structure",
|
|
2538
2574
|
"members": {
|
|
2539
2575
|
"Status": {
|
|
@@ -2550,14 +2586,14 @@
|
|
|
2550
2586
|
}
|
|
2551
2587
|
},
|
|
2552
2588
|
"Constraints": {
|
|
2553
|
-
"shape": "
|
|
2589
|
+
"shape": "S16"
|
|
2554
2590
|
},
|
|
2555
2591
|
"Rules": {
|
|
2556
|
-
"shape": "
|
|
2592
|
+
"shape": "S17"
|
|
2557
2593
|
}
|
|
2558
2594
|
}
|
|
2559
2595
|
},
|
|
2560
|
-
"
|
|
2596
|
+
"S87": {
|
|
2561
2597
|
"type": "list",
|
|
2562
2598
|
"member": {}
|
|
2563
2599
|
}
|