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

Description

 
Synopsis

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

Instances details
FromJSON RepositoryAggregationResponse Source # 
Instance details

Defined in Amazonka.Inspector2.Types.RepositoryAggregationResponse

Generic RepositoryAggregationResponse Source # 
Instance details

Defined in Amazonka.Inspector2.Types.RepositoryAggregationResponse

Associated Types

type Rep RepositoryAggregationResponse :: Type -> Type #

Read RepositoryAggregationResponse Source # 
Instance details

Defined in Amazonka.Inspector2.Types.RepositoryAggregationResponse

Show RepositoryAggregationResponse Source # 
Instance details

Defined in Amazonka.Inspector2.Types.RepositoryAggregationResponse

NFData RepositoryAggregationResponse Source # 
Instance details

Defined in Amazonka.Inspector2.Types.RepositoryAggregationResponse

Eq RepositoryAggregationResponse Source # 
Instance details

Defined in Amazonka.Inspector2.Types.RepositoryAggregationResponse

Hashable RepositoryAggregationResponse Source # 
Instance details

Defined in Amazonka.Inspector2.Types.RepositoryAggregationResponse

type Rep RepositoryAggregationResponse Source # 
Instance details

Defined in Amazonka.Inspector2.Types.RepositoryAggregationResponse

type Rep RepositoryAggregationResponse = D1 ('MetaData "RepositoryAggregationResponse" "Amazonka.Inspector2.Types.RepositoryAggregationResponse" "amazonka-inspector2-2.0-EI0CfxGdACSBWwvVde8cFy" 'False) (C1 ('MetaCons "RepositoryAggregationResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "affectedImages") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))) :*: (S1 ('MetaSel ('Just "severityCounts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SeverityCounts)) :*: S1 ('MetaSel ('Just "repository") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

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.