Amazon GameLift · JSON Structure

Gamelift Describe Game Server Instances Output Structure

DescribeGameServerInstancesOutput schema from Amazon GameLift API

Type: object Properties: 2
Cloud ComputingGame ServersGamingMultiplayerMatchmakingFlexMatchFleetIQ

DescribeGameServerInstancesOutput is a JSON Structure definition published by Amazon GameLift, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

GameServerInstances NextToken

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-gamelift/refs/heads/main/json-structure/gamelift-describe-game-server-instances-output-structure.json",
  "name": "DescribeGameServerInstancesOutput",
  "description": "DescribeGameServerInstancesOutput schema from Amazon GameLift API",
  "type": "object",
  "properties": {
    "GameServerInstances": {
      "allOf": [
        {
          "$ref": "#/components/schemas/GameServerInstances"
        },
        {
          "description": "The collection of requested game server instances."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NonZeroAndMaxString"
        },
        {
          "description": "A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list."
        }
      ]
    }
  }
}