aws-sdk 2.977.0 → 2.978.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 +5 -1
- package/README.md +1 -1
- package/apis/ec2-2016-11-15.min.json +5 -1
- package/apis/elasticmapreduce-2009-03-31.min.json +84 -21
- package/apis/s3-2006-03-01.examples.json +162 -162
- package/clients/ec2.d.ts +8 -0
- package/clients/emr.d.ts +78 -15
- package/clients/s3.d.ts +6 -6
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +3 -3
- package/dist/aws-sdk.js +92 -25
- package/dist/aws-sdk.min.js +63 -63
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
# Changelog for AWS SDK for JavaScript
|
|
2
|
-
<!--LATEST=2.
|
|
2
|
+
<!--LATEST=2.978.0-->
|
|
3
3
|
<!--ENTRYINSERT-->
|
|
4
4
|
|
|
5
|
+
## 2.978.0
|
|
6
|
+
* feature: EC2: This release adds the BootMode flag to the ImportImage API and showing the detected BootMode of an ImportImage task.
|
|
7
|
+
* feature: EMR: Amazon EMR now supports auto-terminating idle EMR clusters. You can specify the idle timeout value when enabling auto-termination for both running and new clusters and Amazon EMR automatically terminates the cluster when idle timeout kicks in.
|
|
8
|
+
|
|
5
9
|
## 2.977.0
|
|
6
10
|
* feature: ComputeOptimizer: Adds support for 1) the AWS Graviton (AWS_ARM64) recommendation preference for Amazon EC2 instance and Auto Scaling group recommendations, and 2) the ability to get the enrollment statuses for all member accounts of an organization.
|
|
7
11
|
* feature: EC2: Support added for resizing VPC prefix lists
|
package/README.md
CHANGED
|
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
|
|
|
29
29
|
To use the SDK in the browser, simply add the following script tag to your
|
|
30
30
|
HTML pages:
|
|
31
31
|
|
|
32
|
-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.
|
|
32
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.978.0.min.js"></script>
|
|
33
33
|
|
|
34
34
|
You can also build a custom browser SDK with your specified set of AWS services.
|
|
35
35
|
This can allow you to reduce the SDK's size, specify different API versions of
|
|
@@ -8198,6 +8198,9 @@
|
|
|
8198
8198
|
},
|
|
8199
8199
|
"UsageOperation": {
|
|
8200
8200
|
"locationName": "usageOperation"
|
|
8201
|
+
},
|
|
8202
|
+
"BootMode": {
|
|
8203
|
+
"locationName": "bootMode"
|
|
8201
8204
|
}
|
|
8202
8205
|
}
|
|
8203
8206
|
}
|
|
@@ -15200,7 +15203,8 @@
|
|
|
15200
15203
|
"shape": "S1t",
|
|
15201
15204
|
"locationName": "TagSpecification"
|
|
15202
15205
|
},
|
|
15203
|
-
"UsageOperation": {}
|
|
15206
|
+
"UsageOperation": {},
|
|
15207
|
+
"BootMode": {}
|
|
15204
15208
|
}
|
|
15205
15209
|
},
|
|
15206
15210
|
"output": {
|
|
@@ -724,6 +724,25 @@
|
|
|
724
724
|
}
|
|
725
725
|
}
|
|
726
726
|
},
|
|
727
|
+
"GetAutoTerminationPolicy": {
|
|
728
|
+
"input": {
|
|
729
|
+
"type": "structure",
|
|
730
|
+
"required": [
|
|
731
|
+
"ClusterId"
|
|
732
|
+
],
|
|
733
|
+
"members": {
|
|
734
|
+
"ClusterId": {}
|
|
735
|
+
}
|
|
736
|
+
},
|
|
737
|
+
"output": {
|
|
738
|
+
"type": "structure",
|
|
739
|
+
"members": {
|
|
740
|
+
"AutoTerminationPolicy": {
|
|
741
|
+
"shape": "S4h"
|
|
742
|
+
}
|
|
743
|
+
}
|
|
744
|
+
}
|
|
745
|
+
},
|
|
727
746
|
"GetBlockPublicAccessConfiguration": {
|
|
728
747
|
"input": {
|
|
729
748
|
"type": "structure",
|
|
@@ -737,7 +756,7 @@
|
|
|
737
756
|
],
|
|
738
757
|
"members": {
|
|
739
758
|
"BlockPublicAccessConfiguration": {
|
|
740
|
-
"shape": "
|
|
759
|
+
"shape": "S4l"
|
|
741
760
|
},
|
|
742
761
|
"BlockPublicAccessConfigurationMetadata": {
|
|
743
762
|
"type": "structure",
|
|
@@ -769,7 +788,7 @@
|
|
|
769
788
|
"type": "structure",
|
|
770
789
|
"members": {
|
|
771
790
|
"ManagedScalingPolicy": {
|
|
772
|
-
"shape": "
|
|
791
|
+
"shape": "S4s"
|
|
773
792
|
}
|
|
774
793
|
}
|
|
775
794
|
}
|
|
@@ -961,7 +980,7 @@
|
|
|
961
980
|
"shape": "Sh"
|
|
962
981
|
},
|
|
963
982
|
"EbsBlockDevices": {
|
|
964
|
-
"shape": "
|
|
983
|
+
"shape": "S5j"
|
|
965
984
|
},
|
|
966
985
|
"EbsOptimized": {
|
|
967
986
|
"type": "boolean"
|
|
@@ -1051,16 +1070,16 @@
|
|
|
1051
1070
|
"type": "long"
|
|
1052
1071
|
},
|
|
1053
1072
|
"EbsBlockDevices": {
|
|
1054
|
-
"shape": "
|
|
1073
|
+
"shape": "S5j"
|
|
1055
1074
|
},
|
|
1056
1075
|
"EbsOptimized": {
|
|
1057
1076
|
"type": "boolean"
|
|
1058
1077
|
},
|
|
1059
1078
|
"ShrinkPolicy": {
|
|
1060
|
-
"shape": "
|
|
1079
|
+
"shape": "S5v"
|
|
1061
1080
|
},
|
|
1062
1081
|
"AutoScalingPolicy": {
|
|
1063
|
-
"shape": "
|
|
1082
|
+
"shape": "S5z"
|
|
1064
1083
|
},
|
|
1065
1084
|
"CustomAmiId": {}
|
|
1066
1085
|
}
|
|
@@ -1422,7 +1441,7 @@
|
|
|
1422
1441
|
"member": {}
|
|
1423
1442
|
},
|
|
1424
1443
|
"ShrinkPolicy": {
|
|
1425
|
-
"shape": "
|
|
1444
|
+
"shape": "S5v"
|
|
1426
1445
|
},
|
|
1427
1446
|
"Configurations": {
|
|
1428
1447
|
"shape": "Sh"
|
|
@@ -1455,12 +1474,30 @@
|
|
|
1455
1474
|
"ClusterId": {},
|
|
1456
1475
|
"InstanceGroupId": {},
|
|
1457
1476
|
"AutoScalingPolicy": {
|
|
1458
|
-
"shape": "
|
|
1477
|
+
"shape": "S5z"
|
|
1459
1478
|
},
|
|
1460
1479
|
"ClusterArn": {}
|
|
1461
1480
|
}
|
|
1462
1481
|
}
|
|
1463
1482
|
},
|
|
1483
|
+
"PutAutoTerminationPolicy": {
|
|
1484
|
+
"input": {
|
|
1485
|
+
"type": "structure",
|
|
1486
|
+
"required": [
|
|
1487
|
+
"ClusterId"
|
|
1488
|
+
],
|
|
1489
|
+
"members": {
|
|
1490
|
+
"ClusterId": {},
|
|
1491
|
+
"AutoTerminationPolicy": {
|
|
1492
|
+
"shape": "S4h"
|
|
1493
|
+
}
|
|
1494
|
+
}
|
|
1495
|
+
},
|
|
1496
|
+
"output": {
|
|
1497
|
+
"type": "structure",
|
|
1498
|
+
"members": {}
|
|
1499
|
+
}
|
|
1500
|
+
},
|
|
1464
1501
|
"PutBlockPublicAccessConfiguration": {
|
|
1465
1502
|
"input": {
|
|
1466
1503
|
"type": "structure",
|
|
@@ -1469,7 +1506,7 @@
|
|
|
1469
1506
|
],
|
|
1470
1507
|
"members": {
|
|
1471
1508
|
"BlockPublicAccessConfiguration": {
|
|
1472
|
-
"shape": "
|
|
1509
|
+
"shape": "S4l"
|
|
1473
1510
|
}
|
|
1474
1511
|
}
|
|
1475
1512
|
},
|
|
@@ -1488,7 +1525,7 @@
|
|
|
1488
1525
|
"members": {
|
|
1489
1526
|
"ClusterId": {},
|
|
1490
1527
|
"ManagedScalingPolicy": {
|
|
1491
|
-
"shape": "
|
|
1528
|
+
"shape": "S4s"
|
|
1492
1529
|
}
|
|
1493
1530
|
}
|
|
1494
1531
|
},
|
|
@@ -1514,6 +1551,21 @@
|
|
|
1514
1551
|
"members": {}
|
|
1515
1552
|
}
|
|
1516
1553
|
},
|
|
1554
|
+
"RemoveAutoTerminationPolicy": {
|
|
1555
|
+
"input": {
|
|
1556
|
+
"type": "structure",
|
|
1557
|
+
"required": [
|
|
1558
|
+
"ClusterId"
|
|
1559
|
+
],
|
|
1560
|
+
"members": {
|
|
1561
|
+
"ClusterId": {}
|
|
1562
|
+
}
|
|
1563
|
+
},
|
|
1564
|
+
"output": {
|
|
1565
|
+
"type": "structure",
|
|
1566
|
+
"members": {}
|
|
1567
|
+
}
|
|
1568
|
+
},
|
|
1517
1569
|
"RemoveManagedScalingPolicy": {
|
|
1518
1570
|
"input": {
|
|
1519
1571
|
"type": "structure",
|
|
@@ -1598,10 +1650,10 @@
|
|
|
1598
1650
|
"EmrManagedSlaveSecurityGroup": {},
|
|
1599
1651
|
"ServiceAccessSecurityGroup": {},
|
|
1600
1652
|
"AdditionalMasterSecurityGroups": {
|
|
1601
|
-
"shape": "
|
|
1653
|
+
"shape": "S7w"
|
|
1602
1654
|
},
|
|
1603
1655
|
"AdditionalSlaveSecurityGroups": {
|
|
1604
|
-
"shape": "
|
|
1656
|
+
"shape": "S7w"
|
|
1605
1657
|
}
|
|
1606
1658
|
}
|
|
1607
1659
|
},
|
|
@@ -1658,10 +1710,13 @@
|
|
|
1658
1710
|
"type": "integer"
|
|
1659
1711
|
},
|
|
1660
1712
|
"ManagedScalingPolicy": {
|
|
1661
|
-
"shape": "
|
|
1713
|
+
"shape": "S4s"
|
|
1662
1714
|
},
|
|
1663
1715
|
"PlacementGroupConfigs": {
|
|
1664
1716
|
"shape": "S31"
|
|
1717
|
+
},
|
|
1718
|
+
"AutoTerminationPolicy": {
|
|
1719
|
+
"shape": "S4h"
|
|
1665
1720
|
}
|
|
1666
1721
|
}
|
|
1667
1722
|
},
|
|
@@ -2321,6 +2376,14 @@
|
|
|
2321
2376
|
}
|
|
2322
2377
|
},
|
|
2323
2378
|
"S4h": {
|
|
2379
|
+
"type": "structure",
|
|
2380
|
+
"members": {
|
|
2381
|
+
"IdleTimeout": {
|
|
2382
|
+
"type": "long"
|
|
2383
|
+
}
|
|
2384
|
+
}
|
|
2385
|
+
},
|
|
2386
|
+
"S4l": {
|
|
2324
2387
|
"type": "structure",
|
|
2325
2388
|
"required": [
|
|
2326
2389
|
"BlockPublicSecurityGroupRules"
|
|
@@ -2348,7 +2411,7 @@
|
|
|
2348
2411
|
}
|
|
2349
2412
|
}
|
|
2350
2413
|
},
|
|
2351
|
-
"
|
|
2414
|
+
"S4s": {
|
|
2352
2415
|
"type": "structure",
|
|
2353
2416
|
"members": {
|
|
2354
2417
|
"ComputeLimits": {
|
|
@@ -2376,7 +2439,7 @@
|
|
|
2376
2439
|
}
|
|
2377
2440
|
}
|
|
2378
2441
|
},
|
|
2379
|
-
"
|
|
2442
|
+
"S5j": {
|
|
2380
2443
|
"type": "list",
|
|
2381
2444
|
"member": {
|
|
2382
2445
|
"type": "structure",
|
|
@@ -2388,7 +2451,7 @@
|
|
|
2388
2451
|
}
|
|
2389
2452
|
}
|
|
2390
2453
|
},
|
|
2391
|
-
"
|
|
2454
|
+
"S5v": {
|
|
2392
2455
|
"type": "structure",
|
|
2393
2456
|
"members": {
|
|
2394
2457
|
"DecommissionTimeout": {
|
|
@@ -2398,10 +2461,10 @@
|
|
|
2398
2461
|
"type": "structure",
|
|
2399
2462
|
"members": {
|
|
2400
2463
|
"InstancesToTerminate": {
|
|
2401
|
-
"shape": "
|
|
2464
|
+
"shape": "S5x"
|
|
2402
2465
|
},
|
|
2403
2466
|
"InstancesToProtect": {
|
|
2404
|
-
"shape": "
|
|
2467
|
+
"shape": "S5x"
|
|
2405
2468
|
},
|
|
2406
2469
|
"InstanceTerminationTimeout": {
|
|
2407
2470
|
"type": "integer"
|
|
@@ -2410,11 +2473,11 @@
|
|
|
2410
2473
|
}
|
|
2411
2474
|
}
|
|
2412
2475
|
},
|
|
2413
|
-
"
|
|
2476
|
+
"S5x": {
|
|
2414
2477
|
"type": "list",
|
|
2415
2478
|
"member": {}
|
|
2416
2479
|
},
|
|
2417
|
-
"
|
|
2480
|
+
"S5z": {
|
|
2418
2481
|
"type": "structure",
|
|
2419
2482
|
"members": {
|
|
2420
2483
|
"Status": {
|
|
@@ -2438,7 +2501,7 @@
|
|
|
2438
2501
|
}
|
|
2439
2502
|
}
|
|
2440
2503
|
},
|
|
2441
|
-
"
|
|
2504
|
+
"S7w": {
|
|
2442
2505
|
"type": "list",
|
|
2443
2506
|
"member": {}
|
|
2444
2507
|
}
|