UNPKG

@aws-sdk/client-iot

Version:

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

48 lines (47 loc) 1.42 kB
import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../IoTClient"; import { GetCommandRequest, GetCommandResponse } from "../models/models_1"; export { __MetadataBearer }; export { $Command }; export interface GetCommandCommandInput extends GetCommandRequest {} export interface GetCommandCommandOutput extends GetCommandResponse, __MetadataBearer {} declare const GetCommandCommand_base: { new ( input: GetCommandCommandInput ): import("@smithy/smithy-client").CommandImpl< GetCommandCommandInput, GetCommandCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: GetCommandCommandInput ): import("@smithy/smithy-client").CommandImpl< GetCommandCommandInput, GetCommandCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class GetCommandCommand extends GetCommandCommand_base { protected static __types: { api: { input: GetCommandRequest; output: GetCommandResponse; }; sdk: { input: GetCommandCommandInput; output: GetCommandCommandOutput; }; }; }