libZSservicesZSamazonka-locationZSamazonka-location
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq DeleteGeofenceCollection Source # 
Instance details

Defined in Amazonka.Location.DeleteGeofenceCollection

Read DeleteGeofenceCollection Source # 
Instance details

Defined in Amazonka.Location.DeleteGeofenceCollection

Show 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 #

NFData DeleteGeofenceCollection Source # 
Instance details

Defined in Amazonka.Location.DeleteGeofenceCollection

Hashable DeleteGeofenceCollection Source # 
Instance details

Defined in Amazonka.Location.DeleteGeofenceCollection

AWSRequest DeleteGeofenceCollection Source # 
Instance details

Defined in Amazonka.Location.DeleteGeofenceCollection

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

type Rep DeleteGeofenceCollection Source # 
Instance details

Defined in Amazonka.Location.DeleteGeofenceCollection

type Rep DeleteGeofenceCollection = D1 ('MetaData "DeleteGeofenceCollection" "Amazonka.Location.DeleteGeofenceCollection" "libZSservicesZSamazonka-locationZSamazonka-location" 'False) (C1 ('MetaCons "DeleteGeofenceCollection'" 'PrefixI 'True) (S1 ('MetaSel ('Just "collectionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteGeofenceCollection Source # 
Instance details

Defined in Amazonka.Location.DeleteGeofenceCollection

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:

$sel:collectionName: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
Eq DeleteGeofenceCollectionResponse Source # 
Instance details

Defined in Amazonka.Location.DeleteGeofenceCollection

Read DeleteGeofenceCollectionResponse Source # 
Instance details

Defined in Amazonka.Location.DeleteGeofenceCollection

Show DeleteGeofenceCollectionResponse Source # 
Instance details

Defined in Amazonka.Location.DeleteGeofenceCollection

Generic DeleteGeofenceCollectionResponse Source # 
Instance details

Defined in Amazonka.Location.DeleteGeofenceCollection

Associated Types

type Rep DeleteGeofenceCollectionResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-locationZSamazonka-location" '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