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
- data BaselineOverride = BaselineOverride' {
- approvalRules :: Maybe PatchRuleGroup
- operatingSystem :: Maybe OperatingSystem
- globalFilters :: Maybe PatchFilterGroup
- approvedPatchesComplianceLevel :: Maybe PatchComplianceLevel
- rejectedPatchesAction :: Maybe PatchAction
- approvedPatches :: Maybe [Text]
- approvedPatchesEnableNonSecurity :: Maybe Bool
- rejectedPatches :: Maybe [Text]
- sources :: Maybe [PatchSource]
- newBaselineOverride :: BaselineOverride
- baselineOverride_approvalRules :: Lens' BaselineOverride (Maybe PatchRuleGroup)
- baselineOverride_operatingSystem :: Lens' BaselineOverride (Maybe OperatingSystem)
- baselineOverride_globalFilters :: Lens' BaselineOverride (Maybe PatchFilterGroup)
- baselineOverride_approvedPatchesComplianceLevel :: Lens' BaselineOverride (Maybe PatchComplianceLevel)
- baselineOverride_rejectedPatchesAction :: Lens' BaselineOverride (Maybe PatchAction)
- baselineOverride_approvedPatches :: Lens' BaselineOverride (Maybe [Text])
- baselineOverride_approvedPatchesEnableNonSecurity :: Lens' BaselineOverride (Maybe Bool)
- baselineOverride_rejectedPatches :: Lens' BaselineOverride (Maybe [Text])
- baselineOverride_sources :: Lens' BaselineOverride (Maybe [PatchSource])
Documentation
data BaselineOverride Source #
Defines the basic information about a patch baseline override.
See: newBaselineOverride
smart constructor.
BaselineOverride' | |
|
Instances
newBaselineOverride :: BaselineOverride Source #
Create a value of BaselineOverride
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:approvalRules:BaselineOverride'
, baselineOverride_approvalRules
- Undocumented member.
$sel:operatingSystem:BaselineOverride'
, baselineOverride_operatingSystem
- The operating system rule used by the patch baseline override.
$sel:globalFilters:BaselineOverride'
, baselineOverride_globalFilters
- Undocumented member.
$sel:approvedPatchesComplianceLevel:BaselineOverride'
, baselineOverride_approvedPatchesComplianceLevel
- Defines the compliance level for approved patches. When an approved
patch is reported as missing, this value describes the severity of the
compliance violation.
$sel:rejectedPatchesAction:BaselineOverride'
, baselineOverride_rejectedPatchesAction
- The action for Patch Manager to take on patches included in the
RejectedPackages
list. A patch can be allowed only if it is a
dependency of another package, or blocked entirely along with packages
that include it as a dependency.
$sel:approvedPatches:BaselineOverride'
, baselineOverride_approvedPatches
- A list of explicitly approved patches for the baseline.
For information about accepted formats for lists of approved patches and rejected patches, see About package name formats for approved and rejected patch lists in the Amazon Web Services Systems Manager User Guide.
$sel:approvedPatchesEnableNonSecurity:BaselineOverride'
, baselineOverride_approvedPatchesEnableNonSecurity
- Indicates whether the list of approved patches includes non-security
updates that should be applied to the instances. The default value is
false
. Applies to Linux instances only.
$sel:rejectedPatches:BaselineOverride'
, baselineOverride_rejectedPatches
- A list of explicitly rejected patches for the baseline.
For information about accepted formats for lists of approved patches and rejected patches, see About package name formats for approved and rejected patch lists in the Amazon Web Services Systems Manager User Guide.
$sel:sources:BaselineOverride'
, baselineOverride_sources
- Information about the patches to use to update the instances, including
target operating systems and source repositories. Applies to Linux
instances only.
baselineOverride_approvalRules :: Lens' BaselineOverride (Maybe PatchRuleGroup) Source #
Undocumented member.
baselineOverride_operatingSystem :: Lens' BaselineOverride (Maybe OperatingSystem) Source #
The operating system rule used by the patch baseline override.
baselineOverride_globalFilters :: Lens' BaselineOverride (Maybe PatchFilterGroup) Source #
Undocumented member.
baselineOverride_approvedPatchesComplianceLevel :: Lens' BaselineOverride (Maybe PatchComplianceLevel) Source #
Defines the compliance level for approved patches. When an approved patch is reported as missing, this value describes the severity of the compliance violation.
baselineOverride_rejectedPatchesAction :: Lens' BaselineOverride (Maybe PatchAction) Source #
The action for Patch Manager to take on patches included in the
RejectedPackages
list. A patch can be allowed only if it is a
dependency of another package, or blocked entirely along with packages
that include it as a dependency.
baselineOverride_approvedPatches :: Lens' BaselineOverride (Maybe [Text]) Source #
A list of explicitly approved patches for the baseline.
For information about accepted formats for lists of approved patches and rejected patches, see About package name formats for approved and rejected patch lists in the Amazon Web Services Systems Manager User Guide.
baselineOverride_approvedPatchesEnableNonSecurity :: Lens' BaselineOverride (Maybe Bool) Source #
Indicates whether the list of approved patches includes non-security
updates that should be applied to the instances. The default value is
false
. Applies to Linux instances only.
baselineOverride_rejectedPatches :: Lens' BaselineOverride (Maybe [Text]) Source #
A list of explicitly rejected patches for the baseline.
For information about accepted formats for lists of approved patches and rejected patches, see About package name formats for approved and rejected patch lists in the Amazon Web Services Systems Manager User Guide.
baselineOverride_sources :: Lens' BaselineOverride (Maybe [PatchSource]) Source #
Information about the patches to use to update the instances, including target operating systems and source repositories. Applies to Linux instances only.