Skip to content

Commit ca426fe

Browse files
author
awstools
committed
Publish v3.841.0
1 parent 6c0e625 commit ca426fe

File tree

56 files changed

+279
-28
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+279
-28
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.841.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.840.0...v3.841.0) (2025-07-01)
7+
8+
9+
### Features
10+
11+
* **client-cleanroomsml:** This release introduces support for incremental training and distributed training for custom models in AWS Clean Rooms ML. ([feb659a](https://github.com/aws/aws-sdk-js-v3/commit/feb659abf90d26760970b44ad1e7a48548f37dd5))
12+
* **client-datazone:** Add support for the new optional domain-unit-id parameter in the UpdateProject API. ([859a807](https://github.com/aws/aws-sdk-js-v3/commit/859a807f7e232f89dd4942638ea3eeb90fba5395))
13+
* **client-ec2:** Add Context to GetInstanceTypesFromInstanceRequirements API ([f300167](https://github.com/aws/aws-sdk-js-v3/commit/f300167ad149be18f74c767373817618fa07fc10))
14+
* **client-odb:** This release adds API operations for Oracle Database@AWS. You can use the APIs to create Exadata infrastructure, ODB networks, and Exadata and Autonomous VM clusters inside AWS data centers. The infrastructure is managed by OCI. You can integrate these resources with AWS services. ([abddb33](https://github.com/aws/aws-sdk-js-v3/commit/abddb3377a69baf6b8bc5a6da30cd6d2d8d56b52))
15+
* **client-qbusiness:** New ChatResponseConfiguration to Customize Q Business chat responses for specific use cases and communication needs. Updated Boosting capability allowing admins to provide preference on date attributes for recency and/or provide a preferred data source. ([32269b6](https://github.com/aws/aws-sdk-js-v3/commit/32269b6423faa1ba35f8658a84e9178b68d12a37))
16+
* **client-sagemaker:** Updated field validation requirements for InstanceGroups. ([8df0fe0](https://github.com/aws/aws-sdk-js-v3/commit/8df0fe0ccfb7b6d09041cdf9cc8bc92ea8db6e21))
17+
* **clients:** update client endpoints as of 2025-07-01 ([6c0e625](https://github.com/aws/aws-sdk-js-v3/commit/6c0e6255d7ac5f3b0c2822473b5ad7ea22a7e57b))
18+
19+
20+
21+
22+
623
# [3.840.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.839.0...v3.840.0) (2025-06-30)
724

825

clients/client-cleanroomsml/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.841.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.840.0...v3.841.0) (2025-07-01)
7+
8+
9+
### Features
10+
11+
* **client-cleanroomsml:** This release introduces support for incremental training and distributed training for custom models in AWS Clean Rooms ML. ([feb659a](https://github.com/aws/aws-sdk-js-v3/commit/feb659abf90d26760970b44ad1e7a48548f37dd5))
12+
13+
14+
15+
16+
617
# [3.840.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.839.0...v3.840.0) (2025-06-30)
718

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

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

clients/client-cloudwatch/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.841.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.840.0...v3.841.0) (2025-07-01)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-cloudwatch
9+
10+
11+
12+
13+
614
# [3.840.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.839.0...v3.840.0) (2025-06-30)
715

816
**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.840.0",
4+
"version": "3.841.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.841.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.840.0...v3.841.0) (2025-07-01)
7+
8+
9+
### Features
10+
11+
* **client-datazone:** Add support for the new optional domain-unit-id parameter in the UpdateProject API. ([859a807](https://github.com/aws/aws-sdk-js-v3/commit/859a807f7e232f89dd4942638ea3eeb90fba5395))
12+
13+
14+
15+
16+
617
# [3.840.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.839.0...v3.840.0) (2025-06-30)
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.840.0",
4+
"version": "3.841.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-ec2/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.841.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.840.0...v3.841.0) (2025-07-01)
7+
8+
9+
### Features
10+
11+
* **client-ec2:** Add Context to GetInstanceTypesFromInstanceRequirements API ([f300167](https://github.com/aws/aws-sdk-js-v3/commit/f300167ad149be18f74c767373817618fa07fc10))
12+
13+
14+
15+
16+
617
# [3.840.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.839.0...v3.840.0) (2025-06-30)
718

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

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

clients/client-odb/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.841.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.840.0...v3.841.0) (2025-07-01)
7+
8+
9+
### Features
10+
11+
* **client-odb:** This release adds API operations for Oracle Database@AWS. You can use the APIs to create Exadata infrastructure, ODB networks, and Exadata and Autonomous VM clusters inside AWS data centers. The infrastructure is managed by OCI. You can integrate these resources with AWS services. ([abddb33](https://github.com/aws/aws-sdk-js-v3/commit/abddb3377a69baf6b8bc5a6da30cd6d2d8d56b52))

0 commit comments

Comments
 (0)