Skip to content

Commit

Permalink
Updates SDK to v2.1143.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 25, 2022
1 parent 8cef45e commit 76fe0f6
Show file tree
Hide file tree
Showing 31 changed files with 2,305 additions and 1,936 deletions.
27 changes: 27 additions & 0 deletions .changes/2.1143.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "CloudFormation",
"description": "Add a new parameter statusReason to DescribeStackSetOperation output for additional details"
},
{
"type": "feature",
"category": "FSx",
"description": "This release adds root squash support to FSx for Lustre to restrict root level access from clients by mapping root users to a less-privileged user/group with limited permissions."
},
{
"type": "feature",
"category": "LookoutMetrics",
"description": "Adding AthenaSourceConfig for MetricSet APIs to support Athena as a data source."
},
{
"type": "feature",
"category": "SageMaker",
"description": "Amazon SageMaker Autopilot adds support for manually selecting features from the input dataset using the CreateAutoMLJob API."
},
{
"type": "feature",
"category": "VoiceID",
"description": "VoiceID will now automatically expire Speakers if they haven't been accessed for Enrollment, Re-enrollment or Successful Auth for three years. The Speaker APIs now return a \"LastAccessedAt\" time for Speakers, and the EvaluateSession API returns \"SPEAKER_EXPIRED\" Auth Decision for EXPIRED Speakers."
}
]
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.1142.0-->
<!--LATEST=2.1143.0-->
<!--ENTRYINSERT-->

## 2.1143.0
* feature: CloudFormation: Add a new parameter statusReason to DescribeStackSetOperation output for additional details
* feature: FSx: This release adds root squash support to FSx for Lustre to restrict root level access from clients by mapping root users to a less-privileged user/group with limited permissions.
* feature: LookoutMetrics: Adding AthenaSourceConfig for MetricSet APIs to support Athena as a data source.
* feature: SageMaker: Amazon SageMaker Autopilot adds support for manually selecting features from the input dataset using the CreateAutoMLJob API.
* feature: VoiceID: VoiceID will now automatically expire Speakers if they haven't been accessed for Enrollment, Re-enrollment or Successful Auth for three years. The Speaker APIs now return a "LastAccessedAt" time for Speakers, and the EvaluateSession API returns "SPEAKER_EXPIRED" Auth Decision for EXPIRED Speakers.

## 2.1142.0
* feature: CognitoIdentityServiceProvider: Amazon Cognito now supports requiring attribute verification (ex. email and phone number) before update.
* feature: EC2: Stop Protection feature enables customers to protect their instances from accidental stop actions.
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.1142.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1143.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 76fe0f6

Please sign in to comment.