Module Values.DeregisterGameServerInputSource

This API works with the following fleet types: EC2 (FleetIQ) Removes the game server from a game server group. As a result of this operation, the deregistered game server can no longer be claimed and will not be returned in a list of active game servers. To deregister a game server, specify the game server group and game server ID. If successful, this operation emits a CloudWatch event with termination timestamp and reason. 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 to deregister.

    *)
}
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