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

LensReviewSummary

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

A lens review summary of a workload.

interface LensReviewSummary {
LensAlias?: string | null;
LensArn?: string | null;
LensName?: string | null;
LensStatus?: LensStatus | null;
LensVersion?: string | null;
RiskCounts?: [key in Risk]: number | null | undefined | null;
UpdatedAt?: Date | number | null;
}

§Properties

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

The ARN for the lens.

§
LensName?: string | null
[src]
§
LensStatus?: LensStatus | null
[src]

The status of the lens.

§
LensVersion?: string | null
[src]

The version of the lens.

§
RiskCounts?: [key in Risk]: number | null | undefined | null
[src]
§
UpdatedAt?: Date | number | null
[src]