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

Description

 
Synopsis

Documentation

data LambdaFunctionMetadata Source #

The AWS Lambda function metadata.

See: newLambdaFunctionMetadata smart constructor.

Constructors

LambdaFunctionMetadata' 

Fields

Instances

Instances details
FromJSON LambdaFunctionMetadata Source # 
Instance details

Defined in Amazonka.Inspector2.Types.LambdaFunctionMetadata

Generic LambdaFunctionMetadata Source # 
Instance details

Defined in Amazonka.Inspector2.Types.LambdaFunctionMetadata

Associated Types

type Rep LambdaFunctionMetadata :: Type -> Type #

Read LambdaFunctionMetadata Source # 
Instance details

Defined in Amazonka.Inspector2.Types.LambdaFunctionMetadata

Show LambdaFunctionMetadata Source # 
Instance details

Defined in Amazonka.Inspector2.Types.LambdaFunctionMetadata

NFData LambdaFunctionMetadata Source # 
Instance details

Defined in Amazonka.Inspector2.Types.LambdaFunctionMetadata

Methods

rnf :: LambdaFunctionMetadata -> () #

Eq LambdaFunctionMetadata Source # 
Instance details

Defined in Amazonka.Inspector2.Types.LambdaFunctionMetadata

Hashable LambdaFunctionMetadata Source # 
Instance details

Defined in Amazonka.Inspector2.Types.LambdaFunctionMetadata

type Rep LambdaFunctionMetadata Source # 
Instance details

Defined in Amazonka.Inspector2.Types.LambdaFunctionMetadata

type Rep LambdaFunctionMetadata = D1 ('MetaData "LambdaFunctionMetadata" "Amazonka.Inspector2.Types.LambdaFunctionMetadata" "amazonka-inspector2-2.0-EI0CfxGdACSBWwvVde8cFy" 'False) (C1 ('MetaCons "LambdaFunctionMetadata'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "functionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "functionTags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "layers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "runtime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Runtime)))))

newLambdaFunctionMetadata :: LambdaFunctionMetadata Source #

Create a value of LambdaFunctionMetadata 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:functionName:LambdaFunctionMetadata', lambdaFunctionMetadata_functionName - The name of a function.

$sel:functionTags:LambdaFunctionMetadata', lambdaFunctionMetadata_functionTags - The resource tags on an AWS Lambda function.

$sel:layers:LambdaFunctionMetadata', lambdaFunctionMetadata_layers - The layers for an AWS Lambda function. A Lambda function can have up to five layers.

$sel:runtime:LambdaFunctionMetadata', lambdaFunctionMetadata_runtime - An AWS Lambda function's runtime.

lambdaFunctionMetadata_layers :: Lens' LambdaFunctionMetadata (Maybe [Text]) Source #

The layers for an AWS Lambda function. A Lambda function can have up to five layers.