Values_1.GetMaintenanceWindowExecutionResultSourceRetrieves details about a specific a maintenance window execution.
type nonrec t = {windowExecutionId : Values_0.MaintenanceWindowExecutionId.t option;The ID of the maintenance window execution.
*)taskIds : MaintenanceWindowExecutionTaskIdList.t option;The ID of the task executions from the maintenance window execution.
*)status : Values_0.MaintenanceWindowExecutionStatus.t option;The status of the maintenance window execution.
*)statusDetails : Values_0.MaintenanceWindowExecutionStatusDetails.t option;The details explaining the status. Not available for all status values.
*)startTime : Values_0.DateTime.t option;The time the maintenance window started running.
*)endTime : Values_0.DateTime.t option;The time the maintenance window finished running.
*)}type nonrec error = [ | `DoesNotExistException of Values_0.DoesNotExistException.t| `InternalServerError of Values_0.InternalServerError.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DoesNotExistException of Values_0.DoesNotExistException.t
| `InternalServerError of Values_0.InternalServerError.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DoesNotExistException of Values_0.DoesNotExistException.t
| `InternalServerError of Values_0.InternalServerError.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `String of Values_0.MaintenanceWindowExecutionTaskId.t ] list
| `String of Values_0.MaintenanceWindowExecutionId.t
| `Timestamp of Values_0.DateTime.t ])
list ]