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 |
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.
DeleteGeofenceCollection' | |
|
Instances
newDeleteGeofenceCollection Source #
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.
DeleteGeofenceCollectionResponse' | |
|
Instances
Generic DeleteGeofenceCollectionResponse Source # | |
Read DeleteGeofenceCollectionResponse Source # | |
Show DeleteGeofenceCollectionResponse Source # | |
NFData DeleteGeofenceCollectionResponse Source # | |
Defined in Amazonka.Location.DeleteGeofenceCollection rnf :: DeleteGeofenceCollectionResponse -> () # | |
Eq DeleteGeofenceCollectionResponse Source # | |
type Rep DeleteGeofenceCollectionResponse Source # | |
Defined in Amazonka.Location.DeleteGeofenceCollection type Rep DeleteGeofenceCollectionResponse = D1 ('MetaData "DeleteGeofenceCollectionResponse" "Amazonka.Location.DeleteGeofenceCollection" "amazonka-location-2.0-4NLaYgEbMXwF6j2j7LAFNb" 'False) (C1 ('MetaCons "DeleteGeofenceCollectionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
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.