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

ListAssetPropertiesRequest

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

§Properties

§
assetId: string
[src]

The ID of the asset.

§

Filters the requested list of asset properties. You can choose one of the following options:

  • ALL – The list includes all asset properties for a given asset model ID.
  • BASE – The list includes only base asset properties for a given asset model ID.

Default: BASE

§
maxResults?: number | null
[src]

The maximum number of results to return for each paginated request. If not specified, the default value is 50.

§
nextToken?: string | null
[src]

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