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

ListAssetsRequest

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

§Properties

§
assetModelId?: string | null
[src]

The ID of the asset model by which to filter the list of assets. This parameter is required if you choose ALL for filter.

§
filter?: ListAssetsFilter | null
[src]

The filter for the requested list of assets. Choose one of the following options:

  • ALL – The list includes all assets for a given asset model ID. The assetModelId parameter is required if you filter by ALL.
  • TOP_LEVEL – The list includes only top-level assets in the asset hierarchy tree.

Default: ALL

§
maxResults?: number | null
[src]

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

Default: 50

§
nextToken?: string | null
[src]

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