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

SidewalkDevice

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

Sidewalk device object.

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

§Properties

§
AmazonId?: string | null
[src]
§
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.