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.BaselineOverride

Description

 
Synopsis

Documentation

data BaselineOverride Source #

Defines the basic information about a patch baseline override.

See: newBaselineOverride smart constructor.

Constructors

BaselineOverride' 

Fields

Instances

Instances details
Eq BaselineOverride Source # 
Instance details

Defined in Amazonka.SSM.Types.BaselineOverride

Show BaselineOverride Source # 
Instance details

Defined in Amazonka.SSM.Types.BaselineOverride

Generic BaselineOverride Source # 
Instance details

Defined in Amazonka.SSM.Types.BaselineOverride

Associated Types

type Rep BaselineOverride :: Type -> Type #

NFData BaselineOverride Source # 
Instance details

Defined in Amazonka.SSM.Types.BaselineOverride

Methods

rnf :: BaselineOverride -> () #

Hashable BaselineOverride Source # 
Instance details

Defined in Amazonka.SSM.Types.BaselineOverride

ToJSON BaselineOverride Source # 
Instance details

Defined in Amazonka.SSM.Types.BaselineOverride

type Rep BaselineOverride Source # 
Instance details

Defined in Amazonka.SSM.Types.BaselineOverride

type Rep BaselineOverride = D1 ('MetaData "BaselineOverride" "Amazonka.SSM.Types.BaselineOverride" "libZSservicesZSamazonka-ssmZSamazonka-ssm" 'False) (C1 ('MetaCons "BaselineOverride'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "approvalRules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PatchRuleGroup)) :*: S1 ('MetaSel ('Just "operatingSystem") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OperatingSystem))) :*: (S1 ('MetaSel ('Just "globalFilters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PatchFilterGroup)) :*: S1 ('MetaSel ('Just "approvedPatchesComplianceLevel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PatchComplianceLevel)))) :*: ((S1 ('MetaSel ('Just "rejectedPatchesAction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PatchAction)) :*: S1 ('MetaSel ('Just "approvedPatches") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "approvedPatchesEnableNonSecurity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "rejectedPatches") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "sources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PatchSource])))))))

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_operatingSystem :: Lens' BaselineOverride (Maybe OperatingSystem) Source #

The operating system rule used by the patch baseline override.

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.