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

DescribeAssetModelRequest

import type { DescribeAssetModelRequest } from "https://aws-api.deno.dev/v0.4/services/iotsitewise.ts?docs=full";
interface DescribeAssetModelRequest {
assetModelId: string;
excludeProperties?: boolean | null;
}

§Properties

§
assetModelId: string
[src]

The ID of the asset model.

§
excludeProperties?: boolean | null
[src]

Whether or not to exclude asset model properties from the response.