Values.DeploymentSourceThe details of the last deployment of the environment.
type nonrec t = {deploymentId : String_.t option;The identifier of the last deployment of the environment.
*)deploymentType : DeploymentType.t option;The type of the last deployment of the environment.
*)deploymentStatus : DeploymentStatus.t option;The status of the last deployment of the environment.
*)failureReason : EnvironmentError.t option;The failure reason of the last deployment of the environment.
*)messages : DeploymentMessagesList.t option;The messages of the last deployment of the environment.
*)isDeploymentComplete : Boolean.t option;Specifies whether the last deployment of the environment is complete.
*)}