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

AssetModelHierarchyDefinition

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

Contains an asset model hierarchy used in asset model creation. An asset model hierarchy determines the kind (or type) of asset that can belong to a hierarchy.

interface AssetModelHierarchyDefinition {
childAssetModelId: string;
name: string;
}

§Properties

§
childAssetModelId: string
[src]

The ID of an asset model for this hierarchy.

§
name: string
[src]

The name of the asset model hierarchy definition (as specified in the CreateAssetModel or UpdateAssetModel API operation).