Skip to content

Commit 727ebec

Browse files
author
awstools
committed
Publish v3.384.0
1 parent e8eae85 commit 727ebec

File tree

15 files changed

+79
-9
lines changed

15 files changed

+79
-9
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.384.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.383.0...v3.384.0) (2023-08-03)
7+
8+
9+
### Features
10+
11+
* **client-database-migration-service:** The release makes public API for DMS Schema Conversion feature. ([ed44271](https://github.com/aws/aws-sdk-js-v3/commit/ed44271a1578d863003c3960b1098fb8a5fafbc0))
12+
* **client-ec2:** This release adds new parameter isPrimaryIPv6 to allow assigning an IPv6 address as a primary IPv6 address to a network interface which cannot be changed to give equivalent functionality available for network interfaces with primary IPv4 address. ([e8eae85](https://github.com/aws/aws-sdk-js-v3/commit/e8eae855ee894e0a22a641683bb9b2e769844a4d))
13+
* **client-sagemaker:** Amazon SageMaker now supports running training jobs on p5.48xlarge instance types. ([87fda49](https://github.com/aws/aws-sdk-js-v3/commit/87fda49544750561ccb5d3a6fc2026c5332928c8))
14+
15+
16+
17+
18+
619
# [3.383.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.382.0...v3.383.0) (2023-08-02)
720

821

benchmark/size/report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
|@aws-sdk/client-app-mesh|3.379.1|1.1 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
55
|@aws-sdk/client-application-insights|3.380.0|655.4 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
66
|@aws-sdk/client-athena|3.379.1|1.2 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
7-
|@aws-sdk/client-auto-scaling|3.381.0|1.8 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
7+
|@aws-sdk/client-auto-scaling|3.382.0|1.8 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
88
|@aws-sdk/client-cloudformation|3.380.0|1.9 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
99
|@aws-sdk/client-cloudhsm-v2|3.379.1|358.1 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
1010
|@aws-sdk/client-cloudwatch|3.379.1|1 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
@@ -17,7 +17,7 @@
1717
|@aws-sdk/client-cognito-identity-provider|3.382.0|2.5 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
1818
|@aws-sdk/client-cognito-sync|3.379.1|437 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
1919
|@aws-sdk/client-dynamodb|3.379.1|1.7 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
20-
|@aws-sdk/client-ec2|3.379.1|14.9 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
20+
|@aws-sdk/client-ec2|3.382.0|14.9 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
2121
|@aws-sdk/client-efs|3.379.1|770.2 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
2222
|@aws-sdk/client-eventbridge|3.379.1|1 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
2323
|@aws-sdk/client-firehose|3.379.1|513.7 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|

clients/client-auto-scaling/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.384.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.383.0...v3.384.0) (2023-08-03)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-auto-scaling
9+
10+
11+
12+
13+
614
# [3.382.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.381.0...v3.382.0) (2023-08-01)
715

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

clients/client-auto-scaling/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-auto-scaling",
33
"description": "AWS SDK for JavaScript Auto Scaling Client for Node.js, Browser and React Native",
4-
"version": "3.382.0",
4+
"version": "3.384.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-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.384.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.383.0...v3.384.0) (2023-08-03)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-cloud9
9+
10+
11+
12+
13+
614
# [3.382.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.381.0...v3.382.0) (2023-08-01)
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.382.0",
4+
"version": "3.384.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-database-migration-service/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.384.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.383.0...v3.384.0) (2023-08-03)
7+
8+
9+
### Features
10+
11+
* **client-database-migration-service:** The release makes public API for DMS Schema Conversion feature. ([ed44271](https://github.com/aws/aws-sdk-js-v3/commit/ed44271a1578d863003c3960b1098fb8a5fafbc0))
12+
13+
14+
15+
16+
617
# [3.382.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.381.0...v3.382.0) (2023-08-01)
718

819

clients/client-database-migration-service/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-database-migration-service",
33
"description": "AWS SDK for JavaScript Database Migration Service Client for Node.js, Browser and React Native",
4-
"version": "3.382.0",
4+
"version": "3.384.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.384.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.383.0...v3.384.0) (2023-08-03)
7+
8+
9+
### Features
10+
11+
* **client-ec2:** This release adds new parameter isPrimaryIPv6 to allow assigning an IPv6 address as a primary IPv6 address to a network interface which cannot be changed to give equivalent functionality available for network interfaces with primary IPv4 address. ([e8eae85](https://github.com/aws/aws-sdk-js-v3/commit/e8eae855ee894e0a22a641683bb9b2e769844a4d))
12+
13+
14+
15+
16+
617
# [3.382.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.381.0...v3.382.0) (2023-08-01)
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.382.0",
4+
"version": "3.384.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-sagemaker/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.384.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.383.0...v3.384.0) (2023-08-03)
7+
8+
9+
### Features
10+
11+
* **client-sagemaker:** Amazon SageMaker now supports running training jobs on p5.48xlarge instance types. ([87fda49](https://github.com/aws/aws-sdk-js-v3/commit/87fda49544750561ccb5d3a6fc2026c5332928c8))
12+
13+
14+
15+
16+
617
# [3.383.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.382.0...v3.383.0) (2023-08-02)
718

819

clients/client-sagemaker/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-sagemaker",
33
"description": "AWS SDK for JavaScript Sagemaker Client for Node.js, Browser and React Native",
4-
"version": "3.383.0",
4+
"version": "3.384.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.383.0",
2+
"version": "3.384.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.384.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.383.0...v3.384.0) (2023-08-03)
7+
8+
**Note:** Version bump only for package @aws-sdk/aws-middleware-test
9+
10+
11+
12+
13+
614
# [3.383.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.382.0...v3.383.0) (2023-08-02)
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.383.0",
4+
"version": "3.384.0",
55
"scripts": {
66
"build": "exit 0",
77
"build:cjs": "exit 0",

0 commit comments

Comments
 (0)