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

CreateFuotaTaskRequest

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

§Properties

§
ClientRequestToken?: string | null
[src]
§
Description?: string | null
[src]
§
FirmwareUpdateImage: string
[src]
§
FirmwareUpdateRole: string
[src]
§
LoRaWAN?: LoRaWANFuotaTask | null
[src]
§
Name?: string | null
[src]
§
Tags?: Tag[] | null
[src]