diff --git a/CHANGELOG.md b/CHANGELOG.md index ade66262bea17..2f8ad3af05462 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.463.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.462.0...v3.463.0) (2023-11-30) + + +### Features + +* **client-marketplace-agreement:** The AWS Marketplace Agreement Service provides an API interface that helps AWS Marketplace sellers manage their agreements, including listing, filtering, and viewing details about their agreements. ([85d1ace](https://github.com/aws/aws-sdk-js-v3/commit/85d1ace73cf6e086d1a01ce94fe65bc8edc3ad5b)) +* **client-marketplace-catalog:** This release enhances the ListEntities API to support new entity type-specific strongly typed filters in the request and entity type-specific strongly typed summaries in the response. ([decb184](https://github.com/aws/aws-sdk-js-v3/commit/decb184940a3f71d4c367656814c841b33d119a3)) +* **client-marketplace-deployment:** AWS Marketplace Deployment is a new service that provides essential features that facilitate the deployment of software, data, and services procured through AWS Marketplace. ([d7ce44b](https://github.com/aws/aws-sdk-js-v3/commit/d7ce44bab250b990bc72e6e45d3b0c209cb9d502)) +* **client-redshift-serverless:** This release adds the following support for Amazon Redshift Serverless: 1) cross-account cross-VPCs, 2) copying snapshots across Regions, 3) scheduling snapshot creation, and 4) restoring tables from a recovery point. ([e8c53cd](https://github.com/aws/aws-sdk-js-v3/commit/e8c53cd60a4fa3d161d18898921a9cd0f4387a19)) +* **clients:** update client endpoints as of 2023-11-30 ([25de0ba](https://github.com/aws/aws-sdk-js-v3/commit/25de0ba9f93d4fbc86dc9c0eccda9b419c9bcf41)) + + + + + # [3.462.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.461.0...v3.462.0) (2023-11-29) diff --git a/clients/client-marketplace-agreement/CHANGELOG.md b/clients/client-marketplace-agreement/CHANGELOG.md new file mode 100644 index 0000000000000..cea83e4adc9e7 --- /dev/null +++ b/clients/client-marketplace-agreement/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [3.463.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.462.0...v3.463.0) (2023-11-30) + + +### Features + +* **client-marketplace-agreement:** The AWS Marketplace Agreement Service provides an API interface that helps AWS Marketplace sellers manage their agreements, including listing, filtering, and viewing details about their agreements. ([85d1ace](https://github.com/aws/aws-sdk-js-v3/commit/85d1ace73cf6e086d1a01ce94fe65bc8edc3ad5b)) diff --git a/clients/client-marketplace-agreement/package.json b/clients/client-marketplace-agreement/package.json index ac56c727aeb7f..32da1dd5c9386 100644 --- a/clients/client-marketplace-agreement/package.json +++ b/clients/client-marketplace-agreement/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-marketplace-agreement", "description": "AWS SDK for JavaScript Marketplace Agreement Client for Node.js, Browser and React Native", - "version": "3.0.0", + "version": "3.463.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-marketplace-catalog/CHANGELOG.md b/clients/client-marketplace-catalog/CHANGELOG.md index 10ae70b8d2053..4388d3c3d2487 100644 --- a/clients/client-marketplace-catalog/CHANGELOG.md +++ b/clients/client-marketplace-catalog/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.463.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.462.0...v3.463.0) (2023-11-30) + + +### Features + +* **client-marketplace-catalog:** This release enhances the ListEntities API to support new entity type-specific strongly typed filters in the request and entity type-specific strongly typed summaries in the response. ([decb184](https://github.com/aws/aws-sdk-js-v3/commit/decb184940a3f71d4c367656814c841b33d119a3)) + + + + + # [3.462.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.461.0...v3.462.0) (2023-11-29) **Note:** Version bump only for package @aws-sdk/client-marketplace-catalog diff --git a/clients/client-marketplace-catalog/package.json b/clients/client-marketplace-catalog/package.json index d807808038d73..30caccdba6fa4 100644 --- a/clients/client-marketplace-catalog/package.json +++ b/clients/client-marketplace-catalog/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-marketplace-catalog", "description": "AWS SDK for JavaScript Marketplace Catalog Client for Node.js, Browser and React Native", - "version": "3.462.0", + "version": "3.463.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-marketplace-deployment/CHANGELOG.md b/clients/client-marketplace-deployment/CHANGELOG.md new file mode 100644 index 0000000000000..9ecebcfeb3b3f --- /dev/null +++ b/clients/client-marketplace-deployment/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [3.463.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.462.0...v3.463.0) (2023-11-30) + + +### Features + +* **client-marketplace-deployment:** AWS Marketplace Deployment is a new service that provides essential features that facilitate the deployment of software, data, and services procured through AWS Marketplace. ([d7ce44b](https://github.com/aws/aws-sdk-js-v3/commit/d7ce44bab250b990bc72e6e45d3b0c209cb9d502)) diff --git a/clients/client-marketplace-deployment/package.json b/clients/client-marketplace-deployment/package.json index ef22cc57b277d..3598bf761c35d 100644 --- a/clients/client-marketplace-deployment/package.json +++ b/clients/client-marketplace-deployment/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-marketplace-deployment", "description": "AWS SDK for JavaScript Marketplace Deployment Client for Node.js, Browser and React Native", - "version": "3.0.0", + "version": "3.463.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-redshift-serverless/CHANGELOG.md b/clients/client-redshift-serverless/CHANGELOG.md index 50e846be32383..6c2b635225eec 100644 --- a/clients/client-redshift-serverless/CHANGELOG.md +++ b/clients/client-redshift-serverless/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.463.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.462.0...v3.463.0) (2023-11-30) + + +### Features + +* **client-redshift-serverless:** This release adds the following support for Amazon Redshift Serverless: 1) cross-account cross-VPCs, 2) copying snapshots across Regions, 3) scheduling snapshot creation, and 4) restoring tables from a recovery point. ([e8c53cd](https://github.com/aws/aws-sdk-js-v3/commit/e8c53cd60a4fa3d161d18898921a9cd0f4387a19)) + + + + + # [3.462.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.461.0...v3.462.0) (2023-11-29) **Note:** Version bump only for package @aws-sdk/client-redshift-serverless diff --git a/clients/client-redshift-serverless/package.json b/clients/client-redshift-serverless/package.json index 1cf79849f9a0d..111298b6755d4 100644 --- a/clients/client-redshift-serverless/package.json +++ b/clients/client-redshift-serverless/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-redshift-serverless", "description": "AWS SDK for JavaScript Redshift Serverless Client for Node.js, Browser and React Native", - "version": "3.462.0", + "version": "3.463.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 cd45980bbb569..78f5d67ce3972 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "3.462.0", + "version": "3.463.0", "npmClient": "yarn", "useWorkspaces": true, "command": {