| 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.CompliantSummary
Description
Documentation
data CompliantSummary Source #
A summary of resources that are compliant. The summary is organized according to the resource count for each compliance type.
See: newCompliantSummary smart constructor.
Constructors
| CompliantSummary' | |
Fields
| |
Instances
newCompliantSummary :: CompliantSummary Source #
Create a value of CompliantSummary 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:compliantCount:CompliantSummary', compliantSummary_compliantCount - The total number of resources that are compliant.
$sel:severitySummary:CompliantSummary', compliantSummary_severitySummary - A summary of the compliance severity by compliance type.
compliantSummary_compliantCount :: Lens' CompliantSummary (Maybe Int) Source #
The total number of resources that are compliant.
compliantSummary_severitySummary :: Lens' CompliantSummary (Maybe SeveritySummary) Source #
A summary of the compliance severity by compliance type.