Skip to content

Commit

Permalink
Updates SDK to v2.810.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Dec 14, 2020
1 parent b393a6e commit f26c00d
Show file tree
Hide file tree
Showing 17 changed files with 2,350 additions and 1,327 deletions.
17 changes: 17 additions & 0 deletions .changes/2.810.0.json
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "DevOpsGuru",
"description": "Documentation updates for DevOps Guru."
},
{
"type": "feature",
"category": "EC2",
"description": "Add c5n.metal to ec2 instance types list"
},
{
"type": "feature",
"category": "GlobalAccelerator",
"description": "This release adds support for custom routing accelerators"
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.809.0-->
<!--LATEST=2.810.0-->
<!--ENTRYINSERT-->

## 2.810.0
* feature: DevOpsGuru: Documentation updates for DevOps Guru.
* feature: EC2: Add c5n.metal to ec2 instance types list
* feature: GlobalAccelerator: This release adds support for custom routing accelerators

## 2.809.0
* feature: AutoScaling: Documentation updates and corrections for Amazon EC2 Auto Scaling API Reference and SDKs.
* feature: CloudTrail: CloudTrailInvalidClientTokenIdException is now thrown when a call results in the InvalidClientTokenId error code. The Name parameter of the AdvancedEventSelector data type is now optional.
Expand Down
2 changes: 1 addition & 1 deletion README.md
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.809.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.810.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/devops-guru-2020-12-01.examples.json
@@ -0,0 +1,5 @@
{
"version": "1.0",
"examples": {
}
}

0 comments on commit f26c00d

Please sign in to comment.