CreatePlaceIndexRequest
import type { CreatePlaceIndexRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/location.ts";interface CreatePlaceIndexRequest {
DataSource: string;
DataSourceConfiguration?: DataSourceConfiguration | null;
Description?: string | null;
IndexName: string;
PricingPlan: PricingPlan;
Tags?: {} | null;
}[key: string]: string | null | undefined;