libZSservicesZSamazonka-securityhubZSamazonka-securityhub
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SecurityHub.Types.AwsSsmPatch

Description

 
Synopsis

Documentation

data AwsSsmPatch Source #

Provides details about the compliance for a patch.

See: newAwsSsmPatch smart constructor.

Constructors

AwsSsmPatch' 

Fields

Instances

Instances details
Eq AwsSsmPatch Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsSsmPatch

Read AwsSsmPatch Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsSsmPatch

Show AwsSsmPatch Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsSsmPatch

Generic AwsSsmPatch Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsSsmPatch

Associated Types

type Rep AwsSsmPatch :: Type -> Type #

NFData AwsSsmPatch Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsSsmPatch

Methods

rnf :: AwsSsmPatch -> () #

Hashable AwsSsmPatch Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsSsmPatch

ToJSON AwsSsmPatch Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsSsmPatch

FromJSON AwsSsmPatch Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsSsmPatch

type Rep AwsSsmPatch Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsSsmPatch

type Rep AwsSsmPatch = D1 ('MetaData "AwsSsmPatch" "Amazonka.SecurityHub.Types.AwsSsmPatch" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "AwsSsmPatch'" 'PrefixI 'True) (S1 ('MetaSel ('Just "complianceSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AwsSsmComplianceSummary))))

newAwsSsmPatch :: AwsSsmPatch Source #

Create a value of AwsSsmPatch 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:complianceSummary:AwsSsmPatch', awsSsmPatch_complianceSummary - The compliance status details for the patch.

awsSsmPatch_complianceSummary :: Lens' AwsSsmPatch (Maybe AwsSsmComplianceSummary) Source #

The compliance status details for the patch.