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

CreateDocumentationPartRequest

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

Creates a new documentation part of a given API.

interface CreateDocumentationPartRequest {
properties: string;
restApiId: string;
}

§Properties

§

[Required] The location of the targeted API entity of the to-be-created documentation part.

§
properties: string
[src]

[Required] The new documentation content map of the targeted API entity. Enclosed key-value pairs are API-specific, but only OpenAPI-compliant key-value pairs can be exported and, hence, published.

§
restApiId: string
[src]

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