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

CreateRouteCalculatorResponse

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

§Properties

§
CalculatorArn: string
[src]

The Amazon Resource Name (ARN) for the route calculator resource. Use the ARN when you specify a resource across all AWS.

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

The name of the route calculator resource.

  • For example, ExampleRouteCalculator.
§
CreateTime: Date | number
[src]

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

  • For example, 2020–07-2T12:15:20.000Z+01:00