Skip to content

Commit 76fe0f6

Browse files
author
awstools
committed
Updates SDK to v2.1143.0
1 parent 8cef45e commit 76fe0f6

31 files changed

+2305
-1936
lines changed

.changes/2.1143.0.json

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "CloudFormation",
5+
"description": "Add a new parameter statusReason to DescribeStackSetOperation output for additional details"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "FSx",
10+
"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."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "LookoutMetrics",
15+
"description": "Adding AthenaSourceConfig for MetricSet APIs to support Athena as a data source."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "SageMaker",
20+
"description": "Amazon SageMaker Autopilot adds support for manually selecting features from the input dataset using the CreateAutoMLJob API."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "VoiceID",
25+
"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."
26+
}
27+
]

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1142.0-->
2+
<!--LATEST=2.1143.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1143.0
6+
* feature: CloudFormation: Add a new parameter statusReason to DescribeStackSetOperation output for additional details
7+
* 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.
8+
* feature: LookoutMetrics: Adding AthenaSourceConfig for MetricSet APIs to support Athena as a data source.
9+
* feature: SageMaker: Amazon SageMaker Autopilot adds support for manually selecting features from the input dataset using the CreateAutoMLJob API.
10+
* 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.
11+
512
## 2.1142.0
613
* feature: CognitoIdentityServiceProvider: Amazon Cognito now supports requiring attribute verification (ex. email and phone number) before update.
714
* feature: EC2: Stop Protection feature enables customers to protect their instances from accidental stop actions.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1142.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1143.0.min.js"></script>
3333

3434
You can also build a custom browser SDK with your specified set of AWS services.
3535
This can allow you to reduce the SDK's size, specify different API versions of

0 commit comments

Comments
 (0)