Amazon MediaLive · Schema
InputDeviceSummary
Details of the input device.
BroadcastingMedia ProcessingMedia
Properties
| Name | Type | Description |
|---|---|---|
| Arn | object | |
| ConnectionState | object | |
| DeviceSettingsSyncState | object | |
| DeviceUpdateStatus | object | |
| HdDeviceSettings | object | |
| Id | object | |
| MacAddress | object | |
| Name | object | |
| NetworkSettings | object | |
| SerialNumber | object | |
| Type | object | |
| UhdDeviceSettings | object | |
| Tags | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-medialive/refs/heads/main/json-schema/medialive-api-input-device-summary-schema.json",
"title": "InputDeviceSummary",
"description": "Details of the input device.",
"type": "object",
"properties": {
"Arn": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"xml": {
"name": "arn"
},
"description": "The unique ARN of the input device."
}
]
},
"ConnectionState": {
"allOf": [
{
"$ref": "#/components/schemas/InputDeviceConnectionState"
},
{
"xml": {
"name": "connectionState"
},
"description": "The state of the connection between the input device and AWS."
}
]
},
"DeviceSettingsSyncState": {
"allOf": [
{
"$ref": "#/components/schemas/DeviceSettingsSyncState"
},
{
"xml": {
"name": "deviceSettingsSyncState"
},
"description": "The status of the action to synchronize the device configuration. If you change the configuration of the input device (for example, the maximum bitrate), MediaLive sends the new data to the device. The device might not update itself immediately. SYNCED means the device has updated its configuration. SYNCING means that it has not updated its configuration."
}
]
},
"DeviceUpdateStatus": {
"allOf": [
{
"$ref": "#/components/schemas/DeviceUpdateStatus"
},
{
"xml": {
"name": "deviceUpdateStatus"
},
"description": "The status of software on the input device."
}
]
},
"HdDeviceSettings": {
"allOf": [
{
"$ref": "#/components/schemas/InputDeviceHdSettings"
},
{
"xml": {
"name": "hdDeviceSettings"
},
"description": "Settings that describe an input device that is type HD."
}
]
},
"Id": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"xml": {
"name": "id"
},
"description": "The unique ID of the input device."
}
]
},
"MacAddress": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"xml": {
"name": "macAddress"
},
"description": "The network MAC address of the input device."
}
]
},
"Name": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"xml": {
"name": "name"
},
"description": "A name that you specify for the input device."
}
]
},
"NetworkSettings": {
"allOf": [
{
"$ref": "#/components/schemas/InputDeviceNetworkSettings"
},
{
"xml": {
"name": "networkSettings"
},
"description": "Network settings for the input device."
}
]
},
"SerialNumber": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"xml": {
"name": "serialNumber"
},
"description": "The unique serial number of the input device."
}
]
},
"Type": {
"allOf": [
{
"$ref": "#/components/schemas/InputDeviceType"
},
{
"xml": {
"name": "type"
},
"description": "The type of the input device."
}
]
},
"UhdDeviceSettings": {
"allOf": [
{
"$ref": "#/components/schemas/InputDeviceUhdSettings"
},
{
"xml": {
"name": "uhdDeviceSettings"
},
"description": "Settings that describe an input device that is type UHD."
}
]
},
"Tags": {
"allOf": [
{
"$ref": "#/components/schemas/Tags"
},
{
"xml": {
"name": "tags"
},
"description": "A collection of key-value pairs."
}
]
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/medialive-api-input-device-summary"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
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.
A second provider on the same verified email joins the account you already have.