Values.BatchPutGeofenceRequestSourceA batch request for storing geofence geometries into a given geofence collection, or updates the geometry of an existing geofence if a geofence ID is included in the request.
type nonrec t = {collectionName : ResourceName.t;The geofence collection storing the geofences.
*)entries : BatchPutGeofenceRequestEntriesList.t;The batch of geofences to be stored in a geofence collection.
*)}val make :
collectionName:ResourceName.t ->
entries:BatchPutGeofenceRequestEntriesList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Map of
([> `String of PropertyMapKeyString.t ]
* [> `String of PropertyMapValueString.t ])
list
| `String of Id.t
| `Structure of
(string
* [> `Blob of Base64EncodedGeobuf.t
| `List of
[> `List of
[> `List of
[> `Double of Double.t
| `List of
[> `Double of Double.t ] list ]
list ]
list ]
list
| `Structure of
(string
* [> `Double of SensitiveDouble.t
| `List of [> `Double of Double.t ] list ])
list ])
list ])
list ]
list
| `String of ResourceName.t ])
list ]