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

BatchPutGeofenceSuccess

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

Contains a summary of each geofence that was successfully stored in a given geofence collection.

interface BatchPutGeofenceSuccess {
CreateTime: Date | number;
GeofenceId: string;
UpdateTime: Date | number;
}

§Properties

§
CreateTime: Date | number
[src]

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

§
GeofenceId: string
[src]

The geofence successfully stored in a geofence collection.

§
UpdateTime: Date | number
[src]

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