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

UpdateAssetModelRequest

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

§Properties

§
assetModelCompositeModels?: AssetModelCompositeModel[] | 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?: AssetModelHierarchy[] | null
[src]

The updated 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.

§
assetModelId: string
[src]

The ID of the asset model to update.

§
assetModelName: string
[src]

A unique, friendly name for the asset model.

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

The updated 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.