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` # Generated by default/object.tt package Paws::SSM::InstancePatchState; use Moose; has BaselineId => (is => 'ro', isa => 'Str', required => 1); has CriticalNonCompliantCount => (is => 'ro', isa => 'Int'); has FailedCount => (is => 'ro', isa => 'Int'); has InstalledCount => (is => 'ro', isa => 'Int'); has InstalledOtherCount => (is => 'ro', isa => 'Int'); has InstalledPendingRebootCount => (is => 'ro', isa => 'Int'); has InstalledRejectedCount => (is => 'ro', isa => 'Int'); has InstallOverrideList => (is => 'ro', isa => 'Str'); has InstanceId => (is => 'ro', isa => 'Str', required => 1); has LastNoRebootInstallOperationTime => (is => 'ro', isa => 'Str'); has MissingCount => (is => 'ro', isa => 'Int'); has NotApplicableCount => (is => 'ro', isa => 'Int'); has Operation => (is => 'ro', isa => 'Str', required => 1); has OperationEndTime => (is => 'ro', isa => 'Str', required => 1); has OperationStartTime => (is => 'ro', isa => 'Str', required => 1); has OtherNonCompliantCount => (is => 'ro', isa => 'Int'); has OwnerInformation => (is => 'ro', isa => 'Str'); has PatchGroup => (is => 'ro', isa => 'Str', required => 1); has RebootOption => (is => 'ro', isa => 'Str'); has SecurityNonCompliantCount => (is => 'ro', isa => 'Int'); has SnapshotId => (is => 'ro', isa => 'Str'); has UnreportedNotApplicableCount => (is => 'ro', isa => 'Int'); 1; ### main pod documentation begin ### =head1 NAME Paws::SSM::InstancePatchState =head1 USAGE This class represents one of two things: =head3 Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::SSM::InstancePatchState object: $service_obj->Method(Att1 => { BaselineId => $value, ..., UnreportedNotApplicableCount => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::SSM::InstancePatchState object: $result = $service_obj->Method(...); $result->Att1->BaselineId =head1 DESCRIPTION Defines the high-level patch compliance state for a managed instance, providing information about the number of installed, missing, not applicable, and failed patches along with metadata about the operation when this information was gathered for the instance. =head1 ATTRIBUTES =head2 B BaselineId => Str The ID of the patch baseline used to patch the instance. =head2 CriticalNonCompliantCount => Int The number of instances where patches that are specified as "Critical" for compliance reporting in the patch baseline are not installed. These patches might be missing, have failed installation, were rejected, or were installed but awaiting a required instance reboot. The status of these instances is C. =head2 FailedCount => Int The number of patches from the patch baseline that were attempted to be installed during the last patching operation, but failed to install. =head2 InstalledCount => Int The number of patches from the patch baseline that are installed on the instance. =head2 InstalledOtherCount => Int The number of patches not specified in the patch baseline that are installed on the instance. =head2 InstalledPendingRebootCount => Int The number of patches installed by Patch Manager since the last time the instance was rebooted. =head2 InstalledRejectedCount => Int The number of patches installed on an instance that are specified in a C list. Patches with a status of I were typically installed before they were added to a C list. If C is the specified option for C, the value of C will always be C<0> (zero). =head2 InstallOverrideList => Str An https URL or an Amazon S3 path-style URL to a list of patches to be installed. This patch installation list, which you maintain in an S3 bucket in YAML format and specify in the SSM document C, overrides the patches specified by the default patch baseline. For more information about the C parameter, see About the SSM document AWS-RunPatchBaseline (https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-about-aws-runpatchbaseline.html) in the I. =head2 B InstanceId => Str The ID of the managed instance the high-level patch compliance information was collected for. =head2 LastNoRebootInstallOperationTime => Str The time of the last attempt to patch the instance with C specified as the reboot option. =head2 MissingCount => Int The number of patches from the patch baseline that are applicable for the instance but aren't currently installed. =head2 NotApplicableCount => Int The number of patches from the patch baseline that aren't applicable for the instance and therefore aren't installed on the instance. This number may be truncated if the list of patch names is very large. The number of patches beyond this limit are reported in C. =head2 B Operation => Str The type of patching operation that was performed: C (assess patch compliance state) or C (install missing patches). =head2 B OperationEndTime => Str The time the most recent patching operation completed on the instance. =head2 B OperationStartTime => Str The time the most recent patching operation was started on the instance. =head2 OtherNonCompliantCount => Int The number of instances with patches installed that are specified as other than "Critical" or "Security" but are not compliant with the patch baseline. The status of these instances is NON_COMPLIANT. =head2 OwnerInformation => Str Placeholder information. This field will always be empty in the current release of the service. =head2 B PatchGroup => Str The name of the patch group the managed instance belongs to. =head2 RebootOption => Str Indicates the reboot option specified in the patch baseline. Reboot options apply to C operations only. Reboots are not attempted for Patch Manager C operations. =over =item * B: Patch Manager tries to reboot the instance if it installed any patches, or if any patches are detected with a status of C. =item * B: Patch Manager attempts to install missing packages without trying to reboot the system. Patches installed with this option are assigned a status of C. These patches might not be in effect until a reboot is performed. =back =head2 SecurityNonCompliantCount => Int The number of instances where patches that are specified as "Security" in a patch advisory are not installed. These patches might be missing, have failed installation, were rejected, or were installed but awaiting a required instance reboot. The status of these instances is C. =head2 SnapshotId => Str The ID of the patch baseline snapshot used during the patching operation when this compliance data was collected. =head2 UnreportedNotApplicableCount => Int The number of patches beyond the supported limit of C that are not reported by name to Systems Manager Inventory. =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut