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

CreateMapResponse

import type { CreateMapResponse } from "https://aws-api.deno.dev/v0.3/services/location.ts?docs=full";
interface CreateMapResponse {
CreateTime: Date | number;
MapArn: string;
MapName: string;
}

§Properties

§
CreateTime: Date | number
[src]

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

§
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 name of the map resource.