Skip to content

Commit

Permalink
Updates SDK to v2.1146.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 31, 2022
1 parent 0a86836 commit e761018
Show file tree
Hide file tree
Showing 26 changed files with 5,919 additions and 3,407 deletions.
32 changes: 32 additions & 0 deletions .changes/2.1146.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "CognitoIdentityServiceProvider",
"description": "Amazon Cognito now supports IP Address propagation for all unauthenticated APIs (e.g. SignUp, ForgotPassword)."
},
{
"type": "feature",
"category": "Drs",
"description": "Changed existing APIs and added new APIs to accommodate using multiple AWS accounts with AWS Elastic Disaster Recovery."
},
{
"type": "feature",
"category": "IoTSiteWise",
"description": "This release adds the following new optional field to the IoT SiteWise asset resource: assetDescription."
},
{
"type": "feature",
"category": "LookoutMetrics",
"description": "Adding backtest mode to detectors using the Cloudwatch data source."
},
{
"type": "feature",
"category": "SageMaker",
"description": "Amazon SageMaker Notebook Instances now support Jupyter Lab 3."
},
{
"type": "feature",
"category": "TranscribeService",
"description": "Amazon Transcribe now supports automatic language identification for multi-lingual audio in batch mode."
}
]
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1145.0-->
<!--LATEST=2.1146.0-->
<!--ENTRYINSERT-->

## 2.1146.0
* feature: CognitoIdentityServiceProvider: Amazon Cognito now supports IP Address propagation for all unauthenticated APIs (e.g. SignUp, ForgotPassword).
* feature: Drs: Changed existing APIs and added new APIs to accommodate using multiple AWS accounts with AWS Elastic Disaster Recovery.
* feature: IoTSiteWise: This release adds the following new optional field to the IoT SiteWise asset resource: assetDescription.
* feature: LookoutMetrics: Adding backtest mode to detectors using the Cloudwatch data source.
* feature: SageMaker: Amazon SageMaker Notebook Instances now support Jupyter Lab 3.
* feature: TranscribeService: Amazon Transcribe now supports automatic language identification for multi-lingual audio in batch mode.

## 2.1145.0
* feature: Appflow: Adding the following features/changes: Parquet output that preserves typing from the source connector, Failed executions threshold before deactivation for scheduled flows, increasing max size of access and refresh token from 2048 to 4096
* feature: DataSync: AWS DataSync now supports TLS encryption in transit, file system policies and access points for EFS locations.
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.1145.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1146.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
10 changes: 10 additions & 0 deletions apis/cognito-idp-2016-04-18.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -1154,6 +1154,9 @@
"PreventUserExistenceErrors": {},
"EnableTokenRevocation": {
"type": "boolean"
},
"EnablePropagateAdditionalUserContextData": {
"type": "boolean"
}
}
},
Expand Down Expand Up @@ -2759,6 +2762,9 @@
"PreventUserExistenceErrors": {},
"EnableTokenRevocation": {
"type": "boolean"
},
"EnablePropagateAdditionalUserContextData": {
"type": "boolean"
}
}
},
Expand Down Expand Up @@ -3107,6 +3113,7 @@
"S3u": {
"type": "structure",
"members": {
"IpAddress": {},
"EncodedData": {}
}
},
Expand Down Expand Up @@ -3589,6 +3596,9 @@
"PreventUserExistenceErrors": {},
"EnableTokenRevocation": {
"type": "boolean"
},
"EnablePropagateAdditionalUserContextData": {
"type": "boolean"
}
}
},
Expand Down
62 changes: 39 additions & 23 deletions apis/cognito-idp-2016-04-18.normal.json

Large diffs are not rendered by default.

Loading

0 comments on commit e761018

Please sign in to comment.