Medialive Api Update Input Device Request Structure
A request to update an input device.
Type: objectProperties: 3
BroadcastingMedia ProcessingMedia
UpdateInputDeviceRequest is a JSON Structure definition published by Amazon MediaLive, describing 3 properties. 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-input-device-request-structure.json",
"name": "UpdateInputDeviceRequest",
"type": "object",
"description": "A request to update an input device.",
"properties": {
"HdDeviceSettings": {
"allOf": [
{
"$ref": "#/components/schemas/InputDeviceConfigurableSettings"
},
{
"xml": {
"name": "hdDeviceSettings"
},
"description": "The settings that you want to apply to the HD input device."
}
]
},
"Name": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"xml": {
"name": "name"
},
"description": "The name that you assigned to this input device (not the unique ID)."
}
]
},
"UhdDeviceSettings": {
"allOf": [
{
"$ref": "#/components/schemas/InputDeviceConfigurableSettings"
},
{
"xml": {
"name": "uhdDeviceSettings"
},
"description": "The settings that you want to apply to the UHD input device."
}
]
}
}
}
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.