libZSservicesZSamazonka-guarddutyZSamazonka-guardduty
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.GuardDuty.Types.Organization

Description

 
Synopsis

Documentation

data Organization Source #

Contains information about the ISP organization of the remote IP address.

See: newOrganization smart constructor.

Constructors

Organization' 

Fields

  • org :: Maybe Text

    The name of the internet provider.

  • asnOrg :: Maybe Text

    The organization that registered this ASN.

  • asn :: Maybe Text

    The Autonomous System Number (ASN) of the internet provider of the remote IP address.

  • isp :: Maybe Text

    The ISP information for the internet provider.

Instances

Instances details
Eq Organization Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.Organization

Read Organization Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.Organization

Show Organization Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.Organization

Generic Organization Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.Organization

Associated Types

type Rep Organization :: Type -> Type #

NFData Organization Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.Organization

Methods

rnf :: Organization -> () #

Hashable Organization Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.Organization

FromJSON Organization Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.Organization

type Rep Organization Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.Organization

type Rep Organization = D1 ('MetaData "Organization" "Amazonka.GuardDuty.Types.Organization" "libZSservicesZSamazonka-guarddutyZSamazonka-guardduty" 'False) (C1 ('MetaCons "Organization'" '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)))))

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.