The output of BatchPutGeofenceCommand.

interface BatchPutGeofenceCommandOutput {
    $metadata: ResponseMetadata;
    Errors: undefined | BatchPutGeofenceError[];
    Successes: undefined | BatchPutGeofenceSuccess[];
}

Hierarchy (view full)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

Errors: undefined | BatchPutGeofenceError[]

Contains additional error details for each geofence that failed to be stored in a geofence collection.

Successes: undefined | BatchPutGeofenceSuccess[]

Contains each geofence that was successfully stored in a geofence collection.