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

Description

 
Synopsis

Documentation

data BatchGetDevicePositionError Source #

Contains error details for each device that didn't return a position.

See: newBatchGetDevicePositionError smart constructor.

Constructors

BatchGetDevicePositionError' 

Fields

Instances

Instances details
Eq BatchGetDevicePositionError Source # 
Instance details

Defined in Amazonka.Location.Types.BatchGetDevicePositionError

Read BatchGetDevicePositionError Source # 
Instance details

Defined in Amazonka.Location.Types.BatchGetDevicePositionError

Show BatchGetDevicePositionError Source # 
Instance details

Defined in Amazonka.Location.Types.BatchGetDevicePositionError

Generic BatchGetDevicePositionError Source # 
Instance details

Defined in Amazonka.Location.Types.BatchGetDevicePositionError

Associated Types

type Rep BatchGetDevicePositionError :: Type -> Type #

NFData BatchGetDevicePositionError Source # 
Instance details

Defined in Amazonka.Location.Types.BatchGetDevicePositionError

Hashable BatchGetDevicePositionError Source # 
Instance details

Defined in Amazonka.Location.Types.BatchGetDevicePositionError

FromJSON BatchGetDevicePositionError Source # 
Instance details

Defined in Amazonka.Location.Types.BatchGetDevicePositionError

type Rep BatchGetDevicePositionError Source # 
Instance details

Defined in Amazonka.Location.Types.BatchGetDevicePositionError

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

newBatchGetDevicePositionError Source #

Create a value of BatchGetDevicePositionError 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:BatchGetDevicePositionError', batchGetDevicePositionError_deviceId - The ID of the device that didn't return a position.

$sel:error:BatchGetDevicePositionError', batchGetDevicePositionError_error - Contains details related to the error code.

batchGetDevicePositionError_deviceId :: Lens' BatchGetDevicePositionError Text Source #

The ID of the device that didn't return a position.