Skip to content

Commit b163378

Browse files
author
awstools
committed
Publish v3.519.0
1 parent b8f8238 commit b163378

File tree

8 files changed

+51
-4
lines changed

8 files changed

+51
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.519.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.518.0...v3.519.0) (2024-02-21)
7+
8+
9+
### Features
10+
11+
* **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))
12+
* **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))
13+
* **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))
14+
* **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))
15+
16+
17+
18+
19+
620
# [3.518.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.517.0...v3.518.0) (2024-02-20)
721

822

clients/client-lookoutequipment/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.519.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.518.0...v3.519.0) (2024-02-21)
7+
8+
9+
### Features
10+
11+
* **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))
12+
13+
14+
15+
16+
617
# [3.515.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.514.0...v3.515.0) (2024-02-15)
718

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

clients/client-lookoutequipment/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-lookoutequipment",
33
"description": "AWS SDK for JavaScript Lookoutequipment Client for Node.js, Browser and React Native",
4-
"version": "3.515.0",
4+
"version": "3.519.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-lookoutequipment",

clients/client-medialive/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.519.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.518.0...v3.519.0) (2024-02-21)
7+
8+
9+
### Features
10+
11+
* **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))
12+
13+
14+
15+
16+
617
# [3.515.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.514.0...v3.515.0) (2024-02-15)
718

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

clients/client-medialive/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-medialive",
33
"description": "AWS SDK for JavaScript Medialive Client for Node.js, Browser and React Native",
4-
"version": "3.515.0",
4+
"version": "3.519.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-medialive",

clients/client-ssm/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.519.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.518.0...v3.519.0) (2024-02-21)
7+
8+
9+
### Features
10+
11+
* **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))
12+
13+
14+
15+
16+
617
# [3.515.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.514.0...v3.515.0) (2024-02-15)
718

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

clients/client-ssm/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-ssm",
33
"description": "AWS SDK for JavaScript Ssm Client for Node.js, Browser and React Native",
4-
"version": "3.515.0",
4+
"version": "3.519.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-ssm",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.518.0",
2+
"version": "3.519.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

0 commit comments

Comments
 (0)