Skip to content

Commit 4c21198

Browse files
author
awstools
committed
Publish v3.860.0
1 parent a17d458 commit 4c21198

File tree

14 files changed

+86
-7
lines changed

14 files changed

+86
-7
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.860.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.859.0...v3.860.0) (2025-08-04)
7+
8+
9+
### Features
10+
11+
* **client-bedrock-agentcore:** Remove superfluous field from API ([0f75d46](https://github.com/aws/aws-sdk-js-v3/commit/0f75d4615b031a0512cb3b2dd18ee5e21ed2cae1))
12+
* **client-codeconnections:** New integration with Azure DevOps provider type. ([77c6b38](https://github.com/aws/aws-sdk-js-v3/commit/77c6b385e5e2ce50f53305aefce5ec155d3eebca))
13+
* **client-evs:** TagResource API now throws ServiceQuotaExceededException when the number of tags on the Amazon EVS resource exceeds the maximum allowed. TooManyTagsException is deprecated. ([f98eeb0](https://github.com/aws/aws-sdk-js-v3/commit/f98eeb0e0e5d0de7d1ca9720ccf628b9c56ff01c))
14+
* **client-iotsitewise:** Support Interface for IoT SiteWise Asset Modeling ([0b4e505](https://github.com/aws/aws-sdk-js-v3/commit/0b4e50505e5b03a6c99ebb9c3c71fcbe44efafdc))
15+
* **client-sagemaker:** This release adds the ability for customers to attach and detach their EBS volumes to EKS-orchestrated HyperPod cluster nodes. ([4f78a2a](https://github.com/aws/aws-sdk-js-v3/commit/4f78a2a0e4d960f7d6d0b159fe97ae1fd0ef6b29))
16+
* **clients:** update client endpoints as of 2025-08-04 ([a17d458](https://github.com/aws/aws-sdk-js-v3/commit/a17d458cc02af49885b70eff13ded9af93521dbc))
17+
18+
19+
20+
21+
622
# [3.859.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.858.0...v3.859.0) (2025-08-01)
723

824

clients/client-bedrock-agentcore/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.860.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.859.0...v3.860.0) (2025-08-04)
7+
8+
9+
### Features
10+
11+
* **client-bedrock-agentcore:** Remove superfluous field from API ([0f75d46](https://github.com/aws/aws-sdk-js-v3/commit/0f75d4615b031a0512cb3b2dd18ee5e21ed2cae1))
12+
13+
14+
15+
16+
617
# [3.859.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.858.0...v3.859.0) (2025-08-01)
718

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

clients/client-bedrock-agentcore/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-bedrock-agentcore",
33
"description": "AWS SDK for JavaScript Bedrock Agentcore Client for Node.js, Browser and React Native",
4-
"version": "3.859.0",
4+
"version": "3.860.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-codeconnections/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.860.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.859.0...v3.860.0) (2025-08-04)
7+
8+
9+
### Features
10+
11+
* **client-codeconnections:** New integration with Azure DevOps provider type. ([77c6b38](https://github.com/aws/aws-sdk-js-v3/commit/77c6b385e5e2ce50f53305aefce5ec155d3eebca))
12+
13+
14+
15+
16+
617
# [3.859.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.858.0...v3.859.0) (2025-08-01)
718

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

clients/client-codeconnections/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-codeconnections",
33
"description": "AWS SDK for JavaScript Codeconnections Client for Node.js, Browser and React Native",
4-
"version": "3.859.0",
4+
"version": "3.860.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-evs/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.860.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.859.0...v3.860.0) (2025-08-04)
7+
8+
9+
### Features
10+
11+
* **client-evs:** TagResource API now throws ServiceQuotaExceededException when the number of tags on the Amazon EVS resource exceeds the maximum allowed. TooManyTagsException is deprecated. ([f98eeb0](https://github.com/aws/aws-sdk-js-v3/commit/f98eeb0e0e5d0de7d1ca9720ccf628b9c56ff01c))
12+
13+
14+
15+
16+
617
# [3.859.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.858.0...v3.859.0) (2025-08-01)
718

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

clients/client-evs/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-evs",
33
"description": "AWS SDK for JavaScript Evs Client for Node.js, Browser and React Native",
4-
"version": "3.859.0",
4+
"version": "3.860.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-iotsitewise/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.860.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.859.0...v3.860.0) (2025-08-04)
7+
8+
9+
### Features
10+
11+
* **client-iotsitewise:** Support Interface for IoT SiteWise Asset Modeling ([0b4e505](https://github.com/aws/aws-sdk-js-v3/commit/0b4e50505e5b03a6c99ebb9c3c71fcbe44efafdc))
12+
13+
14+
15+
16+
617
# [3.859.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.858.0...v3.859.0) (2025-08-01)
718

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

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

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.860.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.859.0...v3.860.0) (2025-08-04)
7+
8+
9+
### Features
10+
11+
* **client-sagemaker:** This release adds the ability for customers to attach and detach their EBS volumes to EKS-orchestrated HyperPod cluster nodes. ([4f78a2a](https://github.com/aws/aws-sdk-js-v3/commit/4f78a2a0e4d960f7d6d0b159fe97ae1fd0ef6b29))
12+
13+
14+
15+
16+
617
# [3.859.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.858.0...v3.859.0) (2025-08-01)
718

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

0 commit comments

Comments
 (0)