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

GetLensVersionDifferenceInput

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

§Properties

§
BaseLensVersion?: string | null
[src]

The base version of the lens.

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

The lens version to target a difference for.