Skip to content

Commit

Permalink
Updates SDK to v2.864.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 15, 2021
1 parent e2a3739 commit 0aeade3
Show file tree
Hide file tree
Showing 28 changed files with 5,385 additions and 764 deletions.
22 changes: 22 additions & 0 deletions .changes/2.864.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "CodeDeploy",
"description": "AWS CodeDeploy can now detect instances running an outdated revision of your application and automatically update them with the latest revision."
},
{
"type": "feature",
"category": "ECS",
"description": "This is for ecs exec feature release which includes two new APIs - execute-command and update-cluster and an AWS CLI customization for execute-command API"
},
{
"type": "feature",
"category": "EMR",
"description": "Amazon EMR customers can now specify Resource Group to target Capacity Reservations in their EMR clusters with instance fleets using allocation strategy."
},
{
"type": "feature",
"category": "Fis",
"description": "Initial release of AWS Fault Injection Simulator, a managed service that enables you to perform fault injection experiments on your AWS workloads"
}
]
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.863.0-->
<!--LATEST=2.864.0-->
<!--ENTRYINSERT-->

## 2.864.0
* feature: CodeDeploy: AWS CodeDeploy can now detect instances running an outdated revision of your application and automatically update them with the latest revision.
* feature: ECS: This is for ecs exec feature release which includes two new APIs - execute-command and update-cluster and an AWS CLI customization for execute-command API
* feature: EMR: Amazon EMR customers can now specify Resource Group to target Capacity Reservations in their EMR clusters with instance fleets using allocation strategy.
* feature: Fis: Initial release of AWS Fault Injection Simulator, a managed service that enables you to perform fault injection experiments on your AWS workloads

## 2.863.0
* feature: CUR: - Added optional billingViewArn field for OSG.
* feature: MediaTailor: MediaTailor channel assembly is a new manifest-only service that allows you to assemble linear streams using your existing VOD content.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
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.863.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.864.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 0aeade3

Please sign in to comment.