Skip to content

Commit

Permalink
Updates SDK to v2.978.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 27, 2021
1 parent 7b85999 commit 3411edd
Show file tree
Hide file tree
Showing 18 changed files with 657 additions and 315 deletions.
12 changes: 12 additions & 0 deletions .changes/2.978.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "EC2",
"description": "This release adds the BootMode flag to the ImportImage API and showing the detected BootMode of an ImportImage task."
},
{
"type": "feature",
"category": "EMR",
"description": "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."
}
]
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.977.0-->
<!--LATEST=2.978.0-->
<!--ENTRYINSERT-->

## 2.978.0
* feature: EC2: This release adds the BootMode flag to the ImportImage API and showing the detected BootMode of an ImportImage task.
* 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.

## 2.977.0
* 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.
* feature: EC2: Support added for resizing VPC prefix lists
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.977.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.978.0.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
6 changes: 5 additions & 1 deletion apis/ec2-2016-11-15.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -8198,6 +8198,9 @@
},
"UsageOperation": {
"locationName": "usageOperation"
},
"BootMode": {
"locationName": "bootMode"
}
}
}
Expand Down Expand Up @@ -15200,7 +15203,8 @@
"shape": "S1t",
"locationName": "TagSpecification"
},
"UsageOperation": {}
"UsageOperation": {},
"BootMode": {}
}
},
"output": {
Expand Down
9 changes: 9 additions & 0 deletions apis/ec2-2016-11-15.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -26934,6 +26934,10 @@
"UsageOperation": {
"shape": "String",
"documentation": "<p>The usage operation value. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/billing-info-fields.html\">AMI billing information fields</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>"
},
"BootMode": {
"shape": "BootModeValues",
"documentation": "<p>The boot mode of the virtual machine.</p>"
}
}
},
Expand Down Expand Up @@ -27104,6 +27108,11 @@
"shape": "String",
"documentation": "<p>The usage operation value.</p>",
"locationName": "usageOperation"
},
"BootMode": {
"shape": "BootModeValues",
"documentation": "<p>The boot mode of the virtual machine.</p>",
"locationName": "bootMode"
}
},
"documentation": "<p>Describes an import image task.</p>"
Expand Down
105 changes: 84 additions & 21 deletions apis/elasticmapreduce-2009-03-31.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,25 @@
}
}
},
"GetAutoTerminationPolicy": {
"input": {
"type": "structure",
"required": [
"ClusterId"
],
"members": {
"ClusterId": {}
}
},
"output": {
"type": "structure",
"members": {
"AutoTerminationPolicy": {
"shape": "S4h"
}
}
}
},
"GetBlockPublicAccessConfiguration": {
"input": {
"type": "structure",
Expand All @@ -737,7 +756,7 @@
],
"members": {
"BlockPublicAccessConfiguration": {
"shape": "S4h"
"shape": "S4l"
},
"BlockPublicAccessConfigurationMetadata": {
"type": "structure",
Expand Down Expand Up @@ -769,7 +788,7 @@
"type": "structure",
"members": {
"ManagedScalingPolicy": {
"shape": "S4o"
"shape": "S4s"
}
}
}
Expand Down Expand Up @@ -961,7 +980,7 @@
"shape": "Sh"
},
"EbsBlockDevices": {
"shape": "S5f"
"shape": "S5j"
},
"EbsOptimized": {
"type": "boolean"
Expand Down Expand Up @@ -1051,16 +1070,16 @@
"type": "long"
},
"EbsBlockDevices": {
"shape": "S5f"
"shape": "S5j"
},
"EbsOptimized": {
"type": "boolean"
},
"ShrinkPolicy": {
"shape": "S5s"
"shape": "S5v"
},
"AutoScalingPolicy": {
"shape": "S5w"
"shape": "S5z"
},
"CustomAmiId": {}
}
Expand Down Expand Up @@ -1422,7 +1441,7 @@
"member": {}
},
"ShrinkPolicy": {
"shape": "S5s"
"shape": "S5v"
},
"Configurations": {
"shape": "Sh"
Expand Down Expand Up @@ -1455,12 +1474,30 @@
"ClusterId": {},
"InstanceGroupId": {},
"AutoScalingPolicy": {
"shape": "S5w"
"shape": "S5z"
},
"ClusterArn": {}
}
}
},
"PutAutoTerminationPolicy": {
"input": {
"type": "structure",
"required": [
"ClusterId"
],
"members": {
"ClusterId": {},
"AutoTerminationPolicy": {
"shape": "S4h"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"PutBlockPublicAccessConfiguration": {
"input": {
"type": "structure",
Expand All @@ -1469,7 +1506,7 @@
],
"members": {
"BlockPublicAccessConfiguration": {
"shape": "S4h"
"shape": "S4l"
}
}
},
Expand All @@ -1488,7 +1525,7 @@
"members": {
"ClusterId": {},
"ManagedScalingPolicy": {
"shape": "S4o"
"shape": "S4s"
}
}
},
Expand All @@ -1514,6 +1551,21 @@
"members": {}
}
},
"RemoveAutoTerminationPolicy": {
"input": {
"type": "structure",
"required": [
"ClusterId"
],
"members": {
"ClusterId": {}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"RemoveManagedScalingPolicy": {
"input": {
"type": "structure",
Expand Down Expand Up @@ -1598,10 +1650,10 @@
"EmrManagedSlaveSecurityGroup": {},
"ServiceAccessSecurityGroup": {},
"AdditionalMasterSecurityGroups": {
"shape": "S7p"
"shape": "S7w"
},
"AdditionalSlaveSecurityGroups": {
"shape": "S7p"
"shape": "S7w"
}
}
},
Expand Down Expand Up @@ -1658,10 +1710,13 @@
"type": "integer"
},
"ManagedScalingPolicy": {
"shape": "S4o"
"shape": "S4s"
},
"PlacementGroupConfigs": {
"shape": "S31"
},
"AutoTerminationPolicy": {
"shape": "S4h"
}
}
},
Expand Down Expand Up @@ -2321,6 +2376,14 @@
}
},
"S4h": {
"type": "structure",
"members": {
"IdleTimeout": {
"type": "long"
}
}
},
"S4l": {
"type": "structure",
"required": [
"BlockPublicSecurityGroupRules"
Expand Down Expand Up @@ -2348,7 +2411,7 @@
}
}
},
"S4o": {
"S4s": {
"type": "structure",
"members": {
"ComputeLimits": {
Expand Down Expand Up @@ -2376,7 +2439,7 @@
}
}
},
"S5f": {
"S5j": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -2388,7 +2451,7 @@
}
}
},
"S5s": {
"S5v": {
"type": "structure",
"members": {
"DecommissionTimeout": {
Expand All @@ -2398,10 +2461,10 @@
"type": "structure",
"members": {
"InstancesToTerminate": {
"shape": "S5u"
"shape": "S5x"
},
"InstancesToProtect": {
"shape": "S5u"
"shape": "S5x"
},
"InstanceTerminationTimeout": {
"type": "integer"
Expand All @@ -2410,11 +2473,11 @@
}
}
},
"S5u": {
"S5x": {
"type": "list",
"member": {}
},
"S5w": {
"S5z": {
"type": "structure",
"members": {
"Status": {
Expand All @@ -2438,7 +2501,7 @@
}
}
},
"S7p": {
"S7w": {
"type": "list",
"member": {}
}
Expand Down
Loading

0 comments on commit 3411edd

Please sign in to comment.