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

Description

 
Synopsis

Documentation

data AmiAggregation Source #

The details that define an aggregation based on Amazon machine images (AMIs).

See: newAmiAggregation smart constructor.

Constructors

AmiAggregation' 

Fields

Instances

Instances details
ToJSON AmiAggregation Source # 
Instance details

Defined in Amazonka.Inspector2.Types.AmiAggregation

Generic AmiAggregation Source # 
Instance details

Defined in Amazonka.Inspector2.Types.AmiAggregation

Associated Types

type Rep AmiAggregation :: Type -> Type #

Read AmiAggregation Source # 
Instance details

Defined in Amazonka.Inspector2.Types.AmiAggregation

Show AmiAggregation Source # 
Instance details

Defined in Amazonka.Inspector2.Types.AmiAggregation

NFData AmiAggregation Source # 
Instance details

Defined in Amazonka.Inspector2.Types.AmiAggregation

Methods

rnf :: AmiAggregation -> () #

Eq AmiAggregation Source # 
Instance details

Defined in Amazonka.Inspector2.Types.AmiAggregation

Hashable AmiAggregation Source # 
Instance details

Defined in Amazonka.Inspector2.Types.AmiAggregation

type Rep AmiAggregation Source # 
Instance details

Defined in Amazonka.Inspector2.Types.AmiAggregation

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

newAmiAggregation :: AmiAggregation Source #

Create a value of AmiAggregation 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:amis:AmiAggregation', amiAggregation_amis - The IDs of AMIs to aggregate findings for.

$sel:sortBy:AmiAggregation', amiAggregation_sortBy - The value to sort results by.

$sel:sortOrder:AmiAggregation', amiAggregation_sortOrder - The order to sort results by.

amiAggregation_amis :: Lens' AmiAggregation (Maybe (NonEmpty StringFilter)) Source #

The IDs of AMIs to aggregate findings for.