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.deno.dev/v0.3/services/iotwireless.ts?docs=full";
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]

The Amazon Resource Name of the resource.

§
Description?: string | null
[src]

The description of the resource.

§
DestinationName?: string | null
[src]

The name of the destination to which the device is assigned.

§
Id?: string | null
[src]

The ID of the wireless device.

§
LoRaWAN?: LoRaWANDevice | null
[src]

Information about the wireless device.

§
Name?: string | null
[src]

The name of the resource.

§
Sidewalk?: SidewalkDevice | null
[src]

Sidewalk device object.

§
ThingArn?: string | null
[src]

The ARN of the thing associated with the wireless device.

§
ThingName?: string | null
[src]

The name of the thing associated with the wireless device. The value is empty if a thing isn't associated with the device.

§

The wireless device type.