Skip to content

Commit 2c7f9ac

Browse files
author
awstools
committed
Publish v3.553.0
1 parent 5ba04d3 commit 2c7f9ac

File tree

16 files changed

+99
-8
lines changed

16 files changed

+99
-8
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.553.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.552.0...v3.553.0) (2024-04-10)
7+
8+
9+
### Features
10+
11+
* **client-cleanrooms:** AWS Clean Rooms Differential Privacy is now fully available. Differential privacy protects against user-identification attempts. ([fe4fa7f](https://github.com/aws/aws-sdk-js-v3/commit/fe4fa7fbec4acb2b96cb7e598f208b4c75077986))
12+
* **client-connect:** This release adds new Submit Auto Evaluation Action for Amazon Connect Rules. ([c39f5fc](https://github.com/aws/aws-sdk-js-v3/commit/c39f5fc508fcf2be1a71bfeacf8bbd49e1886159))
13+
* **client-qconnect:** This release adds a new QiC public API updateSession and updates an existing QiC public API createSession ([63be40d](https://github.com/aws/aws-sdk-js-v3/commit/63be40d848ffd8fefc3dd1d061caa978ecab2c7d))
14+
* **client-rekognition:** Added support for ContentType to content moderation detections. ([88f12a7](https://github.com/aws/aws-sdk-js-v3/commit/88f12a7c1958d684f30f28caacf899974ce530cf))
15+
* **client-supplychain:** This release includes API SendDataIntegrationEvent for AWS Supply Chain ([8c32c69](https://github.com/aws/aws-sdk-js-v3/commit/8c32c69a73df4f1eaa3aa7bbaa309553ac1ce1e8))
16+
* **client-workspaces-thin-client:** Adding tags field to SoftwareSet. Removing tags fields from Summary objects. Changing the list of exceptions in tagging APIs. Fixing an issue where the SDK returns empty tags in Get APIs. ([8061bcc](https://github.com/aws/aws-sdk-js-v3/commit/8061bcc000a4297b526f58659146898c3e995edc))
17+
* **clients:** update client endpoints as of 2024-04-10 ([5ba04d3](https://github.com/aws/aws-sdk-js-v3/commit/5ba04d3b4bca54fafd5de2beeb21b09532e7fb62))
18+
19+
20+
21+
22+
623
# [3.552.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.551.0...v3.552.0) (2024-04-09)
724

825

clients/client-cleanrooms/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.553.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.552.0...v3.553.0) (2024-04-10)
7+
8+
9+
### Features
10+
11+
* **client-cleanrooms:** AWS Clean Rooms Differential Privacy is now fully available. Differential privacy protects against user-identification attempts. ([fe4fa7f](https://github.com/aws/aws-sdk-js-v3/commit/fe4fa7fbec4acb2b96cb7e598f208b4c75077986))
12+
13+
14+
15+
16+
617
# [3.552.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.551.0...v3.552.0) (2024-04-09)
718

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

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

clients/client-connect/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.553.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.552.0...v3.553.0) (2024-04-10)
7+
8+
9+
### Features
10+
11+
* **client-connect:** This release adds new Submit Auto Evaluation Action for Amazon Connect Rules. ([c39f5fc](https://github.com/aws/aws-sdk-js-v3/commit/c39f5fc508fcf2be1a71bfeacf8bbd49e1886159))
12+
13+
14+
15+
16+
617
# [3.552.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.551.0...v3.552.0) (2024-04-09)
718

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

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

clients/client-networkmonitor/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.553.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.552.0...v3.553.0) (2024-04-10)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-networkmonitor
9+
10+
11+
12+
13+
614
# [3.552.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.551.0...v3.552.0) (2024-04-09)
715

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

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

clients/client-qconnect/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.553.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.552.0...v3.553.0) (2024-04-10)
7+
8+
9+
### Features
10+
11+
* **client-qconnect:** This release adds a new QiC public API updateSession and updates an existing QiC public API createSession ([63be40d](https://github.com/aws/aws-sdk-js-v3/commit/63be40d848ffd8fefc3dd1d061caa978ecab2c7d))
12+
13+
14+
15+
16+
617
# [3.552.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.551.0...v3.552.0) (2024-04-09)
718

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

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

clients/client-rekognition/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.553.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.552.0...v3.553.0) (2024-04-10)
7+
8+
9+
### Features
10+
11+
* **client-rekognition:** Added support for ContentType to content moderation detections. ([88f12a7](https://github.com/aws/aws-sdk-js-v3/commit/88f12a7c1958d684f30f28caacf899974ce530cf))
12+
13+
14+
15+
16+
617
# [3.552.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.551.0...v3.552.0) (2024-04-09)
718

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

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

clients/client-supplychain/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.553.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.552.0...v3.553.0) (2024-04-10)
7+
8+
9+
### Features
10+
11+
* **client-supplychain:** This release includes API SendDataIntegrationEvent for AWS Supply Chain ([8c32c69](https://github.com/aws/aws-sdk-js-v3/commit/8c32c69a73df4f1eaa3aa7bbaa309553ac1ce1e8))
12+
13+
14+
15+
16+
617
# [3.552.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.551.0...v3.552.0) (2024-04-09)
718

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

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

clients/client-workspaces-thin-client/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.553.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.552.0...v3.553.0) (2024-04-10)
7+
8+
9+
### Features
10+
11+
* **client-workspaces-thin-client:** Adding tags field to SoftwareSet. Removing tags fields from Summary objects. Changing the list of exceptions in tagging APIs. Fixing an issue where the SDK returns empty tags in Get APIs. ([8061bcc](https://github.com/aws/aws-sdk-js-v3/commit/8061bcc000a4297b526f58659146898c3e995edc))
12+
13+
14+
15+
16+
617
# [3.552.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.551.0...v3.552.0) (2024-04-09)
718

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

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

lerna.json

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

0 commit comments

Comments
 (0)