Skip to content

Commit cbdbdf8

Browse files
author
awstools
committed
Publish v3.928.0
1 parent d635af5 commit cbdbdf8

File tree

937 files changed

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

+4758
-491
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,31 @@
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.928.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.927.0...v3.928.0) (2025-11-10)
7+
8+
9+
### Features
10+
11+
* **client-acm-pca:** Private Certificate Authority service now supports ML-DSA key algorithms. ([1bd0b8f](https://github.com/aws/aws-sdk-js-v3/commit/1bd0b8f95ddcac2fb917758c2bf71c8b3f175e9b))
12+
* **client-appstream:** AWS Appstream support for IPv6 ([6fc319f](https://github.com/aws/aws-sdk-js-v3/commit/6fc319f482ed683fa1a2bd92ecd6f34892e83377))
13+
* **client-backup:** AWS Backup supports backups of Amazon EKS clusters, including Kubernetes cluster state and persistent storage attached to the EKS cluster via a persistent volume claim (EBS volumes, EFS file systems, and S3 buckets). ([d45f0eb](https://github.com/aws/aws-sdk-js-v3/commit/d45f0ebcef9045feeed8bca37426429c86f4380c))
14+
* **client-braket:** Adds ExperimentalCapabilities field to CreateQuantumTask request and GetQuantumTask response objects. Enables use of experimental software capabilities when creating quantum tasks. ([6c179ae](https://github.com/aws/aws-sdk-js-v3/commit/6c179ae76ce652bafabafab08444d2c2218686fe))
15+
* **client-datazone:** Remove trackingServerName from DataZone Connection MLflowProperties ([8c22eaa](https://github.com/aws/aws-sdk-js-v3/commit/8c22eaae96274502ff372736cf91fe513a19fa08))
16+
* **client-dsql:** Cluster endpoint added to CreateCluster and GetCluster API responses ([647406d](https://github.com/aws/aws-sdk-js-v3/commit/647406dbae1a76be5014cfd6e14575e4ec922758))
17+
* **client-ec2:** Amazon EC2 Fleet customers can now filter instance types based on encryption-in-transit support using Attribute-Based Instance Type Selection (ABIS), eliminating the manual effort of identifying and selecting compatible instance types for security-sensitive workloads. ([2b4fb80](https://github.com/aws/aws-sdk-js-v3/commit/2b4fb8055ba029e7ccb89f97b764e3af5bf98236))
18+
* **client-guardduty:** Include tags filed in CreatePublishingDestinationRequest and DescribePublishingDestinationResponse. ([9b11c35](https://github.com/aws/aws-sdk-js-v3/commit/9b11c35437dfcd84f227f4d4c2e677fbab8d969e))
19+
* **client-iam:** Added CreateDelegationRequest API, which is not available for general use at this time. ([a7579e4](https://github.com/aws/aws-sdk-js-v3/commit/a7579e455ca794975517a3ab5ff4465d53100568))
20+
* **client-invoicing:** Added new invoicing get-invoice-pdf API Operation ([de2f679](https://github.com/aws/aws-sdk-js-v3/commit/de2f679918dfb31c821de957c84386b955037227))
21+
* **client-kafka:** Amazon MSK now supports intelligent rebalancing for MSK Express brokers. ([265e5da](https://github.com/aws/aws-sdk-js-v3/commit/265e5dae15a55030102a940ad8a0b18b4f4d8901))
22+
* **client-sts:** Added GetDelegatedAccessToken API, which is not available for general use at this time. ([41552ed](https://github.com/aws/aws-sdk-js-v3/commit/41552ed60dd42831edbc27b793ae839929696c91))
23+
* **client-verifiedpermissions:** Amazon Verified Permissions / Features : Adds support for entity Cedar tags. ([d635af5](https://github.com/aws/aws-sdk-js-v3/commit/d635af58e7b839c7871684ce096a42e77a1df2a5))
24+
* **client-wafv2:** AWS WAF now supports CLOUDWATCH_TELEMETRY_RULE_MANAGED as a LogScope option, enabling automated logging configuration through Amazon CloudWatch Logs for telemetry data collection and analysis. ([79d7385](https://github.com/aws/aws-sdk-js-v3/commit/79d73853f31c4fb97cca823df51298d8e09e3aeb))
25+
* **clients:** use schema-serde in AWS JSON RPC clients ([#7483](https://github.com/aws/aws-sdk-js-v3/issues/7483)) ([b0f07b4](https://github.com/aws/aws-sdk-js-v3/commit/b0f07b49d20d0e1733d36208ad8b2fe052648771))
26+
27+
28+
29+
30+
631
# [3.927.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.926.0...v3.927.0) (2025-11-07)
732

833

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.926.0 | 4 kb | 4 kb | 4 kb |
4-
| all-protocols.ts | 3.926.0 | 73 kb | 74 kb | 105 kb |
5-
| lib-dynamodb-aggregate.ts | 3.926.0 | 184 kb | 183 kb | 188 kb |
6-
| lib-dynamodb-single-command.ts | 3.926.0 | 139 kb | 123 kb | 132 kb |
7-
| multi-protocols.ts | 3.926.0 | 54 kb | 55 kb | 104 kb |
8-
| multiple-barebones-micg-sdk-clients.ts | 3.926.0 | 134 kb | 135 kb | 164 kb |
9-
| multiple-barebones-schema-sdk-clients.ts | 3.926.0 | 204 kb | 206 kb | 235 kb |
10-
| multiple-sdk-clients.ts | 3.926.0 | 453 kb | 448 kb | 460 kb |
11-
| private-multiple-clients-micg.ts | 3.926.0 | 388 kb | 387 kb | 405 kb |
12-
| private-multiple-clients-schema.ts | 3.926.0 | 329 kb | 337 kb | 356 kb |
13-
| private-restjson-micg-aggregate.ts | 3.926.0 | 200 kb | 200 kb | 204 kb |
14-
| private-restjson-micg-single-command.ts | 3.926.0 | 97 kb | 97 kb | 102 kb |
15-
| private-restjson-schema-aggregate.ts | 3.926.0 | 186 kb | 190 kb | 194 kb |
16-
| private-restjson-schema-single-command.ts | 3.926.0 | 123 kb | 124 kb | 154 kb |
17-
| protocol-rest-xml.ts | 3.926.0 | 39 kb | 40 kb | 104 kb |
18-
| protocol-rpc-cbor.ts | 3.926.0 | 39 kb | 40 kb | 104 kb |
19-
| protocol-rpc-json-1-1.ts | 3.926.0 | 29 kb | 30 kb | 104 kb |
20-
| sdk-connect-aggregate.ts | 3.926.0 | 368 kb | 363 kb | 369 kb |
21-
| sdk-connect-single-command.ts | 3.926.0 | 103 kb | 103 kb | 107 kb |
22-
| sdk-ec2-aggregate.ts | 3.926.0 | 1.156 mb | 1.106 mb | 1.105 mb |
23-
| sdk-s3-aggregate.ts | 3.926.0 | 330 kb | 327 kb | 333 kb |
24-
| sdk-s3-single-command.ts | 3.926.0 | 176 kb | 174 kb | 181 kb |
25-
| sdk-sagemaker-aggregate.ts | 3.926.0 | 435 kb | 423 kb | 429 kb |
3+
| NormalizedSchema.ts | 3.927.0 | 4 kb | 4 kb | 4 kb |
4+
| all-protocols.ts | 3.927.0 | 73 kb | 74 kb | 105 kb |
5+
| lib-dynamodb-aggregate.ts | 3.927.0 | 187 kb | 190 kb | 195 kb |
6+
| lib-dynamodb-single-command.ts | 3.927.0 | 146 kb | 138 kb | 145 kb |
7+
| multi-protocols.ts | 3.927.0 | 54 kb | 55 kb | 104 kb |
8+
| multiple-barebones-micg-sdk-clients.ts | 3.927.0 | 134 kb | 135 kb | 164 kb |
9+
| multiple-barebones-schema-sdk-clients.ts | 3.927.0 | 204 kb | 206 kb | 235 kb |
10+
| multiple-sdk-clients.ts | 3.927.0 | 450 kb | 451 kb | 463 kb |
11+
| private-multiple-clients-micg.ts | 3.927.0 | 388 kb | 387 kb | 405 kb |
12+
| private-multiple-clients-schema.ts | 3.927.0 | 329 kb | 337 kb | 356 kb |
13+
| private-restjson-micg-aggregate.ts | 3.927.0 | 200 kb | 200 kb | 204 kb |
14+
| private-restjson-micg-single-command.ts | 3.927.0 | 97 kb | 97 kb | 102 kb |
15+
| private-restjson-schema-aggregate.ts | 3.927.0 | 186 kb | 190 kb | 194 kb |
16+
| private-restjson-schema-single-command.ts | 3.927.0 | 123 kb | 124 kb | 154 kb |
17+
| protocol-rest-xml.ts | 3.927.0 | 39 kb | 40 kb | 104 kb |
18+
| protocol-rpc-cbor.ts | 3.927.0 | 39 kb | 40 kb | 104 kb |
19+
| protocol-rpc-json-1-1.ts | 3.927.0 | 29 kb | 30 kb | 104 kb |
20+
| sdk-connect-aggregate.ts | 3.927.0 | 368 kb | 363 kb | 369 kb |
21+
| sdk-connect-single-command.ts | 3.927.0 | 103 kb | 103 kb | 107 kb |
22+
| sdk-ec2-aggregate.ts | 3.927.0 | 1.156 mb | 1.107 mb | 1.105 mb |
23+
| sdk-s3-aggregate.ts | 3.927.0 | 330 kb | 327 kb | 333 kb |
24+
| sdk-s3-single-command.ts | 3.927.0 | 176 kb | 174 kb | 181 kb |
25+
| sdk-sagemaker-aggregate.ts | 3.927.0 | 348 kb | 362 kb | 368 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.928.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.927.0...v3.928.0) (2025-11-10)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-accessanalyzer
9+
10+
11+
12+
13+
614
# [3.927.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.926.0...v3.927.0) (2025-11-07)
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.927.0",
4+
"version": "3.928.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.928.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.927.0...v3.928.0) (2025-11-10)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-account
9+
10+
11+
12+
13+
614
# [3.927.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.926.0...v3.927.0) (2025-11-07)
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.927.0",
4+
"version": "3.928.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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.928.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.927.0...v3.928.0) (2025-11-10)
7+
8+
9+
### Features
10+
11+
* **client-acm-pca:** Private Certificate Authority service now supports ML-DSA key algorithms. ([1bd0b8f](https://github.com/aws/aws-sdk-js-v3/commit/1bd0b8f95ddcac2fb917758c2bf71c8b3f175e9b))
12+
* **clients:** use schema-serde in AWS JSON RPC clients ([#7483](https://github.com/aws/aws-sdk-js-v3/issues/7483)) ([b0f07b4](https://github.com/aws/aws-sdk-js-v3/commit/b0f07b49d20d0e1733d36208ad8b2fe052648771))
13+
14+
15+
16+
17+
618
# [3.927.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.926.0...v3.927.0) (2025-11-07)
719

820
**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.927.0",
4+
"version": "3.928.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: 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.928.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.927.0...v3.928.0) (2025-11-10)
7+
8+
9+
### Features
10+
11+
* **clients:** use schema-serde in AWS JSON RPC clients ([#7483](https://github.com/aws/aws-sdk-js-v3/issues/7483)) ([b0f07b4](https://github.com/aws/aws-sdk-js-v3/commit/b0f07b49d20d0e1733d36208ad8b2fe052648771))
12+
13+
14+
15+
16+
617
# [3.927.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.926.0...v3.927.0) (2025-11-07)
718

819
**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.927.0",
4+
"version": "3.928.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)