Skip to content

Commit 2a1737e

Browse files
author
awstools
committed
Publish v3.930.0
1 parent bf8d2ce commit 2a1737e

File tree

1,015 files changed

+4672
-530
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,015 files changed

+4672
-530
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.930.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.929.0...v3.930.0) (2025-11-12)
7+
8+
9+
### Features
10+
11+
* **client-amp:** Add VPC source configuration support enabling Amazon Managed Service for Prometheus Collector to collect metrics from MSK clusters. ([4aca00f](https://github.com/aws/aws-sdk-js-v3/commit/4aca00ff44c8e02279f268beb7ff0c33e4c9dfc9))
12+
* **client-connect:** Updated Authentication Profile APIs to add support for automatic logout on user inactivity ([99b0f8d](https://github.com/aws/aws-sdk-js-v3/commit/99b0f8d9d7d620e2f65d68dcdeb96f6708b407ff))
13+
* **client-database-migration-service:** Added support of SQL statements creation, metadata model discovery and selection rules transformation. ([95bd643](https://github.com/aws/aws-sdk-js-v3/commit/95bd643bf8be824c592679188177b682d329ab29))
14+
* **client-ec2:** Adds complete AMI ancestry tracing from immediate parent through each preceding generation back to the root AMI ([fa8c029](https://github.com/aws/aws-sdk-js-v3/commit/fa8c029baf52f395a7250b0061646a601a1aad1d))
15+
* **client-elastic-load-balancing-v2:** This release expands ALB Authentication to support JWT verification and adds support for a new JWT validation action in listener rule. ([46928a7](https://github.com/aws/aws-sdk-js-v3/commit/46928a72b5278d83b6f42b1ed40820f374d47b17))
16+
* **client-redshift:** Added GetIdentityCenterAuthToken API to retrieve encrypted authentication tokens for Identity Center integrated applications. This API enables programmatic access to secure Identity Center tokens with proper error handling and parameter validation across supported SDK languages. ([145a836](https://github.com/aws/aws-sdk-js-v3/commit/145a8368b0b17a727b27f1c0c0eec4757bf4ac5f))
17+
* **client-s3tables:** Adds support for request metrics metrics APIs for S3 Tables ([0cb0163](https://github.com/aws/aws-sdk-js-v3/commit/0cb01631301a83760446952a0b192046125ef25d))
18+
* **client-sagemaker:** Add support for trn2.3xlarge instance type for SageMaker Hyperpod ([bf8d2ce](https://github.com/aws/aws-sdk-js-v3/commit/bf8d2ce31a86d2f50b41b5024e3bb257b7e3ec89))
19+
* **clients:** use schema-serde in AWS Query & EC2 Query clients ([#7489](https://github.com/aws/aws-sdk-js-v3/issues/7489)) ([e9b6da8](https://github.com/aws/aws-sdk-js-v3/commit/e9b6da8fd2a66809bb67e642fc254ede6bc16082))
20+
21+
22+
23+
24+
625
# [3.929.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.928.0...v3.929.0) (2025-11-11)
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.928.0 | 4 kb | 4 kb | 4 kb |
4-
| all-protocols.ts | 3.928.0 | 73 kb | 74 kb | 105 kb |
5-
| lib-dynamodb-aggregate.ts | 3.928.0 | 187 kb | 190 kb | 195 kb |
6-
| lib-dynamodb-single-command.ts | 3.928.0 | 146 kb | 138 kb | 146 kb |
7-
| multi-protocols.ts | 3.928.0 | 54 kb | 55 kb | 104 kb |
8-
| multiple-barebones-micg-sdk-clients.ts | 3.928.0 | 134 kb | 135 kb | 164 kb |
9-
| multiple-barebones-schema-sdk-clients.ts | 3.928.0 | 204 kb | 206 kb | 235 kb |
10-
| multiple-sdk-clients.ts | 3.928.0 | 450 kb | 451 kb | 463 kb |
11-
| private-multiple-clients-micg.ts | 3.928.0 | 388 kb | 387 kb | 405 kb |
12-
| private-multiple-clients-schema.ts | 3.928.0 | 329 kb | 337 kb | 356 kb |
13-
| private-restjson-micg-aggregate.ts | 3.928.0 | 200 kb | 200 kb | 204 kb |
14-
| private-restjson-micg-single-command.ts | 3.928.0 | 97 kb | 97 kb | 102 kb |
15-
| private-restjson-schema-aggregate.ts | 3.928.0 | 186 kb | 190 kb | 194 kb |
16-
| private-restjson-schema-single-command.ts | 3.928.0 | 123 kb | 124 kb | 154 kb |
17-
| protocol-rest-xml.ts | 3.928.0 | 39 kb | 40 kb | 104 kb |
18-
| protocol-rpc-cbor.ts | 3.928.0 | 39 kb | 40 kb | 104 kb |
19-
| protocol-rpc-json-1-1.ts | 3.928.0 | 29 kb | 30 kb | 104 kb |
20-
| sdk-connect-aggregate.ts | 3.928.0 | 317 kb | 326 kb | 331 kb |
21-
| sdk-connect-single-command.ts | 3.928.0 | 126 kb | 128 kb | 254 kb |
22-
| sdk-ec2-aggregate.ts | 3.928.0 | 1.156 mb | 1.107 mb | 1.105 mb |
23-
| sdk-s3-aggregate.ts | 3.928.0 | 330 kb | 327 kb | 333 kb |
24-
| sdk-s3-single-command.ts | 3.928.0 | 176 kb | 174 kb | 181 kb |
25-
| sdk-sagemaker-aggregate.ts | 3.928.0 | 348 kb | 362 kb | 368 kb |
3+
| NormalizedSchema.ts | 3.929.0 | 4 kb | 4 kb | 4 kb |
4+
| all-protocols.ts | 3.929.0 | 73 kb | 74 kb | 105 kb |
5+
| lib-dynamodb-aggregate.ts | 3.929.0 | 187 kb | 190 kb | 195 kb |
6+
| lib-dynamodb-single-command.ts | 3.929.0 | 146 kb | 137 kb | 145 kb |
7+
| multi-protocols.ts | 3.929.0 | 54 kb | 55 kb | 104 kb |
8+
| multiple-barebones-micg-sdk-clients.ts | 3.929.0 | 134 kb | 135 kb | 164 kb |
9+
| multiple-barebones-schema-sdk-clients.ts | 3.929.0 | 204 kb | 207 kb | 236 kb |
10+
| multiple-sdk-clients.ts | 3.929.0 | 450 kb | 451 kb | 463 kb |
11+
| private-multiple-clients-micg.ts | 3.929.0 | 388 kb | 387 kb | 405 kb |
12+
| private-multiple-clients-schema.ts | 3.929.0 | 326 kb | 334 kb | 353 kb |
13+
| private-restjson-micg-aggregate.ts | 3.929.0 | 200 kb | 200 kb | 204 kb |
14+
| private-restjson-micg-single-command.ts | 3.929.0 | 97 kb | 97 kb | 102 kb |
15+
| private-restjson-schema-aggregate.ts | 3.929.0 | 185 kb | 188 kb | 193 kb |
16+
| private-restjson-schema-single-command.ts | 3.929.0 | 122 kb | 123 kb | 153 kb |
17+
| protocol-rest-xml.ts | 3.929.0 | 39 kb | 40 kb | 104 kb |
18+
| protocol-rpc-cbor.ts | 3.929.0 | 39 kb | 40 kb | 104 kb |
19+
| protocol-rpc-json-1-1.ts | 3.929.0 | 29 kb | 30 kb | 104 kb |
20+
| sdk-connect-aggregate.ts | 3.929.0 | 313 kb | 322 kb | 328 kb |
21+
| sdk-connect-single-command.ts | 3.929.0 | 123 kb | 124 kb | 251 kb |
22+
| sdk-ec2-aggregate.ts | 3.929.0 | 798 kb | 821 kb | 829 kb |
23+
| sdk-s3-aggregate.ts | 3.929.0 | 330 kb | 327 kb | 333 kb |
24+
| sdk-s3-single-command.ts | 3.929.0 | 176 kb | 174 kb | 181 kb |
25+
| sdk-sagemaker-aggregate.ts | 3.929.0 | 346 kb | 360 kb | 366 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.930.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.929.0...v3.930.0) (2025-11-12)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-accessanalyzer
9+
10+
11+
12+
13+
614
# [3.929.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.928.0...v3.929.0) (2025-11-11)
715

816

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.929.0",
4+
"version": "3.930.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.930.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.929.0...v3.930.0) (2025-11-12)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-account
9+
10+
11+
12+
13+
614
# [3.929.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.928.0...v3.929.0) (2025-11-11)
715

816

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.929.0",
4+
"version": "3.930.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.930.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.929.0...v3.930.0) (2025-11-12)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-acm-pca
9+
10+
11+
12+
13+
614
# [3.929.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.928.0...v3.929.0) (2025-11-11)
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.929.0",
4+
"version": "3.930.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.930.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.929.0...v3.930.0) (2025-11-12)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-acm
9+
10+
11+
12+
13+
614
# [3.929.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.928.0...v3.929.0) (2025-11-11)
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.929.0",
4+
"version": "3.930.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)