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

Description

 
Synopsis

Documentation

data ListTrackersResponseEntry Source #

Contains the tracker resource details.

See: newListTrackersResponseEntry smart constructor.

Constructors

ListTrackersResponseEntry' 

Fields

Instances

Instances details
Eq ListTrackersResponseEntry Source # 
Instance details

Defined in Amazonka.Location.Types.ListTrackersResponseEntry

Read ListTrackersResponseEntry Source # 
Instance details

Defined in Amazonka.Location.Types.ListTrackersResponseEntry

Show ListTrackersResponseEntry Source # 
Instance details

Defined in Amazonka.Location.Types.ListTrackersResponseEntry

Generic ListTrackersResponseEntry Source # 
Instance details

Defined in Amazonka.Location.Types.ListTrackersResponseEntry

Associated Types

type Rep ListTrackersResponseEntry :: Type -> Type #

NFData ListTrackersResponseEntry Source # 
Instance details

Defined in Amazonka.Location.Types.ListTrackersResponseEntry

Hashable ListTrackersResponseEntry Source # 
Instance details

Defined in Amazonka.Location.Types.ListTrackersResponseEntry

FromJSON ListTrackersResponseEntry Source # 
Instance details

Defined in Amazonka.Location.Types.ListTrackersResponseEntry

type Rep ListTrackersResponseEntry Source # 
Instance details

Defined in Amazonka.Location.Types.ListTrackersResponseEntry

type Rep ListTrackersResponseEntry = D1 ('MetaData "ListTrackersResponseEntry" "Amazonka.Location.Types.ListTrackersResponseEntry" "libZSservicesZSamazonka-locationZSamazonka-location" 'False) (C1 ('MetaCons "ListTrackersResponseEntry'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "pricingPlanDataSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe 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 "trackerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "updateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))))

newListTrackersResponseEntry Source #

Create a value of ListTrackersResponseEntry 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:ListTrackersResponseEntry', listTrackersResponseEntry_pricingPlanDataSource - The specified data provider for the tracker resource.

$sel:createTime:ListTrackersResponseEntry', listTrackersResponseEntry_createTime - The timestamp for when the tracker resource was created in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.

$sel:description:ListTrackersResponseEntry', listTrackersResponseEntry_description - The description for the tracker resource.

$sel:pricingPlan:ListTrackersResponseEntry', listTrackersResponseEntry_pricingPlan - The pricing plan for the specified tracker resource.

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

$sel:trackerName:ListTrackersResponseEntry', listTrackersResponseEntry_trackerName - The name of the tracker resource.

$sel:updateTime:ListTrackersResponseEntry', listTrackersResponseEntry_updateTime - The timestamp at which the device's position was determined. Uses ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.

listTrackersResponseEntry_pricingPlanDataSource :: Lens' ListTrackersResponseEntry (Maybe Text) Source #

The specified data provider for the tracker resource.

listTrackersResponseEntry_createTime :: Lens' ListTrackersResponseEntry UTCTime Source #

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

listTrackersResponseEntry_pricingPlan :: Lens' ListTrackersResponseEntry PricingPlan Source #

The pricing plan for the specified tracker resource.

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

listTrackersResponseEntry_updateTime :: Lens' ListTrackersResponseEntry UTCTime Source #

The timestamp at which the device's position was determined. Uses ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.