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

Bumper

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

The configuration for bumpers. Bumpers are short audio or video clips that play at the start or before the end of an ad break. To learn more about bumpers, see Bumpers.

interface Bumper {
EndUrl?: string | null;
StartUrl?: string | null;
}

§Properties

§
EndUrl?: string | null
[src]

The URL for the end bumper asset.

§
StartUrl?: string | null
[src]

The URL for the start bumper asset.