Skip to content

Commit 6acfe4a

Browse files
author
awstools
committed
Publish v3.115.0
1 parent 8f2eb0c commit 6acfe4a

File tree

9 files changed

+47
-5
lines changed

9 files changed

+47
-5
lines changed

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.115.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.114.0...v3.115.0) (2022-06-21)
7+
8+
9+
### Features
10+
11+
* **client-ec2:** This release adds support for Private IP VPNs, a new feature allowing S2S VPN connections to use private ip addresses as the tunnel outside ip address over Direct Connect as transport. ([8f2eb0c](https://github.com/aws/aws-sdk-js-v3/commit/8f2eb0cff2321db7ee3623599d7173dfba9e3785))
12+
* **client-wellarchitected:** Adds support for lens tagging, Adds support for multiple helpful-resource urls and multiple improvement-plan urls. ([7347da1](https://github.com/aws/aws-sdk-js-v3/commit/7347da1d60a5df588c7b9b6f6963eb3c6f886be4))
13+
14+
15+
16+
17+
618
# [3.114.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.113.0...v3.114.0) (2022-06-20)
719

820

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.110.0|3 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
1818
|@aws-sdk/client-cognito-sync|3.110.0|641.9 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
1919
|@aws-sdk/client-dynamodb|3.112.0|2 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
20-
|@aws-sdk/client-ec2|3.110.0|14.7 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
20+
|@aws-sdk/client-ec2|3.112.0|14.7 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
2121
|@aws-sdk/client-efs|3.110.0|1 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
2222
|@aws-sdk/client-eventbridge|3.110.0|1.5 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
2323
|@aws-sdk/client-firehose|3.110.0|785.7 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|

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.115.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.114.0...v3.115.0) (2022-06-21)
7+
8+
9+
### Features
10+
11+
* **client-ec2:** This release adds support for Private IP VPNs, a new feature allowing S2S VPN connections to use private ip addresses as the tunnel outside ip address over Direct Connect as transport. ([8f2eb0c](https://github.com/aws/aws-sdk-js-v3/commit/8f2eb0cff2321db7ee3623599d7173dfba9e3785))
12+
13+
14+
15+
16+
617
# [3.112.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.111.0...v3.112.0) (2022-06-16)
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.112.0",
4+
"version": "3.115.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-ecs/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.115.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.114.0...v3.115.0) (2022-06-21)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-ecs
9+
10+
11+
12+
13+
614
# [3.112.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.111.0...v3.112.0) (2022-06-16)
715

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

clients/client-ecs/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-ecs",
33
"description": "AWS SDK for JavaScript Ecs Client for Node.js, Browser and React Native",
4-
"version": "3.112.0",
4+
"version": "3.115.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-wellarchitected/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.115.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.114.0...v3.115.0) (2022-06-21)
7+
8+
9+
### Features
10+
11+
* **client-wellarchitected:** Adds support for lens tagging, Adds support for multiple helpful-resource urls and multiple improvement-plan urls. ([7347da1](https://github.com/aws/aws-sdk-js-v3/commit/7347da1d60a5df588c7b9b6f6963eb3c6f886be4))
12+
13+
14+
15+
16+
617
# [3.112.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.111.0...v3.112.0) (2022-06-16)
718

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

clients/client-wellarchitected/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-wellarchitected",
33
"description": "AWS SDK for JavaScript Wellarchitected Client for Node.js, Browser and React Native",
4-
"version": "3.112.0",
4+
"version": "3.115.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.114.0",
2+
"version": "3.115.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

0 commit comments

Comments
 (0)