Amazon MediaPackage · JSON Structure

Mediapackage Api Update Channel Request Structure

Configuration parameters used to update the Channel.

Type: object Properties: 1
BroadcastingMedia ProcessingMedia

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

Properties

Description

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-mediapackage/refs/heads/main/json-structure/mediapackage-api-update-channel-request-structure.json",
  "name": "UpdateChannelRequest",
  "type": "object",
  "description": "Configuration parameters used to update the Channel.",
  "properties": {
    "Description": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "description"
          },
          "description": "A short text description of the Channel."
        }
      ]
    }
  }
}