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

DescribeConfigRuleEvaluationStatusResponse

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

§Properties

§
ConfigRulesEvaluationStatus?: ConfigRuleEvaluationStatus[] | null
[src]

Status information about your Config managed rules.

§
NextToken?: string | null
[src]

The string that you use in a subsequent request to get the next page of results in a paginated response.