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

GetBucketsAggregationResponse

import type { GetBucketsAggregationResponse } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface GetBucketsAggregationResponse {
buckets?: Bucket[] | null;
totalCount?: number | null;
}

§Properties

§
buckets?: Bucket[] | null
[src]

The main part of the response with a list of buckets. Each bucket contains a keyValue and a count.

keyValue: The aggregation field value counted for the particular bucket.

count: The number of documents that have that value.

§
totalCount?: number | null
[src]

The total number of things that fit the query string criteria.