NAME
Paws::MediaLive::UpdateInputDeviceResponse
ATTRIBUTES
Arn => Str
The unique ARN of the input device.
ConnectionState => Str
The state of the connection between the input device and AWS.
Valid values are: "DISCONNECTED"
, "CONNECTED"
=head2 DeviceSettingsSyncState => Str
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.
Valid values are: "SYNCED"
, "SYNCING"
=head2 DeviceUpdateStatus => Str
The status of software on the input device.
Valid values are: "UP_TO_DATE"
, "NOT_UP_TO_DATE"
=head2 HdDeviceSettings => Paws::MediaLive::InputDeviceHdSettings
Settings that describe an input device that is type HD.
Id => Str
The unique ID of the input device.
MacAddress => Str
The network MAC address of the input device.
Name => Str
A name that you specify for the input device.
NetworkSettings => Paws::MediaLive::InputDeviceNetworkSettings
The network settings for the input device.
SerialNumber => Str
The unique serial number of the input device.
Type => Str
The type of the input device.
Valid values are: "HD"
=head2 UhdDeviceSettings => Paws::MediaLive::InputDeviceUhdSettings
Settings that describe an input device that is type UHD.