Module Values_1.GetMaintenanceWindowExecutionTaskInvocationRequestSource

Retrieves information about a specific task running on a specific target.

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

    The ID of the maintenance window execution for which the task is a part.

    *)
  2. taskId : Values_0.MaintenanceWindowExecutionTaskId.t;
    (*

    The ID of the specific task in the maintenance window task that should be retrieved.

    *)
  3. invocationId : Values_0.MaintenanceWindowExecutionTaskInvocationId.t;
    (*

    The invocation ID to retrieve.

    *)
}
Sourceval context_ : string
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