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

GetFolderPathRequest

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

§Properties

§
AuthenticationToken?: string | null
[src]

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

§
Fields?: string | null
[src]

A comma-separated list of values. Specify "NAME" to include the names of the parent folders.

§
FolderId: string
[src]

The ID of the folder.

§
Limit?: number | null
[src]

The maximum number of levels in the hierarchy to return.

§
Marker?: string | null
[src]

This value is not supported.