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

TransferringInputDeviceSummary

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

Details about the input device that is being transferred.

interface TransferringInputDeviceSummary {
Id?: string | null;
Message?: string | null;
TargetCustomerId?: string | null;
TransferType?: InputDeviceTransferType | null;
}

§Properties

§
Id?: string | null
[src]

The unique ID of the input device.

§
Message?: string | null
[src]

The optional message that the sender has attached to the transfer.

§
TargetCustomerId?: string | null
[src]

The AWS account ID for the recipient of the input device transfer.

§
TransferType?: InputDeviceTransferType | null
[src]

The type (direction) of the input device transfer.