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

WorkloadShare

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

A workload share return object.

interface WorkloadShare {
PermissionType?: PermissionType | null;
SharedBy?: string | null;
SharedWith?: string | null;
ShareId?: string | null;
Status?: ShareStatus | null;
WorkloadId?: string | null;
WorkloadName?: string | null;
}

§Properties

§
PermissionType?: PermissionType | null
[src]
§
SharedBy?: string | null
[src]
§
SharedWith?: string | null
[src]
§
ShareId?: string | null
[src]
§
Status?: ShareStatus | null
[src]
§
WorkloadId?: string | null
[src]
§
WorkloadName?: string | null
[src]