Values_0.InstanceCapacitySourceInformation about the number of instances that can be launched onto the Dedicated Host.
type nonrec t = {availableCapacity : Integer.t option;The number of instances that can be launched onto the Dedicated Host based on the host's available capacity.
*)instanceType : String_.t option;The instance type supported by the Dedicated Host.
*)totalCapacity : Integer.t option;The total number of instances that can be launched onto the Dedicated Host if there are no instances running on it.
*)}