UNPKG

@aws-sdk/client-iot

Version:

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

35 lines (34 loc) 1.22 kB
import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../IoTClient"; import { EnableTopicRuleRequest } from "../models/models_1"; export { __MetadataBearer }; export { $Command }; export interface EnableTopicRuleCommandInput extends EnableTopicRuleRequest {} export interface EnableTopicRuleCommandOutput extends __MetadataBearer {} declare const EnableTopicRuleCommand_base: { new ( input: EnableTopicRuleCommandInput ): import("@smithy/smithy-client").CommandImpl< EnableTopicRuleCommandInput, EnableTopicRuleCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( __0_0: EnableTopicRuleCommandInput ): import("@smithy/smithy-client").CommandImpl< EnableTopicRuleCommandInput, EnableTopicRuleCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class EnableTopicRuleCommand extends EnableTopicRuleCommand_base {}