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

GetAggregateConfigRuleComplianceSummaryResponse

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

§Properties

§
AggregateComplianceCounts?: AggregateComplianceCount[] | null
[src]

Returns a list of AggregateComplianceCounts object.

§
GroupByKey?: string | null
[src]

Groups the result based on ACCOUNT_ID or AWS_REGION.

§
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.