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

ListShareInvitationsInput

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

Input for List Share Invitations

interface ListShareInvitationsInput {
LensNamePrefix?: string | null;
MaxResults?: number | null;
NextToken?: string | null;
ShareResourceType?: ShareResourceType | null;
WorkloadNamePrefix?: string | null;
}

§Properties

§
LensNamePrefix?: string | null
[src]

An optional string added to the beginning of each lens name returned in the results.

§
MaxResults?: number | null
[src]

The maximum number of results to return for this request.

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

The type of share invitations to be returned.

§
WorkloadNamePrefix?: string | null
[src]