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

DescribeInsightRulesOutput

import type { DescribeInsightRulesOutput } from "https://aws-api.deno.dev/v0.4/services/cloudwatch.ts?docs=full";
interface DescribeInsightRulesOutput {
InsightRules: InsightRule[];
NextToken?: string | null;
}

§Properties

§
InsightRules: InsightRule[]
[src]

The rules returned by the operation.

§
NextToken?: string | null
[src]

If this parameter is present, it is a token that marks the start of the next batch of returned results.