Values.GetApplicationRevisionInputSourceRepresents the input of a GetApplicationRevision operation.
type nonrec t = {applicationName : ApplicationName.t;The name of the application that corresponds to the revision.
*)revision : RevisionLocation.t;Information about the application revision to get, including type and location.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of ApplicationName.t
| `Structure of
(string
* [> `Enum of string
| `Structure of
(string * [> `Enum of string | `String of S3Bucket.t ]) list ])
list ])
list ]