Values.InstanceTargetSourceA target Amazon EC2 or on-premises instance during a deployment that uses the EC2/On-premises compute platform.
type nonrec t = {deploymentId : DeploymentId.t option;The unique ID of a deployment.
*)targetId : TargetId.t option;The unique ID of a deployment target that has a type of instanceTarget.
*)targetArn : TargetArn.t option;The Amazon Resource Name (ARN) of the target.
*)status : TargetStatus.t option;The status an EC2/On-premises deployment's target instance.
*)lastUpdatedAt : Time.t option;The date and time when the target instance was updated by a deployment.
*)lifecycleEvents : LifecycleEventList.t option;The lifecycle events of the deployment to this target instance.
*)instanceLabel : TargetLabel.t option;A label that identifies whether the instance is an original target (BLUE) or a replacement target (GREEN).
*)}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 Time.t ])
list ]