Module Values_1.StopAutomationExecutionRequestSource

Stop an Automation that is currently running.

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

    The execution ID of the Automation to stop.

    *)
  2. type_ : StopType.t option;
    (*

    The stop request type. Valid types include the following: Cancel and Complete. The default type is Cancel.

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