UNPKG

@aws-sdk/client-iot

Version:

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

46 lines (45 loc) 1.43 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 ( input: CreateTopicRuleCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateTopicRuleCommandInput, CreateTopicRuleCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class CreateTopicRuleCommand extends CreateTopicRuleCommand_base { protected static __types: { api: { input: CreateTopicRuleRequest; output: {}; }; sdk: { input: CreateTopicRuleCommandInput; output: CreateTopicRuleCommandOutput; }; }; }