Module Values_1.DescribeEdgeDeploymentPlanResponseSource

Describes an edge deployment plan with deployment status per stage.

Sourcetype nonrec t = {
  1. edgeDeploymentPlanArn : Values_0.EdgeDeploymentPlanArn.t option;
    (*

    The ARN of edge deployment plan.

    *)
  2. edgeDeploymentPlanName : Values_0.EntityName.t option;
    (*

    The name of the edge deployment plan.

    *)
  3. modelConfigs : Values_0.EdgeDeploymentModelConfigs.t option;
    (*

    List of models associated with the edge deployment plan.

    *)
  4. deviceFleetName : Values_0.EntityName.t option;
    (*

    The device fleet used for this edge deployment plan.

    *)
  5. edgeDeploymentSuccess : Values_0.Integer.t option;
    (*

    The number of edge devices with the successful deployment.

    *)
  6. edgeDeploymentPending : Values_0.Integer.t option;
    (*

    The number of edge devices yet to pick up deployment, or in progress.

    *)
  7. edgeDeploymentFailed : Values_0.Integer.t option;
    (*

    The number of edge devices that failed the deployment.

    *)
  8. stages : DeploymentStageStatusSummaries.t option;
    (*

    List of stages in the edge deployment plan.

    *)
  9. nextToken : Values_0.NextToken.t option;
    (*

    Token to use when calling the next set of stages in the edge deployment plan.

    *)
  10. creationTime : Values_0.Timestamp.t option;
    (*

    The time when the edge deployment plan was created.

    *)
  11. lastModifiedTime : Values_0.Timestamp.t option;
    (*

    The time when the edge deployment plan was last updated.

    *)
}
Sourcetype nonrec error = [
  1. | `ResourceNotFound of Values_0.ResourceNotFound.t
  2. | `Unknown_operation_error of string * string option
]
Sourceval make : ?edgeDeploymentPlanArn:??? -> ?edgeDeploymentPlanName:??? -> ?modelConfigs:??? -> ?deviceFleetName:??? -> ?edgeDeploymentSuccess:??? -> ?edgeDeploymentPending:??? -> ?edgeDeploymentFailed:??? -> ?stages:??? -> ?nextToken:??? -> ?creationTime:??? -> ?lastModifiedTime:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ResourceNotFound of Values_0.ResourceNotFound.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ResourceNotFound of Values_0.ResourceNotFound.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t