Learn R Programming

paws.analytics (version 0.7.0)

datazone_update_subscription_grant_status: Updates the status of the specified subscription grant status in Amazon DataZone

Description

Updates 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(
  assetIdentifier,
  domainIdentifier,
  failureCause = NULL,
  identifier,
  status,
  targetName = NULL
)

Arguments

assetIdentifier

[required] The identifier of the asset the subscription grant status of which is to be updated.

domainIdentifier

[required] The identifier of the Amazon DataZone domain in which a subscription grant status is to be updated.

failureCause

Specifies the error message that is returned if the operation cannot be successfully completed.

identifier

[required] The identifier of the subscription grant the status of which is to be updated.

status

[required] The status to be updated as part of the update_subscription_grant_status action.

targetName

The target name to be updated as part of the update_subscription_grant_status action.