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

GetDocumentVersionRequest

import type { GetDocumentVersionRequest } from "https://aws-api.deno.dev/v0.3/services/workdocs.ts?docs=full";
interface GetDocumentVersionRequest {
AuthenticationToken?: string | null;
DocumentId: string;
Fields?: string | null;
IncludeCustomMetadata?: boolean | null;
VersionId: string;
}

§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.

§
Fields?: string | null
[src]

A comma-separated list of values. Specify "SOURCE" to include a URL for the source document.

§
IncludeCustomMetadata?: boolean | null
[src]

Set this to TRUE to include custom metadata in the response.

§
VersionId: string
[src]

The version ID of the document.