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

BatchGetAssetPropertyAggregatesResponse

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

§Properties

§

A list of the errors (if any) associated with the batch request. Each error entry contains the entryId of the entry that failed.

§
nextToken?: string | null
[src]

The token for the next set of results, or null if there are no additional results.

§

A list of entries that were not processed by this batch request. because these entries had been completely processed by previous paginated requests. Each skipped entry contains the entryId of the entry that skipped.

§

A list of entries that were processed successfully by this batch request. Each success entry contains the entryId of the entry that succeeded and the latest query result.