AWS Kinesis · Schema

ListSignalingChannelsOutput

AnalyticsApache FlinkBig DataData ProcessingReal-TimeStreamingVideo

Properties

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

JSON Schema

kinesis-listsignalingchannelsoutput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ListSignalingChannelsOutput",
  "title": "ListSignalingChannelsOutput",
  "type": "object",
  "properties": {
    "ChannelInfoList": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ChannelInfoList"
        },
        {
          "description": "An array of <code>ChannelInfo</code> objects."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request."
        }
      ]
    }
  }
}