Module Values_1.GetAutomationExecutionRequestSource

Get detailed information about a particular Automation execution.

Sourcetype nonrec t = {
  1. automationExecutionId : Values_0.AutomationExecutionId.t;
    (*

    The unique identifier for an existing automation execution to examine. The execution ID is returned by StartAutomationExecution when the execution of an Automation runbook is initiated.

    *)
}
Sourceval context_ : string
Sourceval make : automationExecutionId:Values_0.AutomationExecutionId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.AutomationExecutionId.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