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

UpdateRouteCalculatorResponse

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

§Properties

§
CalculatorArn: string
[src]

The Amazon Resource Name (ARN) of the updated route calculator resource. Used to specify a resource across AWS.

  • Format example: arn:aws:geo:region:account-id:route- calculator/ExampleCalculator
§
CalculatorName: string
[src]

The name of the updated route calculator resource.

§
UpdateTime: Date | number
[src]

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