Skip to content

Commit 80d0f18

Browse files
author
awstools
committed
Publish v3.102.0
1 parent 3503795 commit 80d0f18

File tree

13 files changed

+84
-7
lines changed

13 files changed

+84
-7
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.102.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.101.0...v3.102.0) (2022-05-31)
7+
8+
9+
### Bug Fixes
10+
11+
* **codegen:** check javascript property validity for property access ([#3649](https://github.com/aws/aws-sdk-js-v3/issues/3649)) ([31e72ac](https://github.com/aws/aws-sdk-js-v3/commit/31e72ac6063fdb3393c2d5042b8964238ce1b23a))
12+
13+
14+
### Features
15+
16+
* **client-cognito-identity-provider:** Amazon Cognito now supports IP Address propagation for all unauthenticated APIs (e.g. SignUp, ForgotPassword). ([d285512](https://github.com/aws/aws-sdk-js-v3/commit/d28551296728adfae6dfbf6d0ea8d6c903f4a059))
17+
* **client-drs:** Changed existing APIs and added new APIs to accommodate using multiple AWS accounts with AWS Elastic Disaster Recovery. ([9e66058](https://github.com/aws/aws-sdk-js-v3/commit/9e66058a6bb3ed9b5c2b1a5e10a619099e8a8674))
18+
* **client-iotsitewise:** This release adds the following new optional field to the IoT SiteWise asset resource: assetDescription. ([6efc758](https://github.com/aws/aws-sdk-js-v3/commit/6efc758715ef357bf835fccbeb62bba66b399ee6))
19+
* **client-lookoutmetrics:** Adding backtest mode to detectors using the Cloudwatch data source. ([973cdd0](https://github.com/aws/aws-sdk-js-v3/commit/973cdd03db3b6ad2a86b8f7b55555e1d7da53891))
20+
* **client-sagemaker:** Amazon SageMaker Notebook Instances now support Jupyter Lab 3. ([b363ebe](https://github.com/aws/aws-sdk-js-v3/commit/b363ebe52c0b5a547cf9e54211ded9ead8853514))
21+
* **client-transcribe:** Amazon Transcribe now supports automatic language identification for multi-lingual audio in batch mode. ([2c3c3cd](https://github.com/aws/aws-sdk-js-v3/commit/2c3c3cd1eb5556b1580d920f104531eef560aa7b))
22+
* **clients:** update client endpoints as of 2022-05-31 ([3503795](https://github.com/aws/aws-sdk-js-v3/commit/35037950a2d3c4a3ec62deed1303cbcd47725d05))
23+
24+
25+
26+
27+
628
# [3.101.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.100.0...v3.101.0) (2022-05-27)
729

830

benchmark/size/report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
|@aws-sdk/client-codedeploy|3.99.0|1.8 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
1515
|@aws-sdk/client-codepipeline|3.99.0|1.3 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
1616
|@aws-sdk/client-cognito-identity|3.99.0|729.5 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
17-
|@aws-sdk/client-cognito-identity-provider|3.99.0|3 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
17+
|@aws-sdk/client-cognito-identity-provider|3.100.0|3 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
1818
|@aws-sdk/client-cognito-sync|3.99.0|640.6 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
1919
|@aws-sdk/client-dynamodb|3.99.0|2 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
2020
|@aws-sdk/client-ec2|3.99.0|14.6 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|

clients/client-cognito-identity-provider/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.102.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.101.0...v3.102.0) (2022-05-31)
7+
8+
9+
### Features
10+
11+
* **client-cognito-identity-provider:** Amazon Cognito now supports IP Address propagation for all unauthenticated APIs (e.g. SignUp, ForgotPassword). ([d285512](https://github.com/aws/aws-sdk-js-v3/commit/d28551296728adfae6dfbf6d0ea8d6c903f4a059))
12+
13+
14+
15+
16+
617
# [3.100.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.99.0...v3.100.0) (2022-05-26)
718

819
**Note:** Version bump only for package @aws-sdk/client-cognito-identity-provider

clients/client-cognito-identity-provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-cognito-identity-provider",
33
"description": "AWS SDK for JavaScript Cognito Identity Provider Client for Node.js, Browser and React Native",
4-
"version": "3.100.0",
4+
"version": "3.102.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

clients/client-drs/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.102.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.101.0...v3.102.0) (2022-05-31)
7+
8+
9+
### Features
10+
11+
* **client-drs:** Changed existing APIs and added new APIs to accommodate using multiple AWS accounts with AWS Elastic Disaster Recovery. ([9e66058](https://github.com/aws/aws-sdk-js-v3/commit/9e66058a6bb3ed9b5c2b1a5e10a619099e8a8674))
12+
13+
14+
15+
16+
617
# [3.100.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.99.0...v3.100.0) (2022-05-26)
718

819
**Note:** Version bump only for package @aws-sdk/client-drs

clients/client-drs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-drs",
33
"description": "AWS SDK for JavaScript Drs Client for Node.js, Browser and React Native",
4-
"version": "3.100.0",
4+
"version": "3.102.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

clients/client-iotsitewise/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.102.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.101.0...v3.102.0) (2022-05-31)
7+
8+
9+
### Features
10+
11+
* **client-iotsitewise:** This release adds the following new optional field to the IoT SiteWise asset resource: assetDescription. ([6efc758](https://github.com/aws/aws-sdk-js-v3/commit/6efc758715ef357bf835fccbeb62bba66b399ee6))
12+
13+
14+
15+
16+
617
# [3.100.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.99.0...v3.100.0) (2022-05-26)
718

819
**Note:** Version bump only for package @aws-sdk/client-iotsitewise

clients/client-iotsitewise/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-iotsitewise",
33
"description": "AWS SDK for JavaScript Iotsitewise Client for Node.js, Browser and React Native",
4-
"version": "3.100.0",
4+
"version": "3.102.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

clients/client-lookoutmetrics/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.102.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.101.0...v3.102.0) (2022-05-31)
7+
8+
9+
### Features
10+
11+
* **client-lookoutmetrics:** Adding backtest mode to detectors using the Cloudwatch data source. ([973cdd0](https://github.com/aws/aws-sdk-js-v3/commit/973cdd03db3b6ad2a86b8f7b55555e1d7da53891))
12+
13+
14+
15+
16+
617
# [3.100.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.99.0...v3.100.0) (2022-05-26)
718

819
**Note:** Version bump only for package @aws-sdk/client-lookoutmetrics

clients/client-lookoutmetrics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-lookoutmetrics",
33
"description": "AWS SDK for JavaScript Lookoutmetrics Client for Node.js, Browser and React Native",
4-
"version": "3.100.0",
4+
"version": "3.102.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

0 commit comments

Comments
 (0)