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

DocumentationVersion

import type { DocumentationVersion } from "https://aws-api.deno.dev/v0.3/services/apigateway.ts?docs=full";

A snapshot of the documentation of an API.

Publishing API documentation involves creating a documentation version associated with an API stage and exporting the versioned documentation to an external (e.g., OpenAPI) file.

See also: Documenting an API, "DocumentationPart", "DocumentationVersions"

interface DocumentationVersion {
createdDate?: Date | number | null;
description?: string | null;
version?: string | null;
}

§Properties

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

The date when the API documentation snapshot is created.

§
description?: string | null
[src]

The description of the API documentation snapshot.

§
version?: string | null
[src]

The version identifier of the API documentation snapshot.