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

ListSensorStatisticsResponse

import type { ListSensorStatisticsResponse } from "https://aws-api.deno.dev/v0.4/services/lookoutequipment.ts?docs=full";
interface ListSensorStatisticsResponse {
NextToken?: string | null;
SensorStatisticsSummaries?: SensorStatisticsSummary[] | null;
}

§Properties

§
NextToken?: string | null
[src]

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

§
SensorStatisticsSummaries?: SensorStatisticsSummary[] | null
[src]

Provides ingestion-based statistics regarding the specified sensor with respect to various validation types, such as whether data exists, the number and percentage of missing values, and the number and percentage of duplicate timestamps.