Values_0.DescribeAutomationStepExecutionsResultSourceInformation about all active and terminated step executions in an Automation workflow.
type nonrec t = {stepExecutions : StepExecutionList.t option;A list of details about the current state of all steps that make up an execution.
*)nextToken : NextToken.t option;The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
*)}type nonrec error = [ | `AutomationExecutionNotFoundException of AutomationExecutionNotFoundException.t| `InternalServerError of InternalServerError.t| `InvalidFilterKey of InvalidFilterKey.t| `InvalidFilterValue of InvalidFilterValue.t| `InvalidNextToken of InvalidNextToken.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AutomationExecutionNotFoundException of
AutomationExecutionNotFoundException.t
| `InternalServerError of InternalServerError.t
| `InvalidFilterKey of unit
| `InvalidFilterValue of InvalidFilterValue.t
| `InvalidNextToken of InvalidNextToken.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AutomationExecutionNotFoundException of
AutomationExecutionNotFoundException.t
| `InternalServerError of InternalServerError.t
| `InvalidFilterKey of unit
| `InvalidFilterValue of InvalidFilterValue.t
| `InvalidNextToken of InvalidNextToken.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of Integer.t
| `List of
[> `String of ValidNextStep.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `String of TargetValue.t ] list
| `String of TargetKey.t ])
list ]
list
| `Long of Long.t
| `Map of
([> `String of String_.t ]
* [> `List of
[> `String of AutomationParameterValue.t ]
list
| `String of String_.t ])
list
| `String of String_.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Integer of Integer.t
| `List of
[> `String of Account.t
| `Structure of
(string
* [> `List of
[> `String of TargetValue.t ] list
| `String of TargetKey.t ])
list ]
list
| `Map of
([> `String of AutomationParameterKey.t ]
* [> `List of
[> `String of AutomationParameterValue.t ]
list ])
list
| `String of String_.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `List of
[> `Structure of
(string * [> `String of AlarmName.t ])
list ]
list ])
list ])
list
| `Timestamp of DateTime.t ])
list ]
list
| `String of NextToken.t ])
list ]