UNPKG

@aws-sdk/client-iot

Version:

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

52 lines (51 loc) 1.64 kB
import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../IoTClient"; import { AddThingToBillingGroupRequest, AddThingToBillingGroupResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface AddThingToBillingGroupCommandInput extends AddThingToBillingGroupRequest {} export interface AddThingToBillingGroupCommandOutput extends AddThingToBillingGroupResponse, __MetadataBearer {} declare const AddThingToBillingGroupCommand_base: { new ( input: AddThingToBillingGroupCommandInput ): import("@smithy/smithy-client").CommandImpl< AddThingToBillingGroupCommandInput, AddThingToBillingGroupCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [AddThingToBillingGroupCommandInput] ): import("@smithy/smithy-client").CommandImpl< AddThingToBillingGroupCommandInput, AddThingToBillingGroupCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class AddThingToBillingGroupCommand extends AddThingToBillingGroupCommand_base { protected static __types: { api: { input: AddThingToBillingGroupRequest; output: {}; }; sdk: { input: AddThingToBillingGroupCommandInput; output: AddThingToBillingGroupCommandOutput; }; }; }