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.Types.BatchDeleteGeofenceError

Description

 
Synopsis

Documentation

data BatchDeleteGeofenceError Source #

Contains error details for each geofence that failed to delete from the geofence collection.

See: newBatchDeleteGeofenceError smart constructor.

Constructors

BatchDeleteGeofenceError' 

Fields

Instances

Instances details
Eq BatchDeleteGeofenceError Source # 
Instance details

Defined in Amazonka.Location.Types.BatchDeleteGeofenceError

Read BatchDeleteGeofenceError Source # 
Instance details

Defined in Amazonka.Location.Types.BatchDeleteGeofenceError

Show BatchDeleteGeofenceError Source # 
Instance details

Defined in Amazonka.Location.Types.BatchDeleteGeofenceError

Generic BatchDeleteGeofenceError Source # 
Instance details

Defined in Amazonka.Location.Types.BatchDeleteGeofenceError

Associated Types

type Rep BatchDeleteGeofenceError :: Type -> Type #

NFData BatchDeleteGeofenceError Source # 
Instance details

Defined in Amazonka.Location.Types.BatchDeleteGeofenceError

Hashable BatchDeleteGeofenceError Source # 
Instance details

Defined in Amazonka.Location.Types.BatchDeleteGeofenceError

FromJSON BatchDeleteGeofenceError Source # 
Instance details

Defined in Amazonka.Location.Types.BatchDeleteGeofenceError

type Rep BatchDeleteGeofenceError Source # 
Instance details

Defined in Amazonka.Location.Types.BatchDeleteGeofenceError

type Rep BatchDeleteGeofenceError = D1 ('MetaData "BatchDeleteGeofenceError" "Amazonka.Location.Types.BatchDeleteGeofenceError" "libZSservicesZSamazonka-locationZSamazonka-location" 'False) (C1 ('MetaCons "BatchDeleteGeofenceError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "error") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 BatchItemError) :*: S1 ('MetaSel ('Just "geofenceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newBatchDeleteGeofenceError Source #

Create a value of BatchDeleteGeofenceError 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:error:BatchDeleteGeofenceError', batchDeleteGeofenceError_error - Contains details associated to the batch error.

$sel:geofenceId:BatchDeleteGeofenceError', batchDeleteGeofenceError_geofenceId - The geofence associated with the error message.

batchDeleteGeofenceError_error :: Lens' BatchDeleteGeofenceError BatchItemError Source #

Contains details associated to the batch error.

batchDeleteGeofenceError_geofenceId :: Lens' BatchDeleteGeofenceError Text Source #

The geofence associated with the error message.