Values_6.DescribeReservedInstancesResultSourceContains the output for DescribeReservedInstances.
type nonrec t = {reservedInstances : Values_3.ReservedInstancesList.t option;A list of Reserved 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
* [> `Enum of string
| `Float of Values_0.Float_.t
| `Integer of Values_0.Integer.t
| `List of
[> `Structure of
(string
* [> `Double of Values_0.Double.t
| `Enum of string
| `String of string ])
list ]
list
| `Long of Values_0.Long.t
| `String of Values_0.String_.t
| `Timestamp of Values_0.DateTime.t ])
list ]
list ])
list ]