Module Values_0.DescribeAutomationStepExecutionsResultSource

Information about all active and terminated step executions in an Automation workflow.

Sourcetype nonrec t = {
  1. stepExecutions : StepExecutionList.t option;
    (*

    A list of details about the current state of all steps that make up an execution.

    *)
  2. 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.

    *)
}
Sourcetype nonrec error = [
  1. | `AutomationExecutionNotFoundException of AutomationExecutionNotFoundException.t
  2. | `InternalServerError of InternalServerError.t
  3. | `InvalidFilterKey of InvalidFilterKey.t
  4. | `InvalidFilterValue of InvalidFilterValue.t
  5. | `InvalidNextToken of InvalidNextToken.t
  6. | `Unknown_operation_error of string * string option
]
Sourceval make : ?stepExecutions:??? -> ?nextToken:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t