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 |
Synopsis
Documentation
data PatchRuleGroup Source #
A set of rules defining the approval rules for a patch baseline.
See: newPatchRuleGroup
smart constructor.
PatchRuleGroup' | |
|
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.