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

DisassociateAssetsRequest

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

§Properties

§
assetId: string
[src]

The ID of the parent asset from which to disassociate the child asset.

§
childAssetId: string
[src]

The ID of the child asset to disassociate.

§
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. You can use the hierarchy ID to identify the correct asset to disassociate. For more information, see Asset hierarchies in the IoT SiteWise User Guide.