UNPKG

@aws-sdk/client-iot

Version:

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

37 lines (36 loc) 1.23 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 ( __0_0: GetOTAUpdateCommandInput ): import("@smithy/smithy-client").CommandImpl< GetOTAUpdateCommandInput, GetOTAUpdateCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class GetOTAUpdateCommand extends GetOTAUpdateCommand_base {}