Values.RevokeSubscriptionInputSourceRevokes a specified subscription in Amazon DataZone.
type nonrec t = {domainIdentifier : DomainId.t;The identifier of the Amazon DataZone domain where you want to revoke a subscription.
*)identifier : SubscriptionId.t;The identifier of the revoked subscription.
*)retainPermissions : Boolean.t option;Specifies whether permissions are retained when the subscription is revoked.
*)}val make :
?retainPermissions:??? ->
domainIdentifier:DomainId.t ->
identifier:SubscriptionId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of DomainId.t ]) list ]