Module Values.AnywhereConfigurationSource

Amazon GameLift Servers configuration options for your Anywhere fleets.

Sourcetype nonrec t = {
  1. cost : NonNegativeLimitedLengthDouble.t;
    (*

    The cost to run your fleet per hour. Amazon GameLift Servers uses the provided cost of your fleet to balance usage in queues. For more information about queues, see Setting up queues in the Amazon GameLift Servers Developer Guide.

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