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

DescribeInsightRulesInput

import type { DescribeInsightRulesInput } from "https://aws-api.deno.dev/v0.4/services/cloudwatch.ts?docs=full";
interface DescribeInsightRulesInput {
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
MaxResults?: number | null
[src]

The maximum number of results to return in one operation. If you omit this parameter, the default of 500 is used.

§
NextToken?: string | null
[src]

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