{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-gamelift/refs/heads/main/json-structure/gamelift-suspend-game-server-group-input-structure.json", "name": "SuspendGameServerGroupInput", "description": "SuspendGameServerGroupInput 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." } ] }, "SuspendActions": { "allOf": [ { "$ref": "#/components/schemas/GameServerGroupActions" }, { "description": "The activity to suspend for this game server group." } ] } }, "required": [ "GameServerGroupName", "SuspendActions" ] }