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

GetLensVersionDifferenceOutput

import type { GetLensVersionDifferenceOutput } from "https://aws-api.deno.dev/v0.4/services/wellarchitected.ts?docs=full";
interface GetLensVersionDifferenceOutput {
BaseLensVersion?: string | null;
LatestLensVersion?: string | null;
LensAlias?: string | null;
LensArn?: string | null;
TargetLensVersion?: string | null;
VersionDifferences?: VersionDifferences | null;
}

§Properties

§
BaseLensVersion?: string | null
[src]

The base 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.

§
TargetLensVersion?: string | null
[src]

The target lens version for the lens.

§
VersionDifferences?: VersionDifferences | null
[src]