| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
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
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.