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

ListComplianceSummariesRequest

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

§Properties

§
Filters?: ComplianceStringFilter[] | null
[src]

One or more compliance or inventory filters. Use a filter to return a more specific list of results.

§
MaxResults?: number | null
[src]

The maximum number of items to return for this call. Currently, you can specify null or 50. The call also returns a token that you can specify in a subsequent call to get the next set of results.

§
NextToken?: string | null
[src]

A token to start the list. Use this token to get the next set of results.