libZSservicesZSamazonka-ssmZSamazonka-ssm
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SSM.Types.SeveritySummary

Description

 
Synopsis

Documentation

data SeveritySummary Source #

The number of managed instances found for each patch severity level defined in the request filter.

See: newSeveritySummary smart constructor.

Constructors

SeveritySummary' 

Fields

  • lowCount :: Maybe Int

    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.

  • unspecifiedCount :: Maybe Int

    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.

  • highCount :: Maybe Int

    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.

  • mediumCount :: Maybe Int

    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.

  • informationalCount :: Maybe Int

    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.

  • criticalCount :: Maybe Int

    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.

Instances

Instances details
Eq SeveritySummary Source # 
Instance details

Defined in Amazonka.SSM.Types.SeveritySummary

Read SeveritySummary Source # 
Instance details

Defined in Amazonka.SSM.Types.SeveritySummary

Show SeveritySummary Source # 
Instance details

Defined in Amazonka.SSM.Types.SeveritySummary

Generic SeveritySummary Source # 
Instance details

Defined in Amazonka.SSM.Types.SeveritySummary

Associated Types

type Rep SeveritySummary :: Type -> Type #

NFData SeveritySummary Source # 
Instance details

Defined in Amazonka.SSM.Types.SeveritySummary

Methods

rnf :: SeveritySummary -> () #

Hashable SeveritySummary Source # 
Instance details

Defined in Amazonka.SSM.Types.SeveritySummary

FromJSON SeveritySummary Source # 
Instance details

Defined in Amazonka.SSM.Types.SeveritySummary

type Rep SeveritySummary Source # 
Instance details

Defined in Amazonka.SSM.Types.SeveritySummary

type Rep SeveritySummary = D1 ('MetaData "SeveritySummary" "Amazonka.SSM.Types.SeveritySummary" "libZSservicesZSamazonka-ssmZSamazonka-ssm" 'False) (C1 ('MetaCons "SeveritySummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "lowCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "unspecifiedCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "highCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: (S1 ('MetaSel ('Just "mediumCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "informationalCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "criticalCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))))

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.