Skip to content

Commit

Permalink
Updates SDK to v2.909.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 18, 2021
1 parent 49f5f4b commit 5c6c8f8
Show file tree
Hide file tree
Showing 36 changed files with 8,392 additions and 451 deletions.
27 changes: 27 additions & 0 deletions .changes/2.909.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "AppRunner",
"description": "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."
},
{
"type": "feature",
"category": "ComputeOptimizer",
"description": "This release enables compute optimizer to support exporting recommendations to Amazon S3 for EBS volumes and Lambda Functions."
},
{
"type": "feature",
"category": "LexModelsV2",
"description": "This release adds support for exporting and importing Lex V2 bots and bot locales. It also adds validations to enforce minimum number of tags on Lex V2 resources. For details, see https://docs.aws.amazon.com/lexv2/latest/dg/importing-exporting.html"
},
{
"type": "feature",
"category": "LicenseManager",
"description": "AWS License Manager now supports periodic report generation."
},
{
"type": "feature",
"category": "Personalize",
"description": "Amazon Personalize now supports the ability to optimize a solution for a custom objective in addition to maximizing relevance."
}
]
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.908.0-->
<!--LATEST=2.909.0-->
<!--ENTRYINSERT-->

## 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.
* feature: LexModelsV2: This release adds support for exporting and importing Lex V2 bots and bot locales. It also adds validations to enforce minimum number of tags on Lex V2 resources. For details, see https://docs.aws.amazon.com/lexv2/latest/dg/importing-exporting.html
* feature: LicenseManager: AWS License Manager now supports periodic report generation.
* feature: Personalize: Amazon Personalize now supports the ability to optimize a solution for a custom objective in addition to maximizing relevance.

## 2.908.0
* feature: ApplicationCostProfiler: APIs for AWS Application Cost Profiler.
* feature: CORS: Set the CORS support flag for Athena to Athena client
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.908.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.909.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
5 changes: 5 additions & 0 deletions apis/apprunner-2020-05-15.examples.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"version": "1.0",
"examples": {
}
}

0 comments on commit 5c6c8f8

Please sign in to comment.