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

DescribeEndpointsMode

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

Optional field, defaults to DEFAULT. Specify DEFAULT for this operation to return your endpoints if any exist, or to create an endpoint for you and return it if one doesn't already exist. Specify GET_ONLY to return your endpoints if any exist, or an empty list if none exist.

type DescribeEndpointsMode = "DEFAULT" | "GET_ONLY" | cmnP.UnexpectedEnumValue;

§Type

§
"DEFAULT" | "GET_ONLY" | cmnP.UnexpectedEnumValue
[src]