Amazon MediaConnect · JSON Structure

Mediaconnect Api List Gateway Instances Response Structure

ListGatewayInstancesResponse schema from AWS Elemental MediaConnect API

Type: object Properties: 2
BroadcastingLive VideoMediaMedia Transport

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

Properties

Instances 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-mediaconnect/refs/heads/main/json-structure/mediaconnect-api-list-gateway-instances-response-structure.json",
  "name": "ListGatewayInstancesResponse",
  "type": "object",
  "description": "ListGatewayInstancesResponse schema from AWS Elemental MediaConnect API",
  "properties": {
    "Instances": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfListedGatewayInstance"
        },
        {
          "xml": {
            "name": "instances"
          },
          "description": "A list of instance summaries."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "nextToken"
          },
          "description": "The token that identifies which batch of results that you want to see. For example, you submit a ListInstances request with MaxResults set at 5. The service returns the first batch of results (up to 5) and a NextToken value. To see the next batch of results, you can submit the ListInstances request a second time and specify the NextToken value."
        }
      ]
    }
  }
}