Skip to content

Commit f26c00d

Browse files
author
awstools
committed
Updates SDK to v2.810.0
1 parent b393a6e commit f26c00d

17 files changed

+2350
-1327
lines changed

.changes/2.810.0.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "DevOpsGuru",
5+
"description": "Documentation updates for DevOps Guru."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "EC2",
10+
"description": "Add c5n.metal to ec2 instance types list"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "GlobalAccelerator",
15+
"description": "This release adds support for custom routing accelerators"
16+
}
17+
]

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.809.0-->
2+
<!--LATEST=2.810.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.810.0
6+
* feature: DevOpsGuru: Documentation updates for DevOps Guru.
7+
* feature: EC2: Add c5n.metal to ec2 instance types list
8+
* feature: GlobalAccelerator: This release adds support for custom routing accelerators
9+
510
## 2.809.0
611
* feature: AutoScaling: Documentation updates and corrections for Amazon EC2 Auto Scaling API Reference and SDKs.
712
* 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.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ version.
2525
To use the SDK in the browser, simply add the following script tag to your
2626
HTML pages:
2727

28-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.809.0.min.js"></script>
28+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.810.0.min.js"></script>
2929

3030
You can also build a custom browser SDK with your specified set of AWS services.
3131
This can allow you to reduce the SDK's size, specify different API versions of
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"version": "1.0",
3+
"examples": {
4+
}
5+
}

0 commit comments

Comments
 (0)