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

RebootInputDeviceForce

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

Whether or not to force reboot the input device.

type RebootInputDeviceForce = "NO" | "YES" | cmnP.UnexpectedEnumValue;