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

DescribeConformancePacksRequest

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

§Properties

§
ConformancePackNames?: string[] | null
[src]

Comma-separated list of conformance pack names for which you want details. If you do not specify any names, Config returns details for all your conformance packs.

§
Limit?: number | null
[src]

The maximum number of conformance packs returned on each page.

§
NextToken?: string | null
[src]

The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.