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

GetDocumentationPartRequest

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

Gets a specified documentation part of a given API.

interface GetDocumentationPartRequest {
documentationPartId: string;
restApiId: string;
}

§Properties

§
documentationPartId: string
[src]

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

§
restApiId: string
[src]

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