Values_2.InstanceUsageSourceInformation about the Capacity Reservation usage.
type nonrec t = {accountId : Values_0.String_.t option;The ID of the Amazon Web Services account that is making use of the Capacity Reservation.
*)usedInstanceCount : Values_0.Integer.t option;The number of instances the Amazon Web Services account currently has in the Capacity Reservation.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Values_0.Integer.t | `String of Values_0.String_.t ])
list ]