libZSservicesZSamazonka-ssmZSamazonka-ssm
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.SSM.Types.PatchRuleGroup

Description

 
Synopsis

Documentation

data PatchRuleGroup Source #

A set of rules defining the approval rules for a patch baseline.

See: newPatchRuleGroup smart constructor.

Constructors

PatchRuleGroup' 

Fields

Instances

Instances details
Eq PatchRuleGroup Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchRuleGroup

Read PatchRuleGroup Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchRuleGroup

Show PatchRuleGroup Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchRuleGroup

Generic PatchRuleGroup Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchRuleGroup

Associated Types

type Rep PatchRuleGroup :: Type -> Type #

NFData PatchRuleGroup Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchRuleGroup

Methods

rnf :: PatchRuleGroup -> () #

Hashable PatchRuleGroup Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchRuleGroup

ToJSON PatchRuleGroup Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchRuleGroup

FromJSON PatchRuleGroup Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchRuleGroup

type Rep PatchRuleGroup Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchRuleGroup

type Rep PatchRuleGroup = D1 ('MetaData "PatchRuleGroup" "Amazonka.SSM.Types.PatchRuleGroup" "libZSservicesZSamazonka-ssmZSamazonka-ssm" 'False) (C1 ('MetaCons "PatchRuleGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "patchRules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [PatchRule])))

newPatchRuleGroup :: PatchRuleGroup Source #

Create a value of PatchRuleGroup 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:patchRules:PatchRuleGroup', patchRuleGroup_patchRules - The rules that make up the rule group.

patchRuleGroup_patchRules :: Lens' PatchRuleGroup [PatchRule] Source #

The rules that make up the rule group.