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

DescribeConnectClientAddInsRequest

import type { DescribeConnectClientAddInsRequest } from "https://aws-api.deno.dev/v0.3/services/workspaces.ts?docs=full";
interface DescribeConnectClientAddInsRequest {
MaxResults?: number | null;
NextToken?: string | null;
ResourceId: string;
}

§Properties

§
MaxResults?: number | null
[src]

The maximum number of items to return.

§
NextToken?: string | null
[src]

If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.

§
ResourceId: string
[src]

The directory identifier for which the client add-in is configured.