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

UpdateLensReviewOutput

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

Output of a update lens review call.

interface UpdateLensReviewOutput {
LensReview?: LensReview | null;
WorkloadId?: string | null;
}

§Properties

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