Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Documentation
data LayersListItem Source #
Details about an Lambda layer.
See: newLayersListItem
smart constructor.
LayersListItem' | |
|
Instances
newLayersListItem :: LayersListItem Source #
Create a value of LayersListItem
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:latestMatchingVersion:LayersListItem'
, layersListItem_latestMatchingVersion
- The newest version of the layer.
$sel:layerArn:LayersListItem'
, layersListItem_layerArn
- The Amazon Resource Name (ARN) of the function layer.
$sel:layerName:LayersListItem'
, layersListItem_layerName
- The name of the layer.
layersListItem_latestMatchingVersion :: Lens' LayersListItem (Maybe LayerVersionsListItem) Source #
The newest version of the layer.
layersListItem_layerArn :: Lens' LayersListItem (Maybe Text) Source #
The Amazon Resource Name (ARN) of the function layer.
layersListItem_layerName :: Lens' LayersListItem (Maybe Text) Source #
The name of the layer.