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

WorkloadShareSummary

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

A workload share summary return object.

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

§Properties

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

Optional message to compliment the Status field.