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

ListAssetRelationshipsRequest

import type { ListAssetRelationshipsRequest } from "https://aws-api.deno.dev/v0.3/services/iotsitewise.ts?docs=full";
interface ListAssetRelationshipsRequest {
assetId: string;
maxResults?: number | null;
nextToken?: string | null;
traversalType: TraversalType;
}

§Properties

§
assetId: string
[src]

The ID of the asset.

§
maxResults?: number | null
[src]

The maximum number of results to return for each paginated request.

§
nextToken?: string | null
[src]

The token to be used for the next set of paginated results.

§
traversalType: TraversalType
[src]

The type of traversal to use to identify asset relationships. Choose the following option:

  • PATH_TO_ROOT – Identify the asset's parent assets up to the root asset. The asset that you specify in assetId is the first result in the list of assetRelationshipSummaries, and the root asset is the last result.