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

LensUpgradeSummary

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

Lens upgrade summary return object.

interface LensUpgradeSummary {
CurrentLensVersion?: string | null;
LatestLensVersion?: string | null;
LensAlias?: string | null;
LensArn?: string | null;
WorkloadId?: string | null;
WorkloadName?: string | null;
}

§Properties

§
CurrentLensVersion?: string | null
[src]

The current version of the lens.

§
LatestLensVersion?: string | null
[src]

The latest version of the lens.

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

The ARN for the lens.

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