Values.InstanceSummarySourceInformation about an instance in a deployment.
type nonrec t = {deploymentId : DeploymentId.t option;The unique ID of a deployment.
*)instanceId : InstanceId.t option;The instance ID.
*)status : InstanceStatus.t option;The deployment status for this instance: Pending: The deployment is pending for this instance. In Progress: The deployment is in progress for this instance. Succeeded: The deployment has succeeded for this instance. Failed: The deployment has failed for this instance. Skipped: The deployment has been skipped for this instance. Unknown: The deployment status is unknown for this instance.
*)lastUpdatedAt : Timestamp.t option;A timestamp that indicates when the instance information was last updated.
*)lifecycleEvents : LifecycleEventList.t option;A list of lifecycle events for this instance.
*)instanceType : InstanceType.t option;Information about which environment an instance belongs to in a blue/green deployment. BLUE: The instance is part of the original environment. GREEN: The instance is part of the replacement environment.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `String of LifecycleEventName.t
| `Structure of
(string * [> `Enum of string | `String of ScriptName.t ])
list
| `Timestamp of Timestamp.t ])
list ]
list
| `String of DeploymentId.t
| `Timestamp of Timestamp.t ])
list ]