| 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.AmiAggregationResponse
Description
Synopsis
- data AmiAggregationResponse = AmiAggregationResponse' {}
- newAmiAggregationResponse :: Text -> AmiAggregationResponse
- amiAggregationResponse_accountId :: Lens' AmiAggregationResponse (Maybe Text)
- amiAggregationResponse_affectedInstances :: Lens' AmiAggregationResponse (Maybe Integer)
- amiAggregationResponse_severityCounts :: Lens' AmiAggregationResponse (Maybe SeverityCounts)
- amiAggregationResponse_ami :: Lens' AmiAggregationResponse Text
Documentation
data AmiAggregationResponse Source #
A response that contains the results of a finding aggregation by AMI.
See: newAmiAggregationResponse smart constructor.
Constructors
| AmiAggregationResponse' | |
Fields
| |
Instances
newAmiAggregationResponse Source #
Arguments
| :: Text | |
| -> AmiAggregationResponse |
Create a value of AmiAggregationResponse 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:AmiAggregationResponse', amiAggregationResponse_accountId - The Amazon Web Services account ID for the AMI.
$sel:affectedInstances:AmiAggregationResponse', amiAggregationResponse_affectedInstances - The IDs of Amazon EC2 instances using this AMI.
$sel:severityCounts:AmiAggregationResponse', amiAggregationResponse_severityCounts - An object that contains the count of matched findings per severity.
$sel:ami:AmiAggregationResponse', amiAggregationResponse_ami - The ID of the AMI that findings were aggregated for.
amiAggregationResponse_accountId :: Lens' AmiAggregationResponse (Maybe Text) Source #
The Amazon Web Services account ID for the AMI.
amiAggregationResponse_affectedInstances :: Lens' AmiAggregationResponse (Maybe Integer) Source #
The IDs of Amazon EC2 instances using this AMI.
amiAggregationResponse_severityCounts :: Lens' AmiAggregationResponse (Maybe SeverityCounts) Source #
An object that contains the count of matched findings per severity.
amiAggregationResponse_ami :: Lens' AmiAggregationResponse Text Source #
The ID of the AMI that findings were aggregated for.