UpdateDeviceRequest
import type { UpdateDeviceRequest } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/networkmanager.ts";interface UpdateDeviceRequest {
AWSLocation?: AWSLocation | null;
Description?: string | null;
DeviceId: string;
GlobalNetworkId: string;
Location?: Location | null;
Model?: string | null;
SerialNumber?: string | null;
SiteId?: string | null;
Type?: string | null;
Vendor?: string | null;
}§Properties
§
AWSLocation?: AWSLocation | null
[src]