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

GetMediaForFragmentListInput

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

§Properties

§
Fragments: string[]
[src]

A list of the numbers of fragments for which to retrieve media. You retrieve these values with "ListFragments".

§
StreamARN?: string | null
[src]

The Amazon Resource Name (ARN) of the stream from which to retrieve fragment media. Specify either this parameter or the StreamName parameter.

§
StreamName?: string | null
[src]

The name of the stream from which to retrieve fragment media. Specify either this parameter or the StreamARN parameter.