Skip to content

Commit a463c3c

Browse files
author
awstools
committed
Updates SDK to v2.1556.0
1 parent e7b95e8 commit a463c3c

17 files changed

+610
-236
lines changed

.changes/2.1556.0.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "AppSync",
5+
"description": "Adds support for new options on GraphqlAPIs, Resolvers and Data Sources for emitting Amazon CloudWatch metrics for enhanced monitoring of AppSync APIs."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "CloudWatch",
10+
"description": "This release enables PutMetricData API request payload compression by default."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Route53Domains",
15+
"description": "This release adds bill contact support for RegisterDomain, TransferDomain, UpdateDomainContact and GetDomainDetail API."
16+
}
17+
]

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1555.0-->
2+
<!--LATEST=2.1556.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1556.0
6+
* feature: AppSync: Adds support for new options on GraphqlAPIs, Resolvers and Data Sources for emitting Amazon CloudWatch metrics for enhanced monitoring of AppSync APIs.
7+
* feature: CloudWatch: This release enables PutMetricData API request payload compression by default.
8+
* feature: Route53Domains: This release adds bill contact support for RegisterDomain, TransferDomain, UpdateDomainContact and GetDomainDetail API.
9+
510
## 2.1555.0
611
* feature: Batch: This feature allows Batch to support configuration of repository credentials for jobs running on ECS
712
* feature: Braket: Creating a job will result in DeviceOfflineException when using an offline device, and DeviceRetiredException when using a retired device.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
6969
To use the SDK in the browser, simply add the following script tag to your
7070
HTML pages:
7171

72-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1555.0.min.js"></script>
72+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1556.0.min.js"></script>
7373

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

0 commit comments

Comments
 (0)