Module Values.DescribeGameServerGroupInputSource

This API works with the following fleet types: EC2 (FleetIQ) Retrieves information on a game server group. This operation returns only properties related to Amazon GameLift Servers FleetIQ. To view or update properties for the corresponding Auto Scaling group, such as launch template, auto scaling policies, and maximum/minimum group size, access the Auto Scaling group directly. To get attributes for a game server group, provide a group name or ARN value. If successful, a GameServerGroup 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. Use either the name or ARN value.

    *)
}
Sourceval context_ : string
Sourceval make : gameServerGroupName:GameServerGroupNameOrArn.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