Module Values_1.InstanceCountSource

Describes a Reserved Instance listing state.

Sourcetype nonrec t = {
  1. instanceCount : Values_0.Integer.t option;
    (*

    The number of listed Reserved Instances in the state specified by the state.

    *)
  2. state : Values_0.ListingState.t option;
    (*

    The states of the listed Reserved Instances.

    *)
}
Sourceval make : ?instanceCount:??? -> ?state:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of Values_0.Integer.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t