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

GetLensReviewOutput

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

Output of a get lens review call.

interface GetLensReviewOutput {
LensReview?: LensReview | null;
MilestoneNumber?: number | null;
WorkloadId?: string | null;
}

§Properties

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