v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-141891,2951.1 MB

Publishes a listing (a record of an asset at a given time) or removes a listing from the catalog.

post/v2/domains/{domainIdentifier}/listings/change-set

Path parameters

domainIdentifierstring required

The ID of the Amazon DataZone domain.

Request body

entityIdentifierstring required

The ID of the asset.

entityType'ASSET' | 'DATA_PRODUCT' required

The type of an entity.

entityRevisionstring

The revision of an asset.

action'PUBLISH' | 'UNPUBLISH' required

Specifies whether to publish or unpublish a listing.

clientTokenstring

A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.

Response

Success

listingIdstring required

The ID of the listing (a record of an asset at a given time).

listingRevisionstring required

The revision of a listing.

status'CREATING' | 'ACTIVE' | 'INACTIVE' required

Specifies the status of the listing.