Skip to content

Commit

Permalink
Updates SDK to v2.214.1
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 26, 2018
1 parent 7b768c0 commit 9c27fd7
Show file tree
Hide file tree
Showing 14 changed files with 617 additions and 168 deletions.
7 changes: 7 additions & 0 deletions .changes/2.214.1.json
@@ -0,0 +1,7 @@
[
{
"type": "feature",
"category": "DynamoDB",
"description": "Point-in-time recovery (PITR) provides continuous backups of your DynamoDB table data. With PITR, you do not have to worry about creating, maintaining, or scheduling backups. You enable PITR on your table and your backup is available for restore at any point in time from the moment you enable it, up to a maximum of the 35 preceding days. PITR provides continuous backups until you explicitly disable it. For more information, see the Amazon DynamoDB Developer Guide."
}
]
5 changes: 4 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,10 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.213.1-->
<!--LATEST=2.214.1-->
<!--ENTRYINSERT-->

## 2.214.1
* feature: DynamoDB: Point-in-time recovery (PITR) provides continuous backups of your DynamoDB table data. With PITR, you do not have to worry about creating, maintaining, or scheduling backups. You enable PITR on your table and your backup is available for restore at any point in time from the moment you enable it, up to a maximum of the 35 preceding days. PITR provides continuous backups until you explicitly disable it. For more information, see the Amazon DynamoDB Developer Guide.

## 2.213.1
* feature: AppStream: Feedback URL allows admins to provide a feedback link or a survey link for collecting user feedback while streaming sessions. When a feedback link is provided, streaming users will see a "Send Feedback" choice in their streaming session toolbar. On selecting this choice, user will be redirected to the link provided in a new browser tab. If a feedback link is not provided, users will not see the "Send Feedback" option.
* feature: CodeBuild: Adding support for branch filtering when using webhooks with AWS CodeBuild.
Expand Down
2 changes: 1 addition & 1 deletion README.md
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.213.1.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.214.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

0 comments on commit 9c27fd7

Please sign in to comment.