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

AssociatedAssetsSummary

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

Contains a summary of an associated asset.

interface AssociatedAssetsSummary {
arn: string;
assetModelId: string;
creationDate: Date | number;
hierarchies: AssetHierarchy[];
id: string;
lastUpdateDate: Date | number;
name: string;
status: AssetStatus;
}

§Properties

§
arn: string
[src]

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

arn:${Partition}:iotsitewise:${Region}:${Account}:asset/${AssetId}
§
assetModelId: string
[src]

The ID of the asset model used to create the asset.

§
creationDate: Date | number
[src]

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

§
hierarchies: AssetHierarchy[]
[src]

A list of asset hierarchies that each contain a hierarchyId. A hierarchy specifies allowed parent/child asset relationships.

§
id: string
[src]

The ID of the asset.

§
lastUpdateDate: Date | number
[src]

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

§
name: string
[src]

The name of the asset.

§

The current status of the asset.