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

PutGeofenceResponse

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

§Properties

§
CreateTime: Date | number
[src]

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

§
GeofenceId: string
[src]

The geofence identifier entered in the request.

§
UpdateTime: Date | number
[src]

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