datazone_update_subscription_request {paws.analytics} | R Documentation |
Updates a specified subscription request in Amazon DataZone
Description
Updates a specified subscription request in Amazon DataZone.
See https://www.paws-r-sdk.com/docs/datazone_update_subscription_request/ for full documentation.
Usage
datazone_update_subscription_request(
domainIdentifier,
identifier,
requestReason
)
Arguments
domainIdentifier |
[required] The identifier of the Amazon DataZone domain in which a subscription request is to be updated. |
identifier |
[required] The identifier of the subscription request that is to be updated. |
requestReason |
[required] The reason for the
|
[Package paws.analytics version 0.7.0 Index]