{ "$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-server-group-input-structure.json", "name": "DeleteGameServerGroupInput", "description": "DeleteGameServerGroupInput schema from Amazon GameLift API", "type": "object", "properties": { "GameServerGroupName": { "allOf": [ { "$ref": "#/components/schemas/GameServerGroupNameOrArn" }, { "description": "A unique identifier for the game server group. Use either the name or ARN value." } ] }, "DeleteOption": { "allOf": [ { "$ref": "#/components/schemas/GameServerGroupDeleteOption" }, { "description": "

The type of delete to perform. Options include the following:

" } ] } }, "required": [ "GameServerGroupName" ] }