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 { CreateTopicRuleRequest } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface CreateTopicRuleCommandInput extends CreateTopicRuleRequest {} export interface CreateTopicRuleCommandOutput extends __MetadataBearer {} declare const CreateTopicRuleCommand_base: { new ( input: CreateTopicRuleCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateTopicRuleCommandInput, CreateTopicRuleCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( __0_0: CreateTopicRuleCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateTopicRuleCommandInput, CreateTopicRuleCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class CreateTopicRuleCommand extends CreateTopicRuleCommand_base {}