UNPKG

@aws-sdk/client-iot

Version:

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

40 lines (39 loc) 1.28 kB
import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../IoTClient"; import { DeleteOTAUpdateRequest, DeleteOTAUpdateResponse, } from "../models/models_1"; export { __MetadataBearer }; export { $Command }; export interface DeleteOTAUpdateCommandInput extends DeleteOTAUpdateRequest {} export interface DeleteOTAUpdateCommandOutput extends DeleteOTAUpdateResponse, __MetadataBearer {} declare const DeleteOTAUpdateCommand_base: { new ( input: DeleteOTAUpdateCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteOTAUpdateCommandInput, DeleteOTAUpdateCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( __0_0: DeleteOTAUpdateCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteOTAUpdateCommandInput, DeleteOTAUpdateCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DeleteOTAUpdateCommand extends DeleteOTAUpdateCommand_base {}