Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

TopicRulePayload

import type { TopicRulePayload } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/iot.ts";
interface TopicRulePayload {
actions: Action[];
awsIotSqlVersion?: string | null;
description?: string | null;
errorAction?: Action | null;
ruleDisabled?: boolean | null;
sql: string;
}

§Properties

§
actions: Action[]
[src]
§
awsIotSqlVersion?: string | null
[src]
§
description?: string | null
[src]
§
errorAction?: Action | null
[src]
§
ruleDisabled?: boolean | null
[src]
§
sql: string
[src]