@aws-sdk/client-iot
Version:
AWS SDK for JavaScript Iot Client for Node.js, Browser and React Native
37 lines (36 loc) • 1.22 kB
TypeScript
import { Command as $Command } from "@smithy/smithy-client";
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import {
IoTClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes,
} from "../IoTClient";
import { DeleteThingRequest, DeleteThingResponse } from "../models/models_1";
export { __MetadataBearer };
export { $Command };
export interface DeleteThingCommandInput extends DeleteThingRequest {}
export interface DeleteThingCommandOutput
extends DeleteThingResponse,
__MetadataBearer {}
declare const DeleteThingCommand_base: {
new (
input: DeleteThingCommandInput
): import("@smithy/smithy-client").CommandImpl<
DeleteThingCommandInput,
DeleteThingCommandOutput,
IoTClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
new (
__0_0: DeleteThingCommandInput
): import("@smithy/smithy-client").CommandImpl<
DeleteThingCommandInput,
DeleteThingCommandOutput,
IoTClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class DeleteThingCommand extends DeleteThingCommand_base {}