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

DocumentationPartIds

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

A collection of the imported "DocumentationPart" identifiers.

This is used to return the result when documentation parts in an external (e.g., OpenAPI) file are imported into API Gateway

See also: Documenting an API, documentationpart:import, "DocumentationPart"

interface DocumentationPartIds {
ids?: string[] | null;
warnings?: string[] | null;
}

§Properties

§
ids?: string[] | null
[src]

A list of the returned documentation part identifiers.

§
warnings?: string[] | null
[src]

A list of warning messages reported during import of documentation parts.