amazonka-location-2.0: Amazon Location Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Location.Types.ListPlaceIndexesResponseEntry

Description

 
Synopsis

Documentation

data ListPlaceIndexesResponseEntry Source #

A place index resource listed in your AWS account.

See: newListPlaceIndexesResponseEntry smart constructor.

Constructors

ListPlaceIndexesResponseEntry' 

Fields

Instances

Instances details
FromJSON ListPlaceIndexesResponseEntry Source # 
Instance details

Defined in Amazonka.Location.Types.ListPlaceIndexesResponseEntry

Generic ListPlaceIndexesResponseEntry Source # 
Instance details

Defined in Amazonka.Location.Types.ListPlaceIndexesResponseEntry

Associated Types

type Rep ListPlaceIndexesResponseEntry :: Type -> Type #

Read ListPlaceIndexesResponseEntry Source # 
Instance details

Defined in Amazonka.Location.Types.ListPlaceIndexesResponseEntry

Show ListPlaceIndexesResponseEntry Source # 
Instance details

Defined in Amazonka.Location.Types.ListPlaceIndexesResponseEntry

NFData ListPlaceIndexesResponseEntry Source # 
Instance details

Defined in Amazonka.Location.Types.ListPlaceIndexesResponseEntry

Eq ListPlaceIndexesResponseEntry Source # 
Instance details

Defined in Amazonka.Location.Types.ListPlaceIndexesResponseEntry

Hashable ListPlaceIndexesResponseEntry Source # 
Instance details

Defined in Amazonka.Location.Types.ListPlaceIndexesResponseEntry

type Rep ListPlaceIndexesResponseEntry Source # 
Instance details

Defined in Amazonka.Location.Types.ListPlaceIndexesResponseEntry

type Rep ListPlaceIndexesResponseEntry = D1 ('MetaData "ListPlaceIndexesResponseEntry" "Amazonka.Location.Types.ListPlaceIndexesResponseEntry" "amazonka-location-2.0-4NLaYgEbMXwF6j2j7LAFNb" 'False) (C1 ('MetaCons "ListPlaceIndexesResponseEntry'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "pricingPlan") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PricingPlan)) :*: (S1 ('MetaSel ('Just "createTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ISO8601) :*: S1 ('MetaSel ('Just "dataSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "indexName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "updateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ISO8601)))))

newListPlaceIndexesResponseEntry Source #

Create a value of ListPlaceIndexesResponseEntry 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:pricingPlan:ListPlaceIndexesResponseEntry', listPlaceIndexesResponseEntry_pricingPlan - No longer used. Always returns RequestBasedUsage.

$sel:createTime:ListPlaceIndexesResponseEntry', listPlaceIndexesResponseEntry_createTime - The timestamp for when the place index resource was created in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.

$sel:dataSource:ListPlaceIndexesResponseEntry', listPlaceIndexesResponseEntry_dataSource - The data provider of geospatial data. Values can be one of the following:

  • Esri
  • Here

For more information about data providers, see Amazon Location Service data providers.

$sel:description:ListPlaceIndexesResponseEntry', listPlaceIndexesResponseEntry_description - The optional description for the place index resource.

$sel:indexName:ListPlaceIndexesResponseEntry', listPlaceIndexesResponseEntry_indexName - The name of the place index resource.

$sel:updateTime:ListPlaceIndexesResponseEntry', listPlaceIndexesResponseEntry_updateTime - The timestamp for when the place index resource was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.

listPlaceIndexesResponseEntry_createTime :: Lens' ListPlaceIndexesResponseEntry UTCTime Source #

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

listPlaceIndexesResponseEntry_dataSource :: Lens' ListPlaceIndexesResponseEntry Text Source #

The data provider of geospatial data. Values can be one of the following:

  • Esri
  • Here

For more information about data providers, see Amazon Location Service data providers.

listPlaceIndexesResponseEntry_description :: Lens' ListPlaceIndexesResponseEntry Text Source #

The optional description for the place index resource.

listPlaceIndexesResponseEntry_updateTime :: Lens' ListPlaceIndexesResponseEntry UTCTime Source #

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