Values.DeleteGameSessionQueueInputSourceThis 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.
type nonrec t = {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.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of GameSessionQueueNameOrArn.t ]) list ]