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

PortalStatus

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

Contains information about the current status of a portal.

interface PortalStatus {
error?: MonitorErrorDetails | null;
state: PortalState;
}

§Properties

§

Contains associated error information, if any.

§

The current state of the portal.