Values_1.GetMaintenanceWindowExecutionTaskRequestSourceRetrieves the details about a specific task run as part of a maintenance window execution.
type nonrec t = {windowExecutionId : Values_0.MaintenanceWindowExecutionId.t;The ID of the maintenance window execution that includes the task.
*)taskId : Values_0.MaintenanceWindowExecutionTaskId.t;The ID of the specific task execution in the maintenance window task that should be retrieved.
*)}val make :
windowExecutionId:Values_0.MaintenanceWindowExecutionId.t ->
taskId:Values_0.MaintenanceWindowExecutionTaskId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `String of Values_0.MaintenanceWindowExecutionId.t ]) list ]