Skip to content

Commit

Permalink
Updates SDK to v2.564.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 5, 2019
1 parent 1ca7b98 commit 75d284f
Show file tree
Hide file tree
Showing 23 changed files with 17,396 additions and 2,589 deletions.
12 changes: 12 additions & 0 deletions .changes/2.564.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "CodeStarNotifications",
"description": "This release adds a notification manager for events in repositories, build projects, deployments, and pipelines. You can now configure rules and receive notifications about events that occur for resources. Each notification includes a status message as well as a link to the resource (repository, build project, deployment application, or pipeline) whose event generated the notification."
},
{
"type": "feature",
"category": "Config",
"description": "Allow shortcutting in customBackoff based on error"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/feature-Config-d8a13181.json

This file was deleted.

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.563.0-->
<!--LATEST=2.564.0-->
<!--ENTRYINSERT-->

## 2.564.0
* feature: CodeStarNotifications: This release adds a notification manager for events in repositories, build projects, deployments, and pipelines. You can now configure rules and receive notifications about events that occur for resources. Each notification includes a status message as well as a link to the resource (repository, build project, deployment application, or pipeline) whose event generated the notification.
* feature: Config: Allow shortcutting in customBackoff based on error

## 2.563.0
* feature: RoboMaker: RoboMaker Fleet Management launch a feature to verify your robot is ready to download and install the new robot application using a download condition file, which is a script run on the robot prior to downloading the new deployment.

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.563.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.564.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/codestar-notifications-2019-10-15.examples.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"version": "1.0",
"examples": {
}
}
Loading

0 comments on commit 75d284f

Please sign in to comment.