Values_1.GetAutomationExecutionRequestSourceGet detailed information about a particular Automation execution.
type nonrec t = {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.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of Values_0.AutomationExecutionId.t ]) list ]