Module Values.DeleteGeofenceCollectionRequestSource

Deletes a geofence collection from your Amazon Web Services account. This operation deletes the resource permanently. If the geofence collection is the target of a tracker resource, the devices will no longer be monitored.

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

    The name of the geofence collection to be deleted.

    *)
}
Sourceval context_ : string
Sourceval make : collectionName:ResourceName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `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