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

Description

 
Synopsis

Documentation

data ListMapsResponseEntry Source #

Contains details of an existing map resource in your AWS account.

See: newListMapsResponseEntry smart constructor.

Constructors

ListMapsResponseEntry' 

Fields

Instances

Instances details
Eq ListMapsResponseEntry Source # 
Instance details

Defined in Amazonka.Location.Types.ListMapsResponseEntry

Read ListMapsResponseEntry Source # 
Instance details

Defined in Amazonka.Location.Types.ListMapsResponseEntry

Show ListMapsResponseEntry Source # 
Instance details

Defined in Amazonka.Location.Types.ListMapsResponseEntry

Generic ListMapsResponseEntry Source # 
Instance details

Defined in Amazonka.Location.Types.ListMapsResponseEntry

Associated Types

type Rep ListMapsResponseEntry :: Type -> Type #

NFData ListMapsResponseEntry Source # 
Instance details

Defined in Amazonka.Location.Types.ListMapsResponseEntry

Methods

rnf :: ListMapsResponseEntry -> () #

Hashable ListMapsResponseEntry Source # 
Instance details

Defined in Amazonka.Location.Types.ListMapsResponseEntry

FromJSON ListMapsResponseEntry Source # 
Instance details

Defined in Amazonka.Location.Types.ListMapsResponseEntry

type Rep ListMapsResponseEntry Source # 
Instance details

Defined in Amazonka.Location.Types.ListMapsResponseEntry

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

newListMapsResponseEntry Source #

Create a value of ListMapsResponseEntry 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:ListMapsResponseEntry', listMapsResponseEntry_createTime - The timestamp for when the map resource was created in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.

$sel:dataSource:ListMapsResponseEntry', listMapsResponseEntry_dataSource - Specifies the data provider for the associated map tiles.

$sel:description:ListMapsResponseEntry', listMapsResponseEntry_description - The description for the map resource.

$sel:mapName:ListMapsResponseEntry', listMapsResponseEntry_mapName - The name of the associated map resource.

$sel:pricingPlan:ListMapsResponseEntry', listMapsResponseEntry_pricingPlan - The pricing plan for the specified map resource.

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

$sel:updateTime:ListMapsResponseEntry', listMapsResponseEntry_updateTime - The timestamp for when the map resource was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.

listMapsResponseEntry_createTime :: Lens' ListMapsResponseEntry UTCTime Source #

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

listMapsResponseEntry_dataSource :: Lens' ListMapsResponseEntry Text Source #

Specifies the data provider for the associated map tiles.

listMapsResponseEntry_mapName :: Lens' ListMapsResponseEntry Text Source #

The name of the associated map resource.

listMapsResponseEntry_pricingPlan :: Lens' ListMapsResponseEntry PricingPlan Source #

The pricing plan for the specified map resource.

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

listMapsResponseEntry_updateTime :: Lens' ListMapsResponseEntry UTCTime Source #

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