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

SidewalkListDevice

import type { SidewalkListDevice } from "https://aws-api.deno.dev/v0.3/services/iotwireless.ts?docs=full";

Sidewalk object used by list functions.

interface SidewalkListDevice {
AmazonId?: string | null;
DeviceCertificates?: CertificateList[] | null;
SidewalkId?: string | null;
SidewalkManufacturingSn?: string | null;
}

§Properties

§
AmazonId?: string | null
[src]

The Sidewalk Amazon ID.

§
DeviceCertificates?: CertificateList[] | null
[src]

The sidewalk device certificates for Ed25519 and P256r1.

§
SidewalkId?: string | null
[src]

The sidewalk device identification.

§
SidewalkManufacturingSn?: string | null
[src]

The Sidewalk manufacturing series number.