Module Values.LocationConfigurationSource

A remote location where a multi-location fleet can deploy game servers for game hosting.

Sourcetype nonrec t = {
  1. location : LocationStringModel.t;
    (*

    An Amazon Web Services Region code, such as us-west-2. For a list of supported Regions and Local Zones, see Amazon GameLift Servers service locations for managed hosting.

    *)
}
Sourceval context_ : string
Sourceval make : location:LocationStringModel.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of LocationStringModel.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