Values.DeployActionExecutionTargetSourceThe target for the deploy action.
type nonrec t = {targetId : String_.t option;The ID of the target for the deploy action.
*)targetType : String_.t option;The type of target for the deploy action.
*)status : String_.t option;The status of the deploy action.
*)startTime : Timestamp.t option;The start time for the deploy action.
*)endTime : Timestamp.t option;The end time for the deploy action.
*)events : DeployTargetEventList.t option;The lifecycle events for the deploy action.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of String_.t
| `Structure of
(string * [> `String of String_.t ]) list
| `Timestamp of Timestamp.t ])
list ]
list
| `String of String_.t
| `Timestamp of Timestamp.t ])
list ]