Skip to content

Commit 656bd00

Browse files
author
awstools
committed
Publish v3.947.0
1 parent 7e0d61b commit 656bd00

File tree

959 files changed

+4366
-502
lines changed

Some content is hidden

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

959 files changed

+4366
-502
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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.947.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.946.0...v3.947.0) (2025-12-08)
7+
8+
9+
### Features
10+
11+
* **client-cost-explorer:** Add support for Cost Category resource associations including filtering by resource type on ListCostCategoryDefinitions and new ListCostCategoryResourceAssociations API. ([011b4f6](https://github.com/aws/aws-sdk-js-v3/commit/011b4f652cec1d49963da351de47d7f7fe7ac51e))
12+
* **client-ec2:** Amazon EC2 P6-B300 instances provide 8x NVIDIA Blackwell Ultra GPUs with 2.1 TB high bandwidth GPU memory, 6.4 Tbps EFA networking, 300 Gbps dedicated ENA throughput, and 4 TB of system memory. Amazon EC2 C8a instances are powered by 5th Gen AMD EPYC processors with a maximum frequency of 4.5 GHz. ([229ff01](https://github.com/aws/aws-sdk-js-v3/commit/229ff01153e039dff1feed4db33554b79c1b94ff))
13+
* **client-identitystore:** Updating AWS Identity Store APIs to support Attribute Extensions capability, with the first release adding Enterprise Attributes. This launch aligns Identity Store APIs with SCIM for enterprise attributes, reducing cases when customers are forced to use SCIM due to lack of SigV4 API support. ([14887fd](https://github.com/aws/aws-sdk-js-v3/commit/14887fdeabc27e97d5e567ac3589b01bd2286dbf))
14+
* **client-partnercentral-selling:** Deal Sizing Service for AI-based deal size estimation with AWS service-level breakdown, supporting Expansion and Migration deals across Technology, and Reseller partner cohorts, including Pricing Calculator AddOn for MAP deals and funding incentives. ([867598e](https://github.com/aws/aws-sdk-js-v3/commit/867598e2c17d1cc7c6d654d0456e1362f55a0d20))
15+
* **client-rds:** Adding support for tagging RDS Instance/Cluster Automated Backups ([41b9a13](https://github.com/aws/aws-sdk-js-v3/commit/41b9a1394c4a22430f1bb70f510c3fc09a4978a1))
16+
* **client-redshift-serverless:** Added GetIdentityCenterAuthToken API to retrieve encrypted authentication tokens for Identity Center integrated serverless workgroups. This API enables programmatic access to secure Identity Center tokens with proper error handling and parameter validation across supported SDK languages. ([c3d2776](https://github.com/aws/aws-sdk-js-v3/commit/c3d277699b6031476f0ad563776b73206bc6ed88))
17+
* **client-rolesanywhere:** Increases certificate string length for trust anchor source data to support ML-DSA certificates. ([481b863](https://github.com/aws/aws-sdk-js-v3/commit/481b863e4698390601110bf96ffec6bd392bab13))
18+
* **client-sesv2:** Update Mail Manager Archive ARN validation ([18c203b](https://github.com/aws/aws-sdk-js-v3/commit/18c203b2cfbce0b058408546046e8ee6c610341e))
19+
* **clients:** update client endpoints as of 2025-12-08 ([7e0d61b](https://github.com/aws/aws-sdk-js-v3/commit/7e0d61b2858caa82bd7d36142e800cefccf27672))
20+
21+
22+
23+
24+
625
# [3.946.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.945.0...v3.946.0) (2025-12-05)
726

827

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.945.0 | 4 kb | 4 kb | 4 kb |
4-
| all-protocols.ts | 3.945.0 | 75 kb | 77 kb | 107 kb |
5-
| lib-dynamodb-aggregate.ts | 3.945.0 | 190 kb | 193 kb | 271 kb |
6-
| lib-dynamodb-single-command.ts | 3.945.0 | 149 kb | 141 kb | 222 kb |
7-
| multi-protocols.ts | 3.945.0 | 56 kb | 57 kb | 107 kb |
8-
| multiple-barebones-micg-sdk-clients.ts | 3.945.0 | 146 kb | 147 kb | 178 kb |
9-
| multiple-barebones-schema-sdk-clients.ts | 3.945.0 | 220 kb | 222 kb | 252 kb |
10-
| multiple-sdk-clients.ts | 3.945.0 | 401 kb | 407 kb | 481 kb |
11-
| private-multiple-clients-micg.ts | 3.945.0 | 413 kb | 412 kb | 431 kb |
12-
| private-multiple-clients-schema.ts | 3.945.0 | 347 kb | 356 kb | 375 kb |
13-
| private-restjson-micg-aggregate.ts | 3.945.0 | 226 kb | 226 kb | 231 kb |
14-
| private-restjson-micg-single-command.ts | 3.945.0 | 109 kb | 109 kb | 114 kb |
15-
| private-restjson-schema-aggregate.ts | 3.945.0 | 206 kb | 210 kb | 215 kb |
16-
| private-restjson-schema-single-command.ts | 3.945.0 | 137 kb | 138 kb | 172 kb |
17-
| protocol-rest-xml.ts | 3.945.0 | 40 kb | 42 kb | 107 kb |
18-
| protocol-rpc-cbor.ts | 3.945.0 | 40 kb | 42 kb | 107 kb |
19-
| protocol-rpc-json-1-1.ts | 3.945.0 | 31 kb | 32 kb | 107 kb |
20-
| sdk-connect-aggregate.ts | 3.945.0 | 351 kb | 364 kb | 369 kb |
21-
| sdk-connect-single-command.ts | 3.945.0 | 125 kb | 127 kb | 278 kb |
22-
| sdk-ec2-aggregate.ts | 3.945.0 | 824 kb | 849 kb | 858 kb |
23-
| sdk-s3-aggregate.ts | 3.945.0 | 288 kb | 290 kb | 297 kb |
24-
| sdk-s3-single-command.ts | 3.945.0 | 197 kb | 197 kb | 255 kb |
25-
| sdk-sagemaker-aggregate.ts | 3.945.0 | 354 kb | 371 kb | 377 kb |
3+
| NormalizedSchema.ts | 3.946.0 | 4 kb | 4 kb | 4 kb |
4+
| all-protocols.ts | 3.946.0 | 75 kb | 77 kb | 108 kb |
5+
| lib-dynamodb-aggregate.ts | 3.946.0 | 190 kb | 193 kb | 271 kb |
6+
| lib-dynamodb-single-command.ts | 3.946.0 | 149 kb | 141 kb | 222 kb |
7+
| multi-protocols.ts | 3.946.0 | 56 kb | 57 kb | 107 kb |
8+
| multiple-barebones-micg-sdk-clients.ts | 3.946.0 | 146 kb | 147 kb | 178 kb |
9+
| multiple-barebones-schema-sdk-clients.ts | 3.946.0 | 220 kb | 222 kb | 252 kb |
10+
| multiple-sdk-clients.ts | 3.946.0 | 401 kb | 408 kb | 481 kb |
11+
| private-multiple-clients-micg.ts | 3.946.0 | 413 kb | 412 kb | 431 kb |
12+
| private-multiple-clients-schema.ts | 3.946.0 | 347 kb | 356 kb | 375 kb |
13+
| private-restjson-micg-aggregate.ts | 3.946.0 | 226 kb | 226 kb | 231 kb |
14+
| private-restjson-micg-single-command.ts | 3.946.0 | 109 kb | 109 kb | 114 kb |
15+
| private-restjson-schema-aggregate.ts | 3.946.0 | 206 kb | 210 kb | 215 kb |
16+
| private-restjson-schema-single-command.ts | 3.946.0 | 137 kb | 138 kb | 172 kb |
17+
| protocol-rest-xml.ts | 3.946.0 | 41 kb | 42 kb | 107 kb |
18+
| protocol-rpc-cbor.ts | 3.946.0 | 41 kb | 42 kb | 107 kb |
19+
| protocol-rpc-json-1-1.ts | 3.946.0 | 31 kb | 32 kb | 107 kb |
20+
| sdk-connect-aggregate.ts | 3.946.0 | 351 kb | 364 kb | 369 kb |
21+
| sdk-connect-single-command.ts | 3.946.0 | 125 kb | 127 kb | 278 kb |
22+
| sdk-ec2-aggregate.ts | 3.946.0 | 824 kb | 849 kb | 858 kb |
23+
| sdk-s3-aggregate.ts | 3.946.0 | 288 kb | 290 kb | 297 kb |
24+
| sdk-s3-single-command.ts | 3.946.0 | 197 kb | 197 kb | 255 kb |
25+
| sdk-sagemaker-aggregate.ts | 3.946.0 | 354 kb | 371 kb | 377 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.947.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.946.0...v3.947.0) (2025-12-08)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-accessanalyzer
9+
10+
11+
12+
13+
614
# [3.946.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.945.0...v3.946.0) (2025-12-05)
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.946.0",
4+
"version": "3.947.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.947.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.946.0...v3.947.0) (2025-12-08)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-account
9+
10+
11+
12+
13+
614
# [3.946.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.945.0...v3.946.0) (2025-12-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.946.0",
4+
"version": "3.947.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.947.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.946.0...v3.947.0) (2025-12-08)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-acm-pca
9+
10+
11+
12+
13+
614
# [3.946.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.945.0...v3.946.0) (2025-12-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.946.0",
4+
"version": "3.947.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.947.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.946.0...v3.947.0) (2025-12-08)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-acm
9+
10+
11+
12+
13+
614
# [3.946.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.945.0...v3.946.0) (2025-12-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.946.0",
4+
"version": "3.947.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)