Values.DescribeGameServerInputSourceThis API works with the following fleet types: EC2 (FleetIQ) Retrieves information for a registered game server. Information includes game server status, health check info, and the instance that the game server is running on. To retrieve game server information, specify the game server ID. If successful, the requested game server object is returned. Learn more Amazon GameLift Servers FleetIQ Guide
type nonrec t = {gameServerGroupName : GameServerGroupNameOrArn.t;A unique identifier for the game server group where the game server is running.
*)gameServerId : GameServerId.t;A custom string that uniquely identifies the game server information to be retrieved.
*)}val make :
gameServerGroupName:GameServerGroupNameOrArn.t ->
gameServerId:GameServerId.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of GameServerGroupNameOrArn.t ]) list ]