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

CreateGeofenceCollectionResponse

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

§Properties

§
CollectionArn: string
[src]

The Amazon Resource Name (ARN) for the geofence collection resource. Used when you need to specify a resource across all AWS.

  • Format example: arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollection
§
CollectionName: string
[src]

The name for the geofence collection.

§
CreateTime: Date | number
[src]

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