Skip to content

Commit

Permalink
Updates SDK to v2.395.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 25, 2019
1 parent ac7d0a9 commit c840150
Show file tree
Hide file tree
Showing 19 changed files with 809 additions and 299 deletions.
22 changes: 22 additions & 0 deletions .changes/2.395.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "CodeCommit",
"description": "The PutFile API will now throw new exception FilePathConflictsWithSubmodulePathException when a submodule exists at the input file path; PutFile API will also throw FolderContentSizeLimitExceededException when the total size of any folder on the path exceeds the limit as a result of the operation."
},
{
"type": "feature",
"category": "DeviceFarm",
"description": "Introduces a new rule in Device Pools - \"Availability\". Customers can now ensure they pick devices that are available (i.e., not being used by other customers)."
},
{
"type": "feature",
"category": "MediaConnect",
"description": "This release adds support for tagging, untagging, and listing tags for existing AWS Elemental MediaConnect resources."
},
{
"type": "feature",
"category": "MediaLive",
"description": "This release adds support for Frame Capture output groups and for I-frame only manifests (playlists) in HLS output groups."
}
]
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.394.0-->
<!--LATEST=2.395.0-->
<!--ENTRYINSERT-->

## 2.395.0
* feature: CodeCommit: The PutFile API will now throw new exception FilePathConflictsWithSubmodulePathException when a submodule exists at the input file path; PutFile API will also throw FolderContentSizeLimitExceededException when the total size of any folder on the path exceeds the limit as a result of the operation.
* feature: DeviceFarm: Introduces a new rule in Device Pools - "Availability". Customers can now ensure they pick devices that are available (i.e., not being used by other customers).
* feature: MediaConnect: This release adds support for tagging, untagging, and listing tags for existing AWS Elemental MediaConnect resources.
* feature: MediaLive: This release adds support for Frame Capture output groups and for I-frame only manifests (playlists) in HLS output groups.

## 2.394.0
* feature: CodeBuild: This release adds support for cross-account ECR images and private registry authentication.
* feature: ECR: Amazon ECR updated the default endpoint URL to support AWS Private Link.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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.394.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.395.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
6 changes: 6 additions & 0 deletions apis/codecommit-2015-04-13.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -1612,6 +1612,9 @@
{
"shape": "FileContentSizeLimitExceededException"
},
{
"shape": "FolderContentSizeLimitExceededException"
},
{
"shape": "PathRequiredException"
},
Expand Down Expand Up @@ -1668,6 +1671,9 @@
},
{
"shape": "DirectoryNameConflictsWithFileNameException"
},
{
"shape": "FilePathConflictsWithSubmodulePathException"
}
],
"documentation": "<p>Adds or updates a file in a branch in an AWS CodeCommit repository, and generates a commit for the addition in the specified branch.</p>"
Expand Down
Loading

0 comments on commit c840150

Please sign in to comment.