Values.UpdateSubscriptionGrantStatusInputSourceUpdates the status of the specified subscription grant status in Amazon DataZone.
type nonrec t = {domainIdentifier : DomainId.t;The identifier of the Amazon DataZone domain in which a subscription grant status is to be updated.
*)identifier : SubscriptionGrantId.t;The identifier of the subscription grant the status of which is to be updated.
*)assetIdentifier : AssetId.t;The identifier of the asset the subscription grant status of which is to be updated.
*)status : SubscriptionGrantStatus.t;The status to be updated as part of the UpdateSubscriptionGrantStatus action.
*)failureCause : FailureCause.t option;Specifies the error message that is returned if the operation cannot be successfully completed.
*)targetName : String_.t option;The target name to be updated as part of the UpdateSubscriptionGrantStatus action.
*)}val make :
?failureCause:??? ->
?targetName:??? ->
domainIdentifier:DomainId.t ->
identifier:SubscriptionGrantId.t ->
assetIdentifier:AssetId.t ->
status:SubscriptionGrantStatus.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of DomainId.t
| `Structure of (string * [> `String of String_.t ]) list ])
list ]