Skip to content

Commit

Permalink
Updates SDK to v2.1556.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 12, 2024
1 parent e7b95e8 commit a463c3c
Show file tree
Hide file tree
Showing 17 changed files with 610 additions and 236 deletions.
17 changes: 17 additions & 0 deletions .changes/2.1556.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "AppSync",
"description": "Adds support for new options on GraphqlAPIs, Resolvers and Data Sources for emitting Amazon CloudWatch metrics for enhanced monitoring of AppSync APIs."
},
{
"type": "feature",
"category": "CloudWatch",
"description": "This release enables PutMetricData API request payload compression by default."
},
{
"type": "feature",
"category": "Route53Domains",
"description": "This release adds bill contact support for RegisterDomain, TransferDomain, UpdateDomainContact and GetDomainDetail API."
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1555.0-->
<!--LATEST=2.1556.0-->
<!--ENTRYINSERT-->

## 2.1556.0
* feature: AppSync: Adds support for new options on GraphqlAPIs, Resolvers and Data Sources for emitting Amazon CloudWatch metrics for enhanced monitoring of AppSync APIs.
* feature: CloudWatch: This release enables PutMetricData API request payload compression by default.
* feature: Route53Domains: This release adds bill contact support for RegisterDomain, TransferDomain, UpdateDomainContact and GetDomainDetail API.

## 2.1555.0
* feature: Batch: This feature allows Batch to support configuration of repository credentials for jobs running on ECS
* feature: Braket: Creating a job will result in DeviceOfflineException when using an offline device, and DeviceRetiredException when using a retired device.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
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.1555.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1556.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 a463c3c

Please sign in to comment.