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.ComplianceItemEntry

Description

 
Synopsis

Documentation

data ComplianceItemEntry Source #

Information about a compliance item.

See: newComplianceItemEntry smart constructor.

Constructors

ComplianceItemEntry' 

Fields

  • details :: Maybe (HashMap Text Text)

    A "Key": "Value" tag combination for the compliance item.

  • id :: Maybe Text

    The compliance item ID. For example, if the compliance item is a Windows patch, the ID could be the number of the KB article.

  • title :: Maybe Text

    The title of the compliance item. For example, if the compliance item is a Windows patch, the title could be the title of the KB article for the patch; for example: Security Update for Active Directory Federation Services.

  • severity :: ComplianceSeverity

    The severity of the compliance status. Severity can be one of the following: Critical, High, Medium, Low, Informational, Unspecified.

  • status :: ComplianceStatus

    The status of the compliance item. An item is either COMPLIANT or NON_COMPLIANT.

Instances

Instances details
Eq ComplianceItemEntry Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceItemEntry

Read ComplianceItemEntry Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceItemEntry

Show ComplianceItemEntry Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceItemEntry

Generic ComplianceItemEntry Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceItemEntry

Associated Types

type Rep ComplianceItemEntry :: Type -> Type #

NFData ComplianceItemEntry Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceItemEntry

Methods

rnf :: ComplianceItemEntry -> () #

Hashable ComplianceItemEntry Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceItemEntry

ToJSON ComplianceItemEntry Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceItemEntry

type Rep ComplianceItemEntry Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceItemEntry

newComplianceItemEntry Source #

Create a value of ComplianceItemEntry 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:details:ComplianceItemEntry', complianceItemEntry_details - A "Key": "Value" tag combination for the compliance item.

$sel:id:ComplianceItemEntry', complianceItemEntry_id - The compliance item ID. For example, if the compliance item is a Windows patch, the ID could be the number of the KB article.

$sel:title:ComplianceItemEntry', complianceItemEntry_title - The title of the compliance item. For example, if the compliance item is a Windows patch, the title could be the title of the KB article for the patch; for example: Security Update for Active Directory Federation Services.

$sel:severity:ComplianceItemEntry', complianceItemEntry_severity - The severity of the compliance status. Severity can be one of the following: Critical, High, Medium, Low, Informational, Unspecified.

$sel:status:ComplianceItemEntry', complianceItemEntry_status - The status of the compliance item. An item is either COMPLIANT or NON_COMPLIANT.

complianceItemEntry_details :: Lens' ComplianceItemEntry (Maybe (HashMap Text Text)) Source #

A "Key": "Value" tag combination for the compliance item.

complianceItemEntry_id :: Lens' ComplianceItemEntry (Maybe Text) Source #

The compliance item ID. For example, if the compliance item is a Windows patch, the ID could be the number of the KB article.

complianceItemEntry_title :: Lens' ComplianceItemEntry (Maybe Text) Source #

The title of the compliance item. For example, if the compliance item is a Windows patch, the title could be the title of the KB article for the patch; for example: Security Update for Active Directory Federation Services.

complianceItemEntry_severity :: Lens' ComplianceItemEntry ComplianceSeverity Source #

The severity of the compliance status. Severity can be one of the following: Critical, High, Medium, Low, Informational, Unspecified.

complianceItemEntry_status :: Lens' ComplianceItemEntry ComplianceStatus Source #

The status of the compliance item. An item is either COMPLIANT or NON_COMPLIANT.