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

ListFragmentsOutput

import type { ListFragmentsOutput } from "https://aws-api.deno.dev/v0.3/services/kinesisvideoarchivedmedia.ts?docs=full";
interface ListFragmentsOutput {
Fragments?: Fragment[] | null;
NextToken?: string | null;
}

§Properties

§
Fragments?: Fragment[] | null
[src]

A list of archived "Fragment" objects from the stream that meet the selector criteria. Results are in no specific order, even across pages.

§
NextToken?: string | null
[src]

If the returned list is truncated, the operation returns this token to use to retrieve the next page of results. This value is null when there are no more results to return.