Module Values.RevokeFlowEntitlementRequestSource

Revokes an entitlement from a flow. Once an entitlement is revoked, the content becomes unavailable to the subscriber and the associated output is removed.

Sourcetype nonrec t = {
  1. entitlementArn : RevokeFlowEntitlementRequestEntitlementArnString.t;
    (*

    The Amazon Resource Name (ARN) of the entitlement that you want to revoke.

    *)
  2. flowArn : RevokeFlowEntitlementRequestFlowArnString.t;
    (*

    The flow that you want to revoke an entitlement from.

    *)
}
Sourceval context_ : string
Sourceval to_value : t -> [> `Structure of (string * [> `String of RevokeFlowEntitlementRequestEntitlementArnString.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