Skip to content

Commit

Permalink
Updates SDK to v2.910.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 19, 2021
1 parent 96a4498 commit 9f08ff2
Show file tree
Hide file tree
Showing 23 changed files with 2,217 additions and 533 deletions.
27 changes: 27 additions & 0 deletions .changes/2.910.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "AutoScaling",
"description": "With this release, customers can easily use Predictive Scaling as a policy directly through Amazon EC2 Auto Scaling configurations to proactively scale their applications ahead of predicted demand."
},
{
"type": "feature",
"category": "EKS",
"description": "Update the EKS AddonActive waiter."
},
{
"type": "feature",
"category": "IAM",
"description": "Add pagination to ListUserTags operation"
},
{
"type": "feature",
"category": "KinesisAnalyticsV2",
"description": "Kinesis Data Analytics now allows rapid iteration on Apache Flink stream processing through the Kinesis Data Analytics Studio feature."
},
{
"type": "feature",
"category": "Rekognition",
"description": "Amazon Rekognition Custom Labels adds support for customer managed encryption, using AWS Key Management Service, of image files copied into the service and files written back to the customer."
}
]
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.909.0-->
<!--LATEST=2.910.0-->
<!--ENTRYINSERT-->

## 2.910.0
* feature: AutoScaling: With this release, customers can easily use Predictive Scaling as a policy directly through Amazon EC2 Auto Scaling configurations to proactively scale their applications ahead of predicted demand.
* feature: EKS: Update the EKS AddonActive waiter.
* feature: IAM: Add pagination to ListUserTags operation
* feature: KinesisAnalyticsV2: Kinesis Data Analytics now allows rapid iteration on Apache Flink stream processing through the Kinesis Data Analytics Studio feature.
* feature: Rekognition: Amazon Rekognition Custom Labels adds support for customer managed encryption, using AWS Key Management Service, of image files copied into the service and files written back to the customer.

## 2.909.0
* feature: AppRunner: AWS App Runner is a service that provides a fast, simple, and cost-effective way to deploy from source code or a container image directly to a scalable and secure web application in the AWS Cloud.
* feature: ComputeOptimizer: This release enables compute optimizer to support exporting recommendations to Amazon S3 for EBS volumes and Lambda Functions.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
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.909.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.910.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
2 changes: 1 addition & 1 deletion apis/autoscaling-2011-01-01.examples.json
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@
"output": {
}
},
"description": "This example describes the Auto Scaling limits for your AWS account.",
"description": "This example describes the Amazon EC2 Auto Scaling service quotas for your account.",
"id": "autoscaling-describe-account-limits-1",
"title": "To describe your Auto Scaling account limits"
}
Expand Down
Loading

0 comments on commit 9f08ff2

Please sign in to comment.