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

ProvisionDeviceRequest

import type { ProvisionDeviceRequest } from "https://aws-api.deno.dev/v0.3/services/panorama.ts?docs=full";
interface ProvisionDeviceRequest {
Description?: string | null;
Name: string;
NetworkingConfiguration?: NetworkPayload | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
Description?: string | null
[src]

A description for the device.

§
Name: string
[src]

A name for the device.

§
NetworkingConfiguration?: NetworkPayload | null
[src]

A networking configuration for the device.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

Tags for the device.