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

HttpPackageConfiguration

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

The HTTP package configuration properties for the requested VOD source.

interface HttpPackageConfiguration {
Path: string;
SourceGroup: string;
Type: Type;
}

§Properties

§
Path: string
[src]

The relative path to the URL for this VOD source. This is combined with SourceLocation::HttpConfiguration::BaseUrl to form a valid URL.

§
SourceGroup: string
[src]

The name of the source group. This has to match one of the Channel::Outputs::SourceGroup.

§
Type: Type
[src]

The streaming protocol for this package configuration. Supported values are HLS and DASH.