Skip to content

Commit 50667c7

Browse files
author
awstools
committed
Updates SDK to v2.1202.0
1 parent 3173d0c commit 50667c7

24 files changed

+2119
-561
lines changed

.changes/2.1202.0.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "CloudFront",
5+
"description": "Adds support for CloudFront origin access control (OAC), making it possible to restrict public access to S3 bucket origins in all AWS Regions, those with SSE-KMS, and more."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "ConfigService",
10+
"description": "AWS Config now supports ConformancePackTemplate documents in SSM Docs for the deployment and update of conformance packs."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "QuickSight",
15+
"description": "Added a new optional property DashboardVisual under ExperienceConfiguration parameter of GenerateEmbedUrlForAnonymousUser and GenerateEmbedUrlForRegisteredUser API operations. This supports embedding of specific visuals in QuickSight dashboards."
16+
}
17+
]

CHANGELOG.md

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

5+
## 2.1202.0
6+
* feature: CloudFront: Adds support for CloudFront origin access control (OAC), making it possible to restrict public access to S3 bucket origins in all AWS Regions, those with SSE-KMS, and more.
7+
* feature: ConfigService: AWS Config now supports ConformancePackTemplate documents in SSM Docs for the deployment and update of conformance packs.
8+
* feature: QuickSight: Added a new optional property DashboardVisual under ExperienceConfiguration parameter of GenerateEmbedUrlForAnonymousUser and GenerateEmbedUrlForRegisteredUser API operations. This supports embedding of specific visuals in QuickSight dashboards.
9+
510
## 2.1201.0
611
* feature: RDS: RDS for Oracle supports Oracle Data Guard switchover and read replica backups.
712

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