| 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.RepositoryAggregationResponse
Description
Synopsis
- data RepositoryAggregationResponse = RepositoryAggregationResponse' {}
- newRepositoryAggregationResponse :: Text -> RepositoryAggregationResponse
- repositoryAggregationResponse_accountId :: Lens' RepositoryAggregationResponse (Maybe Text)
- repositoryAggregationResponse_affectedImages :: Lens' RepositoryAggregationResponse (Maybe Integer)
- repositoryAggregationResponse_severityCounts :: Lens' RepositoryAggregationResponse (Maybe SeverityCounts)
- repositoryAggregationResponse_repository :: Lens' RepositoryAggregationResponse Text
Documentation
data RepositoryAggregationResponse Source #
A response that contains details on the results of a finding aggregation by repository.
See: newRepositoryAggregationResponse smart constructor.
Constructors
| RepositoryAggregationResponse' | |
Fields
| |
Instances
newRepositoryAggregationResponse Source #
Create a value of RepositoryAggregationResponse 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:accountId:RepositoryAggregationResponse', repositoryAggregationResponse_accountId - The ID of the Amazon Web Services account associated with the findings.
$sel:affectedImages:RepositoryAggregationResponse', repositoryAggregationResponse_affectedImages - The number of container images impacted by the findings.
$sel:severityCounts:RepositoryAggregationResponse', repositoryAggregationResponse_severityCounts - An object that represent the count of matched findings per severity.
$sel:repository:RepositoryAggregationResponse', repositoryAggregationResponse_repository - The name of the repository associated with the findings.
repositoryAggregationResponse_accountId :: Lens' RepositoryAggregationResponse (Maybe Text) Source #
The ID of the Amazon Web Services account associated with the findings.
repositoryAggregationResponse_affectedImages :: Lens' RepositoryAggregationResponse (Maybe Integer) Source #
The number of container images impacted by the findings.
repositoryAggregationResponse_severityCounts :: Lens' RepositoryAggregationResponse (Maybe SeverityCounts) Source #
An object that represent the count of matched findings per severity.
repositoryAggregationResponse_repository :: Lens' RepositoryAggregationResponse Text Source #
The name of the repository associated with the findings.