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 |
Amazonka.SecurityHub.Types.AwsSsmPatchComplianceDetails
Description
Documentation
data AwsSsmPatchComplianceDetails Source #
Provides information about the state of a patch on an instance based on the patch baseline that was used to patch the instance.
See: newAwsSsmPatchComplianceDetails
smart constructor.
Constructors
AwsSsmPatchComplianceDetails' | |
Fields
|
Instances
newAwsSsmPatchComplianceDetails :: AwsSsmPatchComplianceDetails Source #
Create a value of AwsSsmPatchComplianceDetails
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:patch:AwsSsmPatchComplianceDetails'
, awsSsmPatchComplianceDetails_patch
- Information about the status of a patch.
awsSsmPatchComplianceDetails_patch :: Lens' AwsSsmPatchComplianceDetails (Maybe AwsSsmPatch) Source #
Information about the status of a patch.