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

ListWirelessDevicesRequest

import type { ListWirelessDevicesRequest } from "https://aws-api.deno.dev/v0.3/services/iotwireless.ts?docs=full";
interface ListWirelessDevicesRequest {
DestinationName?: string | null;
DeviceProfileId?: string | null;
FuotaTaskId?: string | null;
MaxResults?: number | null;
MulticastGroupId?: string | null;
NextToken?: string | null;
ServiceProfileId?: string | null;
WirelessDeviceType?: WirelessDeviceType | null;
}

§Properties

§
DestinationName?: string | null
[src]

A filter to list only the wireless devices that use this destination.

§
DeviceProfileId?: string | null
[src]

A filter to list only the wireless devices that use this device profile.

§
FuotaTaskId?: string | null
[src]
§
MaxResults?: number | null
[src]

The maximum number of results to return in this operation.

§
MulticastGroupId?: string | null
[src]
§
NextToken?: string | null
[src]

To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.

§
ServiceProfileId?: string | null
[src]

A filter to list only the wireless devices that use this service profile.

§
WirelessDeviceType?: WirelessDeviceType | null
[src]

A filter to list only the wireless devices that use this wireless device type.