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

DocumentationPartType

import type { DocumentationPartType } from "https://aws-api.deno.dev/v0.4/services/apigateway.ts?docs=full";
type DocumentationPartType =
| "API"
| "AUTHORIZER"
| "MODEL"
| "RESOURCE"
| "METHOD"
| "PATH_PARAMETER"
| "QUERY_PARAMETER"
| "REQUEST_HEADER"
| "REQUEST_BODY"
| "RESPONSE"
| "RESPONSE_HEADER"
| "RESPONSE_BODY"

§Type

§
"API" | "AUTHORIZER" | "MODEL" | "RESOURCE" | "METHOD" | "PATH_PARAMETER" | "QUERY_PARAMETER" | "REQUEST_HEADER" | "REQUEST_BODY" | "RESPONSE" | "RESPONSE_HEADER" | "RESPONSE_BODY" | cmnP.UnexpectedEnumValue
[src]