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

DeleteVodSourceRequest

import type { DeleteVodSourceRequest } from "https://aws-api.deno.dev/v0.3/services/mediatailor.ts?docs=full";
interface DeleteVodSourceRequest {
SourceLocationName: string;
VodSourceName: string;
}

§Properties

§
SourceLocationName: string
[src]

The identifier for the source location you are working on.

§
VodSourceName: string
[src]

The identifier for the VOD source you are working on.