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

ReimportApiRequest

import type { ReimportApiRequest } from "https://aws-api.deno.dev/v0.3/services/apigatewayv2.ts?docs=full";
interface ReimportApiRequest {
ApiId: string;
Basepath?: string | null;
Body: string;
FailOnWarnings?: boolean | null;
}

§Properties

§
ApiId: string
[src]

The API identifier.

§
Basepath?: string | null
[src]

Specifies how to interpret the base path of the API during import. Valid values are ignore, prepend, and split. The default value is ignore. To learn more, see Set the OpenAPI basePath Property. Supported only for HTTP APIs.

§
Body: string
[src]

The OpenAPI definition. Supported only for HTTP APIs.

§
FailOnWarnings?: boolean | null
[src]

Specifies whether to rollback the API creation when a warning is encountered. By default, API creation continues if a warning is encountered.