Values_0.CancelMaintenanceWindowExecutionRequestSourceStops 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;The ID of the maintenance window execution to stop.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of MaintenanceWindowExecutionId.t ]) list ]