Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data SeveritySummary = SeveritySummary' {}
- newSeveritySummary :: SeveritySummary
- severitySummary_lowCount :: Lens' SeveritySummary (Maybe Int)
- severitySummary_unspecifiedCount :: Lens' SeveritySummary (Maybe Int)
- severitySummary_highCount :: Lens' SeveritySummary (Maybe Int)
- severitySummary_mediumCount :: Lens' SeveritySummary (Maybe Int)
- severitySummary_informationalCount :: Lens' SeveritySummary (Maybe Int)
- severitySummary_criticalCount :: Lens' SeveritySummary (Maybe Int)
Documentation
data SeveritySummary Source #
The number of managed instances found for each patch severity level defined in the request filter.
See: newSeveritySummary
smart constructor.
SeveritySummary' | |
|
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: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: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.
$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: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: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: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.
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_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.
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_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_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_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.