Values_0.DescribeMaintenanceWindowExecutionTasksResultSourceFor a given maintenance window execution, lists the tasks that were run.
type nonrec t = {windowExecutionTaskIdentities : MaintenanceWindowExecutionTaskIdentityList.t
option;Information about the task executions.
*)nextToken : NextToken.t option;The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
*)}type nonrec error = [ | `DoesNotExistException of DoesNotExistException.t| `InternalServerError of InternalServerError.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DoesNotExistException of DoesNotExistException.t
| `InternalServerError of InternalServerError.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DoesNotExistException of DoesNotExistException.t
| `InternalServerError of InternalServerError.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `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 ]
list
| `String of NextToken.t ])
list ]