Skip to content

Commit

Permalink
Updates SDK to v2.1132.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 10, 2022
1 parent a93cdc3 commit 6b9d985
Show file tree
Hide file tree
Showing 20 changed files with 1,129 additions and 795 deletions.
17 changes: 17 additions & 0 deletions .changes/2.1132.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "EC2",
"description": "Added support for using NitroTPM and UEFI Secure Boot on EC2 instances."
},
{
"type": "feature",
"category": "EKS",
"description": "Adds BOTTLEROCKET_ARM_64_NVIDIA and BOTTLEROCKET_x86_64_NVIDIA AMI types to EKS managed nodegroups"
},
{
"type": "feature",
"category": "EMR",
"description": "This release updates the Amazon EMR ModifyInstanceGroups API to support \"MERGE\" type cluster reconfiguration. Also, added the ability to specify a particular Amazon Linux release for all nodes in a cluster launch request."
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1131.0-->
<!--LATEST=2.1132.0-->
<!--ENTRYINSERT-->

## 2.1132.0
* feature: EC2: Added support for using NitroTPM and UEFI Secure Boot on EC2 instances.
* feature: EKS: Adds BOTTLEROCKET_ARM_64_NVIDIA and BOTTLEROCKET_x86_64_NVIDIA AMI types to EKS managed nodegroups
* feature: EMR: This release updates the Amazon EMR ModifyInstanceGroups API to support "MERGE" type cluster reconfiguration. Also, added the ability to specify a particular Amazon Linux release for all nodes in a cluster launch request.

## 2.1131.0
* feature: CloudControl: SDK release for Cloud Control API to include paginators for Python SDK.
* feature: Evidently: Add detail message inside GetExperimentResults API response to indicate experiment result availability
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.1131.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1132.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: 3 additions & 3 deletions apis/compute-optimizer-2019-11-01.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,7 @@
"members": {
"resourceType": {
"shape": "ResourceType",
"documentation": "<p>The target resource type of the recommendation preference to delete.</p> <p>The <code>Ec2Instance</code> option encompasses standalone instances and instances that are part of Auto Scaling groups. The <code>AutoScalingGroup</code> option encompasses only instances that are part of an Auto Scaling group.</p>"
"documentation": "<p>The target resource type of the recommendation preference to delete.</p> <p>The <code>Ec2Instance</code> option encompasses standalone instances and instances that are part of Auto Scaling groups. The <code>AutoScalingGroup</code> option encompasses only instances that are part of an Auto Scaling group.</p> <note> <p>The valid values for this parameter are <code>Ec2Instance</code> and <code>AutoScalingGroup</code>.</p> </note>"
},
"scope": {
"shape": "Scope",
Expand Down Expand Up @@ -1944,7 +1944,7 @@
"members": {
"resourceType": {
"shape": "ResourceType",
"documentation": "<p>The target resource type of the recommendation preference for which to return preferences.</p> <p>The <code>Ec2Instance</code> option encompasses standalone instances and instances that are part of Auto Scaling groups. The <code>AutoScalingGroup</code> option encompasses only instances that are part of an Auto Scaling group.</p>"
"documentation": "<p>The target resource type of the recommendation preference for which to return preferences.</p> <p>The <code>Ec2Instance</code> option encompasses standalone instances and instances that are part of Auto Scaling groups. The <code>AutoScalingGroup</code> option encompasses only instances that are part of an Auto Scaling group.</p> <note> <p>The valid values for this parameter are <code>Ec2Instance</code> and <code>AutoScalingGroup</code>.</p> </note>"
},
"scope": {
"shape": "Scope",
Expand Down Expand Up @@ -2593,7 +2593,7 @@
"members": {
"resourceType": {
"shape": "ResourceType",
"documentation": "<p>The target resource type of the recommendation preference to create.</p> <p>The <code>Ec2Instance</code> option encompasses standalone instances and instances that are part of Auto Scaling groups. The <code>AutoScalingGroup</code> option encompasses only instances that are part of an Auto Scaling group.</p>"
"documentation": "<p>The target resource type of the recommendation preference to create.</p> <p>The <code>Ec2Instance</code> option encompasses standalone instances and instances that are part of Auto Scaling groups. The <code>AutoScalingGroup</code> option encompasses only instances that are part of an Auto Scaling group.</p> <note> <p>The valid values for this parameter are <code>Ec2Instance</code> and <code>AutoScalingGroup</code>.</p> </note>"
},
"scope": {
"shape": "Scope",
Expand Down
Loading

0 comments on commit 6b9d985

Please sign in to comment.