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

CreateDeviceRequest

import type { CreateDeviceRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/networkmanager.ts";
interface CreateDeviceRequest {
AWSLocation?: AWSLocation | null;
Description?: string | null;
GlobalNetworkId: string;
Location?: Location | null;
Model?: string | null;
SerialNumber?: string | null;
SiteId?: string | null;
Tags?: Tag[] | null;
Type?: string | null;
Vendor?: string | null;
}

§Properties

§
AWSLocation?: AWSLocation | null
[src]
§
Description?: string | null
[src]
§
GlobalNetworkId: string
[src]
§
Location?: Location | null
[src]
§
Model?: string | null
[src]
§
SerialNumber?: string | null
[src]
§
SiteId?: string | null
[src]
§
Tags?: Tag[] | null
[src]
§
Type?: string | null
[src]
§
Vendor?: string | null
[src]