Module Values_1.GetExecutionPreviewResponseSource

Initiates the process of retrieving an existing preview that shows the effects that running a specified Automation runbook would have on the targeted resources.

Sourcetype nonrec t = {
  1. executionPreviewId : ExecutionPreviewId.t option;
    (*

    The generated ID for the existing execution preview.

    *)
  2. endedAt : Values_0.DateTime.t option;
    (*

    A UTC timestamp indicating when the execution preview operation ended.

    *)
  3. status : ExecutionPreviewStatus.t option;
    (*

    The current status of the execution preview operation.

    *)
  4. statusMessage : Values_0.String_.t option;
    (*

    Supplemental information about the current status of the execution preview.

    *)
  5. executionPreview : ExecutionPreview.t option;
}
Sourcetype nonrec error = [
  1. | `InternalServerError of Values_0.InternalServerError.t
  2. | `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
  3. | `Unknown_operation_error of string * string option
]
Sourceval make : ?executionPreviewId:??? -> ?endedAt:??? -> ?status:??? -> ?statusMessage:??? -> ?executionPreview:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `InternalServerError of Values_0.InternalServerError.t | `ResourceNotFoundException of Values_0.ResourceNotFoundException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `InternalServerError of Values_0.InternalServerError.t | `ResourceNotFoundException of Values_0.ResourceNotFoundException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of ExecutionPreviewId.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 | `Timestamp of Values_0.DateTime.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