Skip to content

Commit

Permalink
Updates SDK to v2.91.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jul 26, 2017
1 parent 225282a commit 28c8cc6
Show file tree
Hide file tree
Showing 19 changed files with 1,021 additions and 481 deletions.
12 changes: 12 additions & 0 deletions .changes/2.91.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "CloudWatch",
"description": "This release adds high resolution features to CloudWatch, with support for Custom Metrics down to 1 second and Alarms down to 10 seconds."
},
{
"type": "feature",
"category": "EC2",
"description": "Amazon EC2 Elastic GPUs allow you to easily attach low-cost graphics acceleration to current generation EC2 instances. With Amazon EC2 Elastic GPUs, you can configure the right amount of graphics acceleration to your particular workload without being constrained by fixed hardware configurations and limited GPU selection."
}
]
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.90.0-->
<!--LATEST=2.91.0-->
<!--ENTRYINSERT-->

## 2.91.0
* feature: CloudWatch: This release adds high resolution features to CloudWatch, with support for Custom Metrics down to 1 second and Alarms down to 10 seconds.
* feature: EC2: Amazon EC2 Elastic GPUs allow you to easily attach low-cost graphics acceleration to current generation EC2 instances. With Amazon EC2 Elastic GPUs, you can configure the right amount of graphics acceleration to your particular workload without being constrained by fixed hardware configurations and limited GPU selection.

## 2.90.0
* feature: CloudDirectory: Cloud Directory adds support for additional batch operations.
* feature: CloudFormation: AWS CloudFormation StackSets enables you to manage stacks across multiple accounts and regions.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ to work with the new major 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.90.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.91.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
5 changes: 5 additions & 0 deletions apis/dynamodb-2011-12-05.examples.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"version": "1.0",
"examples": {
}
}
5 changes: 4 additions & 1 deletion apis/dynamodb-2012-08-10.examples.json
Original file line number Diff line number Diff line change
Expand Up @@ -548,13 +548,16 @@
"output": {
"Attributes": {
"AlbumTitle": {
"S": "Songs About Life"
"S": "Louder Than Ever"
},
"Artist": {
"S": "Acme Band"
},
"SongTitle": {
"S": "Happy Day"
},
"Year": {
"N": "2015"
}
}
},
Expand Down
20 changes: 10 additions & 10 deletions apis/dynamodb-2012-08-10.normal.json

Large diffs are not rendered by default.

Loading

0 comments on commit 28c8cc6

Please sign in to comment.