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

UpdateInputDeviceRequest

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

A request to update an input device.

interface UpdateInputDeviceRequest {
HdDeviceSettings?: InputDeviceConfigurableSettings | null;
InputDeviceId: string;
Name?: string | null;
UhdDeviceSettings?: InputDeviceConfigurableSettings | null;
}

§Properties

§
HdDeviceSettings?: InputDeviceConfigurableSettings | null
[src]

The settings that you want to apply to the HD input device.

§
InputDeviceId: string
[src]

The unique ID of the input device. For example, hd-123456789abcdef.

§
Name?: string | null
[src]

The name that you assigned to this input device (not the unique ID).

§
UhdDeviceSettings?: InputDeviceConfigurableSettings | null
[src]

The settings that you want to apply to the UHD input device.