Skip to content

Commit 52b60fc

Browse files
author
awstools
committed
Publish v3.493.0
1 parent a67ef23 commit 52b60fc

File tree

20 files changed

+121
-10
lines changed

20 files changed

+121
-10
lines changed

Diff for: CHANGELOG.md

+21
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.493.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.492.0...v3.493.0) (2024-01-16)
7+
8+
9+
### Bug Fixes
10+
11+
* **client-cloudfront-keyvaluestore:** use sigv4a signer by default ([#5684](https://github.com/aws/aws-sdk-js-v3/issues/5684)) ([a54f8c4](https://github.com/aws/aws-sdk-js-v3/commit/a54f8c4456152ff5e8978d78ea19e100ea1b3e38))
12+
13+
14+
### Features
15+
16+
* **client-iotfleetwise:** Updated APIs: SignalNodeType query parameter has been added to ListSignalCatalogNodesRequest and ListVehiclesResponse has been extended with attributes field. ([7877ded](https://github.com/aws/aws-sdk-js-v3/commit/7877ded56c261a596c18511e2b5131adbf4538c0))
17+
* **client-iot:** Revert release of LogTargetTypes ([1acc301](https://github.com/aws/aws-sdk-js-v3/commit/1acc30137adbcf4d14da14e6e0df6dc1610a3628))
18+
* **client-macie2:** This release adds support for analyzing Amazon S3 objects that are encrypted using dual-layer server-side encryption with AWS KMS keys (DSSE-KMS). It also adds support for reporting DSSE-KMS details in statistics and metadata about encryption settings for S3 buckets and objects. ([cb18084](https://github.com/aws/aws-sdk-js-v3/commit/cb180847e658ec74369d093b7583fdc76cb4ab5b))
19+
* **client-payment-cryptography:** Provide an additional option for key exchange using RSA wrap/unwrap in addition to tr-34/tr-31 in ImportKey and ExportKey operations. Added new key usage (type) TR31_M1_ISO_9797_1_MAC_KEY, for use with Generate/VerifyMac dataplane operations with ISO9797 Algorithm 1 MAC calculations. ([f7acac4](https://github.com/aws/aws-sdk-js-v3/commit/f7acac4f71ed43b3a0bb88240e7950ecc654efc1))
20+
* **client-rekognition:** This release adds ContentType and TaxonomyLevel attributes to DetectModerationLabels and GetMediaAnalysisJob API responses. ([daf640b](https://github.com/aws/aws-sdk-js-v3/commit/daf640b297c8aa058e8744bffe75da4b4456061b))
21+
* **clients:** update client endpoints as of 2024-01-16 ([a67ef23](https://github.com/aws/aws-sdk-js-v3/commit/a67ef23ee1c81f6571e5fcbd778c24b52a700b7d))
22+
23+
24+
25+
26+
627
# [3.492.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.491.0...v3.492.0) (2024-01-14)
728

829

Diff for: clients/client-cloudfront-keyvaluestore/CHANGELOG.md

+11
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.493.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.492.0...v3.493.0) (2024-01-16)
7+
8+
9+
### Bug Fixes
10+
11+
* **client-cloudfront-keyvaluestore:** use sigv4a signer by default ([#5684](https://github.com/aws/aws-sdk-js-v3/issues/5684)) ([a54f8c4](https://github.com/aws/aws-sdk-js-v3/commit/a54f8c4456152ff5e8978d78ea19e100ea1b3e38))
12+
13+
14+
15+
16+
617
# [3.490.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.489.0...v3.490.0) (2024-01-11)
718

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

Diff for: clients/client-cloudfront-keyvaluestore/package.json

+1-1
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.490.0",
4+
"version": "3.493.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

Diff for: clients/client-iot/CHANGELOG.md

+11
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.493.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.492.0...v3.493.0) (2024-01-16)
7+
8+
9+
### Features
10+
11+
* **client-iot:** Revert release of LogTargetTypes ([1acc301](https://github.com/aws/aws-sdk-js-v3/commit/1acc30137adbcf4d14da14e6e0df6dc1610a3628))
12+
13+
14+
15+
16+
617
# [3.490.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.489.0...v3.490.0) (2024-01-11)
718

819

Diff for: clients/client-iot/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-iot",
33
"description": "AWS SDK for JavaScript Iot Client for Node.js, Browser and React Native",
4-
"version": "3.490.0",
4+
"version": "3.493.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

Diff for: clients/client-iotfleetwise/CHANGELOG.md

+11
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.493.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.492.0...v3.493.0) (2024-01-16)
7+
8+
9+
### Features
10+
11+
* **client-iotfleetwise:** Updated APIs: SignalNodeType query parameter has been added to ListSignalCatalogNodesRequest and ListVehiclesResponse has been extended with attributes field. ([7877ded](https://github.com/aws/aws-sdk-js-v3/commit/7877ded56c261a596c18511e2b5131adbf4538c0))
12+
13+
14+
15+
16+
617
# [3.490.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.489.0...v3.490.0) (2024-01-11)
718

819

Diff for: clients/client-iotfleetwise/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-iotfleetwise",
33
"description": "AWS SDK for JavaScript Iotfleetwise Client for Node.js, Browser and React Native",
4-
"version": "3.490.0",
4+
"version": "3.493.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

Diff for: clients/client-macie2/CHANGELOG.md

+11
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.493.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.492.0...v3.493.0) (2024-01-16)
7+
8+
9+
### Features
10+
11+
* **client-macie2:** This release adds support for analyzing Amazon S3 objects that are encrypted using dual-layer server-side encryption with AWS KMS keys (DSSE-KMS). It also adds support for reporting DSSE-KMS details in statistics and metadata about encryption settings for S3 buckets and objects. ([cb18084](https://github.com/aws/aws-sdk-js-v3/commit/cb180847e658ec74369d093b7583fdc76cb4ab5b))
12+
13+
14+
15+
16+
617
# [3.490.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.489.0...v3.490.0) (2024-01-11)
718

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

Diff for: clients/client-macie2/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-macie2",
33
"description": "AWS SDK for JavaScript Macie2 Client for Node.js, Browser and React Native",
4-
"version": "3.490.0",
4+
"version": "3.493.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

Diff for: clients/client-payment-cryptography/CHANGELOG.md

+11
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.493.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.492.0...v3.493.0) (2024-01-16)
7+
8+
9+
### Features
10+
11+
* **client-payment-cryptography:** Provide an additional option for key exchange using RSA wrap/unwrap in addition to tr-34/tr-31 in ImportKey and ExportKey operations. Added new key usage (type) TR31_M1_ISO_9797_1_MAC_KEY, for use with Generate/VerifyMac dataplane operations with ISO9797 Algorithm 1 MAC calculations. ([f7acac4](https://github.com/aws/aws-sdk-js-v3/commit/f7acac4f71ed43b3a0bb88240e7950ecc654efc1))
12+
13+
14+
15+
16+
617
# [3.490.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.489.0...v3.490.0) (2024-01-11)
718

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

Diff for: clients/client-payment-cryptography/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-payment-cryptography",
33
"description": "AWS SDK for JavaScript Payment Cryptography Client for Node.js, Browser and React Native",
4-
"version": "3.490.0",
4+
"version": "3.493.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

Diff for: clients/client-personalize-runtime/CHANGELOG.md

+8
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.493.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.492.0...v3.493.0) (2024-01-16)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-personalize-runtime
9+
10+
11+
12+
13+
614
# [3.490.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.489.0...v3.490.0) (2024-01-11)
715

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

Diff for: clients/client-personalize-runtime/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-personalize-runtime",
33
"description": "AWS SDK for JavaScript Personalize Runtime Client for Node.js, Browser and React Native",
4-
"version": "3.490.0",
4+
"version": "3.493.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

Diff for: clients/client-personalize/CHANGELOG.md

+8
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.493.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.492.0...v3.493.0) (2024-01-16)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-personalize
9+
10+
11+
12+
13+
614
# [3.490.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.489.0...v3.490.0) (2024-01-11)
715

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

Diff for: clients/client-personalize/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-personalize",
33
"description": "AWS SDK for JavaScript Personalize Client for Node.js, Browser and React Native",
4-
"version": "3.490.0",
4+
"version": "3.493.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

Diff for: clients/client-rekognition/CHANGELOG.md

+11
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.493.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.492.0...v3.493.0) (2024-01-16)
7+
8+
9+
### Features
10+
11+
* **client-rekognition:** This release adds ContentType and TaxonomyLevel attributes to DetectModerationLabels and GetMediaAnalysisJob API responses. ([daf640b](https://github.com/aws/aws-sdk-js-v3/commit/daf640b297c8aa058e8744bffe75da4b4456061b))
12+
13+
14+
15+
16+
617
# [3.490.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.489.0...v3.490.0) (2024-01-11)
718

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

Diff for: clients/client-rekognition/package.json

+1-1
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.490.0",
4+
"version": "3.493.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

Diff for: clients/client-securityhub/CHANGELOG.md

+8
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.493.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.492.0...v3.493.0) (2024-01-16)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-securityhub
9+
10+
11+
12+
13+
614
# [3.490.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.489.0...v3.490.0) (2024-01-11)
715

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

Diff for: clients/client-securityhub/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-securityhub",
33
"description": "AWS SDK for JavaScript Securityhub Client for Node.js, Browser and React Native",
4-
"version": "3.490.0",
4+
"version": "3.493.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

Diff for: lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.492.0",
2+
"version": "3.493.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

0 commit comments

Comments
 (0)