![]() |
![]()
| ![]() |
![]()
NAMEPaws::SSM::InstancePatchState USAGEThis class represents one of two things: 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 }); 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 DESCRIPTIONDefines 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. ATTRIBUTESREQUIRED BaselineId => StrThe ID of the patch baseline used to patch the instance. CriticalNonCompliantCount => IntThe 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 "NON_COMPLIANT". FailedCount => IntThe number of patches from the patch baseline that were attempted to be installed during the last patching operation, but failed to install. InstalledCount => IntThe number of patches from the patch baseline that are installed on the instance. InstalledOtherCount => IntThe number of patches not specified in the patch baseline that are installed on the instance. InstalledPendingRebootCount => IntThe number of patches installed by Patch Manager since the last time the instance was rebooted. InstalledRejectedCount => IntThe number of patches installed on an instance that are specified in a "RejectedPatches" list. Patches with a status of InstalledRejected were typically installed before they were added to a "RejectedPatches" list. If "ALLOW_AS_DEPENDENCY" is the specified option for "RejectedPatchesAction", the value of "InstalledRejectedCount" will always be 0 (zero). InstallOverrideList => StrAn 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 "AWS-RunPatchBaseline", overrides the patches specified by the default patch baseline. For more information about the "InstallOverrideList" 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 AWS Systems Manager User Guide. REQUIRED InstanceId => StrThe ID of the managed instance the high-level patch compliance information was collected for. LastNoRebootInstallOperationTime => StrThe time of the last attempt to patch the instance with "NoReboot" specified as the reboot option. MissingCount => IntThe number of patches from the patch baseline that are applicable for the instance but aren't currently installed. NotApplicableCount => IntThe 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 "UnreportedNotApplicableCount". REQUIRED Operation => StrThe type of patching operation that was performed: "SCAN" (assess patch compliance state) or "INSTALL" (install missing patches). REQUIRED OperationEndTime => StrThe time the most recent patching operation completed on the instance. REQUIRED OperationStartTime => StrThe time the most recent patching operation was started on the instance. OtherNonCompliantCount => IntThe 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. OwnerInformation => StrPlaceholder information. This field will always be empty in the current release of the service. REQUIRED PatchGroup => StrThe name of the patch group the managed instance belongs to. RebootOption => StrIndicates the reboot option specified in the patch baseline. Reboot options apply to "Install" operations only. Reboots are not attempted for Patch Manager "Scan" operations.
SecurityNonCompliantCount => IntThe 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 "NON_COMPLIANT". SnapshotId => StrThe ID of the patch baseline snapshot used during the patching operation when this compliance data was collected. UnreportedNotApplicableCount => IntThe number of patches beyond the supported limit of "NotApplicableCount" that are not reported by name to Systems Manager Inventory. SEE ALSOThis class forms part of Paws, describing an object used in Paws::SSM BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|