Values.DeleteApplicationGrantRequestSourceDeletes a grant from an application.
type nonrec t = {applicationArn : ApplicationArn.t;Specifies the ARN of the application with the grant to delete.
*)grantType : GrantType.t;Specifies the type of grant to delete from the application.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ApplicationArn.t ]) list ]