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

CreateLiveSourceRequest

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

§Properties

§
HttpPackageConfigurations: HttpPackageConfiguration[]
[src]

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

§
LiveSourceName: string
[src]

The name of the live source.

§
SourceLocationName: string
[src]

The name of the source location.

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

The tags to assign to the live 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.