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

GetLensInput

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

§Properties

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

The lens version to be retrieved.