Values.CodeDeployDeploymentSourceInformation about a CodeDeploy deployment that occurred around the time of an incident and could be a possible cause of the incident.
type nonrec t = {deploymentGroupArn : Arn.t option;The Amazon Resource Name (ARN) of the CodeDeploy deployment group associated with the deployment.
*)deploymentId : CodeDeployDeploymentDeploymentIdString.t option;The ID of the CodeDeploy deployment.
*)endTime : Timestamp.t option;The timestamp for when the CodeDeploy deployment ended. Not reported for deployments that are still in progress.
*)startTime : Timestamp.t option;The timestamp for when the CodeDeploy deployment began.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of Arn.t | `Timestamp of Timestamp.t ]) list ]