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

Description

 
Synopsis

Documentation

data FindingTypeAggregationResponse Source #

A response that contains the results of a finding type aggregation.

See: newFindingTypeAggregationResponse smart constructor.

Constructors

FindingTypeAggregationResponse' 

Fields

Instances

Instances details
FromJSON FindingTypeAggregationResponse Source # 
Instance details

Defined in Amazonka.Inspector2.Types.FindingTypeAggregationResponse

Generic FindingTypeAggregationResponse Source # 
Instance details

Defined in Amazonka.Inspector2.Types.FindingTypeAggregationResponse

Associated Types

type Rep FindingTypeAggregationResponse :: Type -> Type #

Read FindingTypeAggregationResponse Source # 
Instance details

Defined in Amazonka.Inspector2.Types.FindingTypeAggregationResponse

Show FindingTypeAggregationResponse Source # 
Instance details

Defined in Amazonka.Inspector2.Types.FindingTypeAggregationResponse

NFData FindingTypeAggregationResponse Source # 
Instance details

Defined in Amazonka.Inspector2.Types.FindingTypeAggregationResponse

Eq FindingTypeAggregationResponse Source # 
Instance details

Defined in Amazonka.Inspector2.Types.FindingTypeAggregationResponse

Hashable FindingTypeAggregationResponse Source # 
Instance details

Defined in Amazonka.Inspector2.Types.FindingTypeAggregationResponse

type Rep FindingTypeAggregationResponse Source # 
Instance details

Defined in Amazonka.Inspector2.Types.FindingTypeAggregationResponse

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

newFindingTypeAggregationResponse :: FindingTypeAggregationResponse Source #

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

$sel:severityCounts:FindingTypeAggregationResponse', findingTypeAggregationResponse_severityCounts - The value to sort results by.

findingTypeAggregationResponse_accountId :: Lens' FindingTypeAggregationResponse (Maybe Text) Source #

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