Updates the status of the specified subscription grant status in Amazon DataZone
Source:R/datazone_operations.R
datazone_update_subscription_grant_status.RdUpdates the status of the specified subscription grant status in Amazon DataZone.
See https://www.paws-r-sdk.com/docs/datazone_update_subscription_grant_status/ for full documentation.
Usage
datazone_update_subscription_grant_status(
domainIdentifier,
identifier,
assetIdentifier,
status,
failureCause = NULL,
targetName = NULL
)Arguments
- domainIdentifier
[required] The identifier of the Amazon DataZone domain in which a subscription grant status is to be updated.
- identifier
[required] The identifier of the subscription grant the status of which is to be updated.
- assetIdentifier
[required] The identifier of the asset the subscription grant status of which is to be updated.
- status
[required] The status to be updated as part of the
update_subscription_grant_statusaction.- failureCause
Specifies the error message that is returned if the operation cannot be successfully completed.
- targetName
The target name to be updated as part of the
update_subscription_grant_statusaction.