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

AssetModelSummary

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

Contains a summary of an asset model.

interface AssetModelSummary {
arn: string;
creationDate: Date | number;
description: string;
id: string;
lastUpdateDate: Date | number;
name: string;
}

§Properties

§
arn: string
[src]

The ARN of the asset model, which has the following format.

arn:${Partition}:iotsitewise:${Region}:${Account}:asset-model/${AssetModelId}
§
creationDate: Date | number
[src]

The date the asset model was created, in Unix epoch time.

§
description: string
[src]

The asset model description.

§
id: string
[src]

The ID of the asset model (used with IoT SiteWise APIs).

§
lastUpdateDate: Date | number
[src]

The date the asset model was last updated, in Unix epoch time.

§
name: string
[src]

The name of the asset model.

§

The current status of the asset model.