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

Description

 
Synopsis

Documentation

data AwsEcrContainerAggregationResponse Source #

An aggregation of information about Amazon ECR containers.

See: newAwsEcrContainerAggregationResponse smart constructor.

Constructors

AwsEcrContainerAggregationResponse' 

Fields

Instances

Instances details
FromJSON AwsEcrContainerAggregationResponse Source # 
Instance details

Defined in Amazonka.Inspector2.Types.AwsEcrContainerAggregationResponse

Generic AwsEcrContainerAggregationResponse Source # 
Instance details

Defined in Amazonka.Inspector2.Types.AwsEcrContainerAggregationResponse

Associated Types

type Rep AwsEcrContainerAggregationResponse :: Type -> Type #

Read AwsEcrContainerAggregationResponse Source # 
Instance details

Defined in Amazonka.Inspector2.Types.AwsEcrContainerAggregationResponse

Show AwsEcrContainerAggregationResponse Source # 
Instance details

Defined in Amazonka.Inspector2.Types.AwsEcrContainerAggregationResponse

NFData AwsEcrContainerAggregationResponse Source # 
Instance details

Defined in Amazonka.Inspector2.Types.AwsEcrContainerAggregationResponse

Eq AwsEcrContainerAggregationResponse Source # 
Instance details

Defined in Amazonka.Inspector2.Types.AwsEcrContainerAggregationResponse

Hashable AwsEcrContainerAggregationResponse Source # 
Instance details

Defined in Amazonka.Inspector2.Types.AwsEcrContainerAggregationResponse

type Rep AwsEcrContainerAggregationResponse Source # 
Instance details

Defined in Amazonka.Inspector2.Types.AwsEcrContainerAggregationResponse

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

awsEcrContainerAggregationResponse_accountId :: Lens' AwsEcrContainerAggregationResponse (Maybe Text) Source #

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