Learn R Programming

paws.analytics (version 0.7.0)

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

Description

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

See https://www.paws-r-sdk.com/docs/datazone_create_listing_change_set/ for full documentation.

Usage

datazone_create_listing_change_set(
  action,
  clientToken = NULL,
  domainIdentifier,
  entityIdentifier,
  entityRevision = NULL,
  entityType
)

Arguments

action

[required] Specifies whether to publish or unpublish a listing.

clientToken

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

domainIdentifier

[required] The ID of the Amazon DataZone domain.

entityIdentifier

[required] The ID of the asset.

entityRevision

The revision of an asset.

entityType

[required] The type of an entity.