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

BatchGetAssetPropertyValueHistoryRequest

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

§Properties

§

The list of asset property historical value entries for the batch get request. You can specify up to 16 entries per request.

§
maxResults?: number | null
[src]

The maximum number of results to return for each paginated request. A result set is returned in the two cases, whichever occurs first.

  • The size of the result set is less than 1 MB.
  • The number of data points in the result set is less than the value of maxResults. The maximum value of maxResults is 4000.
§
nextToken?: string | null
[src]

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