Values_1.StopAutomationExecutionRequestSourceStop an Automation that is currently running.
type nonrec t = {automationExecutionId : Values_0.AutomationExecutionId.t;The execution ID of the Automation to stop.
*)type_ : StopType.t option;The stop request type. Valid types include the following: Cancel and Complete. The default type is Cancel.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `String of Values_0.AutomationExecutionId.t ])
list ]