Values_0.DeleteMaintenanceWindowResultSourceDeletes a maintenance window.
type nonrec t = {windowId : MaintenanceWindowId.t option;The ID of the deleted maintenance window.
*)}type nonrec error = [ | `InternalServerError of InternalServerError.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerError of InternalServerError.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerError of InternalServerError.t
| `Unknown_operation_error of string * string option ]