Skip to content

Commit ef85191

Browse files
author
awstools
committed
Updates SDK to v2.1068.0
1 parent 755f1d5 commit ef85191

21 files changed

+1087
-432
lines changed

.changes/2.1068.0.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "EC2",
5+
"description": "adds support for AMIs in Recycle Bin"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "MarketplaceMetering",
10+
"description": "Add CustomerAWSAccountId to ResolveCustomer API response and increase UsageAllocation limit to 2500."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Rbin",
15+
"description": "Add EC2 Image recycle bin support."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "RoboMaker",
20+
"description": "The release deprecates the use various APIs of RoboMaker Deployment Service in favor of AWS IoT GreenGrass v2.0."
21+
}
22+
]

CHANGELOG.md

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

5+
## 2.1068.0
6+
* feature: EC2: adds support for AMIs in Recycle Bin
7+
* feature: MarketplaceMetering: Add CustomerAWSAccountId to ResolveCustomer API response and increase UsageAllocation limit to 2500.
8+
* feature: Rbin: Add EC2 Image recycle bin support.
9+
* feature: RoboMaker: The release deprecates the use various APIs of RoboMaker Deployment Service in favor of AWS IoT GreenGrass v2.0.
10+
511
## 2.1067.0
612
* feature: Appflow: Launching Amazon AppFlow Custom Connector SDK.
713
* feature: Comprehend: Amazon Comprehend now supports sharing and importing custom trained models from one AWS account to another within the same region.

README.md

Lines changed: 1 addition & 1 deletion
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.1067.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1068.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

0 commit comments

Comments
 (0)