Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DescribeInputDeviceResponse

import type { DescribeInputDeviceResponse } from "https://aws-api.deno.dev/v0.3/services/medialive.ts?docs=full";

Placeholder documentation for DescribeInputDeviceResponse

interface DescribeInputDeviceResponse {
Arn?: string | null;
ConnectionState?: InputDeviceConnectionState | null;
DeviceSettingsSyncState?: DeviceSettingsSyncState | null;
DeviceUpdateStatus?: DeviceUpdateStatus | null;
HdDeviceSettings?: InputDeviceHdSettings | null;
Id?: string | null;
MacAddress?: string | null;
Name?: string | null;
NetworkSettings?: InputDeviceNetworkSettings | null;
SerialNumber?: string | null;
Type?: InputDeviceType | null;
UhdDeviceSettings?: InputDeviceUhdSettings | null;
}

§Properties

§
Arn?: string | null
[src]

The unique ARN of the input device.

§
ConnectionState?: InputDeviceConnectionState | null
[src]

The state of the connection between the input device and AWS.

§
DeviceSettingsSyncState?: DeviceSettingsSyncState | null
[src]

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?: DeviceUpdateStatus | null
[src]

The status of software on the input device.

§
HdDeviceSettings?: InputDeviceHdSettings | null
[src]

Settings that describe an input device that is type HD.

§
Id?: string | null
[src]

The unique ID of the input device.

§
MacAddress?: string | null
[src]

The network MAC address of the input device.

§
Name?: string | null
[src]

A name that you specify for the input device.

§
NetworkSettings?: InputDeviceNetworkSettings | null
[src]

The network settings for the input device.

§
SerialNumber?: string | null
[src]

The unique serial number of the input device.

§
Type?: InputDeviceType | null
[src]

The type of the input device.

§
UhdDeviceSettings?: InputDeviceUhdSettings | null
[src]

Settings that describe an input device that is type UHD.