Values_1.GetMaintenanceWindowExecutionTaskInvocationResultSourceRetrieves information about a specific task running on a specific target.
type nonrec t = {windowExecutionId : Values_0.MaintenanceWindowExecutionId.t option;The maintenance window execution ID.
*)taskExecutionId : Values_0.MaintenanceWindowExecutionTaskId.t option;The task execution ID.
*)invocationId : Values_0.MaintenanceWindowExecutionTaskInvocationId.t option;The invocation ID.
*)executionId : Values_0.MaintenanceWindowExecutionTaskExecutionId.t option;The execution ID.
*)taskType : Values_0.MaintenanceWindowTaskType.t option;Retrieves the task type for a maintenance window.
*)parameters : Values_0.MaintenanceWindowExecutionTaskInvocationParameters.t
option;The parameters used at the time that the task ran.
*)status : Values_0.MaintenanceWindowExecutionStatus.t option;The task status for an invocation.
*)statusDetails : Values_0.MaintenanceWindowExecutionStatusDetails.t option;The details explaining the status. Details are only available for certain status values.
*)startTime : Values_0.DateTime.t option;The time that the task started running on the target.
*)endTime : Values_0.DateTime.t option;The time that the task finished running on the target.
*)ownerInformation : Values_0.OwnerInformation.t option;User-provided value to be included in any Amazon CloudWatch Events or Amazon EventBridge events raised while running tasks for these targets in this maintenance window.
*)windowTargetId : Values_0.MaintenanceWindowTaskTargetId.t option;The maintenance window target ID.
*)}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
| `String of Values_0.MaintenanceWindowExecutionId.t
| `Timestamp of Values_0.DateTime.t ])
list ]