Skip to content

Commit 885b47e

Browse files
author
awstools
committed
Publish v3.546.0
1 parent fc4ce77 commit 885b47e

File tree

12 files changed

+73
-6
lines changed

12 files changed

+73
-6
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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.546.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.545.0...v3.546.0) (2024-04-01)
7+
8+
9+
### Features
10+
11+
* **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))
12+
* **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))
13+
* **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))
14+
* **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))
15+
* **clients:** update client endpoints as of 2024-04-01 ([fc4ce77](https://github.com/aws/aws-sdk-js-v3/commit/fc4ce77e9a6470a248b4c6b075443b7069667458))
16+
17+
18+
19+
20+
621
# [3.545.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.544.0...v3.545.0) (2024-03-29)
722

823

clients/client-cloudwatch/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.546.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.545.0...v3.546.0) (2024-04-01)
7+
8+
9+
### Features
10+
11+
* **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))
12+
13+
14+
15+
16+
617
# [3.540.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.539.0...v3.540.0) (2024-03-22)
718

819

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

clients/client-datazone/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.546.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.545.0...v3.546.0) (2024-04-01)
7+
8+
9+
### Features
10+
11+
* **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))
12+
13+
14+
15+
16+
617
# [3.540.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.539.0...v3.540.0) (2024-03-22)
718

819

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

clients/client-deadline/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [3.546.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.545.0...v3.546.0) (2024-04-01)
7+
8+
9+
### Features
10+
11+
* **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))

clients/client-deadline/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-deadline",
33
"description": "AWS SDK for JavaScript Deadline Client for Node.js, Browser and React Native",
4-
"version": "3.0.0",
4+
"version": "3.546.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

clients/client-emr/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.546.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.545.0...v3.546.0) (2024-04-01)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-emr
9+
10+
11+
12+
13+
614
# [3.540.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.539.0...v3.540.0) (2024-03-22)
715

816

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

clients/client-lightsail/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.546.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.545.0...v3.546.0) (2024-04-01)
7+
8+
9+
### Features
10+
11+
* **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))
12+
13+
14+
15+
16+
617
# [3.540.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.539.0...v3.540.0) (2024-03-22)
718

819

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

lerna.json

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

0 commit comments

Comments
 (0)