Module Values_1.ExecutionPreviewSource

Information about the changes that would be made if an execution were run.

Sourcetype nonrec t = {
  1. automation : Values_0.AutomationExecutionPreview.t option;
    (*

    Information about the changes that would be made if an Automation workflow were run.

    *)
}
Sourceval make : ?automation:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Integer of int | `List of [> `String of string | `Structure of (string * [> `Integer of int | `String of string ]) list ] list | `Map of ([> `Enum of string ] * [> `Integer of int ]) list ]) list ]) 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