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

ListPlaceIndexesResponseEntry

import type { ListPlaceIndexesResponseEntry } from "https://aws-api.deno.dev/v0.3/services/location.ts?docs=full";

A place index resource listed in your AWS account.

interface ListPlaceIndexesResponseEntry {
CreateTime: Date | number;
DataSource: string;
Description: string;
IndexName: string;
PricingPlan?: PricingPlan | null;
UpdateTime: Date | number;
}

§Properties

§
CreateTime: Date | number
[src]

The timestamp for when the place index resource was created in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.

§
DataSource: string
[src]

The data provider of geospatial data. Values can be one of the following:

  • Esri
    
  • Here
    

For more information about data providers, see Amazon Location Service data providers.

§
Description: string
[src]

The optional description for the place index resource.

§
IndexName: string
[src]

The name of the place index resource.

§
PricingPlan?: PricingPlan | null
[src]

No longer used. Always returns RequestBasedUsage.

§
UpdateTime: Date | number
[src]

The timestamp for when the place index resource was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.