Values_1.InstanceCountSourceDescribes a Reserved Instance listing state.
type nonrec t = {instanceCount : Values_0.Integer.t option;The number of listed Reserved Instances in the state specified by the state.
*)state : Values_0.ListingState.t option;The states of the listed Reserved Instances.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Integer of Values_0.Integer.t ]) list ]