Skip to content

Commit 065860a

Browse files
author
awstools
committed
Publish v3.926.0
1 parent 4d3f152 commit 065860a

File tree

937 files changed

+4282
-491
lines changed

Some content is hidden

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

937 files changed

+4282
-491
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
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.926.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.925.0...v3.926.0) (2025-11-06)
7+
8+
9+
### Features
10+
11+
* **client-accessanalyzer:** New field totalActiveErrors added to getFindingsStatistics response. ([595167c](https://github.com/aws/aws-sdk-js-v3/commit/595167c760f07460b15fb009c8ded30c956470e5))
12+
* **client-backup:** AWS Backup now supports customer-managed keys (CMK) for logically air-gapped vaults, enabling customers to maintain full control over their encryption key lifecycle. This feature helps organizations meet specific internal governance requirements or external regulatory compliance standards. ([b83f5f9](https://github.com/aws/aws-sdk-js-v3/commit/b83f5f99e2cb10f8951de7fe920b3daf07cf17a5))
13+
* **client-connect:** Added support for Conditional Questions in Evaluation Forms. Introduced Auto Evaluation capability for Evaluation Forms and Contact Evaluations. Added new API operations: SearchEvaluationForms and SearchContactEvaluations. ([45c43b4](https://github.com/aws/aws-sdk-js-v3/commit/45c43b474cbe04d639fa2d9bec06f472b97d5ecf))
14+
* **client-ec2:** Add Amazon EC2 R8a instance types ([7cb1367](https://github.com/aws/aws-sdk-js-v3/commit/7cb136792ee69d87da3be7e5c743056f81c0af65))
15+
* **client-gamelift:** Amazon GameLift Servers now supports game builds that use the Windows 2022 operating system. ([e38ba81](https://github.com/aws/aws-sdk-js-v3/commit/e38ba8197ef89a5dbc5b2daaf3bd4ecba2cb06d3))
16+
* **client-identitystore:** IdentityStore API: added new KMSExceptionReason fields to the Exception object; added multiple new fields to the User APIs - UserStatus, Birthdate, Website and Photos; added multiple new metadata fields for User, Groups and Membership APIs - CreatedAt, CreatedBy, UpdatedAt and UpdatedBy. ([28d8504](https://github.com/aws/aws-sdk-js-v3/commit/28d8504757b345c604fe7649854485b67c0cb868))
17+
* **client-quicksight:** Support for New Data Prep Experience ([02e87fe](https://github.com/aws/aws-sdk-js-v3/commit/02e87fe92536d05b4d8ba926cc1019b0f3cfbae7))
18+
* **client-s3tables:** Adds support for tagging APIs for S3 Tables ([4c26817](https://github.com/aws/aws-sdk-js-v3/commit/4c2681765ddd50aab2fb87868d56e82e0375439d))
19+
* **client-s3vectors:** Amazon S3 Vectors provides cost-effective, elastic, and durable vector storage for queries based on semantic meaning and similarity. ([cb2626e](https://github.com/aws/aws-sdk-js-v3/commit/cb2626e6e19a052002ccae1337790ad8f426e119))
20+
* **client-sagemaker:** Added NodeProvisioningMode parameter to UpdateCluster API to determine how instance provisioning is handled during cluster operations; in Continuous mode. Added VpcId field in UpdateDomain request for SageMaker Unified Studio domains with no VPC to add a customer VPC. ([382a2ff](https://github.com/aws/aws-sdk-js-v3/commit/382a2ff383a9eec8841f3fa030912a8aaabf6ad9))
21+
* **client-ssm:** Provides NoLongerSupportedException error message ([70be2a3](https://github.com/aws/aws-sdk-js-v3/commit/70be2a35105b234a082308dbfddd62e70d6204b6))
22+
* **clients:** update client endpoints as of 2025-11-06 ([4d3f152](https://github.com/aws/aws-sdk-js-v3/commit/4d3f1528fafad7be09fd8271f8c6a0ab333cbf39))
23+
24+
25+
26+
27+
628
# [3.925.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.924.0...v3.925.0) (2025-11-05)
729

830

benchmark/size/report-bundlers.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
| Application | SDK Version | browser:Webpack | browser:Rollup | browser:EsBuild |
22
| :---------------------------------------- | :---------- | :-------------- | :------------- | :-------------- |
3-
| NormalizedSchema.ts | 3.924.0 | 4 kb | 4 kb | 4 kb |
4-
| all-protocols.ts | 3.924.0 | 73 kb | 74 kb | 105 kb |
5-
| lib-dynamodb-aggregate.ts | 3.924.0 | 184 kb | 183 kb | 188 kb |
6-
| lib-dynamodb-single-command.ts | 3.924.0 | 139 kb | 123 kb | 132 kb |
7-
| multi-protocols.ts | 3.924.0 | 54 kb | 55 kb | 104 kb |
8-
| multiple-barebones-micg-sdk-clients.ts | 3.924.0 | 134 kb | 135 kb | 164 kb |
9-
| multiple-barebones-schema-sdk-clients.ts | 3.924.0 | 204 kb | 206 kb | 235 kb |
10-
| multiple-sdk-clients.ts | 3.924.0 | 453 kb | 448 kb | 460 kb |
11-
| private-multiple-clients-micg.ts | 3.924.0 | 388 kb | 387 kb | 405 kb |
12-
| private-multiple-clients-schema.ts | 3.924.0 | 329 kb | 337 kb | 356 kb |
13-
| private-restjson-micg-aggregate.ts | 3.924.0 | 200 kb | 200 kb | 204 kb |
14-
| private-restjson-micg-single-command.ts | 3.924.0 | 97 kb | 97 kb | 102 kb |
15-
| private-restjson-schema-aggregate.ts | 3.924.0 | 186 kb | 190 kb | 194 kb |
16-
| private-restjson-schema-single-command.ts | 3.924.0 | 123 kb | 124 kb | 154 kb |
17-
| protocol-rest-xml.ts | 3.924.0 | 39 kb | 40 kb | 104 kb |
18-
| protocol-rpc-cbor.ts | 3.924.0 | 39 kb | 40 kb | 104 kb |
19-
| protocol-rpc-json-1-1.ts | 3.924.0 | 29 kb | 30 kb | 104 kb |
20-
| sdk-connect-aggregate.ts | 3.924.0 | 363 kb | 358 kb | 364 kb |
21-
| sdk-connect-single-command.ts | 3.924.0 | 102 kb | 102 kb | 107 kb |
22-
| sdk-ec2-aggregate.ts | 3.924.0 | 1.155 mb | 1.105 mb | 1.104 mb |
23-
| sdk-s3-aggregate.ts | 3.924.0 | 330 kb | 327 kb | 333 kb |
24-
| sdk-s3-single-command.ts | 3.924.0 | 176 kb | 174 kb | 181 kb |
25-
| sdk-sagemaker-aggregate.ts | 3.924.0 | 435 kb | 423 kb | 429 kb |
3+
| NormalizedSchema.ts | 3.925.0 | 4 kb | 4 kb | 4 kb |
4+
| all-protocols.ts | 3.925.0 | 73 kb | 74 kb | 105 kb |
5+
| lib-dynamodb-aggregate.ts | 3.925.0 | 184 kb | 183 kb | 188 kb |
6+
| lib-dynamodb-single-command.ts | 3.925.0 | 139 kb | 123 kb | 132 kb |
7+
| multi-protocols.ts | 3.925.0 | 54 kb | 55 kb | 104 kb |
8+
| multiple-barebones-micg-sdk-clients.ts | 3.925.0 | 134 kb | 135 kb | 164 kb |
9+
| multiple-barebones-schema-sdk-clients.ts | 3.925.0 | 204 kb | 206 kb | 236 kb |
10+
| multiple-sdk-clients.ts | 3.925.0 | 453 kb | 448 kb | 460 kb |
11+
| private-multiple-clients-micg.ts | 3.925.0 | 388 kb | 387 kb | 405 kb |
12+
| private-multiple-clients-schema.ts | 3.925.0 | 329 kb | 337 kb | 356 kb |
13+
| private-restjson-micg-aggregate.ts | 3.925.0 | 200 kb | 200 kb | 204 kb |
14+
| private-restjson-micg-single-command.ts | 3.925.0 | 97 kb | 97 kb | 102 kb |
15+
| private-restjson-schema-aggregate.ts | 3.925.0 | 186 kb | 190 kb | 194 kb |
16+
| private-restjson-schema-single-command.ts | 3.925.0 | 123 kb | 124 kb | 154 kb |
17+
| protocol-rest-xml.ts | 3.925.0 | 39 kb | 40 kb | 104 kb |
18+
| protocol-rpc-cbor.ts | 3.925.0 | 39 kb | 40 kb | 104 kb |
19+
| protocol-rpc-json-1-1.ts | 3.925.0 | 29 kb | 30 kb | 104 kb |
20+
| sdk-connect-aggregate.ts | 3.925.0 | 368 kb | 363 kb | 369 kb |
21+
| sdk-connect-single-command.ts | 3.925.0 | 103 kb | 103 kb | 107 kb |
22+
| sdk-ec2-aggregate.ts | 3.925.0 | 1.155 mb | 1.105 mb | 1.104 mb |
23+
| sdk-s3-aggregate.ts | 3.925.0 | 330 kb | 327 kb | 333 kb |
24+
| sdk-s3-single-command.ts | 3.925.0 | 176 kb | 174 kb | 181 kb |
25+
| sdk-sagemaker-aggregate.ts | 3.925.0 | 435 kb | 423 kb | 429 kb |

clients/client-accessanalyzer/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.926.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.925.0...v3.926.0) (2025-11-06)
7+
8+
9+
### Features
10+
11+
* **client-accessanalyzer:** New field totalActiveErrors added to getFindingsStatistics response. ([595167c](https://github.com/aws/aws-sdk-js-v3/commit/595167c760f07460b15fb009c8ded30c956470e5))
12+
13+
14+
15+
16+
617
# [3.925.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.924.0...v3.925.0) (2025-11-05)
718

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

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

clients/client-account/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.926.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.925.0...v3.926.0) (2025-11-06)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-account
9+
10+
11+
12+
13+
614
# [3.925.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.924.0...v3.925.0) (2025-11-05)
715

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

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

clients/client-acm-pca/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.926.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.925.0...v3.926.0) (2025-11-06)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-acm-pca
9+
10+
11+
12+
13+
614
# [3.925.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.924.0...v3.925.0) (2025-11-05)
715

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

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

clients/client-acm/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.926.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.925.0...v3.926.0) (2025-11-06)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-acm
9+
10+
11+
12+
13+
614
# [3.925.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.924.0...v3.925.0) (2025-11-05)
715

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

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

0 commit comments

Comments
 (0)