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

GetBasePathMappingRequest

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

Request to describe a "BasePathMapping" resource.

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

§Properties

§
basePath: string
[src]

[Required] The base path name that callers of the API must provide as part of the URL after the domain name. This value must be unique for all of the mappings across a single API. Specify '(none)' if you do not want callers to specify any base path name after the domain name.

§
domainName: string
[src]

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