@aws-sdk/client-iot
Version:
AWS SDK for JavaScript Iot Client for Node.js, Browser and React Native
40 lines (39 loc) • 1.3 kB
TypeScript
import { Command as $Command } from "@smithy/smithy-client";
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import {
IoTClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes,
} from "../IoTClient";
import {
DeleteThingGroupRequest,
DeleteThingGroupResponse,
} from "../models/models_1";
export { __MetadataBearer };
export { $Command };
export interface DeleteThingGroupCommandInput extends DeleteThingGroupRequest {}
export interface DeleteThingGroupCommandOutput
extends DeleteThingGroupResponse,
__MetadataBearer {}
declare const DeleteThingGroupCommand_base: {
new (
input: DeleteThingGroupCommandInput
): import("@smithy/smithy-client").CommandImpl<
DeleteThingGroupCommandInput,
DeleteThingGroupCommandOutput,
IoTClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
new (
__0_0: DeleteThingGroupCommandInput
): import("@smithy/smithy-client").CommandImpl<
DeleteThingGroupCommandInput,
DeleteThingGroupCommandOutput,
IoTClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class DeleteThingGroupCommand extends DeleteThingGroupCommand_base {}