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

GetGeofenceRequest

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

§Properties

§
CollectionName: string
[src]

The geofence collection storing the target geofence.

§
GeofenceId: string
[src]

The geofence you're retrieving details for.