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

Description

 
Synopsis

Documentation

data LambdaFunctionAggregationResponse Source #

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

See: newLambdaFunctionAggregationResponse smart constructor.

Constructors

LambdaFunctionAggregationResponse' 

Fields

Instances

Instances details
FromJSON LambdaFunctionAggregationResponse Source # 
Instance details

Defined in Amazonka.Inspector2.Types.LambdaFunctionAggregationResponse

Generic LambdaFunctionAggregationResponse Source # 
Instance details

Defined in Amazonka.Inspector2.Types.LambdaFunctionAggregationResponse

Associated Types

type Rep LambdaFunctionAggregationResponse :: Type -> Type #

Read LambdaFunctionAggregationResponse Source # 
Instance details

Defined in Amazonka.Inspector2.Types.LambdaFunctionAggregationResponse

Show LambdaFunctionAggregationResponse Source # 
Instance details

Defined in Amazonka.Inspector2.Types.LambdaFunctionAggregationResponse

NFData LambdaFunctionAggregationResponse Source # 
Instance details

Defined in Amazonka.Inspector2.Types.LambdaFunctionAggregationResponse

Eq LambdaFunctionAggregationResponse Source # 
Instance details

Defined in Amazonka.Inspector2.Types.LambdaFunctionAggregationResponse

Hashable LambdaFunctionAggregationResponse Source # 
Instance details

Defined in Amazonka.Inspector2.Types.LambdaFunctionAggregationResponse

type Rep LambdaFunctionAggregationResponse Source # 
Instance details

Defined in Amazonka.Inspector2.Types.LambdaFunctionAggregationResponse

type Rep LambdaFunctionAggregationResponse = D1 ('MetaData "LambdaFunctionAggregationResponse" "Amazonka.Inspector2.Types.LambdaFunctionAggregationResponse" "amazonka-inspector2-2.0-EI0CfxGdACSBWwvVde8cFy" 'False) (C1 ('MetaCons "LambdaFunctionAggregationResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "functionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lambdaTags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))))) :*: ((S1 ('MetaSel ('Just "lastModifiedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "runtime") '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)))))

newLambdaFunctionAggregationResponse Source #

Create a value of LambdaFunctionAggregationResponse 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:accountId:LambdaFunctionAggregationResponse', lambdaFunctionAggregationResponse_accountId - The ID of the AWS account that owns the AWS Lambda function.

$sel:functionName:LambdaFunctionAggregationResponse', lambdaFunctionAggregationResponse_functionName - The AWS Lambda function names included in the aggregation results.

$sel:lambdaTags:LambdaFunctionAggregationResponse', lambdaFunctionAggregationResponse_lambdaTags - The tags included in the aggregation results.

$sel:lastModifiedAt:LambdaFunctionAggregationResponse', lambdaFunctionAggregationResponse_lastModifiedAt - The date that the AWS Lambda function included in the aggregation results was last changed.

$sel:runtime:LambdaFunctionAggregationResponse', lambdaFunctionAggregationResponse_runtime - The runtimes included in the aggregation results.

$sel:severityCounts:LambdaFunctionAggregationResponse', lambdaFunctionAggregationResponse_severityCounts - Undocumented member.

$sel:resourceId:LambdaFunctionAggregationResponse', lambdaFunctionAggregationResponse_resourceId - The resource IDs included in the aggregation results.

lambdaFunctionAggregationResponse_accountId :: Lens' LambdaFunctionAggregationResponse (Maybe Text) Source #

The ID of the AWS account that owns the AWS Lambda function.

lambdaFunctionAggregationResponse_functionName :: Lens' LambdaFunctionAggregationResponse (Maybe Text) Source #

The AWS Lambda function names included in the aggregation results.

lambdaFunctionAggregationResponse_lastModifiedAt :: Lens' LambdaFunctionAggregationResponse (Maybe UTCTime) Source #

The date that the AWS Lambda function included in the aggregation results was last changed.