The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Paws::SSM::Patch

USAGE

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

DESCRIPTION

Represents metadata about a patch.

ATTRIBUTES

AdvisoryIds => ArrayRef[Str|Undef]

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

Arch => Str

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.

BugzillaIds => ArrayRef[Str|Undef]

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

Classification => Str

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

ContentUrl => Str

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

CVEIds => ArrayRef[Str|Undef]

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

Description => Str

The description of the patch.

Epoch => Int

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.

Id => Str

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

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

KbNumber => Str

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

Language => Str

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

MsrcNumber => Str

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

MsrcSeverity => Str

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

Name => Str

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

Product => Str

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

ProductFamily => Str

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

Release => Str

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.

ReleaseDate => Str

The date the patch was released.

Repository => Str

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.

Severity => Str

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

Title => Str

The title of the patch.

Vendor => Str

The name of the vendor providing the patch.

Version => Str

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.

SEE ALSO

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

BUGS and CONTRIBUTIONS

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