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

ActivateDeviceIdentifierResponse

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

§Properties

§
deviceIdentifier: DeviceIdentifier
[src]

Information about the device identifier.

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

The tags on the device identifier.