Values.ECSTargetSourceInformation about the target of an Amazon ECS deployment.
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 ecsTarget.
*)targetArn : TargetArn.t option;The Amazon Resource Name (ARN) of the target.
*)lastUpdatedAt : Time.t option;The date and time when the target Amazon ECS application was updated by a deployment.
*)lifecycleEvents : LifecycleEventList.t option;The lifecycle events of the deployment to this target Amazon ECS application.
*)status : TargetStatus.t option;The status an Amazon ECS deployment's target ECS application.
*)taskSetsInfo : ECSTaskSetList.t option;The ECSTaskSet objects associated with the ECS target.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Double of TrafficWeight.t
| `Enum of string
| `Long of ECSTaskSetCount.t
| `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 ]