Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data LayerVersionContentOutput = LayerVersionContentOutput' {}
- newLayerVersionContentOutput :: LayerVersionContentOutput
- layerVersionContentOutput_signingProfileVersionArn :: Lens' LayerVersionContentOutput (Maybe Text)
- layerVersionContentOutput_location :: Lens' LayerVersionContentOutput (Maybe Text)
- layerVersionContentOutput_signingJobArn :: Lens' LayerVersionContentOutput (Maybe Text)
- layerVersionContentOutput_codeSize :: Lens' LayerVersionContentOutput (Maybe Integer)
- layerVersionContentOutput_codeSha256 :: Lens' LayerVersionContentOutput (Maybe Text)
Documentation
data LayerVersionContentOutput Source #
Details about a version of an Lambda layer.
See: newLayerVersionContentOutput
smart constructor.
LayerVersionContentOutput' | |
|
Instances
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.
layerVersionContentOutput_codeSize :: Lens' LayerVersionContentOutput (Maybe Integer) Source #
The size of the layer archive in bytes.
layerVersionContentOutput_codeSha256 :: Lens' LayerVersionContentOutput (Maybe Text) Source #
The SHA-256 hash of the layer archive.