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

UpdateFolderRequest

import type { UpdateFolderRequest } from "https://aws-api.deno.dev/v0.3/services/workdocs.ts?docs=full";
interface UpdateFolderRequest {
AuthenticationToken?: string | null;
FolderId: string;
Name?: string | null;
ParentFolderId?: string | null;
ResourceState?: ResourceStateType | 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.

§
Name?: string | null
[src]

The name of the folder.

§
ParentFolderId?: string | null
[src]

The ID of the parent folder.

§
ResourceState?: ResourceStateType | null
[src]

The resource state of the folder. Only ACTIVE and RECYCLED are accepted values from the API.