Skip to content

Commit 2ed474a

Browse files
author
awstools
committed
Publish v3.753.0
1 parent 697dd68 commit 2ed474a

File tree

19 files changed

+112
-9
lines changed

19 files changed

+112
-9
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.753.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.752.0...v3.753.0) (2025-02-20)
7+
8+
9+
### Features
10+
11+
* **client-codebuild:** Add webhook status and status message to AWS CodeBuild webhooks ([a5e8b89](https://github.com/aws/aws-sdk-js-v3/commit/a5e8b8976e2fda3f1b9a1184116eacc496532201))
12+
* **client-guardduty:** Reduce the minimum number of required attack sequence signals from 2 to 1 ([e5560ad](https://github.com/aws/aws-sdk-js-v3/commit/e5560add15c609b8e81d960fe0ed23899619932e))
13+
* **client-sagemaker:** Added new capability in the UpdateCluster operation to remove instance groups from your SageMaker HyperPod cluster. ([98ed404](https://github.com/aws/aws-sdk-js-v3/commit/98ed4044f629b8efbdcab072a34837f633c5b071))
14+
* **client-workspaces-web:** Add support for toolbar configuration under user settings. ([4b613e3](https://github.com/aws/aws-sdk-js-v3/commit/4b613e3e5c1126ccd83cac81f09aef4783680fc4))
15+
* **clients:** update client endpoints as of 2025-02-20 ([697dd68](https://github.com/aws/aws-sdk-js-v3/commit/697dd688e9c091564e301ab9f2eaf6984af7ed45))
16+
17+
18+
19+
20+
621
# [3.752.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.751.0...v3.752.0) (2025-02-19)
722

823

clients/client-codebuild/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.753.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.752.0...v3.753.0) (2025-02-20)
7+
8+
9+
### Features
10+
11+
* **client-codebuild:** Add webhook status and status message to AWS CodeBuild webhooks ([a5e8b89](https://github.com/aws/aws-sdk-js-v3/commit/a5e8b8976e2fda3f1b9a1184116eacc496532201))
12+
13+
14+
15+
16+
617
# [3.750.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.749.0...v3.750.0) (2025-02-17)
718

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

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

clients/client-guardduty/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.753.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.752.0...v3.753.0) (2025-02-20)
7+
8+
9+
### Features
10+
11+
* **client-guardduty:** Reduce the minimum number of required attack sequence signals from 2 to 1 ([e5560ad](https://github.com/aws/aws-sdk-js-v3/commit/e5560add15c609b8e81d960fe0ed23899619932e))
12+
13+
14+
15+
16+
617
# [3.750.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.749.0...v3.750.0) (2025-02-17)
718

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

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

clients/client-license-manager-user-subscriptions/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.753.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.752.0...v3.753.0) (2025-02-20)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-license-manager-user-subscriptions
9+
10+
11+
12+
13+
614
# [3.750.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.749.0...v3.750.0) (2025-02-17)
715

816
**Note:** Version bump only for package @aws-sdk/client-license-manager-user-subscriptions

clients/client-license-manager-user-subscriptions/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-license-manager-user-subscriptions",
33
"description": "AWS SDK for JavaScript License Manager User Subscriptions Client for Node.js, Browser and React Native",
4-
"version": "3.750.0",
4+
"version": "3.753.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-license-manager-user-subscriptions",

clients/client-rds/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.753.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.752.0...v3.753.0) (2025-02-20)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-rds
9+
10+
11+
12+
13+
614
# [3.750.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.749.0...v3.750.0) (2025-02-17)
715

816
**Note:** Version bump only for package @aws-sdk/client-rds

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

clients/client-sagemaker/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.753.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.752.0...v3.753.0) (2025-02-20)
7+
8+
9+
### Features
10+
11+
* **client-sagemaker:** Added new capability in the UpdateCluster operation to remove instance groups from your SageMaker HyperPod cluster. ([98ed404](https://github.com/aws/aws-sdk-js-v3/commit/98ed4044f629b8efbdcab072a34837f633c5b071))
12+
13+
14+
15+
16+
617
# [3.752.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.751.0...v3.752.0) (2025-02-19)
718

819

0 commit comments

Comments
 (0)