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

CreateDocumentationVersionRequest

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

Creates a new documentation version of a given API.

interface CreateDocumentationVersionRequest {
description?: string | null;
documentationVersion: string;
restApiId: string;
stageName?: string | null;
}

§Properties

§
description?: string | null
[src]

A description about the new documentation snapshot.

§
documentationVersion: string
[src]

[Required] The version identifier of the new snapshot.

§
restApiId: string
[src]

[Required] The string identifier of the associated "RestApi".

§
stageName?: string | null
[src]

The stage name to be associated with the new documentation snapshot.