Values.RevisionInfoSourceInformation about an application revision.
type nonrec t = {revisionLocation : RevisionLocation.t option;Information about the location and type of an application revision.
*)genericRevisionInfo : GenericRevisionInfo.t option;Information about an application revision, including usage details and associated deployment groups.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `List of [> `String of DeploymentGroupName.t ] list
| `String of Description.t
| `Structure of
(string * [> `Enum of string | `String of S3Bucket.t ])
list
| `Timestamp of Timestamp.t ])
list ])
list ]