Values_0.DescribeAutomationExecutionsRequestSourceProvides details about all active and terminated Automation executions.
type nonrec t = {filters : AutomationExecutionFilterList.t option;Filters used to limit the scope of executions that are requested.
*)maxResults : MaxResults.t option;The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
*)nextToken : NextToken.t option;The token for the next set of items to return. (You received this token from a previous call.)
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of MaxResults.t
| `List of
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `String of AutomationExecutionFilterValue.t ] list ])
list ]
list
| `String of NextToken.t ])
list ]