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

GetImagesOutput

import type { GetImagesOutput } from "https://aws-api.deno.dev/v0.4/services/kinesisvideoarchivedmedia.ts?docs=full";
interface GetImagesOutput {
Images?: Image[] | null;
NextToken?: string | null;
}

§Properties

§
Images?: Image[] | null
[src]

The list of images generated from the video stream. If there is no media available for the given timestamp, the NO_MEDIA error will be listed in the output. If an error occurs while the image is being generated, the MEDIA_ERROR will be listed in the output as the cause of the missing image.

§
NextToken?: string | null
[src]

The encrypted token that was used in the request to get more images.