amazonka-location-2.0: Amazon Location Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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

Creating a Request

data DeleteGeofenceCollection Source #

See: newDeleteGeofenceCollection smart constructor.

Constructors

DeleteGeofenceCollection' 

Fields

Instances

Instances details
ToHeaders DeleteGeofenceCollection Source # 
Instance details

Defined in Amazonka.Location.DeleteGeofenceCollection

ToPath DeleteGeofenceCollection Source # 
Instance details

Defined in Amazonka.Location.DeleteGeofenceCollection

ToQuery DeleteGeofenceCollection Source # 
Instance details

Defined in Amazonka.Location.DeleteGeofenceCollection

AWSRequest DeleteGeofenceCollection Source # 
Instance details

Defined in Amazonka.Location.DeleteGeofenceCollection

Generic DeleteGeofenceCollection Source # 
Instance details

Defined in Amazonka.Location.DeleteGeofenceCollection

Associated Types

type Rep DeleteGeofenceCollection :: Type -> Type #

Read DeleteGeofenceCollection Source # 
Instance details

Defined in Amazonka.Location.DeleteGeofenceCollection

Show DeleteGeofenceCollection Source # 
Instance details

Defined in Amazonka.Location.DeleteGeofenceCollection

NFData DeleteGeofenceCollection Source # 
Instance details

Defined in Amazonka.Location.DeleteGeofenceCollection

Eq DeleteGeofenceCollection Source # 
Instance details

Defined in Amazonka.Location.DeleteGeofenceCollection

Hashable DeleteGeofenceCollection Source # 
Instance details

Defined in Amazonka.Location.DeleteGeofenceCollection

type AWSResponse DeleteGeofenceCollection Source # 
Instance details

Defined in Amazonka.Location.DeleteGeofenceCollection

type Rep DeleteGeofenceCollection Source # 
Instance details

Defined in Amazonka.Location.DeleteGeofenceCollection

type Rep DeleteGeofenceCollection = D1 ('MetaData "DeleteGeofenceCollection" "Amazonka.Location.DeleteGeofenceCollection" "amazonka-location-2.0-4NLaYgEbMXwF6j2j7LAFNb" 'False) (C1 ('MetaCons "DeleteGeofenceCollection'" 'PrefixI 'True) (S1 ('MetaSel ('Just "collectionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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.

Constructors

DeleteGeofenceCollectionResponse' 

Fields

Instances

Instances details
Generic DeleteGeofenceCollectionResponse Source # 
Instance details

Defined in Amazonka.Location.DeleteGeofenceCollection

Associated Types

type Rep DeleteGeofenceCollectionResponse :: Type -> Type #

Read DeleteGeofenceCollectionResponse Source # 
Instance details

Defined in Amazonka.Location.DeleteGeofenceCollection

Show DeleteGeofenceCollectionResponse Source # 
Instance details

Defined in Amazonka.Location.DeleteGeofenceCollection

NFData DeleteGeofenceCollectionResponse Source # 
Instance details

Defined in Amazonka.Location.DeleteGeofenceCollection

Eq DeleteGeofenceCollectionResponse Source # 
Instance details

Defined in Amazonka.Location.DeleteGeofenceCollection

type Rep DeleteGeofenceCollectionResponse Source # 
Instance details

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