Module Values.DeleteGameSessionQueueInputSource

This API works with the following fleet types: EC2, Anywhere, Container Deletes a game session queue. Once a queue is successfully deleted, unfulfilled StartGameSessionPlacement requests that reference the queue will fail. To delete a queue, specify the queue name.

Sourcetype nonrec t = {
  1. name : GameSessionQueueNameOrArn.t;
    (*

    A descriptive label that is associated with game session queue. Queue names must be unique within each Region. You can use either the queue ID or ARN value.

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