| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Location.DeleteGeofenceCollection
Description
Deletes a geofence collection from your AWS 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.
Synopsis
- data DeleteGeofenceCollection = DeleteGeofenceCollection' {}
- newDeleteGeofenceCollection :: Text -> DeleteGeofenceCollection
- deleteGeofenceCollection_collectionName :: Lens' DeleteGeofenceCollection Text
- data DeleteGeofenceCollectionResponse = DeleteGeofenceCollectionResponse' {
- httpStatus :: Int
- newDeleteGeofenceCollectionResponse :: Int -> DeleteGeofenceCollectionResponse
- deleteGeofenceCollectionResponse_httpStatus :: Lens' DeleteGeofenceCollectionResponse Int
Creating a Request
data DeleteGeofenceCollection Source #
See: newDeleteGeofenceCollection smart constructor.
Constructors
| DeleteGeofenceCollection' | |
Fields
| |
Instances
newDeleteGeofenceCollection Source #
Arguments
| :: Text | |
| -> DeleteGeofenceCollection |
Create a value of DeleteGeofenceCollection with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
DeleteGeofenceCollection, deleteGeofenceCollection_collectionName - The name of the geofence collection to be deleted.
Request Lenses
deleteGeofenceCollection_collectionName :: Lens' DeleteGeofenceCollection Text Source #
The name of the geofence collection to be deleted.
Destructuring the Response
data DeleteGeofenceCollectionResponse Source #
See: newDeleteGeofenceCollectionResponse smart constructor.
Constructors
| DeleteGeofenceCollectionResponse' | |
Fields
| |
Instances
newDeleteGeofenceCollectionResponse Source #
Create a value of DeleteGeofenceCollectionResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:DeleteGeofenceCollectionResponse', deleteGeofenceCollectionResponse_httpStatus - The response's http status code.
Response Lenses
deleteGeofenceCollectionResponse_httpStatus :: Lens' DeleteGeofenceCollectionResponse Int Source #
The response's http status code.