| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Inspector2.Types.PackageAggregation
Description
Synopsis
- data PackageAggregation = PackageAggregation' {}
- newPackageAggregation :: PackageAggregation
- packageAggregation_packageNames :: Lens' PackageAggregation (Maybe (NonEmpty StringFilter))
- packageAggregation_sortBy :: Lens' PackageAggregation (Maybe PackageSortBy)
- packageAggregation_sortOrder :: Lens' PackageAggregation (Maybe SortOrder)
Documentation
data PackageAggregation Source #
The details that define an aggregation based on operating system package type.
See: newPackageAggregation smart constructor.
Constructors
| PackageAggregation' | |
Fields
| |
Instances
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.
packageAggregation_sortBy :: Lens' PackageAggregation (Maybe PackageSortBy) Source #
The value to sort results by.
packageAggregation_sortOrder :: Lens' PackageAggregation (Maybe SortOrder) Source #
The order to sort results by.