Module Values_2.DeviceDeploymentSummarySource

Contains information summarizing device details and deployment status.

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

    The ARN of the edge deployment plan.

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

    The name of the edge deployment plan.

    *)
  3. stageName : Values_0.EntityName.t option;
    (*

    The name of the stage in the edge deployment plan.

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

    The name of the deployed stage.

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

    The name of the fleet to which the device belongs to.

    *)
  6. deviceName : Values_0.DeviceName.t option;
    (*

    The name of the device.

    *)
  7. deviceArn : Values_1.DeviceArn.t option;
    (*

    The ARN of the device.

    *)
  8. deviceDeploymentStatus : DeviceDeploymentStatus.t option;
    (*

    The deployment status of the device.

    *)
  9. deviceDeploymentStatusMessage : Values_0.String_.t option;
    (*

    The detailed error message for the deployoment status result.

    *)
  10. description : Values_1.DeviceDescription.t option;
    (*

    The description of the device.

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

    The time when the deployment on the device started.

    *)
}
Sourceval make : ?edgeDeploymentPlanArn:??? -> ?edgeDeploymentPlanName:??? -> ?stageName:??? -> ?deployedStageName:??? -> ?deviceFleetName:??? -> ?deviceName:??? -> ?deviceArn:??? -> ?deviceDeploymentStatus:??? -> ?deviceDeploymentStatusMessage:??? -> ?description:??? -> ?deploymentStartTime:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `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