@aws-sdk/client-iot
Version:
AWS SDK for JavaScript Iot Client for Node.js, Browser and React Native
41 lines (40 loc) • 1.33 kB
TypeScript
import { Command as $Command } from "@smithy/smithy-client";
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import {
IoTClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes,
} from "../IoTClient";
import {
DeleteBillingGroupRequest,
DeleteBillingGroupResponse,
} from "../models/models_0";
export { __MetadataBearer };
export { $Command };
export interface DeleteBillingGroupCommandInput
extends DeleteBillingGroupRequest {}
export interface DeleteBillingGroupCommandOutput
extends DeleteBillingGroupResponse,
__MetadataBearer {}
declare const DeleteBillingGroupCommand_base: {
new (
input: DeleteBillingGroupCommandInput
): import("@smithy/smithy-client").CommandImpl<
DeleteBillingGroupCommandInput,
DeleteBillingGroupCommandOutput,
IoTClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
new (
__0_0: DeleteBillingGroupCommandInput
): import("@smithy/smithy-client").CommandImpl<
DeleteBillingGroupCommandInput,
DeleteBillingGroupCommandOutput,
IoTClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class DeleteBillingGroupCommand extends DeleteBillingGroupCommand_base {}