Values.DeploymentSourceInformation about a deployment.
type nonrec t = {createdAt : string option;The time, in milliseconds since the epoch, when the deployment was created.
*)deploymentArn : string option;The ARN of the deployment.
*)deploymentId : string option;The ID of the deployment.
*)deploymentType : DeploymentType.t option;The type of the deployment.
*)groupArn : string option;The ARN of the group for this deployment.
*)}