Skip to content

Commit 9f65b40

Browse files
author
awstools
committed
Publish v3.578.0
1 parent 26087ad commit 9f65b40

File tree

20 files changed

+121
-10
lines changed

20 files changed

+121
-10
lines changed

Diff for: CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
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.578.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.577.0...v3.578.0) (2024-05-16)
7+
8+
9+
### Bug Fixes
10+
11+
* **lib-storage:** send a single chunk if the stream is equal to partsize ([#5036](https://github.com/aws/aws-sdk-js-v3/issues/5036)) ([9466c82](https://github.com/aws/aws-sdk-js-v3/commit/9466c8256ca61f4910df76758f06f3aa31a61fba))
12+
13+
14+
### Features
15+
16+
* **client-acm-pca:** This release adds support for waiters to fail on AccessDeniedException when having insufficient permissions ([d4c2ced](https://github.com/aws/aws-sdk-js-v3/commit/d4c2ced795c69a3335a1f1bf4f7b3c421ebf5297))
17+
* **client-kafka:** AWS MSK support for Broker Removal. ([f11ecac](https://github.com/aws/aws-sdk-js-v3/commit/f11ecace41cfc9e5cfdff01feb4ba6d192f9cdaf))
18+
* **client-mwaa:** Amazon MWAA now supports Airflow web server auto scaling to automatically handle increased demand from REST APIs, Command Line Interface (CLI), or more Airflow User Interface (UI) users. Customers can specify maximum and minimum web server instances during environment creation and update workflow. ([9a65822](https://github.com/aws/aws-sdk-js-v3/commit/9a6582234b3f2db3df0e327fee3336dd99f33714))
19+
* **client-quicksight:** This release adds DescribeKeyRegistration and UpdateKeyRegistration APIs to manage QuickSight Customer Managed Keys (CMK). ([5e19279](https://github.com/aws/aws-sdk-js-v3/commit/5e19279d65ae42f982a52ef919592c469be278e8))
20+
* **client-sagemaker:** Introduced WorkerAccessConfiguration to SageMaker Workteam. This allows customers to configure resource access for workers in a workteam. ([9311271](https://github.com/aws/aws-sdk-js-v3/commit/93112712809a07e29f7129355191c9bba82aef25))
21+
* **clients:** update client endpoints as of 2024-05-16 ([26087ad](https://github.com/aws/aws-sdk-js-v3/commit/26087ade2b9482c25b3694bf714d33fc721ca1ad))
22+
23+
24+
25+
26+
627
# [3.577.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.576.0...v3.577.0) (2024-05-15)
728

829

Diff for: clients/client-acm-pca/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.578.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.577.0...v3.578.0) (2024-05-16)
7+
8+
9+
### Features
10+
11+
* **client-acm-pca:** This release adds support for waiters to fail on AccessDeniedException when having insufficient permissions ([d4c2ced](https://github.com/aws/aws-sdk-js-v3/commit/d4c2ced795c69a3335a1f1bf4f7b3c421ebf5297))
12+
13+
14+
15+
16+
617
# [3.577.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.576.0...v3.577.0) (2024-05-15)
718

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

Diff for: clients/client-acm-pca/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-acm-pca",
33
"description": "AWS SDK for JavaScript Acm Pca Client for Node.js, Browser and React Native",
4-
"version": "3.577.0",
4+
"version": "3.578.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-acm-pca",

Diff for: clients/client-connect/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.578.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.577.0...v3.578.0) (2024-05-16)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-connect
9+
10+
11+
12+
13+
614
# [3.577.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.576.0...v3.577.0) (2024-05-15)
715

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-connect",
33
"description": "AWS SDK for JavaScript Connect Client for Node.js, Browser and React Native",
4-
"version": "3.577.0",
4+
"version": "3.578.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-connect",

Diff for: clients/client-kafka/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.578.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.577.0...v3.578.0) (2024-05-16)
7+
8+
9+
### Features
10+
11+
* **client-kafka:** AWS MSK support for Broker Removal. ([f11ecac](https://github.com/aws/aws-sdk-js-v3/commit/f11ecace41cfc9e5cfdff01feb4ba6d192f9cdaf))
12+
13+
14+
15+
16+
617
# [3.577.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.576.0...v3.577.0) (2024-05-15)
718

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-kafka",
33
"description": "AWS SDK for JavaScript Kafka Client for Node.js, Browser and React Native",
4-
"version": "3.577.0",
4+
"version": "3.578.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-kafka",

Diff for: clients/client-mwaa/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.578.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.577.0...v3.578.0) (2024-05-16)
7+
8+
9+
### Features
10+
11+
* **client-mwaa:** Amazon MWAA now supports Airflow web server auto scaling to automatically handle increased demand from REST APIs, Command Line Interface (CLI), or more Airflow User Interface (UI) users. Customers can specify maximum and minimum web server instances during environment creation and update workflow. ([9a65822](https://github.com/aws/aws-sdk-js-v3/commit/9a6582234b3f2db3df0e327fee3336dd99f33714))
12+
13+
14+
15+
16+
617
# [3.577.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.576.0...v3.577.0) (2024-05-15)
718

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-mwaa",
33
"description": "AWS SDK for JavaScript Mwaa Client for Node.js, Browser and React Native",
4-
"version": "3.577.0",
4+
"version": "3.578.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-mwaa",

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.578.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.577.0...v3.578.0) (2024-05-16)
7+
8+
9+
### Features
10+
11+
* **client-quicksight:** This release adds DescribeKeyRegistration and UpdateKeyRegistration APIs to manage QuickSight Customer Managed Keys (CMK). ([5e19279](https://github.com/aws/aws-sdk-js-v3/commit/5e19279d65ae42f982a52ef919592c469be278e8))
12+
13+
14+
15+
16+
617
# [3.577.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.576.0...v3.577.0) (2024-05-15)
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.577.0",
4+
"version": "3.578.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-quicksight",

Diff for: clients/client-sagemaker/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.578.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.577.0...v3.578.0) (2024-05-16)
7+
8+
9+
### Features
10+
11+
* **client-sagemaker:** Introduced WorkerAccessConfiguration to SageMaker Workteam. This allows customers to configure resource access for workers in a workteam. ([9311271](https://github.com/aws/aws-sdk-js-v3/commit/93112712809a07e29f7129355191c9bba82aef25))
12+
13+
14+
15+
16+
617
# [3.577.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.576.0...v3.577.0) (2024-05-15)
718

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

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

+1-1
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.577.0",
4+
"version": "3.578.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-sagemaker",

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.578.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.577.0...v3.578.0) (2024-05-16)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-secrets-manager
9+
10+
11+
12+
13+
614
# [3.577.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.576.0...v3.577.0) (2024-05-15)
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.577.0",
4+
"version": "3.578.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-secrets-manager",

Diff for: lerna.json

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

Diff for: lib/lib-storage/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.578.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.577.0...v3.578.0) (2024-05-16)
7+
8+
9+
### Bug Fixes
10+
11+
* **lib-storage:** send a single chunk if the stream is equal to partsize ([#5036](https://github.com/aws/aws-sdk-js-v3/issues/5036)) ([9466c82](https://github.com/aws/aws-sdk-js-v3/commit/9466c8256ca61f4910df76758f06f3aa31a61fba))
12+
13+
14+
15+
16+
617
# [3.577.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.576.0...v3.577.0) (2024-05-15)
718

819
**Note:** Version bump only for package @aws-sdk/lib-storage

Diff for: lib/lib-storage/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/lib-storage",
3-
"version": "3.577.0",
3+
"version": "3.578.0",
44
"description": "Storage higher order operation",
55
"main": "./dist-cjs/index.js",
66
"module": "./dist-es/index.js",

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.578.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.577.0...v3.578.0) (2024-05-16)
7+
8+
**Note:** Version bump only for package @aws-sdk/aws-middleware-test
9+
10+
11+
12+
13+
614
# [3.577.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.576.0...v3.577.0) (2024-05-15)
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.577.0",
4+
"version": "3.578.0",
55
"scripts": {
66
"build": "exit 0",
77
"build:cjs": "exit 0",

0 commit comments

Comments
 (0)