Amazon MediaLive · JSON Structure

Medialive Api Update Input Device Request Structure

A request to update an input device.

Type: object Properties: 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.

Properties

HdDeviceSettings Name UhdDeviceSettings

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-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."
        }
      ]
    }
  }
}