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

DescribeRootFoldersRequest

import type { DescribeRootFoldersRequest } from "https://aws-api.deno.dev/v0.3/services/workdocs.ts?docs=full";
interface DescribeRootFoldersRequest {
AuthenticationToken: string;
Limit?: number | null;
Marker?: string | null;
}

§Properties

§
AuthenticationToken: string
[src]

Amazon WorkDocs authentication token.

§
Limit?: number | null
[src]

The maximum number of items to return.

§
Marker?: string | null
[src]

The marker for the next set of results. (You received this marker from a previous call.)