Values_1.GetExecutionPreviewResponseSourceInitiates the process of retrieving an existing preview that shows the effects that running a specified Automation runbook would have on the targeted resources.
type nonrec t = {executionPreviewId : ExecutionPreviewId.t option;The generated ID for the existing execution preview.
*)endedAt : Values_0.DateTime.t option;A UTC timestamp indicating when the execution preview operation ended.
*)status : ExecutionPreviewStatus.t option;The current status of the execution preview operation.
*)statusMessage : Values_0.String_.t option;Supplemental information about the current status of the execution preview.
*)executionPreview : ExecutionPreview.t option;}type nonrec error = [ | `InternalServerError of Values_0.InternalServerError.t| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val 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 ]val 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 ]val 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 ]