{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-gamelift/refs/heads/main/json-structure/gamelift-delete-game-session-queue-input-structure.json", "name": "DeleteGameSessionQueueInput", "description": "DeleteGameSessionQueueInput schema from Amazon GameLift API", "type": "object", "properties": { "Name": { "allOf": [ { "$ref": "#/components/schemas/GameSessionQueueNameOrArn" }, { "description": "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. " } ] } }, "required": [ "Name" ] }