Values.RevokeFlowEntitlementRequestSourceRevokes an entitlement from a flow. Once an entitlement is revoked, the content becomes unavailable to the subscriber and the associated output is removed.
type nonrec t = {entitlementArn : RevokeFlowEntitlementRequestEntitlementArnString.t;The Amazon Resource Name (ARN) of the entitlement that you want to revoke.
*)flowArn : RevokeFlowEntitlementRequestFlowArnString.t;The flow that you want to revoke an entitlement from.
*)}val make :
entitlementArn:RevokeFlowEntitlementRequestEntitlementArnString.t ->
flowArn:RevokeFlowEntitlementRequestFlowArnString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of RevokeFlowEntitlementRequestEntitlementArnString.t ])
list ]