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

AssociateAssetsRequest

import type { AssociateAssetsRequest } from "https://aws-api.deno.dev/v0.3/services/iotsitewise.ts?docs=full";
interface AssociateAssetsRequest {
assetId: string;
childAssetId: string;
clientToken?: string | null;
hierarchyId: string;
}

§Properties

§
assetId: string
[src]

The ID of the parent asset.

§
childAssetId: string
[src]

The ID of the child asset to be associated.

§
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.

§
hierarchyId: string
[src]

The ID of a hierarchy in the parent asset's model. Hierarchies allow different groupings of assets to be formed that all come from the same asset model. For more information, see Asset hierarchies in the IoT SiteWise User Guide.