cdk-docker-image-deployment 0.0.74 → 0.0.75
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +17 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.min.json +20 -17
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +81 -49
- package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +59 -47
- package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +65 -50
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.min.json +691 -409
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/personalize-events-2018-03-22.min.json +36 -8
- package/node_modules/aws-sdk/apis/proton-2020-07-20.min.json +13 -1
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +19 -5
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +305 -227
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.min.json +73 -21
- package/node_modules/aws-sdk/apis/xray-2016-04-12.min.json +139 -58
- package/node_modules/aws-sdk/apis/xray-2016-04-12.paginators.json +25 -0
- package/node_modules/aws-sdk/clients/batch.d.ts +6 -6
- package/node_modules/aws-sdk/clients/billingconductor.d.ts +14 -1
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +1 -1
- package/node_modules/aws-sdk/clients/comprehendmedical.d.ts +6 -6
- package/node_modules/aws-sdk/clients/connect.d.ts +46 -4
- package/node_modules/aws-sdk/clients/eks.d.ts +26 -6
- package/node_modules/aws-sdk/clients/elasticache.d.ts +20 -1
- package/node_modules/aws-sdk/clients/iottwinmaker.d.ts +672 -386
- package/node_modules/aws-sdk/clients/personalizeevents.d.ts +13 -2
- package/node_modules/aws-sdk/clients/proton.d.ts +50 -23
- package/node_modules/aws-sdk/clients/rds.d.ts +32 -0
- package/node_modules/aws-sdk/clients/ssm.d.ts +140 -6
- package/node_modules/aws-sdk/clients/ssmincidents.d.ts +62 -0
- package/node_modules/aws-sdk/clients/xray.d.ts +101 -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 +15 -15
- package/node_modules/aws-sdk/dist/aws-sdk.js +679 -400
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +75 -75
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
|
@@ -134,6 +134,25 @@
|
|
|
134
134
|
"members": {}
|
|
135
135
|
}
|
|
136
136
|
},
|
|
137
|
+
"DeleteResourcePolicy": {
|
|
138
|
+
"http": {
|
|
139
|
+
"requestUri": "/DeleteResourcePolicy"
|
|
140
|
+
},
|
|
141
|
+
"input": {
|
|
142
|
+
"type": "structure",
|
|
143
|
+
"required": [
|
|
144
|
+
"PolicyName"
|
|
145
|
+
],
|
|
146
|
+
"members": {
|
|
147
|
+
"PolicyName": {},
|
|
148
|
+
"PolicyRevisionId": {}
|
|
149
|
+
}
|
|
150
|
+
},
|
|
151
|
+
"output": {
|
|
152
|
+
"type": "structure",
|
|
153
|
+
"members": {}
|
|
154
|
+
}
|
|
155
|
+
},
|
|
137
156
|
"DeleteSamplingRule": {
|
|
138
157
|
"http": {
|
|
139
158
|
"requestUri": "/DeleteSamplingRule"
|
|
@@ -166,7 +185,7 @@
|
|
|
166
185
|
"type": "structure",
|
|
167
186
|
"members": {
|
|
168
187
|
"EncryptionConfig": {
|
|
169
|
-
"shape": "
|
|
188
|
+
"shape": "S1j"
|
|
170
189
|
}
|
|
171
190
|
}
|
|
172
191
|
}
|
|
@@ -245,10 +264,10 @@
|
|
|
245
264
|
"GroupARN": {},
|
|
246
265
|
"GroupName": {},
|
|
247
266
|
"RootCauseServiceId": {
|
|
248
|
-
"shape": "
|
|
267
|
+
"shape": "S1x"
|
|
249
268
|
},
|
|
250
269
|
"Categories": {
|
|
251
|
-
"shape": "
|
|
270
|
+
"shape": "S1z"
|
|
252
271
|
},
|
|
253
272
|
"State": {},
|
|
254
273
|
"StartTime": {
|
|
@@ -259,13 +278,13 @@
|
|
|
259
278
|
},
|
|
260
279
|
"Summary": {},
|
|
261
280
|
"ClientRequestImpactStatistics": {
|
|
262
|
-
"shape": "
|
|
281
|
+
"shape": "S23"
|
|
263
282
|
},
|
|
264
283
|
"RootCauseServiceRequestImpactStatistics": {
|
|
265
|
-
"shape": "
|
|
284
|
+
"shape": "S23"
|
|
266
285
|
},
|
|
267
286
|
"TopAnomalousServices": {
|
|
268
|
-
"shape": "
|
|
287
|
+
"shape": "S25"
|
|
269
288
|
}
|
|
270
289
|
}
|
|
271
290
|
}
|
|
@@ -302,13 +321,13 @@
|
|
|
302
321
|
"type": "timestamp"
|
|
303
322
|
},
|
|
304
323
|
"ClientRequestImpactStatistics": {
|
|
305
|
-
"shape": "
|
|
324
|
+
"shape": "S23"
|
|
306
325
|
},
|
|
307
326
|
"RootCauseServiceRequestImpactStatistics": {
|
|
308
|
-
"shape": "
|
|
327
|
+
"shape": "S23"
|
|
309
328
|
},
|
|
310
329
|
"TopAnomalousServices": {
|
|
311
|
-
"shape": "
|
|
330
|
+
"shape": "S25"
|
|
312
331
|
}
|
|
313
332
|
}
|
|
314
333
|
}
|
|
@@ -366,7 +385,7 @@
|
|
|
366
385
|
"Type": {},
|
|
367
386
|
"Name": {},
|
|
368
387
|
"Names": {
|
|
369
|
-
"shape": "
|
|
388
|
+
"shape": "S1y"
|
|
370
389
|
},
|
|
371
390
|
"AccountId": {},
|
|
372
391
|
"Edges": {
|
|
@@ -428,10 +447,10 @@
|
|
|
428
447
|
"GroupARN": {},
|
|
429
448
|
"GroupName": {},
|
|
430
449
|
"RootCauseServiceId": {
|
|
431
|
-
"shape": "
|
|
450
|
+
"shape": "S1x"
|
|
432
451
|
},
|
|
433
452
|
"Categories": {
|
|
434
|
-
"shape": "
|
|
453
|
+
"shape": "S1z"
|
|
435
454
|
},
|
|
436
455
|
"State": {},
|
|
437
456
|
"StartTime": {
|
|
@@ -442,13 +461,13 @@
|
|
|
442
461
|
},
|
|
443
462
|
"Summary": {},
|
|
444
463
|
"ClientRequestImpactStatistics": {
|
|
445
|
-
"shape": "
|
|
464
|
+
"shape": "S23"
|
|
446
465
|
},
|
|
447
466
|
"RootCauseServiceRequestImpactStatistics": {
|
|
448
|
-
"shape": "
|
|
467
|
+
"shape": "S23"
|
|
449
468
|
},
|
|
450
469
|
"TopAnomalousServices": {
|
|
451
|
-
"shape": "
|
|
470
|
+
"shape": "S25"
|
|
452
471
|
},
|
|
453
472
|
"LastUpdateTime": {
|
|
454
473
|
"type": "timestamp"
|
|
@@ -635,7 +654,7 @@
|
|
|
635
654
|
"type": "timestamp"
|
|
636
655
|
},
|
|
637
656
|
"Services": {
|
|
638
|
-
"shape": "
|
|
657
|
+
"shape": "S3e"
|
|
639
658
|
},
|
|
640
659
|
"ContainsOldGroupVersions": {
|
|
641
660
|
"type": "boolean"
|
|
@@ -685,10 +704,10 @@
|
|
|
685
704
|
"type": "timestamp"
|
|
686
705
|
},
|
|
687
706
|
"EdgeSummaryStatistics": {
|
|
688
|
-
"shape": "
|
|
707
|
+
"shape": "S3i"
|
|
689
708
|
},
|
|
690
709
|
"ServiceSummaryStatistics": {
|
|
691
|
-
"shape": "
|
|
710
|
+
"shape": "S3q"
|
|
692
711
|
},
|
|
693
712
|
"ServiceForecastStatistics": {
|
|
694
713
|
"type": "structure",
|
|
@@ -702,7 +721,7 @@
|
|
|
702
721
|
}
|
|
703
722
|
},
|
|
704
723
|
"ResponseTimeHistogram": {
|
|
705
|
-
"shape": "
|
|
724
|
+
"shape": "S3l"
|
|
706
725
|
}
|
|
707
726
|
}
|
|
708
727
|
}
|
|
@@ -734,7 +753,7 @@
|
|
|
734
753
|
"type": "structure",
|
|
735
754
|
"members": {
|
|
736
755
|
"Services": {
|
|
737
|
-
"shape": "
|
|
756
|
+
"shape": "S3e"
|
|
738
757
|
},
|
|
739
758
|
"NextToken": {}
|
|
740
759
|
}
|
|
@@ -834,7 +853,7 @@
|
|
|
834
853
|
}
|
|
835
854
|
},
|
|
836
855
|
"ServiceIds": {
|
|
837
|
-
"shape": "
|
|
856
|
+
"shape": "S4d"
|
|
838
857
|
}
|
|
839
858
|
}
|
|
840
859
|
}
|
|
@@ -847,13 +866,13 @@
|
|
|
847
866
|
"members": {
|
|
848
867
|
"UserName": {},
|
|
849
868
|
"ServiceIds": {
|
|
850
|
-
"shape": "
|
|
869
|
+
"shape": "S4d"
|
|
851
870
|
}
|
|
852
871
|
}
|
|
853
872
|
}
|
|
854
873
|
},
|
|
855
874
|
"ServiceIds": {
|
|
856
|
-
"shape": "
|
|
875
|
+
"shape": "S4d"
|
|
857
876
|
},
|
|
858
877
|
"ResourceARNs": {
|
|
859
878
|
"type": "list",
|
|
@@ -883,7 +902,7 @@
|
|
|
883
902
|
}
|
|
884
903
|
},
|
|
885
904
|
"EntryPoint": {
|
|
886
|
-
"shape": "
|
|
905
|
+
"shape": "S1x"
|
|
887
906
|
},
|
|
888
907
|
"FaultRootCauses": {
|
|
889
908
|
"type": "list",
|
|
@@ -897,7 +916,7 @@
|
|
|
897
916
|
"members": {
|
|
898
917
|
"Name": {},
|
|
899
918
|
"Names": {
|
|
900
|
-
"shape": "
|
|
919
|
+
"shape": "S1y"
|
|
901
920
|
},
|
|
902
921
|
"Type": {},
|
|
903
922
|
"AccountId": {},
|
|
@@ -908,7 +927,7 @@
|
|
|
908
927
|
"members": {
|
|
909
928
|
"Name": {},
|
|
910
929
|
"Exceptions": {
|
|
911
|
-
"shape": "
|
|
930
|
+
"shape": "S4s"
|
|
912
931
|
},
|
|
913
932
|
"Remote": {
|
|
914
933
|
"type": "boolean"
|
|
@@ -940,7 +959,7 @@
|
|
|
940
959
|
"members": {
|
|
941
960
|
"Name": {},
|
|
942
961
|
"Names": {
|
|
943
|
-
"shape": "
|
|
962
|
+
"shape": "S1y"
|
|
944
963
|
},
|
|
945
964
|
"Type": {},
|
|
946
965
|
"AccountId": {},
|
|
@@ -951,7 +970,7 @@
|
|
|
951
970
|
"members": {
|
|
952
971
|
"Name": {},
|
|
953
972
|
"Exceptions": {
|
|
954
|
-
"shape": "
|
|
973
|
+
"shape": "S4s"
|
|
955
974
|
},
|
|
956
975
|
"Remote": {
|
|
957
976
|
"type": "boolean"
|
|
@@ -983,7 +1002,7 @@
|
|
|
983
1002
|
"members": {
|
|
984
1003
|
"Name": {},
|
|
985
1004
|
"Names": {
|
|
986
|
-
"shape": "
|
|
1005
|
+
"shape": "S1y"
|
|
987
1006
|
},
|
|
988
1007
|
"Type": {},
|
|
989
1008
|
"AccountId": {},
|
|
@@ -1033,6 +1052,29 @@
|
|
|
1033
1052
|
}
|
|
1034
1053
|
}
|
|
1035
1054
|
},
|
|
1055
|
+
"ListResourcePolicies": {
|
|
1056
|
+
"http": {
|
|
1057
|
+
"requestUri": "/ListResourcePolicies"
|
|
1058
|
+
},
|
|
1059
|
+
"input": {
|
|
1060
|
+
"type": "structure",
|
|
1061
|
+
"members": {
|
|
1062
|
+
"NextToken": {}
|
|
1063
|
+
}
|
|
1064
|
+
},
|
|
1065
|
+
"output": {
|
|
1066
|
+
"type": "structure",
|
|
1067
|
+
"members": {
|
|
1068
|
+
"ResourcePolicies": {
|
|
1069
|
+
"type": "list",
|
|
1070
|
+
"member": {
|
|
1071
|
+
"shape": "S5a"
|
|
1072
|
+
}
|
|
1073
|
+
},
|
|
1074
|
+
"NextToken": {}
|
|
1075
|
+
}
|
|
1076
|
+
}
|
|
1077
|
+
},
|
|
1036
1078
|
"ListTagsForResource": {
|
|
1037
1079
|
"http": {
|
|
1038
1080
|
"requestUri": "/ListTagsForResource"
|
|
@@ -1075,7 +1117,35 @@
|
|
|
1075
1117
|
"type": "structure",
|
|
1076
1118
|
"members": {
|
|
1077
1119
|
"EncryptionConfig": {
|
|
1078
|
-
"shape": "
|
|
1120
|
+
"shape": "S1j"
|
|
1121
|
+
}
|
|
1122
|
+
}
|
|
1123
|
+
}
|
|
1124
|
+
},
|
|
1125
|
+
"PutResourcePolicy": {
|
|
1126
|
+
"http": {
|
|
1127
|
+
"requestUri": "/PutResourcePolicy"
|
|
1128
|
+
},
|
|
1129
|
+
"input": {
|
|
1130
|
+
"type": "structure",
|
|
1131
|
+
"required": [
|
|
1132
|
+
"PolicyName",
|
|
1133
|
+
"PolicyDocument"
|
|
1134
|
+
],
|
|
1135
|
+
"members": {
|
|
1136
|
+
"PolicyName": {},
|
|
1137
|
+
"PolicyDocument": {},
|
|
1138
|
+
"PolicyRevisionId": {},
|
|
1139
|
+
"BypassPolicyLockoutCheck": {
|
|
1140
|
+
"type": "boolean"
|
|
1141
|
+
}
|
|
1142
|
+
}
|
|
1143
|
+
},
|
|
1144
|
+
"output": {
|
|
1145
|
+
"type": "structure",
|
|
1146
|
+
"members": {
|
|
1147
|
+
"ResourcePolicy": {
|
|
1148
|
+
"shape": "S5a"
|
|
1079
1149
|
}
|
|
1080
1150
|
}
|
|
1081
1151
|
}
|
|
@@ -1398,7 +1468,7 @@
|
|
|
1398
1468
|
}
|
|
1399
1469
|
}
|
|
1400
1470
|
},
|
|
1401
|
-
"
|
|
1471
|
+
"S1j": {
|
|
1402
1472
|
"type": "structure",
|
|
1403
1473
|
"members": {
|
|
1404
1474
|
"KeyId": {},
|
|
@@ -1406,26 +1476,26 @@
|
|
|
1406
1476
|
"Type": {}
|
|
1407
1477
|
}
|
|
1408
1478
|
},
|
|
1409
|
-
"
|
|
1479
|
+
"S1x": {
|
|
1410
1480
|
"type": "structure",
|
|
1411
1481
|
"members": {
|
|
1412
1482
|
"Name": {},
|
|
1413
1483
|
"Names": {
|
|
1414
|
-
"shape": "
|
|
1484
|
+
"shape": "S1y"
|
|
1415
1485
|
},
|
|
1416
1486
|
"AccountId": {},
|
|
1417
1487
|
"Type": {}
|
|
1418
1488
|
}
|
|
1419
1489
|
},
|
|
1420
|
-
"
|
|
1490
|
+
"S1y": {
|
|
1421
1491
|
"type": "list",
|
|
1422
1492
|
"member": {}
|
|
1423
1493
|
},
|
|
1424
|
-
"
|
|
1494
|
+
"S1z": {
|
|
1425
1495
|
"type": "list",
|
|
1426
1496
|
"member": {}
|
|
1427
1497
|
},
|
|
1428
|
-
"
|
|
1498
|
+
"S23": {
|
|
1429
1499
|
"type": "structure",
|
|
1430
1500
|
"members": {
|
|
1431
1501
|
"FaultCount": {
|
|
@@ -1439,18 +1509,18 @@
|
|
|
1439
1509
|
}
|
|
1440
1510
|
}
|
|
1441
1511
|
},
|
|
1442
|
-
"
|
|
1512
|
+
"S25": {
|
|
1443
1513
|
"type": "list",
|
|
1444
1514
|
"member": {
|
|
1445
1515
|
"type": "structure",
|
|
1446
1516
|
"members": {
|
|
1447
1517
|
"ServiceId": {
|
|
1448
|
-
"shape": "
|
|
1518
|
+
"shape": "S1x"
|
|
1449
1519
|
}
|
|
1450
1520
|
}
|
|
1451
1521
|
}
|
|
1452
1522
|
},
|
|
1453
|
-
"
|
|
1523
|
+
"S3e": {
|
|
1454
1524
|
"type": "list",
|
|
1455
1525
|
"member": {
|
|
1456
1526
|
"type": "structure",
|
|
@@ -1460,7 +1530,7 @@
|
|
|
1460
1530
|
},
|
|
1461
1531
|
"Name": {},
|
|
1462
1532
|
"Names": {
|
|
1463
|
-
"shape": "
|
|
1533
|
+
"shape": "S1y"
|
|
1464
1534
|
},
|
|
1465
1535
|
"Root": {
|
|
1466
1536
|
"type": "boolean"
|
|
@@ -1489,10 +1559,10 @@
|
|
|
1489
1559
|
"type": "timestamp"
|
|
1490
1560
|
},
|
|
1491
1561
|
"SummaryStatistics": {
|
|
1492
|
-
"shape": "
|
|
1562
|
+
"shape": "S3i"
|
|
1493
1563
|
},
|
|
1494
1564
|
"ResponseTimeHistogram": {
|
|
1495
|
-
"shape": "
|
|
1565
|
+
"shape": "S3l"
|
|
1496
1566
|
},
|
|
1497
1567
|
"Aliases": {
|
|
1498
1568
|
"type": "list",
|
|
@@ -1510,34 +1580,34 @@
|
|
|
1510
1580
|
},
|
|
1511
1581
|
"EdgeType": {},
|
|
1512
1582
|
"ReceivedEventAgeHistogram": {
|
|
1513
|
-
"shape": "
|
|
1583
|
+
"shape": "S3l"
|
|
1514
1584
|
}
|
|
1515
1585
|
}
|
|
1516
1586
|
}
|
|
1517
1587
|
},
|
|
1518
1588
|
"SummaryStatistics": {
|
|
1519
|
-
"shape": "
|
|
1589
|
+
"shape": "S3q"
|
|
1520
1590
|
},
|
|
1521
1591
|
"DurationHistogram": {
|
|
1522
|
-
"shape": "
|
|
1592
|
+
"shape": "S3l"
|
|
1523
1593
|
},
|
|
1524
1594
|
"ResponseTimeHistogram": {
|
|
1525
|
-
"shape": "
|
|
1595
|
+
"shape": "S3l"
|
|
1526
1596
|
}
|
|
1527
1597
|
}
|
|
1528
1598
|
}
|
|
1529
1599
|
},
|
|
1530
|
-
"
|
|
1600
|
+
"S3i": {
|
|
1531
1601
|
"type": "structure",
|
|
1532
1602
|
"members": {
|
|
1533
1603
|
"OkCount": {
|
|
1534
1604
|
"type": "long"
|
|
1535
1605
|
},
|
|
1536
1606
|
"ErrorStatistics": {
|
|
1537
|
-
"shape": "
|
|
1607
|
+
"shape": "S3j"
|
|
1538
1608
|
},
|
|
1539
1609
|
"FaultStatistics": {
|
|
1540
|
-
"shape": "
|
|
1610
|
+
"shape": "S3k"
|
|
1541
1611
|
},
|
|
1542
1612
|
"TotalCount": {
|
|
1543
1613
|
"type": "long"
|
|
@@ -1547,7 +1617,7 @@
|
|
|
1547
1617
|
}
|
|
1548
1618
|
}
|
|
1549
1619
|
},
|
|
1550
|
-
"
|
|
1620
|
+
"S3j": {
|
|
1551
1621
|
"type": "structure",
|
|
1552
1622
|
"members": {
|
|
1553
1623
|
"ThrottleCount": {
|
|
@@ -1561,7 +1631,7 @@
|
|
|
1561
1631
|
}
|
|
1562
1632
|
}
|
|
1563
1633
|
},
|
|
1564
|
-
"
|
|
1634
|
+
"S3k": {
|
|
1565
1635
|
"type": "structure",
|
|
1566
1636
|
"members": {
|
|
1567
1637
|
"OtherCount": {
|
|
@@ -1572,7 +1642,7 @@
|
|
|
1572
1642
|
}
|
|
1573
1643
|
}
|
|
1574
1644
|
},
|
|
1575
|
-
"
|
|
1645
|
+
"S3l": {
|
|
1576
1646
|
"type": "list",
|
|
1577
1647
|
"member": {
|
|
1578
1648
|
"type": "structure",
|
|
@@ -1586,17 +1656,17 @@
|
|
|
1586
1656
|
}
|
|
1587
1657
|
}
|
|
1588
1658
|
},
|
|
1589
|
-
"
|
|
1659
|
+
"S3q": {
|
|
1590
1660
|
"type": "structure",
|
|
1591
1661
|
"members": {
|
|
1592
1662
|
"OkCount": {
|
|
1593
1663
|
"type": "long"
|
|
1594
1664
|
},
|
|
1595
1665
|
"ErrorStatistics": {
|
|
1596
|
-
"shape": "
|
|
1666
|
+
"shape": "S3j"
|
|
1597
1667
|
},
|
|
1598
1668
|
"FaultStatistics": {
|
|
1599
|
-
"shape": "
|
|
1669
|
+
"shape": "S3k"
|
|
1600
1670
|
},
|
|
1601
1671
|
"TotalCount": {
|
|
1602
1672
|
"type": "long"
|
|
@@ -1606,13 +1676,13 @@
|
|
|
1606
1676
|
}
|
|
1607
1677
|
}
|
|
1608
1678
|
},
|
|
1609
|
-
"
|
|
1679
|
+
"S4d": {
|
|
1610
1680
|
"type": "list",
|
|
1611
1681
|
"member": {
|
|
1612
|
-
"shape": "
|
|
1682
|
+
"shape": "S1x"
|
|
1613
1683
|
}
|
|
1614
1684
|
},
|
|
1615
|
-
"
|
|
1685
|
+
"S4s": {
|
|
1616
1686
|
"type": "list",
|
|
1617
1687
|
"member": {
|
|
1618
1688
|
"type": "structure",
|
|
@@ -1621,6 +1691,17 @@
|
|
|
1621
1691
|
"Message": {}
|
|
1622
1692
|
}
|
|
1623
1693
|
}
|
|
1694
|
+
},
|
|
1695
|
+
"S5a": {
|
|
1696
|
+
"type": "structure",
|
|
1697
|
+
"members": {
|
|
1698
|
+
"PolicyName": {},
|
|
1699
|
+
"PolicyDocument": {},
|
|
1700
|
+
"PolicyRevisionId": {},
|
|
1701
|
+
"LastUpdatedTime": {
|
|
1702
|
+
"type": "timestamp"
|
|
1703
|
+
}
|
|
1704
|
+
}
|
|
1624
1705
|
}
|
|
1625
1706
|
}
|
|
1626
1707
|
}
|
|
@@ -2,6 +2,9 @@
|
|
|
2
2
|
"pagination": {
|
|
3
3
|
"BatchGetTraces": {
|
|
4
4
|
"input_token": "NextToken",
|
|
5
|
+
"non_aggregate_keys": [
|
|
6
|
+
"UnprocessedTraceIds"
|
|
7
|
+
],
|
|
5
8
|
"output_token": "NextToken",
|
|
6
9
|
"result_key": "Traces"
|
|
7
10
|
},
|
|
@@ -32,11 +35,19 @@
|
|
|
32
35
|
},
|
|
33
36
|
"GetServiceGraph": {
|
|
34
37
|
"input_token": "NextToken",
|
|
38
|
+
"non_aggregate_keys": [
|
|
39
|
+
"StartTime",
|
|
40
|
+
"EndTime",
|
|
41
|
+
"ContainsOldGroupVersions"
|
|
42
|
+
],
|
|
35
43
|
"output_token": "NextToken",
|
|
36
44
|
"result_key": "Services"
|
|
37
45
|
},
|
|
38
46
|
"GetTimeSeriesServiceStatistics": {
|
|
39
47
|
"input_token": "NextToken",
|
|
48
|
+
"non_aggregate_keys": [
|
|
49
|
+
"ContainsOldGroupVersions"
|
|
50
|
+
],
|
|
40
51
|
"output_token": "NextToken",
|
|
41
52
|
"result_key": "TimeSeriesServiceStatistics"
|
|
42
53
|
},
|
|
@@ -47,8 +58,22 @@
|
|
|
47
58
|
},
|
|
48
59
|
"GetTraceSummaries": {
|
|
49
60
|
"input_token": "NextToken",
|
|
61
|
+
"non_aggregate_keys": [
|
|
62
|
+
"TracesProcessedCount",
|
|
63
|
+
"ApproximateTime"
|
|
64
|
+
],
|
|
50
65
|
"output_token": "NextToken",
|
|
51
66
|
"result_key": "TraceSummaries"
|
|
67
|
+
},
|
|
68
|
+
"ListResourcePolicies": {
|
|
69
|
+
"input_token": "NextToken",
|
|
70
|
+
"output_token": "NextToken",
|
|
71
|
+
"result_key": "ResourcePolicies"
|
|
72
|
+
},
|
|
73
|
+
"ListTagsForResource": {
|
|
74
|
+
"input_token": "NextToken",
|
|
75
|
+
"output_token": "NextToken",
|
|
76
|
+
"result_key": "Tags"
|
|
52
77
|
}
|
|
53
78
|
}
|
|
54
79
|
}
|
|
@@ -20,11 +20,11 @@ declare class Batch extends Service {
|
|
|
20
20
|
*/
|
|
21
21
|
cancelJob(callback?: (err: AWSError, data: Batch.Types.CancelJobResponse) => void): Request<Batch.Types.CancelJobResponse, AWSError>;
|
|
22
22
|
/**
|
|
23
|
-
* Creates an Batch compute environment. You can create MANAGED or UNMANAGED compute environments. MANAGED compute environments can use Amazon EC2 or Fargate resources. UNMANAGED compute environments can only use EC2 resources. In a managed compute environment, Batch manages the capacity and instance types of the compute resources within the environment. This is based on the compute resource specification that you define or the launch template that you specify when you create the compute environment. Either, you can choose to use EC2 On-Demand Instances and EC2 Spot Instances. Or, you can use Fargate and Fargate Spot capacity in your managed compute environment. You can optionally set a maximum price so that Spot Instances only launch when the Spot Instance price is less than a specified percentage of the On-Demand price. Multi-node parallel jobs aren't supported on Spot Instances. In an unmanaged compute environment, you can manage your own EC2 compute resources and have flexibility with how you configure your compute resources. For example, you can use custom AMIs. However, you must verify that each of your AMIs meet the Amazon ECS container instance AMI specification. For more information, see container instance AMIs in the Amazon Elastic Container Service Developer Guide. After you created your unmanaged compute environment, you can use the DescribeComputeEnvironments operation to find the Amazon ECS cluster that's associated with it. Then, launch your container instances into that Amazon ECS cluster. For more information, see Launching an Amazon ECS container instance in the Amazon Elastic Container Service Developer Guide. Batch doesn't automatically upgrade the AMIs in a compute environment after it's created. For example, it also doesn't update the AMIs in your compute environment when a newer version of the Amazon ECS optimized AMI is available. You're responsible for the management of the guest operating system. This includes any updates and security patches. You're also responsible for any additional application software or utilities that you install on the compute resources. There are two ways to use a new AMI for your Batch jobs. The original method is to complete these steps: Create a new compute environment with the new AMI. Add the compute environment to an existing job queue. Remove the earlier compute environment from your job queue. Delete the earlier compute environment. In April 2022, Batch added enhanced support for updating compute environments. For more information, see Updating compute environments. To use the enhanced updating of compute environments to update AMIs, follow these rules: Either don't set the service role (serviceRole) parameter or set it to the AWSBatchServiceRole service-linked role. Set the allocation strategy (allocationStrategy) parameter to BEST_FIT_PROGRESSIVE or SPOT_CAPACITY_OPTIMIZED. Set the update to latest image version (updateToLatestImageVersion) parameter to true. Don't specify an AMI ID in imageId, imageIdOverride (in ec2Configuration ), or in the launch template (launchTemplate). In that case, Batch selects the latest Amazon ECS optimized AMI that's supported by Batch at the time the infrastructure update is initiated. Alternatively, you can specify the AMI ID in the imageId or imageIdOverride parameters, or the launch template identified by the LaunchTemplate properties. Changing any of these properties starts an infrastructure update. If the AMI ID is specified in the launch template, it can't be replaced by specifying an AMI ID in either the imageId or imageIdOverride parameters. It can only be replaced by specifying a different launch template, or if the launch template version is set to $Default or $Latest, by setting either a new default version for the launch template (if $Default) or by adding a new version to the launch template (if $Latest). If these rules are followed, any update that starts an infrastructure update causes the AMI ID to be re-selected. If the version setting in the launch template (launchTemplate) is set to $Latest or $Default, the latest or default version of the launch template is evaluated up at the time of the infrastructure update, even if the launchTemplate wasn't updated.
|
|
23
|
+
* Creates an Batch compute environment. You can create MANAGED or UNMANAGED compute environments. MANAGED compute environments can use Amazon EC2 or Fargate resources. UNMANAGED compute environments can only use EC2 resources. In a managed compute environment, Batch manages the capacity and instance types of the compute resources within the environment. This is based on the compute resource specification that you define or the launch template that you specify when you create the compute environment. Either, you can choose to use EC2 On-Demand Instances and EC2 Spot Instances. Or, you can use Fargate and Fargate Spot capacity in your managed compute environment. You can optionally set a maximum price so that Spot Instances only launch when the Spot Instance price is less than a specified percentage of the On-Demand price. Multi-node parallel jobs aren't supported on Spot Instances. In an unmanaged compute environment, you can manage your own EC2 compute resources and have flexibility with how you configure your compute resources. For example, you can use custom AMIs. However, you must verify that each of your AMIs meet the Amazon ECS container instance AMI specification. For more information, see container instance AMIs in the Amazon Elastic Container Service Developer Guide. After you created your unmanaged compute environment, you can use the DescribeComputeEnvironments operation to find the Amazon ECS cluster that's associated with it. Then, launch your container instances into that Amazon ECS cluster. For more information, see Launching an Amazon ECS container instance in the Amazon Elastic Container Service Developer Guide. To create a compute environment that uses EKS resources, the caller must have permissions to call eks:DescribeCluster. Batch doesn't automatically upgrade the AMIs in a compute environment after it's created. For example, it also doesn't update the AMIs in your compute environment when a newer version of the Amazon ECS optimized AMI is available. You're responsible for the management of the guest operating system. This includes any updates and security patches. You're also responsible for any additional application software or utilities that you install on the compute resources. There are two ways to use a new AMI for your Batch jobs. The original method is to complete these steps: Create a new compute environment with the new AMI. Add the compute environment to an existing job queue. Remove the earlier compute environment from your job queue. Delete the earlier compute environment. In April 2022, Batch added enhanced support for updating compute environments. For more information, see Updating compute environments. To use the enhanced updating of compute environments to update AMIs, follow these rules: Either don't set the service role (serviceRole) parameter or set it to the AWSBatchServiceRole service-linked role. Set the allocation strategy (allocationStrategy) parameter to BEST_FIT_PROGRESSIVE or SPOT_CAPACITY_OPTIMIZED. Set the update to latest image version (updateToLatestImageVersion) parameter to true. Don't specify an AMI ID in imageId, imageIdOverride (in ec2Configuration ), or in the launch template (launchTemplate). In that case, Batch selects the latest Amazon ECS optimized AMI that's supported by Batch at the time the infrastructure update is initiated. Alternatively, you can specify the AMI ID in the imageId or imageIdOverride parameters, or the launch template identified by the LaunchTemplate properties. Changing any of these properties starts an infrastructure update. If the AMI ID is specified in the launch template, it can't be replaced by specifying an AMI ID in either the imageId or imageIdOverride parameters. It can only be replaced by specifying a different launch template, or if the launch template version is set to $Default or $Latest, by setting either a new default version for the launch template (if $Default) or by adding a new version to the launch template (if $Latest). If these rules are followed, any update that starts an infrastructure update causes the AMI ID to be re-selected. If the version setting in the launch template (launchTemplate) is set to $Latest or $Default, the latest or default version of the launch template is evaluated up at the time of the infrastructure update, even if the launchTemplate wasn't updated.
|
|
24
24
|
*/
|
|
25
25
|
createComputeEnvironment(params: Batch.Types.CreateComputeEnvironmentRequest, callback?: (err: AWSError, data: Batch.Types.CreateComputeEnvironmentResponse) => void): Request<Batch.Types.CreateComputeEnvironmentResponse, AWSError>;
|
|
26
26
|
/**
|
|
27
|
-
* Creates an Batch compute environment. You can create MANAGED or UNMANAGED compute environments. MANAGED compute environments can use Amazon EC2 or Fargate resources. UNMANAGED compute environments can only use EC2 resources. In a managed compute environment, Batch manages the capacity and instance types of the compute resources within the environment. This is based on the compute resource specification that you define or the launch template that you specify when you create the compute environment. Either, you can choose to use EC2 On-Demand Instances and EC2 Spot Instances. Or, you can use Fargate and Fargate Spot capacity in your managed compute environment. You can optionally set a maximum price so that Spot Instances only launch when the Spot Instance price is less than a specified percentage of the On-Demand price. Multi-node parallel jobs aren't supported on Spot Instances. In an unmanaged compute environment, you can manage your own EC2 compute resources and have flexibility with how you configure your compute resources. For example, you can use custom AMIs. However, you must verify that each of your AMIs meet the Amazon ECS container instance AMI specification. For more information, see container instance AMIs in the Amazon Elastic Container Service Developer Guide. After you created your unmanaged compute environment, you can use the DescribeComputeEnvironments operation to find the Amazon ECS cluster that's associated with it. Then, launch your container instances into that Amazon ECS cluster. For more information, see Launching an Amazon ECS container instance in the Amazon Elastic Container Service Developer Guide. Batch doesn't automatically upgrade the AMIs in a compute environment after it's created. For example, it also doesn't update the AMIs in your compute environment when a newer version of the Amazon ECS optimized AMI is available. You're responsible for the management of the guest operating system. This includes any updates and security patches. You're also responsible for any additional application software or utilities that you install on the compute resources. There are two ways to use a new AMI for your Batch jobs. The original method is to complete these steps: Create a new compute environment with the new AMI. Add the compute environment to an existing job queue. Remove the earlier compute environment from your job queue. Delete the earlier compute environment. In April 2022, Batch added enhanced support for updating compute environments. For more information, see Updating compute environments. To use the enhanced updating of compute environments to update AMIs, follow these rules: Either don't set the service role (serviceRole) parameter or set it to the AWSBatchServiceRole service-linked role. Set the allocation strategy (allocationStrategy) parameter to BEST_FIT_PROGRESSIVE or SPOT_CAPACITY_OPTIMIZED. Set the update to latest image version (updateToLatestImageVersion) parameter to true. Don't specify an AMI ID in imageId, imageIdOverride (in ec2Configuration ), or in the launch template (launchTemplate). In that case, Batch selects the latest Amazon ECS optimized AMI that's supported by Batch at the time the infrastructure update is initiated. Alternatively, you can specify the AMI ID in the imageId or imageIdOverride parameters, or the launch template identified by the LaunchTemplate properties. Changing any of these properties starts an infrastructure update. If the AMI ID is specified in the launch template, it can't be replaced by specifying an AMI ID in either the imageId or imageIdOverride parameters. It can only be replaced by specifying a different launch template, or if the launch template version is set to $Default or $Latest, by setting either a new default version for the launch template (if $Default) or by adding a new version to the launch template (if $Latest). If these rules are followed, any update that starts an infrastructure update causes the AMI ID to be re-selected. If the version setting in the launch template (launchTemplate) is set to $Latest or $Default, the latest or default version of the launch template is evaluated up at the time of the infrastructure update, even if the launchTemplate wasn't updated.
|
|
27
|
+
* Creates an Batch compute environment. You can create MANAGED or UNMANAGED compute environments. MANAGED compute environments can use Amazon EC2 or Fargate resources. UNMANAGED compute environments can only use EC2 resources. In a managed compute environment, Batch manages the capacity and instance types of the compute resources within the environment. This is based on the compute resource specification that you define or the launch template that you specify when you create the compute environment. Either, you can choose to use EC2 On-Demand Instances and EC2 Spot Instances. Or, you can use Fargate and Fargate Spot capacity in your managed compute environment. You can optionally set a maximum price so that Spot Instances only launch when the Spot Instance price is less than a specified percentage of the On-Demand price. Multi-node parallel jobs aren't supported on Spot Instances. In an unmanaged compute environment, you can manage your own EC2 compute resources and have flexibility with how you configure your compute resources. For example, you can use custom AMIs. However, you must verify that each of your AMIs meet the Amazon ECS container instance AMI specification. For more information, see container instance AMIs in the Amazon Elastic Container Service Developer Guide. After you created your unmanaged compute environment, you can use the DescribeComputeEnvironments operation to find the Amazon ECS cluster that's associated with it. Then, launch your container instances into that Amazon ECS cluster. For more information, see Launching an Amazon ECS container instance in the Amazon Elastic Container Service Developer Guide. To create a compute environment that uses EKS resources, the caller must have permissions to call eks:DescribeCluster. Batch doesn't automatically upgrade the AMIs in a compute environment after it's created. For example, it also doesn't update the AMIs in your compute environment when a newer version of the Amazon ECS optimized AMI is available. You're responsible for the management of the guest operating system. This includes any updates and security patches. You're also responsible for any additional application software or utilities that you install on the compute resources. There are two ways to use a new AMI for your Batch jobs. The original method is to complete these steps: Create a new compute environment with the new AMI. Add the compute environment to an existing job queue. Remove the earlier compute environment from your job queue. Delete the earlier compute environment. In April 2022, Batch added enhanced support for updating compute environments. For more information, see Updating compute environments. To use the enhanced updating of compute environments to update AMIs, follow these rules: Either don't set the service role (serviceRole) parameter or set it to the AWSBatchServiceRole service-linked role. Set the allocation strategy (allocationStrategy) parameter to BEST_FIT_PROGRESSIVE or SPOT_CAPACITY_OPTIMIZED. Set the update to latest image version (updateToLatestImageVersion) parameter to true. Don't specify an AMI ID in imageId, imageIdOverride (in ec2Configuration ), or in the launch template (launchTemplate). In that case, Batch selects the latest Amazon ECS optimized AMI that's supported by Batch at the time the infrastructure update is initiated. Alternatively, you can specify the AMI ID in the imageId or imageIdOverride parameters, or the launch template identified by the LaunchTemplate properties. Changing any of these properties starts an infrastructure update. If the AMI ID is specified in the launch template, it can't be replaced by specifying an AMI ID in either the imageId or imageIdOverride parameters. It can only be replaced by specifying a different launch template, or if the launch template version is set to $Default or $Latest, by setting either a new default version for the launch template (if $Default) or by adding a new version to the launch template (if $Latest). If these rules are followed, any update that starts an infrastructure update causes the AMI ID to be re-selected. If the version setting in the launch template (launchTemplate) is set to $Latest or $Default, the latest or default version of the launch template is evaluated up at the time of the infrastructure update, even if the launchTemplate wasn't updated.
|
|
28
28
|
*/
|
|
29
29
|
createComputeEnvironment(callback?: (err: AWSError, data: Batch.Types.CreateComputeEnvironmentResponse) => void): Request<Batch.Types.CreateComputeEnvironmentResponse, AWSError>;
|
|
30
30
|
/**
|
|
@@ -456,7 +456,7 @@ declare namespace Batch {
|
|
|
456
456
|
*/
|
|
457
457
|
maxvCpus?: Integer;
|
|
458
458
|
/**
|
|
459
|
-
* The desired number of Amazon EC2 vCPUS in the compute environment. Batch modifies this value between the minimum and maximum values based on job queue demand. This parameter isn't applicable to jobs that are running on Fargate resources. Don't specify it.
|
|
459
|
+
* The desired number of Amazon EC2 vCPUS in the compute environment. Batch modifies this value between the minimum and maximum values based on job queue demand. This parameter isn't applicable to jobs that are running on Fargate resources. Don't specify it. Batch doesn't support changing the desired number of vCPUs of an existing compute environment. Don't specify this parameter for compute environments using Amazon EKS clusters.
|
|
460
460
|
*/
|
|
461
461
|
desiredvCpus?: Integer;
|
|
462
462
|
/**
|
|
@@ -1288,7 +1288,7 @@ declare namespace Batch {
|
|
|
1288
1288
|
*/
|
|
1289
1289
|
hostNetwork?: Boolean;
|
|
1290
1290
|
/**
|
|
1291
|
-
* The DNS policy for the pod. The default value is ClusterFirst. If the hostNetwork parameter is not specified, the default is ClusterFirstWithHostNet. ClusterFirst indicates that any DNS query that does not match the configured cluster domain suffix is forwarded to the upstream nameserver inherited from the node. For more information, see Pod's DNS policy in the Kubernetes documentation. Valid values: Default | ClusterFirst | ClusterFirstWithHostNet
|
|
1291
|
+
* The DNS policy for the pod. The default value is ClusterFirst. If the hostNetwork parameter is not specified, the default is ClusterFirstWithHostNet. ClusterFirst indicates that any DNS query that does not match the configured cluster domain suffix is forwarded to the upstream nameserver inherited from the node. For more information, see Pod's DNS policy in the Kubernetes documentation. Valid values: Default | ClusterFirst | ClusterFirstWithHostNet
|
|
1292
1292
|
*/
|
|
1293
1293
|
dnsPolicy?: String;
|
|
1294
1294
|
/**
|
|
@@ -1310,7 +1310,7 @@ declare namespace Batch {
|
|
|
1310
1310
|
*/
|
|
1311
1311
|
hostNetwork?: Boolean;
|
|
1312
1312
|
/**
|
|
1313
|
-
* The DNS policy for the pod. The default value is ClusterFirst. If the hostNetwork parameter is not specified, the default is ClusterFirstWithHostNet. ClusterFirst indicates that any DNS query that does not match the configured cluster domain suffix is forwarded to the upstream nameserver inherited from the node. For more information, see Pod's DNS policy in the Kubernetes documentation. Valid values: Default | ClusterFirst | ClusterFirstWithHostNet
|
|
1313
|
+
* The DNS policy for the pod. The default value is ClusterFirst. If the hostNetwork parameter is not specified, the default is ClusterFirstWithHostNet. ClusterFirst indicates that any DNS query that does not match the configured cluster domain suffix is forwarded to the upstream nameserver inherited from the node. If no value was specified for dnsPolicy in the RegisterJobDefinition API operation, then no value will be returned for dnsPolicy by either of DescribeJobDefinitions or DescribeJobs API operations. The pod spec setting will contain either ClusterFirst or ClusterFirstWithHostNet, depending on the value of the hostNetwork parameter. For more information, see Pod's DNS policy in the Kubernetes documentation. Valid values: Default | ClusterFirst | ClusterFirstWithHostNet
|
|
1314
1314
|
*/
|
|
1315
1315
|
dnsPolicy?: String;
|
|
1316
1316
|
/**
|
|
@@ -2048,7 +2048,7 @@ declare namespace Batch {
|
|
|
2048
2048
|
}
|
|
2049
2049
|
export interface ResourceRequirement {
|
|
2050
2050
|
/**
|
|
2051
|
-
* The quantity of the specified resource to reserve for the container. The values vary based on the type specified. type="GPU" The number of physical GPUs to reserve for the container. Make sure that the number of GPUs reserved for all containers in a job doesn't exceed the number of available GPUs on the compute resource that the job is launched on. GPUs aren't available for jobs that are running on Fargate resources. type="MEMORY" The memory hard limit (in MiB) present to the container. This parameter is supported for jobs that are running on EC2 resources. If your container attempts to exceed the memory specified, the container is terminated. This parameter maps to Memory in the Create a container section of the Docker Remote API and the --memory option to docker run. You must specify at least 4 MiB of memory for a job. This is required but can be specified in several places for multi-node parallel (MNP) jobs. It must be specified for each node at least once. This parameter maps to Memory in the Create a container section of the Docker Remote API and the --memory option to docker run. If you're trying to maximize your resource utilization by providing your jobs as much memory as possible for a particular instance type, see Memory management in the Batch User Guide. For jobs that are running on Fargate resources, then value is the hard limit (in MiB), and must match one of the supported values and the VCPU values must be one of the values supported for that memory value. value = 512 VCPU = 0.25 value = 1024 VCPU = 0.25 or 0.5 value = 2048 VCPU = 0.25, 0.5, or 1 value = 3072 VCPU = 0.5, or 1 value = 4096 VCPU = 0.5, 1, or 2 value = 5120, 6144, or 7168 VCPU = 1 or 2 value = 8192 VCPU = 1, 2, or
|
|
2051
|
+
* The quantity of the specified resource to reserve for the container. The values vary based on the type specified. type="GPU" The number of physical GPUs to reserve for the container. Make sure that the number of GPUs reserved for all containers in a job doesn't exceed the number of available GPUs on the compute resource that the job is launched on. GPUs aren't available for jobs that are running on Fargate resources. type="MEMORY" The memory hard limit (in MiB) present to the container. This parameter is supported for jobs that are running on EC2 resources. If your container attempts to exceed the memory specified, the container is terminated. This parameter maps to Memory in the Create a container section of the Docker Remote API and the --memory option to docker run. You must specify at least 4 MiB of memory for a job. This is required but can be specified in several places for multi-node parallel (MNP) jobs. It must be specified for each node at least once. This parameter maps to Memory in the Create a container section of the Docker Remote API and the --memory option to docker run. If you're trying to maximize your resource utilization by providing your jobs as much memory as possible for a particular instance type, see Memory management in the Batch User Guide. For jobs that are running on Fargate resources, then value is the hard limit (in MiB), and must match one of the supported values and the VCPU values must be one of the values supported for that memory value. value = 512 VCPU = 0.25 value = 1024 VCPU = 0.25 or 0.5 value = 2048 VCPU = 0.25, 0.5, or 1 value = 3072 VCPU = 0.5, or 1 value = 4096 VCPU = 0.5, 1, or 2 value = 5120, 6144, or 7168 VCPU = 1 or 2 value = 8192 VCPU = 1, 2, 4, or 8 value = 9216, 10240, 11264, 12288, 13312, 14336, or 15360 VCPU = 2 or 4 value = 16384 VCPU = 2, 4, or 8 value = 17408, 18432, 19456, 21504, 22528, 23552, 25600, 26624, 27648, 29696, or 30720 VCPU = 4 value = 20480, 24576, or 28672 VCPU = 4 or 8 value = 36864, 45056, 53248, or 61440 VCPU = 8 value = 32768, 40960, 49152, or 57344 VCPU = 8 or 16 value = 65536, 73728, 81920, 90112, 98304, 106496, 114688, or 122880 VCPU = 16 type="VCPU" The number of vCPUs reserved for the container. This parameter maps to CpuShares in the Create a container section of the Docker Remote API and the --cpu-shares option to docker run. Each vCPU is equivalent to 1,024 CPU shares. For EC2 resources, you must specify at least one vCPU. This is required but can be specified in several places; it must be specified for each node at least once. The default for the Fargate On-Demand vCPU resource count quota is 6 vCPUs. For more information about Fargate quotas, see Fargate quotas in the Amazon Web Services General Reference. For jobs that are running on Fargate resources, then value must match one of the supported values and the MEMORY values must be one of the values supported for that VCPU value. The supported values are 0.25, 0.5, 1, 2, 4, 8, and 16 value = 0.25 MEMORY = 512, 1024, or 2048 value = 0.5 MEMORY = 1024, 2048, 3072, or 4096 value = 1 MEMORY = 2048, 3072, 4096, 5120, 6144, 7168, or 8192 value = 2 MEMORY = 4096, 5120, 6144, 7168, 8192, 9216, 10240, 11264, 12288, 13312, 14336, 15360, or 16384 value = 4 MEMORY = 8192, 9216, 10240, 11264, 12288, 13312, 14336, 15360, 16384, 17408, 18432, 19456, 20480, 21504, 22528, 23552, 24576, 25600, 26624, 27648, 28672, 29696, or 30720 value = 8 MEMORY = 16384, 20480, 24576, 28672, 32768, 36864, 40960, 45056, 49152, 53248, 57344, or 61440 value = 16 MEMORY = 32768, 40960, 49152, 57344, 65536, 73728, 81920, 90112, 98304, 106496, 114688, or 122880
|
|
2052
2052
|
*/
|
|
2053
2053
|
value: String;
|
|
2054
2054
|
/**
|