Values_1.EdgeDeploymentStatusSourceContains information summarizing the deployment stage results.
type nonrec t = {stageStatus : StageStatus.t option;The general status of the current stage.
*)edgeDeploymentSuccessInStage : Values_0.Integer.t option;The number of edge devices with the successful deployment in the current stage.
*)edgeDeploymentPendingInStage : Values_0.Integer.t option;The number of edge devices yet to pick up the deployment in current stage, or in progress.
*)edgeDeploymentFailedInStage : Values_0.Integer.t option;The number of edge devices that failed the deployment in current stage.
*)edgeDeploymentStatusMessage : Values_0.String_.t option;A detailed message about deployment status in current stage.
*)edgeDeploymentStageStartTime : Values_0.Timestamp.t option;The time when the deployment API started.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Values_0.Integer.t
| `String of Values_0.String_.t
| `Timestamp of Values_0.Timestamp.t ])
list ]