Skip to content

Commit c33cfd2

Browse files
author
awstools
committed
Publish v3.396.0
1 parent ff8beba commit c33cfd2

File tree

15 files changed

+79
-8
lines changed

15 files changed

+79
-8
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.396.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.395.0...v3.396.0) (2023-08-21)
7+
8+
9+
### Features
10+
11+
* **client-ec2:** The DeleteKeyPair API has been updated to return the keyPairId when an existing key pair is deleted. ([5009701](https://github.com/aws/aws-sdk-js-v3/commit/50097011ce78c144fcd821b3225adc467e0e06cd))
12+
* **client-finspace:** Allow customers to manage outbound traffic from their Kx Environment when attaching a transit gateway by providing network acl entries. Allow the customer to choose how they want to update the databases on a cluster allowing updates to possibly be faster than usual. ([89bdf1a](https://github.com/aws/aws-sdk-js-v3/commit/89bdf1a61dbaea710f0681102888a84540afff46))
13+
* **client-rds:** Adding support for RDS Aurora Global Database Unplanned Failover ([d92f127](https://github.com/aws/aws-sdk-js-v3/commit/d92f127436c37cf0efa3fc1f964a7976caddf331))
14+
* **clients:** update client endpoints as of 2023-08-21 ([ff8beba](https://github.com/aws/aws-sdk-js-v3/commit/ff8beba1638426614cd3d62a77b5fc9a175b6fb8))
15+
16+
17+
18+
19+
620
# [3.395.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.394.0...v3.395.0) (2023-08-18)
721

822

benchmark/size/report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
|@aws-sdk/client-cognito-identity-provider|3.391.0|2.5 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
1818
|@aws-sdk/client-cognito-sync|3.391.0|439.8 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
1919
|@aws-sdk/client-dynamodb|3.391.0|1.7 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
20-
|@aws-sdk/client-ec2|3.394.0|14.9 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
20+
|@aws-sdk/client-ec2|3.395.0|14.9 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
2121
|@aws-sdk/client-efs|3.391.0|772.9 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
2222
|@aws-sdk/client-eventbridge|3.391.0|1 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
2323
|@aws-sdk/client-firehose|3.391.0|516.5 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|

clients/client-cloud9/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.396.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.395.0...v3.396.0) (2023-08-21)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-cloud9
9+
10+
11+
12+
13+
614
# [3.395.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.394.0...v3.395.0) (2023-08-18)
715

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

clients/client-cloud9/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-cloud9",
33
"description": "AWS SDK for JavaScript Cloud9 Client for Node.js, Browser and React Native",
4-
"version": "3.395.0",
4+
"version": "3.396.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

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.396.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.395.0...v3.396.0) (2023-08-21)
7+
8+
9+
### Features
10+
11+
* **client-ec2:** The DeleteKeyPair API has been updated to return the keyPairId when an existing key pair is deleted. ([5009701](https://github.com/aws/aws-sdk-js-v3/commit/50097011ce78c144fcd821b3225adc467e0e06cd))
12+
13+
14+
15+
16+
617
# [3.395.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.394.0...v3.395.0) (2023-08-18)
718

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

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.395.0",
4+
"version": "3.396.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

clients/client-finspace/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.396.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.395.0...v3.396.0) (2023-08-21)
7+
8+
9+
### Features
10+
11+
* **client-finspace:** Allow customers to manage outbound traffic from their Kx Environment when attaching a transit gateway by providing network acl entries. Allow the customer to choose how they want to update the databases on a cluster allowing updates to possibly be faster than usual. ([89bdf1a](https://github.com/aws/aws-sdk-js-v3/commit/89bdf1a61dbaea710f0681102888a84540afff46))
12+
13+
14+
15+
16+
617
# [3.395.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.394.0...v3.395.0) (2023-08-18)
718

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

clients/client-finspace/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-finspace",
33
"description": "AWS SDK for JavaScript Finspace Client for Node.js, Browser and React Native",
4-
"version": "3.395.0",
4+
"version": "3.396.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

clients/client-rds/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.396.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.395.0...v3.396.0) (2023-08-21)
7+
8+
9+
### Features
10+
11+
* **client-rds:** Adding support for RDS Aurora Global Database Unplanned Failover ([d92f127](https://github.com/aws/aws-sdk-js-v3/commit/d92f127436c37cf0efa3fc1f964a7976caddf331))
12+
13+
14+
15+
16+
617
# [3.395.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.394.0...v3.395.0) (2023-08-18)
718

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

clients/client-rds/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-rds",
33
"description": "AWS SDK for JavaScript Rds Client for Node.js, Browser and React Native",
4-
"version": "3.395.0",
4+
"version": "3.396.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

clients/client-route-53-domains/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.396.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.395.0...v3.396.0) (2023-08-21)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-route-53-domains
9+
10+
11+
12+
13+
614
# [3.395.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.394.0...v3.395.0) (2023-08-18)
715

816
**Note:** Version bump only for package @aws-sdk/client-route-53-domains

clients/client-route-53-domains/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-route-53-domains",
33
"description": "AWS SDK for JavaScript Route 53 Domains Client for Node.js, Browser and React Native",
4-
"version": "3.395.0",
4+
"version": "3.396.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

lerna.json

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

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.396.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.395.0...v3.396.0) (2023-08-21)
7+
8+
**Note:** Version bump only for package @aws-sdk/aws-middleware-test
9+
10+
11+
12+
13+
614
# [3.395.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.394.0...v3.395.0) (2023-08-18)
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.395.0",
4+
"version": "3.396.0",
55
"scripts": {
66
"build": "exit 0",
77
"build:cjs": "exit 0",

0 commit comments

Comments
 (0)