publish_asset
Publish an asset to the Amazon DataZone catalog. Provide domain and asset identifiers; optionally set revision and client token.
Instructions
Publishes an asset to the Amazon DataZone catalog.
Args: domain_identifier (str): The ID of the domain containing the asset asset_identifier (str): The ID of the asset to publish
revision (str, optional): The specific revision of the asset to publish
client_token (str, optional): Token for idempotencyReturns: Any: The API response containing: - Published asset ID and revision - Listing status - Creation and update timestamps - Domain and project IDs - Forms and metadata - Glossary terms
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| revision | No | ||
| client_token | No | ||
| asset_identifier | Yes | ||
| domain_identifier | Yes |