| 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 |
Amazonka.GuardDuty.Types.GeoLocation
Description
Synopsis
- data GeoLocation = GeoLocation' {}
- newGeoLocation :: GeoLocation
- geoLocation_lat :: Lens' GeoLocation (Maybe Double)
- geoLocation_lon :: Lens' GeoLocation (Maybe Double)
Documentation
data GeoLocation Source #
Contains information about the location of the remote IP address.
See: newGeoLocation smart constructor.
Constructors
| GeoLocation' | |
Instances
newGeoLocation :: GeoLocation Source #
Create a value of GeoLocation 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:lat:GeoLocation', geoLocation_lat - The latitude information of the remote IP address.
$sel:lon:GeoLocation', geoLocation_lon - The longitude information of the remote IP address.
geoLocation_lat :: Lens' GeoLocation (Maybe Double) Source #
The latitude information of the remote IP address.
geoLocation_lon :: Lens' GeoLocation (Maybe Double) Source #
The longitude information of the remote IP address.