| 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 |
Amazonka.Inspector2.Types.LambdaFunctionAggregationResponse
Description
Synopsis
- data LambdaFunctionAggregationResponse = LambdaFunctionAggregationResponse' {}
- newLambdaFunctionAggregationResponse :: Text -> LambdaFunctionAggregationResponse
- lambdaFunctionAggregationResponse_accountId :: Lens' LambdaFunctionAggregationResponse (Maybe Text)
- lambdaFunctionAggregationResponse_functionName :: Lens' LambdaFunctionAggregationResponse (Maybe Text)
- lambdaFunctionAggregationResponse_lambdaTags :: Lens' LambdaFunctionAggregationResponse (Maybe (HashMap Text Text))
- lambdaFunctionAggregationResponse_lastModifiedAt :: Lens' LambdaFunctionAggregationResponse (Maybe UTCTime)
- lambdaFunctionAggregationResponse_runtime :: Lens' LambdaFunctionAggregationResponse (Maybe Text)
- lambdaFunctionAggregationResponse_severityCounts :: Lens' LambdaFunctionAggregationResponse (Maybe SeverityCounts)
- lambdaFunctionAggregationResponse_resourceId :: Lens' LambdaFunctionAggregationResponse Text
Documentation
data LambdaFunctionAggregationResponse Source #
A response that contains the results of an AWS Lambda function finding aggregation.
See: newLambdaFunctionAggregationResponse smart constructor.
Constructors
| LambdaFunctionAggregationResponse' | |
Fields
| |
Instances
newLambdaFunctionAggregationResponse Source #
Arguments
| :: Text | |
| -> LambdaFunctionAggregationResponse |
Create a value of LambdaFunctionAggregationResponse 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:accountId:LambdaFunctionAggregationResponse', lambdaFunctionAggregationResponse_accountId - The ID of the AWS account that owns the AWS Lambda function.
$sel:functionName:LambdaFunctionAggregationResponse', lambdaFunctionAggregationResponse_functionName - The AWS Lambda function names included in the aggregation results.
$sel:lambdaTags:LambdaFunctionAggregationResponse', lambdaFunctionAggregationResponse_lambdaTags - The tags included in the aggregation results.
$sel:lastModifiedAt:LambdaFunctionAggregationResponse', lambdaFunctionAggregationResponse_lastModifiedAt - The date that the AWS Lambda function included in the aggregation
results was last changed.
$sel:runtime:LambdaFunctionAggregationResponse', lambdaFunctionAggregationResponse_runtime - The runtimes included in the aggregation results.
$sel:severityCounts:LambdaFunctionAggregationResponse', lambdaFunctionAggregationResponse_severityCounts - Undocumented member.
$sel:resourceId:LambdaFunctionAggregationResponse', lambdaFunctionAggregationResponse_resourceId - The resource IDs included in the aggregation results.
lambdaFunctionAggregationResponse_accountId :: Lens' LambdaFunctionAggregationResponse (Maybe Text) Source #
The ID of the AWS account that owns the AWS Lambda function.
lambdaFunctionAggregationResponse_functionName :: Lens' LambdaFunctionAggregationResponse (Maybe Text) Source #
The AWS Lambda function names included in the aggregation results.
lambdaFunctionAggregationResponse_lambdaTags :: Lens' LambdaFunctionAggregationResponse (Maybe (HashMap Text Text)) Source #
The tags included in the aggregation results.
lambdaFunctionAggregationResponse_lastModifiedAt :: Lens' LambdaFunctionAggregationResponse (Maybe UTCTime) Source #
The date that the AWS Lambda function included in the aggregation results was last changed.
lambdaFunctionAggregationResponse_runtime :: Lens' LambdaFunctionAggregationResponse (Maybe Text) Source #
The runtimes included in the aggregation results.
lambdaFunctionAggregationResponse_severityCounts :: Lens' LambdaFunctionAggregationResponse (Maybe SeverityCounts) Source #
Undocumented member.
lambdaFunctionAggregationResponse_resourceId :: Lens' LambdaFunctionAggregationResponse Text Source #
The resource IDs included in the aggregation results.