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

UpdateDeviceRequest

import type { UpdateDeviceRequest } from "https://aws-api.deno.dev/v0.4/services/networkmanager.ts?docs=full";
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]

The Amazon Web Services location of the device, if applicable. For an on-premises device, you can omit this parameter.

§
Description?: string | null
[src]

A description of the device.

Constraints: Maximum length of 256 characters.

§
DeviceId: string
[src]

The ID of the device.

§
GlobalNetworkId: string
[src]

The ID of the global network.

§
Location?: Location | null
[src]
§
Model?: string | null
[src]

The model of the device.

Constraints: Maximum length of 128 characters.

§
SerialNumber?: string | null
[src]

The serial number of the device.

Constraints: Maximum length of 128 characters.

§
SiteId?: string | null
[src]

The ID of the site.

§
Type?: string | null
[src]

The type of the device.

§
Vendor?: string | null
[src]

The vendor of the device.

Constraints: Maximum length of 128 characters.