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

InitiateDocumentVersionUploadRequest

import type { InitiateDocumentVersionUploadRequest } from "https://aws-api.deno.dev/v0.3/services/workdocs.ts?docs=full";
interface InitiateDocumentVersionUploadRequest {
AuthenticationToken?: string | null;
ContentCreatedTimestamp?: Date | number | null;
ContentModifiedTimestamp?: Date | number | null;
ContentType?: string | null;
DocumentSizeInBytes?: number | null;
Id?: 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.

§
ContentCreatedTimestamp?: Date | number | null
[src]

The timestamp when the content of the document was originally created.

§
ContentModifiedTimestamp?: Date | number | null
[src]

The timestamp when the content of the document was modified.

§
ContentType?: string | null
[src]

The content type of the document.

§
DocumentSizeInBytes?: number | null
[src]

The size of the document, in bytes.

§
Id?: string | null
[src]

The ID of the document.

§
Name?: string | null
[src]

The name of the document.

§
ParentFolderId: string
[src]

The ID of the parent folder.