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

Description

 
Synopsis

Documentation

data BatchPutGeofenceSuccess Source #

Contains a summary of each geofence that was successfully stored in a given geofence collection.

See: newBatchPutGeofenceSuccess smart constructor.

Constructors

BatchPutGeofenceSuccess' 

Fields

  • createTime :: POSIX

    The timestamp for when the geofence was stored in a geofence collection in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ

  • geofenceId :: Text

    The geofence successfully stored in a geofence collection.

  • updateTime :: POSIX

    The timestamp for when the geofence was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ

Instances

Instances details
Eq BatchPutGeofenceSuccess Source # 
Instance details

Defined in Amazonka.Location.Types.BatchPutGeofenceSuccess

Read BatchPutGeofenceSuccess Source # 
Instance details

Defined in Amazonka.Location.Types.BatchPutGeofenceSuccess

Show BatchPutGeofenceSuccess Source # 
Instance details

Defined in Amazonka.Location.Types.BatchPutGeofenceSuccess

Generic BatchPutGeofenceSuccess Source # 
Instance details

Defined in Amazonka.Location.Types.BatchPutGeofenceSuccess

Associated Types

type Rep BatchPutGeofenceSuccess :: Type -> Type #

NFData BatchPutGeofenceSuccess Source # 
Instance details

Defined in Amazonka.Location.Types.BatchPutGeofenceSuccess

Methods

rnf :: BatchPutGeofenceSuccess -> () #

Hashable BatchPutGeofenceSuccess Source # 
Instance details

Defined in Amazonka.Location.Types.BatchPutGeofenceSuccess

FromJSON BatchPutGeofenceSuccess Source # 
Instance details

Defined in Amazonka.Location.Types.BatchPutGeofenceSuccess

type Rep BatchPutGeofenceSuccess Source # 
Instance details

Defined in Amazonka.Location.Types.BatchPutGeofenceSuccess

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

newBatchPutGeofenceSuccess Source #

Create a value of BatchPutGeofenceSuccess 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:createTime:BatchPutGeofenceSuccess', batchPutGeofenceSuccess_createTime - The timestamp for when the geofence was stored in a geofence collection in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ

$sel:geofenceId:BatchPutGeofenceSuccess', batchPutGeofenceSuccess_geofenceId - The geofence successfully stored in a geofence collection.

$sel:updateTime:BatchPutGeofenceSuccess', batchPutGeofenceSuccess_updateTime - The timestamp for when the geofence was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ

batchPutGeofenceSuccess_createTime :: Lens' BatchPutGeofenceSuccess UTCTime Source #

The timestamp for when the geofence was stored in a geofence collection in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ

batchPutGeofenceSuccess_geofenceId :: Lens' BatchPutGeofenceSuccess Text Source #

The geofence successfully stored in a geofence collection.

batchPutGeofenceSuccess_updateTime :: Lens' BatchPutGeofenceSuccess UTCTime Source #

The timestamp for when the geofence was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ