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.BatchEvaluateGeofencesError

Description

 
Synopsis

Documentation

data BatchEvaluateGeofencesError Source #

Contains error details for each device that failed to evaluate its position against the geofences in a given geofence collection.

See: newBatchEvaluateGeofencesError smart constructor.

Constructors

BatchEvaluateGeofencesError' 

Fields

Instances

Instances details
Eq BatchEvaluateGeofencesError Source # 
Instance details

Defined in Amazonka.Location.Types.BatchEvaluateGeofencesError

Read BatchEvaluateGeofencesError Source # 
Instance details

Defined in Amazonka.Location.Types.BatchEvaluateGeofencesError

Show BatchEvaluateGeofencesError Source # 
Instance details

Defined in Amazonka.Location.Types.BatchEvaluateGeofencesError

Generic BatchEvaluateGeofencesError Source # 
Instance details

Defined in Amazonka.Location.Types.BatchEvaluateGeofencesError

Associated Types

type Rep BatchEvaluateGeofencesError :: Type -> Type #

NFData BatchEvaluateGeofencesError Source # 
Instance details

Defined in Amazonka.Location.Types.BatchEvaluateGeofencesError

Hashable BatchEvaluateGeofencesError Source # 
Instance details

Defined in Amazonka.Location.Types.BatchEvaluateGeofencesError

FromJSON BatchEvaluateGeofencesError Source # 
Instance details

Defined in Amazonka.Location.Types.BatchEvaluateGeofencesError

type Rep BatchEvaluateGeofencesError Source # 
Instance details

Defined in Amazonka.Location.Types.BatchEvaluateGeofencesError

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

newBatchEvaluateGeofencesError Source #

Create a value of BatchEvaluateGeofencesError 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:deviceId:BatchEvaluateGeofencesError', batchEvaluateGeofencesError_deviceId - The device associated with the position evaluation error.

$sel:error:BatchEvaluateGeofencesError', batchEvaluateGeofencesError_error - Contains details associated to the batch error.

$sel:sampleTime:BatchEvaluateGeofencesError', batchEvaluateGeofencesError_sampleTime - Specifies a timestamp for when the error occurred in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ

batchEvaluateGeofencesError_deviceId :: Lens' BatchEvaluateGeofencesError Text Source #

The device associated with the position evaluation error.

batchEvaluateGeofencesError_sampleTime :: Lens' BatchEvaluateGeofencesError UTCTime Source #

Specifies a timestamp for when the error occurred in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ