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 IpAddressDetails = IpAddressDetails' {}
- newIpAddressDetails :: IpAddressDetails
- ipAddressDetails_ipCity :: Lens' IpAddressDetails (Maybe IpCity)
- ipAddressDetails_ipGeoLocation :: Lens' IpAddressDetails (Maybe IpGeoLocation)
- ipAddressDetails_ipAddressV4 :: Lens' IpAddressDetails (Maybe Text)
- ipAddressDetails_ipOwner :: Lens' IpAddressDetails (Maybe IpOwner)
- ipAddressDetails_ipCountry :: Lens' IpAddressDetails (Maybe IpCountry)
Documentation
data IpAddressDetails Source #
Provides information about the IP address of the device that an entity used to perform an action on an affected resource.
See: newIpAddressDetails
smart constructor.
IpAddressDetails' | |
|
Instances
newIpAddressDetails :: IpAddressDetails Source #
Create a value of IpAddressDetails
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:ipCity:IpAddressDetails'
, ipAddressDetails_ipCity
- The city that the IP address originated from.
$sel:ipGeoLocation:IpAddressDetails'
, ipAddressDetails_ipGeoLocation
- The geographic coordinates of the location that the IP address
originated from.
$sel:ipAddressV4:IpAddressDetails'
, ipAddressDetails_ipAddressV4
- The Internet Protocol version 4 (IPv4) address of the device.
$sel:ipOwner:IpAddressDetails'
, ipAddressDetails_ipOwner
- The registered owner of the IP address.
$sel:ipCountry:IpAddressDetails'
, ipAddressDetails_ipCountry
- The country that the IP address originated from.
ipAddressDetails_ipCity :: Lens' IpAddressDetails (Maybe IpCity) Source #
The city that the IP address originated from.
ipAddressDetails_ipGeoLocation :: Lens' IpAddressDetails (Maybe IpGeoLocation) Source #
The geographic coordinates of the location that the IP address originated from.
ipAddressDetails_ipAddressV4 :: Lens' IpAddressDetails (Maybe Text) Source #
The Internet Protocol version 4 (IPv4) address of the device.
ipAddressDetails_ipOwner :: Lens' IpAddressDetails (Maybe IpOwner) Source #
The registered owner of the IP address.
ipAddressDetails_ipCountry :: Lens' IpAddressDetails (Maybe IpCountry) Source #
The country that the IP address originated from.