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

CreateAssetModelRequest

import type { CreateAssetModelRequest } from "https://aws-api.deno.dev/v0.3/services/iotsitewise.ts?docs=full";
interface CreateAssetModelRequest {
assetModelCompositeModels?: AssetModelCompositeModelDefinition[] | null;
assetModelDescription?: string | null;
assetModelHierarchies?: AssetModelHierarchyDefinition[] | null;
assetModelName: string;
assetModelProperties?: AssetModelPropertyDefinition[] | null;
clientToken?: string | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
assetModelCompositeModels?: AssetModelCompositeModelDefinition[] | null
[src]

The composite asset models that are part of this asset model. Composite asset models are asset models that contain specific properties. Each composite model has a type that defines the properties that the composite model supports. Use composite asset models to define alarms on this asset model.

§
assetModelDescription?: string | null
[src]

A description for the asset model.

§
assetModelHierarchies?: AssetModelHierarchyDefinition[] | null
[src]

The hierarchy definitions of the asset model. Each hierarchy specifies an asset model whose assets can be children of any other assets created from this asset model. For more information, see Asset hierarchies in the IoT SiteWise User Guide.

You can specify up to 10 hierarchies per asset model. For more information, see Quotas in the IoT SiteWise User Guide.

§
assetModelName: string
[src]

A unique, friendly name for the asset model.

§
assetModelProperties?: AssetModelPropertyDefinition[] | null
[src]

The property definitions of the asset model. For more information, see Asset properties in the IoT SiteWise User Guide.

You can specify up to 200 properties per asset model. For more information, see Quotas in the IoT SiteWise User Guide.

§
clientToken?: string | null
[src]

A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

A list of key-value pairs that contain metadata for the asset model. For more information, see Tagging your IoT SiteWise resources in the IoT SiteWise User Guide.