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
Documentation
data Organization Source #
Contains information about the ISP organization of the remote IP address.
See: newOrganization
smart constructor.
Instances
newOrganization :: Organization Source #
Create a value of Organization
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:org:Organization'
, organization_org
- The name of the internet provider.
$sel:asnOrg:Organization'
, organization_asnOrg
- The organization that registered this ASN.
$sel:asn:Organization'
, organization_asn
- The Autonomous System Number (ASN) of the internet provider of the
remote IP address.
$sel:isp:Organization'
, organization_isp
- The ISP information for the internet provider.
organization_org :: Lens' Organization (Maybe Text) Source #
The name of the internet provider.
organization_asnOrg :: Lens' Organization (Maybe Text) Source #
The organization that registered this ASN.
organization_asn :: Lens' Organization (Maybe Text) Source #
The Autonomous System Number (ASN) of the internet provider of the remote IP address.
organization_isp :: Lens' Organization (Maybe Text) Source #
The ISP information for the internet provider.