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

GetStatisticsRequest

import type { GetStatisticsRequest } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface GetStatisticsRequest {
aggregationField?: string | null;
indexName?: string | null;
queryString: string;
queryVersion?: string | null;
}

§Properties

§
aggregationField?: string | null
[src]

The aggregation field name.

§
indexName?: string | null
[src]

The name of the index to search. The default value is AWS_Things.

§
queryString: string
[src]

The query used to search. You can specify "*" for the query string to get the count of all indexed things in your Amazon Web Services account.

§
queryVersion?: string | null
[src]

The version of the query used to search.