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

ReservationMaximumBitrate

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

Maximum bitrate in megabits per second

type ReservationMaximumBitrate =
| "MAX_10_MBPS"
| "MAX_20_MBPS"
| "MAX_50_MBPS"

§Type

§
"MAX_10_MBPS" | "MAX_20_MBPS" | "MAX_50_MBPS" | cmnP.UnexpectedEnumValue
[src]