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.4/services/mediatailor.ts?docs=full";
interface CreateVodSourceRequest {
HttpPackageConfigurations: HttpPackageConfiguration[];
SourceLocationName: string;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
VodSourceName: string;
}

§Properties

§
HttpPackageConfigurations: HttpPackageConfiguration[]
[src]

A list of HTTP package configuration parameters for this VOD source.

§
SourceLocationName: string
[src]

The name of the source location for this VOD source.

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

The tags to assign to the VOD source. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.

§
VodSourceName: string
[src]

The name associated with the VOD source.>