Skip to content

Commit

Permalink
Updates SDK to v2.407.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 20, 2019
1 parent 57b39b3 commit fb9cb46
Show file tree
Hide file tree
Showing 17 changed files with 1,009 additions and 226 deletions.
17 changes: 17 additions & 0 deletions .changes/2.407.0.json
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "CodeCommit",
"description": "This release adds an API for adding / updating / deleting / copying / moving / setting file modes for one or more files directly to an AWS CodeCommit repository without requiring a Git client."
},
{
"type": "feature",
"category": "DirectConnect",
"description": "Documentation updates for AWS Direct Connect"
},
{
"type": "feature",
"category": "MediaLive",
"description": "This release adds support for VPC inputs, allowing you to push content from your Amazon VPC directly to MediaLive."
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.406.0-->
<!--LATEST=2.407.0-->
<!--ENTRYINSERT-->

## 2.407.0
* feature: CodeCommit: This release adds an API for adding / updating / deleting / copying / moving / setting file modes for one or more files directly to an AWS CodeCommit repository without requiring a Git client.
* feature: DirectConnect: Documentation updates for AWS Direct Connect
* feature: MediaLive: This release adds support for VPC inputs, allowing you to push content from your Amazon VPC directly to MediaLive.

## 2.406.0
* feature: DirectoryService: This release adds support for tags during directory creation (CreateDirectory, CreateMicrosoftAd, ConnectDirectory).
* feature: EFS: Amazon EFS now supports adding tags to file system resources as part of the CreateFileSystem API . Using this capability, customers can now more easily enforce tag-based authorization for EFS file system resources.
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.406.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.407.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 fb9cb46

Please sign in to comment.