Skip to content

Commit

Permalink
Updates SDK to v2.1240.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Oct 25, 2022
1 parent cea9422 commit 1e066c4
Show file tree
Hide file tree
Showing 25 changed files with 3,891 additions and 3,447 deletions.
27 changes: 27 additions & 0 deletions .changes/2.1240.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "bugfix",
"category": "AWSQueryCompatible",
"description": "Read trait from metadata"
},
{
"type": "feature",
"category": "AccessAnalyzer",
"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."
},
{
"type": "feature",
"category": "MediaTailor",
"description": "This release is a documentation update"
},
{
"type": "feature",
"category": "RDS",
"description": "Relational Database Service - This release adds support for exporting DB cluster data to Amazon S3."
},
{
"type": "feature",
"category": "WorkSpaces",
"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."
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-AWSQueryCompatible-f891b653.json

This file was deleted.

9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1239.0-->
<!--LATEST=2.1240.0-->
<!--ENTRYINSERT-->

## 2.1240.0
* bugfix: AWSQueryCompatible: Read trait from metadata
* 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.
* feature: MediaTailor: This release is a documentation update
* feature: RDS: Relational Database Service - This release adds support for exporting DB cluster data to Amazon S3.
* 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.

## 2.1239.0
* feature: ACMPCA: AWS Private Certificate Authority (AWS Private CA) now offers usage modes which are combination of features to address specific use cases.
* feature: Batch: This release adds support for AWS Batch on Amazon EKS.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1239.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1240.0.min.js"></script>

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

0 comments on commit 1e066c4

Please sign in to comment.