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

HlsKeyProviderType

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

Specify whether your DRM encryption key is static or from a key provider that follows the SPEKE standard. For more information about SPEKE, see https://docs.aws.amazon.com/speke/latest/documentation/what-is-speke.html.

type HlsKeyProviderType = "SPEKE" | "STATIC_KEY" | cmnP.UnexpectedEnumValue;

§Type

§
"SPEKE" | "STATIC_KEY" | cmnP.UnexpectedEnumValue
[src]