Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data ListPlaceIndexesResponseEntry = ListPlaceIndexesResponseEntry' {
- createTime :: POSIX
- dataSource :: Text
- description :: Text
- indexName :: Text
- pricingPlan :: PricingPlan
- updateTime :: POSIX
- newListPlaceIndexesResponseEntry :: UTCTime -> Text -> Text -> Text -> PricingPlan -> UTCTime -> ListPlaceIndexesResponseEntry
- listPlaceIndexesResponseEntry_createTime :: Lens' ListPlaceIndexesResponseEntry UTCTime
- listPlaceIndexesResponseEntry_dataSource :: Lens' ListPlaceIndexesResponseEntry Text
- listPlaceIndexesResponseEntry_description :: Lens' ListPlaceIndexesResponseEntry Text
- listPlaceIndexesResponseEntry_indexName :: Lens' ListPlaceIndexesResponseEntry Text
- listPlaceIndexesResponseEntry_pricingPlan :: Lens' ListPlaceIndexesResponseEntry PricingPlan
- listPlaceIndexesResponseEntry_updateTime :: Lens' ListPlaceIndexesResponseEntry UTCTime
Documentation
data ListPlaceIndexesResponseEntry Source #
A place index resource listed in your AWS account.
See: newListPlaceIndexesResponseEntry
smart constructor.
ListPlaceIndexesResponseEntry' | |
|
Instances
newListPlaceIndexesResponseEntry Source #
:: UTCTime | |
-> Text | |
-> Text | |
-> Text | |
-> PricingPlan | |
-> UTCTime | |
-> ListPlaceIndexesResponseEntry |
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: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. Indicates one of the available
providers:
Esri
Here
For additional details on 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:pricingPlan:ListPlaceIndexesResponseEntry'
, listPlaceIndexesResponseEntry_pricingPlan
- The pricing plan for the specified place index resource.
For additional details and restrictions on each pricing plan option, see Amazon Location Service pricing.
$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. Indicates one of the available providers:
Esri
Here
For additional details on data providers, see Amazon Location Service data providers.
listPlaceIndexesResponseEntry_description :: Lens' ListPlaceIndexesResponseEntry Text Source #
The optional description for the place index resource.
listPlaceIndexesResponseEntry_indexName :: Lens' ListPlaceIndexesResponseEntry Text Source #
The name of the place index resource.
listPlaceIndexesResponseEntry_pricingPlan :: Lens' ListPlaceIndexesResponseEntry PricingPlan Source #
The pricing plan for the specified place index resource.
For additional details and restrictions on each pricing plan option, see Amazon Location Service pricing.
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
.