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

LensSummary

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

A lens summary of a lens.

interface LensSummary {
CreatedAt?: Date | number | null;
Description?: string | null;
LensAlias?: string | null;
LensArn?: string | null;
LensName?: string | null;
LensStatus?: LensStatus | null;
LensType?: LensType | null;
LensVersion?: string | null;
Owner?: string | null;
UpdatedAt?: Date | number | null;
}

§Properties

§
CreatedAt?: Date | number | null
[src]
§
Description?: string | null
[src]
§
LensAlias?: string | null
[src]
§
LensArn?: string | null
[src]

The ARN of the lens.

§
LensName?: string | null
[src]
§
LensStatus?: LensStatus | null
[src]

The status of the lens.

§
LensType?: LensType | null
[src]

The type of the lens.

§
LensVersion?: string | null
[src]

The version of the lens.

§
Owner?: string | null
[src]
§
UpdatedAt?: Date | number | null
[src]