amazonka-inspector2-2.0: Amazon Inspector2 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.Inspector2.Types.PortRangeFilter

Description

 
Synopsis

Documentation

data PortRangeFilter Source #

An object that describes the details of a port range filter.

See: newPortRangeFilter smart constructor.

Constructors

PortRangeFilter' 

Fields

Instances

Instances details
FromJSON PortRangeFilter Source # 
Instance details

Defined in Amazonka.Inspector2.Types.PortRangeFilter

ToJSON PortRangeFilter Source # 
Instance details

Defined in Amazonka.Inspector2.Types.PortRangeFilter

Generic PortRangeFilter Source # 
Instance details

Defined in Amazonka.Inspector2.Types.PortRangeFilter

Associated Types

type Rep PortRangeFilter :: Type -> Type #

Read PortRangeFilter Source # 
Instance details

Defined in Amazonka.Inspector2.Types.PortRangeFilter

Show PortRangeFilter Source # 
Instance details

Defined in Amazonka.Inspector2.Types.PortRangeFilter

NFData PortRangeFilter Source # 
Instance details

Defined in Amazonka.Inspector2.Types.PortRangeFilter

Methods

rnf :: PortRangeFilter -> () #

Eq PortRangeFilter Source # 
Instance details

Defined in Amazonka.Inspector2.Types.PortRangeFilter

Hashable PortRangeFilter Source # 
Instance details

Defined in Amazonka.Inspector2.Types.PortRangeFilter

type Rep PortRangeFilter Source # 
Instance details

Defined in Amazonka.Inspector2.Types.PortRangeFilter

type Rep PortRangeFilter = D1 ('MetaData "PortRangeFilter" "Amazonka.Inspector2.Types.PortRangeFilter" "amazonka-inspector2-2.0-EI0CfxGdACSBWwvVde8cFy" 'False) (C1 ('MetaCons "PortRangeFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "beginInclusive") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "endInclusive") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

newPortRangeFilter :: PortRangeFilter Source #

Create a value of PortRangeFilter 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:beginInclusive:PortRangeFilter', portRangeFilter_beginInclusive - The port number the port range begins at.

$sel:endInclusive:PortRangeFilter', portRangeFilter_endInclusive - The port number the port range ends at.

portRangeFilter_beginInclusive :: Lens' PortRangeFilter (Maybe Natural) Source #

The port number the port range begins at.

portRangeFilter_endInclusive :: Lens' PortRangeFilter (Maybe Natural) Source #

The port number the port range ends at.