AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the UpdatePatchBaseline operation. Modifies an existing patch baseline. Fields not specified in the request are left unchanged.

For information about valid key-value pairs in PatchFilters for each supported operating system type, see PatchFilter.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementRequest
      Amazon.SimpleSystemsManagement.Model.UpdatePatchBaselineRequest

Namespace: Amazon.SimpleSystemsManagement.Model
Assembly: AWSSDK.SimpleSystemsManagement.dll
Version: 3.x.y.z

Syntax

C#
public class UpdatePatchBaselineRequest : AmazonSimpleSystemsManagementRequest
         IAmazonWebServiceRequest

The UpdatePatchBaselineRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ApprovalRules Amazon.SimpleSystemsManagement.Model.PatchRuleGroup

Gets and sets the property ApprovalRules.

A set of rules used to include patches in the baseline.

Public Property ApprovedPatches System.Collections.Generic.List<System.String>

Gets and sets the property ApprovedPatches.

A list of explicitly approved patches for the baseline.

For information about accepted formats for lists of approved patches and rejected patches, see About package name formats for approved and rejected patch lists in the Amazon Web Services Systems Manager User Guide.

Public Property ApprovedPatchesComplianceLevel Amazon.SimpleSystemsManagement.PatchComplianceLevel

Gets and sets the property ApprovedPatchesComplianceLevel.

Assigns a new compliance severity level to an existing patch baseline.

Public Property ApprovedPatchesEnableNonSecurity System.Boolean

Gets and sets the property ApprovedPatchesEnableNonSecurity.

Indicates whether the list of approved patches includes non-security updates that should be applied to the managed nodes. The default value is false. Applies to Linux managed nodes only.

Public Property BaselineId System.String

Gets and sets the property BaselineId.

The ID of the patch baseline to update.

Public Property Description System.String

Gets and sets the property Description.

A description of the patch baseline.

Public Property GlobalFilters Amazon.SimpleSystemsManagement.Model.PatchFilterGroup

Gets and sets the property GlobalFilters.

A set of global filters used to include patches in the baseline.

Public Property Name System.String

Gets and sets the property Name.

The name of the patch baseline.

Public Property RejectedPatches System.Collections.Generic.List<System.String>

Gets and sets the property RejectedPatches.

A list of explicitly rejected patches for the baseline.

For information about accepted formats for lists of approved patches and rejected patches, see About package name formats for approved and rejected patch lists in the Amazon Web Services Systems Manager User Guide.

Public Property RejectedPatchesAction Amazon.SimpleSystemsManagement.PatchAction

Gets and sets the property RejectedPatchesAction.

The action for Patch Manager to take on patches included in the RejectedPackages list.

  • ALLOW_AS_DEPENDENCY : A package in the Rejected patches list is installed only if it is a dependency of another package. It is considered compliant with the patch baseline, and its status is reported as InstalledOther. This is the default action if no option is specified.

  • BLOCK: Packages in the Rejected patches list, and packages that include them as dependencies, aren't installed by Patch Manager under any circumstances. If a package was installed before it was added to the Rejected patches list, or is installed outside of Patch Manager afterward, it's considered noncompliant with the patch baseline and its status is reported as InstalledRejected.

Public Property Replace System.Boolean

Gets and sets the property Replace.

If True, then all fields that are required by the CreatePatchBaseline operation are also required for this API request. Optional fields that aren't specified are set to null.

Public Property Sources System.Collections.Generic.List<Amazon.SimpleSystemsManagement.Model.PatchSource>

Gets and sets the property Sources.

Information about the patches to use to update the managed nodes, including target operating systems and source repositories. Applies to Linux managed nodes only.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5