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

CreateWirelessDeviceRequest

import type { CreateWirelessDeviceRequest } from "https://aws-api.deno.dev/v0.3/services/iotwireless.ts?docs=full";
interface CreateWirelessDeviceRequest {
ClientRequestToken?: string | null;
Description?: string | null;
DestinationName: string;
LoRaWAN?: LoRaWANDevice | null;
Name?: string | null;
Tags?: Tag[] | null;
}

§Properties

§
ClientRequestToken?: string | null
[src]

Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request.

§
Description?: string | null
[src]

The description of the new resource.

§
DestinationName: string
[src]

The name of the destination to assign to the new wireless device.

§
LoRaWAN?: LoRaWANDevice | null
[src]

The device configuration information to use to create the wireless device.

§
Name?: string | null
[src]

The name of the new resource.

§
Tags?: Tag[] | null
[src]

The tags to attach to the new wireless device. Tags are metadata that you can use to manage a resource.

§

The wireless device type.