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

LensShareSummary

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

A lens share summary return object.

interface LensShareSummary {
SharedWith?: string | null;
ShareId?: string | null;
Status?: ShareStatus | null;
StatusMessage?: string | null;
}

§Properties

§
SharedWith?: string | null
[src]
§
ShareId?: string | null
[src]
§
Status?: ShareStatus | null
[src]
§
StatusMessage?: string | null
[src]

Optional message to compliment the Status field.