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 RemoteIpDetails = RemoteIpDetails' {}
- newRemoteIpDetails :: RemoteIpDetails
- remoteIpDetails_country :: Lens' RemoteIpDetails (Maybe Country)
- remoteIpDetails_city :: Lens' RemoteIpDetails (Maybe City)
- remoteIpDetails_ipAddressV4 :: Lens' RemoteIpDetails (Maybe Text)
- remoteIpDetails_geoLocation :: Lens' RemoteIpDetails (Maybe GeoLocation)
- remoteIpDetails_organization :: Lens' RemoteIpDetails (Maybe Organization)
Documentation
data RemoteIpDetails Source #
Contains information about the remote IP address of the connection.
See: newRemoteIpDetails
smart constructor.
RemoteIpDetails' | |
|
Instances
newRemoteIpDetails :: RemoteIpDetails Source #
Create a value of RemoteIpDetails
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:country:RemoteIpDetails'
, remoteIpDetails_country
- The country code of the remote IP address.
$sel:city:RemoteIpDetails'
, remoteIpDetails_city
- The city information of the remote IP address.
$sel:ipAddressV4:RemoteIpDetails'
, remoteIpDetails_ipAddressV4
- The IPv4 remote address of the connection.
$sel:geoLocation:RemoteIpDetails'
, remoteIpDetails_geoLocation
- The location information of the remote IP address.
$sel:organization:RemoteIpDetails'
, remoteIpDetails_organization
- The ISP organization information of the remote IP address.
remoteIpDetails_country :: Lens' RemoteIpDetails (Maybe Country) Source #
The country code of the remote IP address.
remoteIpDetails_city :: Lens' RemoteIpDetails (Maybe City) Source #
The city information of the remote IP address.
remoteIpDetails_ipAddressV4 :: Lens' RemoteIpDetails (Maybe Text) Source #
The IPv4 remote address of the connection.
remoteIpDetails_geoLocation :: Lens' RemoteIpDetails (Maybe GeoLocation) Source #
The location information of the remote IP address.
remoteIpDetails_organization :: Lens' RemoteIpDetails (Maybe Organization) Source #
The ISP organization information of the remote IP address.