Skip to content

Commit

Permalink
Updates SDK to v2.285.1
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 1, 2018
1 parent ebf03c7 commit bf70ef9
Show file tree
Hide file tree
Showing 16 changed files with 1,081 additions and 1,026 deletions.
12 changes: 12 additions & 0 deletions .changes/2.285.1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "StorageGateway",
"description": "AWS Storage Gateway now enables you to create stored volumes with AWS KMS support."
},
{
"type": "feature",
"category": "TranscribeService",
"description": "With this update Amazon Transcribe now supports channel identification. It transcribes audio from separate channels and combines them into a single transcription. "
}
]
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.284.1-->
<!--LATEST=2.285.1-->
<!--ENTRYINSERT-->

## 2.285.1
* feature: StorageGateway: AWS Storage Gateway now enables you to create stored volumes with AWS KMS support.
* feature: TranscribeService: With this update Amazon Transcribe now supports channel identification. It transcribes audio from separate channels and combines them into a single transcription.

## 2.284.1
* feature: Connect: This update includes the new User Management APIs and the Federation API used for SAML authentication. The User Management APIs let you create and manage users in your Amazon Connect instance programmatically. The Federation API enables authentication between AWS and your existing identity provider using tokens.
* feature: ES: Amazon Elasticsearch Service adds support for enabling Elasticsearch error logs, providing you valuable information for troubleshooting your Elasticsearch domains quickly and easily. These logs are published to the Amazon CloudWatch Logs service and can be turned on or off at will.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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.284.1.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.285.1.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 bf70ef9

Please sign in to comment.