amazonka-guardduty-2.0: Amazon GuardDuty SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.GuardDuty.Types.LocalPortDetails

Description

 
Synopsis

Documentation

data LocalPortDetails Source #

Contains information about the port for the local connection.

See: newLocalPortDetails smart constructor.

Constructors

LocalPortDetails' 

Fields

Instances

Instances details
FromJSON LocalPortDetails Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.LocalPortDetails

Generic LocalPortDetails Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.LocalPortDetails

Associated Types

type Rep LocalPortDetails :: Type -> Type #

Read LocalPortDetails Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.LocalPortDetails

Show LocalPortDetails Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.LocalPortDetails

NFData LocalPortDetails Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.LocalPortDetails

Methods

rnf :: LocalPortDetails -> () #

Eq LocalPortDetails Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.LocalPortDetails

Hashable LocalPortDetails Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.LocalPortDetails

type Rep LocalPortDetails Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.LocalPortDetails

type Rep LocalPortDetails = D1 ('MetaData "LocalPortDetails" "Amazonka.GuardDuty.Types.LocalPortDetails" "amazonka-guardduty-2.0-2NN502sGcQRH5risQZb24c" 'False) (C1 ('MetaCons "LocalPortDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "port") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "portName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newLocalPortDetails :: LocalPortDetails Source #

Create a value of LocalPortDetails 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:port:LocalPortDetails', localPortDetails_port - The port number of the local connection.

$sel:portName:LocalPortDetails', localPortDetails_portName - The port name of the local connection.

localPortDetails_port :: Lens' LocalPortDetails (Maybe Int) Source #

The port number of the local connection.

localPortDetails_portName :: Lens' LocalPortDetails (Maybe Text) Source #

The port name of the local connection.