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 PatchComplianceData = PatchComplianceData' {
- cVEIds :: Maybe Text
- title :: Text
- kBId :: Text
- classification :: Text
- severity :: Text
- state :: PatchComplianceDataState
- installedTime :: POSIX
- newPatchComplianceData :: Text -> Text -> Text -> Text -> PatchComplianceDataState -> UTCTime -> PatchComplianceData
- patchComplianceData_cVEIds :: Lens' PatchComplianceData (Maybe Text)
- patchComplianceData_title :: Lens' PatchComplianceData Text
- patchComplianceData_kBId :: Lens' PatchComplianceData Text
- patchComplianceData_classification :: Lens' PatchComplianceData Text
- patchComplianceData_severity :: Lens' PatchComplianceData Text
- patchComplianceData_state :: Lens' PatchComplianceData PatchComplianceDataState
- patchComplianceData_installedTime :: Lens' PatchComplianceData UTCTime
Documentation
data PatchComplianceData Source #
Information about the state of a patch on a particular instance as it relates to the patch baseline used to patch the instance.
See: newPatchComplianceData
smart constructor.
PatchComplianceData' | |
|
Instances
newPatchComplianceData Source #
:: Text | |
-> Text | |
-> Text | |
-> Text | |
-> PatchComplianceDataState | |
-> UTCTime | |
-> PatchComplianceData |
Create a value of PatchComplianceData
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:cVEIds:PatchComplianceData'
, patchComplianceData_cVEIds
- The IDs of one or more Common Vulnerabilities and Exposure (CVE) issues
that are resolved by the patch.
$sel:title:PatchComplianceData'
, patchComplianceData_title
- The title of the patch.
$sel:kBId:PatchComplianceData'
, patchComplianceData_kBId
- The operating system-specific ID of the patch.
$sel:classification:PatchComplianceData'
, patchComplianceData_classification
- The classification of the patch, such as SecurityUpdates
, Updates
,
and CriticalUpdates
.
$sel:severity:PatchComplianceData'
, patchComplianceData_severity
- The severity of the patchsuch as Critical
, Important
, and
Moderate
.
$sel:state:PatchComplianceData'
, patchComplianceData_state
- The state of the patch on the instance, such as INSTALLED or FAILED.
For descriptions of each patch state, see About patch compliance in the Amazon Web Services Systems Manager User Guide.
$sel:installedTime:PatchComplianceData'
, patchComplianceData_installedTime
- The date/time the patch was installed on the instance. Not all
operating systems provide this level of information.
patchComplianceData_cVEIds :: Lens' PatchComplianceData (Maybe Text) Source #
The IDs of one or more Common Vulnerabilities and Exposure (CVE) issues that are resolved by the patch.
patchComplianceData_title :: Lens' PatchComplianceData Text Source #
The title of the patch.
patchComplianceData_kBId :: Lens' PatchComplianceData Text Source #
The operating system-specific ID of the patch.
patchComplianceData_classification :: Lens' PatchComplianceData Text Source #
The classification of the patch, such as SecurityUpdates
, Updates
,
and CriticalUpdates
.
patchComplianceData_severity :: Lens' PatchComplianceData Text Source #
The severity of the patchsuch as Critical
, Important
, and
Moderate
.
patchComplianceData_state :: Lens' PatchComplianceData PatchComplianceDataState Source #
The state of the patch on the instance, such as INSTALLED or FAILED.
For descriptions of each patch state, see About patch compliance in the Amazon Web Services Systems Manager User Guide.
patchComplianceData_installedTime :: Lens' PatchComplianceData UTCTime Source #
The date/time the patch was installed on the instance. Not all operating systems provide this level of information.