Values_0.CancelMaintenanceWindowExecutionResultSourceStops 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.
type nonrec t = {windowExecutionId : MaintenanceWindowExecutionId.t option;The ID of the maintenance window execution that has been stopped.
*)}type nonrec error = [ | `DoesNotExistException of DoesNotExistException.t| `InternalServerError of InternalServerError.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DoesNotExistException of DoesNotExistException.t
| `InternalServerError of InternalServerError.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DoesNotExistException of DoesNotExistException.t
| `InternalServerError of InternalServerError.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string * [> `String of MaintenanceWindowExecutionId.t ]) list ]