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

GetBasePathMappingsRequest

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

A request to get information about a collection of "BasePathMapping" resources.

interface GetBasePathMappingsRequest {
domainName: string;
limit?: number | null;
position?: string | null;
}

§Properties

§
domainName: string
[src]

[Required] The domain name of a "BasePathMapping" resource.

§
limit?: number | null
[src]

The maximum number of returned results per page. The default value is 25 and the maximum value is 500.

§
position?: string | null
[src]

The current pagination position in the paged result set.