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

GetClipInput

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

§Properties

§
ClipFragmentSelector: ClipFragmentSelector
[src]

The time range of the requested clip and the source of the timestamps.

§
StreamARN?: string | null
[src]

The Amazon Resource Name (ARN) of the stream for which to retrieve the media clip.

You must specify either the StreamName or the StreamARN.

§
StreamName?: string | null
[src]

The name of the stream for which to retrieve the media clip.

You must specify either the StreamName or the StreamARN.