Skip to content

Commit

Permalink
Updates SDK to v2.1209.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Sep 2, 2022
1 parent f2f0881 commit 51b8f31
Show file tree
Hide file tree
Showing 22 changed files with 1,943 additions and 1,121 deletions.
22 changes: 22 additions & 0 deletions .changes/2.1209.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "CognitoIdentityServiceProvider",
"description": "This release adds a new \"AuthSessionValidity\" field to the UserPoolClient in Cognito. Application admins can configure this value for their users' authentication duration, which is currently fixed at 3 minutes, up to 15 minutes. Setting this field will also apply to the SMS MFA authentication flow."
},
{
"type": "feature",
"category": "Connect",
"description": "This release adds search APIs for Routing Profiles and Queues, which can be used to search for those resources within a Connect Instance."
},
{
"type": "feature",
"category": "MediaPackage",
"description": "Added support for AES_CTR encryption to CMAF origin endpoints"
},
{
"type": "feature",
"category": "SageMaker",
"description": "This release enables administrators to attribute user activity and API calls from Studio notebooks, Data Wrangler and Canvas to specific users even when users share the same execution IAM role. ExecutionRoleIdentityConfig at Sagemaker domain level enables this feature."
}
]
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.1208.0-->
<!--LATEST=2.1209.0-->
<!--ENTRYINSERT-->

## 2.1209.0
* feature: CognitoIdentityServiceProvider: This release adds a new "AuthSessionValidity" field to the UserPoolClient in Cognito. Application admins can configure this value for their users' authentication duration, which is currently fixed at 3 minutes, up to 15 minutes. Setting this field will also apply to the SMS MFA authentication flow.
* feature: Connect: This release adds search APIs for Routing Profiles and Queues, which can be used to search for those resources within a Connect Instance.
* feature: MediaPackage: Added support for AES_CTR encryption to CMAF origin endpoints
* feature: SageMaker: This release enables administrators to attribute user activity and API calls from Studio notebooks, Data Wrangler and Canvas to specific users even when users share the same execution IAM role. ExecutionRoleIdentityConfig at Sagemaker domain level enables this feature.

## 2.1208.0
* feature: ControlTower: This release contains the first SDK for AWS Control Tower. It introduces a new set of APIs: EnableControl, DisableControl, GetControlOperation, and ListEnabledControls.

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.1208.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1209.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 51b8f31

Please sign in to comment.