Values.EC2InstanceLimitSourceThe Amazon GameLift Servers service limits for an Amazon EC2 instance type and current utilization. Amazon GameLift Servers allows Amazon Web Services accounts a maximum number of instances, per instance type, per Amazon Web Services Region or location, for use with Amazon GameLift Servers. You can request an limit increase for your account by using the Service limits page in the Amazon GameLift Servers console.
type nonrec t = {eC2InstanceType : EC2InstanceType.t option;The name of an Amazon EC2 instance type. See Amazon Elastic Compute Cloud Instance Types for detailed descriptions.
*)currentInstances : WholeNumber.t option;The number of instances for the specified type and location that are currently being used by the Amazon Web Services account.
*)instanceLimit : WholeNumber.t option;The number of instances that is allowed for the specified instance type and location.
*)location : LocationStringModel.t option;An Amazon Web Services Region code, such as us-west-2.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of WholeNumber.t
| `String of LocationStringModel.t ])
list ]