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

UpdateDocumentRequest

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

§
DocumentId: string
[src]

The ID of the document.

§
Name?: string | null
[src]

The name of the document.

§
ParentFolderId?: string | null
[src]

The ID of the parent folder.

§
ResourceState?: ResourceStateType | null
[src]

The resource state of the document. Only ACTIVE and RECYCLED are supported.