Skip to content

Commit ae3003a

Browse files
author
awstools
committed
Updates SDK to v2.699.0
1 parent 0fbbe6d commit ae3003a

22 files changed

+943
-565
lines changed

.changes/2.699.0.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"type": "bugfix",
4+
"category": "Global Services",
5+
"description": "Add default signing region for IAM and Route53 in China and GovCloud"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "AppMesh",
10+
"description": "Adds support for route and virtual node listener timeouts."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "EC2",
15+
"description": "nvmeSupport added to DescribeInstanceTypes API"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Route53",
20+
"description": "Add PriorRequestNotComplete exception to AssociateVPCWithHostedZone API"
21+
},
22+
{
23+
"type": "feature",
24+
"category": "Snowball",
25+
"description": "AWS Snowcone is a portable, rugged and secure device for edge computing and data transfer. You can use Snowcone to collect, process, and move data to AWS, either offline by shipping the device to AWS or online by using AWS DataSync. With 2 CPUs and 4 GB RAM of compute and 8 TB of storage, Snowcone can run edge computing workloads and store data securely. Snowcone's small size (8.94\" x 5.85\" x 3.25\" / 227 mm x 148.6 mm x 82.65 mm) allows you to set it next to machinery in a factory. Snowcone weighs about 4.5 lbs. (2 kg), so you can carry one in a backpack, use it with battery-based operation, and use the Wi-Fi interface to gather sensor data. Snowcone supports a file interface with NFS support. "
26+
}
27+
]

.changes/next-release/bugfix-Global Services-7a32dfd9.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

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

5+
## 2.699.0
6+
* bugfix: Global Services: Add default signing region for IAM and Route53 in China and GovCloud
7+
* feature: AppMesh: Adds support for route and virtual node listener timeouts.
8+
* feature: EC2: nvmeSupport added to DescribeInstanceTypes API
9+
* feature: Route53: Add PriorRequestNotComplete exception to AssociateVPCWithHostedZone API
10+
* feature: Snowball: AWS Snowcone is a portable, rugged and secure device for edge computing and data transfer. You can use Snowcone to collect, process, and move data to AWS, either offline by shipping the device to AWS or online by using AWS DataSync. With 2 CPUs and 4 GB RAM of compute and 8 TB of storage, Snowcone can run edge computing workloads and store data securely. Snowcone's small size (8.94" x 5.85" x 3.25" / 227 mm x 148.6 mm x 82.65 mm) allows you to set it next to machinery in a factory. Snowcone weighs about 4.5 lbs. (2 kg), so you can carry one in a backpack, use it with battery-based operation, and use the Wi-Fi interface to gather sensor data. Snowcone supports a file interface with NFS support.
11+
512
## 2.698.0
613
* feature: AutoScaling: Introducing instance refresh, a feature that helps you update all instances in an Auto Scaling group in a rolling fashion (for example, to apply a new AMI or instance type). You can control the pace of the refresh by defining the percentage of the group that must remain running/healthy during the replacement process and the time for new instances to warm up between replacements.
714
* feature: DataExchange: This release fixes a bug in the AWS Data Exchange Python and NodeJS SDKs. The 'KmsKeyArn' field in the create-job API was configured to be required instead of optional. We updated this field to be optional in this release.

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.698.0.min.js"></script>
28+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.699.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

0 commit comments

Comments
 (0)