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

ListComplianceSummariesResult

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

§Properties

§
ComplianceSummaryItems?: ComplianceSummaryItem[] | null
[src]

A list of compliant and non-compliant summary counts based on compliance types. For example, this call returns State Manager associations, patches, or custom compliance types according to the filter criteria that you specified.

§
NextToken?: string | null
[src]

The token for the next set of items to return. Use this token to get the next set of results.