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

ListAssetModelPropertiesRequest

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

§Properties

§
assetModelId: string
[src]

The ID of the asset model.

§

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

  • ALL – The list includes all asset model properties for a given asset model ID.
  • BASE – The list includes only base asset model 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.