Values_0.MaintenanceWindowExecutionTaskIdentitySourceInformation about a task execution performed as part of a maintenance window execution.
type nonrec t = {windowExecutionId : MaintenanceWindowExecutionId.t option;The ID of the maintenance window execution that ran the task.
*)taskExecutionId : MaintenanceWindowExecutionTaskId.t option;The ID of the specific task execution in the maintenance window execution.
*)status : MaintenanceWindowExecutionStatus.t option;The status of the task execution.
*)statusDetails : MaintenanceWindowExecutionStatusDetails.t option;The details explaining the status of the task execution. Not available for all status values.
*)startTime : DateTime.t option;The time the task execution started.
*)endTime : DateTime.t option;The time the task execution finished.
*)taskArn : MaintenanceWindowTaskArn.t option;The Amazon Resource Name (ARN) of the task that ran.
*)taskType : MaintenanceWindowTaskType.t option;The type of task that ran.
*)alarmConfiguration : AlarmConfiguration.t option;The details for the CloudWatch alarm applied to your maintenance window task.
*)triggeredAlarms : AlarmStateInformationList.t option;The CloudWatch alarm that was invoked by the maintenance window task.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `Enum of string | `String of AlarmName.t ]) list ]
list
| `String of MaintenanceWindowExecutionId.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `List of
[> `Structure of (string * [> `String of AlarmName.t ]) list ]
list ])
list
| `Timestamp of DateTime.t ])
list ]