Values_6.DescribeScheduledInstancesResultSourceContains the output of DescribeScheduledInstances.
type nonrec t = {nextToken : Values_0.String_.t option;The token required to retrieve the next set of results. This value is null when there are no more results to return.
*)scheduledInstanceSet : Values_3.ScheduledInstanceSet.t option;Information about the Scheduled Instances.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Integer of Values_0.Integer.t
| `String of Values_0.String_.t
| `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Integer of Values_0.Integer.t
| `List of [> `Integer of int ] list
| `String of Values_0.String_.t ])
list
| `Timestamp of Values_0.DateTime.t ])
list ]
list
| `String of Values_0.String_.t ])
list ]