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

DisableInsightRulesInput

import type { DisableInsightRulesInput } from "https://aws-api.deno.dev/v0.4/services/cloudwatch.ts?docs=full";
interface DisableInsightRulesInput {
RuleNames: string[];
}

§Properties

§
RuleNames: string[]
[src]

An array of the rule names to disable. If you need to find out the names of your rules, use DescribeInsightRules.