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

ListLensesOutput

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

Output of a list lenses call.

interface ListLensesOutput {
LensSummaries?: LensSummary[] | null;
NextToken?: string | null;
}

§Properties

§
LensSummaries?: LensSummary[] | null
[src]
§
NextToken?: string | null
[src]