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

WirelessGatewayEvent

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

The event for a log message, if the log message is tied to a wireless gateway.

type WirelessGatewayEvent = "CUPS_Request" | "Certificate" | cmnP.UnexpectedEnumValue;

§Type

§
"CUPS_Request" | "Certificate" | cmnP.UnexpectedEnumValue
[src]