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

GetGeofenceResponse

import type { GetGeofenceResponse } from "https://aws-api.deno.dev/v0.3/services/location.ts?docs=full";
interface GetGeofenceResponse {
CreateTime: Date | number;
GeofenceId: string;
Geometry: GeofenceGeometry;
Status: string;
UpdateTime: Date | number;
}

§Properties

§
CreateTime: Date | number
[src]

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

§
GeofenceId: string
[src]

The geofence identifier.

§

Contains the geofence geometry details describing a polygon.

§
Status: string
[src]

Identifies the state of the geofence. A geofence will hold one of the following states:

  • ACTIVE — The geofence has been indexed by the system.
  • PENDING — The geofence is being processed by the system.
  • FAILED — The geofence failed to be indexed by the system.
  • DELETED — The geofence has been deleted from the system index.
  • DELETING — The geofence is being deleted from the system index.
§
UpdateTime: Date | number
[src]

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