PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` package Paws::SSM::GetPatchBaselineResult; use Moose; has ApprovalRules => (is => 'ro', isa => 'Paws::SSM::PatchRuleGroup'); has ApprovedPatches => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has ApprovedPatchesComplianceLevel => (is => 'ro', isa => 'Str'); has ApprovedPatchesEnableNonSecurity => (is => 'ro', isa => 'Bool'); has BaselineId => (is => 'ro', isa => 'Str'); has CreatedDate => (is => 'ro', isa => 'Str'); has Description => (is => 'ro', isa => 'Str'); has GlobalFilters => (is => 'ro', isa => 'Paws::SSM::PatchFilterGroup'); has ModifiedDate => (is => 'ro', isa => 'Str'); has Name => (is => 'ro', isa => 'Str'); has OperatingSystem => (is => 'ro', isa => 'Str'); has PatchGroups => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has RejectedPatches => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has RejectedPatchesAction => (is => 'ro', isa => 'Str'); has Sources => (is => 'ro', isa => 'ArrayRef[Paws::SSM::PatchSource]'); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::SSM::GetPatchBaselineResult =head1 ATTRIBUTES =head2 ApprovalRules => L A set of rules used to include patches in the baseline. =head2 ApprovedPatches => ArrayRef[Str|Undef] A list of explicitly approved patches for the baseline. =head2 ApprovedPatchesComplianceLevel => Str Returns the specified compliance severity level for approved patches in the patch baseline. Valid values are: C<"CRITICAL">, C<"HIGH">, C<"MEDIUM">, C<"LOW">, C<"INFORMATIONAL">, C<"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. =head2 BaselineId => Str The ID of the retrieved patch baseline. =head2 CreatedDate => Str The date the patch baseline was created. =head2 Description => Str A description of the patch baseline. =head2 GlobalFilters => L A set of global filters used to exclude patches from the baseline. =head2 ModifiedDate => Str The date the patch baseline was last modified. =head2 Name => Str The name of the patch baseline. =head2 OperatingSystem => Str Returns the operating system specified for the patch baseline. Valid values are: C<"WINDOWS">, C<"AMAZON_LINUX">, C<"AMAZON_LINUX_2">, C<"UBUNTU">, C<"REDHAT_ENTERPRISE_LINUX">, C<"SUSE">, C<"CENTOS">, C<"ORACLE_LINUX">, C<"DEBIAN">, C<"MACOS"> =head2 PatchGroups => ArrayRef[Str|Undef] Patch groups included in the patch baseline. =head2 RejectedPatches => ArrayRef[Str|Undef] A list of explicitly rejected patches for the baseline. =head2 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: C<"ALLOW_AS_DEPENDENCY">, C<"BLOCK"> =head2 Sources => ArrayRef[L] Information about the patches to use to update the instances, including target operating systems and source repositories. Applies to Linux instances only. =head2 _request_id => Str =cut 1;