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

DescribeRouteCalculatorResponse

import type { DescribeRouteCalculatorResponse } from "https://aws-api.deno.dev/v0.3/services/location.ts?docs=full";
interface DescribeRouteCalculatorResponse {
CalculatorArn: string;
CalculatorName: string;
CreateTime: Date | number;
DataSource: string;
Description: string;
PricingPlan?: PricingPlan | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
UpdateTime: 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 AWS.

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

The name of the route calculator resource being described.

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

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

Tags associated with route calculator resource.

§
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