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

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

§
Arn?: string | null
[src]
§
Description?: string | null
[src]
§
DestinationName?: string | null
[src]
§
Id?: string | null
[src]
§
LoRaWAN?: LoRaWANDevice | null
[src]
§
Name?: string | null
[src]
§
Sidewalk?: SidewalkDevice | null
[src]
§
ThingArn?: string | null
[src]
§
ThingName?: string | null
[src]