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

CreateVodSourceRequest

import type { CreateVodSourceRequest } from "https://aws-api.deno.dev/v0.3/services/mediatailor.ts?docs=full";
interface CreateVodSourceRequest {
HttpPackageConfigurations: HttpPackageConfiguration[];
SourceLocationName: string;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
VodSourceName: string;
}

§Properties

§
HttpPackageConfigurations: HttpPackageConfiguration[]
[src]

An array of HTTP package configuration parameters for this VOD source.

§
SourceLocationName: string
[src]

The identifier for the source location you are working on.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The tags to assign to the VOD source.

§
VodSourceName: string
[src]

The identifier for the VOD source you are working on.