Skip to content

Commit c28f46d

Browse files
author
awstools
committed
Publish v3.932.0
1 parent 87473bd commit c28f46d

File tree

937 files changed

+4262
-491
lines changed

Some content is hidden

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

937 files changed

+4262
-491
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
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.932.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.931.0...v3.932.0) (2025-11-14)
7+
8+
9+
### Bug Fixes
10+
11+
* **core/protocols:** decorate service exceptions with unmodeled fields ([#7504](https://github.com/aws/aws-sdk-js-v3/issues/7504)) ([6de803d](https://github.com/aws/aws-sdk-js-v3/commit/6de803d7a3ed4832b557d334b7eadedd7ca651fa))
12+
13+
14+
### Features
15+
16+
* **client-datazone:** Adds support for granting read and write access to Amazon S3 general purpose buckets using CreateSubscriptionRequest and AcceptSubscriptionRequest APIs. Also adds search filters for SSOUser and SSOGroup to ListSubscriptions APIs and deprecates "sortBy" parameter for ListSubscriptions APIs. ([77488e7](https://github.com/aws/aws-sdk-js-v3/commit/77488e77edc83ed118e09608ea4bc7b02c2b673a))
17+
* **client-ec2:** This release adds AvailabilityZoneId support for CreateInstanceConnectEndpoint, DescribeInstanceConnectEndpoints, and DeleteInstanceConnectEndpoint APIs. ([5ba1cf6](https://github.com/aws/aws-sdk-js-v3/commit/5ba1cf6493eb4d070d0df5d94c371859461b7167))
18+
* **client-imagebuilder:** EC2 Image Builder now supports invoking Lambda functions and executing Step Functions state machine through image workflows. ([f8fe9d7](https://github.com/aws/aws-sdk-js-v3/commit/f8fe9d73898d33891ace8b46d2569f068a022d2e))
19+
* **client-medialive:** Removed all the value constraint (min/max) for the shape definitions (e.g. integerMin0Max3600) on the C2j models to get rid of the need to request an exemption from the SDK team whenever a shape definition (e.g. integerMin0Max3600) is changed. ([9bcaeef](https://github.com/aws/aws-sdk-js-v3/commit/9bcaeef4fc8f3c66f055e9bd68729c99f240b751))
20+
* **clients:** update client endpoints as of 2025-11-14 ([87473bd](https://github.com/aws/aws-sdk-js-v3/commit/87473bd2e75f8934d5698019e5e7e3c55397bd1f))
21+
22+
23+
24+
25+
626
# [3.931.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.930.0...v3.931.0) (2025-11-13)
727

828

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.930.0 | 4 kb | 4 kb | 4 kb |
4-
| all-protocols.ts | 3.930.0 | 73 kb | 74 kb | 105 kb |
5-
| lib-dynamodb-aggregate.ts | 3.930.0 | 187 kb | 190 kb | 195 kb |
6-
| lib-dynamodb-single-command.ts | 3.930.0 | 146 kb | 137 kb | 145 kb |
7-
| multi-protocols.ts | 3.930.0 | 54 kb | 55 kb | 104 kb |
8-
| multiple-barebones-micg-sdk-clients.ts | 3.930.0 | 134 kb | 135 kb | 164 kb |
9-
| multiple-barebones-schema-sdk-clients.ts | 3.930.0 | 205 kb | 207 kb | 236 kb |
10-
| multiple-sdk-clients.ts | 3.930.0 | 397 kb | 403 kb | 415 kb |
11-
| private-multiple-clients-micg.ts | 3.930.0 | 388 kb | 387 kb | 405 kb |
12-
| private-multiple-clients-schema.ts | 3.930.0 | 327 kb | 335 kb | 353 kb |
13-
| private-restjson-micg-aggregate.ts | 3.930.0 | 200 kb | 200 kb | 204 kb |
14-
| private-restjson-micg-single-command.ts | 3.930.0 | 97 kb | 97 kb | 102 kb |
15-
| private-restjson-schema-aggregate.ts | 3.930.0 | 185 kb | 189 kb | 193 kb |
16-
| private-restjson-schema-single-command.ts | 3.930.0 | 122 kb | 123 kb | 153 kb |
17-
| protocol-rest-xml.ts | 3.930.0 | 39 kb | 40 kb | 104 kb |
18-
| protocol-rpc-cbor.ts | 3.930.0 | 39 kb | 40 kb | 104 kb |
19-
| protocol-rpc-json-1-1.ts | 3.930.0 | 29 kb | 30 kb | 104 kb |
20-
| sdk-connect-aggregate.ts | 3.930.0 | 313 kb | 322 kb | 328 kb |
21-
| sdk-connect-single-command.ts | 3.930.0 | 123 kb | 125 kb | 251 kb |
22-
| sdk-ec2-aggregate.ts | 3.930.0 | 798 kb | 821 kb | 829 kb |
23-
| sdk-s3-aggregate.ts | 3.930.0 | 286 kb | 287 kb | 294 kb |
24-
| sdk-s3-single-command.ts | 3.930.0 | 196 kb | 196 kb | 253 kb |
25-
| sdk-sagemaker-aggregate.ts | 3.930.0 | 346 kb | 361 kb | 367 kb |
3+
| NormalizedSchema.ts | 3.931.0 | 4 kb | 4 kb | 4 kb |
4+
| all-protocols.ts | 3.931.0 | 74 kb | 75 kb | 106 kb |
5+
| lib-dynamodb-aggregate.ts | 3.931.0 | 188 kb | 190 kb | 195 kb |
6+
| lib-dynamodb-single-command.ts | 3.931.0 | 146 kb | 138 kb | 146 kb |
7+
| multi-protocols.ts | 3.931.0 | 55 kb | 56 kb | 105 kb |
8+
| multiple-barebones-micg-sdk-clients.ts | 3.931.0 | 134 kb | 135 kb | 164 kb |
9+
| multiple-barebones-schema-sdk-clients.ts | 3.931.0 | 205 kb | 207 kb | 236 kb |
10+
| multiple-sdk-clients.ts | 3.931.0 | 397 kb | 403 kb | 415 kb |
11+
| private-multiple-clients-micg.ts | 3.931.0 | 388 kb | 387 kb | 405 kb |
12+
| private-multiple-clients-schema.ts | 3.931.0 | 327 kb | 335 kb | 354 kb |
13+
| private-restjson-micg-aggregate.ts | 3.931.0 | 200 kb | 200 kb | 204 kb |
14+
| private-restjson-micg-single-command.ts | 3.931.0 | 97 kb | 97 kb | 102 kb |
15+
| private-restjson-schema-aggregate.ts | 3.931.0 | 186 kb | 189 kb | 194 kb |
16+
| private-restjson-schema-single-command.ts | 3.931.0 | 122 kb | 124 kb | 153 kb |
17+
| protocol-rest-xml.ts | 3.931.0 | 40 kb | 41 kb | 105 kb |
18+
| protocol-rpc-cbor.ts | 3.931.0 | 40 kb | 41 kb | 105 kb |
19+
| protocol-rpc-json-1-1.ts | 3.931.0 | 30 kb | 31 kb | 105 kb |
20+
| sdk-connect-aggregate.ts | 3.931.0 | 314 kb | 323 kb | 328 kb |
21+
| sdk-connect-single-command.ts | 3.931.0 | 124 kb | 125 kb | 251 kb |
22+
| sdk-ec2-aggregate.ts | 3.931.0 | 799 kb | 821 kb | 829 kb |
23+
| sdk-s3-aggregate.ts | 3.931.0 | 287 kb | 288 kb | 294 kb |
24+
| sdk-s3-single-command.ts | 3.931.0 | 196 kb | 196 kb | 254 kb |
25+
| sdk-sagemaker-aggregate.ts | 3.931.0 | 347 kb | 361 kb | 367 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.932.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.931.0...v3.932.0) (2025-11-14)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-accessanalyzer
9+
10+
11+
12+
13+
614
# [3.931.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.930.0...v3.931.0) (2025-11-13)
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.931.0",
4+
"version": "3.932.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.932.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.931.0...v3.932.0) (2025-11-14)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-account
9+
10+
11+
12+
13+
614
# [3.931.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.930.0...v3.931.0) (2025-11-13)
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.931.0",
4+
"version": "3.932.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.932.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.931.0...v3.932.0) (2025-11-14)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-acm-pca
9+
10+
11+
12+
13+
614
# [3.931.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.930.0...v3.931.0) (2025-11-13)
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.931.0",
4+
"version": "3.932.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.932.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.931.0...v3.932.0) (2025-11-14)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-acm
9+
10+
11+
12+
13+
614
# [3.931.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.930.0...v3.931.0) (2025-11-13)
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.931.0",
4+
"version": "3.932.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)