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

GetComplianceSummaryOutput

import type { GetComplianceSummaryOutput } from "https://aws-api.deno.dev/v0.4/services/resourcegroupstaggingapi.ts?docs=full";
interface GetComplianceSummaryOutput {
PaginationToken?: string | null;
SummaryList?: Summary[] | null;
}

§Properties

§
PaginationToken?: string | null
[src]

A string that indicates that there is more data available than this response contains. To receive the next part of the response, specify this response value as the PaginationToken value in the request for the next page.

§
SummaryList?: Summary[] | null
[src]

A table that shows counts of noncompliant resources.