From 9712aa7bae32e2243f4687bae8f83ebddb5d4939 Mon Sep 17 00:00:00 2001 From: awstools Date: Thu, 5 Oct 2023 18:35:45 +0000 Subject: [PATCH] Publish v3.426.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ clients/client-omics/CHANGELOG.md | 11 +++++++++++ clients/client-omics/package.json | 2 +- clients/client-rds/CHANGELOG.md | 8 ++++++++ clients/client-rds/package.json | 2 +- clients/client-route-53/CHANGELOG.md | 11 +++++++++++ clients/client-route-53/package.json | 2 +- clients/client-securityhub/CHANGELOG.md | 11 +++++++++++ clients/client-securityhub/package.json | 2 +- clients/client-storage-gateway/CHANGELOG.md | 11 +++++++++++ clients/client-storage-gateway/package.json | 2 +- clients/client-workspaces/CHANGELOG.md | 11 +++++++++++ clients/client-workspaces/package.json | 2 +- lerna.json | 2 +- 14 files changed, 91 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af7ad473db293..67a1dde5d1a2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.426.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.425.0...v3.426.0) (2023-10-05) + + +### Features + +* **client-omics:** Add Etag Support for Omics Storage in ListReadSets and GetReadSetMetadata API ([9c5e142](https://github.com/aws/aws-sdk-js-v3/commit/9c5e142969bfe253e40f729035ebb52dbefe31c8)) +* **client-route-53:** Add hostedzonetype filter to ListHostedZones API. ([0cedc3d](https://github.com/aws/aws-sdk-js-v3/commit/0cedc3d3771b534cf6dd514ed6335b82d98da9cd)) +* **client-securityhub:** Added new resource detail objects to ASFF, including resources for AwsEventsEventbus, AwsEventsEndpoint, AwsDmsEndpoint, AwsDmsReplicationTask, AwsDmsReplicationInstance, AwsRoute53HostedZone, and AwsMskCluster ([e884a76](https://github.com/aws/aws-sdk-js-v3/commit/e884a76c6f4ac73aa25a478ea0052e0a452813fd)) +* **client-storage-gateway:** Add SoftwareVersion to response of DescribeGatewayInformation. ([79d3bd7](https://github.com/aws/aws-sdk-js-v3/commit/79d3bd74f34313ac52323b6e31622365dd51df0a)) +* **client-workspaces:** This release introduces Manage applications. This feature allows users to manage their WorkSpaces applications by associating or disassociating their WorkSpaces with applications. The DescribeWorkspaces API will now additionally return OperatingSystemName in its responses. ([7670b0f](https://github.com/aws/aws-sdk-js-v3/commit/7670b0f8676159ab467eb53732aa4489572ae696)) +* **clients:** update client endpoints as of 2023-10-05 ([6b15c41](https://github.com/aws/aws-sdk-js-v3/commit/6b15c41268d57df94529a79cc58ec677d6a8fb9d)) + + +### Reverts + +* Revert "Revert "feat(codegen): bump codegen version to 0.18.0 (#5310)" (#5320)" (#5322) ([d860565](https://github.com/aws/aws-sdk-js-v3/commit/d860565b1f041dcfce447076653c2dcfa7000a25)), closes [#5310](https://github.com/aws/aws-sdk-js-v3/issues/5310) [#5320](https://github.com/aws/aws-sdk-js-v3/issues/5320) [#5322](https://github.com/aws/aws-sdk-js-v3/issues/5322) + + + + + # [3.425.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.424.0...v3.425.0) (2023-10-04) diff --git a/clients/client-omics/CHANGELOG.md b/clients/client-omics/CHANGELOG.md index a0f129ad69108..f573db3d118a3 100644 --- a/clients/client-omics/CHANGELOG.md +++ b/clients/client-omics/CHANGELOG.md @@ -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.426.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.425.0...v3.426.0) (2023-10-05) + + +### Features + +* **client-omics:** Add Etag Support for Omics Storage in ListReadSets and GetReadSetMetadata API ([9c5e142](https://github.com/aws/aws-sdk-js-v3/commit/9c5e142969bfe253e40f729035ebb52dbefe31c8)) + + + + + # [3.425.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.424.0...v3.425.0) (2023-10-04) **Note:** Version bump only for package @aws-sdk/client-omics diff --git a/clients/client-omics/package.json b/clients/client-omics/package.json index c08e4dab82713..d88830f7048e1 100644 --- a/clients/client-omics/package.json +++ b/clients/client-omics/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-omics", "description": "AWS SDK for JavaScript Omics Client for Node.js, Browser and React Native", - "version": "3.425.0", + "version": "3.426.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "tsc -p tsconfig.cjs.json", diff --git a/clients/client-rds/CHANGELOG.md b/clients/client-rds/CHANGELOG.md index 74420d33f96a0..9ce4104091e1c 100644 --- a/clients/client-rds/CHANGELOG.md +++ b/clients/client-rds/CHANGELOG.md @@ -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.426.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.425.0...v3.426.0) (2023-10-05) + +**Note:** Version bump only for package @aws-sdk/client-rds + + + + + # [3.425.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.424.0...v3.425.0) (2023-10-04) **Note:** Version bump only for package @aws-sdk/client-rds diff --git a/clients/client-rds/package.json b/clients/client-rds/package.json index f0013c1d9037d..bedce854eb2be 100644 --- a/clients/client-rds/package.json +++ b/clients/client-rds/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-rds", "description": "AWS SDK for JavaScript Rds Client for Node.js, Browser and React Native", - "version": "3.425.0", + "version": "3.426.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "tsc -p tsconfig.cjs.json", diff --git a/clients/client-route-53/CHANGELOG.md b/clients/client-route-53/CHANGELOG.md index b3abee19b384b..529d737643a9d 100644 --- a/clients/client-route-53/CHANGELOG.md +++ b/clients/client-route-53/CHANGELOG.md @@ -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.426.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.425.0...v3.426.0) (2023-10-05) + + +### Features + +* **client-route-53:** Add hostedzonetype filter to ListHostedZones API. ([0cedc3d](https://github.com/aws/aws-sdk-js-v3/commit/0cedc3d3771b534cf6dd514ed6335b82d98da9cd)) + + + + + # [3.425.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.424.0...v3.425.0) (2023-10-04) **Note:** Version bump only for package @aws-sdk/client-route-53 diff --git a/clients/client-route-53/package.json b/clients/client-route-53/package.json index e107ad7ccdc31..84866edb84143 100644 --- a/clients/client-route-53/package.json +++ b/clients/client-route-53/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-route-53", "description": "AWS SDK for JavaScript Route 53 Client for Node.js, Browser and React Native", - "version": "3.425.0", + "version": "3.426.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "tsc -p tsconfig.cjs.json", diff --git a/clients/client-securityhub/CHANGELOG.md b/clients/client-securityhub/CHANGELOG.md index 347b68f890c0f..198c39cf55cd0 100644 --- a/clients/client-securityhub/CHANGELOG.md +++ b/clients/client-securityhub/CHANGELOG.md @@ -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.426.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.425.0...v3.426.0) (2023-10-05) + + +### Features + +* **client-securityhub:** Added new resource detail objects to ASFF, including resources for AwsEventsEventbus, AwsEventsEndpoint, AwsDmsEndpoint, AwsDmsReplicationTask, AwsDmsReplicationInstance, AwsRoute53HostedZone, and AwsMskCluster ([e884a76](https://github.com/aws/aws-sdk-js-v3/commit/e884a76c6f4ac73aa25a478ea0052e0a452813fd)) + + + + + # [3.425.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.424.0...v3.425.0) (2023-10-04) **Note:** Version bump only for package @aws-sdk/client-securityhub diff --git a/clients/client-securityhub/package.json b/clients/client-securityhub/package.json index 00bd81075c5a4..8c9cae2876426 100644 --- a/clients/client-securityhub/package.json +++ b/clients/client-securityhub/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-securityhub", "description": "AWS SDK for JavaScript Securityhub Client for Node.js, Browser and React Native", - "version": "3.425.0", + "version": "3.426.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "tsc -p tsconfig.cjs.json", diff --git a/clients/client-storage-gateway/CHANGELOG.md b/clients/client-storage-gateway/CHANGELOG.md index a1aa9e6fc91c6..6cd63612d7059 100644 --- a/clients/client-storage-gateway/CHANGELOG.md +++ b/clients/client-storage-gateway/CHANGELOG.md @@ -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.426.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.425.0...v3.426.0) (2023-10-05) + + +### Features + +* **client-storage-gateway:** Add SoftwareVersion to response of DescribeGatewayInformation. ([79d3bd7](https://github.com/aws/aws-sdk-js-v3/commit/79d3bd74f34313ac52323b6e31622365dd51df0a)) + + + + + # [3.425.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.424.0...v3.425.0) (2023-10-04) **Note:** Version bump only for package @aws-sdk/client-storage-gateway diff --git a/clients/client-storage-gateway/package.json b/clients/client-storage-gateway/package.json index 6848bddf3c69c..5d8130d3709ae 100644 --- a/clients/client-storage-gateway/package.json +++ b/clients/client-storage-gateway/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-storage-gateway", "description": "AWS SDK for JavaScript Storage Gateway Client for Node.js, Browser and React Native", - "version": "3.425.0", + "version": "3.426.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "tsc -p tsconfig.cjs.json", diff --git a/clients/client-workspaces/CHANGELOG.md b/clients/client-workspaces/CHANGELOG.md index e5eb5cd6e6aa9..4897f7ee6f1f1 100644 --- a/clients/client-workspaces/CHANGELOG.md +++ b/clients/client-workspaces/CHANGELOG.md @@ -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.426.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.425.0...v3.426.0) (2023-10-05) + + +### Features + +* **client-workspaces:** This release introduces Manage applications. This feature allows users to manage their WorkSpaces applications by associating or disassociating their WorkSpaces with applications. The DescribeWorkspaces API will now additionally return OperatingSystemName in its responses. ([7670b0f](https://github.com/aws/aws-sdk-js-v3/commit/7670b0f8676159ab467eb53732aa4489572ae696)) + + + + + # [3.425.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.424.0...v3.425.0) (2023-10-04) **Note:** Version bump only for package @aws-sdk/client-workspaces diff --git a/clients/client-workspaces/package.json b/clients/client-workspaces/package.json index 0a9ce0f2ad6f5..2971270947281 100644 --- a/clients/client-workspaces/package.json +++ b/clients/client-workspaces/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-workspaces", "description": "AWS SDK for JavaScript Workspaces Client for Node.js, Browser and React Native", - "version": "3.425.0", + "version": "3.426.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "tsc -p tsconfig.cjs.json", diff --git a/lerna.json b/lerna.json index 6bfc680651f2c..fc8f1ccff97ba 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "3.425.0", + "version": "3.426.0", "npmClient": "yarn", "useWorkspaces": true, "command": {