Skip to content

Commit 2d15bf1

Browse files
author
awstools
committed
Publish v3.432.0
1 parent 36bd472 commit 2d15bf1

File tree

25 files changed

+140
-13
lines changed

25 files changed

+140
-13
lines changed

Diff for: CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.432.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.431.0...v3.432.0) (2023-10-19)
7+
8+
9+
### Features
10+
11+
* **client-ec2:** Amazon EC2 C7a instances, powered by 4th generation AMD EPYC processors, are ideal for high performance, compute-intensive workloads such as high performance computing. Amazon EC2 R7i instances are next-generation memory optimized and powered by custom 4th Generation Intel Xeon Scalable processors. ([99fa7ff](https://github.com/aws/aws-sdk-js-v3/commit/99fa7ffef1d3950aaa630736b6170e752c1b8529))
12+
* **client-managedblockchain-query:** This release adds support for Ethereum Sepolia network ([2c6f82d](https://github.com/aws/aws-sdk-js-v3/commit/2c6f82d632c293813b9a51355a929c3e164d3377))
13+
* **client-omics:** This change enables customers to retrieve failure reasons with detailed status messages for their failed runs ([8092cfa](https://github.com/aws/aws-sdk-js-v3/commit/8092cfa8c2ee882d8ba788e22208fd71ae7328f1))
14+
* **client-opensearch:** Added Cluster Administrative options for node restart, opensearch process restart and opensearch dashboard restart for Multi-AZ without standby domains ([574314c](https://github.com/aws/aws-sdk-js-v3/commit/574314c1d045219f35179e4c29f335fb8312f002))
15+
* **client-quicksight:** This release adds the following: 1) Trino and Starburst Database Connectors 2) Custom total for tables and pivot tables 3) Enable restricted folders 4) Add rolling dates for time equality filters 5) Refine DataPathValue and introduce DataPathType 6) Add SeriesType to ReferenceLineDataConfiguration ([de46ff2](https://github.com/aws/aws-sdk-js-v3/commit/de46ff2fdb3aa3653b9a26865d6353a128293354))
16+
* **client-service-catalog:** Introduce support for EXTERNAL product and provisioning artifact type in CreateProduct and CreateProvisioningArtifact APIs. ([9b32c6e](https://github.com/aws/aws-sdk-js-v3/commit/9b32c6edbbfc6e2c53e55ebbc34d4cc8f7ab846b))
17+
* **client-verifiedpermissions:** Improving Amazon Verified Permissions Create experience ([c86d343](https://github.com/aws/aws-sdk-js-v3/commit/c86d34336b5ff57c79e279059e9c967a8e8125ca))
18+
* **clients:** update client endpoints as of 2023-10-19 ([36bd472](https://github.com/aws/aws-sdk-js-v3/commit/36bd472f4a92acfbc4870d444ae164d0f4b6e519))
19+
20+
21+
22+
23+
624
# [3.431.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.430.0...v3.431.0) (2023-10-18)
725

826

Diff for: benchmark/size/report.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
|@aws-sdk/client-cognito-identity-provider|3.430.0|2.6 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
1818
|@aws-sdk/client-cognito-sync|3.430.0|450 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
1919
|@aws-sdk/client-dynamodb|3.430.0|1.7 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
20-
|@aws-sdk/client-ec2|3.430.0|15.3 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
20+
|@aws-sdk/client-ec2|3.431.0|15.3 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
2121
|@aws-sdk/client-efs|3.430.0|787.4 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
2222
|@aws-sdk/client-eventbridge|3.430.0|1.1 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
2323
|@aws-sdk/client-firehose|3.430.0|534.7 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|

Diff for: clients/client-ec2/CHANGELOG.md

+11
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.432.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.431.0...v3.432.0) (2023-10-19)
7+
8+
9+
### Features
10+
11+
* **client-ec2:** Amazon EC2 C7a instances, powered by 4th generation AMD EPYC processors, are ideal for high performance, compute-intensive workloads such as high performance computing. Amazon EC2 R7i instances are next-generation memory optimized and powered by custom 4th Generation Intel Xeon Scalable processors. ([99fa7ff](https://github.com/aws/aws-sdk-js-v3/commit/99fa7ffef1d3950aaa630736b6170e752c1b8529))
12+
13+
14+
15+
16+
617
# [3.431.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.430.0...v3.431.0) (2023-10-18)
718

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

Diff for: clients/client-ec2/package.json

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

Diff for: clients/client-managedblockchain-query/CHANGELOG.md

+11
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.432.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.431.0...v3.432.0) (2023-10-19)
7+
8+
9+
### Features
10+
11+
* **client-managedblockchain-query:** This release adds support for Ethereum Sepolia network ([2c6f82d](https://github.com/aws/aws-sdk-js-v3/commit/2c6f82d632c293813b9a51355a929c3e164d3377))
12+
13+
14+
15+
16+
617
# [3.431.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.430.0...v3.431.0) (2023-10-18)
718

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

Diff for: clients/client-managedblockchain-query/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-managedblockchain-query",
33
"description": "AWS SDK for JavaScript Managedblockchain Query Client for Node.js, Browser and React Native",
4-
"version": "3.431.0",
4+
"version": "3.432.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

Diff for: clients/client-neptunedata/CHANGELOG.md

+8
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.432.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.431.0...v3.432.0) (2023-10-19)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-neptunedata
9+
10+
11+
12+
13+
614
# [3.431.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.430.0...v3.431.0) (2023-10-18)
715

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

Diff for: clients/client-neptunedata/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-neptunedata",
33
"description": "AWS SDK for JavaScript Neptunedata Client for Node.js, Browser and React Native",
4-
"version": "3.431.0",
4+
"version": "3.432.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

Diff for: clients/client-omics/CHANGELOG.md

+11
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.432.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.431.0...v3.432.0) (2023-10-19)
7+
8+
9+
### Features
10+
11+
* **client-omics:** This change enables customers to retrieve failure reasons with detailed status messages for their failed runs ([8092cfa](https://github.com/aws/aws-sdk-js-v3/commit/8092cfa8c2ee882d8ba788e22208fd71ae7328f1))
12+
13+
14+
15+
16+
617
# [3.431.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.430.0...v3.431.0) (2023-10-18)
718

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

Diff for: clients/client-omics/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-omics",
33
"description": "AWS SDK for JavaScript Omics Client for Node.js, Browser and React Native",
4-
"version": "3.431.0",
4+
"version": "3.432.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

Diff for: clients/client-opensearch/CHANGELOG.md

+11
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.432.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.431.0...v3.432.0) (2023-10-19)
7+
8+
9+
### Features
10+
11+
* **client-opensearch:** Added Cluster Administrative options for node restart, opensearch process restart and opensearch dashboard restart for Multi-AZ without standby domains ([574314c](https://github.com/aws/aws-sdk-js-v3/commit/574314c1d045219f35179e4c29f335fb8312f002))
12+
13+
14+
15+
16+
617
# [3.431.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.430.0...v3.431.0) (2023-10-18)
718

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

Diff for: clients/client-opensearch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-opensearch",
33
"description": "AWS SDK for JavaScript Opensearch Client for Node.js, Browser and React Native",
4-
"version": "3.431.0",
4+
"version": "3.432.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

Diff for: clients/client-quicksight/CHANGELOG.md

+11
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.432.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.431.0...v3.432.0) (2023-10-19)
7+
8+
9+
### Features
10+
11+
* **client-quicksight:** This release adds the following: 1) Trino and Starburst Database Connectors 2) Custom total for tables and pivot tables 3) Enable restricted folders 4) Add rolling dates for time equality filters 5) Refine DataPathValue and introduce DataPathType 6) Add SeriesType to ReferenceLineDataConfiguration ([de46ff2](https://github.com/aws/aws-sdk-js-v3/commit/de46ff2fdb3aa3653b9a26865d6353a128293354))
12+
13+
14+
15+
16+
617
# [3.431.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.430.0...v3.431.0) (2023-10-18)
718

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

Diff for: clients/client-quicksight/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-quicksight",
33
"description": "AWS SDK for JavaScript Quicksight Client for Node.js, Browser and React Native",
4-
"version": "3.431.0",
4+
"version": "3.432.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

Diff for: clients/client-secrets-manager/CHANGELOG.md

+8
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.432.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.431.0...v3.432.0) (2023-10-19)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-secrets-manager
9+
10+
11+
12+
13+
614
# [3.431.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.430.0...v3.431.0) (2023-10-18)
715

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

Diff for: clients/client-secrets-manager/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-secrets-manager",
33
"description": "AWS SDK for JavaScript Secrets Manager Client for Node.js, Browser and React Native",
4-
"version": "3.431.0",
4+
"version": "3.432.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

Diff for: clients/client-service-catalog/CHANGELOG.md

+11
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.432.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.431.0...v3.432.0) (2023-10-19)
7+
8+
9+
### Features
10+
11+
* **client-service-catalog:** Introduce support for EXTERNAL product and provisioning artifact type in CreateProduct and CreateProvisioningArtifact APIs. ([9b32c6e](https://github.com/aws/aws-sdk-js-v3/commit/9b32c6edbbfc6e2c53e55ebbc34d4cc8f7ab846b))
12+
13+
14+
15+
16+
617
# [3.431.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.430.0...v3.431.0) (2023-10-18)
718

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

Diff for: clients/client-service-catalog/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-service-catalog",
33
"description": "AWS SDK for JavaScript Service Catalog Client for Node.js, Browser and React Native",
4-
"version": "3.431.0",
4+
"version": "3.432.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

Diff for: clients/client-verifiedpermissions/CHANGELOG.md

+11
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.432.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.431.0...v3.432.0) (2023-10-19)
7+
8+
9+
### Features
10+
11+
* **client-verifiedpermissions:** Improving Amazon Verified Permissions Create experience ([c86d343](https://github.com/aws/aws-sdk-js-v3/commit/c86d34336b5ff57c79e279059e9c967a8e8125ca))
12+
13+
14+
15+
16+
617
# [3.431.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.430.0...v3.431.0) (2023-10-18)
718

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

Diff for: clients/client-verifiedpermissions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-verifiedpermissions",
33
"description": "AWS SDK for JavaScript Verifiedpermissions Client for Node.js, Browser and React Native",
4-
"version": "3.431.0",
4+
"version": "3.432.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

Diff for: clients/client-workspaces/CHANGELOG.md

+8
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.432.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.431.0...v3.432.0) (2023-10-19)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-workspaces
9+
10+
11+
12+
13+
614
# [3.431.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.430.0...v3.431.0) (2023-10-18)
715

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

Diff for: clients/client-workspaces/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-workspaces",
33
"description": "AWS SDK for JavaScript Workspaces Client for Node.js, Browser and React Native",
4-
"version": "3.431.0",
4+
"version": "3.432.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

Diff for: lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.431.0",
2+
"version": "3.432.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

Diff for: private/aws-middleware-test/CHANGELOG.md

+8
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.432.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.431.0...v3.432.0) (2023-10-19)
7+
8+
**Note:** Version bump only for package @aws-sdk/aws-middleware-test
9+
10+
11+
12+
13+
614
# [3.431.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.430.0...v3.431.0) (2023-10-18)
715

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

Diff for: private/aws-middleware-test/package.json

+1-1
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.431.0",
4+
"version": "3.432.0",
55
"scripts": {
66
"build": "exit 0",
77
"build:cjs": "exit 0",

0 commit comments

Comments
 (0)