accept_subscription_request
Accept a subscription request to an Amazon DataZone asset, specifying optional asset scopes and a decision comment.
Instructions
Accepts a subscription request to a specific asset in Amazon DataZone.
Args: domain_identifier (str): The ID of the domain where the subscription request exists identifier (str): The unique identifier of the subscription request to accept asset_scopes (List[Dict[str, Any]], optional): The asset scopes of the accept subscription request Example: [{"assetId": "asset-id", "filterIds": ["filter-id"]}] decision_comment (str, optional): A description that specifies the reason for accepting the request Length: 1-4096 characters
Returns: Any: The API response containing: - Subscription request ID and status - Creation and update timestamps - Domain ID - Decision comment - Subscribed listings and principals - Metadata forms - Reviewer information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identifier | Yes | ||
| asset_scopes | No | ||
| decision_comment | No | ||
| domain_identifier | Yes |