diff --git a/CHANGELOG.md b/CHANGELOG.md index baacb4c472bd..bd78bfc47c70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.519.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.518.0...v3.519.0) (2024-02-21) + + +### Features + +* **client-iot-events:** Increase the maximum length of descriptions for Inputs, Detector Models, and Alarm Models ([c40a218](https://github.com/aws/aws-sdk-js-v3/commit/c40a218f5d7fab54e7a246e905e80f71ec711fa4)) +* **client-lookoutequipment:** This release adds a field exposing model quality to read APIs for models. It also adds a model quality field to the API response when creating an inference scheduler. ([b8f8238](https://github.com/aws/aws-sdk-js-v3/commit/b8f823858924c13b793323a89111a231f7dbce30)) +* **client-medialive:** MediaLive now supports the ability to restart pipelines in a running channel. ([edcc296](https://github.com/aws/aws-sdk-js-v3/commit/edcc29652308d696c69d29bd761946fe1c29f4d4)) +* **client-ssm:** This release adds support for sharing Systems Manager parameters with other AWS accounts. ([200c126](https://github.com/aws/aws-sdk-js-v3/commit/200c12672fc18dbdc743f2d2ee547449e6d57ae4)) + + + + + # [3.518.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.517.0...v3.518.0) (2024-02-20) diff --git a/clients/client-lookoutequipment/CHANGELOG.md b/clients/client-lookoutequipment/CHANGELOG.md index 5f84ed79d4d5..fddd54fed2ba 100644 --- a/clients/client-lookoutequipment/CHANGELOG.md +++ b/clients/client-lookoutequipment/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.519.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.518.0...v3.519.0) (2024-02-21) + + +### Features + +* **client-lookoutequipment:** This release adds a field exposing model quality to read APIs for models. It also adds a model quality field to the API response when creating an inference scheduler. ([b8f8238](https://github.com/aws/aws-sdk-js-v3/commit/b8f823858924c13b793323a89111a231f7dbce30)) + + + + + # [3.515.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.514.0...v3.515.0) (2024-02-15) **Note:** Version bump only for package @aws-sdk/client-lookoutequipment diff --git a/clients/client-lookoutequipment/package.json b/clients/client-lookoutequipment/package.json index 235dad314059..a3316f73271d 100644 --- a/clients/client-lookoutequipment/package.json +++ b/clients/client-lookoutequipment/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-lookoutequipment", "description": "AWS SDK for JavaScript Lookoutequipment Client for Node.js, Browser and React Native", - "version": "3.515.0", + "version": "3.519.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "node ../../scripts/compilation/inline client-lookoutequipment", diff --git a/clients/client-medialive/CHANGELOG.md b/clients/client-medialive/CHANGELOG.md index a48d129ba0a8..16651a69c82d 100644 --- a/clients/client-medialive/CHANGELOG.md +++ b/clients/client-medialive/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.519.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.518.0...v3.519.0) (2024-02-21) + + +### Features + +* **client-medialive:** MediaLive now supports the ability to restart pipelines in a running channel. ([edcc296](https://github.com/aws/aws-sdk-js-v3/commit/edcc29652308d696c69d29bd761946fe1c29f4d4)) + + + + + # [3.515.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.514.0...v3.515.0) (2024-02-15) **Note:** Version bump only for package @aws-sdk/client-medialive diff --git a/clients/client-medialive/package.json b/clients/client-medialive/package.json index a8dc40b9f92d..5c6e9f3cb42f 100644 --- a/clients/client-medialive/package.json +++ b/clients/client-medialive/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-medialive", "description": "AWS SDK for JavaScript Medialive Client for Node.js, Browser and React Native", - "version": "3.515.0", + "version": "3.519.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "node ../../scripts/compilation/inline client-medialive", diff --git a/clients/client-ssm/CHANGELOG.md b/clients/client-ssm/CHANGELOG.md index cd9b5fff29c7..2c4a5887d045 100644 --- a/clients/client-ssm/CHANGELOG.md +++ b/clients/client-ssm/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.519.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.518.0...v3.519.0) (2024-02-21) + + +### Features + +* **client-ssm:** This release adds support for sharing Systems Manager parameters with other AWS accounts. ([200c126](https://github.com/aws/aws-sdk-js-v3/commit/200c12672fc18dbdc743f2d2ee547449e6d57ae4)) + + + + + # [3.515.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.514.0...v3.515.0) (2024-02-15) **Note:** Version bump only for package @aws-sdk/client-ssm diff --git a/clients/client-ssm/package.json b/clients/client-ssm/package.json index fe4037df6a14..9ae622552a10 100644 --- a/clients/client-ssm/package.json +++ b/clients/client-ssm/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-ssm", "description": "AWS SDK for JavaScript Ssm Client for Node.js, Browser and React Native", - "version": "3.515.0", + "version": "3.519.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "node ../../scripts/compilation/inline client-ssm", diff --git a/lerna.json b/lerna.json index 9d52e7804dd9..9dff39c6cbdb 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "3.518.0", + "version": "3.519.0", "npmClient": "yarn", "useWorkspaces": true, "command": {