Module Values.DescribeGameServerInputSource

This 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

Sourcetype nonrec t = {
  1. gameServerGroupName : GameServerGroupNameOrArn.t;
    (*

    A unique identifier for the game server group where the game server is running.

    *)
  2. gameServerId : GameServerId.t;
    (*

    A custom string that uniquely identifies the game server information to be retrieved.

    *)
}
Sourceval context_ : string
Sourceval make : gameServerGroupName:GameServerGroupNameOrArn.t -> gameServerId:GameServerId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of GameServerGroupNameOrArn.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t