Skip to content

Commit

Permalink
Updates SDK to v2.432.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 29, 2019
1 parent e686fd2 commit 2ce3a5e
Show file tree
Hide file tree
Showing 18 changed files with 1,465 additions and 326 deletions.
17 changes: 17 additions & 0 deletions .changes/2.432.0.json
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "CloudWatch",
"description": "Added 3 new APIs, and one additional parameter to PutMetricAlarm API, to support tagging of CloudWatch Alarms."
},
{
"type": "feature",
"category": "Comprehend",
"description": "With this release AWS Comprehend supports encryption of output results of analysis jobs and volume data on the storage volume attached to the compute instance that processes the analysis job."
},
{
"type": "feature",
"category": "Greengrass",
"description": "Greengrass APIs now support tagging operations on resources"
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.431.0-->
<!--LATEST=2.432.0-->
<!--ENTRYINSERT-->

## 2.432.0
* feature: CloudWatch: Added 3 new APIs, and one additional parameter to PutMetricAlarm API, to support tagging of CloudWatch Alarms.
* feature: Comprehend: With this release AWS Comprehend supports encryption of output results of analysis jobs and volume data on the storage volume attached to the compute instance that processes the analysis job.
* feature: Greengrass: Greengrass APIs now support tagging operations on resources

## 2.431.0
* feature: MediaLive: This release adds a new output locking mode synchronized to the Unix epoch.
* feature: PinpointEmail: This release adds support for using the Amazon Pinpoint Email API to tag the following types of Amazon Pinpoint resources: configuration sets; dedicated IP pools; deliverability dashboard reports; and, email identities. A tag is a label that you optionally define and associate with these types of resources. Tags can help you categorize and manage these resources in different ways, such as by purpose, owner, environment, or other criteria. A resource can have as many as 50 tags. For more information, see the Amazon Pinpoint Email API Reference.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -23,7 +23,7 @@ version.
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.431.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.432.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

0 comments on commit 2ce3a5e

Please sign in to comment.