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

ReservationResolution

import type { ReservationResolution } from "https://aws-api.deno.dev/v0.3/services/medialive.ts?docs=full";

Resolution based on lines of vertical resolution; SD is less than 720 lines, HD is 720 to 1080 lines, FHD is 1080 lines, UHD is greater than 1080 lines

type ReservationResolution =
| "SD"
| "HD"
| "FHD"
| "UHD"

§Type

§
"SD" | "HD" | "FHD" | "UHD" | cmnP.UnexpectedEnumValue
[src]