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

ListLensSharesOutput

import type { ListLensSharesOutput } from "https://aws-api.deno.dev/v0.4/services/wellarchitected.ts?docs=full";
interface ListLensSharesOutput {
LensShareSummaries?: LensShareSummary[] | null;
NextToken?: string | null;
}

§Properties

§
LensShareSummaries?: LensShareSummary[] | null
[src]

A list of lens share summaries.

§
NextToken?: string | null
[src]