Skip to content

Commit 25418b3

Browse files
author
awstools
committed
Publish v3.914.0
1 parent 1164402 commit 25418b3

File tree

1,027 files changed

+4677
-536
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,027 files changed

+4677
-536
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
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.914.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.913.0...v3.914.0) (2025-10-21)
7+
8+
9+
### Bug Fixes
10+
11+
* **cloudfront-signer:** encode uri components in base url ([#7437](https://github.com/aws/aws-sdk-js-v3/issues/7437)) ([8458bab](https://github.com/aws/aws-sdk-js-v3/commit/8458bab038d3fe4ee8fb3c0ad507b4076d3a3d31))
12+
* **nested-clients:** propagate clientConfig to inner STS client in role assumption ([#7445](https://github.com/aws/aws-sdk-js-v3/issues/7445)) ([6ec7126](https://github.com/aws/aws-sdk-js-v3/commit/6ec7126b16dd4171b792f9033a9c8069ab4f01a4))
13+
14+
15+
### Features
16+
17+
* **client-dynamodb:** Add AccountID based endpoint metric to endpoint rules. ([e23ed85](https://github.com/aws/aws-sdk-js-v3/commit/e23ed853fb48987fd0b871ff1694bdd73ceb8108))
18+
* **client-emr:** Added RECONFIGURING to the InstanceFleetState convenience enum. ([321c78e](https://github.com/aws/aws-sdk-js-v3/commit/321c78e2742930b79eb9e20cddc94d66bf39c839))
19+
* **client-marketplace-metering:** Added ClientToken parameter to MeterUsage API for specifying idempotent requests. ([fcf8637](https://github.com/aws/aws-sdk-js-v3/commit/fcf8637188ceffbabd04c7512e63dfe4c8e01e56))
20+
* **client-mediaconvert:** This release adds the ability to set resolution for the black video generator and also adds the StartJobsQuery and GetJobsQueryResults APIs which allow asynchronous search of job history using new filters. ([3dbc5fe](https://github.com/aws/aws-sdk-js-v3/commit/3dbc5fe9a6c741b2ebb0d31668ccb4b0fd0c0ba9))
21+
* **clients:** update client endpoints as of 2025-10-21 ([1164402](https://github.com/aws/aws-sdk-js-v3/commit/1164402e7f67b83437ad34f52e5673efb041210c))
22+
23+
24+
25+
26+
627
# [3.913.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.912.0...v3.913.0) (2025-10-17)
728

829

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.912.0 | 6 kb | 6 kb | 5 kb |
4-
| all-protocols.ts | 3.912.0 | 74 kb | 76 kb | 105 kb |
5-
| lib-dynamodb-aggregate.ts | 3.912.0 | 186 kb | 184 kb | 189 kb |
6-
| lib-dynamodb-single-command.ts | 3.912.0 | 140 kb | 124 kb | 133 kb |
7-
| multi-protocols.ts | 3.912.0 | 56 kb | 57 kb | 104 kb |
8-
| multiple-barebones-micg-sdk-clients.ts | 3.912.0 | 133 kb | 134 kb | 164 kb |
9-
| multiple-barebones-schema-sdk-clients.ts | 3.912.0 | 205 kb | 208 kb | 237 kb |
10-
| multiple-sdk-clients.ts | 3.912.0 | 453 kb | 448 kb | 459 kb |
11-
| private-multiple-clients-micg.ts | 3.912.0 | 389 kb | 388 kb | 406 kb |
12-
| private-multiple-clients-schema.ts | 3.912.0 | 330 kb | 338 kb | 357 kb |
13-
| private-restjson-micg-aggregate.ts | 3.912.0 | 201 kb | 201 kb | 205 kb |
14-
| private-restjson-micg-single-command.ts | 3.912.0 | 98 kb | 98 kb | 103 kb |
15-
| private-restjson-schema-aggregate.ts | 3.912.0 | 187 kb | 191 kb | 195 kb |
16-
| private-restjson-schema-single-command.ts | 3.912.0 | 124 kb | 125 kb | 155 kb |
17-
| protocol-rest-xml.ts | 3.912.0 | 41 kb | 42 kb | 104 kb |
18-
| protocol-rpc-cbor.ts | 3.912.0 | 41 kb | 42 kb | 104 kb |
19-
| protocol-rpc-json-1-1.ts | 3.912.0 | 31 kb | 32 kb | 104 kb |
20-
| sdk-connect-aggregate.ts | 3.912.0 | 363 kb | 357 kb | 363 kb |
21-
| sdk-connect-single-command.ts | 3.912.0 | 103 kb | 103 kb | 108 kb |
22-
| sdk-ec2-aggregate.ts | 3.912.0 | 1.139 mb | 1.09 mb | 1.088 mb |
23-
| sdk-s3-aggregate.ts | 3.912.0 | 330 kb | 326 kb | 332 kb |
24-
| sdk-s3-single-command.ts | 3.912.0 | 175 kb | 174 kb | 180 kb |
25-
| sdk-sagemaker-aggregate.ts | 3.912.0 | 436 kb | 423 kb | 429 kb |
3+
| NormalizedSchema.ts | 3.913.0 | 4 kb | 4 kb | 4 kb |
4+
| all-protocols.ts | 3.913.0 | 73 kb | 74 kb | 105 kb |
5+
| lib-dynamodb-aggregate.ts | 3.913.0 | 184 kb | 182 kb | 188 kb |
6+
| lib-dynamodb-single-command.ts | 3.913.0 | 139 kb | 123 kb | 131 kb |
7+
| multi-protocols.ts | 3.913.0 | 54 kb | 55 kb | 104 kb |
8+
| multiple-barebones-micg-sdk-clients.ts | 3.913.0 | 133 kb | 134 kb | 164 kb |
9+
| multiple-barebones-schema-sdk-clients.ts | 3.913.0 | 204 kb | 206 kb | 235 kb |
10+
| multiple-sdk-clients.ts | 3.913.0 | 451 kb | 447 kb | 458 kb |
11+
| private-multiple-clients-micg.ts | 3.913.0 | 388 kb | 387 kb | 404 kb |
12+
| private-multiple-clients-schema.ts | 3.913.0 | 329 kb | 337 kb | 356 kb |
13+
| private-restjson-micg-aggregate.ts | 3.913.0 | 200 kb | 200 kb | 204 kb |
14+
| private-restjson-micg-single-command.ts | 3.913.0 | 97 kb | 97 kb | 101 kb |
15+
| private-restjson-schema-aggregate.ts | 3.913.0 | 186 kb | 189 kb | 194 kb |
16+
| private-restjson-schema-single-command.ts | 3.913.0 | 123 kb | 124 kb | 154 kb |
17+
| protocol-rest-xml.ts | 3.913.0 | 39 kb | 40 kb | 104 kb |
18+
| protocol-rpc-cbor.ts | 3.913.0 | 39 kb | 40 kb | 104 kb |
19+
| protocol-rpc-json-1-1.ts | 3.913.0 | 29 kb | 30 kb | 104 kb |
20+
| sdk-connect-aggregate.ts | 3.913.0 | 361 kb | 356 kb | 362 kb |
21+
| sdk-connect-single-command.ts | 3.913.0 | 102 kb | 102 kb | 106 kb |
22+
| sdk-ec2-aggregate.ts | 3.913.0 | 1.137 mb | 1.088 mb | 1.087 mb |
23+
| sdk-s3-aggregate.ts | 3.913.0 | 328 kb | 325 kb | 331 kb |
24+
| sdk-s3-single-command.ts | 3.913.0 | 174 kb | 172 kb | 179 kb |
25+
| sdk-sagemaker-aggregate.ts | 3.913.0 | 434 kb | 422 kb | 428 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.914.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.913.0...v3.914.0) (2025-10-21)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-accessanalyzer
9+
10+
11+
12+
13+
614
# [3.913.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.912.0...v3.913.0) (2025-10-17)
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.913.0",
4+
"version": "3.914.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.914.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.913.0...v3.914.0) (2025-10-21)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-account
9+
10+
11+
12+
13+
614
# [3.913.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.912.0...v3.913.0) (2025-10-17)
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.913.0",
4+
"version": "3.914.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.914.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.913.0...v3.914.0) (2025-10-21)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-acm-pca
9+
10+
11+
12+
13+
614
# [3.913.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.912.0...v3.913.0) (2025-10-17)
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.913.0",
4+
"version": "3.914.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.914.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.913.0...v3.914.0) (2025-10-21)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-acm
9+
10+
11+
12+
13+
614
# [3.913.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.912.0...v3.913.0) (2025-10-17)
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.913.0",
4+
"version": "3.914.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)