Module Values.RevokeSubscriptionInputSource

Revokes a specified subscription in Amazon DataZone.

Sourcetype nonrec t = {
  1. domainIdentifier : DomainId.t;
    (*

    The identifier of the Amazon DataZone domain where you want to revoke a subscription.

    *)
  2. identifier : SubscriptionId.t;
    (*

    The identifier of the revoked subscription.

    *)
  3. retainPermissions : Boolean.t option;
    (*

    Specifies whether permissions are retained when the subscription is revoked.

    *)
}
Sourceval context_ : string
Sourceval make : ?retainPermissions:??? -> domainIdentifier:DomainId.t -> identifier:SubscriptionId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `String of DomainId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t