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

ClientMode

import type { ClientMode } from "https://aws-api.deno.dev/v0.4/services/iotsecuretunneling.ts?docs=full";
type ClientMode =
| "SOURCE"
| "DESTINATION"
| "ALL"

§Type

§
"SOURCE" | "DESTINATION" | "ALL" | cmnP.UnexpectedEnumValue
[src]