Module Values_0.CancelMaintenanceWindowExecutionRequestSource

Stops a maintenance window execution that is already in progress and cancels any tasks in the window that haven't already starting running. Tasks already in progress will continue to completion.

Sourcetype nonrec t = {
  1. windowExecutionId : MaintenanceWindowExecutionId.t;
    (*

    The ID of the maintenance window execution to stop.

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