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

CreateWorkloadShareInput

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

Input for Create Workload Share

interface CreateWorkloadShareInput {
ClientRequestToken: string;
PermissionType: PermissionType;
SharedWith: string;
WorkloadId: string;
}

§Properties

§
ClientRequestToken: string
[src]
§
PermissionType: PermissionType
[src]
§
SharedWith: string
[src]
§
WorkloadId: string
[src]