From d90ba9f46c2e4cb0d724aab52ab3d48160f153dc Mon Sep 17 00:00:00 2001 From: awstools Date: Tue, 29 Aug 2023 18:30:53 +0000 Subject: [PATCH] Publish v3.402.0 --- CHANGELOG.md | 13 +++++++++++++ benchmark/size/report.md | 2 +- .../client-cognito-identity-provider/CHANGELOG.md | 11 +++++++++++ .../client-cognito-identity-provider/package.json | 2 +- clients/client-fsx/CHANGELOG.md | 8 ++++++++ clients/client-fsx/package.json | 2 +- clients/client-omics/CHANGELOG.md | 11 +++++++++++ clients/client-omics/package.json | 2 +- clients/client-sesv2/CHANGELOG.md | 11 +++++++++++ clients/client-sesv2/package.json | 2 +- lerna.json | 2 +- 11 files changed, 60 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a3cb8b4d555..506d9eb34152 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.402.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.401.0...v3.402.0) (2023-08-29) + + +### Features + +* **client-cognito-identity-provider:** Added API example requests and responses for several operations. Fixed the validation regex for user pools Identity Provider name. ([bf81c6c](https://github.com/aws/aws-sdk-js-v3/commit/bf81c6c3c7f4f3056b265e120929d54a47d6f871)) +* **client-omics:** Add RetentionMode support for Runs. ([f23d745](https://github.com/aws/aws-sdk-js-v3/commit/f23d745886fc87856dfc2bc3e4fe35aed2132b5c)) +* **client-sesv2:** Adds support for the new Export and Message Insights features: create, get, list and cancel export jobs; get message insights. ([81a2e86](https://github.com/aws/aws-sdk-js-v3/commit/81a2e86da19b6ba3c38c350c92c70ac9ece9f69f)) + + + + + # [3.401.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.400.0...v3.401.0) (2023-08-28) diff --git a/benchmark/size/report.md b/benchmark/size/report.md index ec244b58dc67..f1d70229a9f1 100644 --- a/benchmark/size/report.md +++ b/benchmark/size/report.md @@ -14,7 +14,7 @@ |@aws-sdk/client-codedeploy|3.395.0|1.3 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)| |@aws-sdk/client-codepipeline|3.395.0|920.8 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)| |@aws-sdk/client-cognito-identity|3.397.0|508 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)| -|@aws-sdk/client-cognito-identity-provider|3.395.0|2.5 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)| +|@aws-sdk/client-cognito-identity-provider|3.398.0|2.5 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)| |@aws-sdk/client-cognito-sync|3.395.0|439.9 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)| |@aws-sdk/client-dynamodb|3.395.0|1.7 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)| |@aws-sdk/client-ec2|3.398.0|15 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)| diff --git a/clients/client-cognito-identity-provider/CHANGELOG.md b/clients/client-cognito-identity-provider/CHANGELOG.md index 5c224aeabbd1..bccc5f3798bd 100644 --- a/clients/client-cognito-identity-provider/CHANGELOG.md +++ b/clients/client-cognito-identity-provider/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.402.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.401.0...v3.402.0) (2023-08-29) + + +### Features + +* **client-cognito-identity-provider:** Added API example requests and responses for several operations. Fixed the validation regex for user pools Identity Provider name. ([bf81c6c](https://github.com/aws/aws-sdk-js-v3/commit/bf81c6c3c7f4f3056b265e120929d54a47d6f871)) + + + + + # [3.398.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.397.0...v3.398.0) (2023-08-23) **Note:** Version bump only for package @aws-sdk/client-cognito-identity-provider diff --git a/clients/client-cognito-identity-provider/package.json b/clients/client-cognito-identity-provider/package.json index 312bf83ec9b6..18eea807aa13 100644 --- a/clients/client-cognito-identity-provider/package.json +++ b/clients/client-cognito-identity-provider/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-cognito-identity-provider", "description": "AWS SDK for JavaScript Cognito Identity Provider Client for Node.js, Browser and React Native", - "version": "3.398.0", + "version": "3.402.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "tsc -p tsconfig.cjs.json", diff --git a/clients/client-fsx/CHANGELOG.md b/clients/client-fsx/CHANGELOG.md index 308d3e08fb7d..5345191a1f35 100644 --- a/clients/client-fsx/CHANGELOG.md +++ b/clients/client-fsx/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.402.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.401.0...v3.402.0) (2023-08-29) + +**Note:** Version bump only for package @aws-sdk/client-fsx + + + + + # [3.398.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.397.0...v3.398.0) (2023-08-23) **Note:** Version bump only for package @aws-sdk/client-fsx diff --git a/clients/client-fsx/package.json b/clients/client-fsx/package.json index c44d47fc428d..921d2d792ea2 100644 --- a/clients/client-fsx/package.json +++ b/clients/client-fsx/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-fsx", "description": "AWS SDK for JavaScript Fsx Client for Node.js, Browser and React Native", - "version": "3.398.0", + "version": "3.402.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "tsc -p tsconfig.cjs.json", diff --git a/clients/client-omics/CHANGELOG.md b/clients/client-omics/CHANGELOG.md index 22fbb3b71654..77eccc2b01d4 100644 --- a/clients/client-omics/CHANGELOG.md +++ b/clients/client-omics/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.402.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.401.0...v3.402.0) (2023-08-29) + + +### Features + +* **client-omics:** Add RetentionMode support for Runs. ([f23d745](https://github.com/aws/aws-sdk-js-v3/commit/f23d745886fc87856dfc2bc3e4fe35aed2132b5c)) + + + + + # [3.398.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.397.0...v3.398.0) (2023-08-23) **Note:** Version bump only for package @aws-sdk/client-omics diff --git a/clients/client-omics/package.json b/clients/client-omics/package.json index bef1ede6fe3e..73fe61cd07b0 100644 --- a/clients/client-omics/package.json +++ b/clients/client-omics/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-omics", "description": "AWS SDK for JavaScript Omics Client for Node.js, Browser and React Native", - "version": "3.398.0", + "version": "3.402.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "tsc -p tsconfig.cjs.json", diff --git a/clients/client-sesv2/CHANGELOG.md b/clients/client-sesv2/CHANGELOG.md index 78b49fe17a81..1e52ec569254 100644 --- a/clients/client-sesv2/CHANGELOG.md +++ b/clients/client-sesv2/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.402.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.401.0...v3.402.0) (2023-08-29) + + +### Features + +* **client-sesv2:** Adds support for the new Export and Message Insights features: create, get, list and cancel export jobs; get message insights. ([81a2e86](https://github.com/aws/aws-sdk-js-v3/commit/81a2e86da19b6ba3c38c350c92c70ac9ece9f69f)) + + + + + # [3.398.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.397.0...v3.398.0) (2023-08-23) **Note:** Version bump only for package @aws-sdk/client-sesv2 diff --git a/clients/client-sesv2/package.json b/clients/client-sesv2/package.json index 366ca3a75e64..2016c171d75d 100644 --- a/clients/client-sesv2/package.json +++ b/clients/client-sesv2/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-sesv2", "description": "AWS SDK for JavaScript Sesv2 Client for Node.js, Browser and React Native", - "version": "3.398.0", + "version": "3.402.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "tsc -p tsconfig.cjs.json", diff --git a/lerna.json b/lerna.json index be3582ce8a7f..334fab5925ed 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "3.401.0", + "version": "3.402.0", "npmClient": "yarn", "useWorkspaces": true, "command": {