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

DeviceIdentifier

import type { DeviceIdentifier } from "https://aws-api.deno.dev/v0.4/services/privatenetworks.ts?docs=full";

Information about a subscriber of a device that can use a network.

interface DeviceIdentifier {
createdAt?: Date | number | null;
deviceIdentifierArn?: string | null;
iccid?: string | null;
imsi?: string | null;
networkArn?: string | null;
orderArn?: string | null;
status?: DeviceIdentifierStatus | null;
trafficGroupArn?: string | null;
vendor?: string | null;
}

§Properties

§
createdAt?: Date | number | null
[src]

The creation time of this device identifier.

§
deviceIdentifierArn?: string | null
[src]

The Amazon Resource Name (ARN) of the device identifier.

§
iccid?: string | null
[src]

The Integrated Circuit Card Identifier of the device identifier.

§
imsi?: string | null
[src]

The International Mobile Subscriber Identity of the device identifier.

§
networkArn?: string | null
[src]

The Amazon Resource Name (ARN) of the network on which the device identifier appears.

§
orderArn?: string | null
[src]

The Amazon Resource Name (ARN) of the order used to purchase the device identifier.

§

The status of the device identifier.

§
trafficGroupArn?: string | null
[src]

The Amazon Resource Name (ARN) of the traffic group to which the device identifier belongs.

§
vendor?: string | null
[src]

The vendor of the device identifier.