Values.SearchFlowExecutionsRequestSourceSearches for AWS IoT Things Graph workflow execution instances.
type nonrec t = {systemInstanceId : Urn.t;The ID of the system instance that contains the flow.
*)flowExecutionId : FlowExecutionId.t option;The ID of a flow execution.
*)startTime : Timestamp.t option;The date and time of the earliest flow execution to return.
*)endTime : Timestamp.t option;The date and time of the latest flow execution to return.
*)nextToken : NextToken.t option;The string that specifies the next page of results. Use this when you're paginating results.
*)maxResults : MaxResults.t option;The maximum number of results to return in the response.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of MaxResults.t
| `String of Urn.t
| `Timestamp of Timestamp.t ])
list ]