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 ActionRemoteIpDetails = ActionRemoteIpDetails' {}
- newActionRemoteIpDetails :: ActionRemoteIpDetails
- actionRemoteIpDetails_country :: Lens' ActionRemoteIpDetails (Maybe Country)
- actionRemoteIpDetails_city :: Lens' ActionRemoteIpDetails (Maybe City)
- actionRemoteIpDetails_ipAddressV4 :: Lens' ActionRemoteIpDetails (Maybe Text)
- actionRemoteIpDetails_geoLocation :: Lens' ActionRemoteIpDetails (Maybe GeoLocation)
- actionRemoteIpDetails_organization :: Lens' ActionRemoteIpDetails (Maybe IpOrganizationDetails)
Documentation
data ActionRemoteIpDetails Source #
For AwsApiAction
, NetworkConnectionAction
, and PortProbeAction
,
RemoteIpDetails
provides information about the remote IP address that
was involved in the action.
See: newActionRemoteIpDetails
smart constructor.
ActionRemoteIpDetails' | |
|
Instances
newActionRemoteIpDetails :: ActionRemoteIpDetails Source #
Create a value of ActionRemoteIpDetails
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:ActionRemoteIpDetails'
, actionRemoteIpDetails_country
- The country where the remote IP address is located.
$sel:city:ActionRemoteIpDetails'
, actionRemoteIpDetails_city
- The city where the remote IP address is located.
$sel:ipAddressV4:ActionRemoteIpDetails'
, actionRemoteIpDetails_ipAddressV4
- The IP address.
$sel:geoLocation:ActionRemoteIpDetails'
, actionRemoteIpDetails_geoLocation
- The coordinates of the location of the remote IP address.
$sel:organization:ActionRemoteIpDetails'
, actionRemoteIpDetails_organization
- The internet service provider (ISP) organization associated with the
remote IP address.
actionRemoteIpDetails_country :: Lens' ActionRemoteIpDetails (Maybe Country) Source #
The country where the remote IP address is located.
actionRemoteIpDetails_city :: Lens' ActionRemoteIpDetails (Maybe City) Source #
The city where the remote IP address is located.
actionRemoteIpDetails_ipAddressV4 :: Lens' ActionRemoteIpDetails (Maybe Text) Source #
The IP address.
actionRemoteIpDetails_geoLocation :: Lens' ActionRemoteIpDetails (Maybe GeoLocation) Source #
The coordinates of the location of the remote IP address.
actionRemoteIpDetails_organization :: Lens' ActionRemoteIpDetails (Maybe IpOrganizationDetails) Source #
The internet service provider (ISP) organization associated with the remote IP address.