amazonka-ssm-2.0: Amazon Simple Systems Manager (SSM) SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SSM.Types.PatchComplianceData

Description

 
Synopsis

Documentation

data PatchComplianceData Source #

Information about the state of a patch on a particular managed node as it relates to the patch baseline used to patch the node.

See: newPatchComplianceData smart constructor.

Constructors

PatchComplianceData' 

Fields

  • cVEIds :: Maybe Text

    The IDs of one or more Common Vulnerabilities and Exposure (CVE) issues that are resolved by the patch.

  • title :: Text

    The title of the patch.

  • kBId :: Text

    The operating system-specific ID of the patch.

  • classification :: Text

    The classification of the patch, such as SecurityUpdates, Updates, and CriticalUpdates.

  • severity :: Text

    The severity of the patch such as Critical, Important, and Moderate.

  • state :: PatchComplianceDataState

    The state of the patch on the managed node, such as INSTALLED or FAILED.

    For descriptions of each patch state, see About patch compliance in the Amazon Web Services Systems Manager User Guide.

  • installedTime :: POSIX

    The date/time the patch was installed on the managed node. Not all operating systems provide this level of information.

Instances

Instances details
FromJSON PatchComplianceData Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchComplianceData

Generic PatchComplianceData Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchComplianceData

Associated Types

type Rep PatchComplianceData :: Type -> Type #

Read PatchComplianceData Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchComplianceData

Show PatchComplianceData Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchComplianceData

NFData PatchComplianceData Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchComplianceData

Methods

rnf :: PatchComplianceData -> () #

Eq PatchComplianceData Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchComplianceData

Hashable PatchComplianceData Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchComplianceData

type Rep PatchComplianceData Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchComplianceData

newPatchComplianceData Source #

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 patch such as Critical, Important, and Moderate.

$sel:state:PatchComplianceData', patchComplianceData_state - The state of the patch on the managed node, 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 managed node. 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_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 patch such as Critical, Important, and Moderate.

patchComplianceData_state :: Lens' PatchComplianceData PatchComplianceDataState Source #

The state of the patch on the managed node, 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 managed node. Not all operating systems provide this level of information.