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 |
Synopsis
- data ImageLayerAggregationResponse = ImageLayerAggregationResponse' {}
- newImageLayerAggregationResponse :: Text -> Text -> Text -> Text -> ImageLayerAggregationResponse
- imageLayerAggregationResponse_severityCounts :: Lens' ImageLayerAggregationResponse (Maybe SeverityCounts)
- imageLayerAggregationResponse_accountId :: Lens' ImageLayerAggregationResponse Text
- imageLayerAggregationResponse_layerHash :: Lens' ImageLayerAggregationResponse Text
- imageLayerAggregationResponse_repository :: Lens' ImageLayerAggregationResponse Text
- imageLayerAggregationResponse_resourceId :: Lens' ImageLayerAggregationResponse Text
Documentation
data ImageLayerAggregationResponse Source #
A response that contains the results of a finding aggregation by image layer.
See: newImageLayerAggregationResponse
smart constructor.
ImageLayerAggregationResponse' | |
|
Instances
newImageLayerAggregationResponse Source #
:: Text | |
-> Text | |
-> Text | |
-> Text | |
-> ImageLayerAggregationResponse |
Create a value of ImageLayerAggregationResponse
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:severityCounts:ImageLayerAggregationResponse'
, imageLayerAggregationResponse_severityCounts
- An object that represents the count of matched findings per severity.
$sel:accountId:ImageLayerAggregationResponse'
, imageLayerAggregationResponse_accountId
- The ID of the Amazon Web Services account that owns the container image
hosting the layer image.
$sel:layerHash:ImageLayerAggregationResponse'
, imageLayerAggregationResponse_layerHash
- The layer hash.
$sel:repository:ImageLayerAggregationResponse'
, imageLayerAggregationResponse_repository
- The repository the layer resides in.
$sel:resourceId:ImageLayerAggregationResponse'
, imageLayerAggregationResponse_resourceId
- The resource ID of the container image layer.
imageLayerAggregationResponse_severityCounts :: Lens' ImageLayerAggregationResponse (Maybe SeverityCounts) Source #
An object that represents the count of matched findings per severity.
imageLayerAggregationResponse_accountId :: Lens' ImageLayerAggregationResponse Text Source #
The ID of the Amazon Web Services account that owns the container image hosting the layer image.
imageLayerAggregationResponse_layerHash :: Lens' ImageLayerAggregationResponse Text Source #
The layer hash.
imageLayerAggregationResponse_repository :: Lens' ImageLayerAggregationResponse Text Source #
The repository the layer resides in.
imageLayerAggregationResponse_resourceId :: Lens' ImageLayerAggregationResponse Text Source #
The resource ID of the container image layer.