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.deno.dev/v0.3/services/location.ts?docs=full";
interface DescribePlaceIndexResponse {
CreateTime: Date | number;
DataSource: string;
DataSourceConfiguration: DataSourceConfiguration;
Description: string;
IndexArn: string;
IndexName: string;
PricingPlan?: PricingPlan | null;
Tags?: {
[key: string]: string | null | undefined;
}
| 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.

§
DataSourceConfiguration: DataSourceConfiguration
[src]

The specified data storage option for requesting Places.

§
Description: string
[src]

The optional description for the place index resource.

§
IndexArn: string
[src]

The Amazon Resource Name (ARN) for the place index resource. Used to specify a resource across AWS.

  • Format example: arn:aws:geo:region:account-id:place-index/ExamplePlaceIndex
§
IndexName: string
[src]

The name of the place index resource being described.

§
PricingPlan?: PricingPlan | null
[src]

No longer used. Always returns RequestBasedUsage.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

Tags associated with place index resource.

§
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.