| 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.SSM.Types.NonCompliantSummary
Description
Documentation
data NonCompliantSummary Source #
A summary of resources that aren't compliant. The summary is organized according to resource type.
See: newNonCompliantSummary smart constructor.
Constructors
| NonCompliantSummary' | |
Fields
| |
Instances
newNonCompliantSummary :: NonCompliantSummary Source #
Create a value of NonCompliantSummary 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:nonCompliantCount:NonCompliantSummary', nonCompliantSummary_nonCompliantCount - The total number of compliance items that aren't compliant.
$sel:severitySummary:NonCompliantSummary', nonCompliantSummary_severitySummary - A summary of the non-compliance severity by compliance type
nonCompliantSummary_nonCompliantCount :: Lens' NonCompliantSummary (Maybe Int) Source #
The total number of compliance items that aren't compliant.
nonCompliantSummary_severitySummary :: Lens' NonCompliantSummary (Maybe SeveritySummary) Source #
A summary of the non-compliance severity by compliance type