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

TimestampRange

import type { TimestampRange } from "https://aws-api.deno.dev/v0.4/services/kinesisvideoarchivedmedia.ts?docs=full";

The range of timestamps for which to return fragments.

interface TimestampRange {
EndTimestamp: Date | number;
StartTimestamp: Date | number;
}

§Properties

§
EndTimestamp: Date | number
[src]

The ending timestamp in the range of timestamps for which to return fragments.

§
StartTimestamp: Date | number
[src]

The starting timestamp in the range of timestamps for which to return fragments.