Skip to content

Commit

Permalink
Updates SDK to v2.831.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 22, 2021
1 parent 71b3167 commit e0605e4
Show file tree
Hide file tree
Showing 37 changed files with 15,328 additions and 734 deletions.
22 changes: 22 additions & 0 deletions .changes/2.831.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "EC2",
"description": "Introducing startDate field for CapacityReservation object for the date and time which the reservation started and adding reserved parameter for ModifyCapacityReservation."
},
{
"type": "feature",
"category": "LexModelsV2",
"description": "This release adds support for Amazon Lex V2 APIs for model building."
},
{
"type": "feature",
"category": "LexRuntimeV2",
"description": "Updates API to latest version."
},
{
"type": "feature",
"category": "Redshift",
"description": "Update VPC endpoint field names."
}
]
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.830.0-->
<!--LATEST=2.831.0-->
<!--ENTRYINSERT-->

## 2.831.0
* feature: EC2: Introducing startDate field for CapacityReservation object for the date and time which the reservation started and adding reserved parameter for ModifyCapacityReservation.
* feature: LexModelsV2: This release adds support for Amazon Lex V2 APIs for model building.
* feature: LexRuntimeV2: Updates API to latest version.
* feature: Redshift: Update VPC endpoint field names.

## 2.830.0
* feature: Kafka: Amazon MSK has added a new API that allows you to update all the brokers in the cluster to the specified type.
* feature: ResourceGroupsTaggingAPI: This release adds a new parameter ResourceARNList to Resource Groups Tagging api GetResources api to allow customers retrieve tag data for specific resources.
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.830.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.831.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 e0605e4

Please sign in to comment.