Skip to content

Commit 6b9d985

Browse files
author
awstools
committed
Updates SDK to v2.1132.0
1 parent a93cdc3 commit 6b9d985

20 files changed

+1129
-795
lines changed

Diff for: .changes/2.1132.0.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "EC2",
5+
"description": "Added support for using NitroTPM and UEFI Secure Boot on EC2 instances."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "EKS",
10+
"description": "Adds BOTTLEROCKET_ARM_64_NVIDIA and BOTTLEROCKET_x86_64_NVIDIA AMI types to EKS managed nodegroups"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "EMR",
15+
"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."
16+
}
17+
]

Diff for: CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1131.0-->
2+
<!--LATEST=2.1132.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1132.0
6+
* feature: EC2: Added support for using NitroTPM and UEFI Secure Boot on EC2 instances.
7+
* feature: EKS: Adds BOTTLEROCKET_ARM_64_NVIDIA and BOTTLEROCKET_x86_64_NVIDIA AMI types to EKS managed nodegroups
8+
* 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.
9+
510
## 2.1131.0
611
* feature: CloudControl: SDK release for Cloud Control API to include paginators for Python SDK.
712
* feature: Evidently: Add detail message inside GetExperimentResults API response to indicate experiment result availability

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1131.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1132.0.min.js"></script>
3333

3434
You can also build a custom browser SDK with your specified set of AWS services.
3535
This can allow you to reduce the SDK's size, specify different API versions of

Diff for: apis/compute-optimizer-2019-11-01.normal.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -950,7 +950,7 @@
950950
"members": {
951951
"resourceType": {
952952
"shape": "ResourceType",
953-
"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>"
953+
"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>"
954954
},
955955
"scope": {
956956
"shape": "Scope",
@@ -1944,7 +1944,7 @@
19441944
"members": {
19451945
"resourceType": {
19461946
"shape": "ResourceType",
1947-
"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>"
1947+
"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>"
19481948
},
19491949
"scope": {
19501950
"shape": "Scope",
@@ -2593,7 +2593,7 @@
25932593
"members": {
25942594
"resourceType": {
25952595
"shape": "ResourceType",
2596-
"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>"
2596+
"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>"
25972597
},
25982598
"scope": {
25992599
"shape": "Scope",

0 commit comments

Comments
 (0)