Skip to content

Commit 79bbaf4

Browse files
author
awstools
committed
Publish v3.890.0
1 parent aef54eb commit 79bbaf4

File tree

989 files changed

+4474
-503
lines changed

Some content is hidden

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

989 files changed

+4474
-503
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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.890.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.889.0...v3.890.0) (2025-09-16)
7+
8+
9+
### Features
10+
11+
* **client-budgets:** Add support for custom time periods in budget configuration ([8d88136](https://github.com/aws/aws-sdk-js-v3/commit/8d881364a003ddd56f5f14edb95d6d4c54c12294))
12+
* **client-cloudwatch-logs:** Cloudwatch Logs added support for 2 new API parameters in metric and subscription filter APIs to filter log events based on system field values and emit system field values as dimensions and send them to customer destination as additional metadata. ([8d9dd73](https://github.com/aws/aws-sdk-js-v3/commit/8d9dd737a30a8364aa3e7c8e3f0d6296cdb1f60c))
13+
* **client-ivs-realtime:** IVS now offers customers the ability to control the positioning of participants in both grid and PiP layouts based on custom attribute values in participant tokens. ([bac6c46](https://github.com/aws/aws-sdk-js-v3/commit/bac6c46eb096ec21f5e7981ffb88970060354e57))
14+
* **client-osis:** Adds support for cross-account ingestion for push-based sources. This includes resource policies for sharing pipelines across accounts and features for managing pipeline endpoints which enable accessing pipelines across different VPCs, including VPCs in other accounts. ([de930e7](https://github.com/aws/aws-sdk-js-v3/commit/de930e70c652608c0681ad5ec5fba146110f4d21))
15+
* **clients:** update client endpoints as of 2025-09-16 ([aef54eb](https://github.com/aws/aws-sdk-js-v3/commit/aef54eb660ada229bb976a25d702f819cb9809c6))
16+
17+
18+
19+
20+
621
# [3.889.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.888.0...v3.889.0) (2025-09-15)
722

823

benchmark/size/report-bundlers.md

Lines changed: 9 additions & 9 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.889.0 | 211 kb | 204 kb | 232 kb |
4-
| multiple-sdk-clients.ts | 3.889.0 | 498 kb | 488 kb | 534 kb |
3+
| lib-dynamodb-aggregate.ts | 3.889.0 | 211 kb | 204 kb | 231 kb |
4+
| multiple-sdk-clients.ts | 3.889.0 | 497 kb | 487 kb | 533 kb |
55
| private-multiple-clients-micg.ts | 3.889.0 | 435 kb | 429 kb | 479 kb |
6-
| private-multiple-clients-schema.ts | 3.889.0 | 376 kb | 378 kb | 423 kb |
7-
| private-restjson-micg-aggregate.ts | 3.889.0 | 228 kb | 223 kb | 248 kb |
8-
| private-restjson-micg-single-command.ts | 3.889.0 | 125 kb | 120 kb | 140 kb |
6+
| private-multiple-clients-schema.ts | 3.889.0 | 376 kb | 378 kb | 422 kb |
7+
| private-restjson-micg-aggregate.ts | 3.889.0 | 228 kb | 222 kb | 247 kb |
8+
| private-restjson-micg-single-command.ts | 3.889.0 | 125 kb | 119 kb | 140 kb |
99
| private-restjson-schema-aggregate.ts | 3.889.0 | 213 kb | 210 kb | 233 kb |
10-
| private-restjson-schema-single-command.ts | 3.889.0 | 147 kb | 142 kb | 164 kb |
10+
| private-restjson-schema-single-command.ts | 3.889.0 | 146 kb | 142 kb | 164 kb |
1111
| sdk-ec2-aggregate.ts | 3.889.0 | 1.159 mb | 1.105 mb | 1.152 mb |
12-
| sdk-s3-aggregate.ts | 3.889.0 | 376 kb | 367 kb | 399 kb |
13-
| sdk-s3-single-command.ts | 3.889.0 | 222 kb | 216 kb | 242 kb |
14-
| sdk-sagemaker-aggregate.ts | 3.889.0 | 462 kb | 445 kb | 482 kb |
12+
| sdk-s3-aggregate.ts | 3.889.0 | 376 kb | 367 kb | 398 kb |
13+
| sdk-s3-single-command.ts | 3.889.0 | 222 kb | 215 kb | 242 kb |
14+
| sdk-sagemaker-aggregate.ts | 3.889.0 | 462 kb | 444 kb | 482 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.890.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.889.0...v3.890.0) (2025-09-16)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-accessanalyzer
9+
10+
11+
12+
13+
614
# [3.888.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.887.0...v3.888.0) (2025-09-12)
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.888.0",
4+
"version": "3.890.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.890.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.889.0...v3.890.0) (2025-09-16)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-account
9+
10+
11+
12+
13+
614
# [3.888.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.887.0...v3.888.0) (2025-09-12)
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.888.0",
4+
"version": "3.890.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.890.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.889.0...v3.890.0) (2025-09-16)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-acm-pca
9+
10+
11+
12+
13+
614
# [3.888.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.887.0...v3.888.0) (2025-09-12)
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.888.0",
4+
"version": "3.890.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.890.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.889.0...v3.890.0) (2025-09-16)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-acm
9+
10+
11+
12+
13+
614
# [3.888.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.887.0...v3.888.0) (2025-09-12)
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.888.0",
4+
"version": "3.890.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)