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

DeleteRouteSettingsRequest

import type { DeleteRouteSettingsRequest } from "https://aws-api.deno.dev/v0.3/services/apigatewayv2.ts?docs=full";
interface DeleteRouteSettingsRequest {
ApiId: string;
RouteKey: string;
StageName: string;
}

§Properties

§
ApiId: string
[src]

The API identifier.

§
RouteKey: string
[src]

The route key.

§
StageName: string
[src]

The stage name. Stage names can only contain alphanumeric characters, hyphens, and underscores. Maximum length is 128 characters.