Values.DeployTargetEventSourceA lifecycle event for the deploy action.
type nonrec t = {name : String_.t option;The name of the event for the deploy action.
*)status : String_.t option;The status of the event for the deploy action.
*)startTime : Timestamp.t option;The start time for the event for the deploy action.
*)endTime : Timestamp.t option;The end time for the event for the deploy action.
*)context : DeployTargetEventContext.t option;The context for the event for the deploy action.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of String_.t
| `Structure of (string * [> `String of String_.t ]) list
| `Timestamp of Timestamp.t ])
list ]