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

UpdateNetworkAnalyzerConfigurationRequest

import type { UpdateNetworkAnalyzerConfigurationRequest } from "https://aws-api.deno.dev/v0.3/services/iotwireless.ts?docs=full";
interface UpdateNetworkAnalyzerConfigurationRequest {
ConfigurationName: string;
TraceContent?: TraceContent | null;
WirelessDevicesToAdd?: string[] | null;
WirelessDevicesToRemove?: string[] | null;
WirelessGatewaysToAdd?: string[] | null;
WirelessGatewaysToRemove?: string[] | null;
}

§Properties

§
ConfigurationName: string
[src]
§
TraceContent?: TraceContent | null
[src]
§
WirelessDevicesToAdd?: string[] | null
[src]

WirelessDevices to add into NetworkAnalyzerConfiguration.

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

WirelessDevices to remove from NetworkAnalyzerConfiguration.

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

WirelessGateways to add into NetworkAnalyzerConfiguration.

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

WirelessGateways to remove from NetworkAnalyzerConfiguration.