Module Values_1.GetMaintenanceWindowExecutionRequestSource

Retrieves details about a specific a maintenance window execution.

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

    The ID of the maintenance window execution that includes the task.

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