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

DescribeConfigRulesRequest

import type { DescribeConfigRulesRequest } from "https://aws-api.deno.dev/v0.3/services/configservice.ts?docs=full";
interface DescribeConfigRulesRequest {
ConfigRuleNames?: string[] | null;
NextToken?: string | null;
}

§Properties

§
ConfigRuleNames?: string[] | null
[src]

The names of the Config rules for which you want details. If you do not specify any names, Config returns details for all your rules.

§
NextToken?: string | null
[src]

The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.