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

ListMapsResponseEntry

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

Contains details of an existing map resource in your AWS account.

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

§Properties

§
CreateTime: Date | number
[src]

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

§
DataSource: string
[src]

Specifies the data provider for the associated map tiles.

§
Description: string
[src]

The description for the map resource.

§
MapName: string
[src]

The name of the associated map resource.

§
PricingPlan?: PricingPlan | null
[src]

No longer used. Always returns RequestBasedUsage.

§
UpdateTime: Date | number
[src]

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