class Amazonite::Ssm::UpdatePatchBaselineResult

Included Modules

Defined in:

ssm/update_patch_baseline_result.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(baseline_id : String | Nil = nil, name : String | Nil = nil, operating_system : OperatingSystem | Nil = nil, global_filters : PatchFilterGroup | Nil = nil, approval_rules : PatchRuleGroup | Nil = nil, approved_patches : Array(String) | Nil = nil, approved_patches_compliance_level : PatchComplianceLevel | Nil = nil, approved_patches_enable_non_security : Bool | Nil = nil, rejected_patches : Array(String) | Nil = nil, rejected_patches_action : PatchAction | Nil = nil, created_date : Time | Nil = nil, modified_date : Time | Nil = nil, description : String | Nil = nil, sources : Array(PatchSource) | Nil = nil, available_security_updates_compliance_status : PatchComplianceStatus | Nil = nil) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def approval_rules : PatchRuleGroup | Nil #

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


[View source]
def approval_rules=(approval_rules : PatchRuleGroup | Nil) #

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


[View source]
def approved_patches : Array(String) | Nil #

A list of explicitly approved patches for the baseline.


[View source]
def approved_patches=(approved_patches : Array(String) | Nil) #

A list of explicitly approved patches for the baseline.


[View source]
def approved_patches_compliance_level : PatchComplianceLevel | Nil #

The compliance severity level assigned to the patch baseline after the update completed.


[View source]
def approved_patches_compliance_level=(approved_patches_compliance_level : PatchComplianceLevel | Nil) #

The compliance severity level assigned to the patch baseline after the update completed.


[View source]
def approved_patches_enable_non_security : Bool | Nil #

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.


[View source]
def approved_patches_enable_non_security=(approved_patches_enable_non_security : Bool | Nil) #

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.


[View source]
def available_security_updates_compliance_status : PatchComplianceStatus | Nil #

Indicates the compliance status of managed nodes for which security-related patches are available but were not approved. This preference is specified when the CreatePatchBaseline or UpdatePatchBaseline commands are run.

Applies to Windows Server managed nodes only.


[View source]
def available_security_updates_compliance_status=(available_security_updates_compliance_status : PatchComplianceStatus | Nil) #

Indicates the compliance status of managed nodes for which security-related patches are available but were not approved. This preference is specified when the CreatePatchBaseline or UpdatePatchBaseline commands are run.

Applies to Windows Server managed nodes only.


[View source]
def baseline_id : String | Nil #

The ID of the deleted patch baseline.


[View source]
def baseline_id=(baseline_id : String | Nil) #

The ID of the deleted patch baseline.


[View source]
def created_date : Time | Nil #

The date when the patch baseline was created.


[View source]
def created_date=(created_date : Time | Nil) #

The date when the patch baseline was created.


[View source]
def description : String | Nil #

A description of the patch baseline.


[View source]
def description=(description : String | Nil) #

A description of the patch baseline.


[View source]
def global_filters : PatchFilterGroup | Nil #

A set of global filters used to exclude patches from the baseline.


[View source]
def global_filters=(global_filters : PatchFilterGroup | Nil) #

A set of global filters used to exclude patches from the baseline.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def modified_date : Time | Nil #

The date when the patch baseline was last modified.


[View source]
def modified_date=(modified_date : Time | Nil) #

The date when the patch baseline was last modified.


[View source]
def name : String | Nil #

The name of the patch baseline.


[View source]
def name=(name : String | Nil) #

The name of the patch baseline.


[View source]
def operating_system : OperatingSystem | Nil #

The operating system rule used by the updated patch baseline.


[View source]
def operating_system=(operating_system : OperatingSystem | Nil) #

The operating system rule used by the updated patch baseline.


[View source]
def rejected_patches : Array(String) | Nil #

A list of explicitly rejected patches for the baseline.


[View source]
def rejected_patches=(rejected_patches : Array(String) | Nil) #

A list of explicitly rejected patches for the baseline.


[View source]
def rejected_patches_action : PatchAction | Nil #

The action specified to take on patches included in the RejectedPatches list. A patch can be allowed only if it is a dependency of another package, or blocked entirely along with packages that include it as a dependency.


[View source]
def rejected_patches_action=(rejected_patches_action : PatchAction | Nil) #

The action specified to take on patches included in the RejectedPatches list. A patch can be allowed only if it is a dependency of another package, or blocked entirely along with packages that include it as a dependency.


[View source]
def sources : Array(PatchSource) | Nil #

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


[View source]
def sources=(sources : Array(PatchSource) | Nil) #

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


[View source]
def validate! : Nil #

[View source]