Skip to content

Commit b4b0be4

Browse files
author
awstools
committed
Publish v3.463.0
1 parent 25de0ba commit b4b0be4

File tree

10 files changed

+64
-5
lines changed

10 files changed

+64
-5
lines changed

Diff for: CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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.463.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.462.0...v3.463.0) (2023-11-30)
7+
8+
9+
### Features
10+
11+
* **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))
12+
* **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))
13+
* **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))
14+
* **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))
15+
* **clients:** update client endpoints as of 2023-11-30 ([25de0ba](https://github.com/aws/aws-sdk-js-v3/commit/25de0ba9f93d4fbc86dc9c0eccda9b419c9bcf41))
16+
17+
18+
19+
20+
621
# [3.462.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.461.0...v3.462.0) (2023-11-29)
722

823

Diff for: clients/client-marketplace-agreement/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [3.463.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.462.0...v3.463.0) (2023-11-30)
7+
8+
9+
### Features
10+
11+
* **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 for: clients/client-marketplace-agreement/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-marketplace-agreement",
33
"description": "AWS SDK for JavaScript Marketplace Agreement Client for Node.js, Browser and React Native",
4-
"version": "3.0.0",
4+
"version": "3.463.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-marketplace-catalog/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.463.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.462.0...v3.463.0) (2023-11-30)
7+
8+
9+
### Features
10+
11+
* **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))
12+
13+
14+
15+
16+
617
# [3.462.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.461.0...v3.462.0) (2023-11-29)
718

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

Diff for: clients/client-marketplace-catalog/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-marketplace-catalog",
33
"description": "AWS SDK for JavaScript Marketplace Catalog Client for Node.js, Browser and React Native",
4-
"version": "3.462.0",
4+
"version": "3.463.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-marketplace-deployment/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [3.463.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.462.0...v3.463.0) (2023-11-30)
7+
8+
9+
### Features
10+
11+
* **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 for: clients/client-marketplace-deployment/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-marketplace-deployment",
33
"description": "AWS SDK for JavaScript Marketplace Deployment Client for Node.js, Browser and React Native",
4-
"version": "3.0.0",
4+
"version": "3.463.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-redshift-serverless/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.463.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.462.0...v3.463.0) (2023-11-30)
7+
8+
9+
### Features
10+
11+
* **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))
12+
13+
14+
15+
16+
617
# [3.462.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.461.0...v3.462.0) (2023-11-29)
718

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

Diff for: clients/client-redshift-serverless/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-redshift-serverless",
33
"description": "AWS SDK for JavaScript Redshift Serverless Client for Node.js, Browser and React Native",
4-
"version": "3.462.0",
4+
"version": "3.463.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.462.0",
2+
"version": "3.463.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

0 commit comments

Comments
 (0)