Module Values.GameSessionQueueDestinationSource

A fleet or alias designated in a game session queue. Queues fulfill requests for new game sessions by placing a new game session on any of the queue's destinations.

Sourcetype nonrec t = {
  1. destinationArn : ArnStringModel.t option;
    (*

    The Amazon Resource Name (ARN) that is assigned to fleet or fleet alias. ARNs, which include a fleet ID or alias ID and a Region name, provide a unique identifier across all Regions.

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