Values.GenericRevisionInfoSourceInformation about an application revision.
type nonrec t = {description : Description.t option;A comment about the revision.
*)deploymentGroups : DeploymentGroupsList.t option;The deployment groups for which this is the current target revision.
*)firstUsedTime : Timestamp.t option;When the revision was first used by CodeDeploy.
*)lastUsedTime : Timestamp.t option;When the revision was last used by CodeDeploy.
*)registerTime : Timestamp.t option;When the revision was registered with CodeDeploy.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of DeploymentGroupName.t ] list
| `String of Description.t
| `Timestamp of Timestamp.t ])
list ]