Skip to content

Commit 7b0c4e9

Browse files
author
awstools
committed
Publish v3.885.0
1 parent a2f7bf4 commit 7b0c4e9

File tree

18 files changed

+112
-9
lines changed

18 files changed

+112
-9
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.885.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.884.0...v3.885.0) (2025-09-09)
7+
8+
9+
### Features
10+
11+
* **client-auto-scaling:** Added WaitForTransitioningInstances parameter to the CancelInstanceRefresh API, allowing the caller to cancel an instance refresh without waiting for on-going launches and terminations. ([aee23c8](https://github.com/aws/aws-sdk-js-v3/commit/aee23c88c8bb06b205f982e50b72fa35737996c0))
12+
* **client-cloudwatch:** Added a new API - DescribeAlarmContributors API, to retrieve alarm contributors in ALARM state. Added support in DescribeAlarmHistory API to query alarm contributor history ([de42572](https://github.com/aws/aws-sdk-js-v3/commit/de425726fc70798236b2b08ae1ea81abe9284364))
13+
* **client-connect:** SDK release for user defined predefined attributes. ([3e7b610](https://github.com/aws/aws-sdk-js-v3/commit/3e7b610c7217afd020963abd0553c482a7cf2547))
14+
* **client-datazone:** Adds support for custom blueprints ([8ba331f](https://github.com/aws/aws-sdk-js-v3/commit/8ba331f319af44d91c8d0e2166e387649409f12c))
15+
* **client-mediapackagev2:** Added CUE tag SCTE output to MediaPackageV2 HLS and LL-HLS manifests. ([653470b](https://github.com/aws/aws-sdk-js-v3/commit/653470b9a5c92f03f3daed596b439fe288d8796c))
16+
* **client-organizations:** Documentation updates for AWS Organizations APIs. ([aea4623](https://github.com/aws/aws-sdk-js-v3/commit/aea462303379755b8ca161efbc14b3efb0bdb634))
17+
* **client-sagemaker:** Released IPv6 support with dual-stack domain options on SageMaker Studio and introduced support for p6-b200.48xlarge instance type on SageMaker Studio for JupyterLab and CodeEditor applications. ([6553aca](https://github.com/aws/aws-sdk-js-v3/commit/6553acaf203a11ef8cd47f87a43da8fdb54f7db7))
18+
* **clients:** update client endpoints as of 2025-09-09 ([a2f7bf4](https://github.com/aws/aws-sdk-js-v3/commit/a2f7bf4dfbd3d24ef20221e6b57b64b24b46714d))
19+
20+
21+
22+
23+
624
# [3.884.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.883.0...v3.884.0) (2025-09-08)
725

826

clients/client-auto-scaling/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.885.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.884.0...v3.885.0) (2025-09-09)
7+
8+
9+
### Features
10+
11+
* **client-auto-scaling:** Added WaitForTransitioningInstances parameter to the CancelInstanceRefresh API, allowing the caller to cancel an instance refresh without waiting for on-going launches and terminations. ([aee23c8](https://github.com/aws/aws-sdk-js-v3/commit/aee23c88c8bb06b205f982e50b72fa35737996c0))
12+
13+
14+
15+
16+
617
# [3.883.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.882.0...v3.883.0) (2025-09-05)
718

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

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

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.885.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.884.0...v3.885.0) (2025-09-09)
7+
8+
9+
### Features
10+
11+
* **client-cloudwatch:** Added a new API - DescribeAlarmContributors API, to retrieve alarm contributors in ALARM state. Added support in DescribeAlarmHistory API to query alarm contributor history ([de42572](https://github.com/aws/aws-sdk-js-v3/commit/de425726fc70798236b2b08ae1ea81abe9284364))
12+
13+
14+
15+
16+
617
# [3.883.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.882.0...v3.883.0) (2025-09-05)
718

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

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.883.0",
4+
"version": "3.885.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-connect/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.885.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.884.0...v3.885.0) (2025-09-09)
7+
8+
9+
### Features
10+
11+
* **client-connect:** SDK release for user defined predefined attributes. ([3e7b610](https://github.com/aws/aws-sdk-js-v3/commit/3e7b610c7217afd020963abd0553c482a7cf2547))
12+
13+
14+
15+
16+
617
# [3.883.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.882.0...v3.883.0) (2025-09-05)
718

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

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

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.885.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.884.0...v3.885.0) (2025-09-09)
7+
8+
9+
### Features
10+
11+
* **client-datazone:** Adds support for custom blueprints ([8ba331f](https://github.com/aws/aws-sdk-js-v3/commit/8ba331f319af44d91c8d0e2166e387649409f12c))
12+
13+
14+
15+
16+
617
# [3.883.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.882.0...v3.883.0) (2025-09-05)
718

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

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.883.0",
4+
"version": "3.885.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-mediapackagev2/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.885.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.884.0...v3.885.0) (2025-09-09)
7+
8+
9+
### Features
10+
11+
* **client-mediapackagev2:** Added CUE tag SCTE output to MediaPackageV2 HLS and LL-HLS manifests. ([653470b](https://github.com/aws/aws-sdk-js-v3/commit/653470b9a5c92f03f3daed596b439fe288d8796c))
12+
13+
14+
15+
16+
617
# [3.883.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.882.0...v3.883.0) (2025-09-05)
718

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

0 commit comments

Comments
 (0)