TopicRuleListItem
import type { TopicRuleListItem } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/iot.ts";interface TopicRuleListItem {
createdAt?: Date | number | null;
ruleArn?: string | null;
ruleDisabled?: boolean | null;
ruleName?: string | null;
topicPattern?: string | null;
}