| 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.SeveritySummary
Description
Synopsis
- data SeveritySummary = SeveritySummary' {}
- newSeveritySummary :: SeveritySummary
- severitySummary_criticalCount :: Lens' SeveritySummary (Maybe Int)
- severitySummary_highCount :: Lens' SeveritySummary (Maybe Int)
- severitySummary_informationalCount :: Lens' SeveritySummary (Maybe Int)
- severitySummary_lowCount :: Lens' SeveritySummary (Maybe Int)
- severitySummary_mediumCount :: Lens' SeveritySummary (Maybe Int)
- severitySummary_unspecifiedCount :: Lens' SeveritySummary (Maybe Int)
Documentation
data SeveritySummary Source #
The number of managed nodes found for each patch severity level defined in the request filter.
See: newSeveritySummary smart constructor.
Constructors
| SeveritySummary' | |
Fields
| |
Instances
newSeveritySummary :: SeveritySummary Source #
Create a value of SeveritySummary 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:criticalCount:SeveritySummary', severitySummary_criticalCount - The total number of resources or compliance items that have a severity
level of Critical. Critical severity is determined by the organization
that published the compliance items.
$sel:highCount:SeveritySummary', severitySummary_highCount - The total number of resources or compliance items that have a severity
level of high. High severity is determined by the organization that
published the compliance items.
$sel:informationalCount:SeveritySummary', severitySummary_informationalCount - The total number of resources or compliance items that have a severity
level of informational. Informational severity is determined by the
organization that published the compliance items.
$sel:lowCount:SeveritySummary', severitySummary_lowCount - The total number of resources or compliance items that have a severity
level of low. Low severity is determined by the organization that
published the compliance items.
$sel:mediumCount:SeveritySummary', severitySummary_mediumCount - The total number of resources or compliance items that have a severity
level of medium. Medium severity is determined by the organization that
published the compliance items.
$sel:unspecifiedCount:SeveritySummary', severitySummary_unspecifiedCount - The total number of resources or compliance items that have a severity
level of unspecified. Unspecified severity is determined by the
organization that published the compliance items.
severitySummary_criticalCount :: Lens' SeveritySummary (Maybe Int) Source #
The total number of resources or compliance items that have a severity
level of Critical. Critical severity is determined by the organization
that published the compliance items.
severitySummary_highCount :: Lens' SeveritySummary (Maybe Int) Source #
The total number of resources or compliance items that have a severity level of high. High severity is determined by the organization that published the compliance items.
severitySummary_informationalCount :: Lens' SeveritySummary (Maybe Int) Source #
The total number of resources or compliance items that have a severity level of informational. Informational severity is determined by the organization that published the compliance items.
severitySummary_lowCount :: Lens' SeveritySummary (Maybe Int) Source #
The total number of resources or compliance items that have a severity level of low. Low severity is determined by the organization that published the compliance items.
severitySummary_mediumCount :: Lens' SeveritySummary (Maybe Int) Source #
The total number of resources or compliance items that have a severity level of medium. Medium severity is determined by the organization that published the compliance items.
severitySummary_unspecifiedCount :: Lens' SeveritySummary (Maybe Int) Source #
The total number of resources or compliance items that have a severity level of unspecified. Unspecified severity is determined by the organization that published the compliance items.