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

Description

 
Synopsis

Documentation

data ImageLayerAggregation Source #

The details that define an aggregation based on container image layers.

See: newImageLayerAggregation smart constructor.

Constructors

ImageLayerAggregation' 

Fields

Instances

Instances details
ToJSON ImageLayerAggregation Source # 
Instance details

Defined in Amazonka.Inspector2.Types.ImageLayerAggregation

Generic ImageLayerAggregation Source # 
Instance details

Defined in Amazonka.Inspector2.Types.ImageLayerAggregation

Associated Types

type Rep ImageLayerAggregation :: Type -> Type #

Read ImageLayerAggregation Source # 
Instance details

Defined in Amazonka.Inspector2.Types.ImageLayerAggregation

Show ImageLayerAggregation Source # 
Instance details

Defined in Amazonka.Inspector2.Types.ImageLayerAggregation

NFData ImageLayerAggregation Source # 
Instance details

Defined in Amazonka.Inspector2.Types.ImageLayerAggregation

Methods

rnf :: ImageLayerAggregation -> () #

Eq ImageLayerAggregation Source # 
Instance details

Defined in Amazonka.Inspector2.Types.ImageLayerAggregation

Hashable ImageLayerAggregation Source # 
Instance details

Defined in Amazonka.Inspector2.Types.ImageLayerAggregation

type Rep ImageLayerAggregation Source # 
Instance details

Defined in Amazonka.Inspector2.Types.ImageLayerAggregation

type Rep ImageLayerAggregation = D1 ('MetaData "ImageLayerAggregation" "Amazonka.Inspector2.Types.ImageLayerAggregation" "amazonka-inspector2-2.0-EI0CfxGdACSBWwvVde8cFy" 'False) (C1 ('MetaCons "ImageLayerAggregation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "layerHashes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty StringFilter))) :*: S1 ('MetaSel ('Just "repositories") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty StringFilter)))) :*: (S1 ('MetaSel ('Just "resourceIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty StringFilter))) :*: (S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ImageLayerSortBy)) :*: S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrder))))))

newImageLayerAggregation :: ImageLayerAggregation Source #

Create a value of ImageLayerAggregation 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:layerHashes:ImageLayerAggregation', imageLayerAggregation_layerHashes - The hashes associated with the layers.

$sel:repositories:ImageLayerAggregation', imageLayerAggregation_repositories - The repository associated with the container image hosting the layers.

$sel:resourceIds:ImageLayerAggregation', imageLayerAggregation_resourceIds - The ID of the container image layer.

$sel:sortBy:ImageLayerAggregation', imageLayerAggregation_sortBy - The value to sort results by.

$sel:sortOrder:ImageLayerAggregation', imageLayerAggregation_sortOrder - The order to sort results by.

imageLayerAggregation_repositories :: Lens' ImageLayerAggregation (Maybe (NonEmpty StringFilter)) Source #

The repository associated with the container image hosting the layers.