Skip to content

Commit 75eae44

Browse files
author
awstools
committed
Publish v3.471.0
1 parent eb49e73 commit 75eae44

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.471.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.470.0...v3.471.0) (2023-12-11)
7+
8+
9+
### Features
10+
11+
* **client-neptune:** This release adds a new parameter configuration setting to the Neptune cluster related APIs that can be leveraged to switch between the underlying supported storage modes. ([1d866af](https://github.com/aws/aws-sdk-js-v3/commit/1d866afbe11220877f15df1f6c89589eb6501d03))
12+
* **client-securityhub:** Added new resource detail objects to ASFF, including resources for AwsDynamoDbTable, AwsEc2ClientVpnEndpoint, AwsMskCluster, AwsS3AccessPoint, AwsS3Bucket ([eb49e73](https://github.com/aws/aws-sdk-js-v3/commit/eb49e732d35e66c63e31b5c0b38bb22a33ae858c))
13+
14+
15+
16+
17+
618
# [3.470.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.469.0...v3.470.0) (2023-12-08)
719

820

benchmark/size/report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
|@aws-sdk/client-kms|3.468.0|1.6 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
2828
|@aws-sdk/client-lambda|3.468.0|1.7 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
2929
|@aws-sdk/client-opsworks|3.468.0|1.4 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
30-
|@aws-sdk/client-pinpoint|3.468.0|3 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
30+
|@aws-sdk/client-pinpoint|3.470.0|3 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
3131
|@aws-sdk/client-resource-groups-tagging-api|3.468.0|273.8 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
3232
|@aws-sdk/client-s3|3.468.0|3.2 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
3333
|@aws-sdk/client-ses|3.468.0|1.6 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|

clients/client-neptune/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.471.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.470.0...v3.471.0) (2023-12-11)
7+
8+
9+
### Features
10+
11+
* **client-neptune:** This release adds a new parameter configuration setting to the Neptune cluster related APIs that can be leveraged to switch between the underlying supported storage modes. ([1d866af](https://github.com/aws/aws-sdk-js-v3/commit/1d866afbe11220877f15df1f6c89589eb6501d03))
12+
13+
14+
15+
16+
617
# [3.470.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.469.0...v3.470.0) (2023-12-08)
718

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

clients/client-neptune/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-neptune",
33
"description": "AWS SDK for JavaScript Neptune Client for Node.js, Browser and React Native",
4-
"version": "3.470.0",
4+
"version": "3.471.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-pinpoint/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.471.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.470.0...v3.471.0) (2023-12-11)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-pinpoint
9+
10+
11+
12+
13+
614
# [3.470.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.469.0...v3.470.0) (2023-12-08)
715

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

clients/client-pinpoint/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-pinpoint",
33
"description": "AWS SDK for JavaScript Pinpoint Client for Node.js, Browser and React Native",
4-
"version": "3.470.0",
4+
"version": "3.471.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-securityhub/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.471.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.470.0...v3.471.0) (2023-12-11)
7+
8+
9+
### Features
10+
11+
* **client-securityhub:** Added new resource detail objects to ASFF, including resources for AwsDynamoDbTable, AwsEc2ClientVpnEndpoint, AwsMskCluster, AwsS3AccessPoint, AwsS3Bucket ([eb49e73](https://github.com/aws/aws-sdk-js-v3/commit/eb49e732d35e66c63e31b5c0b38bb22a33ae858c))
12+
13+
14+
15+
16+
617
# [3.470.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.469.0...v3.470.0) (2023-12-08)
718

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

clients/client-securityhub/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-securityhub",
33
"description": "AWS SDK for JavaScript Securityhub Client for Node.js, Browser and React Native",
4-
"version": "3.470.0",
4+
"version": "3.471.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.470.0",
2+
"version": "3.471.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

0 commit comments

Comments
 (0)