Skip to content

Commit 6cdb1ae

Browse files
author
awstools
committed
Publish v3.893.0
1 parent 3726908 commit 6cdb1ae

File tree

1,035 files changed

+4688
-529
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,035 files changed

+4688
-529
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.893.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.892.0...v3.893.0) (2025-09-19)
7+
8+
9+
### Features
10+
11+
* **client-bedrock-agentcore-control:** Add tagging and VPC support to AgentCore Runtime, Code Interpreter, and Browser resources. Add support for configuring request headers in Runtime. Fix AgentCore Runtime shape names. ([9ab54a2](https://github.com/aws/aws-sdk-js-v3/commit/9ab54a280aa77ee912897f8fe4d7c9210685d55e))
12+
* **client-config-service:** Add UNKNOWN state to RemediationExecutionState and add IN_PROGRESS/EXITED/UNKNOWN states to RemediationExecutionStepState. ([9b89d93](https://github.com/aws/aws-sdk-js-v3/commit/9b89d93543f9310d64e4ab9fbd29da35d9f8a835))
13+
* **client-connect:** This release adds a persistent connection field to UserPhoneConfig that maintains agent's softphone media connection for faster call connections. ([59e863b](https://github.com/aws/aws-sdk-js-v3/commit/59e863bab77a388cd0dad547f0d0d56d17eeab67))
14+
* **client-license-manager-user-subscriptions:** Added support for cross-account Active Directories. ([22e49d1](https://github.com/aws/aws-sdk-js-v3/commit/22e49d10945f9b91bc46fa0ebf60dc17104e82c2))
15+
* **client-medialive:** Add MinBitrate for QVBR mode under H264/H265/AV1 output codec. Add GopBReference, GopNumBFrames, SubGopLength fields under H265 output codec. ([25f22be](https://github.com/aws/aws-sdk-js-v3/commit/25f22be24f9da78e6bdcb984915a527cb64f83c9))
16+
* **clients:** update client endpoints as of 2025-09-19 ([3726908](https://github.com/aws/aws-sdk-js-v3/commit/3726908cc3401fce09a760fcaa51a238aab39cdd))
17+
18+
19+
20+
21+
622
# [3.892.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.891.0...v3.892.0) (2025-09-18)
723

824

benchmark/size/report-bundlers.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
| Application | SDK Version | browser:Webpack | browser:Rollup | browser:EsBuild |
22
| :---------------------------------------- | :---------- | :-------------- | :------------- | :-------------- |
3-
| lib-dynamodb-aggregate.ts | 3.891.0 | 211 kb | 204 kb | 231 kb |
4-
| multiple-sdk-clients.ts | 3.891.0 | 497 kb | 487 kb | 533 kb |
5-
| private-multiple-clients-micg.ts | 3.891.0 | 435 kb | 429 kb | 479 kb |
6-
| private-multiple-clients-schema.ts | 3.891.0 | 376 kb | 378 kb | 422 kb |
7-
| private-restjson-micg-aggregate.ts | 3.891.0 | 228 kb | 222 kb | 247 kb |
8-
| private-restjson-micg-single-command.ts | 3.891.0 | 125 kb | 119 kb | 140 kb |
9-
| private-restjson-schema-aggregate.ts | 3.891.0 | 213 kb | 210 kb | 233 kb |
10-
| private-restjson-schema-single-command.ts | 3.891.0 | 146 kb | 142 kb | 164 kb |
11-
| sdk-ec2-aggregate.ts | 3.891.0 | 1.161 mb | 1.107 mb | 1.153 mb |
12-
| sdk-s3-aggregate.ts | 3.891.0 | 376 kb | 367 kb | 398 kb |
13-
| sdk-s3-single-command.ts | 3.891.0 | 222 kb | 215 kb | 242 kb |
14-
| sdk-sagemaker-aggregate.ts | 3.891.0 | 462 kb | 444 kb | 482 kb |
3+
| lib-dynamodb-aggregate.ts | 3.892.0 | 211 kb | 204 kb | 231 kb |
4+
| multiple-sdk-clients.ts | 3.892.0 | 497 kb | 487 kb | 533 kb |
5+
| private-multiple-clients-micg.ts | 3.892.0 | 435 kb | 429 kb | 479 kb |
6+
| private-multiple-clients-schema.ts | 3.892.0 | 376 kb | 378 kb | 422 kb |
7+
| private-restjson-micg-aggregate.ts | 3.892.0 | 228 kb | 222 kb | 247 kb |
8+
| private-restjson-micg-single-command.ts | 3.892.0 | 125 kb | 119 kb | 140 kb |
9+
| private-restjson-schema-aggregate.ts | 3.892.0 | 213 kb | 210 kb | 233 kb |
10+
| private-restjson-schema-single-command.ts | 3.892.0 | 146 kb | 142 kb | 164 kb |
11+
| sdk-ec2-aggregate.ts | 3.892.0 | 1.161 mb | 1.107 mb | 1.153 mb |
12+
| sdk-s3-aggregate.ts | 3.892.0 | 375 kb | 367 kb | 398 kb |
13+
| sdk-s3-single-command.ts | 3.892.0 | 222 kb | 215 kb | 242 kb |
14+
| sdk-sagemaker-aggregate.ts | 3.892.0 | 462 kb | 444 kb | 482 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.893.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.892.0...v3.893.0) (2025-09-19)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-accessanalyzer
9+
10+
11+
12+
13+
614
# [3.891.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.890.0...v3.891.0) (2025-09-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.891.0",
4+
"version": "3.893.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.893.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.892.0...v3.893.0) (2025-09-19)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-account
9+
10+
11+
12+
13+
614
# [3.891.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.890.0...v3.891.0) (2025-09-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.891.0",
4+
"version": "3.893.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.893.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.892.0...v3.893.0) (2025-09-19)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-acm-pca
9+
10+
11+
12+
13+
614
# [3.891.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.890.0...v3.891.0) (2025-09-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.891.0",
4+
"version": "3.893.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.893.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.892.0...v3.893.0) (2025-09-19)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-acm
9+
10+
11+
12+
13+
614
# [3.891.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.890.0...v3.891.0) (2025-09-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.891.0",
4+
"version": "3.893.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)