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

TransferInputDeviceRequest

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

A request to transfer an input device.

interface TransferInputDeviceRequest {
InputDeviceId: string;
TargetCustomerId?: string | null;
TargetRegion?: string | null;
TransferMessage?: string | null;
}

§Properties

§
InputDeviceId: string
[src]

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

§
TargetCustomerId?: string | null
[src]

The AWS account ID (12 digits) for the recipient of the device transfer.

§
TargetRegion?: string | null
[src]

The target AWS region to transfer the device.

§
TransferMessage?: string | null
[src]

An optional message for the recipient. Maximum 280 characters.