Values_0.DescribeAutomationStepExecutionsRequestSourceInformation about all active and terminated step executions in an Automation workflow.
type nonrec t = {automationExecutionId : AutomationExecutionId.t;The Automation execution ID for which you want step execution descriptions.
*)filters : StepExecutionFilterList.t option;One or more filters to limit the number of step executions returned by the request.
*)nextToken : NextToken.t option;The token for the next set of items to return. (You received this token from a previous call.)
*)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.
*)reverseOrder : Boolean.t option;Indicates whether to list step executions in reverse order by start time. The default value is 'false'.
*)}val make :
?filters:??? ->
?nextToken:??? ->
?maxResults:??? ->
?reverseOrder:??? ->
automationExecutionId:AutomationExecutionId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Integer of MaxResults.t
| `List of
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of StepExecutionFilterValue.t ] list ])
list ]
list
| `String of AutomationExecutionId.t ])
list ]