Values_0.DescribeMaintenanceWindowScheduleResultSourceRetrieves information about upcoming executions of a maintenance window.
type nonrec t = {scheduledWindowExecutions : ScheduledWindowExecutionList.t option;Information about maintenance window executions scheduled for the specified time range.
*)nextToken : NextToken.t option;The token for the next set of items to return. (You use this token in the next call.)
*)}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 * [> `String of MaintenanceWindowId.t ]) list ]
list
| `String of NextToken.t ])
list ]