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

CreateFolderRequest

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

§Properties

§
AuthenticationToken?: string | null
[src]

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

§
Name?: string | null
[src]

The name of the new folder.

§
ParentFolderId: string
[src]

The ID of the parent folder.