Skip to content

Commit

Permalink
Updates SDK to v2.313.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Sep 11, 2018
1 parent 4ed5104 commit 9dd7095
Show file tree
Hide file tree
Showing 14 changed files with 2,169 additions and 1,067 deletions.
7 changes: 7 additions & 0 deletions .changes/2.313.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"type": "feature",
"category": "SSM",
"description": "Session Manager is a fully managed AWS Systems Manager capability that provides interactive one-click access to Amazon EC2 Linux and Windows instances."
}
]
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.312.0-->
<!--LATEST=2.313.0-->
<!--ENTRYINSERT-->

## 2.313.0
* feature: SSM: Session Manager is a fully managed AWS Systems Manager capability that provides interactive one-click access to Amazon EC2 Linux and Windows instances.

## 2.312.0
* feature: CloudHSMV2: With this release, we are adding 2 new APIs. DeleteBackup deletes a specified AWS CloudHSM backup. A backup can be restored up to 7 days after the DeleteBackup request. During this 7-day period, the backup will be in state PENDING_DELETION. Backups can be restored using the RestoreBackup API, which will move the backup from state PENDING_DELETION back to ACTIVE.
* feature: Redshift: Adding support to Redshift to change the encryption type after cluster creation completes.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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.312.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.313.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
1,934 changes: 1,028 additions & 906 deletions apis/opsworkscm-2016-11-01.normal.json

Large diffs are not rendered by default.

Loading

0 comments on commit 9dd7095

Please sign in to comment.