Module Values.BatchDeleteGeofenceRequestSource

Deletes a batch of geofences from a geofence collection. This operation deletes the resource permanently.

Sourcetype nonrec t = {
  1. collectionName : ResourceName.t;
    (*

    The geofence collection storing the geofences to be deleted.

    *)
  2. geofenceIds : BatchDeleteGeofenceRequestGeofenceIdsList.t;
    (*

    The batch of geofences to be deleted.

    *)
}
Sourceval context_ : string
Sourceval make : collectionName:ResourceName.t -> geofenceIds:BatchDeleteGeofenceRequestGeofenceIdsList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of Id.t ] list | `String of ResourceName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t