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 ComplianceItemEntry = ComplianceItemEntry' {}
- newComplianceItemEntry :: ComplianceSeverity -> ComplianceStatus -> ComplianceItemEntry
- complianceItemEntry_details :: Lens' ComplianceItemEntry (Maybe (HashMap Text Text))
- complianceItemEntry_id :: Lens' ComplianceItemEntry (Maybe Text)
- complianceItemEntry_title :: Lens' ComplianceItemEntry (Maybe Text)
- complianceItemEntry_severity :: Lens' ComplianceItemEntry ComplianceSeverity
- complianceItemEntry_status :: Lens' ComplianceItemEntry ComplianceStatus
Documentation
data ComplianceItemEntry Source #
Information about a compliance item.
See: newComplianceItemEntry
smart constructor.
ComplianceItemEntry' | |
|
Instances
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.