Skip to content

Commit d39df72

Browse files
author
awstools
committed
Updates SDK to v2.1144.0
1 parent 76fe0f6 commit d39df72

27 files changed

+4254
-313
lines changed

.changes/2.1144.0.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "EC2",
5+
"description": "C7g instances, powered by the latest generation AWS Graviton3 processors, provide the best price performance in Amazon EC2 for compute-intensive workloads."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "EMRServerless",
10+
"description": "This release adds support for Amazon EMR Serverless, a serverless runtime environment that simplifies running analytics applications using the latest open source frameworks such as Apache Spark and Apache Hive."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "ForecastService",
15+
"description": "Introduced a new field in Auto Predictor as Time Alignment Boundary. It helps in aligning the timestamps generated during Forecast exports"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Lightsail",
20+
"description": "Amazon Lightsail now supports the ability to configure a Lightsail Container Service to pull images from Amazon ECR private repositories in your account."
21+
}
22+
]

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1143.0-->
2+
<!--LATEST=2.1144.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1144.0
6+
* feature: EC2: C7g instances, powered by the latest generation AWS Graviton3 processors, provide the best price performance in Amazon EC2 for compute-intensive workloads.
7+
* feature: EMRServerless: This release adds support for Amazon EMR Serverless, a serverless runtime environment that simplifies running analytics applications using the latest open source frameworks such as Apache Spark and Apache Hive.
8+
* feature: ForecastService: Introduced a new field in Auto Predictor as Time Alignment Boundary. It helps in aligning the timestamps generated during Forecast exports
9+
* feature: Lightsail: Amazon Lightsail now supports the ability to configure a Lightsail Container Service to pull images from Amazon ECR private repositories in your account.
10+
511
## 2.1143.0
612
* feature: CloudFormation: Add a new parameter statusReason to DescribeStackSetOperation output for additional details
713
* feature: FSx: This release adds root squash support to FSx for Lustre to restrict root level access from clients by mapping root users to a less-privileged user/group with limited permissions.

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.1143.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1144.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

apis/ec2-2016-11-15.normal.json

+12-1
Original file line numberDiff line numberDiff line change
@@ -33659,7 +33659,18 @@
3365933659
"i4i.4xlarge",
3366033660
"i4i.8xlarge",
3366133661
"i4i.16xlarge",
33662-
"i4i.32xlarge"
33662+
"i4i.32xlarge",
33663+
"i4i.metal",
33664+
"x2idn.metal",
33665+
"x2iedn.metal",
33666+
"c7g.medium",
33667+
"c7g.large",
33668+
"c7g.xlarge",
33669+
"c7g.2xlarge",
33670+
"c7g.4xlarge",
33671+
"c7g.8xlarge",
33672+
"c7g.12xlarge",
33673+
"c7g.16xlarge"
3366333674
]
3366433675
},
3366533676
"InstanceTypeHypervisor": {
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"version": "1.0",
3+
"examples": {
4+
}
5+
}

0 commit comments

Comments
 (0)