Skip to content

Commit 4ee5314

Browse files
author
awstools
committed
Updates SDK to v2.601.0
1 parent bf1ebe0 commit 4ee5314

29 files changed

+1981
-866
lines changed

.changes/2.601.0.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Chime",
5+
"description": "Add shared profile support to new and existing users"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "EC2",
10+
"description": "This release introduces the ability to tag egress only internet gateways, local gateways, local gateway route tables, local gateway virtual interfaces, local gateway virtual interface groups, local gateway route table VPC association and local gateway route table virtual interface group association. You can use tags to organize and identify your resources for cost allocation. "
11+
},
12+
{
13+
"type": "feature",
14+
"category": "RDS",
15+
"description": "This release adds an operation that enables users to override the system-default SSL/TLS certificate for new Amazon RDS DB instances temporarily, or remove the customer override."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "RDSDataService",
20+
"description": "Retry on Serverless Aurora \"Communications link failure\""
21+
},
22+
{
23+
"type": "feature",
24+
"category": "SageMaker",
25+
"description": "SageMaker ListTrialComponents API filter by TrialName and ExperimentName."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "Transfer",
30+
"description": "This release introduces a new endpoint type that allows you to attach Elastic IP addresses from your AWS account with your server's endpoint directly and whitelist access to your server by client's internet IP address(es) using VPC Security Groups."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "WorkSpaces",
35+
"description": "Added the migrate feature to Amazon WorkSpaces."
36+
}
37+
]

.changes/next-release/feature-RDSDataService-a799b536.json

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

CHANGELOG.md

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

5+
## 2.601.0
6+
* feature: Chime: Add shared profile support to new and existing users
7+
* feature: EC2: This release introduces the ability to tag egress only internet gateways, local gateways, local gateway route tables, local gateway virtual interfaces, local gateway virtual interface groups, local gateway route table VPC association and local gateway route table virtual interface group association. You can use tags to organize and identify your resources for cost allocation.
8+
* feature: RDS: This release adds an operation that enables users to override the system-default SSL/TLS certificate for new Amazon RDS DB instances temporarily, or remove the customer override.
9+
* feature: RDSDataService: Retry on Serverless Aurora "Communications link failure"
10+
* feature: SageMaker: SageMaker ListTrialComponents API filter by TrialName and ExperimentName.
11+
* feature: Transfer: This release introduces a new endpoint type that allows you to attach Elastic IP addresses from your AWS account with your server's endpoint directly and whitelist access to your server by client's internet IP address(es) using VPC Security Groups.
12+
* feature: WorkSpaces: Added the migrate feature to Amazon WorkSpaces.
13+
514
## 2.600.0
615
* feature: FMS: AWS Firewall Manager now supports tagging, and tag-based access control, of policies.
716
* feature: Translate: This release adds a new family of APIs for asynchronous batch translation service that provides option to translate large collection of text or HTML documents stored in Amazon S3 folder. This service accepts a batch of up to 5 GB in size per API call with each document not exceeding 1 MB size and the number of documents not exceeding 1 million per batch. See documentation for more information.

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