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 LambdaLayerAggregationResponse = LambdaLayerAggregationResponse' {}
- newLambdaLayerAggregationResponse :: Text -> Text -> Text -> Text -> LambdaLayerAggregationResponse
- lambdaLayerAggregationResponse_severityCounts :: Lens' LambdaLayerAggregationResponse (Maybe SeverityCounts)
- lambdaLayerAggregationResponse_accountId :: Lens' LambdaLayerAggregationResponse Text
- lambdaLayerAggregationResponse_functionName :: Lens' LambdaLayerAggregationResponse Text
- lambdaLayerAggregationResponse_layerArn :: Lens' LambdaLayerAggregationResponse Text
- lambdaLayerAggregationResponse_resourceId :: Lens' LambdaLayerAggregationResponse Text
Documentation
data LambdaLayerAggregationResponse Source #
A response that contains the results of an AWS Lambda function layer finding aggregation.
See: newLambdaLayerAggregationResponse
smart constructor.
LambdaLayerAggregationResponse' | |
|
Instances
newLambdaLayerAggregationResponse Source #
:: Text | |
-> Text | |
-> Text | |
-> Text | |
-> LambdaLayerAggregationResponse |
Create a value of LambdaLayerAggregationResponse
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:LambdaLayerAggregationResponse'
, lambdaLayerAggregationResponse_severityCounts
- Undocumented member.
$sel:accountId:LambdaLayerAggregationResponse'
, lambdaLayerAggregationResponse_accountId
- The account ID of the AWS Lambda function layer.
$sel:functionName:LambdaLayerAggregationResponse'
, lambdaLayerAggregationResponse_functionName
- The names of the AWS Lambda functions associated with the layers.
$sel:layerArn:LambdaLayerAggregationResponse'
, lambdaLayerAggregationResponse_layerArn
- The Amazon Resource Name (ARN) of the AWS Lambda function layer.
$sel:resourceId:LambdaLayerAggregationResponse'
, lambdaLayerAggregationResponse_resourceId
- The Resource ID of the AWS Lambda function layer.
lambdaLayerAggregationResponse_severityCounts :: Lens' LambdaLayerAggregationResponse (Maybe SeverityCounts) Source #
Undocumented member.
lambdaLayerAggregationResponse_accountId :: Lens' LambdaLayerAggregationResponse Text Source #
The account ID of the AWS Lambda function layer.
lambdaLayerAggregationResponse_functionName :: Lens' LambdaLayerAggregationResponse Text Source #
The names of the AWS Lambda functions associated with the layers.
lambdaLayerAggregationResponse_layerArn :: Lens' LambdaLayerAggregationResponse Text Source #
The Amazon Resource Name (ARN) of the AWS Lambda function layer.
lambdaLayerAggregationResponse_resourceId :: Lens' LambdaLayerAggregationResponse Text Source #
The Resource ID of the AWS Lambda function layer.