Medialive Api Update Channel Class Request Structure
Channel class that the channel should be updated to.
Type: objectProperties: 2Required: 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.
{
"$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"
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.