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

UpdateVodSourceRequest

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

§Properties

§
HttpPackageConfigurations: HttpPackageConfiguration[]
[src]

An array of HTTP package configurations for the VOD source on this account.

§
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.