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

DescribePlaceIndexResponse

import type { DescribePlaceIndexResponse } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/location.ts";
interface DescribePlaceIndexResponse {
CreateTime: Date | number;
DataSource: string;
DataSourceConfiguration: DataSourceConfiguration;
Description: string;
IndexArn: string;
IndexName: string;
PricingPlan: PricingPlan;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
UpdateTime: Date | number;
}

§Properties

§
CreateTime: Date | number
[src]
§
DataSource: string
[src]
§
DataSourceConfiguration: DataSourceConfiguration
[src]
§
Description: string
[src]
§
IndexArn: string
[src]
§
IndexName: string
[src]
§
PricingPlan: PricingPlan
[src]
§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
UpdateTime: Date | number
[src]