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

ListRouteCalculatorsResponseEntry

import type { ListRouteCalculatorsResponseEntry } from "https://aws-api.deno.dev/v0.3/services/location.ts?docs=full";

A route calculator resource listed in your AWS account.

interface ListRouteCalculatorsResponseEntry {
CalculatorName: string;
CreateTime: Date | number;
DataSource: string;
Description: string;
PricingPlan?: PricingPlan | null;
UpdateTime: Date | number;
}

§Properties

§
CalculatorName: string
[src]

The name of the route calculator resource.

§
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
§
DataSource: string
[src]

The data provider of traffic and road network data. Indicates one of the available providers:

  • Esri
    
  • Here
    

For more information about data providers, see Amazon Location Service data providers.

§
Description: string
[src]

The optional description of the route calculator resource.

§
PricingPlan?: PricingPlan | null
[src]

Always returns RequestBasedUsage.

§
UpdateTime: Date | number
[src]

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

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