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

InputDeviceTransferType

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

The type of device transfer. INCOMING for an input device that is being transferred to you, OUTGOING for an input device that you are transferring to another AWS account.

type InputDeviceTransferType = "OUTGOING" | "INCOMING" | cmnP.UnexpectedEnumValue;

§Type

§
"OUTGOING" | "INCOMING" | cmnP.UnexpectedEnumValue
[src]