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

SidewalkAccountInfo

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

Information about a Sidewalk account.

interface SidewalkAccountInfo {
AmazonId?: string | null;
AppServerPrivateKey?: string | null;
}

§Properties

§
AmazonId?: string | null
[src]

The Sidewalk Amazon ID.

§
AppServerPrivateKey?: string | null
[src]

The Sidewalk application server private key.