Amazon MediaLive · JSON Structure

Medialive Api Batch Start Request Structure

A request to start resources

Type: object Properties: 2
BroadcastingMedia ProcessingMedia

BatchStartRequest 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

ChannelIds MultiplexIds

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-batch-start-request-structure.json",
  "name": "BatchStartRequest",
  "type": "object",
  "description": "A request to start resources",
  "properties": {
    "ChannelIds": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOf__string"
        },
        {
          "xml": {
            "name": "channelIds"
          },
          "description": "List of channel IDs"
        }
      ]
    },
    "MultiplexIds": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOf__string"
        },
        {
          "xml": {
            "name": "multiplexIds"
          },
          "description": "List of multiplex IDs"
        }
      ]
    }
  }
}