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

GetComplianceDetailsByConfigRuleResponse

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

§Properties

§
EvaluationResults?: EvaluationResult[] | null
[src]

Indicates whether the Amazon Web Services resource complies with the specified Config rule.

§
NextToken?: string | null
[src]

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