libZSservicesZSamazonka-lambdaZSamazonka-lambda
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.Lambda.Types.LayerVersionContentOutput

Description

 
Synopsis

Documentation

data LayerVersionContentOutput Source #

Details about a version of an Lambda layer.

See: newLayerVersionContentOutput smart constructor.

Constructors

LayerVersionContentOutput' 

Fields

Instances

Instances details
Eq LayerVersionContentOutput Source # 
Instance details

Defined in Amazonka.Lambda.Types.LayerVersionContentOutput

Read LayerVersionContentOutput Source # 
Instance details

Defined in Amazonka.Lambda.Types.LayerVersionContentOutput

Show LayerVersionContentOutput Source # 
Instance details

Defined in Amazonka.Lambda.Types.LayerVersionContentOutput

Generic LayerVersionContentOutput Source # 
Instance details

Defined in Amazonka.Lambda.Types.LayerVersionContentOutput

Associated Types

type Rep LayerVersionContentOutput :: Type -> Type #

NFData LayerVersionContentOutput Source # 
Instance details

Defined in Amazonka.Lambda.Types.LayerVersionContentOutput

Hashable LayerVersionContentOutput Source # 
Instance details

Defined in Amazonka.Lambda.Types.LayerVersionContentOutput

FromJSON LayerVersionContentOutput Source # 
Instance details

Defined in Amazonka.Lambda.Types.LayerVersionContentOutput

type Rep LayerVersionContentOutput Source # 
Instance details

Defined in Amazonka.Lambda.Types.LayerVersionContentOutput

type Rep LayerVersionContentOutput = D1 ('MetaData "LayerVersionContentOutput" "Amazonka.Lambda.Types.LayerVersionContentOutput" "libZSservicesZSamazonka-lambdaZSamazonka-lambda" 'False) (C1 ('MetaCons "LayerVersionContentOutput'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "signingProfileVersionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "signingJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "codeSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "codeSha256") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newLayerVersionContentOutput :: LayerVersionContentOutput Source #

Create a value of LayerVersionContentOutput 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:signingProfileVersionArn:LayerVersionContentOutput', layerVersionContentOutput_signingProfileVersionArn - The Amazon Resource Name (ARN) for a signing profile version.

$sel:location:LayerVersionContentOutput', layerVersionContentOutput_location - A link to the layer archive in Amazon S3 that is valid for 10 minutes.

$sel:signingJobArn:LayerVersionContentOutput', layerVersionContentOutput_signingJobArn - The Amazon Resource Name (ARN) of a signing job.

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

$sel:codeSha256:LayerVersionContentOutput', layerVersionContentOutput_codeSha256 - The SHA-256 hash of the layer archive.

layerVersionContentOutput_signingProfileVersionArn :: Lens' LayerVersionContentOutput (Maybe Text) Source #

The Amazon Resource Name (ARN) for a signing profile version.

layerVersionContentOutput_location :: Lens' LayerVersionContentOutput (Maybe Text) Source #

A link to the layer archive in Amazon S3 that is valid for 10 minutes.

layerVersionContentOutput_signingJobArn :: Lens' LayerVersionContentOutput (Maybe Text) Source #

The Amazon Resource Name (ARN) of a signing job.