Values_1.StartExecutionPreviewResponseSourceInitiates the process of creating a preview showing the effects that running a specified Automation runbook would have on the targeted resources.
type nonrec t = {executionPreviewId : ExecutionPreviewId.t option;The ID of the execution preview generated by the system.
*)}type nonrec error = [ | `InternalServerError of Values_0.InternalServerError.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerError of Values_0.InternalServerError.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerError of Values_0.InternalServerError.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]