Values_2.EdgeDeploymentPlanSummarySourceContains information summarizing an edge deployment plan.
type nonrec t = {edgeDeploymentPlanArn : Values_0.EdgeDeploymentPlanArn.t option;The ARN of the edge deployment plan.
*)edgeDeploymentPlanName : Values_0.EntityName.t option;The name of the edge deployment plan.
*)deviceFleetName : Values_0.EntityName.t option;The name of the device fleet used for the deployment.
*)edgeDeploymentSuccess : Values_0.Integer.t option;The number of edge devices with the successful deployment.
*)edgeDeploymentPending : Values_0.Integer.t option;The number of edge devices yet to pick up the deployment, or in progress.
*)edgeDeploymentFailed : Values_0.Integer.t option;The number of edge devices that failed the deployment.
*)creationTime : Values_0.Timestamp.t option;The time when the edge deployment plan was created.
*)lastModifiedTime : Values_0.Timestamp.t option;The time when the edge deployment plan was last updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Values_0.Integer.t
| `String of Values_0.EdgeDeploymentPlanArn.t
| `Timestamp of Values_0.Timestamp.t ])
list ]