Values_1.CapacityAllocationSourceInformation about instance capacity usage for a Capacity Reservation.
type nonrec t = {allocationType : Values_0.AllocationType.t option;The usage type. used indicates that the instance capacity is in use by instances that are running in the Capacity Reservation.
*)count : Values_0.Integer.t option;The amount of instance capacity associated with the usage. For example a value of 4 indicates that instance capacity for 4 instances is currently in use.
*)allocationMetadata : Values_0.CapacityAllocationMetadataList.t option;Additional metadata associated with the capacity allocation. Each entry contains a key-value pair providing context about the allocation.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Values_0.Integer.t
| `List of
[> `Structure of (string * [> `String of string ]) list ] list ])
list ]