Skip to content

Commit 7804018

Browse files
author
awstools
committed
Publish v3.956.0
1 parent e0360a8 commit 7804018

File tree

1,041 files changed

+4743
-544
lines changed

Some content is hidden

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

1,041 files changed

+4743
-544
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@
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.956.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.955.0...v3.956.0) (2025-12-19)
7+
8+
9+
### Bug Fixes
10+
11+
* **core/protocols:** $unknown union member support ([#7593](https://github.com/aws/aws-sdk-js-v3/issues/7593)) ([596fc40](https://github.com/aws/aws-sdk-js-v3/commit/596fc405be9f9d1748fea3ded85f9d203003666f))
12+
* **ec2-metadata-service:** add configurable options for ttl and port precedence ([#7584](https://github.com/aws/aws-sdk-js-v3/issues/7584)) ([184cf70](https://github.com/aws/aws-sdk-js-v3/commit/184cf70c01d130602cdba48a43c8bc95e07bd9a6))
13+
14+
15+
### Features
16+
17+
* **client-arc-region-switch:** Automatic Plan Execution Reports allow customers to maintain a concise record of their Region switch Plan executions. This enables customer SREs and leadership to have a clear view of their recovery posture based on the generated reports for their Plan executions. ([33dbf8d](https://github.com/aws/aws-sdk-js-v3/commit/33dbf8d8aa3c815a784a316fab6dfb496c243b1a))
18+
* **client-connect:** Adding support for Custom Metrics and Pre-Defined Attributes to GetCurrentMetricData API. ([43dab92](https://github.com/aws/aws-sdk-js-v3/commit/43dab9254a46158c0ed8a750e24c295312b6ec6b))
19+
* **client-emr-serverless:** Added JobLevelCostAllocationConfiguration field to enable cost allocation reporting at the job level, providing more granular visibility into EMR Serverless charges ([e95db23](https://github.com/aws/aws-sdk-js-v3/commit/e95db23897aa1702fbf3182edf62290fc3f4380c))
20+
* **client-iot:** This release adds event-based logging feature that enables granular event logging controls for AWS IoT logs. ([bbbf580](https://github.com/aws/aws-sdk-js-v3/commit/bbbf580bcffd7c2cfa3e8c539d9b0188f1d0afe7))
21+
* **client-qbusiness:** It is a internal bug fix for region expansion ([42a80dd](https://github.com/aws/aws-sdk-js-v3/commit/42a80dd7efebe6799e2ee739e9f74e44fc9f7cec))
22+
* **client-wickr:** AWS Wickr now provides a suite of admin APIs to allow you to programmatically manage secure communication for Wickr networks at scale. These APIs enable you to automate administrative workflows including user lifecycle management, network configuration, and security group administration. ([d105e0e](https://github.com/aws/aws-sdk-js-v3/commit/d105e0efbabeebec5ce8383f79a2b0b696b47920))
23+
* **client-workspaces-web:** Add support for WebAuthn under user settings. ([a42b84c](https://github.com/aws/aws-sdk-js-v3/commit/a42b84c4b37df5991fee1011d4b96aa97f07eae0))
24+
* **clients:** update client endpoints as of 2025-12-19 ([e0360a8](https://github.com/aws/aws-sdk-js-v3/commit/e0360a8f973179af0f19c9c7cb71a96fc69da66e))
25+
26+
27+
28+
29+
630
# [3.955.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.954.0...v3.955.0) (2025-12-18)
731

832

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.954.0 | 4 kb | 4 kb | 4 kb |
4-
| all-protocols.ts | 3.954.0 | 75 kb | 77 kb | 108 kb |
5-
| lib-dynamodb-aggregate.ts | 3.954.0 | 190 kb | 193 kb | 272 kb |
6-
| lib-dynamodb-single-command.ts | 3.954.0 | 149 kb | 141 kb | 222 kb |
7-
| multi-protocols.ts | 3.954.0 | 56 kb | 57 kb | 107 kb |
8-
| multiple-barebones-micg-sdk-clients.ts | 3.954.0 | 146 kb | 148 kb | 178 kb |
9-
| multiple-barebones-schema-sdk-clients.ts | 3.954.0 | 221 kb | 223 kb | 253 kb |
10-
| multiple-sdk-clients.ts | 3.954.0 | 401 kb | 408 kb | 482 kb |
11-
| private-multiple-clients-micg.ts | 3.954.0 | 413 kb | 413 kb | 431 kb |
12-
| private-multiple-clients-schema.ts | 3.954.0 | 347 kb | 356 kb | 376 kb |
13-
| private-restjson-micg-aggregate.ts | 3.954.0 | 226 kb | 226 kb | 231 kb |
14-
| private-restjson-micg-single-command.ts | 3.954.0 | 109 kb | 109 kb | 114 kb |
15-
| private-restjson-schema-aggregate.ts | 3.954.0 | 206 kb | 210 kb | 215 kb |
16-
| private-restjson-schema-single-command.ts | 3.954.0 | 137 kb | 139 kb | 172 kb |
17-
| protocol-rest-xml.ts | 3.954.0 | 41 kb | 42 kb | 107 kb |
18-
| protocol-rpc-cbor.ts | 3.954.0 | 41 kb | 42 kb | 107 kb |
19-
| protocol-rpc-json-1-1.ts | 3.954.0 | 31 kb | 32 kb | 107 kb |
20-
| sdk-connect-aggregate.ts | 3.954.0 | 351 kb | 364 kb | 370 kb |
21-
| sdk-connect-single-command.ts | 3.954.0 | 125 kb | 127 kb | 279 kb |
22-
| sdk-ec2-aggregate.ts | 3.954.0 | 824 kb | 849 kb | 858 kb |
23-
| sdk-s3-aggregate.ts | 3.954.0 | 289 kb | 291 kb | 297 kb |
24-
| sdk-s3-single-command.ts | 3.954.0 | 197 kb | 198 kb | 256 kb |
25-
| sdk-sagemaker-aggregate.ts | 3.954.0 | 355 kb | 371 kb | 377 kb |
3+
| NormalizedSchema.ts | 3.955.0 | 4 kb | 4 kb | 4 kb |
4+
| all-protocols.ts | 3.955.0 | 77 kb | 78 kb | 109 kb |
5+
| lib-dynamodb-aggregate.ts | 3.955.0 | 191 kb | 194 kb | 274 kb |
6+
| lib-dynamodb-single-command.ts | 3.955.0 | 149 kb | 142 kb | 224 kb |
7+
| multi-protocols.ts | 3.955.0 | 57 kb | 58 kb | 109 kb |
8+
| multiple-barebones-micg-sdk-clients.ts | 3.955.0 | 146 kb | 148 kb | 178 kb |
9+
| multiple-barebones-schema-sdk-clients.ts | 3.955.0 | 222 kb | 225 kb | 254 kb |
10+
| multiple-sdk-clients.ts | 3.955.0 | 403 kb | 409 kb | 485 kb |
11+
| private-multiple-clients-micg.ts | 3.955.0 | 413 kb | 413 kb | 431 kb |
12+
| private-multiple-clients-schema.ts | 3.955.0 | 349 kb | 358 kb | 377 kb |
13+
| private-restjson-micg-aggregate.ts | 3.955.0 | 226 kb | 226 kb | 231 kb |
14+
| private-restjson-micg-single-command.ts | 3.955.0 | 109 kb | 109 kb | 114 kb |
15+
| private-restjson-schema-aggregate.ts | 3.955.0 | 207 kb | 211 kb | 216 kb |
16+
| private-restjson-schema-single-command.ts | 3.955.0 | 138 kb | 139 kb | 172 kb |
17+
| protocol-rest-xml.ts | 3.955.0 | 42 kb | 43 kb | 108 kb |
18+
| protocol-rpc-cbor.ts | 3.955.0 | 42 kb | 43 kb | 108 kb |
19+
| protocol-rpc-json-1-1.ts | 3.955.0 | 32 kb | 33 kb | 108 kb |
20+
| sdk-connect-aggregate.ts | 3.955.0 | 352 kb | 364 kb | 370 kb |
21+
| sdk-connect-single-command.ts | 3.955.0 | 126 kb | 127 kb | 279 kb |
22+
| sdk-ec2-aggregate.ts | 3.955.0 | 825 kb | 850 kb | 859 kb |
23+
| sdk-s3-aggregate.ts | 3.955.0 | 290 kb | 292 kb | 298 kb |
24+
| sdk-s3-single-command.ts | 3.955.0 | 198 kb | 198 kb | 257 kb |
25+
| sdk-sagemaker-aggregate.ts | 3.955.0 | 355 kb | 371 kb | 378 kb |

clients/client-accessanalyzer/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.956.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.955.0...v3.956.0) (2025-12-19)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-accessanalyzer
9+
10+
11+
12+
13+
614
# [3.955.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.954.0...v3.955.0) (2025-12-18)
715

816
**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.955.0",
4+
"version": "3.956.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
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.956.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.955.0...v3.956.0) (2025-12-19)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-account
9+
10+
11+
12+
13+
614
# [3.955.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.954.0...v3.955.0) (2025-12-18)
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.955.0",
4+
"version": "3.956.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
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.956.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.955.0...v3.956.0) (2025-12-19)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-acm-pca
9+
10+
11+
12+
13+
614
# [3.955.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.954.0...v3.955.0) (2025-12-18)
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.955.0",
4+
"version": "3.956.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
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.956.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.955.0...v3.956.0) (2025-12-19)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-acm
9+
10+
11+
12+
13+
614
# [3.955.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.954.0...v3.955.0) (2025-12-18)
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.955.0",
4+
"version": "3.956.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
77
"build:cjs": "node ../../scripts/compilation/inline client-acm",

0 commit comments

Comments
 (0)