GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::SSM::Patch(3) User Contributed Perl Documentation Paws::SSM::Patch(3)

Paws::SSM::Patch

This 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::Patch object:

  $service_obj->Method(Att1 => { AdvisoryIds => $value, ..., Version => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::SSM::Patch object:

  $result = $service_obj->Method(...);
  $result->Att1->AdvisoryIds

Represents metadata about a patch.

The Advisory ID of the patch. For example, "RHSA-2020:3779". Applies to Linux-based instances only.

The architecture of the patch. For example, in "example-pkg-0.710.10-2.7.abcd.x86_64", the architecture is indicated by "x86_64". Applies to Linux-based instances only.

The Bugzilla ID of the patch. For example, 1600646. Applies to Linux-based instances only.

The classification of the patch. For example, "SecurityUpdates", "Updates", or "CriticalUpdates".

The URL where more information can be obtained about the patch.

The Common Vulnerabilities and Exposures (CVE) ID of the patch. For example, "CVE-2011-3192". Applies to Linux-based instances only.

The description of the patch.

The epoch of the patch. For example in "pkg-example-EE-20180914-2.2.amzn1.noarch", the epoch value is "20180914-2". Applies to Linux-based instances only.

The ID of the patch. Applies to Windows patches only.

This ID is not the same as the Microsoft Knowledge Base ID.

The Microsoft Knowledge Base ID of the patch. Applies to Windows patches only.

The language of the patch if it's language-specific.

The ID of the Microsoft Security Response Center (MSRC) bulletin the patch is related to. For example, "MS14-045". Applies to Windows patches only.

The severity of the patch, such as "Critical", "Important", or "Moderate". Applies to Windows patches only.

The name of the patch. Applies to Linux-based instances only.

The specific product the patch is applicable for. For example, "WindowsServer2016" or "AmazonLinux2018.03".

The product family the patch is applicable for. For example, "Windows" or "Amazon Linux 2".

The particular release of a patch. For example, in "pkg-example-EE-20180914-2.2.amzn1.noarch", the release is "2.amaz1". Applies to Linux-based instances only.

The date the patch was released.

The source patch repository for the operating system and version, such as "trusty-security" for Ubuntu Server 14.04 LTE and "focal-security" for Ubuntu Server 20.04 LTE. Applies to Linux-based instances only.

The severity level of the patch. For example, "CRITICAL" or "MODERATE".

The title of the patch.

The name of the vendor providing the patch.

The version number of the patch. For example, in "example-pkg-1.710.10-2.7.abcd.x86_64", the version number is indicated by -1. Applies to Linux-based instances only.

This class forms part of Paws, describing an object used in Paws::SSM

The source code is located here: <https://github.com/pplu/aws-sdk-perl>

Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.