Skip to content

Commit

Permalink
Updates SDK to v2.1164.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 28, 2022
1 parent 631b400 commit b0fd315
Show file tree
Hide file tree
Showing 20 changed files with 2,331 additions and 1,674 deletions.
22 changes: 22 additions & 0 deletions .changes/2.1164.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "DataSync",
"description": "AWS DataSync now supports Amazon FSx for NetApp ONTAP locations."
},
{
"type": "feature",
"category": "EC2",
"description": "This release adds a new spread placement group to EC2 Placement Groups: host level spread, which spread instances between physical hosts, available to Outpost customers only. CreatePlacementGroup and DescribePlacementGroups APIs were updated with a new parameter: SpreadLevel to support this feature."
},
{
"type": "feature",
"category": "Finspacedata",
"description": "Release new API GetExternalDataViewAccessDetails"
},
{
"type": "feature",
"category": "Polly",
"description": "Add 4 new neural voices - Pedro (es-US), Liam (fr-CA), Daniel (de-DE) and Arthur (en-GB)."
}
]
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.1163.0-->
<!--LATEST=2.1164.0-->
<!--ENTRYINSERT-->

## 2.1164.0
* feature: DataSync: AWS DataSync now supports Amazon FSx for NetApp ONTAP locations.
* feature: EC2: This release adds a new spread placement group to EC2 Placement Groups: host level spread, which spread instances between physical hosts, available to Outpost customers only. CreatePlacementGroup and DescribePlacementGroups APIs were updated with a new parameter: SpreadLevel to support this feature.
* feature: Finspacedata: Release new API GetExternalDataViewAccessDetails
* feature: Polly: Add 4 new neural voices - Pedro (es-US), Liam (fr-CA), Daniel (de-DE) and Arthur (en-GB).

## 2.1163.0
* feature: Iot: This release ease the restriction for the input of tag value to align with AWS standard, now instead of min length 1, we change it to min length 0.

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.1163.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1164.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 b0fd315

Please sign in to comment.