Values.FleetUtilizationSourceCurrent resource utilization statistics in a specified fleet or location. The location value might refer to a fleet's remote location or its home region.
type nonrec t = {fleetId : FleetId.t option;A unique identifier for the fleet associated with the location.
*)fleetArn : FleetArn.t option;The Amazon Resource Name (ARN) that is assigned to a Amazon GameLift Servers fleet resource and uniquely identifies it. ARNs are unique across all Regions. Format is arn:aws:gamelift:<region>::fleet/fleet-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912.
*)activeServerProcessCount : WholeNumber.t option;The number of server processes in ACTIVE status that are currently running across all instances in the fleet location.
*)activeGameSessionCount : WholeNumber.t option;The number of active game sessions that are currently being hosted across all instances in the fleet location.
*)currentPlayerSessionCount : WholeNumber.t option;The number of active player sessions that are currently being hosted across all instances in the fleet location.
*)maximumPlayerSessionCount : WholeNumber.t option;The maximum number of players allowed across all game sessions that are currently being hosted across all instances in the fleet location.
*)location : LocationStringModel.t option;The fleet location for the fleet utilization information, expressed as an Amazon Web Services Region code, such as us-west-2.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of WholeNumber.t | `String of FleetId.t ]) list ]