Amazon MediaLive · Schema

ListChannelsResponse

Placeholder documentation for ListChannelsResponse

BroadcastingMedia ProcessingMedia

Properties

Name Type Description
Channels object
NextToken object
View JSON Schema on GitHub

JSON Schema

medialive-api-list-channels-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-medialive/refs/heads/main/json-schema/medialive-api-list-channels-response-schema.json",
  "title": "ListChannelsResponse",
  "description": "Placeholder documentation for ListChannelsResponse",
  "type": "object",
  "properties": {
    "Channels": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfChannelSummary"
        },
        {
          "xml": {
            "name": "channels"
          }
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "nextToken"
          }
        }
      ]
    }
  }
}