Skip to content

Commit

Permalink
Publish v3.553.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 10, 2024
1 parent 5ba04d3 commit 2c7f9ac
Show file tree
Hide file tree
Showing 16 changed files with 99 additions and 8 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.553.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.552.0...v3.553.0) (2024-04-10)


### Features

* **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))
* **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))
* **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))
* **client-rekognition:** Added support for ContentType to content moderation detections. ([88f12a7](https://github.com/aws/aws-sdk-js-v3/commit/88f12a7c1958d684f30f28caacf899974ce530cf))
* **client-supplychain:** This release includes API SendDataIntegrationEvent for AWS Supply Chain ([8c32c69](https://github.com/aws/aws-sdk-js-v3/commit/8c32c69a73df4f1eaa3aa7bbaa309553ac1ce1e8))
* **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))
* **clients:** update client endpoints as of 2024-04-10 ([5ba04d3](https://github.com/aws/aws-sdk-js-v3/commit/5ba04d3b4bca54fafd5de2beeb21b09532e7fb62))





# [3.552.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.551.0...v3.552.0) (2024-04-09)


Expand Down
11 changes: 11 additions & 0 deletions clients/client-cleanrooms/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.553.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.552.0...v3.553.0) (2024-04-10)


### Features

* **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))





# [3.552.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.551.0...v3.552.0) (2024-04-09)

**Note:** Version bump only for package @aws-sdk/client-cleanrooms
Expand Down
2 changes: 1 addition & 1 deletion clients/client-cleanrooms/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-cleanrooms",
"description": "AWS SDK for JavaScript Cleanrooms Client for Node.js, Browser and React Native",
"version": "3.552.0",
"version": "3.553.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-cleanrooms",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-connect/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.553.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.552.0...v3.553.0) (2024-04-10)


### Features

* **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))





# [3.552.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.551.0...v3.552.0) (2024-04-09)

**Note:** Version bump only for package @aws-sdk/client-connect
Expand Down
2 changes: 1 addition & 1 deletion clients/client-connect/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-connect",
"description": "AWS SDK for JavaScript Connect Client for Node.js, Browser and React Native",
"version": "3.552.0",
"version": "3.553.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-connect",
Expand Down
8 changes: 8 additions & 0 deletions clients/client-networkmonitor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.553.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.552.0...v3.553.0) (2024-04-10)

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





# [3.552.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.551.0...v3.552.0) (2024-04-09)

**Note:** Version bump only for package @aws-sdk/client-networkmonitor
Expand Down
2 changes: 1 addition & 1 deletion clients/client-networkmonitor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-networkmonitor",
"description": "AWS SDK for JavaScript Networkmonitor Client for Node.js, Browser and React Native",
"version": "3.552.0",
"version": "3.553.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-networkmonitor",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-qconnect/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.553.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.552.0...v3.553.0) (2024-04-10)


### Features

* **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))





# [3.552.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.551.0...v3.552.0) (2024-04-09)

**Note:** Version bump only for package @aws-sdk/client-qconnect
Expand Down
2 changes: 1 addition & 1 deletion clients/client-qconnect/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-qconnect",
"description": "AWS SDK for JavaScript Qconnect Client for Node.js, Browser and React Native",
"version": "3.552.0",
"version": "3.553.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-qconnect",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-rekognition/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.553.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.552.0...v3.553.0) (2024-04-10)


### Features

* **client-rekognition:** Added support for ContentType to content moderation detections. ([88f12a7](https://github.com/aws/aws-sdk-js-v3/commit/88f12a7c1958d684f30f28caacf899974ce530cf))





# [3.552.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.551.0...v3.552.0) (2024-04-09)

**Note:** Version bump only for package @aws-sdk/client-rekognition
Expand Down
2 changes: 1 addition & 1 deletion clients/client-rekognition/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-rekognition",
"description": "AWS SDK for JavaScript Rekognition Client for Node.js, Browser and React Native",
"version": "3.552.0",
"version": "3.553.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-rekognition",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-supplychain/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.553.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.552.0...v3.553.0) (2024-04-10)


### Features

* **client-supplychain:** This release includes API SendDataIntegrationEvent for AWS Supply Chain ([8c32c69](https://github.com/aws/aws-sdk-js-v3/commit/8c32c69a73df4f1eaa3aa7bbaa309553ac1ce1e8))





# [3.552.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.551.0...v3.552.0) (2024-04-09)

**Note:** Version bump only for package @aws-sdk/client-supplychain
Expand Down
2 changes: 1 addition & 1 deletion clients/client-supplychain/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-supplychain",
"description": "AWS SDK for JavaScript Supplychain Client for Node.js, Browser and React Native",
"version": "3.552.0",
"version": "3.553.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-supplychain",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-workspaces-thin-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.553.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.552.0...v3.553.0) (2024-04-10)


### Features

* **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))





# [3.552.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.551.0...v3.552.0) (2024-04-09)

**Note:** Version bump only for package @aws-sdk/client-workspaces-thin-client
Expand Down
2 changes: 1 addition & 1 deletion clients/client-workspaces-thin-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-workspaces-thin-client",
"description": "AWS SDK for JavaScript Workspaces Thin Client Client for Node.js, Browser and React Native",
"version": "3.552.0",
"version": "3.553.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-workspaces-thin-client",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.552.0",
"version": "3.553.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down

0 comments on commit 2c7f9ac

Please sign in to comment.