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

DescribeAssetModelResponse

import type { DescribeAssetModelResponse } from "https://aws-api.deno.dev/v0.3/services/iotsitewise.ts?docs=full";
interface DescribeAssetModelResponse {
assetModelArn: string;
assetModelCompositeModels?: AssetModelCompositeModel[] | null;
assetModelCreationDate: Date | number;
assetModelDescription: string;
assetModelHierarchies: AssetModelHierarchy[];
assetModelId: string;
assetModelLastUpdateDate: Date | number;
assetModelName: string;
assetModelProperties: AssetModelProperty[];
assetModelStatus: AssetModelStatus;
}

§Properties

§
assetModelArn: string
[src]

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

arn:${Partition}:iotsitewise:${Region}:${Account}:asset-model/${AssetModelId}
§
assetModelCompositeModels?: AssetModelCompositeModel[] | null
[src]

The list of composite asset models for the asset model.

§
assetModelCreationDate: Date | number
[src]

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

§
assetModelDescription: string
[src]

The asset model's description.

§
assetModelHierarchies: AssetModelHierarchy[]
[src]

A list of asset model hierarchies that each contain a childAssetModelId and a hierarchyId (named id). A hierarchy specifies allowed parent/child asset relationships for an asset model.

§
assetModelId: string
[src]

The ID of the asset model.

§
assetModelLastUpdateDate: Date | number
[src]

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

§
assetModelName: string
[src]

The name of the asset model.

§
assetModelProperties: AssetModelProperty[]
[src]

The list of asset properties for the asset model.

This object doesn't include properties that you define in composite models. You can find composite model properties in the assetModelCompositeModels object.

§
assetModelStatus: AssetModelStatus
[src]

The current status of the asset model, which contains a state and any error message.