Values.JobFlowExecutionStatusDetailSourceDescribes the status of the cluster (job flow).
type nonrec t = {state : JobFlowExecutionState.t option;The state of the job flow.
*)creationDateTime : Date.t option;The creation date and time of the job flow.
*)startDateTime : Date.t option;The start date and time of the job flow.
*)readyDateTime : Date.t option;The date and time when the job flow was ready to start running bootstrap actions.
*)endDateTime : Date.t option;The completion date and time of the job flow.
*)lastStateChangeReason : XmlString.t option;Description of the job flow last changed state.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `String of XmlString.t | `Timestamp of Date.t ])
list ]