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

ListWorkloadSharesInput

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

Input for List Workload Share

interface ListWorkloadSharesInput {
MaxResults?: number | null;
NextToken?: string | null;
SharedWithPrefix?: string | null;
Status?: ShareStatus | null;
WorkloadId: string;
}

§Properties

§
MaxResults?: number | null
[src]

The maximum number of results to return for this request.

§
NextToken?: string | null
[src]
§
SharedWithPrefix?: string | null
[src]

The Amazon Web Services account ID, IAM role, organization ID, or organizational unit (OU) ID with which the workload is shared.

§
Status?: ShareStatus | null
[src]
§
WorkloadId: string
[src]