Skip to content

Commit 1f6666e

Browse files
author
awstools
committed
Publish v3.902.0
1 parent 14f648b commit 1f6666e

File tree

19 files changed

+118
-28
lines changed

19 files changed

+118
-28
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.902.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.901.0...v3.902.0) (2025-10-02)
7+
8+
9+
### Features
10+
11+
* **client-cloudformation:** Add new warning type 'EXCLUDED_RESOURCES' ([228e362](https://github.com/aws/aws-sdk-js-v3/commit/228e362880ed75b39a1b5d3d8b212eeca81aed93))
12+
* **client-connectcases:** New Search All Related Items API enables searching related items across cases ([4535c43](https://github.com/aws/aws-sdk-js-v3/commit/4535c435738bc042a49f4c6f9df3adc029108618))
13+
* **client-dynamodb:** Add support for dual-stack account endpoint generation ([14f648b](https://github.com/aws/aws-sdk-js-v3/commit/14f648bbd1b2f8d6357c75c3ebc5e1a6895861d5))
14+
* **client-synthetics:** Adds support to configure canaries with pre-configured blueprint code on supported runtime versions. This behavior can be controlled via the new BlueprintTypes property exposed in the CreateCanary and UpdateCanary APIs. ([b9d0925](https://github.com/aws/aws-sdk-js-v3/commit/b9d0925c6551ce5b57e60101dc5b3be488dc71ee))
15+
16+
17+
18+
19+
620
# [3.901.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.900.0...v3.901.0) (2025-10-01)
721

822

benchmark/size/report-bundlers.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
| Application | SDK Version | browser:Webpack | browser:Rollup | browser:EsBuild |
22
| :---------------------------------------- | :---------- | :-------------- | :------------- | :-------------- |
3-
| NormalizedSchema.ts | 3.900.0 | 8 kb | 8 kb | 7 kb |
4-
| all-protocols.ts | 3.900.0 | 74 kb | 75 kb | 107 kb |
5-
| lib-dynamodb-aggregate.ts | 3.900.0 | 211 kb | 204 kb | 218 kb |
6-
| multiple-barebones-micg-sdk-clients.ts | 3.900.0 | 158 kb | 154 kb | 191 kb |
7-
| multiple-barebones-schema-sdk-clients.ts | 3.900.0 | 230 kb | 227 kb | 265 kb |
8-
| multiple-sdk-clients.ts | 3.900.0 | 478 kb | 468 kb | 488 kb |
9-
| private-multiple-clients-micg.ts | 3.900.0 | 416 kb | 410 kb | 436 kb |
10-
| private-multiple-clients-schema.ts | 3.900.0 | 357 kb | 359 kb | 387 kb |
11-
| private-restjson-micg-aggregate.ts | 3.900.0 | 228 kb | 223 kb | 236 kb |
12-
| private-restjson-micg-single-command.ts | 3.900.0 | 125 kb | 120 kb | 133 kb |
13-
| private-restjson-schema-aggregate.ts | 3.900.0 | 213 kb | 211 kb | 224 kb |
14-
| private-restjson-schema-single-command.ts | 3.900.0 | 146 kb | 142 kb | 155 kb |
15-
| sdk-ec2-aggregate.ts | 3.900.0 | 1.151 mb | 1.097 mb | 1.104 mb |
16-
| sdk-s3-aggregate.ts | 3.900.0 | 357 kb | 348 kb | 362 kb |
17-
| sdk-s3-single-command.ts | 3.900.0 | 202 kb | 195 kb | 210 kb |
18-
| sdk-sagemaker-aggregate.ts | 3.900.0 | 462 kb | 445 kb | 459 kb |
19-
| single-cbor-xml-protocol.ts | 3.900.0 | 45 kb | 46 kb | 106 kb |
20-
| single-json-protocol.ts | 3.900.0 | 33 kb | 33 kb | 106 kb |
21-
| single-xml-protocol.ts | 3.900.0 | 45 kb | 46 kb | 106 kb |
3+
| NormalizedSchema.ts | 3.901.0 | 8 kb | 8 kb | 7 kb |
4+
| all-protocols.ts | 3.901.0 | 74 kb | 75 kb | 107 kb |
5+
| lib-dynamodb-aggregate.ts | 3.901.0 | 212 kb | 205 kb | 219 kb |
6+
| multiple-barebones-micg-sdk-clients.ts | 3.901.0 | 158 kb | 154 kb | 191 kb |
7+
| multiple-barebones-schema-sdk-clients.ts | 3.901.0 | 230 kb | 227 kb | 265 kb |
8+
| multiple-sdk-clients.ts | 3.901.0 | 479 kb | 470 kb | 490 kb |
9+
| private-multiple-clients-micg.ts | 3.901.0 | 416 kb | 410 kb | 436 kb |
10+
| private-multiple-clients-schema.ts | 3.901.0 | 357 kb | 359 kb | 387 kb |
11+
| private-restjson-micg-aggregate.ts | 3.901.0 | 228 kb | 223 kb | 236 kb |
12+
| private-restjson-micg-single-command.ts | 3.901.0 | 125 kb | 120 kb | 133 kb |
13+
| private-restjson-schema-aggregate.ts | 3.901.0 | 213 kb | 211 kb | 224 kb |
14+
| private-restjson-schema-single-command.ts | 3.901.0 | 146 kb | 142 kb | 155 kb |
15+
| sdk-ec2-aggregate.ts | 3.901.0 | 1.151 mb | 1.097 mb | 1.104 mb |
16+
| sdk-s3-aggregate.ts | 3.901.0 | 357 kb | 348 kb | 362 kb |
17+
| sdk-s3-single-command.ts | 3.901.0 | 202 kb | 195 kb | 210 kb |
18+
| sdk-sagemaker-aggregate.ts | 3.901.0 | 462 kb | 445 kb | 459 kb |
19+
| single-cbor-xml-protocol.ts | 3.901.0 | 45 kb | 46 kb | 106 kb |
20+
| single-json-protocol.ts | 3.901.0 | 33 kb | 33 kb | 106 kb |
21+
| single-xml-protocol.ts | 3.901.0 | 45 kb | 46 kb | 106 kb |

clients/client-cloudformation/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.902.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.901.0...v3.902.0) (2025-10-02)
7+
8+
9+
### Features
10+
11+
* **client-cloudformation:** Add new warning type 'EXCLUDED_RESOURCES' ([228e362](https://github.com/aws/aws-sdk-js-v3/commit/228e362880ed75b39a1b5d3d8b212eeca81aed93))
12+
13+
14+
15+
16+
617
# [3.901.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.900.0...v3.901.0) (2025-10-01)
718

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

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

clients/client-connectcases/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.902.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.901.0...v3.902.0) (2025-10-02)
7+
8+
9+
### Features
10+
11+
* **client-connectcases:** New Search All Related Items API enables searching related items across cases ([4535c43](https://github.com/aws/aws-sdk-js-v3/commit/4535c435738bc042a49f4c6f9df3adc029108618))
12+
13+
14+
15+
16+
617
# [3.901.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.900.0...v3.901.0) (2025-10-01)
718

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

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

clients/client-dynamodb/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.902.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.901.0...v3.902.0) (2025-10-02)
7+
8+
9+
### Features
10+
11+
* **client-dynamodb:** Add support for dual-stack account endpoint generation ([14f648b](https://github.com/aws/aws-sdk-js-v3/commit/14f648bbd1b2f8d6357c75c3ebc5e1a6895861d5))
12+
13+
14+
15+
16+
617
# [3.901.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.900.0...v3.901.0) (2025-10-01)
718

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

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

clients/client-guardduty/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.902.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.901.0...v3.902.0) (2025-10-02)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-guardduty
9+
10+
11+
12+
13+
614
# [3.901.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.900.0...v3.901.0) (2025-10-01)
715

816
**Note:** Version bump only for package @aws-sdk/client-guardduty

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

0 commit comments

Comments
 (0)