ListTopicRulesResponseCopyimport type { ListTopicRulesResponse } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/iot.ts";interface ListTopicRulesResponse {nextToken?: string | null;rules?: TopicRuleListItem[] | null;}§Properties§nextToken?: string | null[src]§rules?: TopicRuleListItem[] | null[src]