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

UpdateLiveSourceRequest

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

§Properties

§
HttpPackageConfigurations: HttpPackageConfiguration[]
[src]

A list of HTTP package configurations for the live source on this account.

§
LiveSourceName: string
[src]

The name of the live source.

§
SourceLocationName: string
[src]

The name of the source location associated with this Live Source.