Skip to content

Commit a08e51d

Browse files
author
awstools
committed
Publish v3.819.0
1 parent 0541c92 commit a08e51d

File tree

14 files changed

+83
-7
lines changed

14 files changed

+83
-7
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.819.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.818.0...v3.819.0) (2025-05-28)
7+
8+
9+
### Features
10+
11+
* **client-cost-optimization-hub:** This release allows customers to modify their preferred commitment term and payment options. ([09599cb](https://github.com/aws/aws-sdk-js-v3/commit/09599cb370b6673674505f02c2d30c5ef81c9ffd))
12+
* **client-ec2:** Enable the option to automatically delete underlying Amazon EBS snapshots when deregistering Amazon Machine Images (AMIs) ([93df0c5](https://github.com/aws/aws-sdk-js-v3/commit/93df0c5dcb98390d1c7fbd443269e71fdb426788))
13+
* **client-eventbridge:** Allow for more than 2 characters for location codes in EventBridge ARNs ([9f438f0](https://github.com/aws/aws-sdk-js-v3/commit/9f438f0e132f7af25b3f755d9cf80316aebe900e))
14+
* **client-network-firewall:** You can now use VPC endpoint associations to create multiple firewall endpoints for a single firewall. ([73b191f](https://github.com/aws/aws-sdk-js-v3/commit/73b191ffd4f429024ace38a0b8e95b07b69cd30a))
15+
* **client-synthetics:** Add support to change ephemeral storage. Add a new field "TestResult" under CanaryRunStatus. ([7467f15](https://github.com/aws/aws-sdk-js-v3/commit/7467f15ba52ac515c50610c02a27f9b2083fb191))
16+
* **clients:** update client endpoints as of 2025-05-28 ([0541c92](https://github.com/aws/aws-sdk-js-v3/commit/0541c92693c844108945fd21ef12a2b1b34d8c0f))
17+
18+
19+
20+
21+
622
# [3.818.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.817.0...v3.818.0) (2025-05-27)
723

824

clients/client-cost-optimization-hub/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.819.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.818.0...v3.819.0) (2025-05-28)
7+
8+
9+
### Features
10+
11+
* **client-cost-optimization-hub:** This release allows customers to modify their preferred commitment term and payment options. ([09599cb](https://github.com/aws/aws-sdk-js-v3/commit/09599cb370b6673674505f02c2d30c5ef81c9ffd))
12+
13+
14+
15+
16+
617
# [3.817.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.816.0...v3.817.0) (2025-05-23)
718

819
**Note:** Version bump only for package @aws-sdk/client-cost-optimization-hub

clients/client-cost-optimization-hub/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-cost-optimization-hub",
33
"description": "AWS SDK for JavaScript Cost Optimization Hub Client for Node.js, Browser and React Native",
4-
"version": "3.817.0",
4+
"version": "3.819.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-cost-optimization-hub",

clients/client-ec2/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.819.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.818.0...v3.819.0) (2025-05-28)
7+
8+
9+
### Features
10+
11+
* **client-ec2:** Enable the option to automatically delete underlying Amazon EBS snapshots when deregistering Amazon Machine Images (AMIs) ([93df0c5](https://github.com/aws/aws-sdk-js-v3/commit/93df0c5dcb98390d1c7fbd443269e71fdb426788))
12+
13+
14+
15+
16+
617
# [3.818.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.817.0...v3.818.0) (2025-05-27)
718

819

clients/client-ec2/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-ec2",
33
"description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
4-
"version": "3.818.0",
4+
"version": "3.819.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-ec2",

clients/client-network-firewall/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.819.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.818.0...v3.819.0) (2025-05-28)
7+
8+
9+
### Features
10+
11+
* **client-network-firewall:** You can now use VPC endpoint associations to create multiple firewall endpoints for a single firewall. ([73b191f](https://github.com/aws/aws-sdk-js-v3/commit/73b191ffd4f429024ace38a0b8e95b07b69cd30a))
12+
13+
14+
15+
16+
617
# [3.817.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.816.0...v3.817.0) (2025-05-23)
718

819
**Note:** Version bump only for package @aws-sdk/client-network-firewall

clients/client-network-firewall/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-network-firewall",
33
"description": "AWS SDK for JavaScript Network Firewall Client for Node.js, Browser and React Native",
4-
"version": "3.817.0",
4+
"version": "3.819.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-network-firewall",

clients/client-synthetics/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.819.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.818.0...v3.819.0) (2025-05-28)
7+
8+
9+
### Features
10+
11+
* **client-synthetics:** Add support to change ephemeral storage. Add a new field "TestResult" under CanaryRunStatus. ([7467f15](https://github.com/aws/aws-sdk-js-v3/commit/7467f15ba52ac515c50610c02a27f9b2083fb191))
12+
13+
14+
15+
16+
617
# [3.817.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.816.0...v3.817.0) (2025-05-23)
718

819
**Note:** Version bump only for package @aws-sdk/client-synthetics

clients/client-synthetics/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-synthetics",
33
"description": "AWS SDK for JavaScript Synthetics Client for Node.js, Browser and React Native",
4-
"version": "3.817.0",
4+
"version": "3.819.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-synthetics",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.818.0",
2+
"version": "3.819.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

private/aws-client-api-test/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.819.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.818.0...v3.819.0) (2025-05-28)
7+
8+
**Note:** Version bump only for package @aws-sdk/aws-client-api-test
9+
10+
11+
12+
13+
614
# [3.818.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.817.0...v3.818.0) (2025-05-27)
715

816
**Note:** Version bump only for package @aws-sdk/aws-client-api-test

private/aws-client-api-test/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/aws-client-api-test",
33
"description": "Test suite for client interface stability",
4-
"version": "3.818.0",
4+
"version": "3.819.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

private/aws-middleware-test/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.819.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.818.0...v3.819.0) (2025-05-28)
7+
8+
**Note:** Version bump only for package @aws-sdk/aws-middleware-test
9+
10+
11+
12+
13+
614
# [3.818.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.817.0...v3.818.0) (2025-05-27)
715

816
**Note:** Version bump only for package @aws-sdk/aws-middleware-test

private/aws-middleware-test/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/aws-middleware-test",
33
"description": "Integration test suite for AWS middleware",
4-
"version": "3.818.0",
4+
"version": "3.819.0",
55
"scripts": {
66
"build": "exit 0",
77
"build:cjs": "exit 0",

0 commit comments

Comments
 (0)