Values.DescribeJobFlowsInputSourceThe input for the DescribeJobFlows operation.
type nonrec t = {createdAfter : Date.t option;Return only job flows created after this date and time.
*)createdBefore : Date.t option;Return only job flows created before this date and time.
*)jobFlowIds : XmlStringList.t option;Return only job flows whose job flow ID is contained in this list.
*)jobFlowStates : JobFlowExecutionStateList.t option;Return only job flows whose state is contained in this list.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `Enum of string | `String of XmlString.t ] list
| `Timestamp of Date.t ])
list ]