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

DeleteBasePathMappingRequest

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

A request to delete the "BasePathMapping" resource.

interface DeleteBasePathMappingRequest {
basePath: string;
domainName: string;
}

§Properties

§
basePath: string
[src]

[Required] The base path name of the "BasePathMapping" resource to delete.

To specify an empty base path, set this parameter to '(none)'.

§
domainName: string
[src]

[Required] The domain name of the "BasePathMapping" resource to delete.