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

Description

 
Synopsis

Documentation

data LambdaLayerAggregationResponse Source #

A response that contains the results of an AWS Lambda function layer finding aggregation.

See: newLambdaLayerAggregationResponse smart constructor.

Constructors

LambdaLayerAggregationResponse' 

Fields

Instances

Instances details
FromJSON LambdaLayerAggregationResponse Source # 
Instance details

Defined in Amazonka.Inspector2.Types.LambdaLayerAggregationResponse

Generic LambdaLayerAggregationResponse Source # 
Instance details

Defined in Amazonka.Inspector2.Types.LambdaLayerAggregationResponse

Associated Types

type Rep LambdaLayerAggregationResponse :: Type -> Type #

Read LambdaLayerAggregationResponse Source # 
Instance details

Defined in Amazonka.Inspector2.Types.LambdaLayerAggregationResponse

Show LambdaLayerAggregationResponse Source # 
Instance details

Defined in Amazonka.Inspector2.Types.LambdaLayerAggregationResponse

NFData LambdaLayerAggregationResponse Source # 
Instance details

Defined in Amazonka.Inspector2.Types.LambdaLayerAggregationResponse

Eq LambdaLayerAggregationResponse Source # 
Instance details

Defined in Amazonka.Inspector2.Types.LambdaLayerAggregationResponse

Hashable LambdaLayerAggregationResponse Source # 
Instance details

Defined in Amazonka.Inspector2.Types.LambdaLayerAggregationResponse

type Rep LambdaLayerAggregationResponse Source # 
Instance details

Defined in Amazonka.Inspector2.Types.LambdaLayerAggregationResponse

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

lambdaLayerAggregationResponse_functionName :: Lens' LambdaLayerAggregationResponse Text Source #

The names of the AWS Lambda functions associated with the layers.

lambdaLayerAggregationResponse_layerArn :: Lens' LambdaLayerAggregationResponse Text Source #

The Amazon Resource Name (ARN) of the AWS Lambda function layer.