| 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.RepositoryAggregation
Description
Synopsis
- data RepositoryAggregation = RepositoryAggregation' {}
- newRepositoryAggregation :: RepositoryAggregation
- repositoryAggregation_repositories :: Lens' RepositoryAggregation (Maybe (NonEmpty StringFilter))
- repositoryAggregation_sortBy :: Lens' RepositoryAggregation (Maybe RepositorySortBy)
- repositoryAggregation_sortOrder :: Lens' RepositoryAggregation (Maybe SortOrder)
Documentation
data RepositoryAggregation Source #
The details that define an aggregation based on repository.
See: newRepositoryAggregation smart constructor.
Constructors
| RepositoryAggregation' | |
Fields
| |
Instances
newRepositoryAggregation :: RepositoryAggregation Source #
Create a value of RepositoryAggregation 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:repositories:RepositoryAggregation', repositoryAggregation_repositories - The names of repositories to aggregate findings on.
$sel:sortBy:RepositoryAggregation', repositoryAggregation_sortBy - The value to sort results by.
$sel:sortOrder:RepositoryAggregation', repositoryAggregation_sortOrder - The order to sort results by.
repositoryAggregation_repositories :: Lens' RepositoryAggregation (Maybe (NonEmpty StringFilter)) Source #
The names of repositories to aggregate findings on.
repositoryAggregation_sortBy :: Lens' RepositoryAggregation (Maybe RepositorySortBy) Source #
The value to sort results by.
repositoryAggregation_sortOrder :: Lens' RepositoryAggregation (Maybe SortOrder) Source #
The order to sort results by.