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

UpdateMapRequest

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

§Properties

§
Description?: string | null
[src]

Updates the description for the map resource.

§
MapName: string
[src]

The name of the map resource to update.

§
PricingPlan?: PricingPlan | null
[src]

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