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

HlsIngest

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

An HTTP Live Streaming (HLS) ingest resource configuration.

interface HlsIngest {
IngestEndpoints?: IngestEndpoint[] | null;
}

§Properties

§
IngestEndpoints?: IngestEndpoint[] | null
[src]

A list of endpoints to which the source stream should be sent.