Values_1.GetMaintenanceWindowExecutionTaskInvocationRequestSourceRetrieves information about a specific task running on a specific target.
type nonrec t = {windowExecutionId : Values_0.MaintenanceWindowExecutionId.t;The ID of the maintenance window execution for which the task is a part.
*)taskId : Values_0.MaintenanceWindowExecutionTaskId.t;The ID of the specific task in the maintenance window task that should be retrieved.
*)invocationId : Values_0.MaintenanceWindowExecutionTaskInvocationId.t;The invocation ID to retrieve.
*)}val make :
windowExecutionId:Values_0.MaintenanceWindowExecutionId.t ->
taskId:Values_0.MaintenanceWindowExecutionTaskId.t ->
invocationId:Values_0.MaintenanceWindowExecutionTaskInvocationId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `String of Values_0.MaintenanceWindowExecutionId.t ]) list ]