Skip to content

Commit d9a4bcc

Browse files
author
awstools
committed
Publish v3.633.0
1 parent d47413a commit d9a4bcc

File tree

35 files changed

+183
-19
lines changed

35 files changed

+183
-19
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
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.633.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.632.0...v3.633.0) (2024-08-16)
7+
8+
9+
### Bug Fixes
10+
11+
* **middleware-sdk-s3:** skip stream inspection if non-stream-like body ([#6333](https://github.com/aws/aws-sdk-js-v3/issues/6333)) ([5f85b5f](https://github.com/aws/aws-sdk-js-v3/commit/5f85b5fdd487a92a6fd788b4363f1a946805f511))
12+
13+
14+
### Features
15+
16+
* **client-batch:** Improvements of integration between AWS Batch and EC2. ([6612591](https://github.com/aws/aws-sdk-js-v3/commit/661259105ac5bf0516b33478947b3df8665bd0e0))
17+
* **client-inspector2:** Update the correct format of key and values for resource tags ([594c0fc](https://github.com/aws/aws-sdk-js-v3/commit/594c0fcb192a0d17c475b1b08210b80ef9bd03e7))
18+
* **client-quicksight:** Amazon QuickSight launches Customer Managed Key (CMK) encryption for Data Source metadata ([b4200b0](https://github.com/aws/aws-sdk-js-v3/commit/b4200b092059f0ab337b492087de742ff3a316d0))
19+
* **client-sagemaker:** Introduce Endpoint and EndpointConfig Arns in sagemaker:ListPipelineExecutionSteps API response ([cbc6a87](https://github.com/aws/aws-sdk-js-v3/commit/cbc6a8735822a0d9618b11bf913436daea301582))
20+
* **client-sesv2:** Marking use case description field of account details as deprecated. ([271136d](https://github.com/aws/aws-sdk-js-v3/commit/271136dd16817e13dc645686ee56e8e71559b4fd))
21+
* **clients:** update client endpoints as of 2024-08-16 ([d47413a](https://github.com/aws/aws-sdk-js-v3/commit/d47413aab469c51b0981cc2ed4866b7392916266))
22+
23+
24+
25+
26+
627
# [3.632.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.631.0...v3.632.0) (2024-08-15)
728

829

benchmark/size/report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
|@aws-sdk/node-http-handler|3.370.0|14.4 KB|N/A|N/A|N/A|
5151
|@aws-sdk/polly-request-presigner|3.495.0|23.3 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
5252
|@aws-sdk/s3-presigned-post|3.496.0|27.4 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
53-
|@aws-sdk/s3-request-presigner|3.631.0|32.1 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
53+
|@aws-sdk/s3-request-presigner|3.632.0|32.1 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
5454
|@aws-sdk/signature-v4|3.370.0|14.4 KB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
55-
|@aws-sdk/signature-v4-crt|3.626.0|54.6 KB|N/A|N/A|N/A|
55+
|@aws-sdk/signature-v4-crt|3.629.0|54.6 KB|N/A|N/A|N/A|
5656
|@aws-sdk/smithy-client|3.370.0|18.8 KB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
5757
|@aws-sdk/types|3.598.0|38.5 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|

clients/client-batch/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.633.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.632.0...v3.633.0) (2024-08-16)
7+
8+
9+
### Features
10+
11+
* **client-batch:** Improvements of integration between AWS Batch and EC2. ([6612591](https://github.com/aws/aws-sdk-js-v3/commit/661259105ac5bf0516b33478947b3df8665bd0e0))
12+
13+
14+
15+
16+
617
# [3.632.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.631.0...v3.632.0) (2024-08-15)
718

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

clients/client-batch/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-batch",
33
"description": "AWS SDK for JavaScript Batch Client for Node.js, Browser and React Native",
4-
"version": "3.632.0",
4+
"version": "3.633.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-batch",

clients/client-cloudfront-keyvaluestore/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.633.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.632.0...v3.633.0) (2024-08-16)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-cloudfront-keyvaluestore
9+
10+
11+
12+
13+
614
# [3.632.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.631.0...v3.632.0) (2024-08-15)
715

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

clients/client-cloudfront-keyvaluestore/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-cloudfront-keyvaluestore",
33
"description": "AWS SDK for JavaScript Cloudfront Keyvaluestore Client for Node.js, Browser and React Native",
4-
"version": "3.632.0",
4+
"version": "3.633.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-cloudfront-keyvaluestore",

clients/client-eventbridge/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.633.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.632.0...v3.633.0) (2024-08-16)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-eventbridge
9+
10+
11+
12+
13+
614
# [3.632.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.631.0...v3.632.0) (2024-08-15)
715

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

clients/client-eventbridge/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-eventbridge",
33
"description": "AWS SDK for JavaScript Eventbridge Client for Node.js, Browser and React Native",
4-
"version": "3.632.0",
4+
"version": "3.633.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-eventbridge",

clients/client-quicksight/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.633.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.632.0...v3.633.0) (2024-08-16)
7+
8+
9+
### Features
10+
11+
* **client-quicksight:** Amazon QuickSight launches Customer Managed Key (CMK) encryption for Data Source metadata ([b4200b0](https://github.com/aws/aws-sdk-js-v3/commit/b4200b092059f0ab337b492087de742ff3a316d0))
12+
13+
14+
15+
16+
617
# [3.632.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.631.0...v3.632.0) (2024-08-15)
718

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

clients/client-quicksight/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-quicksight",
33
"description": "AWS SDK for JavaScript Quicksight Client for Node.js, Browser and React Native",
4-
"version": "3.632.0",
4+
"version": "3.633.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-quicksight",

clients/client-s3/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.633.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.632.0...v3.633.0) (2024-08-16)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-s3
9+
10+
11+
12+
13+
614
# [3.632.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.631.0...v3.632.0) (2024-08-15)
715

816

clients/client-s3/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-s3",
33
"description": "AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native",
4-
"version": "3.632.0",
4+
"version": "3.633.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-s3",

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.633.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.632.0...v3.633.0) (2024-08-16)
7+
8+
9+
### Features
10+
11+
* **client-sagemaker:** Introduce Endpoint and EndpointConfig Arns in sagemaker:ListPipelineExecutionSteps API response ([cbc6a87](https://github.com/aws/aws-sdk-js-v3/commit/cbc6a8735822a0d9618b11bf913436daea301582))
12+
13+
14+
15+
16+
617
# [3.632.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.631.0...v3.632.0) (2024-08-15)
718

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

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

clients/client-sesv2/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.633.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.632.0...v3.633.0) (2024-08-16)
7+
8+
9+
### Features
10+
11+
* **client-sesv2:** Marking use case description field of account details as deprecated. ([271136d](https://github.com/aws/aws-sdk-js-v3/commit/271136dd16817e13dc645686ee56e8e71559b4fd))
12+
13+
14+
15+
16+
617
# [3.632.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.631.0...v3.632.0) (2024-08-15)
718

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

clients/client-sesv2/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-sesv2",
33
"description": "AWS SDK for JavaScript Sesv2 Client for Node.js, Browser and React Native",
4-
"version": "3.632.0",
4+
"version": "3.633.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-sesv2",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.632.0",
2+
"version": "3.633.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

lib/lib-storage/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.633.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.632.0...v3.633.0) (2024-08-16)
7+
8+
**Note:** Version bump only for package @aws-sdk/lib-storage
9+
10+
11+
12+
13+
614
# [3.632.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.631.0...v3.632.0) (2024-08-15)
715

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

lib/lib-storage/package.json

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

packages/middleware-sdk-s3/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.633.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.632.0...v3.633.0) (2024-08-16)
7+
8+
9+
### Bug Fixes
10+
11+
* **middleware-sdk-s3:** skip stream inspection if non-stream-like body ([#6333](https://github.com/aws/aws-sdk-js-v3/issues/6333)) ([5f85b5f](https://github.com/aws/aws-sdk-js-v3/commit/5f85b5fdd487a92a6fd788b4363f1a946805f511))
12+
13+
14+
15+
16+
617
# [3.629.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.628.0...v3.629.0) (2024-08-12)
718

819
**Note:** Version bump only for package @aws-sdk/middleware-sdk-s3

packages/middleware-sdk-s3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/middleware-sdk-s3",
3-
"version": "3.629.0",
3+
"version": "3.633.0",
44
"scripts": {
55
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
66
"build:cjs": "node ../../scripts/compilation/inline middleware-sdk-s3",

packages/s3-presigned-post/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.633.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.632.0...v3.633.0) (2024-08-16)
7+
8+
**Note:** Version bump only for package @aws-sdk/s3-presigned-post
9+
10+
11+
12+
13+
614
# [3.632.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.631.0...v3.632.0) (2024-08-15)
715

816
**Note:** Version bump only for package @aws-sdk/s3-presigned-post

packages/s3-presigned-post/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/s3-presigned-post",
3-
"version": "3.632.0",
3+
"version": "3.633.0",
44
"scripts": {
55
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
66
"build:cjs": "node ../../scripts/compilation/inline s3-presigned-post",

packages/s3-request-presigner/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.633.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.632.0...v3.633.0) (2024-08-16)
7+
8+
**Note:** Version bump only for package @aws-sdk/s3-request-presigner
9+
10+
11+
12+
13+
614
# [3.632.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.631.0...v3.632.0) (2024-08-15)
715

816
**Note:** Version bump only for package @aws-sdk/s3-request-presigner

packages/s3-request-presigner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/s3-request-presigner",
3-
"version": "3.632.0",
3+
"version": "3.633.0",
44
"scripts": {
55
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
66
"build:cjs": "node ../../scripts/compilation/inline s3-request-presigner",

packages/signature-v4-crt/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.633.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.632.0...v3.633.0) (2024-08-16)
7+
8+
**Note:** Version bump only for package @aws-sdk/signature-v4-crt
9+
10+
11+
12+
13+
614
# [3.629.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.628.0...v3.629.0) (2024-08-12)
715

816
**Note:** Version bump only for package @aws-sdk/signature-v4-crt

packages/signature-v4-crt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/signature-v4-crt",
3-
"version": "3.629.0",
3+
"version": "3.633.0",
44
"description": "A revision of AWS Signature V4 request signer based on AWS Common Runtime https://github.com/awslabs/aws-crt-nodejs",
55
"main": "./dist-cjs/index.js",
66
"module": "./dist-es/index.js",

packages/signature-v4-multi-region/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.633.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.632.0...v3.633.0) (2024-08-16)
7+
8+
**Note:** Version bump only for package @aws-sdk/signature-v4-multi-region
9+
10+
11+
12+
13+
614
# [3.629.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.628.0...v3.629.0) (2024-08-12)
715

816
**Note:** Version bump only for package @aws-sdk/signature-v4-multi-region

packages/signature-v4-multi-region/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/signature-v4-multi-region",
3-
"version": "3.629.0",
3+
"version": "3.633.0",
44
"scripts": {
55
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
66
"build:cjs": "node ../../scripts/compilation/inline signature-v4-multi-region",

private/aws-client-api-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.633.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.632.0...v3.633.0) (2024-08-16)
7+
8+
**Note:** Version bump only for package @aws-sdk/aws-client-api-test
9+
10+
11+
12+
13+
614
# [3.632.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.631.0...v3.632.0) (2024-08-15)
715

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

private/aws-client-api-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-client-api-test",
33
"description": "Test suite for client interface stability",
4-
"version": "3.632.0",
4+
"version": "3.633.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

0 commit comments

Comments
 (0)