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

ListLensSharesInput

import type { ListLensSharesInput } from "https://aws-api.deno.dev/v0.4/services/wellarchitected.ts?docs=full";
interface ListLensSharesInput {
LensAlias: string;
MaxResults?: number | null;
NextToken?: string | null;
SharedWithPrefix?: string | null;
Status?: ShareStatus | null;
}

§Properties

§
LensAlias: string
[src]
§
MaxResults?: number | null
[src]

The maximum number of results to return for this request.

§
NextToken?: string | null
[src]
§
SharedWithPrefix?: string | null
[src]

The Amazon Web Services account ID, IAM role, organization ID, or organizational unit (OU) ID with which the lens is shared.

§
Status?: ShareStatus | null
[src]