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

DescribeFolderContentsRequest

import type { DescribeFolderContentsRequest } from "https://aws-api.deno.dev/v0.3/services/workdocs.ts?docs=full";
interface DescribeFolderContentsRequest {
AuthenticationToken?: string | null;
FolderId: string;
Include?: string | null;
Limit?: number | null;
Marker?: string | null;
Order?: OrderType | null;
Sort?: ResourceSortType | null;
Type?: FolderContentType | null;
}

§Properties

§
AuthenticationToken?: string | null
[src]

Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.

§
FolderId: string
[src]

The ID of the folder.

§
Include?: string | null
[src]

The contents to include. Specify "INITIALIZED" to include initialized documents.

§
Limit?: number | null
[src]

The maximum number of items to return with this call.

§
Marker?: string | null
[src]

The marker for the next set of results. This marker was received from a previous call.

§
Order?: OrderType | null
[src]

The order for the contents of the folder.

§
Sort?: ResourceSortType | null
[src]

The sorting criteria.

§

The type of items.