Amazon MediaLive · JSON Structure

Medialive Api Update Channel Class Response Structure

Placeholder documentation for UpdateChannelClassResponse

Type: object Properties: 1
BroadcastingMedia ProcessingMedia

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

Properties

Channel

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-response-structure.json",
  "name": "UpdateChannelClassResponse",
  "type": "object",
  "description": "Placeholder documentation for UpdateChannelClassResponse",
  "properties": {
    "Channel": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Channel"
        },
        {
          "xml": {
            "name": "channel"
          }
        }
      ]
    }
  }
}