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

CreatePlaceIndexResponse

import type { CreatePlaceIndexResponse } from "https://aws-api.deno.dev/v0.3/services/location.ts?docs=full";
interface CreatePlaceIndexResponse {
CreateTime: Date | number;
IndexArn: string;
IndexName: string;
}

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

§
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 for the place index resource.