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

HlsOutputSelection

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

Indicates whether the .m3u8 manifest file should be generated for this HLS output group.

type HlsOutputSelection = "MANIFESTS_AND_SEGMENTS" | "SEGMENTS_ONLY" | cmnP.UnexpectedEnumValue;

§Type

§
"MANIFESTS_AND_SEGMENTS" | "SEGMENTS_ONLY" | cmnP.UnexpectedEnumValue
[src]