Values_1.DescribeMaintenanceWindowsResultSourceRetrieves the maintenance windows in an Amazon Web Services account.
type nonrec t = {windowIdentities : MaintenanceWindowIdentityList.t option;Information about the maintenance windows.
*)nextToken : Values_0.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 = [ | `InternalServerError of Values_0.InternalServerError.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerError of Values_0.InternalServerError.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerError of Values_0.InternalServerError.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of MaintenanceWindowEnabled.t
| `Integer of Values_0.MaintenanceWindowDurationHours.t
| `String of Values_0.MaintenanceWindowId.t ])
list ]
list
| `String of Values_0.NextToken.t ])
list ]