Skip to content

Commit 1e066c4

Browse files
author
awstools
committed
Updates SDK to v2.1240.0
1 parent cea9422 commit 1e066c4

25 files changed

+3891
-3447
lines changed

.changes/2.1240.0.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"type": "bugfix",
4+
"category": "AWSQueryCompatible",
5+
"description": "Read trait from metadata"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "AccessAnalyzer",
10+
"description": "This release adds support for six new resource types in IAM Access Analyzer to help you easily identify public and cross-account access to your AWS resources. Updated service API, documentation, and paginators."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "MediaTailor",
15+
"description": "This release is a documentation update"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "RDS",
20+
"description": "Relational Database Service - This release adds support for exporting DB cluster data to Amazon S3."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "WorkSpaces",
25+
"description": "This release adds new enums for supporting Workspaces Core features, including creating Manual running mode workspaces, importing regular Workspaces Core images and importing g4dn Workspaces Core images."
26+
}
27+
]

.changes/next-release/bugfix-AWSQueryCompatible-f891b653.json

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

CHANGELOG.md

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

5+
## 2.1240.0
6+
* bugfix: AWSQueryCompatible: Read trait from metadata
7+
* feature: AccessAnalyzer: This release adds support for six new resource types in IAM Access Analyzer to help you easily identify public and cross-account access to your AWS resources. Updated service API, documentation, and paginators.
8+
* feature: MediaTailor: This release is a documentation update
9+
* feature: RDS: Relational Database Service - This release adds support for exporting DB cluster data to Amazon S3.
10+
* feature: WorkSpaces: This release adds new enums for supporting Workspaces Core features, including creating Manual running mode workspaces, importing regular Workspaces Core images and importing g4dn Workspaces Core images.
11+
512
## 2.1239.0
613
* feature: ACMPCA: AWS Private Certificate Authority (AWS Private CA) now offers usage modes which are combination of features to address specific use cases.
714
* feature: Batch: This release adds support for AWS Batch on Amazon EKS.

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