Amazon MediaLive · JSON Structure

Medialive Api Update Channel Class Request Structure

Channel class that the channel should be updated to.

Type: object Properties: 2 Required: 1
BroadcastingMedia ProcessingMedia

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

Properties

ChannelClass Destinations

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-update-channel-class-request-structure.json",
  "name": "UpdateChannelClassRequest",
  "type": "object",
  "description": "Channel class that the channel should be updated to.",
  "properties": {
    "ChannelClass": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ChannelClass"
        },
        {
          "xml": {
            "name": "channelClass"
          },
          "description": "The channel class that you wish to update this channel to use."
        }
      ]
    },
    "Destinations": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfOutputDestination"
        },
        {
          "xml": {
            "name": "destinations"
          },
          "description": "A list of output destinations for this channel."
        }
      ]
    }
  },
  "required": [
    "ChannelClass"
  ]
}