UNPKG

@aws-sdk/client-iot

Version:

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

51 lines (50 loc) 1.5 kB
import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../IoTClient"; import { GetPercentilesRequest, GetPercentilesResponse, } from "../models/models_1"; export { __MetadataBearer }; export { $Command }; export interface GetPercentilesCommandInput extends GetPercentilesRequest {} export interface GetPercentilesCommandOutput extends GetPercentilesResponse, __MetadataBearer {} declare const GetPercentilesCommand_base: { new ( input: GetPercentilesCommandInput ): import("@smithy/smithy-client").CommandImpl< GetPercentilesCommandInput, GetPercentilesCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: GetPercentilesCommandInput ): import("@smithy/smithy-client").CommandImpl< GetPercentilesCommandInput, GetPercentilesCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class GetPercentilesCommand extends GetPercentilesCommand_base { protected static __types: { api: { input: GetPercentilesRequest; output: GetPercentilesResponse; }; sdk: { input: GetPercentilesCommandInput; output: GetPercentilesCommandOutput; }; }; }