Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data ListGeofenceCollectionsResponseEntry = ListGeofenceCollectionsResponseEntry' {}
- newListGeofenceCollectionsResponseEntry :: Text -> UTCTime -> Text -> UTCTime -> ListGeofenceCollectionsResponseEntry
- listGeofenceCollectionsResponseEntry_pricingPlan :: Lens' ListGeofenceCollectionsResponseEntry (Maybe PricingPlan)
- listGeofenceCollectionsResponseEntry_pricingPlanDataSource :: Lens' ListGeofenceCollectionsResponseEntry (Maybe Text)
- listGeofenceCollectionsResponseEntry_collectionName :: Lens' ListGeofenceCollectionsResponseEntry Text
- listGeofenceCollectionsResponseEntry_createTime :: Lens' ListGeofenceCollectionsResponseEntry UTCTime
- listGeofenceCollectionsResponseEntry_description :: Lens' ListGeofenceCollectionsResponseEntry Text
- listGeofenceCollectionsResponseEntry_updateTime :: Lens' ListGeofenceCollectionsResponseEntry UTCTime
Documentation
data ListGeofenceCollectionsResponseEntry Source #
Contains the geofence collection details.
See: newListGeofenceCollectionsResponseEntry
smart constructor.
ListGeofenceCollectionsResponseEntry' | |
|
Instances
newListGeofenceCollectionsResponseEntry Source #
:: Text | |
-> UTCTime | |
-> Text | |
-> UTCTime | |
-> ListGeofenceCollectionsResponseEntry |
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:pricingPlan:ListGeofenceCollectionsResponseEntry'
, listGeofenceCollectionsResponseEntry_pricingPlan
- No longer used. Always returns RequestBasedUsage
.
$sel:pricingPlanDataSource:ListGeofenceCollectionsResponseEntry'
, listGeofenceCollectionsResponseEntry_pricingPlanDataSource
- No longer used. Always returns an empty string.
$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: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_pricingPlan :: Lens' ListGeofenceCollectionsResponseEntry (Maybe PricingPlan) Source #
No longer used. Always returns RequestBasedUsage
.
listGeofenceCollectionsResponseEntry_pricingPlanDataSource :: Lens' ListGeofenceCollectionsResponseEntry (Maybe Text) Source #
No longer used. Always returns an empty string.
listGeofenceCollectionsResponseEntry_collectionName :: Lens' ListGeofenceCollectionsResponseEntry Text Source #
The name of the geofence collection.
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_description :: Lens' ListGeofenceCollectionsResponseEntry Text Source #
The description for the geofence collection
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