Values.LastDeploymentInfoSourceInformation about the most recent attempted or successful deployment to a deployment group.
type nonrec t = {deploymentId : DeploymentId.t option;The unique ID of a deployment.
*)status : DeploymentStatus.t option;The status of the most recent deployment.
*)endTime : Timestamp.t option;A timestamp that indicates when the most recent deployment to the deployment group was complete.
*)createTime : Timestamp.t option;A timestamp that indicates when the most recent deployment to the deployment group started.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of DeploymentId.t
| `Timestamp of Timestamp.t ])
list ]