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

ListConformancePackComplianceScoresResponse

import type { ListConformancePackComplianceScoresResponse } from "https://aws-api.deno.dev/v0.4/services/configservice.ts?docs=full";
interface ListConformancePackComplianceScoresResponse {
ConformancePackComplianceScores: ConformancePackComplianceScore[];
NextToken?: string | null;
}

§Properties

§
ConformancePackComplianceScores: ConformancePackComplianceScore[]
[src]

A list of ConformancePackComplianceScore objects.

§
NextToken?: string | null
[src]

The nextToken string that you can use to get the next page of results in a paginated response.