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

Description

 
Synopsis

Documentation

data ImageLayerAggregationResponse Source #

A response that contains the results of a finding aggregation by image layer.

See: newImageLayerAggregationResponse smart constructor.

Constructors

ImageLayerAggregationResponse' 

Fields

Instances

Instances details
FromJSON ImageLayerAggregationResponse Source # 
Instance details

Defined in Amazonka.Inspector2.Types.ImageLayerAggregationResponse

Generic ImageLayerAggregationResponse Source # 
Instance details

Defined in Amazonka.Inspector2.Types.ImageLayerAggregationResponse

Associated Types

type Rep ImageLayerAggregationResponse :: Type -> Type #

Read ImageLayerAggregationResponse Source # 
Instance details

Defined in Amazonka.Inspector2.Types.ImageLayerAggregationResponse

Show ImageLayerAggregationResponse Source # 
Instance details

Defined in Amazonka.Inspector2.Types.ImageLayerAggregationResponse

NFData ImageLayerAggregationResponse Source # 
Instance details

Defined in Amazonka.Inspector2.Types.ImageLayerAggregationResponse

Eq ImageLayerAggregationResponse Source # 
Instance details

Defined in Amazonka.Inspector2.Types.ImageLayerAggregationResponse

Hashable ImageLayerAggregationResponse Source # 
Instance details

Defined in Amazonka.Inspector2.Types.ImageLayerAggregationResponse

type Rep ImageLayerAggregationResponse Source # 
Instance details

Defined in Amazonka.Inspector2.Types.ImageLayerAggregationResponse

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

newImageLayerAggregationResponse Source #

Create a value of ImageLayerAggregationResponse 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:severityCounts:ImageLayerAggregationResponse', imageLayerAggregationResponse_severityCounts - An object that represents the count of matched findings per severity.

$sel:accountId:ImageLayerAggregationResponse', imageLayerAggregationResponse_accountId - The ID of the Amazon Web Services account that owns the container image hosting the layer image.

$sel:layerHash:ImageLayerAggregationResponse', imageLayerAggregationResponse_layerHash - The layer hash.

$sel:repository:ImageLayerAggregationResponse', imageLayerAggregationResponse_repository - The repository the layer resides in.

$sel:resourceId:ImageLayerAggregationResponse', imageLayerAggregationResponse_resourceId - The resource ID of the container image layer.

imageLayerAggregationResponse_severityCounts :: Lens' ImageLayerAggregationResponse (Maybe SeverityCounts) Source #

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

imageLayerAggregationResponse_accountId :: Lens' ImageLayerAggregationResponse Text Source #

The ID of the Amazon Web Services account that owns the container image hosting the layer image.