Values.DeregisterGameServerInputSourceThis 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
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 to deregister.
*)}val make :
gameServerGroupName:GameServerGroupNameOrArn.t ->
gameServerId:GameServerId.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of GameServerGroupNameOrArn.t ]) list ]