Module Values_0.DescribeAutomationExecutionsResultSource

Provides details about all active and terminated Automation executions.

Sourcetype nonrec t = {
  1. automationExecutionMetadataList : AutomationExecutionMetadataList.t option;
    (*

    The list of details about each automation execution which has occurred which matches the filter specification, if any.

    *)
  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. | `InternalServerError of InternalServerError.t
  2. | `InvalidFilterKey of InvalidFilterKey.t
  3. | `InvalidFilterValue of InvalidFilterValue.t
  4. | `InvalidNextToken of InvalidNextToken.t
  5. | `Unknown_operation_error of string * string option
]
Sourceval make : ?automationExecutionMetadataList:??? -> ?nextToken:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.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 -> [> `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 * [> `Enum of string | `List of [> `Map of ([> `String of TargetMapKey.t ] * [> `List of [> `String of TargetMapValue.t ] list ]) list | `Structure of (string * [> `Enum of string | `List of [> `Map of ([> `String of TargetMapKey.t ] * [> `List of [> `String of TargetMapValue.t ] list ]) list | `String of TargetValue.t | `Structure of (string * [> `Boolean of Boolean.t | `List of [> `String of TargetValue.t | `Structure of (string * [> `List of [> `String of TargetValue.t ] list | `String of TargetKey.t ]) list ] list | `String of TargetKey.t | `Structure of (string * [> `Boolean of Boolean.t | `List of [> `Structure of (string * [> `String of AlarmName.t ]) list ] list ]) list ]) list ] list | `Map of ([> `String of AutomationParameterKey.t ] * [> `List of [> `String of AutomationParameterValue.t ] list ]) list | `String of TargetKey.t ]) list ] list | `Map of ([> `String of AutomationParameterKey.t ] * [> `List of [> `String of AutomationParameterValue.t ] list ]) list | `String of AutomationExecutionId.t | `Structure of (string * [> `Boolean of Boolean.t | `List of [> `String of ParameterValue.t | `Structure of (string * [> `String of AlarmName.t ]) 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