Values.ComputeCapacitySourceDescribes the capacity for a fleet.
type nonrec t = {desiredInstances : Integer.t option;The desired number of streaming instances.
*)desiredSessions : Integer.t option;The desired number of user sessions for a multi-session fleet. This is not allowed for single-session fleets. When you create a fleet, you must set either the DesiredSessions or DesiredInstances attribute, based on the type of fleet you create. You canโt define both attributes or leave both attributes blank.
*)}