libZSservicesZSamazonka-maciev2ZSamazonka-maciev2
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.MacieV2.Types.IpOwner

Description

 
Synopsis

Documentation

data IpOwner Source #

Provides information about the registered owner of an IP address.

See: newIpOwner smart constructor.

Constructors

IpOwner' 

Fields

  • org :: Maybe Text

    The name of the organization that owned the IP address.

  • asnOrg :: Maybe Text

    The organization identifier that's associated with the autonomous system number (ASN) for the autonomous system that included the IP address.

  • asn :: Maybe Text

    The autonomous system number (ASN) for the autonomous system that included the IP address.

  • isp :: Maybe Text

    The name of the internet service provider (ISP) that owned the IP address.

Instances

Instances details
Eq IpOwner Source # 
Instance details

Defined in Amazonka.MacieV2.Types.IpOwner

Methods

(==) :: IpOwner -> IpOwner -> Bool #

(/=) :: IpOwner -> IpOwner -> Bool #

Read IpOwner Source # 
Instance details

Defined in Amazonka.MacieV2.Types.IpOwner

Show IpOwner Source # 
Instance details

Defined in Amazonka.MacieV2.Types.IpOwner

Generic IpOwner Source # 
Instance details

Defined in Amazonka.MacieV2.Types.IpOwner

Associated Types

type Rep IpOwner :: Type -> Type #

Methods

from :: IpOwner -> Rep IpOwner x #

to :: Rep IpOwner x -> IpOwner #

NFData IpOwner Source # 
Instance details

Defined in Amazonka.MacieV2.Types.IpOwner

Methods

rnf :: IpOwner -> () #

Hashable IpOwner Source # 
Instance details

Defined in Amazonka.MacieV2.Types.IpOwner

Methods

hashWithSalt :: Int -> IpOwner -> Int #

hash :: IpOwner -> Int #

FromJSON IpOwner Source # 
Instance details

Defined in Amazonka.MacieV2.Types.IpOwner

type Rep IpOwner Source # 
Instance details

Defined in Amazonka.MacieV2.Types.IpOwner

type Rep IpOwner = D1 ('MetaData "IpOwner" "Amazonka.MacieV2.Types.IpOwner" "libZSservicesZSamazonka-maciev2ZSamazonka-maciev2" 'False) (C1 ('MetaCons "IpOwner'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "org") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "asnOrg") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "asn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "isp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newIpOwner :: IpOwner Source #

Create a value of IpOwner 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:IpOwner', ipOwner_org - The name of the organization that owned the IP address.

$sel:asnOrg:IpOwner', ipOwner_asnOrg - The organization identifier that's associated with the autonomous system number (ASN) for the autonomous system that included the IP address.

$sel:asn:IpOwner', ipOwner_asn - The autonomous system number (ASN) for the autonomous system that included the IP address.

$sel:isp:IpOwner', ipOwner_isp - The name of the internet service provider (ISP) that owned the IP address.

ipOwner_org :: Lens' IpOwner (Maybe Text) Source #

The name of the organization that owned the IP address.

ipOwner_asnOrg :: Lens' IpOwner (Maybe Text) Source #

The organization identifier that's associated with the autonomous system number (ASN) for the autonomous system that included the IP address.

ipOwner_asn :: Lens' IpOwner (Maybe Text) Source #

The autonomous system number (ASN) for the autonomous system that included the IP address.

ipOwner_isp :: Lens' IpOwner (Maybe Text) Source #

The name of the internet service provider (ISP) that owned the IP address.