Values_0.DescribeMaintenanceWindowScheduleRequestSourceRetrieves information about upcoming executions of a maintenance window.
type nonrec t = {windowId : MaintenanceWindowId.t option;The ID of the maintenance window to retrieve information about.
*)targets : Targets.t option;The managed node ID or key-value pair to retrieve information about.
*)resourceType : MaintenanceWindowResourceType.t option;The type of resource you want to retrieve information about. For example, INSTANCE.
*)filters : PatchOrchestratorFilterList.t option;Filters used to limit the range of results. For example, you can limit maintenance window executions to only those scheduled before or after a certain date and time.
*)maxResults : MaintenanceWindowSearchMaxResults.t option;The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
*)nextToken : NextToken.t option;The token for the next set of items to return. (You received this token from a previous call.)
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of MaintenanceWindowSearchMaxResults.t
| `List of
[> `Structure of
(string
* [> `List of [> `String of TargetValue.t ] list
| `String of TargetKey.t ])
list ]
list
| `String of MaintenanceWindowId.t ])
list ]