UpdatePatchBaselineResult
public struct UpdatePatchBaselineResult : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  A set of rules used to include patches in the baseline. DeclarationSwift public let approvalRules: PatchRuleGroup?
- 
                  
                  A list of explicitly approved patches for the baseline. DeclarationSwift public let approvedPatches: [String]?
- 
                  
                  The compliance severity level assigned to the patch baseline after the update completed. DeclarationSwift public let approvedPatchesComplianceLevel: PatchComplianceLevel?
- 
                  
                  Indicates whether the list of approved patches includes non-security updates that should be applied to the instances. The default value is ‘false’. Applies to Linux instances only. DeclarationSwift public let approvedPatchesEnableNonSecurity: Bool?
- 
                  
                  The ID of the deleted patch baseline. DeclarationSwift public let baselineId: String?
- 
                  
                  The date when the patch baseline was created. DeclarationSwift public let createdDate: TimeStamp?
- 
                  
                  A description of the Patch Baseline. DeclarationSwift public let description: String?
- 
                  
                  A set of global filters used to exclude patches from the baseline. DeclarationSwift public let globalFilters: PatchFilterGroup?
- 
                  
                  The date when the patch baseline was last modified. DeclarationSwift public let modifiedDate: TimeStamp?
- 
                  
                  The name of the patch baseline. DeclarationSwift public let name: String?
- 
                  
                  The operating system rule used by the updated patch baseline. DeclarationSwift public let operatingSystem: OperatingSystem?
- 
                  
                  A list of explicitly rejected patches for the baseline. DeclarationSwift public let rejectedPatches: [String]?
- 
                  
                  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. DeclarationSwift public let rejectedPatchesAction: PatchAction?
- 
                  
                  Information about the patches to use to update the instances, including target operating systems and source repositories. Applies to Linux instances only. DeclarationSwift public let sources: [PatchSource]?
- 
                  init(approvalRules:approvedPatches:approvedPatchesComplianceLevel:approvedPatchesEnableNonSecurity:baselineId:createdDate:description:globalFilters:modifiedDate:name:operatingSystem:rejectedPatches:rejectedPatchesAction:sources:)Undocumented DeclarationSwift public init(approvalRules: PatchRuleGroup? = nil, approvedPatches: [String]? = nil, approvedPatchesComplianceLevel: PatchComplianceLevel? = nil, approvedPatchesEnableNonSecurity: Bool? = nil, baselineId: String? = nil, createdDate: TimeStamp? = nil, description: String? = nil, globalFilters: PatchFilterGroup? = nil, modifiedDate: TimeStamp? = nil, name: String? = nil, operatingSystem: OperatingSystem? = nil, rejectedPatches: [String]? = nil, rejectedPatchesAction: PatchAction? = nil, sources: [PatchSource]? = nil)
 View on GitHub
View on GitHub UpdatePatchBaselineResult Structure Reference
        UpdatePatchBaselineResult Structure Reference