Skip to content

Commit

Permalink
Updates SDK to v2.399.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 7, 2019
1 parent b5bf965 commit 1f69b0f
Show file tree
Hide file tree
Showing 21 changed files with 6,382 additions and 4,291 deletions.
22 changes: 22 additions & 0 deletions .changes/2.399.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "ES",
"description": "Feature: Support for three Availability Zone deployments"
},
{
"type": "feature",
"category": "GameLift",
"description": "This release delivers a new API action for deleting unused matchmaking rule sets. More details are available at https://aws.amazon.com/releasenotes/?tag=releasenotes%23keywords%23amazon-gamelift."
},
{
"type": "feature",
"category": "MediaLive",
"description": "This release adds tagging of channels, inputs, and input security groups."
},
{
"type": "feature",
"category": "RoboMaker",
"description": "Added support for tagging and tag-based access control for AWS RoboMaker resources. Also, DescribeSimulationJob now includes a new failureReason field to help debug simulation job failures"
}
]
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.398.0-->
<!--LATEST=2.399.0-->
<!--ENTRYINSERT-->

## 2.399.0
* feature: ES: Feature: Support for three Availability Zone deployments
* feature: GameLift: This release delivers a new API action for deleting unused matchmaking rule sets. More details are available at https://aws.amazon.com/releasenotes/?tag=releasenotes%23keywords%23amazon-gamelift.
* feature: MediaLive: This release adds tagging of channels, inputs, and input security groups.
* feature: RoboMaker: Added support for tagging and tag-based access control for AWS RoboMaker resources. Also, DescribeSimulationJob now includes a new failureReason field to help debug simulation job failures

## 2.398.0
* feature: EC2: Add Linux with SQL Server Standard, Linux with SQL Server Web, and Linux with SQL Server Enterprise to the list of allowed instance platforms for On-Demand Capacity Reservations.
* feature: FSx: New optional ExportPath parameter added to the CreateFileSystemLustreConfiguration object for user-defined export paths. Used with the CreateFileSystem action when creating an Amazon FSx for Lustre file system.
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.398.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.399.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
Loading

0 comments on commit 1f69b0f

Please sign in to comment.