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

GetBucketsAggregationRequest

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

§Properties

§
aggregationField: string
[src]

The aggregation field.

§
bucketsAggregationType: BucketsAggregationType
[src]

The basic control of the response shape and the bucket aggregation type to perform.

§
indexName?: string | null
[src]

The name of the index to search.

§
queryString: string
[src]

The search query string.

§
queryVersion?: string | null
[src]

The version of the query.