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

ListLensReviewImprovementsOutput

import type { ListLensReviewImprovementsOutput } from "https://aws-api.deno.dev/v0.4/services/wellarchitected.ts?docs=full";

Output of a list lens review improvements call.

interface ListLensReviewImprovementsOutput {
ImprovementSummaries?: ImprovementSummary[] | null;
LensAlias?: string | null;
LensArn?: string | null;
MilestoneNumber?: number | null;
NextToken?: string | null;
WorkloadId?: string | null;
}

§Properties

§
ImprovementSummaries?: ImprovementSummary[] | null
[src]
§
LensAlias?: string | null
[src]
§
LensArn?: string | null
[src]

The ARN for the lens.

§
MilestoneNumber?: number | null
[src]
§
NextToken?: string | null
[src]
§
WorkloadId?: string | null
[src]