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

UpdateLensReviewInput

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

Input for update lens review.

interface UpdateLensReviewInput {
LensAlias: string;
LensNotes?: string | null;
PillarNotes?: {
[key: string]: string | null | undefined;
}
| null;
WorkloadId: string;
}

§Properties

§
LensAlias: string
[src]
§
LensNotes?: string | null
[src]
§
PillarNotes?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
WorkloadId: string
[src]