Skip to content

Commit ebf6e04

Browse files
author
awstools
committed
Publish v3.548.0
1 parent be9eadb commit ebf6e04

File tree

22 files changed

+138
-11
lines changed

22 files changed

+138
-11
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
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.548.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.547.0...v3.548.0) (2024-04-03)
7+
8+
9+
### Features
10+
11+
* **client-cleanroomsml:** The release includes a public SDK for AWS Clean Rooms ML APIs, making them globally available to developers worldwide. ([46ea196](https://github.com/aws/aws-sdk-js-v3/commit/46ea1965ef1fa56458cdb324f62db4aa824d7ee0))
12+
* **client-cloudformation:** This release would return a new field - PolicyAction in cloudformation's existed DescribeChangeSetResponse, showing actions we are going to apply on the physical resource (e.g., Delete, Retain) according to the user's template ([98e1d9f](https://github.com/aws/aws-sdk-js-v3/commit/98e1d9fbaafa6d7f930073a0e4fac988dd9355ee))
13+
* **client-datazone:** This release supports the feature of dataQuality to enrich asset with dataQualityResult in Amazon DataZone. ([21c6b46](https://github.com/aws/aws-sdk-js-v3/commit/21c6b46258189bbb52eabe43b4eea49de36fd269))
14+
* **client-docdb:** This release adds Global Cluster Switchover capability which enables you to change your global cluster's primary AWS Region, the region that serves writes, while preserving the replication between all regions in the global cluster. ([b7817fd](https://github.com/aws/aws-sdk-js-v3/commit/b7817fd7f6319cbf25bd0747dbbc6eff9c1e2caf))
15+
* **client-groundstation:** This release adds visibilityStartTime and visibilityEndTime to DescribeContact and ListContacts responses. ([10f0af2](https://github.com/aws/aws-sdk-js-v3/commit/10f0af275035a41cfea2e5c2f5e7ace11a16977d))
16+
* **client-lambda:** Add Ruby 3.3 (ruby3.3) support to AWS Lambda ([66721f6](https://github.com/aws/aws-sdk-js-v3/commit/66721f662861065e00cd6390b2d525de2b0a6a08))
17+
* **client-medialive:** Cmaf Ingest outputs are now supported in Media Live ([e6543fe](https://github.com/aws/aws-sdk-js-v3/commit/e6543febeebec5a16022ffa806947fd4014dcc98))
18+
* **client-medical-imaging:** SearchImageSets API now supports following enhancements - Additional support for searching on UpdatedAt and SeriesInstanceUID - Support for searching existing filters between dates/times - Support for sorting the search result by Ascending/Descending - Additional parameters returned in the response ([e1bcde9](https://github.com/aws/aws-sdk-js-v3/commit/e1bcde967f196e9069442734b7957b438f0144f5))
19+
* **client-transfer:** Add ability to specify Security Policies for SFTP Connectors ([a12cf06](https://github.com/aws/aws-sdk-js-v3/commit/a12cf065d7f9ec2d474b52cc299009690d7ccfed))
20+
* **clients:** update client endpoints as of 2024-04-03 ([be9eadb](https://github.com/aws/aws-sdk-js-v3/commit/be9eadbdc4dc16f7e3e3c0da5af1c2b587da05fd))
21+
22+
23+
24+
25+
626
# [3.547.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.546.0...v3.547.0) (2024-04-02)
727

828

clients/client-cleanroomsml/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.548.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.547.0...v3.548.0) (2024-04-03)
7+
8+
9+
### Features
10+
11+
* **client-cleanroomsml:** The release includes a public SDK for AWS Clean Rooms ML APIs, making them globally available to developers worldwide. ([46ea196](https://github.com/aws/aws-sdk-js-v3/commit/46ea1965ef1fa56458cdb324f62db4aa824d7ee0))
12+
13+
14+
15+
16+
617
# [3.540.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.539.0...v3.540.0) (2024-03-22)
718

819

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

clients/client-cloudformation/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.548.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.547.0...v3.548.0) (2024-04-03)
7+
8+
9+
### Features
10+
11+
* **client-cloudformation:** This release would return a new field - PolicyAction in cloudformation's existed DescribeChangeSetResponse, showing actions we are going to apply on the physical resource (e.g., Delete, Retain) according to the user's template ([98e1d9f](https://github.com/aws/aws-sdk-js-v3/commit/98e1d9fbaafa6d7f930073a0e4fac988dd9355ee))
12+
13+
14+
15+
16+
617
# [3.540.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.539.0...v3.540.0) (2024-03-22)
718

819

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.540.0",
4+
"version": "3.548.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-datazone/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.548.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.547.0...v3.548.0) (2024-04-03)
7+
8+
9+
### Features
10+
11+
* **client-datazone:** This release supports the feature of dataQuality to enrich asset with dataQualityResult in Amazon DataZone. ([21c6b46](https://github.com/aws/aws-sdk-js-v3/commit/21c6b46258189bbb52eabe43b4eea49de36fd269))
12+
13+
14+
15+
16+
617
# [3.546.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.545.0...v3.546.0) (2024-04-01)
718

819

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

clients/client-docdb/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.548.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.547.0...v3.548.0) (2024-04-03)
7+
8+
9+
### Features
10+
11+
* **client-docdb:** This release adds Global Cluster Switchover capability which enables you to change your global cluster's primary AWS Region, the region that serves writes, while preserving the replication between all regions in the global cluster. ([b7817fd](https://github.com/aws/aws-sdk-js-v3/commit/b7817fd7f6319cbf25bd0747dbbc6eff9c1e2caf))
12+
13+
14+
15+
16+
617
# [3.540.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.539.0...v3.540.0) (2024-03-22)
718

819

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

clients/client-groundstation/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.548.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.547.0...v3.548.0) (2024-04-03)
7+
8+
9+
### Features
10+
11+
* **client-groundstation:** This release adds visibilityStartTime and visibilityEndTime to DescribeContact and ListContacts responses. ([10f0af2](https://github.com/aws/aws-sdk-js-v3/commit/10f0af275035a41cfea2e5c2f5e7ace11a16977d))
12+
13+
14+
15+
16+
617
# [3.540.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.539.0...v3.540.0) (2024-03-22)
718

819

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

clients/client-lambda/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.548.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.547.0...v3.548.0) (2024-04-03)
7+
8+
9+
### Features
10+
11+
* **client-lambda:** Add Ruby 3.3 (ruby3.3) support to AWS Lambda ([66721f6](https://github.com/aws/aws-sdk-js-v3/commit/66721f662861065e00cd6390b2d525de2b0a6a08))
12+
13+
14+
15+
16+
617
# [3.540.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.539.0...v3.540.0) (2024-03-22)
718

819

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

clients/client-medialive/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.548.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.547.0...v3.548.0) (2024-04-03)
7+
8+
9+
### Features
10+
11+
* **client-medialive:** Cmaf Ingest outputs are now supported in Media Live ([e6543fe](https://github.com/aws/aws-sdk-js-v3/commit/e6543febeebec5a16022ffa806947fd4014dcc98))
12+
13+
14+
15+
16+
617
# [3.541.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.540.0...v3.541.0) (2024-03-25)
718

819

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

clients/client-medical-imaging/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.548.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.547.0...v3.548.0) (2024-04-03)
7+
8+
9+
### Features
10+
11+
* **client-medical-imaging:** SearchImageSets API now supports following enhancements - Additional support for searching on UpdatedAt and SeriesInstanceUID - Support for searching existing filters between dates/times - Support for sorting the search result by Ascending/Descending - Additional parameters returned in the response ([e1bcde9](https://github.com/aws/aws-sdk-js-v3/commit/e1bcde967f196e9069442734b7957b438f0144f5))
12+
13+
14+
15+
16+
617
# [3.540.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.539.0...v3.540.0) (2024-03-22)
718

819

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

clients/client-transfer/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.548.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.547.0...v3.548.0) (2024-04-03)
7+
8+
9+
### Features
10+
11+
* **client-transfer:** Add ability to specify Security Policies for SFTP Connectors ([a12cf06](https://github.com/aws/aws-sdk-js-v3/commit/a12cf065d7f9ec2d474b52cc299009690d7ccfed))
12+
13+
14+
15+
16+
617
# [3.540.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.539.0...v3.540.0) (2024-03-22)
718

819

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

lerna.json

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

private/aws-middleware-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.548.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.547.0...v3.548.0) (2024-04-03)
7+
8+
**Note:** Version bump only for package @aws-sdk/aws-middleware-test
9+
10+
11+
12+
13+
614
# [3.545.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.544.0...v3.545.0) (2024-03-29)
715

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

private/aws-middleware-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-middleware-test",
33
"description": "Integration test suite for AWS middleware",
4-
"version": "3.545.0",
4+
"version": "3.548.0",
55
"scripts": {
66
"build": "exit 0",
77
"build:cjs": "exit 0",

0 commit comments

Comments
 (0)