GetWirelessDeviceResponse
import type { GetWirelessDeviceResponse } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/iotwireless.ts";interface GetWirelessDeviceResponse {
Arn?: string | null;
Description?: string | null;
DestinationName?: string | null;
Id?: string | null;
LoRaWAN?: LoRaWANDevice | null;
Name?: string | null;
Sidewalk?: SidewalkDevice | null;
ThingArn?: string | null;
ThingName?: string | null;
Type?: WirelessDeviceType | null;
}§Properties
§
LoRaWAN?: LoRaWANDevice | null
[src]§
Sidewalk?: SidewalkDevice | null
[src]§
Type?: WirelessDeviceType | null
[src]