Skip to content

Commit 690d8d4

Browse files
author
awstools
committed
Publish v3.1027.0
1 parent 88eb668 commit 690d8d4

941 files changed

Lines changed: 4356 additions & 581 deletions

File tree

Some content is hidden

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

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.1027.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.1026.0...v3.1027.0) (2026-04-08)
7+
8+
9+
### Features
10+
11+
* **client-backup:** Adding EKS specific backup vault notification types for AWS Backup. ([c5badfd](https://github.com/aws/aws-sdk-js-v3/commit/c5badfde9ad0899a64a6a506682506cf458cf838))
12+
* **client-drs:** This changes adds support for modifying the replication configuration to support data replication using IPv6. ([b2cd445](https://github.com/aws/aws-sdk-js-v3/commit/b2cd4452c436577d4d780fc3c51c04a042f5179d))
13+
* **client-ecr:** Add UnableToListUpstreamImageReferrersException in ListImageReferrers ([459df0b](https://github.com/aws/aws-sdk-js-v3/commit/459df0bc3e99151fcfaffa59608032f789225181))
14+
* **client-ivs-realtime:** Adds support for Amazon IVS real-time streaming redundant ingest. ([1a8caf9](https://github.com/aws/aws-sdk-js-v3/commit/1a8caf9ec958d6a72d41c18f0c6e426325ddd016))
15+
* **client-marketplace-discovery:** AWS Marketplace Discovery API provides an interface that enables programmatic access to the AWS Marketplace catalog, including searching and browsing listings, retrieving product details and fulfillment options, and accessing public and private offer pricing and terms. ([1523d99](https://github.com/aws/aws-sdk-js-v3/commit/1523d996c9baed4f0d56459be0460d8a11ce6bd6))
16+
* **client-medialive:** MediaLive is adding support for MediaConnect Router by supporting a new output type called MEDIACONNECT ROUTER. This new output type will provide seamless encrypted transport between your MediaLive channel and MediaConnect Router. ([9d257a3](https://github.com/aws/aws-sdk-js-v3/commit/9d257a3f456eb61ebd2e6e823e80797b31bfc182))
17+
* **client-outposts:** Add AWS Outposts APIs to view renewal pricing options and submit renewal requests for Outpost contracts ([ba6c2a7](https://github.com/aws/aws-sdk-js-v3/commit/ba6c2a7e3c2fc2ed15f44949bedc4a8f048cbaf2))
18+
* **clients:** update client endpoints as of 2026-04-08 ([88eb668](https://github.com/aws/aws-sdk-js-v3/commit/88eb6682733b52d243befa8ff9b6cd7972207542))
19+
20+
21+
22+
23+
624
# [3.1026.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.1025.0...v3.1026.0) (2026-04-07)
725

826

benchmark/size/report-bundlers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
| lib-dynamodb-single-command.ts | unknown | 154.1 kb | 186.5 kb | 153.8 kb |
77
| multi-protocols.ts | unknown | 59.8 kb | 70.9 kb | 60.7 kb |
88
| multiple-barebones-micg-sdk-clients.ts | unknown | 152.8 kb | 238.0 kb | 187.1 kb |
9-
| multiple-barebones-schema-sdk-clients.ts | unknown | 244.9 kb | 351.8 kb | 340.1 kb |
9+
| multiple-barebones-schema-sdk-clients.ts | unknown | 244.9 kb | 351.9 kb | 340.2 kb |
1010
| multiple-sdk-clients.ts | unknown | 420.0 kb | 576.7 kb | 440.1 kb |
1111
| private-multiple-clients-micg.ts | unknown | 417.9 kb | 531.6 kb | 437.1 kb |
1212
| private-multiple-clients-schema.ts | unknown | 356.4 kb | 477.8 kb | 385.8 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.1027.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.1026.0...v3.1027.0) (2026-04-08)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-accessanalyzer
9+
10+
11+
12+
13+
614
# [3.1026.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.1025.0...v3.1026.0) (2026-04-07)
715

816

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.1026.0",
4+
"version": "3.1027.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
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.1027.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.1026.0...v3.1027.0) (2026-04-08)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-account
9+
10+
11+
12+
13+
614
# [3.1026.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.1025.0...v3.1026.0) (2026-04-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.1026.0",
4+
"version": "3.1027.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
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.1027.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.1026.0...v3.1027.0) (2026-04-08)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-acm-pca
9+
10+
11+
12+
13+
614
# [3.1026.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.1025.0...v3.1026.0) (2026-04-07)
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.1026.0",
4+
"version": "3.1027.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
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.1027.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.1026.0...v3.1027.0) (2026-04-08)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-acm
9+
10+
11+
12+
13+
614
# [3.1026.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.1025.0...v3.1026.0) (2026-04-07)
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.1026.0",
4+
"version": "3.1027.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
77
"build:cjs": "node ../../scripts/compilation/inline client-acm",

0 commit comments

Comments
 (0)