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

GetDeviceIdentifierResponse

import type { GetDeviceIdentifierResponse } from "https://aws-api.deno.dev/v0.4/services/privatenetworks.ts?docs=full";
interface GetDeviceIdentifierResponse {
deviceIdentifier?: DeviceIdentifier | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
deviceIdentifier?: DeviceIdentifier | null
[src]

Information about the device identifier.

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

The device identifier tags.