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

ListManagedInsightRulesOutput

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

§Properties

§

The managed rules that are available for the specified Amazon Web Services resource.

§
NextToken?: string | null
[src]

Include this value to get the next set of rules if the value was returned by the previous operation.