NAME
Paws::SSM::UpdatePatchBaselineResult
ATTRIBUTES
ApprovalRules => Paws::SSM::PatchRuleGroup
A set of rules used to include patches in the baseline.
ApprovedPatches => ArrayRef[Str|Undef]
A list of explicitly approved patches for the baseline.
ApprovedPatchesComplianceLevel => Str
The compliance severity level assigned to the patch baseline after the update completed.
Valid values are: "CRITICAL", "HIGH", "MEDIUM", "LOW", "INFORMATIONAL", "UNSPECIFIED" =head2 ApprovedPatchesEnableNonSecurity => Bool
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.
BaselineId => Str
The ID of the deleted patch baseline.
CreatedDate => Str
The date when the patch baseline was created.
Description => Str
A description of the Patch Baseline.
GlobalFilters => Paws::SSM::PatchFilterGroup
A set of global filters used to exclude patches from the baseline.
ModifiedDate => Str
The date when the patch baseline was last modified.
Name => Str
The name of the patch baseline.
OperatingSystem => Str
The operating system rule used by the updated patch baseline.
Valid values are: "WINDOWS", "AMAZON_LINUX", "AMAZON_LINUX_2", "UBUNTU", "REDHAT_ENTERPRISE_LINUX", "SUSE", "CENTOS", "ORACLE_LINUX", "DEBIAN", "MACOS" =head2 RejectedPatches => ArrayRef[Str|Undef]
A list of explicitly rejected patches for the baseline.
RejectedPatchesAction => Str
The action specified to take on patches included in the RejectedPatches 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.
Valid values are: "ALLOW_AS_DEPENDENCY", "BLOCK" =head2 Sources => ArrayRef[Paws::SSM::PatchSource]
Information about the patches to use to update the instances, including target operating systems and source repositories. Applies to Linux instances only.