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

DescribeInputDeviceThumbnailResponse

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

Placeholder documentation for DescribeInputDeviceThumbnailResponse

interface DescribeInputDeviceThumbnailResponse {
Body?: Uint8Array | null;
ContentLength?: number | null;
ContentType?: ContentType | null;
ETag?: string | null;
LastModified?: Date | number | null;
}

§Properties

§
Body?: Uint8Array | null
[src]

The binary data for the thumbnail that the Link device has most recently sent to MediaLive.

§
ContentLength?: number | null
[src]

The length of the content.

§
ContentType?: ContentType | null
[src]

Specifies the media type of the thumbnail.

§
ETag?: string | null
[src]

The unique, cacheable version of this thumbnail.

§
LastModified?: Date | number | null
[src]

The date and time the thumbnail was last updated at the device.