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.PackageAggregation

Description

 
Synopsis

Documentation

data PackageAggregation Source #

The details that define an aggregation based on operating system package type.

See: newPackageAggregation smart constructor.

Constructors

PackageAggregation' 

Fields

Instances

Instances details
ToJSON PackageAggregation Source # 
Instance details

Defined in Amazonka.Inspector2.Types.PackageAggregation

Generic PackageAggregation Source # 
Instance details

Defined in Amazonka.Inspector2.Types.PackageAggregation

Associated Types

type Rep PackageAggregation :: Type -> Type #

Read PackageAggregation Source # 
Instance details

Defined in Amazonka.Inspector2.Types.PackageAggregation

Show PackageAggregation Source # 
Instance details

Defined in Amazonka.Inspector2.Types.PackageAggregation

NFData PackageAggregation Source # 
Instance details

Defined in Amazonka.Inspector2.Types.PackageAggregation

Methods

rnf :: PackageAggregation -> () #

Eq PackageAggregation Source # 
Instance details

Defined in Amazonka.Inspector2.Types.PackageAggregation

Hashable PackageAggregation Source # 
Instance details

Defined in Amazonka.Inspector2.Types.PackageAggregation

type Rep PackageAggregation Source # 
Instance details

Defined in Amazonka.Inspector2.Types.PackageAggregation

type Rep PackageAggregation = D1 ('MetaData "PackageAggregation" "Amazonka.Inspector2.Types.PackageAggregation" "amazonka-inspector2-2.0-EI0CfxGdACSBWwvVde8cFy" 'False) (C1 ('MetaCons "PackageAggregation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "packageNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty StringFilter))) :*: (S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PackageSortBy)) :*: S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrder)))))

newPackageAggregation :: PackageAggregation Source #

Create a value of PackageAggregation 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:packageNames:PackageAggregation', packageAggregation_packageNames - The names of packages to aggregate findings on.

$sel:sortBy:PackageAggregation', packageAggregation_sortBy - The value to sort results by.

$sel:sortOrder:PackageAggregation', packageAggregation_sortOrder - The order to sort results by.

packageAggregation_packageNames :: Lens' PackageAggregation (Maybe (NonEmpty StringFilter)) Source #

The names of packages to aggregate findings on.