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

UpdatePlaceIndexResponse

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

§Properties

§
IndexArn: string
[src]

The Amazon Resource Name (ARN) of the upated 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 updated 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.