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

WirelessGatewayEventLogOption

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

The log options for a wireless gateway event and can be used to set log levels for a specific wireless gateway event.

For a LoRaWAN gateway, possible events for a log message are CUPS_Request and Certificate.

interface WirelessGatewayEventLogOption {
LogLevel: LogLevel;
}