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

UpdateRouteCalculatorRequest

import type { UpdateRouteCalculatorRequest } from "https://aws-api.deno.dev/v0.3/services/location.ts?docs=full";
interface UpdateRouteCalculatorRequest {
CalculatorName: string;
Description?: string | null;
PricingPlan?: PricingPlan | null;
}

§Properties

§
CalculatorName: string
[src]

The name of the route calculator resource to update.

§
Description?: string | null
[src]

Updates the description for the route calculator resource.

§
PricingPlan?: PricingPlan | null
[src]

No longer used. If included, the only allowed value is RequestBasedUsage.