Skip to content

Commit

Permalink
Updates SDK to v2.905.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 11, 2021
1 parent 649a91d commit 3b56702
Show file tree
Hide file tree
Showing 29 changed files with 10,364 additions and 175 deletions.
17 changes: 17 additions & 0 deletions .changes/2.905.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "bugfix",
"category": "retry",
"description": "Retry http request on ECONNRESET error"
},
{
"type": "feature",
"category": "SSMContacts",
"description": "AWS Systems Manager Incident Manager enables faster resolution of critical application availability and performance issues, management of contacts and post incident analysis"
},
{
"type": "feature",
"category": "SSMIncidents",
"description": "AWS Systems Manager Incident Manager enables faster resolution of critical application availability and performance issues, management of contacts and post-incident analysis"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-retry-c648c8ae.json

This file was deleted.

7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.904.0-->
<!--LATEST=2.905.0-->
<!--ENTRYINSERT-->

## 2.905.0
* bugfix: retry: Retry http request on ECONNRESET error
* feature: SSMContacts: AWS Systems Manager Incident Manager enables faster resolution of critical application availability and performance issues, management of contacts and post incident analysis
* feature: SSMIncidents: AWS Systems Manager Incident Manager enables faster resolution of critical application availability and performance issues, management of contacts and post-incident analysis

## 2.904.0
* feature: ConfigService: Adds paginator to multiple APIs: By default, the paginator allows user to iterate over the results and allows the CLI to return up to 1000 results.
* feature: EKS: This release updates create-nodegroup and update-nodegroup-config APIs for adding/updating taints on managed nodegroups.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
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.904.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.905.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
8 changes: 8 additions & 0 deletions apis/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -1021,5 +1021,13 @@
"finspacedata": {
"prefix": "finspace-data",
"name": "Finspacedata"
},
"ssmcontacts": {
"prefix": "ssm-contacts",
"name": "SSMContacts"
},
"ssmincidents": {
"prefix": "ssm-incidents",
"name": "SSMIncidents"
}
}
98 changes: 49 additions & 49 deletions apis/s3control-2018-08-20.normal.json

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions apis/ssm-contacts-2021-05-03.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 3b56702

Please sign in to comment.