Values.GetApplicationGrantRequestSourceRetrieves details about an application grant.
type nonrec t = {applicationArn : ApplicationArn.t;Specifies the ARN of the application that contains the grant.
*)grantType : GrantType.t;Specifies the type of grant.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ApplicationArn.t ]) list ]