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

Lens

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

A lens return object.

interface Lens {
Description?: string | null;
LensArn?: string | null;
LensVersion?: string | null;
Name?: string | null;
Owner?: string | null;
ShareInvitationId?: string | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
Description?: string | null
[src]
§
LensArn?: string | null
[src]

The ARN of a lens.

§
LensVersion?: string | null
[src]

The version of a lens.

§
Name?: string | null
[src]
§
Owner?: string | null
[src]

The Amazon Web Services account ID that owns the lens.

§
ShareInvitationId?: string | null
[src]

The ID assigned to the share invitation.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The tags assigned to the lens.