From b97d070ccb909c730fa8e7c37eeab0fdff5623c4 Mon Sep 17 00:00:00 2001 From: awstools Date: Tue, 21 May 2024 18:34:41 +0000 Subject: [PATCH] Publish v3.581.0 --- CHANGELOG.md | 16 ++++++++++++++++ clients/client-cloudfront/CHANGELOG.md | 11 +++++++++++ clients/client-cloudfront/package.json | 2 +- clients/client-glue/CHANGELOG.md | 11 +++++++++++ clients/client-glue/package.json | 2 +- clients/client-lightsail/CHANGELOG.md | 11 +++++++++++ clients/client-lightsail/package.json | 2 +- clients/client-mailmanager/CHANGELOG.md | 11 +++++++++++ clients/client-mailmanager/package.json | 2 +- clients/client-pi/CHANGELOG.md | 11 +++++++++++ clients/client-pi/package.json | 2 +- clients/client-rds/CHANGELOG.md | 8 ++++++++ clients/client-rds/package.json | 2 +- clients/client-storage-gateway/CHANGELOG.md | 11 +++++++++++ clients/client-storage-gateway/package.json | 2 +- lerna.json | 2 +- 16 files changed, 98 insertions(+), 8 deletions(-) create mode 100644 clients/client-mailmanager/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index a0ebd44560f4..a977f9535ab9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.581.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.580.0...v3.581.0) (2024-05-21) + + +### Features + +* **client-cloudfront:** Model update; no change to SDK functionality. ([bd50b2b](https://github.com/aws/aws-sdk-js-v3/commit/bd50b2b9bdcbae224ea2a4cb908e35286993709d)) +* **client-glue:** Add Maintenance window to CreateJob and UpdateJob APIs and JobRun response. Add a new Job Run State for EXPIRED. ([72bc2a8](https://github.com/aws/aws-sdk-js-v3/commit/72bc2a8fe0318601552576e81d763199199e2a80)) +* **client-lightsail:** This release adds support for Amazon Lightsail instances to switch between dual-stack or IPv4 only and IPv6-only public IP address types. ([1312268](https://github.com/aws/aws-sdk-js-v3/commit/13122688946467ef819cfb8e05f53c9a1f19c5a6)) +* **client-mailmanager:** This release includes a new Amazon SES feature called Mail Manager, which is a set of email gateway capabilities designed to help customers strengthen their organization's email infrastructure, simplify email workflow management, and streamline email compliance control. ([f3b0e86](https://github.com/aws/aws-sdk-js-v3/commit/f3b0e869e51dcf51fef0e8945c3e3407e76f0a07)) +* **client-pi:** Performance Insights added a new input parameter called AuthorizedActions to support the fine-grained access feature. Performance Insights also restricted the acceptable input characters. ([2df9c49](https://github.com/aws/aws-sdk-js-v3/commit/2df9c49dc226e13eedf31e2fe757bf30ef7dbebf)) +* **client-storage-gateway:** Added new SMBSecurityStrategy enum named MandatoryEncryptionNoAes128, new mode enforces encryption and disables AES 128-bit algorithums. ([076c64e](https://github.com/aws/aws-sdk-js-v3/commit/076c64e81bbd91009af9fae4a4d1d8e16aac49db)) + + + + + # [3.580.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.579.0...v3.580.0) (2024-05-20) diff --git a/clients/client-cloudfront/CHANGELOG.md b/clients/client-cloudfront/CHANGELOG.md index 8d73dbbc4637..c0dec9ffde70 100644 --- a/clients/client-cloudfront/CHANGELOG.md +++ b/clients/client-cloudfront/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.581.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.580.0...v3.581.0) (2024-05-21) + + +### Features + +* **client-cloudfront:** Model update; no change to SDK functionality. ([bd50b2b](https://github.com/aws/aws-sdk-js-v3/commit/bd50b2b9bdcbae224ea2a4cb908e35286993709d)) + + + + + # [3.577.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.576.0...v3.577.0) (2024-05-15) **Note:** Version bump only for package @aws-sdk/client-cloudfront diff --git a/clients/client-cloudfront/package.json b/clients/client-cloudfront/package.json index b858ad74d034..7c8d0a340525 100644 --- a/clients/client-cloudfront/package.json +++ b/clients/client-cloudfront/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-cloudfront", "description": "AWS SDK for JavaScript Cloudfront Client for Node.js, Browser and React Native", - "version": "3.577.0", + "version": "3.581.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "node ../../scripts/compilation/inline client-cloudfront", diff --git a/clients/client-glue/CHANGELOG.md b/clients/client-glue/CHANGELOG.md index 54686a4413ee..8aab76d54a6a 100644 --- a/clients/client-glue/CHANGELOG.md +++ b/clients/client-glue/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.581.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.580.0...v3.581.0) (2024-05-21) + + +### Features + +* **client-glue:** Add Maintenance window to CreateJob and UpdateJob APIs and JobRun response. Add a new Job Run State for EXPIRED. ([72bc2a8](https://github.com/aws/aws-sdk-js-v3/commit/72bc2a8fe0318601552576e81d763199199e2a80)) + + + + + # [3.577.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.576.0...v3.577.0) (2024-05-15) **Note:** Version bump only for package @aws-sdk/client-glue diff --git a/clients/client-glue/package.json b/clients/client-glue/package.json index 77319b606a42..9698c7bd12ac 100644 --- a/clients/client-glue/package.json +++ b/clients/client-glue/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-glue", "description": "AWS SDK for JavaScript Glue Client for Node.js, Browser and React Native", - "version": "3.577.0", + "version": "3.581.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "node ../../scripts/compilation/inline client-glue", diff --git a/clients/client-lightsail/CHANGELOG.md b/clients/client-lightsail/CHANGELOG.md index 50da930a6d97..65c7e6503909 100644 --- a/clients/client-lightsail/CHANGELOG.md +++ b/clients/client-lightsail/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.581.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.580.0...v3.581.0) (2024-05-21) + + +### Features + +* **client-lightsail:** This release adds support for Amazon Lightsail instances to switch between dual-stack or IPv4 only and IPv6-only public IP address types. ([1312268](https://github.com/aws/aws-sdk-js-v3/commit/13122688946467ef819cfb8e05f53c9a1f19c5a6)) + + + + + # [3.577.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.576.0...v3.577.0) (2024-05-15) **Note:** Version bump only for package @aws-sdk/client-lightsail diff --git a/clients/client-lightsail/package.json b/clients/client-lightsail/package.json index d728c84ad5cf..c2bb02b4ba51 100644 --- a/clients/client-lightsail/package.json +++ b/clients/client-lightsail/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-lightsail", "description": "AWS SDK for JavaScript Lightsail Client for Node.js, Browser and React Native", - "version": "3.577.0", + "version": "3.581.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "node ../../scripts/compilation/inline client-lightsail", diff --git a/clients/client-mailmanager/CHANGELOG.md b/clients/client-mailmanager/CHANGELOG.md new file mode 100644 index 000000000000..2c5ff87fe05c --- /dev/null +++ b/clients/client-mailmanager/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [3.581.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.580.0...v3.581.0) (2024-05-21) + + +### Features + +* **client-mailmanager:** This release includes a new Amazon SES feature called Mail Manager, which is a set of email gateway capabilities designed to help customers strengthen their organization's email infrastructure, simplify email workflow management, and streamline email compliance control. ([f3b0e86](https://github.com/aws/aws-sdk-js-v3/commit/f3b0e869e51dcf51fef0e8945c3e3407e76f0a07)) diff --git a/clients/client-mailmanager/package.json b/clients/client-mailmanager/package.json index 99a185606c78..f9259328aed8 100644 --- a/clients/client-mailmanager/package.json +++ b/clients/client-mailmanager/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-mailmanager", "description": "AWS SDK for JavaScript Mailmanager Client for Node.js, Browser and React Native", - "version": "3.0.0", + "version": "3.581.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-pi/CHANGELOG.md b/clients/client-pi/CHANGELOG.md index d33413dae81a..c45fb66a30be 100644 --- a/clients/client-pi/CHANGELOG.md +++ b/clients/client-pi/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.581.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.580.0...v3.581.0) (2024-05-21) + + +### Features + +* **client-pi:** Performance Insights added a new input parameter called AuthorizedActions to support the fine-grained access feature. Performance Insights also restricted the acceptable input characters. ([2df9c49](https://github.com/aws/aws-sdk-js-v3/commit/2df9c49dc226e13eedf31e2fe757bf30ef7dbebf)) + + + + + # [3.577.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.576.0...v3.577.0) (2024-05-15) **Note:** Version bump only for package @aws-sdk/client-pi diff --git a/clients/client-pi/package.json b/clients/client-pi/package.json index e40f5e9dac42..14b5105599c1 100644 --- a/clients/client-pi/package.json +++ b/clients/client-pi/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-pi", "description": "AWS SDK for JavaScript Pi Client for Node.js, Browser and React Native", - "version": "3.577.0", + "version": "3.581.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "node ../../scripts/compilation/inline client-pi", diff --git a/clients/client-rds/CHANGELOG.md b/clients/client-rds/CHANGELOG.md index 9c69a1243ee6..b6d1051401c6 100644 --- a/clients/client-rds/CHANGELOG.md +++ b/clients/client-rds/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.581.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.580.0...v3.581.0) (2024-05-21) + +**Note:** Version bump only for package @aws-sdk/client-rds + + + + + # [3.580.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.579.0...v3.580.0) (2024-05-20) diff --git a/clients/client-rds/package.json b/clients/client-rds/package.json index c0642321d5d5..f1902962a35b 100644 --- a/clients/client-rds/package.json +++ b/clients/client-rds/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-rds", "description": "AWS SDK for JavaScript Rds Client for Node.js, Browser and React Native", - "version": "3.580.0", + "version": "3.581.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "node ../../scripts/compilation/inline client-rds", diff --git a/clients/client-storage-gateway/CHANGELOG.md b/clients/client-storage-gateway/CHANGELOG.md index 84194b80967b..4719ac7e98ee 100644 --- a/clients/client-storage-gateway/CHANGELOG.md +++ b/clients/client-storage-gateway/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.581.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.580.0...v3.581.0) (2024-05-21) + + +### Features + +* **client-storage-gateway:** Added new SMBSecurityStrategy enum named MandatoryEncryptionNoAes128, new mode enforces encryption and disables AES 128-bit algorithums. ([076c64e](https://github.com/aws/aws-sdk-js-v3/commit/076c64e81bbd91009af9fae4a4d1d8e16aac49db)) + + + + + # [3.577.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.576.0...v3.577.0) (2024-05-15) **Note:** Version bump only for package @aws-sdk/client-storage-gateway diff --git a/clients/client-storage-gateway/package.json b/clients/client-storage-gateway/package.json index d6c8a852320c..ad8d1be3791e 100644 --- a/clients/client-storage-gateway/package.json +++ b/clients/client-storage-gateway/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-storage-gateway", "description": "AWS SDK for JavaScript Storage Gateway Client for Node.js, Browser and React Native", - "version": "3.577.0", + "version": "3.581.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "node ../../scripts/compilation/inline client-storage-gateway", diff --git a/lerna.json b/lerna.json index 9337f5ffc0e4..6406b922cd14 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "3.580.0", + "version": "3.581.0", "npmClient": "yarn", "useWorkspaces": true, "command": {