libZSservicesZSamazonka-securityhubZSamazonka-securityhub
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SecurityHub.Types.AwsLambdaFunctionLayer

Description

 
Synopsis

Documentation

data AwsLambdaFunctionLayer Source #

An Lambda layer.

See: newAwsLambdaFunctionLayer smart constructor.

Constructors

AwsLambdaFunctionLayer' 

Fields

Instances

Instances details
Eq AwsLambdaFunctionLayer Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsLambdaFunctionLayer

Read AwsLambdaFunctionLayer Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsLambdaFunctionLayer

Show AwsLambdaFunctionLayer Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsLambdaFunctionLayer

Generic AwsLambdaFunctionLayer Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsLambdaFunctionLayer

Associated Types

type Rep AwsLambdaFunctionLayer :: Type -> Type #

NFData AwsLambdaFunctionLayer Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsLambdaFunctionLayer

Methods

rnf :: AwsLambdaFunctionLayer -> () #

Hashable AwsLambdaFunctionLayer Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsLambdaFunctionLayer

ToJSON AwsLambdaFunctionLayer Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsLambdaFunctionLayer

FromJSON AwsLambdaFunctionLayer Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsLambdaFunctionLayer

type Rep AwsLambdaFunctionLayer Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsLambdaFunctionLayer

type Rep AwsLambdaFunctionLayer = D1 ('MetaData "AwsLambdaFunctionLayer" "Amazonka.SecurityHub.Types.AwsLambdaFunctionLayer" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "AwsLambdaFunctionLayer'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "codeSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

newAwsLambdaFunctionLayer :: AwsLambdaFunctionLayer Source #

Create a value of AwsLambdaFunctionLayer 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:arn:AwsLambdaFunctionLayer', awsLambdaFunctionLayer_arn - The ARN of the function layer.

$sel:codeSize:AwsLambdaFunctionLayer', awsLambdaFunctionLayer_codeSize - The size of the layer archive in bytes.

awsLambdaFunctionLayer_codeSize :: Lens' AwsLambdaFunctionLayer (Maybe Int) Source #

The size of the layer archive in bytes.