Skip to content

Commit

Permalink
Updates SDK to v2.640.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 16, 2020
1 parent 9c4d537 commit bda2ee7
Show file tree
Hide file tree
Showing 27 changed files with 3,157 additions and 928 deletions.
32 changes: 32 additions & 0 deletions .changes/2.640.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "bugfix",
"category": "AWS.EventListeners.Core",
"description": "add error message"
},
{
"type": "feature",
"category": "CognitoIdentityServiceProvider",
"description": "Additional response field \"CompromisedCredentialsDetected\" added to AdminListUserAuthEvents."
},
{
"type": "feature",
"category": "ECS",
"description": "This release adds the ability to update the task placement strategy and constraints for Amazon ECS services."
},
{
"type": "feature",
"category": "ElastiCache",
"description": "Amazon ElastiCache now supports Global Datastore for Redis. Global Datastore for Redis offers fully managed, fast, reliable and secure cross-region replication. Using Global Datastore for Redis, you can create cross-region read replica clusters for ElastiCache for Redis to enable low-latency reads and disaster recovery across regions. You can create, modify and describe a Global Datastore, as well as add or remove regions from your Global Datastore and promote a region as primary in Global Datastore."
},
{
"type": "feature",
"category": "S3Control",
"description": "Amazon S3 now supports Batch Operations job tagging."
},
{
"type": "feature",
"category": "SSM",
"description": "Resource data sync for AWS Systems Manager Inventory now includes destination data sharing. This feature enables you to synchronize inventory data from multiple AWS accounts into a central Amazon S3 bucket. To use this feature, all AWS accounts must be listed in AWS Organizations."
}
]

This file was deleted.

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

## 2.640.0
* bugfix: AWS.EventListeners.Core: add error message
* feature: CognitoIdentityServiceProvider: Additional response field "CompromisedCredentialsDetected" added to AdminListUserAuthEvents.
* feature: ECS: This release adds the ability to update the task placement strategy and constraints for Amazon ECS services.
* feature: ElastiCache: Amazon ElastiCache now supports Global Datastore for Redis. Global Datastore for Redis offers fully managed, fast, reliable and secure cross-region replication. Using Global Datastore for Redis, you can create cross-region read replica clusters for ElastiCache for Redis to enable low-latency reads and disaster recovery across regions. You can create, modify and describe a Global Datastore, as well as add or remove regions from your Global Datastore and promote a region as primary in Global Datastore.
* feature: S3Control: Amazon S3 now supports Batch Operations job tagging.
* feature: SSM: Resource data sync for AWS Systems Manager Inventory now includes destination data sharing. This feature enables you to synchronize inventory data from multiple AWS accounts into a central Amazon S3 bucket. To use this feature, all AWS accounts must be listed in AWS Organizations.

## 2.639.0
* feature: ApiGatewayV2: Amazon API Gateway HTTP APIs is now generally available. HTTP APIs offer the core functionality of REST API at up to 71% lower price compared to REST API, 60% lower p99 latency, and is significantly easier to use. As part of general availability, we added new features to route requests to private backends such as private ALBs, NLBs, and IP/ports. We also brought over a set of features from REST API such as Stage Variables, and Stage/Route level throttling. Custom domain names can also now be used with both REST And HTTP APIs.
* feature: EC2: Documentation updates for EC2
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.639.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.640.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

0 comments on commit bda2ee7

Please sign in to comment.