Module Values_2.InstanceUsageSource

Information about the Capacity Reservation usage.

Sourcetype nonrec t = {
  1. accountId : Values_0.String_.t option;
    (*

    The ID of the Amazon Web Services account that is making use of the Capacity Reservation.

    *)
  2. usedInstanceCount : Values_0.Integer.t option;
    (*

    The number of instances the Amazon Web Services account currently has in the Capacity Reservation.

    *)
}
Sourceval make : ?accountId:??? -> ?usedInstanceCount:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Values_0.Integer.t | `String of Values_0.String_.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