Skip to content

Commit

Permalink
Updates SDK to v2.929.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 15, 2021
1 parent 09bf610 commit bad49e3
Show file tree
Hide file tree
Showing 24 changed files with 1,511 additions and 709 deletions.
27 changes: 27 additions & 0 deletions .changes/2.929.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "Connect",
"description": "This release adds new sets of APIs: AssociateBot, DisassociateBot, and ListBots. You can use it to programmatically add an Amazon Lex bot or Amazon Lex V2 bot on the specified Amazon Connect instance"
},
{
"type": "feature",
"category": "EC2",
"description": "EC2 M5n, M5dn, R5n, R5dn metal instances with 100 Gbps network performance and Elastic Fabric Adapter (EFA) for ultra low latency"
},
{
"type": "feature",
"category": "LexModelsV2",
"description": "This release adds support for Multi Valued slots in Amazon Lex V2 APIs for model building"
},
{
"type": "feature",
"category": "LexRuntimeV2",
"description": "Updates API to latest version."
},
{
"type": "feature",
"category": "RedshiftData",
"description": "Redshift Data API service now supports SQL parameterization."
}
]
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.928.0-->
<!--LATEST=2.929.0-->
<!--ENTRYINSERT-->

## 2.929.0
* feature: Connect: This release adds new sets of APIs: AssociateBot, DisassociateBot, and ListBots. You can use it to programmatically add an Amazon Lex bot or Amazon Lex V2 bot on the specified Amazon Connect instance
* feature: EC2: EC2 M5n, M5dn, R5n, R5dn metal instances with 100 Gbps network performance and Elastic Fabric Adapter (EFA) for ultra low latency
* feature: LexModelsV2: This release adds support for Multi Valued slots in Amazon Lex V2 APIs for model building
* feature: LexRuntimeV2: Updates API to latest version.
* feature: RedshiftData: Redshift Data API service now supports SQL parameterization.

## 2.928.0
* feature: GreengrassV2: We have verified the APIs being released here and are ready to release
* feature: IoTAnalytics: Adds support for data store partitions.
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.928.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.929.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 bad49e3

Please sign in to comment.