UNPKG

@aws-sdk/client-iot

Version:

AWS SDK for JavaScript Iot Client for Node.js, Browser and React Native

52 lines (51 loc) 1.63 kB
import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../IoTClient"; import { GetBucketsAggregationRequest, GetBucketsAggregationResponse, } from "../models/models_1"; export { __MetadataBearer }; export { $Command }; export interface GetBucketsAggregationCommandInput extends GetBucketsAggregationRequest {} export interface GetBucketsAggregationCommandOutput extends GetBucketsAggregationResponse, __MetadataBearer {} declare const GetBucketsAggregationCommand_base: { new ( input: GetBucketsAggregationCommandInput ): import("@smithy/smithy-client").CommandImpl< GetBucketsAggregationCommandInput, GetBucketsAggregationCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: GetBucketsAggregationCommandInput ): import("@smithy/smithy-client").CommandImpl< GetBucketsAggregationCommandInput, GetBucketsAggregationCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class GetBucketsAggregationCommand extends GetBucketsAggregationCommand_base { protected static __types: { api: { input: GetBucketsAggregationRequest; output: GetBucketsAggregationResponse; }; sdk: { input: GetBucketsAggregationCommandInput; output: GetBucketsAggregationCommandOutput; }; }; }