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 |
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.
AwsSsmPatchComplianceDetails' | |
|
Instances
Eq AwsSsmPatchComplianceDetails Source # | |
Read AwsSsmPatchComplianceDetails Source # | |
Show AwsSsmPatchComplianceDetails Source # | |
Generic AwsSsmPatchComplianceDetails Source # | |
NFData AwsSsmPatchComplianceDetails Source # | |
Defined in Amazonka.SecurityHub.Types.AwsSsmPatchComplianceDetails rnf :: AwsSsmPatchComplianceDetails -> () # | |
Hashable AwsSsmPatchComplianceDetails Source # | |
ToJSON AwsSsmPatchComplianceDetails Source # | |
FromJSON AwsSsmPatchComplianceDetails Source # | |
type Rep AwsSsmPatchComplianceDetails Source # | |
Defined in Amazonka.SecurityHub.Types.AwsSsmPatchComplianceDetails type Rep AwsSsmPatchComplianceDetails = D1 ('MetaData "AwsSsmPatchComplianceDetails" "Amazonka.SecurityHub.Types.AwsSsmPatchComplianceDetails" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "AwsSsmPatchComplianceDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "patch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AwsSsmPatch)))) |
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.