Skip to content

Commit

Permalink
Updates SDK to v2.391.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 18, 2019
1 parent fa49246 commit 74e2746
Show file tree
Hide file tree
Showing 14 changed files with 213 additions and 121 deletions.
12 changes: 12 additions & 0 deletions .changes/2.391.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "EC2",
"description": "Adjust EC2's available instance types."
},
{
"type": "feature",
"category": "Glue",
"description": "AllocatedCapacity field is being deprecated and replaced with MaxCapacity field"
}
]
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.390.0-->
<!--LATEST=2.391.0-->
<!--ENTRYINSERT-->

## 2.391.0
* feature: EC2: Adjust EC2's available instance types.
* feature: Glue: AllocatedCapacity field is being deprecated and replaced with MaxCapacity field

## 2.390.0
* feature: Lightsail: This release adds functionality to the CreateDiskSnapshot API that allows users to snapshot instance root volumes. It also adds various documentation updates.
* feature: Pinpoint: This release updates the PutEvents operation. AppPackageName, AppTitle, AppVersionCode, SdkName fields will now be accepted as a part of the event when submitting events.
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.390.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.391.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
4 changes: 0 additions & 4 deletions apis/ec2-2016-11-15.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -19457,9 +19457,7 @@
"r5.xlarge",
"r5.2xlarge",
"r5.4xlarge",
"r5.8xlarge",
"r5.12xlarge",
"r5.16xlarge",
"r5.24xlarge",
"r5.metal",
"r5a.large",
Expand All @@ -19472,9 +19470,7 @@
"r5d.xlarge",
"r5d.2xlarge",
"r5d.4xlarge",
"r5d.8xlarge",
"r5d.12xlarge",
"r5d.16xlarge",
"r5d.24xlarge",
"r5d.metal",
"x1.16xlarge",
Expand Down
Loading

0 comments on commit 74e2746

Please sign in to comment.