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

AssetStatus

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

Contains information about the current status of an asset. For more information, see Asset and model states in the IoT SiteWise User Guide.

interface AssetStatus {
error?: ErrorDetails | null;
state: AssetState;
}

§Properties

§
error?: ErrorDetails | null
[src]

Contains associated error information, if any.

§

The current status of the asset.