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

GetNetworkAnalyzerConfigurationResponse

import type { GetNetworkAnalyzerConfigurationResponse } from "https://aws-api.deno.dev/v0.3/services/iotwireless.ts?docs=full";
interface GetNetworkAnalyzerConfigurationResponse {
TraceContent?: TraceContent | null;
WirelessDevices?: string[] | null;
WirelessGateways?: string[] | null;
}

§Properties

§
TraceContent?: TraceContent | null
[src]
§
WirelessDevices?: string[] | null
[src]

List of WirelessDevices in the NetworkAnalyzerConfiguration.

§
WirelessGateways?: string[] | null
[src]

List of WirelessGateways in the NetworkAnalyzerConfiguration.