UNPKG

@aws-sdk/client-iot

Version:

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

48 lines (47 loc) 1.45 kB
import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../IoTClient"; import { GetOTAUpdateRequest, GetOTAUpdateResponse } from "../models/models_1"; export { __MetadataBearer }; export { $Command }; export interface GetOTAUpdateCommandInput extends GetOTAUpdateRequest {} export interface GetOTAUpdateCommandOutput extends GetOTAUpdateResponse, __MetadataBearer {} declare const GetOTAUpdateCommand_base: { new ( input: GetOTAUpdateCommandInput ): import("@smithy/smithy-client").CommandImpl< GetOTAUpdateCommandInput, GetOTAUpdateCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: GetOTAUpdateCommandInput ): import("@smithy/smithy-client").CommandImpl< GetOTAUpdateCommandInput, GetOTAUpdateCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class GetOTAUpdateCommand extends GetOTAUpdateCommand_base { protected static __types: { api: { input: GetOTAUpdateRequest; output: GetOTAUpdateResponse; }; sdk: { input: GetOTAUpdateCommandInput; output: GetOTAUpdateCommandOutput; }; }; }