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

Description

 
Synopsis

Documentation

data TitleAggregationResponse Source #

A response that contains details on the results of a finding aggregation by title.

See: newTitleAggregationResponse smart constructor.

Constructors

TitleAggregationResponse' 

Fields

Instances

Instances details
FromJSON TitleAggregationResponse Source # 
Instance details

Defined in Amazonka.Inspector2.Types.TitleAggregationResponse

Generic TitleAggregationResponse Source # 
Instance details

Defined in Amazonka.Inspector2.Types.TitleAggregationResponse

Associated Types

type Rep TitleAggregationResponse :: Type -> Type #

Read TitleAggregationResponse Source # 
Instance details

Defined in Amazonka.Inspector2.Types.TitleAggregationResponse

Show TitleAggregationResponse Source # 
Instance details

Defined in Amazonka.Inspector2.Types.TitleAggregationResponse

NFData TitleAggregationResponse Source # 
Instance details

Defined in Amazonka.Inspector2.Types.TitleAggregationResponse

Eq TitleAggregationResponse Source # 
Instance details

Defined in Amazonka.Inspector2.Types.TitleAggregationResponse

Hashable TitleAggregationResponse Source # 
Instance details

Defined in Amazonka.Inspector2.Types.TitleAggregationResponse

type Rep TitleAggregationResponse Source # 
Instance details

Defined in Amazonka.Inspector2.Types.TitleAggregationResponse

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

newTitleAggregationResponse Source #

Create a value of TitleAggregationResponse 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:TitleAggregationResponse', titleAggregationResponse_accountId - The ID of the Amazon Web Services account associated with the findings.

$sel:severityCounts:TitleAggregationResponse', titleAggregationResponse_severityCounts - An object that represent the count of matched findings per severity.

$sel:vulnerabilityId:TitleAggregationResponse', titleAggregationResponse_vulnerabilityId - The vulnerability ID of the finding.

$sel:title:TitleAggregationResponse', titleAggregationResponse_title - The title that the findings were aggregated on.

titleAggregationResponse_accountId :: Lens' TitleAggregationResponse (Maybe Text) Source #

The ID of the Amazon Web Services account associated with the findings.

titleAggregationResponse_severityCounts :: Lens' TitleAggregationResponse (Maybe SeverityCounts) Source #

An object that represent the count of matched findings per severity.

titleAggregationResponse_title :: Lens' TitleAggregationResponse Text Source #

The title that the findings were aggregated on.