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

ListSensorStatisticsRequest

import type { ListSensorStatisticsRequest } from "https://aws-api.deno.dev/v0.4/services/lookoutequipment.ts?docs=full";
interface ListSensorStatisticsRequest {
DatasetName: string;
IngestionJobId?: string | null;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
DatasetName: string
[src]

The name of the dataset associated with the list of Sensor Statistics.

§
IngestionJobId?: string | null
[src]

The ingestion job id associated with the list of Sensor Statistics. To get sensor statistics for a particular ingestion job id, both dataset name and ingestion job id must be submitted as inputs.

§
MaxResults?: number | null
[src]

Specifies the maximum number of sensors for which to retrieve statistics.

§
NextToken?: string | null
[src]

An opaque pagination token indicating where to continue the listing of sensor statistics.