Amazon MediaLive · JSON Structure

Medialive Api List Channels Response Structure

Placeholder documentation for ListChannelsResponse

Type: object Properties: 2
BroadcastingMedia ProcessingMedia

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

Properties

Channels 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-medialive/refs/heads/main/json-structure/medialive-api-list-channels-response-structure.json",
  "name": "ListChannelsResponse",
  "type": "object",
  "description": "Placeholder documentation for ListChannelsResponse",
  "properties": {
    "Channels": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfChannelSummary"
        },
        {
          "xml": {
            "name": "channels"
          }
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "nextToken"
          }
        }
      ]
    }
  }
}