From 885b47ecd94981e372fc4cd673a2b4abddaaed39 Mon Sep 17 00:00:00 2001 From: awstools Date: Mon, 1 Apr 2024 19:15:48 +0000 Subject: [PATCH] Publish v3.546.0 --- CHANGELOG.md | 15 +++++++++++++++ clients/client-cloudwatch/CHANGELOG.md | 11 +++++++++++ clients/client-cloudwatch/package.json | 2 +- clients/client-datazone/CHANGELOG.md | 11 +++++++++++ clients/client-datazone/package.json | 2 +- clients/client-deadline/CHANGELOG.md | 11 +++++++++++ clients/client-deadline/package.json | 2 +- clients/client-emr/CHANGELOG.md | 8 ++++++++ clients/client-emr/package.json | 2 +- clients/client-lightsail/CHANGELOG.md | 11 +++++++++++ clients/client-lightsail/package.json | 2 +- lerna.json | 2 +- 12 files changed, 73 insertions(+), 6 deletions(-) create mode 100644 clients/client-deadline/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f00213b8b34..03d71701ea82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.546.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.545.0...v3.546.0) (2024-04-01) + + +### Features + +* **client-cloudwatch:** This release adds support for CloudWatch Anomaly Detection on cross-account metrics. SingleMetricAnomalyDetector and MetricDataQuery inputs to Anomaly Detection APIs now take an optional AccountId field. ([8b556b0](https://github.com/aws/aws-sdk-js-v3/commit/8b556b09e52f5e2163765166ed79e58bae34cd1f)) +* **client-datazone:** This release supports the feature of AI recommendations for descriptions to enrich the business data catalog in Amazon DataZone. ([1508e72](https://github.com/aws/aws-sdk-js-v3/commit/1508e72a83ea92175315ac3216289191c1932de6)) +* **client-deadline:** AWS Deadline Cloud is a new fully managed service that helps customers set up, deploy, and scale rendering projects in minutes, so they can improve the efficiency of their rendering pipelines and take on more projects. ([faee925](https://github.com/aws/aws-sdk-js-v3/commit/faee9251c25d854aa130cbbbe266a46ace7dd7b0)) +* **client-lightsail:** This release adds support to upgrade the TLS version of the distribution. ([502a221](https://github.com/aws/aws-sdk-js-v3/commit/502a2215bcae371c644b990b1a5b0a3d36c29fa6)) +* **clients:** update client endpoints as of 2024-04-01 ([fc4ce77](https://github.com/aws/aws-sdk-js-v3/commit/fc4ce77e9a6470a248b4c6b075443b7069667458)) + + + + + # [3.545.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.544.0...v3.545.0) (2024-03-29) diff --git a/clients/client-cloudwatch/CHANGELOG.md b/clients/client-cloudwatch/CHANGELOG.md index 2f24bc7043e5..2d8baa0ab0ee 100644 --- a/clients/client-cloudwatch/CHANGELOG.md +++ b/clients/client-cloudwatch/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.546.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.545.0...v3.546.0) (2024-04-01) + + +### Features + +* **client-cloudwatch:** This release adds support for CloudWatch Anomaly Detection on cross-account metrics. SingleMetricAnomalyDetector and MetricDataQuery inputs to Anomaly Detection APIs now take an optional AccountId field. ([8b556b0](https://github.com/aws/aws-sdk-js-v3/commit/8b556b09e52f5e2163765166ed79e58bae34cd1f)) + + + + + # [3.540.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.539.0...v3.540.0) (2024-03-22) diff --git a/clients/client-cloudwatch/package.json b/clients/client-cloudwatch/package.json index d34373ee7f33..d903bfd7c406 100644 --- a/clients/client-cloudwatch/package.json +++ b/clients/client-cloudwatch/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-cloudwatch", "description": "AWS SDK for JavaScript Cloudwatch Client for Node.js, Browser and React Native", - "version": "3.540.0", + "version": "3.546.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "node ../../scripts/compilation/inline client-cloudwatch", diff --git a/clients/client-datazone/CHANGELOG.md b/clients/client-datazone/CHANGELOG.md index e952d1addb87..72ecd61da9dd 100644 --- a/clients/client-datazone/CHANGELOG.md +++ b/clients/client-datazone/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.546.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.545.0...v3.546.0) (2024-04-01) + + +### Features + +* **client-datazone:** This release supports the feature of AI recommendations for descriptions to enrich the business data catalog in Amazon DataZone. ([1508e72](https://github.com/aws/aws-sdk-js-v3/commit/1508e72a83ea92175315ac3216289191c1932de6)) + + + + + # [3.540.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.539.0...v3.540.0) (2024-03-22) diff --git a/clients/client-datazone/package.json b/clients/client-datazone/package.json index 852dcf95fcf8..b73005f7225c 100644 --- a/clients/client-datazone/package.json +++ b/clients/client-datazone/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-datazone", "description": "AWS SDK for JavaScript Datazone Client for Node.js, Browser and React Native", - "version": "3.540.0", + "version": "3.546.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "node ../../scripts/compilation/inline client-datazone", diff --git a/clients/client-deadline/CHANGELOG.md b/clients/client-deadline/CHANGELOG.md new file mode 100644 index 000000000000..9e7a580f5bfa --- /dev/null +++ b/clients/client-deadline/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.546.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.545.0...v3.546.0) (2024-04-01) + + +### Features + +* **client-deadline:** AWS Deadline Cloud is a new fully managed service that helps customers set up, deploy, and scale rendering projects in minutes, so they can improve the efficiency of their rendering pipelines and take on more projects. ([faee925](https://github.com/aws/aws-sdk-js-v3/commit/faee9251c25d854aa130cbbbe266a46ace7dd7b0)) diff --git a/clients/client-deadline/package.json b/clients/client-deadline/package.json index 282b10156c6c..b38640a73405 100644 --- a/clients/client-deadline/package.json +++ b/clients/client-deadline/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-deadline", "description": "AWS SDK for JavaScript Deadline Client for Node.js, Browser and React Native", - "version": "3.0.0", + "version": "3.546.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-emr/CHANGELOG.md b/clients/client-emr/CHANGELOG.md index 74b633a16008..38a558ab4859 100644 --- a/clients/client-emr/CHANGELOG.md +++ b/clients/client-emr/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.546.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.545.0...v3.546.0) (2024-04-01) + +**Note:** Version bump only for package @aws-sdk/client-emr + + + + + # [3.540.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.539.0...v3.540.0) (2024-03-22) diff --git a/clients/client-emr/package.json b/clients/client-emr/package.json index 8b466aeb066b..104575ad17d0 100644 --- a/clients/client-emr/package.json +++ b/clients/client-emr/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-emr", "description": "AWS SDK for JavaScript Emr Client for Node.js, Browser and React Native", - "version": "3.540.0", + "version": "3.546.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "node ../../scripts/compilation/inline client-emr", diff --git a/clients/client-lightsail/CHANGELOG.md b/clients/client-lightsail/CHANGELOG.md index 7eb327b1f486..d2d5c85a8b1c 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.546.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.545.0...v3.546.0) (2024-04-01) + + +### Features + +* **client-lightsail:** This release adds support to upgrade the TLS version of the distribution. ([502a221](https://github.com/aws/aws-sdk-js-v3/commit/502a2215bcae371c644b990b1a5b0a3d36c29fa6)) + + + + + # [3.540.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.539.0...v3.540.0) (2024-03-22) diff --git a/clients/client-lightsail/package.json b/clients/client-lightsail/package.json index f6c1eab28632..85367fed3b42 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.540.0", + "version": "3.546.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "node ../../scripts/compilation/inline client-lightsail", diff --git a/lerna.json b/lerna.json index 05757a831beb..02c193922ef6 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "3.545.0", + "version": "3.546.0", "npmClient": "yarn", "useWorkspaces": true, "command": {