Skip to content

Commit 28a2a17

Browse files
author
awstools
committed
Publish v3.824.0
1 parent 61ac3f6 commit 28a2a17

File tree

45 files changed

+255
-24
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+255
-24
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@
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.824.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.823.0...v3.824.0) (2025-06-04)
7+
8+
9+
### Bug Fixes
10+
11+
* **signature-v4-multi-region:** report available sigv4a dependency ([#7113](https://github.com/aws/aws-sdk-js-v3/issues/7113)) ([a96c5df](https://github.com/aws/aws-sdk-js-v3/commit/a96c5df2f1b8e5bcca160a2e4300af2d74f656d6))
12+
13+
14+
### Features
15+
16+
* **client-evs:** Amazon Elastic VMware Service (Amazon EVS) allows you to run VMware Cloud Foundation (VCF) directly within your Amazon VPC including simplified self-managed migration experience with guided workflow in AWS console or via AWS CLI, get full access to their VCF deployment and VCF license portability. ([0ab8f34](https://github.com/aws/aws-sdk-js-v3/commit/0ab8f34aa9342ad53d8dc9176fb134f7a06b6424))
17+
* **client-invoicing:** Added new Invoicing ListInvoiceSummaries API Operation ([143e659](https://github.com/aws/aws-sdk-js-v3/commit/143e659c0f0999520a3d0e8ccefe3e840f5ccaa2))
18+
* **client-mediaconnect:** This release updates the DescribeFlow API to show peer IP addresses. You can now identify the peer IP addresses of devices connected to your sources and outputs. This helps you to verify and troubleshoot your flow's active connections. ([958d1f2](https://github.com/aws/aws-sdk-js-v3/commit/958d1f20927bafe786f49798d53e3e7e098cf83d))
19+
* **client-mediaconvert:** This release includes support for embedding and signing C2PA content credentials in MP4 outputs. ([f45745e](https://github.com/aws/aws-sdk-js-v3/commit/f45745ef1015b8cd095e29d35a0d838d12a83b1e))
20+
* **client-network-firewall:** You can now monitor flow and alert log metrics from the Network Firewall console. ([58bdb06](https://github.com/aws/aws-sdk-js-v3/commit/58bdb06d5b792cabe71556ec0a58c5957c469bdc))
21+
* **client-sagemaker:** Added support for p6-b200 instance type in SageMaker Training Jobs and Training Plans. ([b293230](https://github.com/aws/aws-sdk-js-v3/commit/b293230c51fc20d4c99c9cf3559e86a12beeb9c5))
22+
* **client-transcribe-streaming:** AWS Healthscribe now supports new templates for the clinical note summary: BIRP, SIRP, DAP, BEHAVIORAL_SOAP, and PHYSICAL_SOAP ([de7e46f](https://github.com/aws/aws-sdk-js-v3/commit/de7e46fda9db2222e31ce77e7f10e756fc46e67a))
23+
* **client-transcribe:** AWS Healthscribe now supports new templates for the clinical note summary: BIRP, SIRP, DAP, BEHAVIORAL_SOAP, and PHYSICAL_SOAP ([bd03227](https://github.com/aws/aws-sdk-js-v3/commit/bd03227d49bc2ff80088218559e55db35e36da15))
24+
* **clients:** update client endpoints as of 2025-06-04 ([61ac3f6](https://github.com/aws/aws-sdk-js-v3/commit/61ac3f62c853dd58a84d7c8e4e6098ae95ff4cd0))
25+
26+
27+
28+
29+
630
# [3.823.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.822.0...v3.823.0) (2025-06-03)
731

832

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.821.0|31.6 KB|✅(5.88.2)|✅(3.26.3)|✅(0.25.1)|
53+
|@aws-sdk/s3-request-presigner|3.823.0|31.6 KB|✅(5.88.2)|✅(3.26.3)|✅(0.25.1)|
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.821.0|54.5 KB|N/A|N/A|N/A|
55+
|@aws-sdk/signature-v4-crt|3.823.0|54.5 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.804.0|43.1 KB|✅(5.88.2)|✅(3.26.3)|✅(0.25.1)|

clients/client-amplify/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.824.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.823.0...v3.824.0) (2025-06-04)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-amplify
9+
10+
11+
12+
13+
614
# [3.823.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.822.0...v3.823.0) (2025-06-03)
715

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

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

clients/client-cloudfront-keyvaluestore/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.824.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.823.0...v3.824.0) (2025-06-04)
7+
8+
9+
### Bug Fixes
10+
11+
* **signature-v4-multi-region:** report available sigv4a dependency ([#7113](https://github.com/aws/aws-sdk-js-v3/issues/7113)) ([a96c5df](https://github.com/aws/aws-sdk-js-v3/commit/a96c5df2f1b8e5bcca160a2e4300af2d74f656d6))
12+
13+
14+
15+
16+
617
# [3.823.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.822.0...v3.823.0) (2025-06-03)
718

819
**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.823.0",
4+
"version": "3.824.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: 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.824.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.823.0...v3.824.0) (2025-06-04)
7+
8+
9+
### Bug Fixes
10+
11+
* **signature-v4-multi-region:** report available sigv4a dependency ([#7113](https://github.com/aws/aws-sdk-js-v3/issues/7113)) ([a96c5df](https://github.com/aws/aws-sdk-js-v3/commit/a96c5df2f1b8e5bcca160a2e4300af2d74f656d6))
12+
13+
14+
15+
16+
617
# [3.823.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.822.0...v3.823.0) (2025-06-03)
718

819
**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.823.0",
4+
"version": "3.824.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-evs/CHANGELOG.md

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.824.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.823.0...v3.824.0) (2025-06-04)
7+
8+
9+
### Features
10+
11+
* **client-evs:** Amazon Elastic VMware Service (Amazon EVS) allows you to run VMware Cloud Foundation (VCF) directly within your Amazon VPC including simplified self-managed migration experience with guided workflow in AWS console or via AWS CLI, get full access to their VCF deployment and VCF license portability. ([0ab8f34](https://github.com/aws/aws-sdk-js-v3/commit/0ab8f34aa9342ad53d8dc9176fb134f7a06b6424))

clients/client-evs/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-evs",
33
"description": "AWS SDK for JavaScript Evs Client for Node.js, Browser and React Native",
4-
"version": "3.0.0",
4+
"version": "3.824.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)