Skip to content

Commit d2cf1a3

Browse files
author
awstools
committed
Updates SDK to v2.575.0
1 parent 277b209 commit d2cf1a3

37 files changed

+7019
-1765
lines changed

.changes/2.575.0.json

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
[
2+
{
3+
"type": "bugfix",
4+
"category": "IMDS",
5+
"description": "Signed IMDS workflow"
6+
},
7+
{
8+
"type": "bugfix",
9+
"category": "IMDS",
10+
"description": "Type definitions update to signed IMDS workflow"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "AutoScaling",
15+
"description": "Amazon EC2 Auto Scaling now supports Instance Weighting and Max Instance Lifetime. Instance Weighting allows specifying the capacity units for each instance type included in the MixedInstancesPolicy and how they would contribute to your application's performance. Max Instance Lifetime allows specifying the maximum length of time that an instance can be in service. If any instances are approaching this limit, Amazon EC2 Auto Scaling gradually replaces them."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "CloudFormation",
20+
"description": "This release of AWS CloudFormation StackSets enables users to detect drift on a stack set and the stack instances that belong to that stack set."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "CodeBuild",
25+
"description": "Add support for ARM and GPU-enhanced build environments and a new SSD-backed Linux compute type with additional CPU and memory in CodeBuild"
26+
},
27+
{
28+
"type": "feature",
29+
"category": "ConfigService",
30+
"description": "AWSConfig launches support for conformance packs. A conformance pack is a new resource type that allows you to package a collection of Config rules and remediation actions into a single entity. You can create and deploy conformance packs into your account or across all accounts in your organization"
31+
},
32+
{
33+
"type": "feature",
34+
"category": "EC2",
35+
"description": "This release adds support for RunInstances to specify the metadata options for new instances; adds a new API, ModifyInstanceMetadataOptions, which lets you modify the metadata options for a running or stopped instance; and adds support for CreateCustomerGateway to specify a device name."
36+
},
37+
{
38+
"type": "feature",
39+
"category": "ELBv2",
40+
"description": "This release allows forward actions on Application Load Balancers to route requests to multiple target groups, based on the weight you specify for each target group."
41+
},
42+
{
43+
"type": "feature",
44+
"category": "IAM",
45+
"description": "IAM reports the timestamp when a role's credentials were last used to make an AWS request. This helps you identify unused roles and remove them confidently from your AWS accounts."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Iot",
50+
"description": "As part of this release, we are extending the capability of AWS IoT Rules Engine to send messages directly to customer's own web services/applications. Customers can now create topic rules with HTTP actions to route messages from IoT Core directly to URL's that they own. Ownership is proved by creating and confirming topic rule destinations."
51+
},
52+
{
53+
"type": "feature",
54+
"category": "Lambda",
55+
"description": "This release provides three new runtimes to support Node.js 12 (initially 12.13.0), Python 3.8 and Java 11. "
56+
}
57+
]

.changes/next-release/bugfix-IMDS-d2f75b85.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/bugfix-IMDS-ddb9eb82.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.574.0-->
2+
<!--LATEST=2.575.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.575.0
6+
* bugfix: IMDS: Signed IMDS workflow
7+
* bugfix: IMDS: Type definitions update to signed IMDS workflow
8+
* feature: AutoScaling: Amazon EC2 Auto Scaling now supports Instance Weighting and Max Instance Lifetime. Instance Weighting allows specifying the capacity units for each instance type included in the MixedInstancesPolicy and how they would contribute to your application's performance. Max Instance Lifetime allows specifying the maximum length of time that an instance can be in service. If any instances are approaching this limit, Amazon EC2 Auto Scaling gradually replaces them.
9+
* feature: CloudFormation: This release of AWS CloudFormation StackSets enables users to detect drift on a stack set and the stack instances that belong to that stack set.
10+
* feature: CodeBuild: Add support for ARM and GPU-enhanced build environments and a new SSD-backed Linux compute type with additional CPU and memory in CodeBuild
11+
* feature: ConfigService: AWSConfig launches support for conformance packs. A conformance pack is a new resource type that allows you to package a collection of Config rules and remediation actions into a single entity. You can create and deploy conformance packs into your account or across all accounts in your organization
12+
* feature: EC2: This release adds support for RunInstances to specify the metadata options for new instances; adds a new API, ModifyInstanceMetadataOptions, which lets you modify the metadata options for a running or stopped instance; and adds support for CreateCustomerGateway to specify a device name.
13+
* feature: ELBv2: This release allows forward actions on Application Load Balancers to route requests to multiple target groups, based on the weight you specify for each target group.
14+
* feature: IAM: IAM reports the timestamp when a role's credentials were last used to make an AWS request. This helps you identify unused roles and remove them confidently from your AWS accounts.
15+
* feature: Iot: As part of this release, we are extending the capability of AWS IoT Rules Engine to send messages directly to customer's own web services/applications. Customers can now create topic rules with HTTP actions to route messages from IoT Core directly to URL's that they own. Ownership is proved by creating and confirming topic rule destinations.
16+
* feature: Lambda: This release provides three new runtimes to support Node.js 12 (initially 12.13.0), Python 3.8 and Java 11.
17+
518
## 2.574.0
619
* feature: CloudFormation: This release introduces APIs for the CloudFormation Registry, a new service to submit and discover resource providers with which you can manage third-party resources natively in CloudFormation.
720
* feature: CostExplorer: add EstimatedOnDemandCostWithCurrentCommitment to GetSavingsPlansPurchaseRecommendationRequest API

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ version.
2525
To use the SDK in the browser, simply add the following script tag to your
2626
HTML pages:
2727

28-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.574.0.min.js"></script>
28+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.575.0.min.js"></script>
2929

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

0 commit comments

Comments
 (0)