UNPKG

@aws-sdk/client-iot

Version:

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

51 lines (50 loc) 1.48 kB
import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../IoTClient"; import { UpdateCommandRequest, UpdateCommandResponse, } from "../models/models_2"; export { __MetadataBearer }; export { $Command }; export interface UpdateCommandCommandInput extends UpdateCommandRequest {} export interface UpdateCommandCommandOutput extends UpdateCommandResponse, __MetadataBearer {} declare const UpdateCommandCommand_base: { new ( input: UpdateCommandCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateCommandCommandInput, UpdateCommandCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: UpdateCommandCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateCommandCommandInput, UpdateCommandCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class UpdateCommandCommand extends UpdateCommandCommand_base { protected static __types: { api: { input: UpdateCommandRequest; output: UpdateCommandResponse; }; sdk: { input: UpdateCommandCommandInput; output: UpdateCommandCommandOutput; }; }; }