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

ListCheckSummariesInput

import type { ListCheckSummariesInput } from "https://aws-api.deno.dev/v0.4/services/wellarchitected.ts?docs=full";
interface ListCheckSummariesInput {
ChoiceId: string;
LensArn: string;
MaxResults?: number | null;
NextToken?: string | null;
PillarId: string;
QuestionId: string;
WorkloadId: string;
}

§Properties

§
ChoiceId: string
[src]
§
LensArn: string
[src]

Well-Architected Lens ARN.

§
MaxResults?: number | null
[src]
§
NextToken?: string | null
[src]
§
PillarId: string
[src]
§
QuestionId: string
[src]
§
WorkloadId: string
[src]