Skip to content

Commit

Permalink
Updates SDK to v2.413.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 1, 2019
1 parent d0cb104 commit b7a39ad
Show file tree
Hide file tree
Showing 14 changed files with 658 additions and 464 deletions.
7 changes: 7 additions & 0 deletions .changes/2.413.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"type": "feature",
"category": "EC2",
"description": "This release adds support for modifying instance event start time which allows users to reschedule EC2 events."
}
]
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.412.0-->
<!--LATEST=2.413.0-->
<!--ENTRYINSERT-->

## 2.413.0
* feature: EC2: This release adds support for modifying instance event start time which allows users to reschedule EC2 events.

## 2.412.0
* bugfix: ComprehendMedical: enable cors on ComprehendMedical, update SERVICES.md
* feature: AlexaForBusiness: This release adds the PutInvitationConfiguration API to configure the user invitation email template with custom attributes, and the GetInvitationConfiguration API to retrieve the configured values.
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.412.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.413.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
24 changes: 12 additions & 12 deletions apis/autoscaling-plans-2018-01-06.normal.json

Large diffs are not rendered by default.

Loading

0 comments on commit b7a39ad

Please sign in to comment.