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