Skip to content

Commit e8539ae

Browse files
author
awstools
committed
Publish v3.910.0
1 parent 35be968 commit e8539ae

File tree

1,027 files changed

+4670
-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

+4670
-536
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.910.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.909.0...v3.910.0) (2025-10-14)
7+
8+
9+
### Features
10+
11+
* **client-appstream:** This release introduces support for Microsoft license included applications streaming. ([d7579fe](https://github.com/aws/aws-sdk-js-v3/commit/d7579fed4921684ca73d1e6929cc80fb98bad8bc))
12+
* **client-backup:** The AWS Backup job attribute extension enhancement helps customers better understand the plan that initiated each job, and the properties of the resource each job creates. ([69c1ccd](https://github.com/aws/aws-sdk-js-v3/commit/69c1ccd9a87e838c062c576daa19241ffad820b8))
13+
* **client-connect:** SDK release for TaskTemplateInfo in Contact for DescribeContact response. ([a34b5ea](https://github.com/aws/aws-sdk-js-v3/commit/a34b5ea7950f659da7f3a0420b1469a7f407e8d7))
14+
* **client-datazone:** Support creating scoped and trustedIdentityPropagation enabled connections. ([acbdd2f](https://github.com/aws/aws-sdk-js-v3/commit/acbdd2f72134c616e060445cb6ad187065fce435))
15+
* **client-ec2:** This release adds support for creating instant, point-in-time copies of EBS volumes within the same Availability Zone ([35be968](https://github.com/aws/aws-sdk-js-v3/commit/35be968f6e8fad594f291eccb3c96181c4fc00d2))
16+
* **client-transcribe:** Move UntagResource API body member to query parameter ([eefe247](https://github.com/aws/aws-sdk-js-v3/commit/eefe24729edbcf5c6df7f1c42f5b3d05c4657a68))
17+
* **client-transfer:** SFTP connectors now support routing connections via customers' VPC. This enables connections to remote servers that are only accessible in a customer's VPC environment, and to servers that are accessible over the internet but need connections coming from an IP address in a customer VPC's CIDR range. ([2951a5b](https://github.com/aws/aws-sdk-js-v3/commit/2951a5b615996854dd681494425bab23b75a4a46))
18+
19+
20+
21+
22+
623
# [3.909.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.908.0...v3.909.0) (2025-10-13)
724

825

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.908.0 | 6 kb | 6 kb | 6 kb |
4-
| all-protocols.ts | 3.908.0 | 74 kb | 75 kb | 105 kb |
5-
| lib-dynamodb-aggregate.ts | 3.908.0 | 185 kb | 184 kb | 189 kb |
6-
| lib-dynamodb-single-command.ts | 3.908.0 | 140 kb | 124 kb | 133 kb |
7-
| multi-protocols.ts | 3.908.0 | 55 kb | 56 kb | 104 kb |
8-
| multiple-barebones-micg-sdk-clients.ts | 3.908.0 | 133 kb | 134 kb | 164 kb |
9-
| multiple-barebones-schema-sdk-clients.ts | 3.908.0 | 205 kb | 207 kb | 236 kb |
10-
| multiple-sdk-clients.ts | 3.908.0 | 453 kb | 448 kb | 459 kb |
11-
| private-multiple-clients-micg.ts | 3.908.0 | 389 kb | 388 kb | 406 kb |
12-
| private-multiple-clients-schema.ts | 3.908.0 | 332 kb | 339 kb | 357 kb |
13-
| private-restjson-micg-aggregate.ts | 3.908.0 | 201 kb | 201 kb | 206 kb |
14-
| private-restjson-micg-single-command.ts | 3.908.0 | 98 kb | 98 kb | 103 kb |
15-
| private-restjson-schema-aggregate.ts | 3.908.0 | 188 kb | 191 kb | 195 kb |
16-
| private-restjson-schema-single-command.ts | 3.908.0 | 121 kb | 122 kb | 126 kb |
17-
| protocol-rest-xml.ts | 3.908.0 | 40 kb | 41 kb | 104 kb |
18-
| protocol-rpc-cbor.ts | 3.908.0 | 40 kb | 41 kb | 104 kb |
19-
| protocol-rpc-json-1-1.ts | 3.908.0 | 30 kb | 31 kb | 104 kb |
20-
| sdk-connect-aggregate.ts | 3.908.0 | 363 kb | 357 kb | 363 kb |
21-
| sdk-connect-single-command.ts | 3.908.0 | 103 kb | 103 kb | 108 kb |
22-
| sdk-ec2-aggregate.ts | 3.908.0 | 1.124 mb | 1.076 mb | 1.075 mb |
23-
| sdk-s3-aggregate.ts | 3.908.0 | 330 kb | 326 kb | 332 kb |
24-
| sdk-s3-single-command.ts | 3.908.0 | 175 kb | 174 kb | 180 kb |
25-
| sdk-sagemaker-aggregate.ts | 3.908.0 | 435 kb | 423 kb | 429 kb |
3+
| NormalizedSchema.ts | 3.909.0 | 6 kb | 6 kb | 5 kb |
4+
| all-protocols.ts | 3.909.0 | 74 kb | 76 kb | 105 kb |
5+
| lib-dynamodb-aggregate.ts | 3.909.0 | 186 kb | 184 kb | 189 kb |
6+
| lib-dynamodb-single-command.ts | 3.909.0 | 140 kb | 124 kb | 133 kb |
7+
| multi-protocols.ts | 3.909.0 | 56 kb | 57 kb | 104 kb |
8+
| multiple-barebones-micg-sdk-clients.ts | 3.909.0 | 133 kb | 134 kb | 164 kb |
9+
| multiple-barebones-schema-sdk-clients.ts | 3.909.0 | 205 kb | 208 kb | 237 kb |
10+
| multiple-sdk-clients.ts | 3.909.0 | 453 kb | 448 kb | 459 kb |
11+
| private-multiple-clients-micg.ts | 3.909.0 | 389 kb | 388 kb | 406 kb |
12+
| private-multiple-clients-schema.ts | 3.909.0 | 330 kb | 338 kb | 357 kb |
13+
| private-restjson-micg-aggregate.ts | 3.909.0 | 201 kb | 201 kb | 205 kb |
14+
| private-restjson-micg-single-command.ts | 3.909.0 | 98 kb | 98 kb | 103 kb |
15+
| private-restjson-schema-aggregate.ts | 3.909.0 | 187 kb | 191 kb | 195 kb |
16+
| private-restjson-schema-single-command.ts | 3.909.0 | 124 kb | 125 kb | 155 kb |
17+
| protocol-rest-xml.ts | 3.909.0 | 41 kb | 42 kb | 104 kb |
18+
| protocol-rpc-cbor.ts | 3.909.0 | 41 kb | 42 kb | 104 kb |
19+
| protocol-rpc-json-1-1.ts | 3.909.0 | 31 kb | 32 kb | 104 kb |
20+
| sdk-connect-aggregate.ts | 3.909.0 | 363 kb | 357 kb | 363 kb |
21+
| sdk-connect-single-command.ts | 3.909.0 | 103 kb | 103 kb | 108 kb |
22+
| sdk-ec2-aggregate.ts | 3.909.0 | 1.126 mb | 1.077 mb | 1.076 mb |
23+
| sdk-s3-aggregate.ts | 3.909.0 | 330 kb | 326 kb | 332 kb |
24+
| sdk-s3-single-command.ts | 3.909.0 | 175 kb | 174 kb | 180 kb |
25+
| sdk-sagemaker-aggregate.ts | 3.909.0 | 436 kb | 423 kb | 429 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.910.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.909.0...v3.910.0) (2025-10-14)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-accessanalyzer
9+
10+
11+
12+
13+
614
# [3.908.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.907.0...v3.908.0) (2025-10-10)
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.908.0",
4+
"version": "3.910.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.910.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.909.0...v3.910.0) (2025-10-14)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-account
9+
10+
11+
12+
13+
614
# [3.908.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.907.0...v3.908.0) (2025-10-10)
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.908.0",
4+
"version": "3.910.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.910.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.909.0...v3.910.0) (2025-10-14)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-acm-pca
9+
10+
11+
12+
13+
614
# [3.908.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.907.0...v3.908.0) (2025-10-10)
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.908.0",
4+
"version": "3.910.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.910.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.909.0...v3.910.0) (2025-10-14)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-acm
9+
10+
11+
12+
13+
614
# [3.908.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.907.0...v3.908.0) (2025-10-10)
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.908.0",
4+
"version": "3.910.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)