Values.EC2InstanceCountsSourceResource capacity settings. Fleet capacity is measured in Amazon EC2 instances. Pending and terminating counts are non-zero when the fleet capacity is adjusting to a scaling event or if access to resources is temporarily affected.
type nonrec t = {dESIRED : WholeNumber.t option;Requested number of active instances. Amazon GameLift Servers takes action as needed to maintain the desired number of instances. Capacity is scaled up or down by changing the desired instances. A change in the desired instances value can take up to 1 minute to be reflected when viewing a fleet's capacity settings.
*)mINIMUM : WholeNumber.t option;The minimum instance count value allowed.
*)mAXIMUM : WholeNumber.t option;The maximum instance count value allowed.
*)pENDING : WholeNumber.t option;Number of instances that are starting but not yet active.
*)aCTIVE : WholeNumber.t option;Actual number of instances that are ready to host game sessions.
*)iDLE : WholeNumber.t option;Number of active instances that are not currently hosting a game session.
*)tERMINATING : WholeNumber.t option;Number of instances that are no longer active but haven't yet been terminated.
*)}