Values_1.DescribeEdgeDeploymentPlanResponseSourceDescribes an edge deployment plan with deployment status per stage.
type nonrec t = {edgeDeploymentPlanArn : Values_0.EdgeDeploymentPlanArn.t option;The ARN of edge deployment plan.
*)edgeDeploymentPlanName : Values_0.EntityName.t option;The name of the edge deployment plan.
*)modelConfigs : Values_0.EdgeDeploymentModelConfigs.t option;List of models associated with the edge deployment plan.
*)deviceFleetName : Values_0.EntityName.t option;The device fleet used for this edge deployment plan.
*)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 deployment, or in progress.
*)edgeDeploymentFailed : Values_0.Integer.t option;The number of edge devices that failed the deployment.
*)stages : DeploymentStageStatusSummaries.t option;List of stages in the edge deployment plan.
*)nextToken : Values_0.NextToken.t option;Token to use when calling the next set of stages in the edge deployment plan.
*)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.
*)}type nonrec error = [ | `ResourceNotFound of Values_0.ResourceNotFound.t| `Unknown_operation_error of string * string option ]val make :
?edgeDeploymentPlanArn:??? ->
?edgeDeploymentPlanName:??? ->
?modelConfigs:??? ->
?deviceFleetName:??? ->
?edgeDeploymentSuccess:??? ->
?edgeDeploymentPending:??? ->
?edgeDeploymentFailed:??? ->
?stages:??? ->
?nextToken:??? ->
?creationTime:??? ->
?lastModifiedTime:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Values_0.Integer.t
| `List of
[> `Structure of
(string
* [> `String of string
| `Structure of
(string
* [> `Enum of string
| `Integer of int
| `List of [> `String of string ] list
| `String of string
| `Timestamp of Values_0.Timestamp.t ])
list ])
list ]
list
| `String of Values_0.EdgeDeploymentPlanArn.t
| `Timestamp of Values_0.Timestamp.t ])
list ]