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

GetConformancePackComplianceSummaryRequest

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

§Properties

§
ConformancePackNames: string[]
[src]

Names of conformance packs.

§
Limit?: number | null
[src]

The maximum number of conformance packs returned on each page.

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