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

Description

 
Synopsis

Documentation

data ListGeofenceCollectionsResponseEntry Source #

Contains the geofence collection details.

See: newListGeofenceCollectionsResponseEntry smart constructor.

Constructors

ListGeofenceCollectionsResponseEntry' 

Fields

Instances

Instances details
Eq ListGeofenceCollectionsResponseEntry Source # 
Instance details

Defined in Amazonka.Location.Types.ListGeofenceCollectionsResponseEntry

Read ListGeofenceCollectionsResponseEntry Source # 
Instance details

Defined in Amazonka.Location.Types.ListGeofenceCollectionsResponseEntry

Show ListGeofenceCollectionsResponseEntry Source # 
Instance details

Defined in Amazonka.Location.Types.ListGeofenceCollectionsResponseEntry

Generic ListGeofenceCollectionsResponseEntry Source # 
Instance details

Defined in Amazonka.Location.Types.ListGeofenceCollectionsResponseEntry

NFData ListGeofenceCollectionsResponseEntry Source # 
Instance details

Defined in Amazonka.Location.Types.ListGeofenceCollectionsResponseEntry

Hashable ListGeofenceCollectionsResponseEntry Source # 
Instance details

Defined in Amazonka.Location.Types.ListGeofenceCollectionsResponseEntry

FromJSON ListGeofenceCollectionsResponseEntry Source # 
Instance details

Defined in Amazonka.Location.Types.ListGeofenceCollectionsResponseEntry

type Rep ListGeofenceCollectionsResponseEntry Source # 
Instance details

Defined in Amazonka.Location.Types.ListGeofenceCollectionsResponseEntry

type Rep ListGeofenceCollectionsResponseEntry = D1 ('MetaData "ListGeofenceCollectionsResponseEntry" "Amazonka.Location.Types.ListGeofenceCollectionsResponseEntry" "libZSservicesZSamazonka-locationZSamazonka-location" 'False) (C1 ('MetaCons "ListGeofenceCollectionsResponseEntry'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "pricingPlanDataSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "collectionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "createTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "pricingPlan") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PricingPlan) :*: S1 ('MetaSel ('Just "updateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))))

newListGeofenceCollectionsResponseEntry Source #

Create a value of ListGeofenceCollectionsResponseEntry 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:pricingPlanDataSource:ListGeofenceCollectionsResponseEntry', listGeofenceCollectionsResponseEntry_pricingPlanDataSource - The specified data provider for the geofence collection.

$sel:collectionName:ListGeofenceCollectionsResponseEntry', listGeofenceCollectionsResponseEntry_collectionName - The name of the geofence collection.

$sel:createTime:ListGeofenceCollectionsResponseEntry', listGeofenceCollectionsResponseEntry_createTime - The timestamp for when the geofence collection was created in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ

$sel:description:ListGeofenceCollectionsResponseEntry', listGeofenceCollectionsResponseEntry_description - The description for the geofence collection

$sel:pricingPlan:ListGeofenceCollectionsResponseEntry', listGeofenceCollectionsResponseEntry_pricingPlan - The pricing plan for the specified geofence collection.

For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.

$sel:updateTime:ListGeofenceCollectionsResponseEntry', listGeofenceCollectionsResponseEntry_updateTime - Specifies a timestamp for when the resource was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ

listGeofenceCollectionsResponseEntry_createTime :: Lens' ListGeofenceCollectionsResponseEntry UTCTime Source #

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

listGeofenceCollectionsResponseEntry_pricingPlan :: Lens' ListGeofenceCollectionsResponseEntry PricingPlan Source #

The pricing plan for the specified geofence collection.

For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.

listGeofenceCollectionsResponseEntry_updateTime :: Lens' ListGeofenceCollectionsResponseEntry UTCTime Source #

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