Skip to content

Commit

Permalink
Updates SDK to v2.601.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 10, 2020
1 parent bf1ebe0 commit 4ee5314
Show file tree
Hide file tree
Showing 29 changed files with 1,981 additions and 866 deletions.
37 changes: 37 additions & 0 deletions .changes/2.601.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"type": "feature",
"category": "Chime",
"description": "Add shared profile support to new and existing users"
},
{
"type": "feature",
"category": "EC2",
"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. "
},
{
"type": "feature",
"category": "RDS",
"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."
},
{
"type": "feature",
"category": "RDSDataService",
"description": "Retry on Serverless Aurora \"Communications link failure\""
},
{
"type": "feature",
"category": "SageMaker",
"description": "SageMaker ListTrialComponents API filter by TrialName and ExperimentName."
},
{
"type": "feature",
"category": "Transfer",
"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."
},
{
"type": "feature",
"category": "WorkSpaces",
"description": "Added the migrate feature to Amazon WorkSpaces."
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/feature-RDSDataService-a799b536.json

This file was deleted.

11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.600.0-->
<!--LATEST=2.601.0-->
<!--ENTRYINSERT-->

## 2.601.0
* feature: Chime: Add shared profile support to new and existing users
* 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.
* 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.
* feature: RDSDataService: Retry on Serverless Aurora "Communications link failure"
* feature: SageMaker: SageMaker ListTrialComponents API filter by TrialName and ExperimentName.
* 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.
* feature: WorkSpaces: Added the migrate feature to Amazon WorkSpaces.

## 2.600.0
* feature: FMS: AWS Firewall Manager now supports tagging, and tag-based access control, of policies.
* 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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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.600.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.601.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
Loading

0 comments on commit 4ee5314

Please sign in to comment.