Skip to content

Commit 75c4599

Browse files
author
awstools
committed
Publish v3.537.0
1 parent 5b3c7e9 commit 75c4599

File tree

34 files changed

+187
-25
lines changed

34 files changed

+187
-25
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.537.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.536.0...v3.537.0) (2024-03-19)
7+
8+
9+
### Bug Fixes
10+
11+
* **middleware-ssec:** ssecMiddleware with strict base64 validation ([#5875](https://github.com/aws/aws-sdk-js-v3/issues/5875)) ([28dcfa3](https://github.com/aws/aws-sdk-js-v3/commit/28dcfa35c6f8d531a17857f73107438b102c236b))
12+
13+
14+
### Features
15+
16+
* **client-cloudwatch-logs:** Update LogSamples field in Anomaly model to be a list of LogEvent ([d5823e3](https://github.com/aws/aws-sdk-js-v3/commit/d5823e323db50ab81ba22161f5ccacb0c4324c84))
17+
* **client-ec2:** This release adds the new DescribeMacHosts API operation for getting information about EC2 Mac Dedicated Hosts. Users can now see the latest macOS versions that their underlying Apple Mac can support without needing to be updated. ([b2f3261](https://github.com/aws/aws-sdk-js-v3/commit/b2f3261a37a5edfc0c8b1664f9cb8e4609dcd798))
18+
* **client-finspace:** Adding new attributes readWrite and onDemand to dataview models for Database Maintenance operations. ([38c6f75](https://github.com/aws/aws-sdk-js-v3/commit/38c6f75e4f8920ff662d98d7093a2ef7c932f37d))
19+
* **client-managedblockchain-query:** Introduces a new API for Amazon Managed Blockchain Query: ListFilteredTransactionEvents. ([487e1dd](https://github.com/aws/aws-sdk-js-v3/commit/487e1dd28054aeff22ebdd5c715d890c5ca827d8))
20+
* **clients:** update command documentation examples as of 2024-03-19 ([5b3c7e9](https://github.com/aws/aws-sdk-js-v3/commit/5b3c7e9b9fd483aaa7cf3c2f7720e1fe1344ebaa))
21+
* **ec2-metadata-service:** implement utils for ec2 metadata service (imds) ([#5796](https://github.com/aws/aws-sdk-js-v3/issues/5796)) ([aee792e](https://github.com/aws/aws-sdk-js-v3/commit/aee792e155be1ffd48b7e8a2efb2edd678bc5a2d))
22+
23+
24+
25+
26+
627
# [3.536.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.535.0...v3.536.0) (2024-03-18)
728

829

benchmark/size/report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
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.535.0|32.1 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
53+
|@aws-sdk/s3-request-presigner|3.536.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)|
5555
|@aws-sdk/signature-v4-crt|3.533.0|55.7 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)|

clients/client-cloudformation/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.537.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.536.0...v3.537.0) (2024-03-19)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-cloudformation
9+
10+
11+
12+
13+
614
# [3.536.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.535.0...v3.536.0) (2024-03-18)
715

816

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

clients/client-cloudwatch-logs/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.537.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.536.0...v3.537.0) (2024-03-19)
7+
8+
9+
### Features
10+
11+
* **client-cloudwatch-logs:** Update LogSamples field in Anomaly model to be a list of LogEvent ([d5823e3](https://github.com/aws/aws-sdk-js-v3/commit/d5823e323db50ab81ba22161f5ccacb0c4324c84))
12+
13+
14+
15+
16+
617
# [3.536.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.535.0...v3.536.0) (2024-03-18)
718

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

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

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.537.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.536.0...v3.537.0) (2024-03-19)
7+
8+
9+
### Features
10+
11+
* **client-ec2:** This release adds the new DescribeMacHosts API operation for getting information about EC2 Mac Dedicated Hosts. Users can now see the latest macOS versions that their underlying Apple Mac can support without needing to be updated. ([b2f3261](https://github.com/aws/aws-sdk-js-v3/commit/b2f3261a37a5edfc0c8b1664f9cb8e4609dcd798))
12+
13+
14+
15+
16+
617
# [3.535.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.534.0...v3.535.0) (2024-03-15)
718

819

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

clients/client-finspace/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.537.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.536.0...v3.537.0) (2024-03-19)
7+
8+
9+
### Features
10+
11+
* **client-finspace:** Adding new attributes readWrite and onDemand to dataview models for Database Maintenance operations. ([38c6f75](https://github.com/aws/aws-sdk-js-v3/commit/38c6f75e4f8920ff662d98d7093a2ef7c932f37d))
12+
13+
14+
15+
16+
617
# [3.536.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.535.0...v3.536.0) (2024-03-18)
718

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

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

clients/client-managedblockchain-query/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.537.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.536.0...v3.537.0) (2024-03-19)
7+
8+
9+
### Features
10+
11+
* **client-managedblockchain-query:** Introduces a new API for Amazon Managed Blockchain Query: ListFilteredTransactionEvents. ([487e1dd](https://github.com/aws/aws-sdk-js-v3/commit/487e1dd28054aeff22ebdd5c715d890c5ca827d8))
12+
13+
14+
15+
16+
617
# [3.535.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.534.0...v3.535.0) (2024-03-15)
718

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

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

clients/client-rds/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.537.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.536.0...v3.537.0) (2024-03-19)
7+
8+
9+
### Features
10+
11+
* **clients:** update command documentation examples as of 2024-03-19 ([5b3c7e9](https://github.com/aws/aws-sdk-js-v3/commit/5b3c7e9b9fd483aaa7cf3c2f7720e1fe1344ebaa))
12+
13+
14+
15+
16+
617
# [3.536.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.535.0...v3.536.0) (2024-03-18)
718

819

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

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.537.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.536.0...v3.537.0) (2024-03-19)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-s3
9+
10+
11+
12+
13+
614
# [3.536.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.535.0...v3.536.0) (2024-03-18)
715

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

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

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.536.0",
2+
"version": "3.537.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.537.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.536.0...v3.537.0) (2024-03-19)
7+
8+
**Note:** Version bump only for package @aws-sdk/lib-storage
9+
10+
11+
12+
13+
614
# [3.536.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.535.0...v3.536.0) (2024-03-18)
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.536.0",
3+
"version": "3.537.0",
44
"description": "Storage higher order operation",
55
"main": "./dist-cjs/index.js",
66
"module": "./dist-es/index.js",
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [3.537.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.536.0...v3.537.0) (2024-03-19)
7+
8+
9+
### Features
10+
11+
* **ec2-metadata-service:** implement utils for ec2 metadata service (imds) ([#5796](https://github.com/aws/aws-sdk-js-v3/issues/5796)) ([aee792e](https://github.com/aws/aws-sdk-js-v3/commit/aee792e155be1ffd48b7e8a2efb2edd678bc5a2d))

packages/ec2-metadata-service/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/ec2-metadata-service",
3-
"version": "3.495.0",
3+
"version": "3.537.0",
44
"scripts": {
55
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
66
"build:cjs": "node ../../scripts/compilation/inline ec2-metadata-service",
@@ -21,22 +21,22 @@
2121
"module": "./dist-es/index.js",
2222
"types": "./dist-types/index.d.ts",
2323
"dependencies": {
24-
"@smithy/types": "^2.12.0",
25-
"tslib": "^2.6.2",
24+
"@aws-sdk/protocol-http": "*",
25+
"@aws-sdk/types": "*",
26+
"@smithy/node-config-provider": "^2.3.0",
2627
"@smithy/node-http-handler": "^2.5.0",
28+
"@smithy/types": "^2.12.0",
2729
"@smithy/util-stream": "^2.2.0",
28-
"@aws-sdk/types": "*",
29-
"@aws-sdk/protocol-http": "*",
30-
"@smithy/node-config-provider": "^2.3.0"
30+
"tslib": "^2.6.2"
3131
},
3232
"devDependencies": {
33+
"@aws-sdk/credential-providers": "*",
3334
"@tsconfig/recommended": "1.0.1",
3435
"@types/node": "^14.14.31",
3536
"concurrently": "7.0.0",
3637
"downlevel-dts": "0.10.1",
3738
"rimraf": "3.0.2",
38-
"typescript": "~4.9.5",
39-
"@aws-sdk/credential-providers": "*"
39+
"typescript": "~4.9.5"
4040
},
4141
"engines": {
4242
"node": ">=14.0.0"

packages/middleware-ssec/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.537.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.536.0...v3.537.0) (2024-03-19)
7+
8+
9+
### Bug Fixes
10+
11+
* **middleware-ssec:** ssecMiddleware with strict base64 validation ([#5875](https://github.com/aws/aws-sdk-js-v3/issues/5875)) ([28dcfa3](https://github.com/aws/aws-sdk-js-v3/commit/28dcfa35c6f8d531a17857f73107438b102c236b))
12+
13+
14+
15+
16+
617
# [3.535.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.534.0...v3.535.0) (2024-03-15)
718

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

packages/middleware-ssec/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-ssec",
3-
"version": "3.535.0",
3+
"version": "3.537.0",
44
"scripts": {
55
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
66
"build:cjs": "node ../../scripts/compilation/inline middleware-ssec",

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.537.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.536.0...v3.537.0) (2024-03-19)
7+
8+
**Note:** Version bump only for package @aws-sdk/s3-presigned-post
9+
10+
11+
12+
13+
614
# [3.536.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.535.0...v3.536.0) (2024-03-18)
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.536.0",
3+
"version": "3.537.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.537.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.536.0...v3.537.0) (2024-03-19)
7+
8+
**Note:** Version bump only for package @aws-sdk/s3-request-presigner
9+
10+
11+
12+
13+
614
# [3.536.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.535.0...v3.536.0) (2024-03-18)
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.536.0",
3+
"version": "3.537.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",

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.537.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.536.0...v3.537.0) (2024-03-19)
7+
8+
**Note:** Version bump only for package @aws-sdk/aws-client-api-test
9+
10+
11+
12+
13+
614
# [3.536.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.535.0...v3.536.0) (2024-03-18)
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.536.0",
4+
"version": "3.537.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)