Skip to content

Commit 9e2ae5b

Browse files
author
awstools
committed
Publish v3.892.0
1 parent e3e7974 commit 9e2ae5b

File tree

59 files changed

+291
-41
lines changed

Some content is hidden

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

59 files changed

+291
-41
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.892.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.891.0...v3.892.0) (2025-09-18)
7+
8+
9+
### Features
10+
11+
* **client-bedrock:** Release includes an increase to the maximum policy build document size, an update to DeleteAutomatedReasoningPolicyBuildWorkflow to add ResourceInUseException, and corrections to UpdateAutomatedReasoningPolicyTestCaseRequest. ([b9c1896](https://github.com/aws/aws-sdk-js-v3/commit/b9c1896eca120c454bd8004935c2433539d851eb))
12+
* **client-budgets:** Added BillingViewHealthStatus Exception which is thrown when a Budget is created or updated with a Billing View that is not in the HEALTHY status ([e3e7974](https://github.com/aws/aws-sdk-js-v3/commit/e3e7974eb1e81f73361955b4ffe695829bbd210f))
13+
* **client-chime-sdk-messaging:** Amazon Chime SDK Messaging GetMessagingSessionEndpoint API now returns dual-stack WebSocket endpoints supporting IPv4/IPv6. ([eb92132](https://github.com/aws/aws-sdk-js-v3/commit/eb921320074b94d83b277c26083d607eeaaaecb8))
14+
* **client-ec2:** Allowed AMIs adds support for four new parameters - marketplaceProductCodes, deprecationTimeCondition, creationDateCondition and imageNames ([442403c](https://github.com/aws/aws-sdk-js-v3/commit/442403cd0d148527f1c65db584b99b8239c05c5b))
15+
16+
17+
18+
19+
620
# [3.891.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.890.0...v3.891.0) (2025-09-17)
721

822

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.890.0 | 211 kb | 204 kb | 231 kb |
4-
| multiple-sdk-clients.ts | 3.890.0 | 497 kb | 487 kb | 533 kb |
5-
| private-multiple-clients-micg.ts | 3.890.0 | 435 kb | 429 kb | 479 kb |
6-
| private-multiple-clients-schema.ts | 3.890.0 | 376 kb | 378 kb | 422 kb |
7-
| private-restjson-micg-aggregate.ts | 3.890.0 | 228 kb | 222 kb | 247 kb |
8-
| private-restjson-micg-single-command.ts | 3.890.0 | 125 kb | 119 kb | 140 kb |
9-
| private-restjson-schema-aggregate.ts | 3.890.0 | 213 kb | 210 kb | 233 kb |
10-
| private-restjson-schema-single-command.ts | 3.890.0 | 146 kb | 142 kb | 164 kb |
11-
| sdk-ec2-aggregate.ts | 3.890.0 | 1.159 mb | 1.105 mb | 1.152 mb |
12-
| sdk-s3-aggregate.ts | 3.890.0 | 376 kb | 367 kb | 398 kb |
13-
| sdk-s3-single-command.ts | 3.890.0 | 222 kb | 215 kb | 242 kb |
14-
| sdk-sagemaker-aggregate.ts | 3.890.0 | 462 kb | 444 kb | 482 kb |
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 |

clients/client-bedrock/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.892.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.891.0...v3.892.0) (2025-09-18)
7+
8+
9+
### Features
10+
11+
* **client-bedrock:** Release includes an increase to the maximum policy build document size, an update to DeleteAutomatedReasoningPolicyBuildWorkflow to add ResourceInUseException, and corrections to UpdateAutomatedReasoningPolicyTestCaseRequest. ([b9c1896](https://github.com/aws/aws-sdk-js-v3/commit/b9c1896eca120c454bd8004935c2433539d851eb))
12+
13+
14+
15+
16+
617
# [3.891.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.890.0...v3.891.0) (2025-09-17)
718

819
**Note:** Version bump only for package @aws-sdk/client-bedrock

clients/client-bedrock/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-bedrock",
33
"description": "AWS SDK for JavaScript Bedrock Client for Node.js, Browser and React Native",
4-
"version": "3.891.0",
4+
"version": "3.892.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-bedrock",

clients/client-budgets/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.892.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.891.0...v3.892.0) (2025-09-18)
7+
8+
9+
### Features
10+
11+
* **client-budgets:** Added BillingViewHealthStatus Exception which is thrown when a Budget is created or updated with a Billing View that is not in the HEALTHY status ([e3e7974](https://github.com/aws/aws-sdk-js-v3/commit/e3e7974eb1e81f73361955b4ffe695829bbd210f))
12+
13+
14+
15+
16+
617
# [3.891.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.890.0...v3.891.0) (2025-09-17)
718

819
**Note:** Version bump only for package @aws-sdk/client-budgets

clients/client-budgets/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-budgets",
33
"description": "AWS SDK for JavaScript Budgets Client for Node.js, Browser and React Native",
4-
"version": "3.891.0",
4+
"version": "3.892.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-budgets",

clients/client-chime-sdk-messaging/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.892.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.891.0...v3.892.0) (2025-09-18)
7+
8+
9+
### Features
10+
11+
* **client-chime-sdk-messaging:** Amazon Chime SDK Messaging GetMessagingSessionEndpoint API now returns dual-stack WebSocket endpoints supporting IPv4/IPv6. ([eb92132](https://github.com/aws/aws-sdk-js-v3/commit/eb921320074b94d83b277c26083d607eeaaaecb8))
12+
13+
14+
15+
16+
617
# [3.891.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.890.0...v3.891.0) (2025-09-17)
718

819
**Note:** Version bump only for package @aws-sdk/client-chime-sdk-messaging

clients/client-chime-sdk-messaging/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-chime-sdk-messaging",
33
"description": "AWS SDK for JavaScript Chime Sdk Messaging Client for Node.js, Browser and React Native",
4-
"version": "3.891.0",
4+
"version": "3.892.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-chime-sdk-messaging",

clients/client-cognito-identity/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.892.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.891.0...v3.892.0) (2025-09-18)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-cognito-identity
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-cognito-identity

clients/client-cognito-identity/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-cognito-identity",
33
"description": "AWS SDK for JavaScript Cognito Identity Client for Node.js, Browser and React Native",
4-
"version": "3.891.0",
4+
"version": "3.892.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-cognito-identity",

0 commit comments

Comments
 (0)