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

UpdatePlaceIndexRequest

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

§Properties

§
DataSourceConfiguration?: DataSourceConfiguration | null
[src]

Updates the data storage option for the place index resource.

§
Description?: string | null
[src]

Updates the description for the place index resource.

§
IndexName: string
[src]

The name of the place index resource to update.

§
PricingPlan?: PricingPlan | null
[src]

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