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

DescribeMapResponse

import type { DescribeMapResponse } from "https://aws-api.deno.dev/v0.3/services/location.ts?docs=full";
interface DescribeMapResponse {
Configuration: MapConfiguration;
CreateTime: Date | number;
DataSource: string;
Description: string;
MapArn: string;
MapName: string;
PricingPlan?: PricingPlan | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
UpdateTime: Date | number;
}

§Properties

§
Configuration: MapConfiguration
[src]

Specifies the map tile style selected from a partner data provider.

§
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 optional description for the map resource.

§
MapArn: string
[src]

The Amazon Resource Name (ARN) for the map resource. Used to specify a resource across all AWS.

  • Format example: arn:aws:geo:region:account-id:maps/ExampleMap
§
MapName: string
[src]

The map style selected from an available provider.

§
PricingPlan?: PricingPlan | null
[src]

No longer used. Always returns RequestBasedUsage.

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

Tags associated with the map resource.

§
UpdateTime: Date | number
[src]

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